OSDN Git Service

* cpphash.c (collect_params): Fix off-by-one error.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
2
3         * cpphash.c (collect_params): Fix off-by-one error.
4         (dump_hash_helper): Dump all four macro nodetypes.
5
6 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
7
8         * cpphash.c (trad_stringify): Adjust p after stringification as
9         well.
10
11 2000-05-02  Zack Weinberg  <zack@wolery.cumb.org>
12
13         * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
14         (cpp_buffer): Remove cleanup, seen_eof, manual_pop members.
15
16         * cppfiles.c (file_cleanup): Delete.
17         * cpphash.c (macro_cleanup): Delete.
18         (collect_objlike_expansion, collect_funlike_expansion,
19         macarg, scan_arguments): Remove CPP_POP case.
20
21         * cpplex.c (null_cleanup): Delete.
22         (cpp_pop_buffer): Do the work that was done in the cleanups
23         here.  Call _cpp_unwind_if_stack from here.
24         (_cpp_expand_to_buffer, cpp_scan_buffer_nooutput,
25         cpp_scan_buffer): Run until we see CPP_EOF and the top of
26         stack is the buffer _below_ the one we stacked.
27         (cpp_get_token): Always pop an exhausted buffer.  Return
28         CPP_EOF unless it's a macro buffer.  Don't call _cpp_handle_eof.
29         * cpplib.c (skip_if_group): Don't call cpp_get_token to
30         increment the line number.
31         (_cpp_handle_eof): Rename to _cpp_unwind_if_stack.
32
33         * fix-header.c (read_scan_file) [parsing getchar()]: Run until
34         we see CPP_EOF and the top of stack is the buffer _below_ the
35         one we stacked.
36         * scan-decls.c: Likewise.
37
38 2000-05-02  Andrew Haley  <aph@cygnus.com>
39
40         * config/ia64/ia64.c (ia64_encode_section_info): Handle the case
41         where this function is called for the second time on a decl that
42         has had its section info changed in such a way as to move it out
43         of small data/bss.  
44         * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition.
45
46 2000-05-01  Richard Henderson  <rth@cygnus.com>
47
48         * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before
49         the sequence we're moving, not to merge_bb->head.
50
51 2000-05-01  Richard Henderson  <rth@cygnus.com>
52
53         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
54         reference to alpha/t-linux.
55         (alpha*-*-linux-gnu*): Likewise.
56         * configure: Rebuild.
57
58         * calls.c (expand_call): Don't emit reg notes for a sibcall.
59
60         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
61         if not in SSA form.
62
63         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
64
65 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
66
67         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
68         TREE_THIS_VOLATILE.
69
70 2000-05-01  Richard Henderson  <rth@cygnus.com>
71
72         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
73         emit_conditional_move.
74
75 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
76
77         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
78         as the dynamic linker.
79
80 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
81
82         * cppfiles.c (open_include_file): Open file in blocking mode.
83         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
84         Only exclude block devices and directories.
85
86         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
87         static.  Allocate the hashnode and its string in the same
88         block of memory.
89         (del_HASHNODE): Don't free h->name.
90         (_cpp_lookup): If there is no entry for this string, create
91         one, of type T_VOID.
92         (_cpp_lookup_slot): Delete.
93         * cpphash.h: Update prototypes.
94
95         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
96         not hp == NULL.
97         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
98         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
99         node here, just fill in the value field properly.  "Delete"
100         entries by setting the value field to T_VOID.  Check for
101         hp->type == T_VOID, not hp == NULL.
102
103         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
104         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
105         hashtab.h.
106
107 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
108
109         * config/mn10300/mn10300.c (print_operand_address): Do not add
110         zero to SP.
111
112         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
113         adjusted by less than 256 bytes, use ret regardless of having any
114         callee-saved register to restore.
115
116 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
117
118         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
119
120 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
121
122         * config/i386/djgpp.h (INT_ASM_OP): Define.
123         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
124         (ASM_WEAKEN_LABEL): Define.
125         (MASK_BNU210): Define.
126         (SUBTARGET_SWITCHES): Define.
127         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
128         (MAKE_DECL_ONE_ONLY): Define.
129         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
130
131 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
132
133         * i386/cygwin.h (INT_ASM_OP): Define.
134
135 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
136
137         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
138         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
139
140 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
141
142         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
143         __tmp_reg__ and __zero_reg__ initialization.
144
145 2000-04-30  Richard Henderson  <rth@cygnus.com>
146
147         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
148
149         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
150         referenced bewteen the condition and the jump.  Don't delete
151         anything but the jump.
152
153 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
154
155         * bb-reorder.c (scope_def): New struct.
156         (scope_forest_info): New struct.
157         (struct reorder_block_def): New member "scope".
158         (REORDER_BLOCK_SCOPE): New macro.
159         (relate_bbs_with_scopes): New function and prototype.
160         (make_new_scope): Likewise.
161         (build_scope_forest): Likewise.
162         (remove_scope_notes): Likewise.
163         (insert_intra_1): Likewise.
164         (insert_intra_bb_scope_notes): Likewise.
165         (insert_inter_bb_scope_notes): Likewise.
166         (rebuild_scope_notes): Likewise.
167         (free_scope_forest_1): Likewise.
168         (free_scope_forest): Likewise.
169         (dump_scope_forest): Likewise.
170         (dump_scope_forest_1): Likewise.
171         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
172         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
173         block.
174         (reorder_basic_blocks): Added calls to build_scope_scope_forest
175         and remove_scope_notes before reordering is done. Added calls to
176         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
177         after reordering is done.
178
179 2000-40-30  Bruce Korb  <bkorb@gnu.org>
180
181         * fixinc/inclhack.def:  Added definitions needed by OSR5,
182         removed two stale entries (defined away with OLD_CPP).
183         * fixinc/inclhack.sh: regen
184         * fixinc/fixincl.x: regen
185
186 2000-04-30  Richard Henderson  <rth@cygnus.com>
187
188         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
189         from the last insn in the sequence.
190
191 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
192
193         * cpplex.c (cpp_idcmp): New function.
194         * cpplib.h: Prototype it.
195         * scan_decls.c (scan_decls): Use it to inspect token names.
196         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
197         the file being run through the preprocessor.
198         (check_macro_names): Provide length of token to cpp_defined.
199
200         * Makefile.in: Remove stale warning message.
201
202         * cppfiles.c (redundant_include_p): Provide length of token to
203         cpp_defined.
204         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
205         values are unsigned int.
206         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
207         (_cpp_lookup_slot): Do not calculate the hash, either.
208         * cpphash.h: Update prototypes.
209         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
210         Hashes are unsigned int.  Calculate hash here, pass by value
211         to _cpp_lookup_slot.
212
213 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
214
215         * simplify-rtx.c (check_value_useless): Delete function.
216         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
217         by hand.
218         (cselib_invalidate_regno): Likewise.
219         (cselib_invalidate_mem_1): Likewise.
220         (references_value_p): Recognize useless values by the fact that they
221         have no locations.
222         (discard_useless_values): Likewise.
223         (cselib_record_set): This may turn a useless value
224         into a useful one.
225
226 2000-04-30  Richard Henderson  <rth@cygnus.com>
227
228         * config/d30v: New port.
229
230         * configure.in (d30v-*): Set fp format.
231         * configure: Rebuild.
232
233 2000-04-30  Richard Henderson  <rth@cygnus.com>
234
235         * ifcvt.c: New file.
236         * Makefile.in (OBJS): Add it.
237         (ifcvt.o): New target.
238         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
239         and conditional arithmetic.
240         (find_insert_position): Remove.
241         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
242         * toplev.c (DFI_ce, DFI_ce2): New.
243         (dump_file): Add ce and ce2 dumps.
244         (rest_of_compilation): Run if_convert a couple o times.  Set
245         cse_not_expected after cse2.  Don't set no_new_pseudos until
246         after sched1 or recompute_reg_usage.
247
248 2000-04-30  Richard Henderson  <rth@cygnus.com>
249
250         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
251         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
252
253 2000-04-30  Richard Henderson  <rth@cygnus.com>
254
255         * flow.c (struct reg_cond_life_info): New.
256         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
257         (init_propagate_block_info): Initialize them.
258         (free_propagate_block_info): Destruct them.
259         (mark_set_1): Consider conditional life before killing a register.
260         (mark_regno_cond_dead): New.
261         (free_reg_cond_life_info): New.
262         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
263         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
264         (mark_used_reg): Record conditional life.
265
266         * haifa-sched.c (schedule_insns): Disable death counting
267         sanity check for HAVE_conditional_execution.
268
269 2000-04-30  Richard Henderson  <rth@cygnus.com>
270
271         * Makefile.in (TIMEVAR_H): New.
272         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
273         (timevar.h): Remove rule.
274
275 2000-04-29  Richard Henderson  <rth@cygnus.com>
276
277         * config/alpha/crtend.asm: Use C comments instead of #.
278         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
279
280         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
281
282 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
283
284         * cpphash.h (enum node_type: Take out T_MCONST.
285         (union hashval): Move into struct hashnode.
286         (struct hashnode): Pack tighter.  Remove file, line, col
287         members.
288         * cpphash.c: Constify most of the macro-definition structures.
289         (struct definition): Replace by struct object_defn
290         and struct funct_defn.  Put file, line, column information
291         here.  All users updated to match.
292         (_cpp_create_definition, _cpp_macroexpand): Remove special
293         case for #define WORD OTHERWORD.
294         * cpplib.c (do_undef): Remove T_MCONST case.
295
296         * cpphash.h: Move struct reflist, struct definition, and the
297         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
298         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
299         * cpphash.c (_cpp_free_definition): Free data pointed to by
300         MCONST, XCONST, MACRO, and FMACRO nodes properly.
301         (_cpp_create_definition, del_HASHNODE): Just call
302         _cpp_free_definition to clear out a hashnode.
303         * cpplib.c (do_pragma_poison): Likewise.
304
305 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
306
307         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
308         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
309         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
310         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
311         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
312         REGNO_AM33_P): Redefine in terms of the new macros.
313         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
314         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
315         STRUCT_VALUE): Likewise.
316         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
317         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
318
319 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
320
321         * regmove.c (struct record_stack_memrefs_data): New.
322         (record_stack_memrefs): New function.
323         (combine_stack_adjustments_for_block): Use it.
324
325 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
326
327         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
328         use special_function_p to detect alloca.
329
330 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
331
332         * gcc.texi: Fixes for makeinfo 4.0 --html.
333
334 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
335
336         * pcp.h: Delete file.
337
338 2000-04-28  Kazu Hirata  <kazu@hxi.com>
339
340         * h8300.c (function_epilogue): Clean up flags when the last insn
341         in a function is a barrier.
342
343 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
344
345         * configure.in (sparc-hal-solaris2*): protect [] glob from
346         my expansion.
347         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
348         rather than hard-coded constants in target_cpu_default2.
349         * configure: Regenerate.
350
351 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
352
353         * tree.c (get_callee_fndecl): Extract the initial value from
354         a readonly decl.
355
356 2000-04-28  Richard Henderson  <rth@cygnus.com>
357
358         * varasm.c (record_constant_1): Record the CODE_LABEL when
359         taking the address of a LABEL_REF.
360
361 2000-04-28  Richard Henderson  <rth@cygnus.com>
362             Jan Hubicka  <jh@suse.cz>
363
364         * calls.c (combine_pending_stack_adjustment_and_call): Return the
365         adjustment; don't do the stack adjust.
366         (expand_call): Call compute_argument_block_size right before
367         allocating the block; update comment; don't do alignment sanity
368         checking for sibling call; use args_size instead of
369         unadjusted_args_size before args_size is adjusted.  Use
370         combine_pending_stack_adjustment_and_call to compute stack adjust
371         for must_preallocate case.
372
373         * expr.c (push_block): Remove shadow `temp' in inner scope.
374
375 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
376
377         * toplev.c (rest_of_compilation): Call
378         note_deferral_of_defined_inline_function even if the function
379         can't be inlined.
380
381 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
382
383         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
384
385 2000-04-28  Richard Henderson  <rth@cygnus.com>
386
387         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
388
389 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
390
391         * timevar.c (init_timevar): DeANSIfy function definition.
392
393 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
394
395         * Makefile.in (timevar.o): Depend on flags.h.
396         * timevar.c (unused_stack_instances): New variable.
397         (timevar_push): Take a timevar_stack_def from
398         unused_stack_instances if available.
399         (timevar_pop): Push the popped timevar_stack_def onto
400         unused_stack_instances.
401         (TIMEVAR_ENABLE): New macro.
402         (timevar_def): Make standalone a 1-bit field.  Add field used.
403         (get_time): Rename parameter to now.  Return after clearing it if
404         not TIMEVAR_ENABLE.
405         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
406         (timevar_pop): Likewise.
407         (timevar_stop): Likewise.
408         (timevar_push): Likewise.  Mark the timing variable as used.
409         (timevar_start): Likewise.
410         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
411         timevars that were never used.
412
413 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
414
415         * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
416         always TREE_READONLY.
417
418 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
419
420         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
421         for call instruction with mode QImode.
422
423 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
424
425         * Makefile.in (OBJS): Add timevar.o.
426         (toplev.o): Depend on timevar.h.
427         (ggc-simple.o): Likewise.
428         (ggc-page.o): Likewise.
429         (timevar.o): New rule.
430         (timevar.h): New rule.
431
432         * timevar.h: New file.
433         * timevar.c: Likewise.
434         * timevar.def: Likewise.
435
436         * toplev.h (gc_time, parse_time, varconst_time): Remove.
437         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
438         throughout.
439         (TIMEVAR): Remove macro.
440         (gc_time, parse_time, varconst_time, integration_time, jump_time,
441         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
442         flow_time, combine_time, regmove_time, sched_time,
443         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
444         sched2_time, dbr_sched_time, reorder_blocks_time,
445         rename_registers_time, shorten_branch_time, stack_reg_time,
446         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
447         all_time): Remove.
448         (compile_file): Don't initialize time variables.  Call
449         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
450         of many calls to print_time.
451         (rest_of_compilation): Add timing for reload_cse_regs.
452         (get_run_time): Removed to timevar.c.
453         (print_time): Likewise.
454         (get_run_time): Implement using TV_TOTAL time variable.
455         (print_time): Get total run time from get_run_time.
456         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
457         computing elapsed time explicitly.
458         * ggc-simple.c (ggc_collect): Likewise.
459         (gc_time): Remove declaration.
460
461 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
462
463         * calls.c (combine_pending_stack_adjustment_and_call): New function.
464         (expand_call): Use it.
465
466 2000-04-27  Jan Hubicka  <jh@suse.cz>
467
468         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
469         fields.
470
471 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
472
473         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
474         registers.
475
476 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
477
478         * function.c (epilogue_done): Pass whole insn to record_insns.
479
480 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
481
482         * cse.c (CSE_ADDRESS_COST): Remove.
483         (find_best_addr): Add new parameter "MODE", use address_cost instead
484         of CSE_ADDRESS_COST
485         (address_cost): New.
486         (fold_rtx): Update call of find_best_addr.
487         * rtl.h (address_cost): Declare.
488         * loop.c (general_induction_var): Add new parameter "MODE", use
489         address_cost instead of ADDRESS_COST
490         (init_loop): Use address_cost instead of ADDRESS_COST.
491         (check_insn_for_givs): Update call of general_induction_var.
492         (find_mem_givs): Likewise.
493         (consec_sets_giv): Likewise.
494         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
495         * i386.c (ix86_address_cost): New.
496         * i386-protos.h (ix86_address_cost): Declare.
497
498 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
499
500         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
501         registers.
502
503 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
504
505         * expr.c (store_expr): Use clear_storage instead of direct memset
506         libcall.
507
508 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
509
510         * config/mn10300/mn10300.c (mn10300_address_cost): Test
511         ASHIFT, AND and LABEL_REF.
512
513 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
514
515         * invoke.texi (-foptimize-sibling-calls): Fix.
516
517 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
518
519         * loop.c (load_mems)  Don't use hard registers for the hoisting.
520
521         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
522         calculation; rename const_equiv array in the preconditioning code
523         from loop_unroll to loop_unroll_precondition
524
525 2000-04-27  Richard Henderson  <rth@cygnus.com>
526
527         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
528         add new_set.
529         (propagate_one_insn): Clear it.  Don't update reg_live here.
530         (init_propagate_block_info): Update for pbi member changes.
531         (free_propagate_block_info): Likewise.
532         (mark_set_1): Know that zero_extract, sign_extract, and
533         strict_low_part don't kill their argument.  Alter hard subregs.
534         Update new_set for non-CLOBBER sets.  Update reg_live.
535         (find_auto_inc): Update reg_live, not new_dead.
536         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
537         to determine if the reg in question was set this insn.  Only update
538         reg info with PROP_REG_INFO.
539
540 2000-04-26  Richard Henderson  <rth@cygnus.com>
541
542         * flow.c (allocate_reg_life_data): Set max_regno here ...
543         (life_analysis): ... not here.
544
545         * flow.c (calculate_global_regs_live): Force stack pointer
546         live at end.
547
548 2000-04-26  Richard Henderson  <rth@cygnus.com>
549
550         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
551         commit change group changes.
552         (invert_exp_1): Similarly.
553         (redirect_exp, invert_exp): Use them.
554         (redirect_jump_1): New.
555         (invert_jump_1): New.
556         (jump_optimize_1): Remove code subsumed by condexec.c.
557         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
558
559 2000-04-26  Richard Henderson  <rth@cygnus.com>
560
561         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
562
563         * genconfig.c (main): Set all HAVE_foo to 1.
564
565         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
566
567 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
568
569         * invoke.texi: Document -fssa flag.
570
571 2000-04-26  Richard Henderson  <rth@cygnus.com>
572
573         * flow.c (count_reg_sets_1): Remove.
574         (count_reg_sets, count_reg_references): Remove.
575         (recompute_reg_usage): Implement with update_life_info.
576         Reallocate life data.
577
578 2000-04-26  Richard Henderson  <rth@cygnus.com>
579
580         * flow.c (update_life_info): Consider blocks null to mean the
581         universal set.
582         (calculate_global_regs_live): Likewise.
583         (life_analysis): Do that instead of collecting all_blocks.
584
585 2000-04-26  Richard Henderson  <rth@cygnus.com>
586
587         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
588         a still-valid conditional jump.
589
590 2000-04-26  Richard Henderson  <rth@cygnus.com>
591
592         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
593
594         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
595         * flow.c (calculate_loop_depth): Remove.
596         * output.h (calculate_loop_depth): Don't declare.
597         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
598         inline; run estimate_probability at the same time.
599
600 2000-04-26  Neil Booth  <NeilB@earthling.net>
601
602         * cpplib.h: "~=" is not a single pp-token.
603         * cpplex.c: Correct commentary.
604
605 2000-04-26  Richard Henderson  <rth@cygnus.com>
606
607         * flow.c (mark_set_1): New arguments code and flags; update all
608         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
609         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
610         loop_depth when optimizing for size.  Do new_dead update after
611         emitting REG_UNUSED notes.  Merge mark_set_reg code.
612         (mark_set_reg): Remove.
613         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
614         arrange to not emit REG_UNUSED notes.
615
616 2000-04-26  Richard Henderson  <rth@cygnus.com>
617
618         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
619         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
620
621 2000-04-26  Richard Henderson  <rth@cygnus.com>
622
623         * flow.c (propagate_one_insn): Break out from propagate_block.
624         (init_propagate_block_info): Likewise.
625         (free_propagate_block_info): Likewise.
626         (propagate_block): Use them.  Export.
627         * basic-block.h: Declare them all.
628
629 2000-04-26  Richard Henderson  <rth@cygnus.com>
630
631         * basic-block.h (life_analysis): Declare here ...
632         * output.h: ... not here.
633         * flow.c (life_analysis): Remove nregs parameter; replace
634         remove_dead_code with flags.  Remove ssa dead code check.
635         Only init alias analysis if we'll use it.
636         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
637         * ssa.c (convert_to_ssa): Likewise.
638         (convert_from_ssa): Likewise.
639         * toplev.c (rest_of_compilation): Likewise.
640
641 2000-04-26  Richard Henderson  <rth@cygnus.com>
642
643         * flow.c (flow_delete_block): Rename from delete_block.  Export.
644         * basic-block.h (flow_delete_block): Declare.
645
646 2000-04-26  David S. Miller  <davem@redhat.com>
647
648         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
649         taking a PATTERN of it.
650
651 2000-04-26  <NeilB@earthling.net>
652
653         * cpplex.c (spell_other, spell_char): Remove.
654         (SPELL_CHAR): New.
655         (token_spelling, trigraph_map): Use unsigned chars.
656         (_cpp_lex_line): Tidy up the switch statement.
657         * cpplib.h: Implement spell_char with spell_string.
658         (C): New.
659
660 2000-04-26  <RodneyBrown@pmsc.com>
661
662         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
663         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
664
665 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
666
667         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
668         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
669         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
670         dwarf2out_return_save, dwarf2out_return_reg,
671         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
672         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
673         gen_compile_unit_die, dwarf2out_init): Constify a char*.
674
675         * dwarf2out.h (dwarf2out_init): Likewise.
676
677         * dwarfout.c (filename_entry, primary_filename, last_filename,
678         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
679
680         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
681         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
682         dwarf2out_return_reg): Likewise.
683
684 2000-04-26  Andreas Jaeger  <aj@suse.de>
685
686         * extend.texi (Function Attributes): Fix description of pure
687         attribute.
688
689 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
690
691         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
692         before calling rest_of_compilation.
693
694 2000-04-26  Andreas Jaeger  <aj@suse.de>
695
696         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
697         last patch.
698
699 2000-04-25  Richard Henderson  <rth@cygnus.com>
700
701         * cse.c (cse_insn): Emit barrier after unconditional jump.
702
703         * calls.c (expand_call): Disable tail call generation once
704         rtx_equal_function_value_matters is false.
705
706         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
707         like EDGE_EH edges.
708
709 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
710
711         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
712
713         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
714
715         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
716         is the primary DIE for a member function.
717         (gen_decl_die): Call set_decl_origin_self here.
718         * dwarfout.c (output_decl): And here.
719         * integrate.c (output_inline_function): Not here.
720         Don't clear DECL_INLINE until after calling rest_of_compilation.
721         (set_decl_origin_self): No longer static.
722         * tree.h: Add prototype.
723         * toplev.c (note_deferral_of_defined_inline_function): Only write
724         out abstract instance for actual inlines.
725
726 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
727
728         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
729         EXTENDED_REGS only if TARGET_AM33.
730         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
731         SP_REGS to register allocation and reloading unless absolutely
732         necessary.
733         (movsi3): Remove special-case of adding non-constants to SP.
734
735 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
736
737         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
738         INCLUDES to search and does not provide any of its own.  Also it
739         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
740         parameters.  Also it does not call AC_DEFINE.
741         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
742         AC_DEFINE and provides for automatic entries for autoheader.
743         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
744
745         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
746         so we can pass -I flags and include gansidecl.h/system.h in this
747         test.
748
749         * acconfig.h: Delete all NEED_DECLARATION_* entries.
750
751 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
752
753         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
754         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
755         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
756
757         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
758         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
759         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
760         for these macros.  Clean up spacing and linewraps.
761
762 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
763
764         * calls.c (expand_call): Use get_callee_fndecl.
765
766         * print-tree.c (print_node): Print the chain of an _EXPR.
767
768 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
769                           Jim Wilson  <wilson@cygnus.com>
770                           Andrew Haley  <aph@cygnus.com>
771
772         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
773         and gp save/restore problems.
774         * config/ia64/crtend.asm: Add IA-64 unwind support.
775         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
776         in fr_pad_size calculation.
777         (save_restore_insns): Move PR save area.  Correct uses of
778         RTX_FRAME_RELATED_P.
779         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
780         (ia64_expand_epilogue): Add eh_epilogue support.
781         (ia64_function_prologue): Emit .prologue directive.
782         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
783         (ia64_override_options): Set init_machine_status and
784         mark_machine_status.
785         (rtx_needs_barrier): Handle bsp reads and writes.
786         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
787         New static variables.
788         (process_set, process_for_unwind_directive): New functions.
789         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
790         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
791         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
792         macros.
793         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
794         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
795         (struct machine_function): Define.
796         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
797
798 2000-04-25  Bruce Korb  <bkorb@gnu.org>
799
800         * fixinc/Makefile.in: make the removal of old programs more
801         robust
802         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
803         install-bin and install-sh
804
805 2000-04-25  Nick Clifton  <nickc@cygnus.com>
806
807         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
808         defined, define to return zero.
809         (function_cannot_inline_p): If a function has any target
810         specific attributes, then use the macro
811         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
812         whether it can be inlined.  If it cannot, issue a suitable
813         explanation.
814
815         * tm.texi: Add a new node 'Inlining' to document the new macro
816         FUNCTION_ATTRIBUTE_INLINABLE_P.
817
818 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
819
820         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
821         commentary.
822
823 2000-04-25  Neil Booth  <NeilB@earthling.net>
824
825         Restore previous patch, plus the following fixes:
826
827         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
828         flags, not CPP_OPEN_PAREN.
829         * cpplex.c (expand_token_space, init_token_list,
830         cpp_free_token_list): Put the dummy token at list->tokens[-1].
831         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
832
833 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
834
835         * config/i386/freebsd.h (INT_ASM_OP): Define.
836
837 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
838
839         * loop.c (strength_reduce): Fix typo in the last checkin.
840
841 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
842
843         * stor-layout.c (finalize_record_size): Simplify to use existing
844         functions.
845         (compute_record_mode): No longer static.
846         * tree.h (compute_record_mode): New declaration.
847
848 2000-04-25  Neil Booth  <NeilB@earthling.net>
849
850         * Revert my patch below until cause of build failures
851         determined.
852
853 2000-04-25  Richard Henderson  <rth@cygnus.com>
854
855         * combine.c (combine_instructions): Add missing argument
856         to try_combine.
857
858         * toplev.c (rest_of_compilation): Delay sibcall optimization
859         until after emit_eh_context.
860
861 2000-04-24  Nick Clifton  <nickc@redhat.com>
862
863         * combine.c (combine_instructions): Do not try to combine a
864         sequence of insns when the second insn has been replaced by a
865         note.
866
867 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
868
869         * gcc.c (load_specs): New static function.
870         (read_specs): Use it.
871
872         * gcc.c (lookup_compiler): Make multiple passes for case
873         insensitive filesystems.
874
875 2000-04-24  Neil Booth  <NeilB@earthling.net>
876
877         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
878         * cpphash.h (_cpp_check_directive): new.
879         * cpplex.c (handle_newline, cpp_free_token_list,
880         init_trigraph_map, trigraph_ok, trigraph_replace,
881         backslash_start, skip_block_comment, skip_line_comment,
882         skip_whitespace, parse_name, parse_number, parse_string,
883         copy_comment, _cpp_lex_line, spell_char, spell_string,
884         spell_comment, spell_name, spell_other, _cpp_lex_file,
885         _cpp_output_list): new.
886         (expand_name_space): take length argument.
887         (init_token_list): add comment list initialisation.
888         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
889         instead of HSPACE_BEFORE.
890
891         * cpplib.c (_cpp_check_directive): new
892         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
893         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
894         (HSPACE_BEFORE): delete.
895         (TTYPE_TABLE): rearrange.
896         (struct cpp_toklist): update.
897
898 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
899
900         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
901         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
902         argument form of AC_DEFINE.
903
904         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
905         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
906         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
907         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
908         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
909
910         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
911
912 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
913
914         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
915         deduced.h): Use -isystem, not -I, for including system headers.
916
917 2000-04-24  Nick Clifton  <nickc@cygnus.com>
918
919         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
920         the source register is the frame pointer or arg pointer.
921         (addsi3_small_int): Disallow if source register is the frame
922         pointer or arg pointer.
923
924 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
925
926         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
927         call to AC_MSG_RESULT.
928
929 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
930
931         * invoke.texi: Correct grammatical errors, document
932         -fno-gnu-keywords as identical to -fno-asm for C++.
933
934 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
935
936         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
937         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
938         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
939         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
940         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
941
942         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
943         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
944         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
945         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
946         new macros names.
947
948 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
949
950         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
951         (pop_alignment): Likewise.
952         (handle_pragma_token): Likewise.
953
954 2000-04-24  Robert Lipe <robertlipe@usa.net>
955
956         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
957
958 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
959
960         * combine.c (try_combine): Update reg_nonzero_bits of
961         newi2pat before newpat.
962
963 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
964
965         * loop.c (strength_reduce): Simplify test to INSN_P.
966         (record_giv): Attempt to simplify the add value, use CONSTANT_P
967         expressions instead of CONST_INT.
968         (express_from_1): Likewise.
969
970 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
971
972         * regs.h (reg_n_max): Don't declare.
973         * flow.c (reg_n_max): Don't define.
974         * regclass.c (renumber): Don't initialize to zero.
975         (regno_allocated): Likewise.
976         (reg_n_max): Define.
977         (allocate_reg_info): Don't initialize unnecessarily.
978
979 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
980
981         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
982         and blockage_p in the newly allocated attribute.
983
984 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
985
986         * config/mn10300/mn10300.md (addsi): `inc4' on address
987         registers does not modify cc, but `inc' on an extended
988         register does.
989
990 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
991
992         * reload.c (find_equiv_reg): Checks all valueno regs
993         as a reload_reg_p regs.
994
995 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
996
997         * cpphash.c (collect_objlike_expansion): Add sanity check.
998         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
999         the buffer is the empty string, return.  Mark __DATE__ and
1000         __TIME__ as XCONST nodes, not MCONST.
1001         (_cpp_macroexpand): Avoid pushing an empty buffer.
1002         (funlike_macroexpand): Don't pop token_buffer here.
1003
1004 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
1005
1006         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
1007         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
1008         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
1009         (REGNO_OK_FOR_BASE_P): Define in terms of them.
1010         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
1011         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
1012         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
1013
1014 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1015
1016         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
1017         constant MULT givs.
1018
1019 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
1020
1021         * cpphash.h (struct definition): Move file, line, col members...
1022         (struct hashnode): ... here.  Also add 'disabled' flag.
1023         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
1024         T_IDENTITY.  Remove T_DISABLED.
1025         Update prototypes.
1026
1027         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
1028         (collect_expansion): Split into collect_objlike_expansion and
1029         collect_funlike_expansion.
1030         (_cpp_macroexpand): Split out scan_arguments, stringify, and
1031         funlike_macroexpand.
1032         (_cpp_compare_defs): Rename compare_defs, make static.
1033         (_cpp_make_hashnode): Initialize hp->disabled.
1034         (macro_cleanup): Adjust for new token types.  Clear
1035         m->disabled.
1036         (_cpp_create_definition): Move code here to determine what
1037         sort of macro it is, and code to check for redefinitions, from
1038         do_define.  Implement a few simple cases without creating a
1039         full DEFINITION.
1040         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
1041         Handle the simple cases.
1042         (push_macro_expansion): Set buf->has_escapes and hp->disabled
1043         here.
1044
1045         * cppinit.c (builtin_array): Change MCONST to XCONST
1046         everywhere.
1047         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
1048         fix check for disabled and function-like macros.
1049         * cpplib.c (do_define): Move most logic to
1050         _cpp_create_definition.
1051         (do_undef): Handle new special token types.
1052
1053 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1054
1055         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
1056         of CONSTANT_P for mult_val; always use validate_change to update insn.
1057
1058 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
1059
1060         * cpphash.c (trad_stringify, add_pat): New functions.
1061         (collect_expansion): Restore support for -traditional syntax.
1062         Use trad_stringify and add_pat.
1063         (_cpp_macroexpand): Restore support for -traditional semantics.
1064         * cpplex.c (_cpp_scan_line): Don't change space_before if we
1065         get a COMMENT token.
1066         (_cpp_lex_token): Provide COMMENT tokens to caller if
1067         traditional and parsing_define_directive.
1068         (skip_comment): Warn about // comments if -Wtraditional.
1069         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
1070         proper node type.
1071         (do_undef): Don't warn about undefining EMPTY nodes.
1072
1073 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1074
1075         * loop.c (strength_reduce): Fix biv removal code.
1076
1077 2000-04-22  Richard Henderson  <rth@cygnus.com>
1078
1079         * predict.c (estimate_probability): Examine both sides of
1080         a branch for no exits.  Use 90% not 50% for predict taken.
1081         Reorg for one copy of note generation code.
1082
1083 2000-04-22  Richard Henderson  <rth@cygnus.com>
1084
1085         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
1086
1087 2000-04-22  Richard Henderson  <rth@cygnus.com>
1088
1089         * diagnostic.c (init_output_buffer): Don't initialize format_args.
1090         (output_clear): Likewise.
1091         (output_printf): Use va_copy.
1092         (vline_wrapper_message_with_location): Likewise.
1093         (v_message_with_decl): Likewise.
1094         (line_wrapper_printf): VA_START infor buffer.format_args directly.
1095         * system.h (va_copy): Provide default implementation.
1096
1097 2000-04-22  Richard Henderson  <rth@cygnus.com>
1098
1099         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
1100         the collected condition is not a constant.
1101
1102 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
1103
1104         * diagnostic.h: New file.
1105
1106         * Makefile.in (diagnostic.o): Depends on diagnostic.h
1107
1108         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
1109         various function prototypes.
1110         (diagnostic.h): #include.
1111         (struct output_buffer): Move into diagnostic.h.
1112         (get_output_prefix): Rename to output_get_prefix.  Export.
1113         (init_output_buffer): Export. Break out.  Ajust intialization.
1114         (output_space_left, output_append): Export.
1115         (output_newline): Rename to output_add_newline.  Export.
1116         (output_clear): Nullify additional output_buffer fields.
1117         (output_puts): Rename to output_add_string.  Export.
1118         (dump_output): Rename to output_flush_on.  Export.
1119         (build_location_prefix): Constify return-type.
1120         (emit_output_prefix): Rename to output_emit_prefix. Export.
1121         (set_real_maximum_length): New function.
1122         (output_set_maximum_length): Ditto
1123         (output_clear): Ditto.
1124         (output_add_character): Ditto.
1125         (output_add_integer): Ditto.
1126         (output_add_space): Ditto.
1127         (output_format): Ditto.
1128         (output_printf): Adjust buffer initialization.
1129         (vline_wrapper_message_with_location): Ditto.
1130         (v_message_with_decl): Ditto.  Adjust call to output_puts
1131         and get_output_prefix.
1132         (default_print_error_function): Adjust buffer intialization.
1133
1134 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1135
1136         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
1137         of VOID_TYPE.
1138
1139 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
1140
1141         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
1142         of explicit 0.
1143
1144 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
1145
1146         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
1147         accurate data about SP moves.
1148
1149 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
1150
1151         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
1152         aliases to AM33 registers.
1153
1154 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
1155
1156         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
1157         to all EXTENDED bitmaps.
1158
1159 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
1160
1161         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
1162         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
1163         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
1164
1165 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
1166
1167         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
1168         the operand is not constant.
1169
1170 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
1171
1172         * reload.c (find_equiv_reg): Checks all valueno and regno regs
1173         as a call-clobbered regs.
1174
1175 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1176
1177         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
1178         * rtl.h: Likewise.
1179         * rtl.def: Update comment.
1180         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
1181         * integrate.c (expand_inline_function): Likewise.
1182         * profile.c (branch_prob): Likewise.
1183         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
1184         * print-rtl.c (print_rtx): Likewise.
1185         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
1186         (reemit_notes): Likewise; also use enum insn_note.
1187
1188         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
1189         (place_field): Properly compute know and actual alignment.
1190
1191         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
1192         in proper format.
1193
1194         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
1195         note for REG1.
1196
1197 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
1198
1199         * cpphash.c (struct arg, struct arglist): Const-ify strings.
1200         (warn_trad_stringify, duplicate_arg_p): New helper functions.
1201         (collect_expansion): Rewrite to scan over a token list.
1202         Remove -traditional support.
1203         (collect_formal_parameters): Rename to collect_params; rewrite
1204         to scan over a token list.
1205         (_cpp_create_definition): Adjust to scan a token list.
1206         (_cpp_macroexpand): Remove -traditional support.
1207         (_cpp_compare_defs): Whitespace is now canonicalized.
1208         (comp_def_part): Delete function.
1209
1210         * cpphash.h: Update prototypes.
1211         * cpplex.c (init_token_list): Don't set lineno if there is no
1212         buffer.
1213         (pedantic_whitespace): New function.
1214         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
1215         consume a newline.  Use pedantic_whitespace.
1216         (_cpp_lex_token): Remove support for -traditional macros.
1217         (_cpp_get_define_token): Delete.
1218         (_cpp_get_directive_token): Do the real work here.  Use
1219         pedantic_whitespace.
1220         (_cpp_init_input_buffer): Initialize pfile->directbuf.
1221
1222         * cpplib.c (get_macro_name): Delete.
1223         (do_define): Read the entire line into pfile->directbuf, then
1224         feed the token list to _cpp_create_definition.
1225         * cpplib.h (HSPACE_BEFORE): new define.
1226         (struct cpp_reader): Add a toklist member, "directbuf".
1227
1228         * predict.c (estimate_probability): New heuristic: if a jump
1229         branches around a block with no successors, predict it taken.
1230         Disentangle control flow.
1231
1232 2000-04-20  Richard Henderson  <rth@cygnus.com>
1233
1234         * loop.c (emit_iv_add_mult): Revert last change.
1235
1236 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
1237
1238         * cpplib.h (enum cpp_ttype): Add token types for all
1239         punctuators.  Distinguish pp-numbers from valid C numbers.
1240         Give some tokens better names.  Initialize from macro.
1241         (struct cpp_name, cpp_token, cpp_toklist): New data
1242         structures.
1243         Update prototypes.
1244         * cpplex.c (bump_column, expand_name_space,
1245         expand_token_space, init_token_list, cpp_output_list,
1246         _cpp_scan_line):  New functions.
1247         (output_line_command): Add third argument, new line number.
1248         * cpphash.h: Update prototypes.
1249         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
1250         token names.
1251
1252 2000-04-20  Richard Henderson  <rth@cygnus.com>
1253
1254         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
1255
1256 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
1257
1258         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
1259         object pointed to.
1260
1261 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1262
1263         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
1264         REG_EQUAL note explaining the calculated value.
1265
1266         * calls.c (expand_call): Avoid unnecesary precalculation
1267         and outgoing parameters space guarding for sibling calls.
1268         (store_one_arg): Likewise.
1269
1270 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1271
1272         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
1273         (rest_of_compilation): Write sibling dump file and account
1274         for time as jump time.
1275         * invoke.texi: Update documentation on dump flags.
1276
1277 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
1278
1279         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
1280
1281 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
1282
1283         * cpphash.c (special_symbol): Represent an empty macro with
1284         "\r \r " not just "\r ".
1285         (_cpp_macroexpand): Correct condition for the foo ( ) special
1286         case.
1287         (unsafe_chars): Handle EOF as second argument.
1288         (push_macro_expansion): Simplify test for removing escape at
1289         end.  Do not trim both escapes if there is no text in between.
1290
1291 2000-04-19  Jim Blandy  <jimb@redhat.com>
1292
1293         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
1294         of PTR_SIZE, when appropriate.
1295
1296 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
1297
1298         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
1299         (USE_ENUM_BITFIELDS): Fix typo.
1300
1301 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1302
1303         * stor-layout.c (place_field): Set rli->offset_align properly.
1304
1305 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1306
1307         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
1308         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
1309         PARM_BOUNDARY): Remove unnecessary casts.
1310
1311 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1312
1313         * calls.c (precompute_arguments): Remove must_preallocate and
1314         args_size calls.
1315         (expand_call): Update call of precompute_arguments.
1316
1317         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
1318         check_insn_for_givs): Break out from ...
1319         (strength_reduce) ... here; use for_every_insn_in_loop to call
1320         check_insn_for_givs.
1321         * loop.h (for_every_insn_in_loop): Declare.
1322         (loop_insn_callback): New type.
1323
1324 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1325
1326         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
1327         not nul-terminated.
1328
1329 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
1330
1331         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
1332         flag_pic and RELOC.
1333
1334 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1335
1336         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
1337
1338         * configure.in: Delete --disable-cpplib option and all
1339         references to cpp_main.
1340         * configure: Regenerate.
1341         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
1342         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
1343         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
1344         cpp$(exeext).  Add --no-headers to makeinfo command line when
1345         generating INSTALL.  Install and uninstall cpp.1 manpage, not
1346         cccp.1.
1347         * install.texi: Delete all references to cexp.y/cexp.c.
1348         Delete ancient instructions for compiling GCC on 3b1.
1349         * INSTALL: Regenerate.
1350
1351         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
1352         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
1353         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
1354         cexp.c/cexp.y.
1355         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
1356         which is no longer tested anywhere.
1357
1358         * cppinit.c (handle_option): Don't run error message through
1359         gettext twice.
1360
1361 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1362
1363         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
1364         * cpperror.c (hashtab.h): Now include.
1365         * cppexp.c (hashtab.h): Likewise.
1366         * cpplex.c (hashtab.h): Likewise.
1367         * cppfiles.c (hashtab.h): Likewise.
1368         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
1369         to htab_find_slot_with_hash.
1370         * cpphash.c (hashtab.h): Now include.
1371         (_cpp_lookup_slot): INSERT is now enum insert_option.
1372         * cpphash.h (_cpp_lookup_slot): Likewise.
1373         * cppinit.c (hashtab.h): Include earlier.
1374         (initialize_builtins): Pass enum to htab_find_slot.
1375         * cpplib.c (hashtab.h): Now include.
1376         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
1377         (do_pragma_poison, do_assert): Likewise.
1378         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
1379         htab_find_slot_with_hash.
1380         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
1381         * tree.c (type_hash_add): Likewise.
1382         (build1): Minor cleanup.
1383
1384         * ggc-common.c: Add missing blanks.
1385         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
1386         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
1387
1388         * stmt.c (mark_case_node): New function.
1389         (mark_case_nesting): Call it.
1390
1391         * expmed.c (emit_store_flag): If comparing two-word integer
1392         with zero, can optimize NE, EQ, GE, and LT.
1393
1394         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
1395         * conflict.c: Minor cleanups.
1396         * optabs.c: Add blank line
1397         * simplify-rtx.c: Minor cleanups.
1398
1399 2000-04-18  Stan Cox  <scox@cygnus.com>
1400
1401         * gengenrtl.c (genlegend): Fix misspelling.
1402
1403 2000-04-18  Robert Lipe  <robertlipe@usa.net>
1404
1405         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
1406         bitfields of the host compiler are not signed quantities.
1407         * config.in: Regenerate.
1408         * configure: Regenerate.
1409         * system.h (USE_ENUM_BITFIELDS): Added.
1410         (ENUM_BITFIELDS): Added.
1411         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
1412         (SHORT_ENUM_BUG): Deleted.
1413         * tree.h (tree_common): Members `code', `mode', `built_in_class',
1414         now ENUM_BITFIELD.
1415         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
1416         (CODE_FIELD_BUG): Likewise.
1417         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
1418         (OLD_CC): Likewise.
1419         * config/m68k/x-ccur (X_CFLAGS): Likewise.
1420
1421 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
1422
1423         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
1424         mark is active.
1425
1426 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1427
1428         * cppexp.c (lex): Don't assume tokens are NUL terminated.
1429         * cpplib.c (do_include, do_import, do_include_next,
1430         read_line_number, detect_if_not_defined): Likewise.
1431         * cpphash.c (collect_expansion): Likewise.
1432         (special_symbol, _cpp_macroexpand): Check return from
1433         cpp_file_buffer.
1434         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
1435         macros.  Delete all uses.
1436
1437         * gcc.dg/cpp-mi.c: Add two more test cases.
1438         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
1439
1440 2000-04-17  Richard Henderson  <rth@cygnus.com>
1441
1442         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
1443         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
1444
1445 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
1446
1447         * function.c (expand_function_start): Use hard_function_value to
1448         compute the RTL to use for DECL_RESULT.
1449
1450 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1451
1452         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
1453         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1454          x86_memory_mismatch_stall): New global variables.
1455         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
1456         alloved; fix load penalties for Athlon.
1457         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1458         x86_memory_mismatch_stall): Declare.
1459         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
1460          TARGET_MEMORY_MISMATCH_STALL): New.
1461         * i386.md (athlon scheduling parameters): Fix latencies according to
1462         Athlon Optimization Manual.
1463         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
1464         vector.
1465         (fsqrt instruction patterns): Set athlon_decode to direct.
1466         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
1467         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
1468         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
1469         and TARGET_PARTIAL_REGISTER_STALL machines.
1470         (pushdf_nointeger): New pattern.
1471         (pushdf_integer): Rename from pushdf.
1472         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
1473         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
1474
1475 2000-04-17  Richard Henderson  <rth@cygnus.com>
1476
1477         * loop.c (canonicalize_condition): Add WANT_REG argument.
1478         Stop the search if we match it.
1479         * expr.h (canonicalize_condition): Update decl.
1480         * predict.c (expected_value_to_br_prob): Use it.  Track last
1481         expected value note.
1482         (find_expected_value): Remove.
1483
1484         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
1485
1486 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1487
1488         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
1489         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
1490         a plain file.
1491         * configure.in: Call AC_FUNC_MMAP_FILE.
1492         * configure: Regenerate.
1493         * config.in: Regenerate.
1494
1495         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
1496         * fixinc/fixincl.c: Likewise.
1497
1498 2000-04-17  Richard Henderson  <rth@cygnus.com>
1499
1500         * builtins.c (expand_builtin_expect): New.
1501         (expand_builtin): Call it.
1502         * builtins.def (BUILT_IN_EXPECT): New.
1503         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
1504         * extend.texi: Document it.
1505
1506         * predict.c (expected_value_to_br_prob): New.
1507         (find_expected_value): New.
1508         * basic-block.h (expected_value_to_br_prob): Declare.
1509         * toplev.c (rest_of_compilation): Invoke it.
1510
1511         * rtl.h (NOTE_EXPECTED_VALUE): New.
1512         (NOTE_INSN_EXPECTED_VALUE): New.
1513         * rtl.c (note_insn_name): Update.
1514         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1515         cases; handle NOTE_INSN_EXPECTED_VALUE.
1516
1517 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1518
1519         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1520         leaf sibcall delay slot if flag_pic.
1521         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1522
1523 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1524
1525         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1526
1527         * fixproto: If fix-header fails, exit with an error.
1528
1529 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1530
1531         * cse.c (struct check_depdendence_data): New.
1532         (check_dependence): New function.
1533         (invalidate): Use check_depdenence.
1534
1535 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1536
1537         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1538         UNITS_PER_WORD is unsigned.
1539
1540         * tree.h (struct tree_common): Remove misleading comment.
1541
1542 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1543
1544         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1545         message in quotes. Otherwise, IBM's make program treats the '#' as the
1546         start of a comment and ignores the remainder of the line.
1547
1548         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1549         upper case.
1550         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1551         * cexp.y (initialize_random_junk): Likewise.
1552         * cppfiles.c (find_include_file): Cast alloca return value.
1553         * cppinit.c (initialize_standard_includes): Likewise.
1554         * cpplib.c (cpp_define, cpp_undef): Likewise.
1555         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1556         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1557         * fold-const.c (CHARMASK): New.
1558         (real_hex_to_f): Use it.
1559         * real.c (CHARMASK): New.
1560         (etoasc, asctoeg): Use it.
1561         (asctoeg): EBCDIC lower case characters preceed upper case.
1562
1563         * i370.c (mvs_add_label): Change spacing for coding conventions.
1564         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1565         outputing case vectors.
1566         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1567         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1568         since vector in in the data CSECT.
1569         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1570         * i370.md (Many patterns): Put the length in the XL directives.
1571         (movdi): Put back STM and MVC in definition.
1572         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1573         pattern using the TCA.
1574         * oe.h (CPP_SPEC): Added to allow trigraphs.
1575         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1576         not support the "long long" type.
1577
1578 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1579
1580         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1581         function.
1582         (mips_reg_mode_ok_for_base_p): Likewise.
1583         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1584         (REG_OK_FOR_INDEX_P): Define unconditionally.
1585         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1586         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1587         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1588         that GET_MODE_SIZE is unsigned.
1589         (mips_reg_mode_ok_for_base_p): Define.
1590         (mips_legitimate_address_p): Likewise.  Adjust now
1591         that GET_MODE_SIZE is unsigned.
1592         (block_move_loop): Make the number of bytes unsigned.
1593         (expand_block_move): Likewise.
1594         (function_arg): Make the loop counter unsigned to match the
1595         boundary condition.
1596
1597 2000-04-16  Richard Henderson  <rth@cygnus.com>
1598
1599         * rtl.h (enum insn_note): New enumeration.  Subsume
1600         NOTE_INSN_DELETED and friends.
1601         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1602         * rtl.c (note_insn_name): Tweak string order.
1603
1604 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1605
1606         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1607         to offset * 2.
1608
1609         * cpplex.c (output_line_command): Remove debugging prints.
1610         (cpp_output_tokens): Don't write out a zero-length buffer or
1611         try to see if it has a newline in it.
1612         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1613         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1614         the end of the loop.  Use memmove.  Don't read past the end of
1615         the buffer.  Remove trailing newlines from error messages.
1616
1617 2004-04-16  Neil Booth  <NeilB@earthling.net>
1618
1619         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1620         * cpplib.c: Add new syntax flags to directive table, and
1621         supporting macros.
1622
1623 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1624
1625         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1626         using ret $N.
1627
1628 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1629
1630         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1631         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1632
1633 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1634
1635         * Makefile.in (ggc-page.o): Now includes toplev.h.
1636         * ggc-page.c (toplev.h): Now included.
1637         (gc_time): Remove declaration.
1638         (ggc_collect): TIME now long.
1639         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1640         others static.
1641         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1642
1643         * toplev.c: Make *_time variable long to reduce chance of overflow.
1644         (TIMEVAR): Likewise for `otime'.
1645         (print_time): Arg is now long; compute percentage in FP and round.
1646         * toplev.h (print_time): Arg is long.
1647
1648         * tree.c: Minor whitespace changes.
1649
1650         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1651         * configure: Rebuilt.
1652         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1653         (__fixunsxfDI): Renamed from __fixunsxfdi.
1654         (__fixunsdfDI): Renamed from __fixunsdfdi.
1655         (__fixunssfDI): Renamed from __fixunssfdi.
1656         (__floatdisf): Use proper type in REP_BIT macro.
1657         (__fixunsxfSI): Renamed from __fixunsxfsi.
1658         (__fixunsdfSI): Renamed from __fixunsdfsi.
1659         (__fixunssfSI): Renamed from __fixunssfsi.
1660         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1661         Change location of macros and upper-case some names as above.
1662         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1663         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1664
1665         * varasm.c (assemble_variable): Add cast to remove warning.
1666         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1667
1668         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1669         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1670         region number to -1.
1671
1672 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1673
1674         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1675         call unshare_all_rtl.
1676
1677         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1678
1679 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1680
1681         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1682         Use .s1 not .s0 for all FP instructions.
1683
1684 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1685
1686         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1687         interfaces.
1688         (safe_fwrite, output_line_command): New static functions.
1689         (cpp_expand_to_buffer): Now private to cpplib.
1690         (cpp_scan_buffer): Take a printer.
1691
1692         * cpphash.h: Update prototypes.
1693         * cpplib.h: Update prototypes.
1694         (cpp_printer): New.
1695         (cpp_buffer): Remove last_nominal_fname.
1696         (cpp_reader): Remove lineno.
1697
1698         * cppmain.c: Use a cpp_printer.
1699         * fix-header.c: No need to inhibit line commands.  Call
1700         cpp_start_read with no printer.
1701
1702         * cpperror.c (cpp_notice_from_errno): Provide default name.
1703         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1704         (find_include_file, cpp_read_file): Use make_IHASH.
1705         (file_cleanup): Set control_macro and clear
1706         input_stack_listing_current here.
1707         (_cpp_execute_include): Don't output entering-file marker.
1708         * cpphash.c (special_symbol): Look for the line number in the
1709         buffer, not the reader.
1710         (_cpp_macroexpand): No need to disable line commands.
1711         (_cpp_dump_definition): No need to generate line commands.
1712         (dump_hash_helper): Remove excess newline from output.
1713         * cppinit.c (dump_special_to_buffer): No need to generate line
1714         commands.
1715         (cpp_printer_init): New.
1716         (cpp_start_read): Take a printer, and start it up if it's not
1717         NULL.  No need to generate line commands.
1718         (cpp_finish): Expect no buffers stacked at all.  Take a
1719         printer argument, and flush the output buffer if it's not
1720         NULL.
1721         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1722         Don't put two hashes at the beginning of an assertion.
1723         (cpp_get_token): Don't increment pfile->lineno or emit line
1724         commands here.  Return EOF if there's no buffer when we get
1725         EOF.
1726         * cpplib.c (do_define, skip_if_group):
1727         No need to disable line commands.
1728         (_cpp_output_line_command): Delete function.
1729         (do_line): Don't emit line commands here, but set things up so
1730         they will be emitted if necessary.  Use _cpp_fake_ihash to
1731         make unique nominal_fnames if necessary.
1732         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1733         with 0 for column, not -1.
1734         (_cpp_handle_eof): Don't set the control macro here.  Don't
1735         clear input_stack_listing_current here.  Don't emit line
1736         commands.
1737
1738 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1739
1740         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1741         always, use the default SVR4 start address.
1742
1743         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1744         (LINK_SHLIB_SPEC): Define.
1745         (LINK_START_DEFAULT_SPEC): Define.
1746         (LINK_OS_DEFAULT_SPEC): Define.
1747
1748         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1749
1750         * config/rs6000/eabi.asm (__eabi): Call __init rather than
1751         __do_global_ctors to handle constructors.
1752         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1753         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1754         (STARTFILE_MVME_SPEC): Likewise.
1755         (STARTFILE_SIM_SPEC): Likewise.
1756         (ENDFILE_ADS_SPEC): Use crtend.
1757         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1758         (ENDFILE_MVME_SPEC): Likewise.
1759         (ENDFILE_SIM_SPEC): Likewise.
1760         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1761         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1762         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1763         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1764         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1765         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1766         (CRTSTUFF_T_CFLAGS_S): Define.
1767         * config/rs6000/eabi-ctors.c: Delete.
1768
1769         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1770         boundary.
1771         (__fini): Likewise.
1772         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1773         boundary.
1774         (__fini): Likewise.
1775
1776 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1777
1778         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1779         plus mask size is smaller or equal to the mode size.
1780
1781 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1782
1783         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1784         not yet set.
1785
1786         * expr.c (reload.h): Now included.
1787         (emit_block_move): Set volatile_ok when checking for movstr.
1788         (emit_move_1): Check for replacements in addresses in multi-word case.
1789         * Makefile.in (expr.o): Now includes reload.h.
1790
1791         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1792         Never have a LIBCALL end a basic block.
1793         (find_basic_blocks_1): Likewise.
1794         Reorganize CALL_INSN cases.
1795
1796         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1797
1798 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1799
1800         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1801         completers from mov.ret instruction.
1802
1803 2000-04-14  Richard Henderson  <rth@cygnus.com>
1804
1805         * fold-const.c (extract_muldiv): Don't distribute and widen
1806         multiply across plus for non-sizetype unsigned types.
1807
1808 2000-04-14  Richard Henderson  <rth@cygnus.com>
1809
1810         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1811         If the original source is dead in the incr insn, it's dead now.
1812
1813 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1814
1815         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1816         see if DECL_BIT_FIELD needs to still be set.
1817
1818         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1819
1820         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1821         print_int_cst_octal with something that's not an INTEGER_CST.
1822
1823         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1824         and not a SUBREG to a FLOAT rtl.
1825
1826 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1827
1828         * emit-rtl.c (try_split): Avoid infinite loop if the split
1829         results in a sequence that contains the original insn.
1830
1831 2000-04-13  Andreas Jaeger  <aj@suse.de>
1832
1833         * config/mips/mips.c (expand_block_move): Pass alignment
1834         argument to move_by_pieces in bits, not bytes.
1835
1836         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1837         __pic__ for little endian.
1838
1839 2000-04-13  Andreas Jaeger  <aj@suse.de>
1840
1841         * config/i386/i386-protos.h: Add prototype for
1842         uno_comparison_operator.
1843
1844 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1845
1846         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1847         * calls.c (ECF_PURE): New flag.
1848         (emit_call_1): Handle ECF_PURE calls.
1849         (initialize_argument_information): Unset ECF_PURE flag too.
1850         (precompute_arguments): Precompute for ECF_PURE too.
1851         (expand_call): Handle ECF_PURE calls too.
1852         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1853         accept value of 2 as pure function.
1854         (emit_library_call_value, emit_library_call): Rename no_queue argument
1855         to fn_type.
1856         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1857
1858         * tree.h (DECL_IS_PURE): New macro.
1859         (struct tree_decl): Add pure_flag.
1860         * c-common.c (enum attrs): Add attribute "pure".
1861         (init_attributes): Initialize attribute "pure"
1862         (decl_attributes): Handle attribute "pure".
1863         * extend.texi (Attribute "pure"): Document.
1864         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1865         in pure function.
1866         (flags_from_decl_or_type): Support attribute "pure".
1867
1868 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1869
1870         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1871         the token except for numbers and identifiers.
1872
1873 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1874
1875         * i386.c (ix86_expand_binary_operator,
1876         ix86_expand_unary_operator): Check no_new_pseudos
1877         instead of reload_in_progress and reload_completed.
1878         (ix86_split_ashldi, ix86_split_ashrdi,
1879         ix86_split_lshrdi): Check no_new_pseudos instead
1880         of reload_completed.
1881
1882 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1883
1884         * function.c (purge_addressof): Unshare any shared rtl created by
1885         purge_addressof and its children.
1886
1887 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1888
1889         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1890         aggregates.
1891
1892 2000-04-05  Andreas Jaeger  <aj@suse.de>
1893
1894         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1895         not compiling PIC code, add flags for mabi=64.
1896         (SUBTARGET_CPP_SIZE_SPEC): New.
1897         (SUBTARGET_CPP_SPEC): New.
1898         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1899         for MIPS/Linux and lots of code needs these defines.
1900
1901 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1902
1903         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1904         trying the "opposite arithmetic" approach.
1905
1906 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1907
1908         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1909         (struct sh_args): Add new field force_mem.
1910         (INIT_CUMULATIVE_ARGS): Initialize it.
1911         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1912
1913 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1914
1915         * calls.c (expand_call): Do not reverse args in "equal from" field.
1916         (emit_library_call_value_1): Emit_libcall_block for const and pure
1917         function.
1918
1919 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1920
1921         * reload1.c (reload_combine): Don't enable optimization for fixed
1922         registers when encountering a BARRIER.
1923
1924 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1925
1926         * builtins.c (expand_builtin_memcmp): Do expansion even with
1927         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1928
1929         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1930         stack is propertly aligned; add sanity checking for aligned
1931         stack pointer.
1932         (expand_library_call_value_1): Add sanity checking for aligned
1933         stack pointer.
1934
1935 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1936
1937         * calls.c (emit_library_call_value_1): Change 3rd arg to
1938         locate_and_pad_parm to disregard the setting of partial.
1939
1940 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1941
1942         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1943
1944         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1945         CALL_INSN from the normal case.
1946
1947 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1948
1949         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1950         New global variables.
1951         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1952         adjustment.
1953         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1954         Declare,
1955         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1956          TARGET_ADD_ESP_8): New macros.
1957         * i386.md: Add peep2s to convert esp adjustments to push and pop
1958         instructions.
1959         (pushsi_prologue, popsi_epilogue): New patterns.
1960
1961 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1962
1963         * real.c (toe64): Remove stale #endif from the last change.
1964
1965 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1966
1967         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1968         * real.c (toe64): Revert previous change.
1969
1970 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1971
1972         * objc/objc-act.c: Include ggc.h.
1973         (objc_tree_index, objc_global_trees): Convert most of the
1974         static tree variables into a static array with previous names
1975         as defines.
1976         (objc_ellipsis_node): New variable.
1977         (lang_init): Call objc_act_parse_init and c_parse_init.
1978         Create objc_ellipsis_node.
1979         (build_selector_translation_table): Use objc_ellipsis_node instead
1980         of (tree)1.
1981         (hack_method_prototype): Likewise.
1982         (get_arg_type_list): Likewise.
1983         (start_method_def): Likewise.
1984         (continue_method_def): Likewise.
1985         (gen_method_decl): Likewise.
1986         (ggc_mark_imp_list): New function.
1987         (ggc_mark_hash_table): New function.
1988         (objc_act_parse_init): New function.
1989         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1990         * c-parse.in (c_parse_init): For objc add roots of objc specific
1991         local tree variables.
1992         * objc/objc-parse.y: Rebuilt.
1993         * objc/objc-parse.c: Rebuilt.
1994         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1995
1996 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1997
1998         * cse.c (delete_trivially_dead_insns): Also delete insns
1999         that copy a register to itself where the destination is
2000         a strict_low_part.
2001
2002 2000-04-11  Richard Henderson  <rth@cygnus.com>
2003
2004         * flow.c (struct propagate_block_info): Add new_dead, new_live.
2005         (propagate_block): Initialize them.  Use them in parallel instead
2006         of one tmp variable, ie revert much of the 0408 and 0407 functional
2007         changes, but keep the structural changes.
2008         (mark_set_regs): Take new_dead from propagate_block_info instead.
2009         (mark_set_1, mark_set_reg): Likewise.
2010         (mark_used_regs): Likewise with new_live.
2011         (mark_used_reg): Likewise.  Revert 0408 change.
2012
2013 2000-04-11  Nick Clifton  <nickc@cygnus.com>
2014
2015         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
2016         restriction.
2017         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
2018
2019 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2020
2021         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
2022         const section to output a CONSTRUCTOR based on the same conditions
2023         used for VAR_DECLs.
2024
2025 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
2026
2027         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
2028         * pa/pa-protos.h (output_call): Add additional argument indicating
2029         if the call is a sibling/tail call.
2030         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
2031         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
2032         (function_arg, function_arg_partial_nregs): Likewise
2033         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
2034         (emit_move_sequence): Zero extend certain constants as needed
2035         for TARGET_64BIT.
2036         (compute_zdepdi_operands, output_64bit_and): New functions.
2037         (output_64bit_ior, function_arg): Likewise.
2038         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
2039         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
2040         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
2041         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
2042         (output_bvb): Likewise.
2043         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
2044         (output_call): New argument 'sibcall'.  Generate sibcall sequences
2045         as needed.
2046         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
2047         (ouput_arg_descriptor): Do not emit argument descriptors for
2048         TARGET_64BIT.
2049         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
2050         defined.
2051         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
2052         (FUNCTION_OK_FOR_SIBALL): Define.
2053         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
2054         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
2055         (CPP_SPEC): Use new spec infrastructure.
2056         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
2057         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
2058         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
2059         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
2060         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
2061         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
2062         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
2063         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
2064         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
2065         (FUNCTION_ARG); Call out to C code.
2066         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
2067         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
2068         (MIN_UNITS_PER_WORD): Likewise.
2069         * pa/pa.md (cmpdi): New expander.
2070         (scc patterns, movstrsi): Not available for TARGET_64BIT.
2071         (64bit conditional arithmetic): New patterns.
2072         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
2073         (movsicc): Not available if modes on all the operands to not match.
2074         (movdicc): New expander and associated patterns.
2075         (64bit branches): New patterns.
2076         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
2077         (pre_ldd, post_std): New patterns.
2078         (64bit addil, load low part): New patterns.
2079         (special movsf constant): Not available for TARGET_64BIT.
2080         (movsf, movdf expanders): Force constants into memory.
2081         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
2082         (64bit movdf/movdi patterns): New patterns.
2083         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
2084         for TARGET_64BIT.
2085         (extendqidi2, extendhidi2, extendsidi2): Similarly.
2086         (adddi3 expander): Allow "arith_operand" for second input.
2087         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
2088         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
2089         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
2090         (muldi3): New expander for TARGET_64BIT.
2091         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
2092         for TARGET_64BIT.
2093         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
2094         patterns for TARGET_64BIT.
2095         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
2096         patterns for TARGET_64BIT.
2097         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
2098         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
2099         (sibcall_epilogue): New expander.
2100         (casesi): Tweak for TARGET_64BIT.
2101         (call expanders): Set & use the outgoing argument pointer.  Use the
2102         64bit call patterns as needed. Add additional arg to output_call.
2103         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
2104         (sibcall, sibcall_internal_symref): New expanders.
2105         (sibcall_value, sibcall_value_internal_symref
2106         (interspace_jump): Turn into an expander + matching patterns.
2107         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
2108         * pa/pa64-regs.h: Eliminate trigraph sequences.
2109         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
2110
2111 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
2112
2113         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
2114         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
2115         cpp_token with cpp_ttype everywhere.
2116         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
2117         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
2118         CPP_BUF_COL.  Line and column numbers are unsigned int, not
2119         long.
2120         * cpplex.c (cpp_buf_line_and_col): Delete.
2121         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
2122         'long lineno' to 'unsigned int lineno'.
2123         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
2124
2125 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2126
2127         * extend.texi: ISO C99 is not a draft anymore.
2128         * invoke.texi: ISO C++ is not a draft anymore.
2129         * cpp.texi: __cplusplus is required by the ISO standard.
2130
2131         * extend.texi (-fthis-is-variable): Undocument.
2132         * flags.h (warn_template_debugging): Remove declaration.
2133         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
2134         -Wenum-clash, -Wtemplate-debugging): Undocument.
2135
2136 2000-04-10  Nick Clifton  <nickc@cygnus.com>
2137
2138         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
2139         integer.
2140         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
2141         integer.
2142         (ARM_SIGN_EXTEND): Use HOST_UINT.
2143         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
2144         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
2145         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
2146         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
2147
2148         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
2149         (arm_gen_constant): Use HOST_UINT.
2150         (arm_canonicalize_constant): Use HOST_UINT.
2151         (arm_reload_in_hi): Use HOST_UINT.
2152         (arm_reload_out_hi): Use HOST_UINT.
2153         (output_multi_immediate): Use HOST_UINT.
2154         (int_log2): Use HOST_UINT.
2155         (arm_poke_function_name): Use HOST_UINT.
2156         (arm_output_epilogue): Use arm_volatile_func().
2157         (output_thumb_prologue): Use arm_strip_name_encoding().
2158
2159 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2160
2161         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
2162         of sequence point problems.
2163
2164 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
2165
2166         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
2167         Recomment.
2168         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
2169
2170 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2171
2172         * sbitmap.h: Whitespace changes and use upper-case macro args.
2173         (struct simple_bitmap_def): All sizes now unsigned.
2174         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
2175         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
2176         (sbitmap_vector_alloc): Parms and local vars now unsigned.
2177         (sbitmap_zero): Cast bzero arg to PTR.
2178         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
2179         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
2180         loop to make structure clearer.
2181         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
2182         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
2183         (sbitmap_a_and_b_or_c): Likewise.
2184         (sbitmap_intersection_of_succs): Minor cleanups.
2185         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
2186         (sbitmap_union_of_preds): Likewise.
2187         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
2188         (debug_sbitmap): New function.
2189
2190         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
2191         * c-typeck.c (convert_for_assignment): Likewise.
2192
2193         * expmed.c (init_expmed): Don't free objects we make.
2194         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
2195
2196         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
2197         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
2198
2199         * gcse.c (expr_hash_table_size): Now unsigned.
2200         (compute_ae_gen): Local variable `i' now unsigned.
2201         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
2202         (compute_transout, hoist_code): Likewise.
2203         (compute_local_properties): Likewise, also hash_table_size.
2204         (alloc_expr_hash_table): N_INSNS now unsigned.
2205         (delete_null_pointer_checks): Mark arg F as unused.
2206
2207         * regrename.c: Minor cleanups, including chang some variables
2208         to unsigned int.
2209
2210 2000-04-10  Neil Booth  <NeilB@earthling.net>
2211
2212         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
2213         than GETC ().
2214         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
2215
2216 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2217
2218         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
2219         __classof__, and __headof__ from the list of gnu keywords.
2220         (-ansi): Remove -foperator-names from list of implied options.
2221         Do not call it ANSI C++.
2222         (-foperator-names): Document as -fno-operator-names.
2223
2224 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
2225
2226         * cpphash.c (timestamp): Delete.
2227         (del_HASHNODE): If type is T_MCONST, free value.cpval.
2228         (special_symbol): Remove unnecessary braces.  Remove
2229         T_VERSION.  Treat T_STDC like T_CONST unless
2230         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
2231         when one is encountered, then convert them into T_MCONST
2232         nodes.
2233         * cppinit.c (builtin_array): version_string is T_MCONST.
2234         __STDC__ has a "1" in its cpval.  Don't have a terminator
2235         entry.  Clean up which entries are dumped.
2236         (initialize_builtins): Only __STDC__ gets the special
2237         -traditional treatment.  Count the length of builtin_array.
2238         Render version_string here.
2239         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
2240         * cpplib.h (struct cpp_reader): Remove timebuf.
2241
2242 2000-04-09  Richard Henderson  <rth@cygnus.com>
2243
2244         * genrecog.c (pred): Update comparison_operator for the unordered
2245         operators.
2246
2247         * config/i386/i386.c (no_comparison_operator): Disallow unordered
2248         operators.
2249         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
2250         (uno_comparison_operator): New.
2251         (put_condition_code): Handle UNORDERED/ORDERED.
2252         (unsigned_comparison): Likewise.
2253         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
2254         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
2255         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
2256         update all callers.  Handle all 8 unordered operators.
2257         (ix86_expand_setcc): Lose the unordered argument, update all callers.
2258         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
2259         * config/i386/i386.h (PREDICATE_CODES): Update.
2260         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
2261         (ix86_expand_branch, ix86_expand_setcc): Update.
2262         * config/i386/i386.md (sunordered, sordered): New.
2263         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
2264         (bunordered, bordered): New.
2265         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
2266         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
2267         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
2268
2269 2000-04-09  Philip Blundell  <philb@gnu.org>
2270
2271         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
2272
2273 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
2274
2275         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
2276         fix_truncxfhi2): New patterns.
2277         * i386.c (output_fix_trunc): Handle converting to HImode.
2278
2279 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
2280
2281         * ssa.c (convert_to_ssa): Eliminate dead code when calling
2282         life_analysis.
2283         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
2284         (for_each_successor_phi): Change parameter to basic_block.
2285         (coalesce_regs_in_successor_phi_nodes): Likewise.
2286         (coalesce_regs_in_copies): Likewise.
2287         (compute_coalesced_reg_partition): Use basic_block instead of index.
2288         * rtl.h (convert_to_ssa): Delete.
2289         (convert_from_ssa): Likewise.
2290         (successor_phi_fn): Likewise.
2291         (for_each_successor_phi): Likewise.
2292         (in_ssa_form): Likewise.
2293         * basic-block.h (convert_to_ssa): Moved from rtl.h.
2294         (convert_from_ssa): Likewise.
2295         (successor_phi_fn): Likewise.
2296         (in_ssa_form): Likewise.
2297         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
2298         * flow.c (calculate_global_regs_live): Pass a basic_block to
2299         for_each_successor_phi.
2300
2301 2000-04-08  Richard Henderson  <rth@cygnus.com>
2302
2303         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
2304         was modified in the current insn.
2305
2306 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2307
2308         * arm/thumb.md: Delete.
2309         * arm/thumb-protos.h: Delete.
2310
2311 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2312
2313         Merge changes from merged-arm-thumb-backend-branch onto trunk.
2314
2315         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2316
2317         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
2318         into branch.
2319
2320         * arm.md (nop): Use the standard RTL expression.  Don't code as a
2321         define_expand.
2322         (*arm_nop, *thumb_nop): Delete.
2323
2324         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
2325         constants.  Use casts instead.
2326         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
2327         output_multi_immediate, arm_poke_function_name): Likewise.
2328         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
2329         MASK_RETURN_ADDDR): Likewise.
2330
2331         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
2332
2333         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
2334         into branch.
2335
2336         * arm.md (eh_epilogue): New function.
2337         * arm.h (struct machine_function): Move to here ...
2338         * arm.c: ... from here.
2339         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
2340         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
2341         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
2342
2343         2000-03-30  Nick Clifton  <nickc@cygnus.com>
2344
2345         * config/arm/semi.h (ASM_SPEC): Restore definition.
2346         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2347
2348         * config/arm/elf.h (ASM_SPEC): Restore definition.
2349         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2350
2351         * config/arm/arm.h (ASM_SPEC): Remove definition.
2352         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
2353
2354         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
2355
2356         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
2357
2358         2000-03-24  Nick Clifton  <nickc@cygnus.com>
2359
2360         Various formating tidyups, elimination of compile time
2361         warnings and synchronisation with internal sources:
2362
2363         * config/arm/arm-protos.h (assemble_align): Add prototype.
2364         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2365         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2366         (arm_return_addr_rtx): Rename to arm_return_addr.
2367
2368         * config/arm/arm.c: Include except.h.
2369         Define shorter typenames for strict minipool_node and struct
2370         minipool_fix.
2371         (arm_return_in_memory): For WinCE return all structures <= 32 bits
2372         in memory.
2373         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2374         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2375
2376         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
2377         already defined.
2378         (ASM_SPEC): Define if not already defined.
2379         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
2380
2381         * config/arm/arm.md: Rename references to gen_rotated_half_load to
2382         arm_gen_rotated_half_load, and references to gen_comapre_reg to
2383         arm_gen_compare_reg.
2384         (indirect_jump):  Only accept register operands.
2385         (load_indirect_jump): Keep this pattern since combine can generate
2386         it.
2387
2388         * config/arm/coff.h: Include aout.h.
2389         (MULTILIB_DEFAULTS): Only define if not already defined.
2390
2391         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
2392         into arm.h (so that COFF ports can support thumb based aliases).
2393         (ASM_SPEC): Move definition into arm.h
2394
2395         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
2396         redundant apcs spec.
2397         (ASM_SPEC): Move definition to arm.h
2398
2399         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
2400
2401         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
2402         for entries in the .bss section
2403
2404         2000-03-23  Nick Clifton  <nickc@cygnus.com>
2405
2406         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
2407         to thumb_far_jump_used_p.
2408
2409         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
2410         single integer parameter.
2411
2412         * config/arm/arm.c (struct machine_function): Add two new
2413         fields, 'far_jump_used' and 'arg_pointer_live'.
2414         (thumb_far_jump_used_p): Once the decision has been made that
2415         far jumps might be used, always return true.
2416         If being called from the initial elimination offset macro then
2417         do not bother to perform the test if the arg pointer is not
2418         being used.
2419         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
2420         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
2421
2422         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
2423
2424         * arm.c (output_return_instruction): Handle more cases where we can
2425         return from a function with an ldr instruction.
2426         (arm_output_epilogue): Likewise.
2427
2428         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
2429         if we need to push a large stack frame and there are no callee-saved
2430         registers.
2431
2432         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
2433         in ARM code if the frame pointer has been eliminated.
2434
2435         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
2436         unspec_volatile arguments to avoid duplicates.
2437         (consttable_1, consttable_2): Fixes for big-endian mode.
2438
2439         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
2440         as appropriate.
2441
2442         Re-write constant pool code.
2443         * arm.c (minipool_node, minipool_fix): New types.
2444         (minifix): Delete type.
2445         (arm_add_minipool_constant): Delete.
2446         (arm_compute_minipool_offsets, arm_find_barrier,
2447         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
2448         (get_jump_table_size): Now returns HOST_WIDE_INT.
2449         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
2450         functions.
2451         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
2452         (assign_minipool_offsets, arm_print_value): Likewise.
2453         (dump_minipool): Rewrite.
2454         (arm_barrier_cost): New function.
2455         (create_fix_barrier): New function.
2456         (push_minipool_barrier): New function.
2457         (push_minipool_fix): Record additional information about the fixup
2458         required.
2459         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
2460         check the mode of what needs fixing.
2461         (arm_reorg): Rewrite.
2462
2463         2000-03-08  Nick Clifton  <nickc@cygnus.com>
2464
2465         * config/arm/arm.md (indirect_jump): Force constant addresses into
2466         a register.
2467
2468         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
2469
2470         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
2471
2472         2000-02-24  Nick Clifton  <nickc@cygnus.com>
2473
2474         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
2475         adjust is word aligned.
2476         (thumb_expand_epilogue): Make sure that stack adjust is word
2477         aligned.
2478
2479         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
2480
2481         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
2482
2483         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
2484         pointer relative addresses.
2485
2486         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
2487
2488         * arm.c (find_barrier): Find the last barrier within the allowed
2489         range.
2490
2491         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2492
2493         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
2494
2495         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2496
2497         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
2498         ARM_FUNCTION_PROFILER.
2499
2500         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
2501         ARM_FUNCTION_PROFILER.
2502
2503         * config/arm/linux-oldld.h: Imported from mainline sources.
2504
2505         2000-02-07  Nick Clifton  <nickc@cygnus.com>
2506
2507         * config/arm/lib1funcs.asm: Merge in thumb functions from
2508         lib1thumb.asm.
2509
2510         * config/arm/lib1thumb.asm: Delete.
2511
2512         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2513
2514         * config/arm/arm.c: Sychronised with current Red hat local
2515         sources.
2516         * config/arm/arm.h: Ditto.
2517         * config/arm/arm-protos.h: Ditto.
2518
2519         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2520
2521         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2522
2523         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2524         byte stores.
2525
2526         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2527
2528         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2529
2530         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2531         (return) was emited using an emit_insn() call.
2532
2533         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2534
2535         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2536         thumb stack frame.
2537         (thumb_exit): Move frame pointer back into hard frame pointer
2538         register if backtracing is being used.
2539
2540         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2541
2542         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
2543         into branch.
2544
2545         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2546
2547         * config/arm/arm.md (neg_pool_offset): Provide default for new
2548         attribute.
2549         (arm_movsi_insn): Add neg_pool_offset attribute.
2550         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2551         rtx for the insn that starts the scan and an unsigned long for its
2552         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2553         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2554         instructions in *PINSERTED.
2555         (struct minipool_fixup): Add MIN_ADDRESS elt.
2556         (sort_fixups): Compute it.
2557         (arm_reorg): Changes to support inserting pools before the insn to be
2558         fixed up.
2559
2560         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2561
2562         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2563         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2564         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2565
2566         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2567
2568         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2569         defined.
2570         (TARGET_DEFAULT): Do not define if already defined.
2571
2572         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2573
2574         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2575         (iordi3): Allow disjoint source operands.
2576         (xordi3): Allow disjoint source operands.
2577         (negdi2): Permit construction for ARM and Thumb.
2578         (arm_negdi2): Renamed version of old negdi2 pattern.
2579         (thumb_negdi2): New pattern: Only permit non-overlapping
2580         source and destination.
2581
2582         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2583
2584         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2585         scratch low register so that it will not be deleted.
2586
2587         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2588
2589         * config/arm/pe.h (ARM_PE): Define.
2590
2591         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2592         interfacearm attribute if this is a PE toolchain.
2593         (output_return_instruction): Do not emit anything if the function
2594         has the naked attribute set.
2595         (is_called_in_ARM_mode): If the function has the interfacearm
2596         attribute then return true.
2597         (thumb_expand_prologue): Do not generate a prologue for naked
2598         functions.
2599         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2600         function.
2601         (output_thumb_prologue): Do not bother if the function is naked.
2602         Strip PE encoding from function name before emitting.
2603
2604         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2605
2606         * arm.md (pic_load_addr): Fix constraints.
2607
2608         * arm.md (casesi_insn): Fix mis-applied patch.
2609
2610         * arm.md ("core" function unit): Add rules for single- and
2611         multi-cycle insns.
2612         (All TARGET_THUMB patterns): Add "type" attribute information
2613         where needed.
2614         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2615         the following insn is a CALL.
2616
2617         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2618         pointer.
2619         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
2620         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2621         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2622
2623         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2624
2625         * config/arm/linux-gas.h: oops - this file was missed out when the
2626         branch was created...
2627
2628         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2629
2630         * thumb.c: Deleted.  Move contents to ...
2631         * arm.c: ... here.
2632         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2633         rule for thumb.o
2634         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2635         * configure: Regen.
2636
2637         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2638         declare a prototype for asm_output_align();
2639
2640         * arm.c (thumb_condition_code): Delete.
2641         (arm_print_operand): Always use arm_condition_code array.
2642
2643         * arm.c (thumb_return_addr_rtx): Delete.
2644         (arm_save_machine_status, arm_restore_machine_status): Delete.
2645         (arm_init_machine_status, arm_mark_machine_status): New functions.
2646         (arm_init_expanders): Update accordingly.
2647         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2648         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2649         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2650
2651         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2652
2653         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2654         script.
2655         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2656         targets.
2657
2658         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2659
2660         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2661         stack backtrace structure.
2662
2663         * config/arm/arm-protos.h: Add prototypes for functions defined in
2664         arm/pe.h.
2665
2666         * config/arm/arm.c (arm_override_options): Fix selection of
2667         attributes of default processor.
2668
2669         * config/arm/coff.h: Delete needless #include.
2670
2671         * config/arm/pe.c: Delete unused code.
2672
2673         * config/arm/pe.h (CPP_DEFINES): Delete
2674         (SUBTARGET_CPP_SPEC): Define.
2675         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2676
2677         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2678
2679         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2680
2681         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2682         updated.
2683         (CAN_DEBUG_WITHOUT_FP): Define.
2684         (FIXED_REGISTERS): Make r11 call-saved.
2685         (CALL_USED_REGISTERS): Likewise.
2686         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2687         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
2688         frame-pointer is required.
2689         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2690         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2691         if the target normally needs a stack frame in non-leaf functions.
2692         (use_return_insn): Correct logic for determining when a return
2693         instruction can be used.
2694         (output_return_instruction): Handle the frame-pointer register as
2695         a normal register when not TARGET_APCS_FRAME.
2696         (arm_output_prologue): Likewise.
2697         (arm_output_epilogue): Likewise.
2698         (output_func_epilogue): Likewise.
2699         (arm_expand_prologue): Likewise.
2700         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2701
2702         * arm.c (use_return_insn): No need to check floating point regs if
2703         TARGET_SOFT_FLOAT.
2704         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2705         the code of value stored in the minipool array.
2706         (arm_add_minipool_constant): Likewise.
2707
2708 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2709
2710         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2711
2712 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2713
2714         * tree.c (tree_expr_nonnegative_p): New function.
2715
2716         * tree.h (tree_expr_nonnegative_p): Declare.
2717
2718         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2719         elide some sign_compare warnings.
2720         (build_conditional_expr): Likewise.
2721
2722 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2723
2724         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2725
2726         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2727         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2728         operand.  Abort if a 387 operand has an unsupported size.
2729
2730 2000-04-08  Neil Booth  <NeilB@earthling.net>
2731
2732         * cppexp.c (parse_charconst): Null does not end character
2733         constants.
2734         * cppinit.c (ISTABLE): Null character handled as whitespace.
2735         * cpplex.c (null_warning):  new function.
2736         (skip_string): Emit warning if nulls encountered.
2737         (_cpp_skip_hspace): Emit warning if nulls encountered.
2738         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2739         them.
2740         * cpp.texi: Update.
2741
2742 2000-04-07  Richard Henderson  <rth@cygnus.com>
2743
2744         * flow.c (loop_depth): Remove.
2745         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2746         (struct propagate_block_info): New.
2747         (life_analysis): Don't allocate reg_next_use.
2748         (propagate_block_delete_insn): Break out of propagate_block.
2749         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2750         (propagate_block_delete_libcall): Likewise.
2751         (propagate_block): Create a propagate_block_info struct to pass
2752         to subroutines.  Allocate one not two temporary regsets.  Don't
2753         clobber memory for const calls.  Look for clobbers in
2754         CALL_INSN_FUNCTION_USAGE.
2755         (mark_set_regs): Recognize COND_EXEC.
2756         (mark_set_reg): Break out of mark_set_1.
2757         (mark_used_reg): Break out of mark_used_regs.
2758         (mark_used_regs): Recognize COND_EXEC.
2759         (insn_dead_p): Use propagate_block_info struct.
2760         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2761         (find_auto_inc, try_pre_increment_1): Likewise.
2762         (print_rtl_with_bb): Dump regs live at end too.
2763         (count_reg_sets_1): Pass in loop_depth.
2764         (count_reg_sets, count_reg_references): Likewise.
2765         (recompute_reg_usage): Provide it.
2766
2767 2000-04-07  Richard Henderson  <rth@cygnus.com>
2768
2769         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2770         not the raw files.
2771
2772 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2773
2774         * cpplib.c (do_elif): Skip the rest of the line if we're
2775         not going to bother evaluating it.
2776         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2777         to avoid pointless calls to the lexer.
2778
2779 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2780
2781         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2782
2783 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2784
2785         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2786
2787 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2788
2789         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2790
2791 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2792
2793         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2794         crtend so they can be multilibbed.
2795         (STAGESTUFF): Remove s-crt and s-crtS.
2796
2797 2000-04-07  Richard Henderson  <rth@cygnus.com>
2798
2799         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2800         if we discover we need a pseudo and no_new_pseudos is true.
2801         * config/alpha/alpha.md (ne:DI insn): New.
2802         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2803
2804 2000-04-07  Richard Henderson  <rth@cygnus.com>
2805
2806         * rtl.def (COND_EXEC): New.
2807         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2808         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2809
2810         * genconfig.c (have_cond_arith_flag): Remove.
2811         (have_cond_exec_flag): New.
2812         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2813         (main): Print HAVE_conditional_execution.
2814
2815         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2816         (sched_analyze_insn, print_pattern): Likewise.
2817         * reload.c (find_equiv_reg): Likewise.
2818         * rtlanal.c (reg_referenced_p): Likewise.
2819         (note_stores, dead_or_set_regno_p): Likewise.
2820         (reg_overlap_mentioned_p): Rewrite to use a switch.
2821
2822         * ggc.h (struct rtx_def): Forward declare.
2823
2824         * print-rtl.c (debug_rtx_range): New.
2825         * rtl.h (debug_rtx_range): Declare.
2826
2827         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2828
2829         * gcse.c (gcse_main): Don't rebuild the CFG here.
2830         (delete_null_pointer_checks): Likewise.
2831         * ssa.c (convert_to_ssa): Likewise.
2832         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2833         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2834         `get_insns()'.  Always split insns after reload when optimizing.
2835
2836         * basic-block.h (merge_blocks_nomove): Declare.
2837         (tidy_fallthru_edge): Declare.
2838         * flow.c (merge_blocks_nomove): Document as merging into previous
2839         blocks.  Remove cruft from between blocks; remove all edges out of A.
2840         (tidy_fallthru_edge): Export.
2841
2842 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2843
2844         * ssa.c (compute_conservative_reg_partition): Declare with
2845         void arguments.
2846         * toplev.c (clean_dump_file): Remove previously-deleted function
2847         inadvertantly merged back in.
2848         * conflict.c (conflict_graph_add): Use a single call to
2849         htab_find_slot to look up and insert.
2850
2851 2000-04-06  Richard Henderson  <rth@cygnus.com>
2852
2853         * genrecog.c (*): Rename _last_insn to last_insn.
2854         (make_insn_sequence): Set the position of the peephole2 C test
2855         to be at the last insn.
2856
2857 2000-04-06  Richard Henderson  <rth@cygnus.com>
2858
2859         * flow.c (compute_flow_dominators): Free worklist.
2860
2861 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2862
2863         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2864
2865 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2866
2867         * rtl.h (INSN_P): New macro.
2868         (successor_phi_fn): New typedef.
2869         (for_each_successor_phi): New prototype.
2870         (in_ssa_form): New variable.
2871         (PHI_NODE_P): Likewise.
2872         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2873         phi nodes in successors.
2874         (mark_used_regs): Add PHI case.
2875         (set_phi_alternative_reg): New function.
2876         (life_analysis): Assert that dead code elimination is not selected
2877         when in SSA form.
2878         * toplev.c (to_ssa_time): New variable.
2879         (from_ssa_time): Likewise.
2880         (compile_file): Zero to_ssa_time and from_ssa_time.
2881         Print time to convert to and from SSA.
2882         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2883         (print_time): Compute percent fraction as integer.
2884         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2885         (convert_to_ssa): Check if we're already in SSA.
2886         Don't eliminate dead code in life_analysis.
2887         Rerun flow and life analysis at bottom.
2888         (eliminate_phi): Use canonical regnos when adding nodes.
2889         (mark_reg_in_phi): New function.
2890         (mark_phi_and_copy_regs): Likewise.
2891         (convert_from_ssa): Rerun life analysis at top.
2892         Use coalesced partition.
2893         Check for removing a phi node at the end of the block.
2894         (compute_coalesced_reg_partition): New function.
2895         (coalesce_regs_in_copies): Likewise.
2896         (coalesce_reg_in_phi): Likewise.
2897         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2898         (for_each_successor_phi): Likewise.
2899         (rename_context): New struct.
2900         (rename_block): Use a rename_context with rename_insn_1.  When
2901         renaming sets of a subreg, emit a copy of the entire reg first.
2902         (rename_insn_1): Treat data as a rename_context *.  Save current
2903         insn in set_data.
2904         (rename_set_data): Add field set_insn.
2905         * Makefile.in (HASHTAB_H): Move up in file.
2906         (OBSTACK_H): New macro.
2907         (collect2.o): Use OBSTACK_H in dependencies.
2908         (sdbout.o): Likewise.
2909         (emit-rtl.o): Likewise.
2910         (simplify-rtx.o): Likewise.
2911         (fix-header.o): Likewise.
2912         (OBJS): Add conflict.o.
2913         (conflict.o): New rule.
2914         * basic-block.h: Include partition.h.
2915         (conflict_graph): New typedef.
2916         (conflict_graph_enum_fn): Likewise.
2917         (conflict_graph_new): New prototype.
2918         (conflict_graph_delete): Likewise.
2919         (conflict_graph_add): Likewise.
2920         (conflict_graph_conflict_p): Likewise.
2921         (conflict_graph_enum): Likewise.
2922         (conflict_graph_merge_regs): Likewise.
2923         (conflict_graph_print): Likewise.
2924         (conflict_graph_compute): Likewise.
2925         * conflict.c: New file.
2926
2927 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2928
2929         * tlink.c (read_repo_files): Don't look for .rpo info for
2930         linker flags.
2931
2932 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2933
2934         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2935
2936 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2937
2938         * config/sh/lib1funcs.asm (___udivsi3_i4):
2939         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2940         only depends on FMOVD_WORKS.
2941
2942 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2943
2944         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2945         make double constant 8-byte aligned.
2946
2947 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2948
2949         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2950         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2951         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2952         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2953         Accept storing GENERAL_REGS into offsetable memory.
2954         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2955         building a TFmode constant other than 0.0L into GENERAL_REGS.
2956
2957 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2958
2959         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2960
2961 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2962
2963         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2964         (macro_cleanup): No need to cast pbuf->macro.
2965         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2966         it returns VSPACE.  Remove check for trailing space after
2967         CPP_COMMENT.
2968         (_cpp_create_definition): Don't diddle flags here.  Return
2969         directly on error.
2970         (unsafe_chars): Handle c1 being EOF.
2971         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2972         checks.  Don't push the buffer till after we're done with
2973         them.
2974         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2975         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2976         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2977         appropriately.
2978         (_cpp_parse_assertion): Don't NUL terminate.
2979         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2980         hspace before calling _cpp_parse_assertion.  Remove all sets
2981         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2982         special with '\n' here.
2983         (maybe_macroexpand): Handle T_EMPTY hash entries without
2984         pushing a buffer at all.
2985         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2986         incrementing the line number here.  Clear
2987         potential_control_macro as well as only_seen_white, if
2988         appropriate.
2989         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2990         (_cpp_get_define_token): New function, basically like
2991         _cpp_get_directive_token was but doesn't eat horizontal space.
2992         Don't do anything with only_seen_white here.
2993         (_cpp_get_directive_token): Just call _cpp_get_define_token
2994         repeatedly till it returns non-hspace.
2995
2996         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2997         (conditional_skip, skip_if_group): Return int.
2998         (DIRECTIVE_TABLE): Change origin of all conditional directives
2999         to "COND".
3000         (TRAD_DIRECT_P): New macro.
3001         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
3002         an error for a bogus directive, unless -lang-asm.  Use
3003         TRAD_DIRECT_P. Loop calling handler functions till one returns
3004         zero.
3005         (get_macro_name): Don't diddle flags here.
3006         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
3007         Create T_EMPTY nodes for #define macro /* nothing */.
3008         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
3009         Use hp->name when calling pass_thru_directive.
3010         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
3011         Return the result of conditional_skip and/or skip_if_group.
3012         Don't call _cpp_output_line_command.
3013         (consider_directive_while_skipping): Use _cpp_get_directive_token.
3014         Issue -Wtraditional warnings as appropriate.  Don't complain
3015         about unrecognized directives.  If we are to stop skipping,
3016         return the number of the directive that ended the skip.
3017         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
3018         expansion and line commands while skipping.  Return the result
3019         of consider_directive_while_skipping, if nonzero.
3020         (do_endif): Just set potential_control_macro here.
3021         (validate_else): Use _cpp_get_directive_token.
3022         (do_assert, do_unassert): Don't save pointers into the
3023         token_buffer across calls to the lexer.  Use
3024         _cpp_get_directive_token.
3025
3026         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
3027         pointer, not an offset.  Replace 'data', which was a generic
3028         pointer, with 'macro', which points to a struct hashnode.
3029         (cpp_reader): Add 'potential_control_macro' pointer.
3030         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
3031         (CPP_BUF_GET, CPP_FORWARD): Delete.
3032         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
3033         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
3034         ACTIVE_MARK_P): Update.
3035         (_cpp_get_define_token): New internal function.
3036         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
3037
3038 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
3039
3040         * configure.in: And here.
3041         * configure: Regenerate.
3042         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
3043         --enable-libstdcxx-v3 is passed at configure time.
3044         * config.h.in: Regenerate.
3045
3046 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
3047
3048         * final.c (final): Use xcalloc to allocate line_note_exists.
3049         * function.c (free_after_compilation): Free the temp_slots.
3050         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
3051         (combine_temp_slot): Free temp_slots when they get combined.
3052         (purge_addressof): Fix typo in comment.
3053         * stmt.c (mark_goto_fixup): Mark the fixup itself.
3054         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
3055
3056         * ggc.h: Include varray.h.
3057         (ggc_pending_trees): Declare.
3058         (ggc_mark_tree_children): Remove declaration.
3059         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
3060         * ggc-common.c (ggc_pending_trees): New variable.
3061         (ggc_mark_roots): Call ggc_mark_trees.
3062         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
3063         the ggc_pending_trees.
3064         * Makefile.in (GGC_H): New variable.  Use it throughout in place
3065         of ggc.h.
3066
3067 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3068
3069         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
3070         GET_MODE_SIZE.
3071
3072 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3073
3074         * sh.c (sh_insn_length_adjustment): New function.
3075         * sh-protos.h (sh_insn_length_adjustment): Declare.
3076         * sh.h (ADJUST_INSN_LENGTH): Use it.
3077
3078 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
3079
3080         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
3081         from the insn where REG_RETVAL is added.
3082         (emit_no_conflict_block): Ditto.
3083
3084         * md.texi (Standard Names): Clarify when movX is needed.
3085
3086         * combine.c (simplify_comparison) [MINUS]: Do not replace
3087         all (op (minus A B) 0) with (op A B).
3088
3089 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
3090                           J"orn Rennecke <amylaar@cygnus.co.uk>
3091
3092         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
3093         (block_lump_real): Likewise.
3094
3095 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
3096
3097         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
3098         remaining non-zero debugging masks.
3099
3100 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
3101
3102         * basic-block.h (verify_flow_info): Declare.
3103         (flow_loop_outside_edge_p): Declare.
3104         * flow.c (verify_flow_info): Remove declaration.
3105         (clear_log_links, flow_loop_outside_edge_p): Likewise.
3106
3107 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
3108
3109         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
3110         not C++ comments.
3111
3112 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
3113
3114         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
3115         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
3116         seqdi_zero_trunc+1): Allow splits only if registers are
3117         different.
3118
3119 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
3120
3121         * acconfig.h: Add HAVE_GAS_HIDDEN.
3122         * config.in: Regenerated.
3123         * configure.in: Add test for .hidden pseudo-op in gas.
3124         * configure: Regenerated.
3125         * crtstuff.c: Include auto-host.h.
3126         Emit additional .hidden pseudo-op for __dso_handle if the
3127         assembler knows about it.
3128
3129 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
3130
3131         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
3132         before freeing argnames.
3133         * cpplib.c (do_ifndef): Cast return value of xstrdup.
3134
3135 2000-04-05  Michael Meissner  <meissner@redhat.com>
3136
3137         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
3138         Walton <jonboy@gordian.com> to make memory references with update
3139         work wtih -mregnames.
3140
3141 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3142
3143         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
3144         (regrename_optimize): Rename variables `def_uses' and
3145         `ext_basic_blocks' to avoid conflicts with similarly named
3146         typedefs in traditional C.
3147
3148         * calls.c (initialize_argument_information): Fix typo in previous
3149         change.
3150
3151 2000-04-04  Richard Henderson  <rth@cygnus.com>
3152
3153         * regrename.c (consider_available): Test fixed_regs not
3154         PIC_OFFSET_TABLE_REGNUM.
3155
3156 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
3157
3158         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
3159         crtend.
3160         (CRTSTUFF_T_CFLAGS_S): Delete definition.
3161         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
3162         (ENDFILE_LINUX_SPEC): Always use crtend.
3163         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
3164         (powerpc-*-linux-gnu): Likewise.
3165         * configure: Regenerate.
3166
3167         * config/rs6000/eabi.h: Don't include sysv4.h.
3168         (MULTILIB_DEFAULTS): Don't define.
3169         * config/rs6000/eabiaix.h: Don't include eabi.h.
3170         * config/rs6000/eabile.h: Delete.
3171         * config/rs6000/eabilesim.h: Delete.
3172         * config/rs6000/eabisim.h: Don't include eabi.h.
3173         * config/rs6000/linux.h: Don't include sysv4.h.
3174         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
3175         (MULTILIB_DEFAULTS): Don't redefine.
3176         * config/rs6000/rtems.h: Don't include eabi.h.
3177         * config/rs6000/sol2.h: Don't include sysv4le.h.
3178         * config/rs6000/sysv4le.h: Don't include sysv4.h.
3179         * config/rs6000/t-ppc: Delete.
3180         * config/rs6000/t-ppcgas: Correct comment.
3181         * config/rs6000/t-ppcos: Correct comment.  Don't build
3182         multilibs for -fPIC, rather use -fPIC -mstrict-align
3183         as default.
3184         * config/rs6000/t-ppc: Delete.
3185         * config/rs6000/vxppc.h: Don't include sysv4.h.
3186         * config/rs6000/vxppcle.h: Delete.
3187         * configure.in: Use multiple header files for p2pc ELF targets
3188         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
3189         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
3190         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
3191         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
3192         always available for these platforms.
3193
3194 2000-04-04  Richard Henderson  <rth@cygnus.com>
3195
3196         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
3197
3198 2000-04-04  Stan Cox  <scox@cygnus.com>
3199
3200         * Makefile.in: Add rules for regrename.o
3201         * regrename.c: New file.
3202         * rtl.h (regrename_optimize): Add prototype.
3203         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
3204         (compile_file, decode_d_option): Add support for -frename-registers.
3205         (rest_of_compilation): Call regrename_optimize.
3206         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
3207         New macros.
3208
3209 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
3210
3211         * Makefile (gccbug): New target.
3212         (doc): Depend on it.
3213         * gcc.texi (Bugs): Link subnodes.
3214         (gccbug): New node.
3215         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
3216         Document severities, priorities, and classes in bug form.
3217
3218 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
3219
3220         * cpplex.c (trigraph_map, speccase): Combine into single
3221         table, chartab.
3222         (NORMAL, NONTRI): New macros.
3223         (_cpp_read_and_prescan): Change to use unified table.  Use
3224         is_hspace to test for whitespace.
3225
3226         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
3227         definition that doesn't provoke the "empty body in an
3228         if-statement" warning.
3229
3230 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
3231
3232         * builtins.c (expand_builtin_strlen): Force the source to
3233         be a memory address.
3234
3235 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3236
3237         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
3238
3239 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3240
3241         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
3242          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
3243         (ECF_IS_CONST): Rename to ECF_CONST.
3244         (special_function_p): Make static, change interface.
3245         (flags_from_decl_or_type, try_to_integrate): Break out from ...
3246         (expand_call) ... here; convert number of variables to flags.
3247         (emit_library_call_vlue_1): Likewise.
3248         (setjmp_call_p): New function.
3249         (initialize_argument_information): Accepts flags as argument;
3250         return flags.
3251         (precompute_arguments): Likewise.
3252         * tree.h (special_function_p): Remove.
3253         (setjmp_call_p): Add prototype.
3254
3255 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
3256
3257         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
3258         so that addresses are offsetable by up to 16 bytes.
3259         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
3260         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
3261         offsetable.
3262
3263         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
3264         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
3265         (movsf): Don't force any constant to memory if target is integer
3266         hard register.
3267         Move fp_zero_operand check below the const0_rtx check.
3268         (movtf): Likewise. Also allow fp_zero_operand for stores into
3269         memory.
3270         (movdf): Likewise. Also allow fp_zero_operand for stores into
3271         memory and into integer hard registers.
3272         (clear_df, clear_dfp, movdf_const_intreg_sp32,
3273         movdf_const_intreg_sp64): Remove.
3274         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
3275         conditions.
3276         (movdf_no_e_insn_v9_sp32): New pattern.
3277         (movdf_insn_v9only): Remove.
3278         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
3279         (movdf_insn_sp64): Remove.
3280         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
3281         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
3282         (following splits): Rewrite conditions. Add two new splits
3283         for storing 0.0 into memory and registers.
3284         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
3285         (movtf_insn_sp32): Redo constraints and conditions.
3286         (movtf_insn_vis_sp32): New pattern.
3287         (movtf_no_e_insn_sp32): Redo constraints and conditions.
3288         (movtf_insn_hq_sp64): Likewise.
3289         (movtf_insn_hq_vis_sp64): New pattern.
3290         (movtf_insn_sp64): Redo constraints and conditions.
3291         (movtf_insn_vis_sp64): New pattern.
3292         (movtf_no_e_insn_sp64): Redo constraints and conditions.
3293         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
3294         or memory.
3295         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
3296         -mvis or -m64 to take down the number of various reload patterns.
3297
3298 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
3299
3300         * pa/pa-64.h: New file.
3301         * pa/pa64-regs.h: New file.
3302         * pa/pa64-start.h: New file.
3303         * pa/t-pa64: New file.
3304         * pa/xm-pa64hpux.h: New file.
3305
3306 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3307
3308         * sparc.c (output_restore_regs): Prototype.
3309         (sparc_emit_float_lib_cmp): Constification.
3310
3311         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
3312
3313         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
3314         Prototype.
3315
3316         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
3317         (get_value_hash, hash_rtx): Likewise.
3318
3319         * ssa.c (compute_conservative_reg_partition): Prototype.
3320
3321         * tree.c (mark_hash_entry): Prototype.
3322
3323 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
3324
3325         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
3326         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
3327         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
3328
3329         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
3330         * objc/lang-specs.h: Likewise.
3331
3332 2000-04-03  Neil Booth  <NeilB@earthling.net>
3333
3334         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
3335         and SYNTAX_ERROR2. Replace `' in messages with ''.
3336         (op_to_str): Make re-entrant.
3337         (_cpp_parse_expr): Implement new error macros. Use | rather
3338         than || to logically or 2 boolean integers.  Simply expression
3339         checking we have a left operand iff needed.
3340
3341 2000-04-03  Nick Clifton  <nickc@cygnus.com>
3342
3343         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
3344
3345 2000-04-03  Philip Blundell  <philb@gnu.org>
3346
3347         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
3348
3349 2000-04-03  Felix Lee  <flee@cygnus.com>
3350
3351         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
3352         (run_shell): Use it.
3353
3354 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
3355
3356         * Makefile.in (stmp-int-hdrs): Make include subdir here...
3357         (stmp-fixproto): ...rather than here.
3358
3359 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
3360
3361         * pa.c (print_operand): Compute 'base' only inside the code paths
3362         that use it.
3363
3364 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
3365
3366         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
3367         CEIL_DIV_EXPR.
3368
3369 2000-04-03  Philipp Thomas  <pthomas@suse.de>
3370
3371         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
3372
3373 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
3374
3375         * Makefile.in (alias.o): Depend on $(TREE_H).
3376
3377 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
3378
3379         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
3380         processing C++.
3381         * cpplib.c (_cpp_handle_directive): Improve warnings for
3382         traditional C and indented directives.
3383
3384         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
3385         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
3386         fixinc/inclhack.def: Indent the # of #include_next one space.
3387         * cp/rtti.c: Un-indent #if and #endif.
3388
3389         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
3390         syntax error, but an error has already been printed.
3391         * cpplex.c (_cpp_parse_assertion): Give a more specific error
3392         message when called with nothing remaining on the line.
3393         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
3394         OTHER token, not an ASSERTION.
3395         * cpplib.c (do_assert): When we create a 'base' node, clear
3396         its aschain pointer.
3397
3398 2000-04-02  Neil Booth <NeilB@earthling.net>
3399
3400         * cppexp.c:  New typedef op_t.  struct operation and struct
3401         token updated to use it.
3402         (op_to_str): New function.
3403         (_cpp_parse_expr): Error messages modified to use op_to_str.
3404
3405 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3406
3407         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
3408         before checking MUST_PASS_IN_STACK.
3409
3410 2000-04-02  Neil Booth <NeilB@earthling.net>
3411
3412         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
3413         flags and initial priority into a single constant.  New
3414         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
3415         (_parse_cpp_expr): Implement new constants.  Take left operand
3416         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
3417         parse indicated by reducing FINISHED token.  Remove new lines
3418         from cpp_error messages.
3419
3420 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
3421
3422         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
3423         permanent obstack.
3424
3425 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
3426
3427         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
3428         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
3429         the strings and function names on the fly.  Take the #sccs
3430         entry out of the table if SCCS_DIRECTIVE is not defined.
3431         (_cpp_handle_directive): Decide if the # was at the beginning
3432         of the line here.  Issue -pedantic warnings for extended
3433         directives here.  Warn about K+R directives with the #
3434         indented, and C89/extended directives with the # not indented,
3435         here.
3436         (do_import, do_include_next, do_warning, do_ident, do_sccs,
3437         do_assert, do_unassert): Don't issue pedantic warning here.
3438
3439         * cpphash.h: Add CPP_WTRADITIONAL macro.
3440         * cpplib.h (struct cpp_options): Rename warn_stringify to
3441         warn_traditional; update comments.
3442         * cppinit.c (handle_option): Set warn_traditional not
3443         warn_stringify.
3444         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
3445         CPP_WTRADITIONAL (pfile).
3446         * cpplex.c (_cpp_lex_token): Don't decide if directives should
3447         be ignored in -traditional mode here.
3448
3449         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
3450         to initialize speccase[] and trigraph_map[].  Delete all
3451         references to pfile->input_speccase.  Always treat '?' as a
3452         special character.  Remove table-initialization code from
3453         _cpp_init_input_buffer.
3454
3455         * cpplib.h (struct cpp_reader): Remove input_speccase field.
3456         * cppinit.c (cpp_cleanup): Don't free input_speccase.
3457
3458 2000-04-01  Richard Henderson  <rth@cygnus.com>
3459
3460         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
3461         (mostlyclean): Likewise.
3462
3463         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
3464         (struct dump_file_info, enum dump_file_index, dump_file): New.
3465         (open_dump_file): Take a dump_file_index not a suffix, and a decl
3466         not a string.  Clean out file if we havn't yet done so.  Do nothing
3467         if the dump isn't enabled.
3468         (close_dump_file): Do nothing if the dump isn't open.  Dump
3469         graph data if requested.
3470         (dump_rtl, clean_dump_file): Remove.
3471         (compile_file): Don't clean the dump files.  Only finalize .bp dump
3472         if flag_test_coverage or flag_branch_probabilities.  Only finalize
3473         .combine dump if optimizing.  Iterate over dump_file to finalize the
3474         graph dumps.
3475         (rest_of_compilation): Update for open_dump_file/close_dump_file.
3476         Convert all uses of dump_rtl.
3477         (decode_d_option): Iterate over dump_file to implement 'a' and to
3478         locate pass-specific dumps.
3479
3480 2000-04-01  Neil Booth <NeilB@earthling.net>
3481
3482         * cppexp.c: Redefine priority constants.
3483         (_cpp_parse_expr): Replace left and right priority scheme with
3484         single priority logic.  Move LOGICAL to same place as COMPARE.
3485         Remove bogus check for multiple unary +/- operators.
3486
3487 2000-04-01  Neil Booth <NeilB@earthling.net>
3488
3489         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
3490         within the switch statement.  Binary operations break out of
3491         the switch naturally.  '(' tokens handled by forcing
3492         immediate shift.  ')' handled by forcing immediate reduce to
3493         the previous '('.  New error messages.
3494
3495 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
3496
3497         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
3498         part', it's already in use.  Use %K instead.  Add a return at the
3499         end of what is now %K.
3500         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
3501
3502 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3503
3504         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
3505         allocate_dynamic_stack_space.
3506         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
3507         update stack_pointer_delta; do not update arg_size_so_far.
3508         (compute_argument_block_size): Use stack_delta instead of
3509         stack_pointer_pending and arg_size_so_far.
3510         (expand_call): Add sanity checking for stack_pointer_delta;
3511         save and restore stack_pointer_delta for SIB, use
3512         stack_pointer_delta for alignment; do not update arg_space_so_far.
3513         (emit_library_call_value): Use stack_pointer_delta for alignment.
3514         (store_one_arg): Do not update arg_space_so_far.
3515         * explow.c (adjust_stack, anti_adjust_stack): Update
3516         stack_pointer_delta.
3517         (allocate_dynamic_stack_space): Add sanity checking for
3518         stack_pointer_delta.
3519         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3520         stack_pointer_delta.
3521         (emit_push_insn): Update stack_pointer_delta.
3522         * function.h (struct expr_status): Add x_stack_pointer_delta;
3523         remove x_arg_space_so_far.
3524         (arg_space_so_far): Remove.
3525         (stack_pointer_delta): New macro.
3526
3527 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3528
3529         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3530         Reorder struct cpp_options and struct cpp_reader for better
3531         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3532         takes two args.  Change all 'char' flags to 'unsigned char'.
3533         Move show_column flag into struct cpp_options.  Don't
3534         prototype cpp_options_init.
3535         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3536         cppinit.c, cpplex.c, cpplib.c:
3537         Replace CPP_OPTIONS (pfile)->whatever with
3538         CPP_OPTION (pfile, whatever), and likewise for
3539         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3540
3541         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3542         Extract CPP_OPTION (pfile, pending) and work with that
3543         directly.
3544         (cpp_options_init): Delete.
3545         (cpp_reader_init): Turn on on-by-default options here.
3546         Allocate the pending structure here.
3547         (cl_options, enum opt_code): Define these from the same table,
3548         kept in a large macro.  Add -fshow-column and -fno-show-column
3549         options.
3550
3551         * cpperror.c (v_message): If show_column is off, don't print
3552         the column number.
3553
3554         * cppmain.c: Update for new interface.
3555         * fix-header.c: Likewise.
3556
3557 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3558
3559         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3560         definition.
3561         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3562         are passed to any invocation of AR_FOR_TARGET.
3563         (AR_CREATE_FOR_TARGET): New macro.
3564         (AR_EXTRACT_FOR_TARGET): New macro.
3565         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3566         AR_EXTRACT_FOR_TARGET.
3567         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3568         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3569         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3570         AR_EXTRACT_FOR_TARGET to sub-makes.
3571
3572 2000-03-31  Neil Booth <NeilB@earthling.net>
3573
3574         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3575         PAREN_INNER_PRIO.
3576         (_cpp_parse_expr): Check for multiple unary +/- operators.
3577         Correct priorities of ':' and '?'.  Treat ')' as having a
3578         value.  Ensure conditional expression is not void.
3579
3580 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3581
3582         * alias.c (canon_rtx): Make it global.
3583         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3584         equality.
3585         * cse.c (struct table_elt): Add canon_exp.
3586         (insert): Clear it.
3587         (invalidate): Canonicalize expressions only once.
3588         * rtl.h (canon_rtx): Declare.
3589
3590 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3591
3592         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3593         * alias.c (reg_known_value): Add comments.
3594         (init_alias_analysis): Likewise.
3595         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3596         address.
3597         (cse_basic_block): Fix typo in comment.
3598         * emit-rtl.c: Include hashtab.h.
3599         (const_int_htab): New variable.
3600         (const_int_htab_hash): New function.
3601         (const_int_htab_eq): Likewise.
3602         (rtx_htab_mark_1): Likewise.
3603         (rtx_htab_mark): Likewise.
3604         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3605         (unshare_all_rtx): Fix formatting.
3606         (init_emit_once): Initialize const_int_htab.
3607         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3608         address.
3609         * rtl.texi: Document the fact that all CONST_INTs with the same
3610         value are shared.
3611
3612 2000-03-30  Richard Henderson  <rth@cygnus.com>
3613
3614         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3615
3616 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3617
3618         * configure.in: Comment out --enable-c-cpplib stanza.
3619         * configure: Regenerate.
3620
3621 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3622
3623         * expr.c (store_constructor): Properly compute displacement and
3624         alignment when offset is variable.
3625
3626         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3627         cases of alignment in bytes.
3628
3629 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3630
3631         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3632         since it is used to generate c-parse.y.
3633         * objc-parse.c, objc-parse.y: Regenerated.
3634
3635         * function.c (expand_function_end): Pass alignment argument to
3636         emit_block_move in bits, not bytes.
3637
3638 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3639
3640         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3641         correction.
3642
3643         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3644
3645         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3646         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3647         * function.c (assign_parms): Likewise.
3648         * integrate.c (expand_inline_function): Likewise.
3649         * stmt.c (expand_decl): Likewise.
3650         (copy_rtx_and_substitute): Likewise.
3651         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3652         (clear_by_pieces): Fix error in last change.
3653         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3654         * function.h (regno_pointer_align): Now unsigned.
3655         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3656         is in bits.
3657         * config/i386/i386.c (aligned_operand): Likewise.
3658         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3659         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3660         (unaligned_memory_operand): Likewise.
3661         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3662         Also make alignments and sizes unsigned and some whitespace cleanup.
3663         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3664
3665         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3666         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3667         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3668         (expand_builtin_memset): Likewise, but to clear_storage.
3669         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3670         (restore_fixed_argument_area): Likewise.
3671         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3672         (load_register_parameters): Likewise, to emit_group_load.
3673         (expand_call): Likewise, to emit_group_store and emit_block_move.
3674         (emit_library_call_value_1): Likewise, to emit_block_move.
3675         (store_one_arg): Likewise, and to emit_push_insn.
3676         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3677         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3678         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3679         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3680         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3681         (expand_assigment, store_expr, store_constructor_field): Likewise.
3682         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3683         (store_constructor, store_field, get_inner_reference): Likewise.
3684         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3685         (expand_expr, case COMPONENT_REF): Likewise.
3686         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3687         and positions; reindent code.
3688         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3689         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3690         (assign_parms): Likewise to emit_group_store.
3691         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3692         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3693         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3694         (expand_return): Likewise to {extract,store}_bit_field.
3695         * stor-layout.c (get_mode_alignment): Minor cleanup.
3696         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3697         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3698
3699 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3700
3701         * config/arm/arm.h: Undo effects of previous delta:
3702         (ASM_SPEC): Do not define.
3703         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3704
3705         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3706         typo.
3707
3708 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3709
3710         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3711         only after reading in the primary source file.
3712
3713 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3714
3715         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3716         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3717         or a reference to a va_list.
3718         * builtins.c (stabilize_va_list): Simplify now we don't have to
3719         work around C array address decay.
3720         * c-typeck.c (convert_for_assignment): Handle assignment to
3721         a reference parameter by taking the address of the RHS.
3722         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3723         (va_copy): Likewise.
3724         (__va_copy): Likewise.
3725         * ginclude/varargs.h (va_start): Likewise.
3726         (__va_copy): Likewise.
3727
3728 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3729
3730         * i386/djgpp.h: Remove extraneous "+".
3731
3732         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3733
3734         * calls.c (expand_call): Fix typo in last change.
3735
3736 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3737
3738         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3739         been expanded.
3740
3741 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3742
3743         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3744         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3745         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3746         * tree.c (bit_position, byte_position): Likewise.
3747         * tree.h: Declare new functions.
3748
3749 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3750
3751         * config/arm/arm.c: Minor formatting changes/
3752         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3753         already defined.
3754         (ASM_SPEC): Define if not already defined.
3755
3756 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3757
3758         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3759         _cpp_calc_hash.
3760
3761 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3762
3763         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3764         value, don't output it as unsigned.
3765
3766 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3767
3768         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3769
3770 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3771
3772         * c-common.c (c_common_nodes_and_builtins): Don't special case
3773         cplus_mode when declaring builtin bzero/bcmp, always avoid
3774         prototype arguments.
3775
3776 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3777
3778         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3779         to a non-file
3780
3781 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3782
3783         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3784         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3785         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3786         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3787         (save_fixed_argument_area, restore_fixed_argument_area):
3788         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3789         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3790         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3791         (precompute_register_parameters): Avoid #ifdefs on
3792         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3793         (stire_one_args): Likewise.
3794         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3795         (emit_library_call_value_1): Likewise.
3796         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3797         ACCUMULATE_OUTGOING_ARGS.
3798         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3799         value.
3800         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3801         (use_crosses_set_p): Likewise.
3802         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3803         #define ACCUMULATE_OUTGOING_ARGS 1.
3804         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3805         frames.
3806         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3807         constants.
3808         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3809         (TARGET_SWITCHES): Add push-args, no-push-args,
3810         accumulate-outgoing-args and no-accumulate-outgoing-args.
3811         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3812         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3813         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3814         and PUSH_ROUNDING.
3815         (emit_push_insn): Likewise.
3816         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3817         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3818         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3819         (STACK_DYNAMIC_OFFSET): Define correctly for both
3820         ACCUMULATE_OUTGOING_ARGS and normal mode.
3821         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3822         * tm.texi (PUSH_ARGS): Document.
3823         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3824
3825 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3826
3827         * flags.h (flag_optimize_sibling_calls): Declare.
3828         * calls.c (expand_call): Fail sibcall when
3829         !flag_optimize_sibling_calls
3830         * invoke.texi (flag_optimize_sibling_calls): Document.
3831         * toplev.c (flag_optimize_sibling_calls): New global variable.
3832         (f_options): Add flag_optimize_sibling_calls.
3833         (rest_of_compilation): Conditionize
3834         optimize_sibling_and_tail_recursive_calls by
3835         flag_optimize_sibling_calls.
3836         (main): Set flag_optimize_sibling_calls for -O2.
3837         * stmt.c (expand_return): Conditionize tail recursion by
3838         flag_optimize_sibling_calls.
3839
3840 2000-03-29  Richard Henderson  <rth@cygnus.com>
3841
3842         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3843         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3844
3845 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3846
3847         * except.c (add_eh_table_entry): Mark type_info's as referenced.
3848
3849 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3850
3851         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3852         is given.
3853         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3854         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3855         * config/rs6000/aix.h: then modified likewise.
3856
3857 2000-03-28  Richard Henderson  <rth@cygnus.com>
3858
3859         * rtl.h: Redistribute enum reg_note documentation.
3860         Kill trailing whitespace.
3861         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3862         Kill trailing whitespace.
3863
3864 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3865
3866         * cppfiles.c (hash_IHASH): Just return i->hash.
3867         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3868         htab_find_with_hash.
3869         (cpp_read_file): Likewise.
3870         (find_include_file): Likewise.  Properly initialize
3871         ih->nshort.  Share ih->name and ih->nshort if possible.
3872         * cpphash.c (_cpp_calc_hash): New function.
3873         (hash_HASHNODE): Just return h->hash.
3874         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3875         htab_find_with_hash.
3876         * cpphash.h: Prototype _cpp_calc_hash.
3877         * cppinit.c (initialize_builtins): Provide a valid hash
3878         to _cpp_make_hashnode, using _cpp_calc_hash.
3879
3880         * cpphash.c (collect_expansion): # is not a special character
3881         in object-like macros.  In -traditional mode, /**/ is not
3882         token paste at the beginning or end of the line.
3883         * cpplib.c (do_include, do_import, do_include_next): If
3884         parse_include fails, return immediately.
3885
3886 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3887
3888         * config/arm/arm.md (return peepholes): Update to reflect the new
3889         call insn patterns.
3890         * config/arm/arm.c (arm_volatile_func): Also check
3891         current_function_nothrow.
3892         (output_return_instruction, output_func_prologue): Use it.
3893         (arm_output_epilogue, arm_expand_prologue): Likewise.
3894
3895 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3896
3897         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3898         switch is found.
3899
3900 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3901
3902         * expr.c (store_constructor): SIZE now signed.
3903         For EXPR_SIZE, don't evaluate size; just needed if constant.
3904         * fold-const.c (fold): Fix a number of cases when folded tree is
3905         wrong type.
3906         * function.c (flush_addressof): Reenable.
3907         * tree.h (flush_addressof): Likewise.
3908         * toplev.c (independent_decode_option): Look at strings_processed.
3909         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3910
3911 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3912
3913         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3914         Allow stack adjustment after function call.
3915
3916         * regmove.c (struct csa_memlist): Make mem field rtx *.
3917         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3918         (try_apply_stack_adjustment): Replace whole MEM rtx.
3919         (combine_stack_adjustments_for_block): Update calls
3920         to record_one_stack_ref.
3921
3922 2000-03-28  Neil Booth  <NeilB@earthling.net>
3923
3924         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3925         '\\' rather than a null character, so nulls are not special.  Fix
3926         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3927         speed trigraph conversion.
3928         (_cpp_init_input_buffer): Initialize trigraph map.
3929
3930 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3931
3932         * config/i386/i386.c (output_387_binary_op): Correct intel
3933         mode assembly output, and add spaces after commas in AT&T
3934         output.  Correct Unixware assembler comment.  Document input
3935         constraints.  Comment fp operations.  Reduce profligate buffer
3936         size.  Remove extraneous abort.  Localize temp var.
3937         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3938         (output_fix_trunc): Add spaces after commas in assembly output.
3939
3940 2000-03-27  Richard Henderson  <rth@cygnus.com>
3941
3942         * i386-protos.h (ix86_match_ccmode): Declare.
3943         * i386.c (ix86_match_ccmode): New.
3944         (ix86_expand_fp_compare): Update for pattern renames.
3945         (ix86_expand_strlensi_unroll_1): Likewise.
3946         * i386.h (EXTRA_CC_MODES): Add CCZ.
3947         (SELECT_CC_MODE): Use it for EQ/NE zero.
3948         * i386.md (cmpsi_ccz_1): New.
3949         (cmpqi_ccz_1): New.
3950         (*testsi_ccz_1): New.
3951         (testqi_ccz_1): New.
3952         (cmpsi_ccno_1): Rename from cmpsi_0.
3953         (testsi_ccno_1): Rename from testsi_1.
3954         (testqi_ccno_1): Rename from testqi_1.
3955         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3956         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3957         (*cmphi_0): Use ix86_match_ccmode.
3958         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3959         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3960         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3961         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3962         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3963         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3964         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3965         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3966         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3967         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3968         (appropriate peepholes): Likewise.
3969         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3970         (*subsi_3, *subhi_3, *subqi_3): Remove.
3971         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3972         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3973         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3974         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3975         (x86_shift_adj_1): Use CCZ.
3976         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3977
3978 2000-03-27  Stan Cox  <scox@cygnus.com>
3979
3980         * resource.h (mark_resource_type): New.
3981         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
3982         find_free_register): Use mark_resource_type.
3983         (mark_set_resources): Change include_delayed_effects
3984         to mark_resource_type.
3985         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
3986         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
3987         Use mark_resource_type.
3988
3989 2000-03-27  Richard Henderson  <rth@cygnus.com>
3990
3991         * i386.md (call_pop_0, call_value_pop_0): New.
3992         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3993         (call_value_pop_1): Likewise.
3994         (call_0, call_value_0): New.
3995         (call_1, call_value_1): Remove constraint from unused arg.
3996
3997 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3998
3999         * invoke.texi (Spec Files): Document new spec % command created by
4000         Tom Tromey's recent patch.
4001
4002 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
4003
4004         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
4005         if not defined.
4006
4007 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4008
4009         * expr.c (expand_assignment): Fix typo in last change.
4010
4011         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
4012
4013 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4014
4015         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
4016         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
4017         and DECL_INLINE if FUNCTION_DECL.
4018         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
4019         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
4020         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
4021         (combine_parm_decls): Likewise.
4022         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
4023         * print-tree.c (print_node): Likewise.
4024         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
4025         DECL_TRANSPARENT_UNION on proper decl types.
4026         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
4027         * stor-layout.c (layout_decl): Only check DECL_PACKED and
4028         DECL_BIT_FIELD of FIELD_DECL.
4029         * tree.h (DECL_RESULT_FLD): New macro.
4030
4031         * expr.c (expand_assignment): Add code to handle variable-sized
4032         BLKmode case.
4033
4034 2000-03-26  Richard Henderson  <rth@cygnus.com>
4035
4036         * calls.c (expand_call): Pass parms not original exp to
4037         optimize_tail_recursion.  Mind return value instead of looking
4038         for a barrier.
4039         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
4040         call_expr.  Move checks for call_expr and current_function_decl ...
4041         (expand_return): ... here.
4042
4043 2000-03-26  Tom Tromey  <tromey@cygnus.com>
4044
4045         * gcc.c (handle_braces): Recognize `%{<S}' construct.
4046         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
4047         defines.
4048         (process_command): Use them.
4049         (check_live_switch): Likewise.
4050         (give_switch): Skip ignored switches.
4051
4052 2000-03-26  Jan Hubicka  <jh@suse.cz>
4053
4054         * jump.c (jump_optimize_1): Fix typo in elide optimizations
4055         for minimal jump pass test.
4056
4057 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
4058
4059         * integrate.c (function_cannot_inline_p): Do inline functions that
4060         return `void'.
4061
4062 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4063
4064         * stor-layout.c (layout_type, set_sizetype): early_type_list is
4065         now a list of TREE_LIST entries, not types.
4066         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
4067
4068         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
4069         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
4070         int_bit_position.
4071         * config/mips/mips.c (function_arg): Likewise; also remove cast
4072         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
4073         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
4074         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
4075         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
4076         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
4077         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
4078         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
4079         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
4080         num_adjusts now unsigned.
4081         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
4082         * config/sparc/sparc.c (struct function_arg_record_value_parms):
4083         NREGS now unsigned.
4084         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
4085         as is BITPOS variable; use host_integerp and int_bit_position.
4086         (function_arg_record_value_2): Likewise.
4087         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
4088         Variable REGNO now unsigned.
4089         (function_arg_record_value): NREGS now unsigned.
4090
4091 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
4092
4093         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
4094
4095 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4096
4097         * Rework fields used to describe positions of bitfields and
4098         modify sizes to be unsigned and use HOST_WIDE_INT.
4099         * alias.c (reg_known_value_size): Now unsigned.
4100         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
4101         (really_start_incremental_init): Use bitsize_zero_node.
4102         (push_init_level, pop_init_level, output_init_element): Likewise.
4103         Use bitsize_unit_node and bitsize_one_node.
4104         (output_pending_init_elements, process_init_element): Likewise.
4105         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
4106         (make_extraction): Position and length HOST_WIDE_INT and unsigned
4107         HOST_WIDE_INT, respectively.
4108         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
4109         (num_sign_bit_copies): Returns unsigned.
4110         BITWIDTH now unsigned; rework arithmetic.
4111         Remove recursive call from arg to MAX.
4112         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
4113         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
4114         REGNO now unsigned.
4115         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
4116         (find_split_point, expand_compound_operation, make_extraction): LEN
4117         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
4118         (make_field_assignment): Likewise.
4119         (combine_simplify_rtx): Add cast.
4120         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
4121         (force_to_mode): WIDTH now unsigned; add cast.
4122         (if_then_else_cond): SIZE now unsigned.
4123         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
4124         (extended_count): Now returns unsigned.
4125         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
4126         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
4127         (simplify_comparison): MODE_WIDTH now unsigned.
4128         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
4129         (mark_used_regs_combine): Likewise; rework arithmetic.
4130         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
4131         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
4132         (record_promoted_value): REGNO now unsigned.
4133         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
4134         (get_last_value): REGNO now unsigned.
4135         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
4136         (reg_dead_regno, reg_dead_endregno): Now unsigned.
4137         (remove_death): Arg REGNO now unsigned.
4138         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
4139         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
4140         now unsigned.
4141         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
4142         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
4143         (struct cse_reg_info): REGNO now unsigned.
4144         (cached_regno): Now unsigned.
4145         (REGNO_QTY_VALID_P): Add cast.
4146         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
4147         (remove_invalid_regs): Likewise.
4148         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
4149         as are variables END and I.
4150         (get_cse_reg_info, insert): Likewise.
4151         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
4152         (canon_hash): Likewise.
4153         (insert_regs, lookup_for_remove): REGNO now unsigned.
4154         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
4155         New variable RN.
4156         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
4157         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
4158         * emit-rtl.c (subreg_realpart_p): Add cast.
4159         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
4160         (operand_subword_force): Arg I is now unsigned.
4161         * except.c (eh_regs): Variable I is now unsigned.
4162         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
4163         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
4164         length is unsigned HOST_WIDE_INT; likewise for internal variables.
4165         (store_split_bit_field, extract_fixed_bit_field): Likewise.
4166         (extract_split_bit_field, store_bit_field, extract_bit_field):
4167         Likewise.
4168         * expr.c (store_constructor_fields, store_constructor, store_field):
4169         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
4170         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
4171         (do_jump): Likewise.
4172         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
4173         MAX_SIZE is now unsigned.
4174         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
4175         (emit_group_store): Likewise.
4176         (emit_move_insn): I now unsigned.
4177         (store_constructor): Use host_integerp, tree_low_cst, and
4178         bitsize_unit_node.
4179         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
4180         Rework all calculations to use trees and new fields.
4181         * expr.h (promoted_input_arg): Regno now unsigned.
4182         (store_bit_field, extract_bit_field): Adjust types of pos and size.
4183         (mark_seen_cases): Arg is HOST_WIDE_INT.
4184         * flow.c (verify_wide_reg_1): REGNO now unsigned.
4185         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
4186         precisions and alignments are unsigned.
4187         (optimize_bit_field_compare, fold_truthop): Likewise.
4188         (int_const_binop): Adjust threshold for size_int_type_wide call.
4189         (fold_convert): Likewise.
4190         (size_int_type_wide): Make table larger and fix thinko that only
4191         had half of table used.
4192         (all_ones_mask_p, fold): Precisions are unsigned.
4193         * function.c (put_reg_info_stack): REGNO is unsigned.
4194         (instantiate_decl): Size is HOST_WIDE_INT.
4195         (instantiate_virtual_regs): I is unsigned.
4196         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
4197         (promoted_input_arg): REGNO is unsigned.
4198         * function.h (struct function): x_max_parm_reg is now unsigned.
4199         * gcse.c (max_gcse_regno): Now unsigned.
4200         (struct null_pointer_info): min_reg and max_reg now unsigned.
4201         (lookup_set, next_set): REGNO arg now unsigned.
4202         (compute_hash_table): REGNO and I now unsigned.
4203         (handle_avail_expr): regnum_for_replacing now unsigned.
4204         (cprop_insn): REGNO now unsigned.
4205         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
4206         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
4207         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
4208         * hard-reg-set.h (reg_class_size): Now unsigned.
4209         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
4210         * jump.c (mark_modified_reg): I now unsigned; add cast.
4211         (rtx_equal_for_thread_p): Add cast.
4212         * loop.c (max_reg_before_loop): Now unsigned.
4213         (struct_movable): REGNO now unsigned.
4214         (try_copy_prop): REGNO arg unsigned.
4215         (regs_match_p): XN and YN now unsigned.
4216         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
4217         (strength_reduce): Likewise; NREGS also unsigned.
4218         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
4219         * loop.h (struct iv_class): REGNO now unsigned.
4220         (max_reg_before_loop, first_increment_giv, last_increment_giv):
4221         Now unsigned.
4222         * machmode.h (mode_size, mode_unit_size): Now unsigned.
4223         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
4224         * optabs.c (expand_binop): I and NWORDS now unsigned.
4225         (expand_unop): I now unsigned.
4226         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
4227         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
4228         * real.c (significand_size): Now returns unsigned.
4229         * real.h (significand_size): Likewise.
4230         * regclass.c (reg_class_size): Now unsigned.
4231         (choose_hard_reg_mode): Both operands now unsigned.
4232         (record_reg_classes): REGNO and NR now unsigned.
4233         (reg_scan): NREGS now unsigned.
4234         (reg_scan_update): old_max_regno now unsigned.
4235         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
4236         * reload.c (find_valid_class): BEST_SIZE now unsigned.
4237         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
4238         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
4239         Likewise for variable R.
4240         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
4241         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
4242         (find_equiv_reg): Add casts.
4243         (regno_clobbered_p): Arg REGNO now unsigned.
4244         * reload.h (struct reload): NREGS now unsigned.
4245         (refers_to_regno_for_reload_p): Regno args are unsigned.
4246         (regno_clobbered_p): Likewise.
4247         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
4248         (compute_use_by_pseudos): REGNO now unsigned.
4249         (find_reg): I and J now unsigned, new variable K, and change loop
4250         variables accordingly; THIS_NREGS now unsigned.
4251         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
4252         (spill_hard_reg): REGNO arg now unsigned; add casts.
4253         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
4254         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
4255         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
4256         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
4257         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
4258         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
4259         (emit_reload_insns): REGNO now unsigned.
4260         (reload_cse_move2add): Add cast.
4261         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
4262         and rework loop.
4263         * resource.c (mark_referenced_resources, mark_set_resources): New
4264         variable R; REGNO and LAST_REGNO now unsigned.
4265         (mark_target_live_regs): J and REGNO now unsigned.
4266         * rtl.c (mode_size, mode_unit_size): Now unsigned.
4267         * rtl.h (union rtunion_def): New field rtuint.
4268         (XCUINT): New macro.
4269         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
4270         (operand_subword, operand_subword_force): Word number is unsigned.
4271         (choose_hard_reg_mode): Operands are unsigned.
4272         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
4273         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
4274         (regno_use_in, combine_instructions, remove_death): Likewise.
4275         (reg_scan, reg_scan_update): Likewise.
4276         (extended_count): Return is unsigned.
4277         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
4278         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
4279         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
4280         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
4281         (reg_reg_last_1): FIRS and LAST now unsigned.
4282         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
4283         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
4284         now unsigned.
4285         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
4286         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
4287         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
4288         (replace_regs): Arg NREGS now unsigned.
4289         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
4290         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
4291         (simplify_binary_operation): Likewise.
4292         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
4293         THIS_LAST now unsigned.
4294         (cselib_record_set): Add cast.
4295         * ssa.c (ssa_max_reg_num): Now unsigned.
4296         (rename_block): REGNO now unsigned.
4297         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
4298         sizes now unsigned.
4299         (all_cases_count): Just return -1 not -2.
4300         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
4301         Rework tests to use trees whenever possible.
4302         Use host_integerp and tree_low_cst.
4303         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
4304         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
4305         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
4306         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
4307         (smallest_mode_for_size): Likewise.
4308         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
4309         KNOWN_ALIGN is now an alignment, so simplify code.
4310         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
4311         (start_record_layout): Renamed from new_record_layout_info.
4312         Update to new fields.
4313         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
4314         New functions.
4315         (place_union_field): Renamed from layout_union_field.
4316         Update to use new fields in rli.
4317         (place_field): Renamed from layout_field.
4318         Major rewrite to use new fields in rli; pass alignment to layout_decl.
4319         (finalize_record_size): Rework to use new fields in rli and handle
4320         union.
4321         (compute_record_mode): Rework to simplify and to use new DECL fields.
4322         (finalize_type_size): Make rounding more consistent.
4323         (finish_union_layout): Deleted.
4324         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
4325         (layout_type, case RECORD_TYPE): Call new function names.
4326         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
4327         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
4328         (get_best_mode): UNIT is now unsigned; remove casts.
4329         * tree.c (bit_position): Compute from new fields.
4330         (byte_position, int_byte_position): New functions.
4331         (print_type_hash_statistics): Cast to remove warning.
4332         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
4333         (build_index_type): Likewise; make subtype of sizetype.
4334         (build_index_2_type): Pass sizetype to build_range_type.
4335         (build_common_tree_nodes): Use size_int and bitsize_int to
4336         initialize nodes; add bitsize_{zero,one,unit}_node.
4337         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
4338         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
4339         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
4340         (DECL_FIELD_BITPOS): Deleted.
4341         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
4342         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
4343         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
4344         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
4345         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
4346         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
4347         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
4348         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
4349         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
4350         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
4351         (DECL_ALIGN): Adjust to new field in union.
4352         (DECL_OFFSET_ALIGN): New field.
4353         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
4354         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
4355         (union tree_decl): Add struct for both aligns.
4356         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
4357         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
4358         (struct record_layout_info): Rework fields to have offset
4359         alignment and byte and bit position.
4360         (start_record_layout, place_field): Renamed from old names.
4361         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
4362         (byte_position, int_byte_position): Likewise.
4363         (get_inner_reference): Change types of position and length.
4364         * unroll.c (unroll_loop): New variable R; use for some loops.
4365         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
4366         (calculate_giv_inc): Arg REGNO now unsigned.
4367         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
4368         * varasm.c (assemble_variable): Clean up handling of size using
4369         host_integerp and tree_low_cst.
4370         (decode_addr_const): Use byte, not bit, position.
4371         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
4372         use tree_low_cst and int_bit_position.
4373         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
4374
4375 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
4376
4377         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
4378         (reorder_block_def): New members eff_head and eff_end.
4379         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
4380         (verify_insn_chain): New function.
4381         (skip_insns_between_block): Add code to skip deleted insns.
4382         Check for note before using.
4383         (chain_reorder_blocks): Replace calls to skip_insns_between_block
4384         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
4385         Check for note before using.
4386         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
4387         (fixup_reorder_chain): Restructure, clean up, defect removal.
4388         (reorder_basic_blocks): Remove last_insn and references to it.
4389         Moved insn chain verification code into a new function (see above).
4390         Delete defective code that sets last insn.
4391         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
4392         all blocks.
4393
4394 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4395
4396         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
4397
4398 2000-03-24  Richard Henderson  <rth@cygnus.com>
4399
4400         * tree.c (lang_safe_for_unsave): Remove.
4401         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
4402         allowing for two levels of unsafeness.  Remove lang hook.
4403         * tree.h: Update declarations.
4404         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
4405         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
4406         Always fail sibcalls when there are pending cleanups.
4407
4408 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4409
4410         * flow.c (propagate_block): When we delete an ADDR_VEC,
4411         also delete the BARRIER following it if there is one.
4412
4413 2000-03-24  Richard Henderson  <rth@cygnus.com>
4414
4415         * builtins.c (expand_builtin_bzero): Convert `length' argument
4416         to sizetype.
4417
4418 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
4419
4420         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
4421         comparison if regno's are equal.
4422         * calls.c (initialize_argument_informat): Add ecf_flags argument.
4423         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4424         (expand_call): Update caller.
4425         Avoid making a sibling call if argument size of the callee is larger
4426         than argument size of the caller.
4427         Call hard_function_value with outgoing set if in sibcall pass.
4428         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4429
4430         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
4431         Change LEAF_REGISTERS from an array initializer to actual array
4432         identifier. Move static global variable into the function.
4433         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
4434         sequences for leaf functions.
4435         * global.c (global_alloc): Likewise.
4436         * tm.texi (LEAF_REGISTERS): Update documentation.
4437
4438         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
4439         TARGET_FLAT leaf disabling hack.
4440         (LEAF_REGISTERS): Changed from an array initializer to actual array
4441         identifier to avoid duplication and remove the above hack.
4442         (FUNCTION_OK_FOR_SIBCALL): Define.
4443         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
4444         always like call attribute.
4445         (eligible_for_sibcall_delay): New attribute.
4446         (sibcall): New delay type.
4447         (sibcall, sibcall_value, sibcall_epilogue): New expands.
4448         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
4449         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
4450         * config/sparc/sparc.c (sparc_leaf_regs): New array.
4451         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
4452         New functions.
4453         (output_function_epilogue): Move part of the code into
4454         output_restore_regs.
4455         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
4456         TYPE_SIBCALL.
4457         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
4458         prototypes.
4459
4460         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
4461         until infrastructure is finished.
4462
4463 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
4464
4465         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
4466         (save_parm_insns): Not here.
4467
4468 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4469
4470         * builtins.c (expand_builtin_bzero): New function.
4471         (expand_builtin): Handle bzero.
4472
4473         * builtins.def: Add BUILT_IN_BZERO.
4474
4475         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4476         prototype & function for bzero.
4477
4478 2000-03-23  Michael Meissner  <meissner@redhat.com>
4479
4480         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
4481         change adding TARGET_FP to the TF floating point insns, except for
4482         trunctfsf2, which generates direct calls to truncdfsf2.
4483
4484 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
4485
4486         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
4487         try to protect against middle-end changes that break binary
4488         compatibility.
4489         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
4490
4491 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4492
4493         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
4494
4495 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4496
4497         * calls.c (expand_call): If TARGET is passed by reference and
4498         is readonly, write a CLOBBER.
4499
4500 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4501
4502         * builtins.c (expand_builtin): Handle bcmp.
4503
4504         * builtins.def: Add BUILT_IN_BCMP.
4505
4506         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4507         prototype & function for bcmp.
4508
4509 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
4510
4511         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4512         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4513         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4514
4515 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4516
4517         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4518         alternative when using -fp64 -gp32.
4519
4520 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4521
4522         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4523         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4524         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4525
4526         * frame.h (frame_state): Revert last change.
4527         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4528         * libgcc2.c (throw_helper): Revert last change.
4529
4530 2000-03-22  Richard Henderson  <rth@cygnus.com>
4531
4532         * stmt.c (expand_asm_operands): Don't promote the temporary.
4533
4534 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4535
4536         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4537         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4538           c_get_alias_set): Likewise.
4539         * c-decl.c (duplicate_decls): Likewise.
4540         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4541         * calls.c (initialize_argument_information): Likewise.
4542         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4543         Likewise.
4544         * dwarfout.c (decl_class_context,output_type): Likewise.
4545         * expr.c (get_inner_reference): Likewise.
4546         * fold-const.c (simple_operand_p,fold): Likewise.
4547         * function.c (aggregate_value_p): Likewise.
4548         * stmt.c (expand_asm_operands): Likewise.
4549         * varasm.c (named_section): Likewise.
4550
4551 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4552
4553         Implement dwarf2 exception handling for the ARM.
4554         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4555         (DWARF_FRAME_RETURN_COLUMN): Define.
4556         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4557         REG_FRAME_RELATED_EXPR note.
4558         (emit_sfm): Likewise.
4559         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4560         * dwarf2out.c (reg_save): Handle saving a register to itself.
4561         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4562         * except.c (eh_regs): Don't use the static chain reg if it's
4563         callee-saved.
4564         * frame.h (frame_state): Add cfa_saved field.
4565         * frame.c (execute_cfa_insn): Set it.
4566         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
4567         the epilogue.
4568         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4569         Now takes a parm.
4570         (instantiate_virtual_regs): Adjust.
4571         * tm.texi: Adjust.
4572         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4573         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4574         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4575
4576         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4577         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4578
4579 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4580
4581         * builtins.def: New file.
4582
4583         * Makefile.in (TREE_H): Depend on builtins.def.
4584
4585         * builtins.c (built_in_names): Use builtins.def.
4586
4587         * tree.h (built_in_function): Likewise.
4588
4589 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4590
4591         * tree.c (size_in_bytes): Return size_zero_node, not
4592         integer_zero_node.
4593
4594 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4595
4596         * config/fp-bit.c (pack_d): Correct the case when a denormal
4597         is rounded up and stops being denormal.
4598
4599 2000-03-21  Richard Henderson  <rth@cygnus.com>
4600
4601         * config/alpha/alpha.c (function_arg): Check for void_type_node
4602         before using MUST_PASS_IN_STACK.
4603
4604 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4605
4606         * regmove.c (combine_stack_adjustments_for_block): Check that
4607         the stack pointer is a valid memory address.
4608
4609 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4610
4611         * calls.c: re-install Mar 16 emit_library_call merge.
4612
4613 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4614
4615         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4616         we cannot be sure that if reload_completed base register will
4617         be properly aligned.
4618
4619 2000-03-21  Richard Henderson  <rth@cygnus.com>
4620
4621         * flow.c (delete_block): Fix typo last change.
4622
4623 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4624
4625         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4626         not COMPLETE_TYPE_P, to check the type of the expression.
4627
4628 2000-03-21  Michael Meissner  <meissner@redhat.com>
4629
4630         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4631         all floating point insns that just tested the macro
4632         TARGET_HAS_XFLOATING_LIBS.
4633         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4634         used to only use the gprs.
4635
4636 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4637
4638         * tree.h (COMPLETE_TYPE_P): New macro.
4639         (COMPLETE_OR_VOID_TYPE_P): New macro.
4640         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4641         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4642         * c-aux-info.c (gen_type): Use them.
4643         * c-common.c (c_expand_expr_stmt): Likewise.
4644         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4645         grokdeclarator, grokparms, finish_struct, start_function,
4646         store_parm_decls, combine_parm_decls): Likewise.
4647         * c-parse.y (cast_expr): Likewise.
4648         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4649         c_size_in_bytes, c_alignof, build_component_ref,
4650         build_indirect_ref, build_array_ref, convert_arguments,
4651         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4652         * calls.c (initialize_argument_information): Likewise.
4653         * convert.c (convert_to_integer): Likewise.
4654         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4655         * dwarfout.c (location_or_const_value_attribute,
4656         output_enumeration_type_die, output_structure_type_die,
4657         output_union_type_die, output_type): Likewise.
4658         * expr.c (safe_from_p, expand_expr): Likewise.
4659         * function.c (assign_parms): Likewise.
4660         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4661         * tree.c (build_array_type, build_function_type,
4662         build_method_type, build_offset_type, build_complex_type): Likewise.
4663         * c-parse.c, c-parse.h: Regenerated.
4664
4665 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4666
4667         * config/c4x/rtems.h: Include config/rtems.h.
4668
4669 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4670
4671         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4672         decl is a FUNCTION_DECL
4673
4674 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4675
4676         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4677         function uses output registers.  Don't save RP for leaf functions.
4678         Do save RP even if no epilogue.
4679         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4680         (CALL_USED_REGISTERS): Unmark in registers.
4681         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4682         to near the middle.
4683
4684 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4685
4686         * config/rs6000/rs6000.md (bunordered): New expander.
4687         (bordered): New expander.
4688         (buneq): New expander.
4689         (bunge): New expander.
4690         (bungt): New expander.
4691         (bunle): New expander.
4692         (bunlt): New expander.
4693         (bltgt): New expander.
4694
4695         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4696         (ccr_bit_negated_p): New function.
4697         (print_operand): For %C, generate appropriate cror for UNEQ,
4698         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4699
4700 2000-03-20  Andreas Jaeger  <aj@suse.de>
4701
4702         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4703         warning.
4704
4705         * tree.h (safe_for_unsave): Prototype.
4706
4707 2000-03-20  Richard Henderson  <rth@cygnus.com>
4708
4709         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4710         (combine_stack_adjustments_for_block): Don't allow sp references
4711         in the side of a set we're not fixing up.
4712         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4713         after life_analysis.
4714
4715 2000-03-20  Richard Henderson  <rth@cygnus.com>
4716
4717         * calls.c (expand_call): Don't bother generating tail call
4718         sequences if there are pending cleanups.  Use
4719         expand_start_target_temps/expand_end_target_temps to elide
4720         cleanups created during sibcall expansion.
4721
4722 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4723
4724         * configure.in: Set $IFS to a value if it doesn't already have one
4725         in the --enable-checking handling.
4726         * configure: Regenerate.
4727
4728 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4729
4730         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4731         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4732         Regenerated.
4733
4734 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4735
4736         * jump.c (delete_noop_moves): Remove code attempting to
4737         combine stack adjustments.
4738
4739 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4740
4741         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4742         * except.c (emit_cleanup_handler): Use them.
4743         (expand_end_all_catch): Likewise.
4744         * function.c (fixup_var_refs): Likewise.
4745         (expand_function_end): Clear catch_clauses_last.
4746         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4747         * except.h (struct eh_status): New field x_catch_clauses_last.
4748         (catch_clauses_last): New define.
4749
4750         * Makefile.in (tree.o): Depend on HASHTAB_H.
4751         * tree.c: Include hashtab.h.
4752         (struct type_hash): Remove next field.
4753         (TYPE_HASH_SIZE): Remove.
4754         (TYPE_HASH_INITIAL_SIZE): New define.
4755         (type_hash_table): Change type to htab_t.
4756         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4757         mark_hash_entry): New functions.
4758         (init_obstacks): Allocate type hash.
4759         (type_hash_lookup): Use htab functions.
4760         (type_hash_add, mark_type_hash): Likewise.
4761         (dump_tree_statistics): Call print_type_hash_statistics.
4762
4763 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4764
4765         * rs6000/t-aix41: New file.
4766
4767         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4768
4769 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4770
4771         * tm.texi (Driver): Fix typos and tweak entry for
4772         INCLUDE_DEFAULTS.
4773         Move misplaced STRUCT_FORCE_BLK entry ...
4774         (Storage Layout): ... to here.
4775         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4776
4777 2000-03-19  Richard Henderson  <rth@cygnus.com>
4778
4779         * flow.c (delete_block): Delete the addr_vec along with the block.
4780         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4781         reference labels.
4782
4783         * fold-const.c (extract_muldiv): Apply type check for defined
4784         overflow to multiply as well as divide.
4785
4786         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4787
4788 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4789
4790         * emit-rtl.c (remove_unncessary_notes): Check that all
4791         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4792         associated NOTE_BLOCK.
4793         * function.h (identify_blocks): Update comments.
4794         (reorder_blocks): Declare.
4795         * function.c (identify_blocks): Don't take paramters.
4796         (reorder_blocks): Don't take parameters.
4797         * loop.h (find_loop_tree_blocks): Remove.
4798         (unroll_block_trees): Likewise.
4799         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4800         reorder_blocks instead of unroll_block_trees.h
4801         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4802         * stmt.c (find_loop_tree_blocks): Remove.
4803         (unroll_block_trees): Likewise.
4804         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4805         in whole-function mode.
4806         * tree.h (reorder_blocks): Remove declaration.
4807
4808         * expr.c: Include intl.h.
4809         * Makefile.in (expr.o): Depend on intl.h.
4810
4811 2000-03-18  Richard Henderson  <rth@cygnus.com>
4812
4813         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4814
4815 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4816
4817         * tree.h (tree_index): Remove enumerals for integer types.
4818         (integer_type_kind): New type.
4819         (integer_types): New variable.
4820         (char_type_node): Adjust.
4821         (signed_char_type_node): Likewise.
4822         (unsigned_char_type_node): Likewise.
4823         (short_integer_type_node): Likewise.
4824         (short_unsigned_type_node): Likewise.
4825         (integer_type_node): Likewise.
4826         (unsigned_type_node): Likewise.
4827         (long_integer_type_node): Likewise.
4828         (long_unsigned_type_node): Likewise.
4829         (long_long_integer_type_node): Likewise.
4830         (long_long_unsigned_type_node): Likewise.
4831         * tree.c (integer_types): New variable.
4832         (init_obstacks): Register it as a root.
4833
4834 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4835
4836         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4837         NEXT_INSN. Update last insn in chain.
4838
4839 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4840
4841         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4842         with TYPE_DECL_SUPPRESS_DEBUG set.
4843
4844 2000-03-18  Richard Henderson  <rth@cygnus.com>
4845
4846         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4847
4848 2000-03-18  Richard Henderson  <rth@cygnus.com>
4849
4850         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4851         care for HALF_PIC_P.
4852         (expander_call_insn_operand): Remove.
4853         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4854         * i386.h (PREDICATE_CODES): Update.
4855         * i386.md (all call expanders): Remove predicates, remove special
4856         handling for half-pic.
4857         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4858         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4859         (sibcall_epilogue): New.
4860
4861 2000-03-17  Richard Henderson  <rth@cygnus.com>
4862
4863         * rtlanal.c (single_set): Reject if the parallel has anything
4864         except SET or USE or CLOBBER.
4865
4866 2000-03-17  Jeff Law  <law@cygnus.com>
4867             Richard Henderson  <rth@cygnus.com>
4868
4869         * Makefile.in (OBJS): Add sibcall.o.
4870         (sibcall.o): New.
4871         * sibcall.c: New file.
4872         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4873         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4874         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4875         Emit sibcall patterns when requested.  Update all callers.
4876         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4877         elimination seems feasable.
4878         * final.c (leaf_function_p): Sibling calls don't discount being
4879         a leaf function.
4880         * flow.c (HAVE_sibcall_epilogue): Provide default.
4881         (find_basic_blocks_1): Sibling calls don't throw.
4882         (make_edges): Make edge from sibling call to EXIT.
4883         (propagate_block): Don't remove sibcall_epilogue insns.
4884         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4885         (sibcall_epilogue): New.
4886         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4887         (identify_blocks_1): Likewise.  Break out from ...
4888         (identify_blocks): ... here.
4889         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4890         (reorder_blocks): ... here.
4891         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4892         (record_insns): Extend a varray instead of mallocing new memory.
4893         (contains): Read a varray not array of ints.
4894         (sibcall_epilogue_contains): New.
4895         (thread_prologue_and_epilogue_insns): Emit and record
4896         sibcall_epilogue patterns.
4897         (init_function_once): Allocate prologue/epilogue varrays.
4898         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4899         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4900         Broken out from ...
4901         (save_for_inline_nocopy): ... here.
4902         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
4903         Broken out from ...
4904         (expand_inline_function): ... here.
4905         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4906         (subst_constants): Handle 'n' formats.
4907         * jump.c (jump_optimize_minimal): New.
4908         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4909         optimizations if it's set.
4910         * rtl.c (copy_rtx): Do copy jump & call for insns.
4911         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4912         (SIBLING_CALL_P): New.
4913         (sibcall_use_t): New.
4914         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4915         Invoke optimize_sibling_and_tail_recursive_calls.
4916         * tree.c (lang_safe_for_unsave): New.
4917         (safe_for_unsave): New.
4918         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4919
4920         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4921         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4922         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4923
4924 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4925
4926         * objc/objc-act.c (encode_method_prototype): Pass types, not
4927         PARM_DECLs, to int_size_in_bytes.
4928
4929 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4930
4931         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4932
4933         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4934         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4935
4936 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4937
4938         * Clean up usages of TREE_INT_CST_LOW.
4939         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4940         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4941         Regenerated.
4942         * c-tree.h (min_precision): Move declaration to here.
4943         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4944         (build_unary_op, add_pending_init): Use bit_position.
4945         (pending_init_member, process_init_element): Likewise.
4946         (really_start_incremental_init, push_init_level, pop_init_level):
4947         Don't make copies of nodes or modify them in place, use consistent
4948         types when tracking positions, and use tree routines computations.
4949         (set_init_index, output_init_element): Likewise.
4950         (output_pending_init_elements, process_init_element): Likewise.
4951         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4952         tree_low_cst and int_bit_position; also minor cleanup.
4953         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4954         (print_cst_octal): Precision is unsigned.
4955         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4956         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4957         (simple_type_align_in_bits): Result is unsigned int.
4958         Use tree_int_low_cst and host_integerp.
4959         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4960         (field_byte_offset): Result is HOST_WIDE_INT.
4961         Change types of internal variables so alignments are unsigned int,
4962         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4963         Use host_integerp, tree_low_cst, and int_bit_position.
4964         (add_bit_offset_attribute): Likewise.
4965         (add_data_member_location_attribute): Use tree_cst_low.
4966         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4967         (add_bit_size_attribute): Use tree_low_cst.
4968         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4969         * dwarfout.c: Similar changes to dwarf2out.c.
4970         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4971         * genoutput.c (n_occurences): Return -1 for null string.
4972         (strip_whitespace): Accept null string and make into function.
4973         (scan_operands): Reflect above changes.
4974         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4975         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4976         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4977         * tree.c (int_size_in_bytes): Check for too big to represent.
4978         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4979         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4980         New declarations.
4981         (min_precision): Delete from here.
4982         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4983         and int_bit_position.
4984         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4985         (encode_method_def): Likewise.
4986         (build_ivar_list_initializer): Use int_bit_position.
4987         (generate_shared_structures): Convert size.
4988         (encode_type, encode_complete_bitfield): Use integer_zerop.
4989         (encode_bitfield): Use tree_low_cst and int_bit_position.
4990
4991 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4992
4993         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4994
4995 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4996
4997         * call.c (special_function_p): It is only malloc if it returns
4998         Pmode.
4999
5000 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5001
5002         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
5003         (C33_FLAG, TARGET_C3X): Add macros.
5004         (TARGET_SWITCHES): Add -m33 option.
5005         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
5006
5007 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5008
5009         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
5010         (PARALLEL_PACK_FLAG): Delete.
5011         (TARGET_SWITCHES): Update.
5012         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
5013
5014 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5015
5016         * fold-const.c (fold): Fix a few cases when the returned result
5017         is not of the same type as the input.
5018
5019 2000-03-16  Nick Clifton  <nickc@cygnus.com>
5020
5021         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
5022         warning.
5023
5024 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5025
5026         * libgcc2.h: Move prototypes above macros with the same name.
5027         Wrap some function prototypes in the conditional which indicates
5028         whether they are supported, i.e. "BITS_PER_UNIT == 8".
5029
5030 2000-03-16  Richard Henderson  <rth@cygnus.com>
5031
5032         * calls.c: Revert last two changes.
5033
5034 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
5035
5036         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
5037         has exponent 0 is a zero.
5038
5039         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
5040         HASH may already be nonzero.  Add code/mode into hash value
5041         immediately after repeat label.
5042         (cselib_lookup): Don't leave the hash table in an inconsistent
5043         state before a hash lookup operation.
5044
5045 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
5046
5047         * i386.md (all HI and QI mode non-move patterns):  Conditionize
5048         by TARGET_[HQ]IMODE_MATH.
5049         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
5050         x86_promote_qi_regs): Declare.
5051         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
5052         TARGET_PROMOTE_QI_REGS): New macros.
5053         (PROMOTE_MODE): New macro.
5054         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
5055         x86_promote_qi_regs): New global variables.
5056
5057 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
5058
5059         * calls.c (emit_library_call_value_1): Break out from ...; handle
5060         VOIDmode function calls too.
5061         (emit_library_call_value): ... here.
5062         (emit_library_call): Implement by calling emit_library_call_value_1.
5063
5064 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
5065
5066         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
5067         Update arg_space_so_far on stack adjustments.
5068         (emit_library_call, emit_library_call_value): Likewise; take into
5069         account arg_space_so_far and pending_stack_adjust when calculcating
5070         the boundary.
5071
5072 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
5073
5074         * flow.c: Move all basic block reordering code into its own file.
5075         (create_basic_block): Externalize.
5076         * bb-reorder.c: New file. Copy all basic block reordering code from
5077         flow.c to this file.
5078         (reorder_basic_blocks): Fix fencepost error in for-loop.
5079         (reorder_basic_blocks): Remove braces from single statement for-loops.
5080         * basic-block.h: Add declaration for create_basic_block.
5081         * Makefile.in: Add rules for bb-reorder.o.
5082
5083 2000-03-16  Neil Booth  <NeilB@earthling.net>
5084
5085         * cppinit.c (handle_option):  Implement #unassert directive
5086         as -A- command line option.
5087         (print_help):  Update.
5088         * cpptexi.c:  Update.
5089
5090 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5091
5092         * md.texi (Standard Names): Document `jump'.
5093
5094 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5095
5096         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
5097         gotos.
5098
5099 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
5100
5101         Merge changes from newppc-branch onto trunk.
5102
5103         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
5104
5105         * rs6000.c (toc_hash_table): Update for new hash table functions.
5106         (toc_hash_function): Likewise.
5107         (toc_hash_eq): Likewise.
5108         (toc_hash_mark_entry): Likewise.
5109         (toc_hash_mark_table): Likewise.
5110         (output_toc): Likewise.
5111         (rs6000_add_gc_roots): Likewise.
5112
5113         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5114
5115         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
5116         (AR_FLAGS_FOR_TARGET): here.  New macro.
5117
5118         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
5119
5120         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
5121         fpmem_operand) Delete.
5122         (xer_operand) New.
5123         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
5124         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
5125         (rs6000_save_machine_status, rs6000_restore_machine_status,
5126         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
5127         references to above variables.
5128         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
5129         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
5130         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
5131         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
5132         (XER_REGNO_P, XER_REGNO): New.
5133         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
5134         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
5135         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
5136         XER_REGNO_P.
5137         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
5138         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
5139         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
5140
5141         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5142
5143         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
5144         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
5145         * rs6000.h: from here.
5146
5147         * rs6000-protos.h (rs6000_select_section): Provide prototype.
5148         (rs6000_select_rtx_section): Likewise.
5149         (rs6000_encode_section_info): Likewise.
5150         (sdata_section): Likewise.
5151         (sdata2_section): Likewise.
5152         (sbss_section): Likewise.
5153         * sysv4.h (rs6000_select_section): Delete prototype.
5154         (rs6000_select_rtx_section): Likewise.
5155         (rs6000_encode_section_info): Likewise.
5156         (sdata_section): Likewise.
5157         (sdata2_section): Likewise.
5158         (sbss_section): Likewise.
5159         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
5160
5161         * sysv4.h: Delete various unnecessary #undef's and put a comment
5162         on the remaining ones.
5163         Change various comments according to coding standard.
5164
5165         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
5166
5167         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
5168         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
5169         (CR0_REGNO_P) Remove.
5170         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
5171         setup_incoming_varargs, mtcrf_operation, print_operand,
5172         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
5173         Use the above macros.
5174
5175         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
5176
5177         * config/rs6000/rs6000.md: Added a new alternative for each
5178         pattern that had a 'x' alternative but no 'y' alternative.
5179         Added a new split for each of the above patterns.
5180
5181         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5182
5183         * aix41.h (ASM_CPU_SPEC): Delete.
5184         (CPP_CPU_SPEC): Delete.
5185
5186         * aix.h (RS6000_OUTPUT_BASENAME): Define.
5187         (ASM_OUTPUT_LABEL): Define.
5188         (ASM_GLOBALIZE_LABEL): Define.
5189         (STRIP_NAME_ENCODING): Define.
5190         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
5191         (STRIP_NAME_ENCODING): Don't define.
5192         (ASM_OUTPUT_LABEL): Don't define.
5193         (ASM_GLOBALIZE_LABEL): Don't define.
5194         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
5195         names, and ASM_OUTPUT_LABEL to output labels, rather than
5196         asm_fprintf.
5197         (ASM_OUTPUT_LABEL): Define.
5198         (ASM_OUTPUT_INT): Use assemble_name.
5199         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
5200         (STRIP_NAME_ENCODING): Don't undefine first.
5201         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
5202         ELF.
5203         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
5204         specified with 'asm' even with -fleading-underscore.
5205         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
5206         (output_epilog): Likewise.
5207         (output_toc): Likewise.
5208         * tramp.asm: Handle -fleading-underscore correctly.
5209
5210         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
5211         -mminimal-toc.
5212         (nonlocal_goto_receiver): Delete.
5213         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
5214
5215         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
5216         (SET_ASM_OP): Define.
5217         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
5218
5219         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
5220         (ASM_LONG): Define.
5221
5222         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
5223         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
5224
5225         * rs6000.h: Add 'u' to more constants.
5226
5227         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
5228
5229         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
5230
5231         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
5232
5233         * rs6000.c (reg_or_u_cint_operand): New function.
5234         (logical_operand): Handle 64-bit hosts.
5235         (logical_u_operand): New function.
5236         (non_logical_cint_operand): Handle 64-bit hosts.
5237         (non_logical_u_cint_operand): New function.
5238         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
5239         (PREDICATE_CODES): Define new functions.
5240         * rs6000-protos.h: Declare new functions.
5241         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
5242         (movdi_64): Bracket code intended for 64-bit hosts.  Create
5243         CONST_DOUBLE for 32-bit values.
5244         (scc insns): Generate DImode compares.
5245         (mfcr insns): Create DImode versions.
5246         (sge matchers): New patterns.
5247
5248         2000-02-15  Gabriel Paubert  <paubert@iram.es>
5249
5250         * rs6000.md: Correct instructions length attributes and
5251         constraints on unsigned compare instructions.
5252         (*ne0): Disable for PowerPC64.
5253
5254         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
5255
5256         * rs6000.c (output_function_profiler): Use .long for a 32-bit
5257         quantity, fix profile1.C test failure under -fPIC.
5258
5259         * rs6000.c: Add 'u' to many constants to suppress warnings.
5260         (constant_pool_expr_1): Make static.
5261         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
5262         * rs6000.h: Add 'u' to many constants to suppress warnings.
5263
5264         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
5265         for the start of the TOC, instead of LCTOC..0.
5266         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
5267         of the TOC.
5268         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
5269         (load_toc_aix_di): Use LCTOC..1.
5270
5271         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
5272         * rs6000.c (rs6000_legitimize_address): New function from
5273         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
5274         symbols in the constant pool that really are TOC references.
5275         (print_operand_address): For ELF, write TOC offsets under
5276         -fPIC as subtractions in the insn.
5277         (output_toc): For ELF, define symbols in TOC as normal labels,
5278         to match RTL.
5279         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
5280         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
5281         (create_TOC_reference): Prototype only when RTX_CODE is defined.
5282         * rs6000.md (movsi): Only use create_TOC_reference on
5283         symbols in the constant pool that really are TOC references.
5284
5285         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
5286         * rs6000.c (rs6000_reorg): Delete.
5287         * rs6000-protos.h (rs6000_reorg): Delete.
5288
5289         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
5290
5291         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
5292
5293         * aix.h (SETUP_FRAME_ADDRESSES): Define.
5294         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
5295         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
5296         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
5297         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
5298         rs6000_aix_emit_builtin_unwind_init.
5299         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
5300         rs6000_emit_eh_toc_restore on AIX.
5301         (return_eh_si): Use r2.
5302         (return_eh_di): Use r2.
5303
5304         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
5305         since we're breaking binary compatibility anyway.
5306
5307         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
5308
5309         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
5310         constant_pool_expr_p): Declare them.
5311         (constant_pool_expr_p): Declare it.
5312         * config/rs6000/rs6000.c (toc_label_name): Define.
5313         (rs6000_override_options): Set toc_label_name.
5314         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
5315         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
5316         uses_TOC): New functions.
5317         (print_operand): Delete old '*' case.
5318         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
5319         and strip off rtl for TOC before calling output_addr_const.
5320         (rs6000_emit_load_toc_table): Use toc_label_name.
5321         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
5322         the default.
5323         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
5324         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
5325         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
5326         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
5327         into explicit TOC_REGISTER offsets.
5328         (TOC_REGISTER): New macro.
5329         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
5330         TARGET_TOC to reference TOC_REGISTER.
5331         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
5332         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
5333         uses_TOC before emitting label references.
5334
5335         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5336
5337         * rs6000.md (stack_tie): Fix warning.
5338
5339         * eabi-ctors.c: Use 'asm' names for the start/end variables,
5340         to handle -fleading-underscore.
5341         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
5342         (USER_LABEL_PREFIX): New macro.
5343         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
5344         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
5345         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
5346         call-linux can use the same multilibs.
5347         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
5348         and call-linux multilibs.  Do multilib with -fleading-underscore.
5349         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
5350         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
5351         to call-aix.
5352
5353         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
5354         have MASK_SOFT_FLOAT set.
5355         (CPP_FLOAT_DEFAULT_SPEC): New macro.
5356         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
5357         CPP_FLOAT_DEFAULT_SPEC.
5358
5359         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
5360         * rs6000.md: Whitespace change.
5361         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
5362         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
5363
5364         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5365
5366         * rs6000.md (eh_epilogue): New expander.
5367         (eh_reg_restore): New expand/split/insn combination.
5368         (return_eh_si): New insn.
5369         (return_eh_di): New insn.
5370
5371         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
5372         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
5373         * eabi-ctors.c (__do_global_ctors): Register this object's
5374         frame.  Clean up.  Call atexit() after the constructors.
5375         (__do_global_dtors): Deregister this object's frame.  Clean up.
5376         Allow for recursive calls to exit().
5377         * rs6000.c (fixuplabelno): New variable.
5378         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
5379         TARGET_RELOCATABLE, it slows down exec() under linux.
5380         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
5381
5382         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
5383         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
5384         (ASM_OUTPUT_DWARF_DELTA2): New macro.
5385         (ASM_OUTPUT_DWARF_DELTA4): New macro.
5386         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
5387         (ASM_OUTPUT_DWARF_ADDR): New macro.
5388         (ASM_OUTPUT_DWARF_DATA4): New macro.
5389         (ASM_OUTPUT_DWARF_DATA2): New macro.
5390         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
5391         (ASM_OUTPUT_DWARF_OFFSET): New macro.
5392         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
5393
5394         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5395
5396         * rs6000.c (rs6000_sr_alias_set): New variable.
5397         (rs6000_override_options): Initialise rs6000_sr_alias_set.
5398         (rs6000_emit_stack_tie): New function.
5399         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
5400         in a way that dwarf2out can understand.
5401         (rs6000_frame_related): New function.
5402         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
5403         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
5404         Use rs6000_emit_stack_tie when needed.
5405         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
5406         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
5407         * rs6000.md (stack_tie): New insn.
5408         (return_internal_si): Allow return value to be in the count
5409         register.
5410         (return_internal_di): Likewise.
5411
5412         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
5413
5414         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5415
5416         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
5417
5418         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
5419
5420         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
5421
5422         * rs6000.md (stmw): Use the right POWER opcode.
5423         (lmw): Likewise.
5424
5425         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5426
5427         * rs6000-protos.h: New file.
5428
5429         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
5430
5431         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
5432         warnings.
5433
5434         * sysv4.h: Likewise.
5435
5436         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
5437
5438         * ../../configure.in: Delete powerpcle-*-winnt*
5439         and powerpcle-*-pe|powerpcle-*-cygwin*.
5440         * ../../configure: Regenerated.
5441         * cygwin.h: Delete.
5442         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
5443         (TARGET_WINDOWS_NT): Delete.
5444         (ABI_NT): Delete.
5445         (CALL_NT_DLLIMPORT): Delete.
5446         Delete NT-specific code.
5447         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
5448         * win-nt.h: Delete.
5449         * t-winnt: Delete.
5450         * nt-ci.asm: Delete.
5451         * nt-cn.asm: Delete.
5452         * ntstack.asm: Delete.
5453
5454         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5455
5456         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
5457         (ASM_FILE_START): Likewise.
5458         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5459         (ASM_OUTPUT_LABELREF): Likewise.
5460         (ASM_OUTPUT_SKIP): Likewise.
5461         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5462         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5463         (ASM_OUTPUT_CASE_LABEL): Likewise.
5464         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5465         (ASM_OUTPUT_ASCII): Likewise.
5466
5467         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
5468
5469         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
5470         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
5471         increment rs6000_pic_labelno here.
5472         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
5473         and increment rs6000_pic_labelno here.
5474
5475         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
5476
5477         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
5478         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
5479         allocation knows (reg) is dead before the insn.
5480
5481         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
5482
5483         * rs6000.md (movsi_to_cr): Correct typo in output template.
5484
5485         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5486
5487         * rs6000.c (rs6000_pic_labelno): Always define.
5488         (rs6000_pic_func_labelno): Delete.
5489         (lmw_operation): Check for a zero base register,
5490         which doesn't mean what we want.
5491         (stmw_operation): New function.
5492         (print_operand): Define new 'l' modifier.
5493         (rs6000_stack_info): We must save all 64 bits of the registers
5494         if TARGET_POWERPC64.
5495         (rs6000_output_load_toc_table): Delete.
5496         (rs6000_emit_load_toc_table): New function.
5497         (rs6000_allocate_stack_space): Delete.
5498         (rs6000_emit_allocate_stack): New function.
5499         (rs6000_emit_prologue): New function.
5500         (output_prolog): Use rs6000_emit_prologue.
5501         (rs6000_emit_epilogue): Change a few variable names to be
5502         more accurate.  Restore all 64 bits of the registers if
5503         TARGET_POWERPC64.  Only restore the FP registers which were used
5504         if they are being saved/restored one-at-a-time.
5505         (output_mi_thunk): Delete inefficient code generation.
5506         (output_function_profiler): Don't use rs6000_output_load_toc_table.
5507         * rs6000.h: Declare rs6000_emit_load_toc_table,
5508         rs6000_allocate_stack_space, stmw_operation.  Don't declare
5509         rs6000_output_load_toc_table.
5510         * rs6000.md (elf_high): Allow register 0, but discourage it
5511         heavily.
5512         (elf_low): Support loading into register 0.
5513         (load_toc_aix_si): New pattern.
5514         (load_toc_aix_di): New pattern.
5515         (load_toc_v4_pic_si): New pattern.
5516         (load_toc_v4_pic_di): New pattern.
5517         (load_toc_v4_PIC_1): New pattern.
5518         (load_toc_v4_PIC_1b): New pattern.
5519         (load_toc_v4_PIC_2): New pattern.
5520         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5521         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5522         (prologue): New expander.
5523         (movesi_from_cr): New pattern.
5524         (stmw): New pattern.
5525         (save_fpregs_si): New pattern.
5526         (save_fpregs_di): New pattern.
5527
5528         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5529
5530         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5531         (movdi): Likewise.
5532         (movhi): Likewise.
5533         (movqi): Likewise.
5534
5535         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5536
5537         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5538         at present.
5539         (movsi_got_internal): Likewise.
5540         (movsi_got_internal+1): Likewise.
5541         (set_sp): 'unspec 7' does a SImode clobber.
5542
5543         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5544
5545         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5546         allocate a stack temporary.
5547         (floatsidf2_internal): Likewise.
5548         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5549         with unspec.
5550         (floatunssidf2): Don't use the fpmem "register", just
5551         allocate a stack temporary.
5552         (floatunssidf2_internal): Likewise.
5553         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5554         with unspec.
5555         (floatsidf2_loadaddr): Delete.
5556         (floatsidf2_store1): Delete.
5557         (floatsidf2_store2): Delete.
5558         (floatsidf2_load): Delete.
5559         (fix_truncdfsi2): Don't use the fpmem "register", just
5560         allocate a stack temporary.
5561         (fix_truncdfsi2_internal_si): Delete.
5562         (fix_truncdfsi2_internal_di): Delete.
5563         (fix_truncdfsi2_internal): New insn.
5564         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5565         (fix_truncdfsi2_store): Delete.
5566         (fix_truncdfsi2_load): Delete.
5567         (fctiwz): Produce gen_fctiwz.
5568
5569         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5570
5571         * eabi.h (INVOKE__main): Define.
5572         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5573         specially.
5574         (rs6000_emit_prologue): Likewise.
5575         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5576         this is the main program.
5577
5578         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5579
5580         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5581
5582         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5583
5584         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5585         goes after the argument.
5586
5587         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5588
5589         * rs6000.md: Document 'unspec' values used.
5590         (epilogue): New expander.
5591         (movesi_to_cr_one): New expander.
5592         (movesi_to_cr and following): New pattern.
5593         (lmw): New pattern.
5594         (return_internal_si): New pattern.
5595         (return_internal_di): New pattern.
5596         (return_and_restore_fpregs_si): New pattern.
5597         (return_and_restore_fpregs_di): New pattern.
5598         * rs6000.h: Declare new functions.
5599         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5600         rather than rs6000_calls_p.
5601         (rs6000_makes_calls): Delete.
5602         (lmw_operation): New function.
5603         (mtcrf_operation): New function.
5604         (rs6000_emit_epilogue): New function.
5605         (output_epilog): Call rs6000_emit_epilogue and final if
5606         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5607
5608         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5609
5610         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5611         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5612         * aix.h (SUBTARGET_SWITCHES): Document switches.
5613         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5614         sched-prolog and sched-epilog the same.  Document all the
5615         switches.
5616         (TARGET_OPTIONS): No longer allow -mdebug-.
5617
5618         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5619
5620         * rs6000.h (ASM_FILE_END): Move to aix.h.
5621         (EXTRA_SECTIONS): Move to aix.h.
5622         (READONLY_DATA_SECTION): Move to aix.h.
5623         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5624         (SELECT_SECTION): Move to aix.h.
5625         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5626         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5627         (LINK_REGISTER_REGNUM): New definition.
5628         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5629         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5630         AIX and SVR4.
5631         * sysv4.h: Delete the code between the inclusion of rs6000.h
5632         and svr4.h.
5633         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5634         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5635         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5636         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5637         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5638         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5639         (fix_truncdfsi2_internal_di): New pattern.
5640         (fix_truncdfsi2_store): The second arg here is Pmode too.
5641         (fix_truncdfsi2_load): The second arg here is Pmode too.
5642         (tablejumpdi): Now that switch tables hold only SImode values,
5643         gcc needs to know how to add them to the pc which is DImode.
5644         * rs6000.c (rs6000_stack_info): Use symbolic name for
5645         LINK_REGISTER_REGNUM.
5646         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5647         (output_toc): Delete unused variables s1 and s2.
5648         (output_ascii): Use fputs not fprintf on a variable string.
5649
5650         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5651
5652         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5653         * aix43.h: Revert Aug 2 change.
5654         (HAS_INIT_SECTION): Define, not visible yet.
5655         (LD_INIT_SWITCH): Define, not visible yet.
5656         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5657
5658         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5659
5660         * config/rs6000/rtems.h: Include config/rtems.h.
5661
5662         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5663
5664         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5665         (SLOW_UNALIGNED_ACCESS): Define.
5666         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5667         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5668         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5669         (toc_section): Likewise and .toc pseudo-op.
5670         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5671         64-bit mode.
5672         (TEXT_SECTION_ASM_OP): Likewise.
5673         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5674         32-bit offsets.
5675
5676         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5677
5678         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5679         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5680         compiling libgcc2.
5681
5682         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5683
5684         * rs6000.h: Move more stuff from here...
5685         * aix.h: to here.
5686         * sysv4.h: Cleanup accordingly.
5687         * netware.h: Likewise
5688
5689         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5690
5691         * rs6000.h: Continue cleanup.
5692         * aix.h: Likewise.
5693         * lynx.h: Likewise.
5694         * netware.h: Likewise.
5695         * sol2.h: Likewise.
5696         * sysv4.h: Likewise.
5697         * win-nt.h: Likewise.
5698
5699         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5700         (TARGET_OPTIONS): Likewise.
5701
5702         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5703         (SUBTARGET_OPTIONS): Likewise.
5704
5705         * rs6000.md: Fix compile time warnings.
5706
5707         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5708
5709         vxworks patches from the Cygnus tree originally by
5710         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5711         <vmakarov@cygnus.com>.
5712         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5713         (ENDFILE_SPEC): Likewise.
5714         (LIB_VXWORKS_SPEC): New macro.
5715         (STARTFILE_VXWORKS_SPEC): New macro.
5716         (ENDFILE_VXWORKS_SPEC): New macro.
5717         (LINK_START_VXWORKS_SPEC): New macro.
5718         (LINK_OS_VXWORKS_SPEC): New macro.
5719         (CPP_OS_VXWORKS_SPEC): New macro.
5720         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5721         * vxppc.h: Rewrite to use proper configuration method.
5722         * vxppcle.h: New file.
5723         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5724         * ../../configure: Rebuilt.
5725
5726         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5727
5728         Lots of changes to rs6000.h, sysv4.h, aix.h,
5729         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5730         with the aim that rs6000.h is the first header
5731         included and the others override it.
5732         * aix.h: New file.
5733
5734         * x-aix41-gld: Remove.
5735         * x-aix43: Remove.
5736         * x-aix41: Remove target-specific switches, and don't specify
5737         -Wl,-bbigtoc as we don't need it any more.
5738         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5739         Use t-aix43 for AIX 4.3 and above.
5740         * ../../configure: Regenerated.
5741
5742         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5743         options, that don't do anything yet.
5744         (MASK_SCHED_PROLOG): New macro.
5745         (MASK_SCHED_EPILOG): New macro.
5746         (TARGET_SCHED_PROLOG): New macro.
5747         (TARGET_SCHED_EPILOG): New macro.
5748
5749         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5750
5751         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5752         one per translation unit, not one per function.
5753         (output_toc): Also do duplicate constant elimination
5754         for per-translation-unit TOCs.
5755
5756         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5757         a comment explaining _exactly_ when this pattern gets used.
5758         (builtin_setjmp_receiver): New pattern for better clarity.
5759         (init_v4_pic): Move it into a section dealing with TOC registers.
5760
5761         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5762
5763         * rs6000.c (toc_hash_table): New variable.
5764         (rs6000_hash_constant): New function.
5765         (toc_hash_function): New function.
5766         (toc_hash_eq): New function.
5767         (toc_hash_mark_entry): New function.
5768         (toc_hash_mark_table): New function.
5769         (output_toc): Don't output duplicate TOC entries in
5770         a single file.
5771         (rs6000_add_gc_roots): Add the hash table as a GC root.
5772         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5773         where they clearly shouldn't be.  This may need to be fixed
5774         later when there is a GNU ar for AIX.
5775         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5776         Don't define BOOT_LDFLAGS as it is now not necessary.
5777
5778         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5779
5780         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5781         for va_list on AIX.  Use unsigned_char_type_node rather than
5782         constructing our own version on svr4.
5783
5784         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5785
5786         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5787         since patently it's not.
5788
5789         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5790
5791         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5792         define_expand/define_insn pair, and handle restore of the
5793         SVR4 -fpic register.
5794
5795 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5796
5797         * acconfig.h (HAVE_GAS_WEAK): New define.
5798         * configure.in (assembler weak support): Check for .weak support.
5799         * config.in, configure: Rebuilt.
5800         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5801         HAVE_GAS_WEAK is defined.
5802
5803 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5804
5805         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5806         asm_fprintf().
5807
5808 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5809
5810         * cppfiles.c (open_include_file): New function.
5811         (find_include_file, cpp_read_file): Use it.
5812
5813 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5814
5815         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5816
5817 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5818
5819         * flow.c (verify_flow_info): Check for unconditional return.
5820
5821 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5822
5823         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5824         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5825         (__ia64_restore_stack_nonlocal): New.
5826         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5827
5828 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5829
5830         * cpphash.c (collect_formal_parameters): Do not complain about
5831         parameter names that just start with `__VA_ARGS__'.
5832
5833 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5834
5835         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5836         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5837         * i386.c (pentiumpro_cost): Set mul cost to 4.
5838         (x86_use_movx): Set for PPro.
5839
5840 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5841
5842         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5843         STACK_BOUNDARY for empty frames now.
5844
5845 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5846
5847         * stor-layout.c (layout_union): Remove.
5848         (layout_union_field): New function, split out from layout_union.
5849         (finish_union_layout): Likewise.
5850         (layout_field): Handle unions by calling layout_union_field.
5851         (finish_record_layout): Handle unions.
5852         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5853         QUAL_UNION_TYPE handling.
5854
5855 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5856
5857         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5858         end of basic block is jump_insn, not barrier; use create_basic_block
5859         instead of creating basic block by hand.
5860
5861 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5862
5863         * flow.c (reorder_basic_blocks): Account for barriers when writing
5864         over NEXT_INSN (last_bb->end).
5865         (verify_flow_info): Add check for missing barriers.
5866
5867 2000-03-14  Greg McGary  <gkm@gnu.org>
5868
5869         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5870         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5871         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5872         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5873         __unbounded, __unbounded__): New keywords.
5874         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5875         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5876         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5877
5878 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5879
5880         * cselib.h: New file.
5881         * alias.c: Include "cselib.h".
5882         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5883         MEMs as two new arguments.
5884         (get_addr): New static function.
5885         (find_base_term): Handle VALUEs.
5886         (memrefs_conflict_p): Likewise.
5887         (true_dependence): Call get_addr on the addresses.
5888         Call fixed_scalar_and_varying_struct_p with addresses that have been
5889         passed through get_addr and canon_rtx.
5890         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5891         with true_dependence.
5892         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5893         * loop.c: Include "cselib.h".
5894         (load_mems): Process extended basic block that enters the loop with
5895         cselib.  Use that information to change initialization of the shadow
5896         register so that a constant equivalence is seen by later passes.
5897         * reload1.c: Include "cselib.h".
5898         (reload_cse_invalidate_regno): Delete function.
5899         (reload_cse_mem_conflict_p): Likewise.
5900         (reload_cse_invalidate_mem): Likewise.
5901         (reload_cse_invalidate_rtx): Likewise.
5902         (reload_cse_regno_equal_p): Likewise.
5903         (reload_cse_check_clobber): Likewise.
5904         (reload_cse_record_set): Likewise.
5905         (reg_values): Delete static variable.
5906         (invalidate_regno_rtx): Likewise.
5907         (reload_cse_delete_noop_set): New static function.
5908         (reload_cse_simplify): New static function, broken out of
5909         reload_cse_regs_1.
5910         (reload_cse_noop_set_p): Delete unused argument INSN.
5911         Just call rtx_equal_for_cselib_p on set source and destination.
5912         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5913         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5914         cselib functions instead.  Delete code to push/pop obstacks.
5915         (reload_cse_simplify_set): Use cselib to find equivalent values.
5916         Delete code to push/pop obstacks.
5917         (reload_cse_simplify_operands): Likewise.
5918         * rtl.def (VALUE): New rtx code.
5919         * rtl.h (union rtunion_def): New elt rt_cselib.
5920         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5921         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5922         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5923         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5924         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5925         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5926         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5927         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5928         cselib_record_set, cselib_record_sets): New static functions.
5929         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5930         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5931         references_value_p): New functions.
5932         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5933         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5934         n_useless_values, reg_values, callmem, cselib_obstack,
5935         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5936         New static variables.
5937         * varray.h (union varray_data_tag): New elt te.
5938         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5939         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5940         dependencies.
5941
5942 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5943
5944         * gcc.c (do_spec_1): Catch the case where %* is used in a
5945         substitution pattern, but it has not been initialised.
5946         Issue a meaningful error message if an unrecognised operator
5947         is encountered in a spec string.
5948
5949 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5950
5951         * function.c (prepare_function_start): Correctly initialize
5952         cfun->stack_alignment_needed.
5953
5954 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5955
5956         * cppfiles.c (find_include_file): Don't assume nshort is a
5957         substring of name.
5958
5959 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5960
5961         * configure.in (hppa configurations): Add pa32-regs.h to the
5962         list of tm files as appropriate.
5963         * configure: Rebuilt.
5964         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5965         register numbering.
5966         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5967         (fmpyaddoperands, fmpysuboperands): Likewise.
5968         * pa.h: Remove various definitions which depend on knowing
5969         how registers are numbered.
5970         * pa32-regs.h: New file with PA32 register numbering specific
5971         definitions.
5972
5973 2000-03-14  Richard Henderson  <rth@cygnus.com>
5974
5975         * regmove.c (combine_stack_adjustments): New.
5976         (stack_memref_p, single_set_for_csa): New.
5977         (free_csa_memlist, record_one_stack_memref): New.
5978         (try_apply_stack_adjustment): New.
5979         (combine_stack_adjustments_for_block): New.
5980         * rtl.h (combine_stack_adjustments): Declare.
5981         * toplev.c (rest_of_compilation): Call it.
5982
5983         * i386.md: Revert 2000-01-16 change.
5984
5985 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5986
5987         * gccbug.in: Add web category, gcc specific classes.
5988
5989 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5990
5991         * stor-layout.c (finalize_record_size): Fix typo.
5992
5993 2000-03-14  Stan Shebs  <shebs@apple.com>
5994
5995         * c-typeck.c (c_alignof): Error on incomplete types.
5996         * extend.texi (Alignment): Document this.
5997
5998 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5999
6000         * cppfiles.c: Include mkdeps.h.
6001         (find_include_file, read_include_file): Remove _cpp_ prefix
6002         from name, make static.
6003         (_cpp_execute_include): New function, broken out of
6004         do_include.
6005
6006         * cpplib.c: Don't include mkdeps.h.
6007         (struct directive): Remove type field. Reorder entries.  The
6008         function takes only one argument.
6009         (struct if_stack): Make type field an int.
6010         (directive_table): Rename to dtable.  Generate it, the
6011         prototypes of the directive handlers, and the enum for the
6012         directive numbers, from a template macro.
6013         (do_ifndef, do_include_next, do_import): New functions.
6014         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
6015         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
6016         do_ident, do_assert, do_unassert, do_sccs): Take only one
6017         argument.
6018         (do_sccs): Define always, but alter behavior based on
6019         SCCS_DIRECTIVE.
6020         (_cpp_handle_directive, consider_directive_while_skipping):
6021         Restructure for new directive table layout.
6022
6023         (pass_thru_directive): Take a directive number, not a pointer
6024         to a struct directive.
6025         (parse_include): New function, broken out of do_include.
6026         (do_include, do_import, do_include_next): Use parse_include
6027         and _cpp_execute_include.
6028         (do_elif, do_else): Test for T_ELSE specifically when checking
6029         for #elif/#else after #else.
6030         (parse_ifdef): New function, broken out of do_ifdef.
6031         (validate_else): Expect a name arg without a leading #.
6032         (if_directive_name): Delete.
6033         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
6034         directive handlers with only one argument.
6035
6036         * cpphash.h: Update prototypes.
6037         (enum node_type): Remove entries for directives.
6038         * Makefile.in: Update dependencies.
6039
6040         * cpphash.c (dump_hash_helper): Only dump nodes of type
6041         T_MACRO.  Emit a newline after each definition.
6042
6043 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6044
6045         * gccbug.in: New file.
6046         * configure.in (all_outputs): Add gccbug.
6047         * Makefile.in (install-common): Install gccbug.
6048         (GCCBUG_INSTALL_NAME): New variable.
6049         * configure: Rebuilt.
6050
6051 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
6052
6053         * function.c (put_var_into_stack): Use type_for_mode to calculate
6054         part_type.  Use MEM_SET_IN_STRUCT_P.
6055         * expr.c (store_field): Handle CONCAT.
6056         (store_constructor): Use fields_length.
6057         * tree.c (fields_length): New fn.
6058         * tree.h: Declare it.
6059
6060 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
6061
6062         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
6063         (cpplex.o): New target.
6064         * po/POTFILES.in: Add cpplex.c.
6065
6066         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
6067         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
6068         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
6069         skip_block_comment, skip_line_comment, skip_comment,
6070         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
6071         _cpp_parse_name, skip_string, parse_string,
6072         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
6073         _cpp_get_directive_token, find_position,
6074         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
6075         (maybe_macroexpand, _cpp_lex_token): New functions.
6076
6077         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
6078         parse_goto_mark): Delete.
6079         (_cpp_handle_eof): New function.
6080         (_cpp_handle_directive): Rename from handle_directive.
6081         (_cpp_output_line_command): Rename from output_line_command.
6082         (do_if, do_elif): Call _cpp_parse_expr directly.
6083         * cppfiles.c (_cpp_read_include_file): Don't call
6084         init_input_buffer here.
6085         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
6086         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
6087         here; pop the token_buffer and skip the rest of the line here.
6088         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
6089         here.
6090
6091         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
6092         Define here.
6093         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
6094         CPP_GOTO_MARK): New macros.
6095         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
6096         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
6097         _cpp_read_and_prescan, _cpp_init_input_buffer,
6098         _cpp_grow_token_buffer, _cpp_get_directive_token,
6099         _cpp_handle_directive, _cpp_handle_eof,
6100         _cpp_output_line_command): Prototype them here.
6101         * cpplib.h (enum cpp_token): Add CPP_MACRO.
6102         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
6103         quote_string, output_line_command): Remove.
6104
6105 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
6106
6107         * stmt.c (expand_end_case): RANGE may be signed, and when checking
6108         whether it is too large we must also verify that it isn't negative.
6109
6110 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
6111
6112         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
6113         (movsi_zero_liveg0): Remove.
6114         (movsf_insn_novis_liveg0): Remove.
6115         (negsi2): Remove.
6116         (negsi2_not_liveg0): Rename to negsi2.
6117         (one_cmplsi2): Remove.
6118         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
6119         (one_cmplsi2_liveg0): Remove.
6120         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
6121         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
6122         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
6123         (PREDICATE_CODES): Remove zero_operand.
6124         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
6125         TARGET_BROKEN_SAVERESTORE.
6126         (zero_operand): Remove.
6127         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
6128         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
6129         options.
6130         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
6131         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
6132         TARGET_BROKEN_SAVERESTORE): Remove.
6133         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
6134         Remove.
6135         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
6136         Remove.
6137         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
6138         Remove.
6139
6140         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
6141
6142 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
6143
6144         * cpplib.c (do_pragma_implementation): Fix off-by-one error
6145         truncating a string.  Don't assume tokens are nul terminated.
6146         Problem noted by Andreas Jaeger <aj@suse.de>
6147
6148 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
6149
6150         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
6151         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
6152         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
6153
6154 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
6155
6156         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
6157         STRUCTURE_SIZE_BOUNDARY.
6158
6159 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
6160
6161         * tree.h (record_layout_info_s): New structure.
6162         (record_layout_info): New type.
6163         (new_record_layout_info): New function.
6164         (layout_field): Likewise.
6165         (finish_record_layout): Likewise.
6166         * stor-layout.c (layout_record): Remove.
6167         (new_record_layout_info): New function.
6168         (layout_field): New function, broken out from layout_record.
6169         (finalize_record_size): Likewise.
6170         (compute_record_mode): Likewise.
6171         (finalize_type_size): New function, broken out from layout_type.
6172         (finish_record_layout): Likewise.
6173         (layout_type): Use them.
6174
6175 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
6176
6177         * cpphash.c: Don't include version.h.
6178         (special_symbol) [case T_VERSION]: Look for the string in
6179         hp->value.cpval; don't use version_string.
6180         * cppinit.c (initialize_builtins): Set hp->value.cpval for
6181         __VERSION__ to version_string.
6182         * Makefile.in (cpphash.o): Update deps.
6183
6184 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
6185
6186         Convert cpplib to use libiberty/hashtab.c.
6187
6188         * cpplib.h (struct cpp_reader): Make hashtab and
6189         all_include_files of type 'struct htab *'.  Delete HASHSIZE
6190         and ALL_INCLUDE_HASHSIZE macros.
6191
6192         * cpphash.h: Update prototypes.
6193         (struct hashnode): Remove next, prev, and bucket_hdr members.
6194         Make length a size_t.  Add hash member.
6195         (struct ihash): Remove next member.  Add hash member.  Make
6196         name a flexible array member.
6197
6198         * cppfiles.c: Include hashtab.h.
6199         (include_hash): Delete.
6200         (IHASHSIZE): New macro.
6201         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
6202         (cpp_included): Do the hash lookup here.
6203         (_cpp_find_include_file): Rewrite.
6204         (cpp_read_file): Put the "fake" hash entry into the hash
6205         table.  Honor the control_macro, if it turns out we've seen
6206         the file before.  Don't push the buffer here.
6207         (_cpp_read_include_file): Push the buffer here.
6208         (OMODES): New macro.  Use it whenever we call open(2).
6209
6210         * cpphash.c: Include hashtab.h.
6211         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
6212         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
6213         _cpp_lookup_slot): New functions.
6214         (HASHSIZE): new macro.
6215         (hashf, _cpp_install, _cpp_delete_macro): Delete.
6216         (_cpp_lookup): Use hashtab.h routines.
6217
6218         * cppinit.c: Include hashtab.h.
6219         (cpp_reader_init): Call _cpp_init_macro_hash and
6220         _cpp_init_include_hash.  Don't allocate hashtab directly.
6221         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
6222         pfile->all_include_files.
6223         (initialize_builtins): Use _cpp_make_hashnode and
6224         htab_find_slot to add hash entries.
6225         (cpp_finish): Just call _cpp_dump_macro_hash.
6226         * cpplib.c: Include hashtab.h.
6227         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
6228         create hash entries.
6229         (do_pragma_poison, do_assert): Likewise.
6230         (do_include): Don't push the buffer here.  Don't increment
6231         system_include_depth unless _cpp_read_include_file succeeds.
6232         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
6233         or htab_remove_elt.
6234         (do_pragma_implementation): Use alloca to create copy.
6235
6236         * Makefile.in: Update dependencies.
6237
6238 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6239
6240         * cppinit.c (cl_directive_handler): More K&R fixing.
6241
6242 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
6243
6244         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
6245         STACK_BOUNDARY.
6246         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
6247
6248 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6249
6250         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
6251         Change from char[] to macros.
6252
6253 2000-03-12  Neil Booth  <NeilB@earthling.net>
6254
6255         * cppinit.c (cpp_start_read): Update indirect function
6256         call to K&R C.
6257
6258 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
6259
6260         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
6261         entry.
6262
6263         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
6264         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
6265
6266 2000-03-11  Neil Booth  <NeilB@earthling.net>
6267
6268         * cppinit.c (struct pending option): Replace undef with a
6269         pointer to a directive handling routine.
6270         (struct cpp_pending): Replace separate assert_ and define_
6271         lists with one directive_ list.
6272         (new_pending_define): Rename new_pending_directive. Extra
6273         argument is the directive's handling routine.
6274         (handle_option): Update to use new_pending_directive.
6275
6276 2000-03-11  Neil Booth  <NeilB@earthling.net>
6277
6278         * cppfiles.c (file_cleanup, _cpp_find_include_file,
6279         remap_filename, _cpp_read_include_file, actual_directory,
6280         hack_vms_include_specification): Replace bcopy(), index() etc
6281         calls.  Add casts to some allocations.  Make some variables
6282         pointers to const [unsigned] char.
6283         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
6284         collect_formal_parameters): Similarly.
6285         * cppinit.c (struct pending_option, append_include_chain,
6286         cpp_options_init, cpp_reader_init, initialize_standard_includes,
6287         cpp_start_read, new_pending_define, handle_option): Similarly.
6288         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
6289         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
6290         do_pragma_implementation, detect_if_not_defined,
6291         do_ifdef, skip_if_group, cpp_get_token, parse_string,
6292         do_assert, do_unassert): Similarly.
6293         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
6294         function prototypes.
6295         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
6296
6297 2000-03-10  Richard Henderson  <rth@cygnus.com>
6298
6299         * builtins.c (expand_builtin_strlen): Revert last change.
6300         Use emit_insn_before if we're at the beginning of a sequence.
6301
6302 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
6303
6304         * builtins.c (expand_builtin_strlen): Make sure that we have something
6305         at the beginning of the sequence.
6306
6307         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
6308         deferred inlines.
6309
6310         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
6311
6312 2000-03-10  Richard Henderson  <rth@cygnus.com>
6313
6314         * except.c (can_throw): Use INTVAL on a CONST_INT.
6315         (reachable_handlers): Likewise.
6316         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
6317
6318 2000-03-10  Andreas Jaeger  <aj@suse.de>
6319
6320         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
6321         MD_STARTFILE_PREFIX since those are not needed on linux.
6322         (ASM_FILE_START): New, from mips/gnu.h.
6323
6324 2000-03-09  Richard Henderson  <rth@cygnus.com>
6325             Alex Samuel  <samuel@codesourcery.com> and others
6326
6327         * Makefile.in (ssa.o): New rule.
6328         (OBJS): Add ssa.o.
6329         (STAGESTUFF): Add *.ssa and *.ussa.
6330         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
6331         * rtl.def (PHI): New RTL expression.
6332         * rtl.h (clear_log_links): New declaration.
6333         (convert_to_ssa): Likewise.
6334         (convert_from_ssa): Likewise.
6335         * flow.c (split_edge): If the entry node falls through to the
6336         split edge's source block, split the entry edge.
6337         (clear_log_links): New function.
6338         * toplev.c (ssa_dump): New variable.
6339         (flag_ssa): Likewise.
6340         (f_options): Add "ssa".
6341         (compile_file): Create SSA dump files.
6342         (rest_of_compilation): Go to and from SSA if enabled.
6343         (decide_d_option): Handle -de for SSA dump files.
6344         * ssa.c: New file.
6345
6346 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
6347
6348         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
6349         same as VAR_DECL.
6350
6351 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
6352
6353         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
6354
6355 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
6356
6357         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
6358         (MD_STARTFILE_PREFIX_1): New macro.
6359
6360 2000-03-09  Robert Lipe  <robertl@sco.com>
6361
6362         * config/ia64/ia64.c: Include system.h.
6363
6364 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6365
6366         * except.c (nothrow_function_p): If -fno-exceptions, just return.
6367         (init_eh_nesting_info): Likewise.
6368
6369         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
6370         (TREE_NOTHROW): Rename from TREE_RAISES.
6371         * toplev.c (rest_of_compilation): Set it.
6372         * print-tree.c (print_node): Adjust.
6373         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
6374         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
6375         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
6376         REG_EH_REGION note as appropriate.
6377         (libfunc_nothrow): New fn.
6378         (emit_library_call, emit_library_call_value): Use it.
6379         (expand_call): Check TREE_NOTHROW.
6380
6381         * varasm.c (make_decl_rtl): Skip initial '*' when setting
6382         DECL_ASSEMBLER_NAME.
6383
6384 2000-03-09  Andreas Jaeger  <aj@suse.de>
6385
6386         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
6387         (TARGET_MEM_FUNCTIONS): Define.
6388
6389 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6390
6391         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
6392
6393         * except.c (can_throw): See through a SEQUENCE.
6394         (nothrow_function_p): New fn.
6395         * except.h: Declare it.
6396         * function.c (current_function_nothrow): New var.
6397         (prepare_function_start): Initialize it.
6398         * output.h: Declare it.
6399         * toplev.c (rest_of_compilation): Set it.
6400         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
6401
6402 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
6403
6404         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
6405         match.  (cpp_compare_defs): Count the nul separator when
6406         advancing over argument names.
6407
6408 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
6409
6410         * recog.c (preprocess_constraints): Matching constraints affect
6411         same alternative/different operand, not same operand/different
6412         alternative.
6413
6414         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
6415         register and a constant specially.
6416
6417 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6418
6419         * libgcc2.h: New file.
6420         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
6421
6422 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
6423
6424         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
6425         * configure: Regenerate.
6426         * config/ia64: New.
6427
6428 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6429
6430         * Makefile.in (LIBCPP_DEPS): New macro.
6431         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
6432         it to declare deps.
6433         * cpperror.c: Include cpphash.h.
6434         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
6435         dingleberry.
6436         (lex): Don't use CPP_WARN_UNDEF.
6437         (_cpp_parse_expr): Return an int, the truth value.
6438         * cppfiles.c: Include cpphash.h.
6439         (_cpp_merge_include_chains): Move to cppinit.c and make static.
6440         * cppinit.c (include_defaults_array): Disentangle.
6441         (cpp_cleanup): Don't free the if stack here.
6442         (cpp_finish): Pop off all buffers, not just one.
6443         * cpplib.c (eval_if_expr): Return int.
6444         (do_xifdef): Rename do_ifdef.
6445         (handle_directive): Don't use CPP_PREPROCESSED.
6446         (cpp_get_token): Don't use CPP_C89.
6447         * fix-header.c: Don't use CPP_OPTIONS.
6448
6449         * cpplib.h: Move U_CHAR, enum node_type, struct
6450         file_name_list, struct ihash, is_idchar, is_idstart,
6451         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
6452         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
6453         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
6454         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
6455         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
6456         of _cpp_simplify_pathname, _cpp_find_include_file,
6457         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
6458         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
6459         cppinit.c.
6460         Change all uses of U_CHAR to be unsigned char instead.
6461         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
6462
6463 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6464
6465         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
6466         (dwarf2out_begin_prologue): Set it.
6467         (output_call_frame_info): Don't emit EH unwind info for leaves.
6468
6469         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
6470         can occur outside of an EH region.
6471         * except.c: Correct comments about rethrow behavior.
6472         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
6473
6474 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
6475
6476         * flow.c (make_edges): Always call make_eh_edge for calls.
6477
6478 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6479
6480         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
6481         (struct cpp_buffer): Remove fname and underflow fields.
6482         (struct cpp_reader): Remove get_token field.
6483         (struct include_hash): Rename to struct ihash.  Add typedef to
6484         IHASH.
6485         (struct if_stack): Remove fname field.
6486         (IF_STACK_FRAME): Rename to IF_STACK.
6487
6488         * cpperror.c (print_containing_files): Trust that there are no
6489         macro buffers below the top file buffer.
6490         * cppfiles.c: Replace all references to 'struct include_hash'
6491         with 'IHASH'.  Rename initialize_input_buffer to
6492         init_input_buffer.  Don't set or reference cpp_buffer->fname,
6493         use buffer->ihash->name instead.
6494         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
6495         not CPP_NULL_BUFFER.
6496         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
6497         IF_STACK_FRAME, IHASH not struct include_hash.
6498         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
6499         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
6500         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
6501         references to cpp_buffer->fname (delete entirely, or use
6502         ->ihash->name instead) and IF_STACK->fname.
6503         (cpp_push_buffer): Don't set new->underflow.
6504         (do_include): Use cpp_file_buffer.
6505
6506         * cpphash.c (collect_formal_parameters): Remove duplicate
6507         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
6508         used as a macro argument name.  Don't append "..." to namebuf
6509         for varargs macros.  After we're done scanning, go through
6510         namebuf and make it NUL separated, not comma separated.
6511         (_cpp_compare_defs): Remove register tag from variables.
6512         Expect defn->argnames to be NUL separated.
6513         (_cpp_dump_definition): Expect defn->argnames to be NUL
6514         separated and in forward order.
6515         * cpphash.h: Update documentation of argnames field.
6516
6517 2000-03-08  Richard Henderson  <rth@cygnus.com>
6518
6519         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6520         to fail.  Don't pre-expand the source operand.
6521
6522         * i386.md (strlensi): Initialize eoschar and align before use.
6523
6524 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6525
6526         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6527         CONSTRUCTOR element.
6528
6529 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6530
6531         * mips.c (mips_expand_prologue): If the last
6532         named argument is the vararg marker "va_list", treat it as
6533         an unnamed argument.
6534
6535 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6536
6537         * dbxout.c (dbxout_parms): When correcting for promoted
6538         big-endian parameters, use the mode of the DECL_RTL rather
6539         than UNITS_PER_WORD.
6540
6541 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6542
6543         * c-common.h (make_fname_decl): Declare.
6544         * c-common.c (make_fname_decl): Define.
6545         (declare_hidden_char_array): Remove.
6546         (declare_function_name): Use make_fname_decl.
6547         * c-decl.c (c_make_fname_decl): New function.
6548         (init_decl_processing): Set make_fname_decl.
6549
6550 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6551
6552         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6553
6554 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6555
6556         * po/POTFILES.in: Remove cppalloc.c from file list.
6557
6558 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6559
6560         * pj.c (pj_expand_prologue): current_function->args_info is
6561         now current_function_args_info.
6562
6563         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6564         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6565         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6566
6567 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6568
6569         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6570         output as hexadecimal rather than the default octal.
6571
6572 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6573
6574         * cpphash.c (special_symbol): Fix thinko in previous commit.
6575
6576 2000-03-07  Neil Booth  <NeilB@earthling.net>
6577
6578         * cppexp.c (struct operation, left_shift, right_shift,
6579         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6580         "int"s to "unsigned int"s.
6581         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6582         Similarly.
6583         * cpplib.h: Update for above.
6584         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6585         returned from allocations.
6586
6587         * cppinit.c (opt_comp, parse_options): New functions.
6588         (handle_option): Use parse_option to parse a single command
6589         line option, that possibly takes an argument.
6590         (cpp_handle_options): Sort the array of command line options on
6591         first invocation (non-ASCII hosts only).
6592         (print_help): Update.
6593
6594 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6595
6596         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6597         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6598
6599         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6600         initialized.
6601         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6602
6603         * cpperror.c (cpp_print_containing_files,
6604         cpp_print_file_and_line, v_cpp_message): Rename to
6605         print_containing_files, print_file_and_line, and v_message.
6606         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6607         to _cpp_parse_expr, parse_escape, and lex.
6608         (parse_charconst): Remove broken multibyte support.
6609         * cppfiles.c (include_hash): Make static.
6610         (cpp_included): New function.
6611         (merge_include_chains, find_include_file, finclude,
6612         simplify_pathname): Rename to _cpp_merge_include_chains,
6613         _cpp_find_include_file, _cpp_read_include_file, and
6614         _cpp_simplify_pathname.
6615         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6616         cpp_install, create_definition, macroexpand, compare_defs,
6617         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6618         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6619         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6620         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6621         static.
6622         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6623
6624         * cpphash.h: Update prototypes.
6625         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6626
6627 2000-03-07  Andrew Haley  <aph@cygnus.com>
6628
6629         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6630         PTRDIFF_TYPE should be based solely on Pmode.
6631         (SIZE_TYPE): ditto.
6632
6633 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6634
6635         * rtl.h (rtunion_def): Constify member `rtstr'.
6636         (emit_line_note_after, emit_line_note, emit_line_note_force,
6637         emit_note, decode_asm_operands): Constify.
6638
6639         * cse.c (canon_hash): Likewise.
6640
6641         * dbxout.c (dbxout_block): Likewise.
6642
6643         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6644         v_warning_for_asm): Likewise.
6645
6646         * dwarfout.c (function_start_label): Likewise.
6647
6648         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6649         emit_line_note_force): Likewise.
6650
6651         * final.c (last_filename, asm_insn_count, final_scan_insn,
6652         output_source_line): Likewise.
6653
6654         * function.h (struct emit_status): Likewise.
6655
6656         * gcse.c (hash_expr_1): Likewise.
6657
6658         * genattr.c (gen_attr, main): Likewise.
6659
6660         * genattrtab.c (struct function_unit, current_alternative_string,
6661         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6662         attr_numeral, check_attr_test, check_attr_value,
6663         convert_set_attr_alternative, convert_set_attr,
6664         compute_alternative_mask, simplify_by_exploding, gen_attr,
6665         gen_unit): Likewise.
6666
6667         * genflags.c (gen_insn): Likewise.
6668
6669         * gengenrtl.c (type_from_format): Likewise.
6670
6671         * genopinit.c (gen_insn): Likewise.
6672
6673         * genoutput.c (n_occurrences, process_template, process_template):
6674         Likewise.
6675
6676         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6677         Likewise.
6678
6679         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6680         Likewise.
6681
6682         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6683         ggc_set_mark, ggc_get_size): Likewise.
6684
6685         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6686
6687         * optabs.c (init_one_libfunc): Likewise.
6688
6689         * output.h (assemble_start_function): Likewise.
6690
6691         * recog.c (decode_asm_operands): Likewise.
6692
6693         * toplev.c (rest_of_compilation): Likewise.
6694
6695         * tree.h (emit_line_note_after, emit_line_note,
6696         emit_line_note_force): Likewise.
6697
6698         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6699         asm_emit_uninitialised, assemble_start_function,
6700         assemble_variable, const_hash, compare_constant_1,
6701         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6702
6703         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6704
6705         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6706
6707         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6708
6709         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6710
6711         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6712         arm_dllimport_name_p): Likewise.
6713
6714         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6715         Likewise.
6716
6717         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6718
6719         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6720
6721         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6722         arm_mark_dllexport, arm_mark_dllimport,
6723         arm_pe_encode_section_info): Likewise.
6724
6725         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6726         ASM_FINISH_DECLARE_OBJECT): Likewise.
6727
6728         * arm/thumb.c (thumb_function_prologue): Likewise.
6729
6730         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6731
6732         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6733
6734         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6735
6736         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6737
6738         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6739
6740         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6741
6742         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6743         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6744
6745         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6746
6747         * i386/i386.c (asm_output_function_prefix): Likewise.
6748
6749         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6750
6751         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6752
6753         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6754
6755         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6756         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6757         ASM_OUTPUT_SECTION_NAME): Likewise.
6758
6759         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6760
6761         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6762
6763         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6764
6765         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6766
6767         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6768
6769         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6770
6771         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6772
6773         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6774
6775         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6776
6777         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6778
6779         * mips/mips.md (movdi, movsi): Likewise.
6780
6781         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6782
6783         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6784
6785         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6786
6787         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6788         ASM_OUTPUT_ASCII): Likewise.
6789
6790         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6791         output_mi_thunk, output_toc): Likewise.
6792
6793         * rs6000/rs6000.md (movsi): Likewise.
6794
6795         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6796
6797         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6798
6799         * v850/v850.c (print_operand, print_operand_address,
6800         v850_encode_data_area): Likewise.
6801
6802 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6803
6804         * config/mips/mips.md (zero_extendsidi2): Always force operand
6805         one to memory for mips16.
6806
6807 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6808
6809         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6810         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6811         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6812         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6813         (min_precision): Result is unsigned.
6814         (add_double, neg_double, mul_double): Low word is unsigned.
6815         (lshift_double, rshift_double, lrotate_double): Likewise.
6816         (rrotate_double, div_and_round_double): Likewise.
6817         (tree_floor_log2, compare_tree_int): New functions.
6818         (preserve_rtl_expr_temps): New declaration.
6819         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6820         (decl_attributes): Use tree_log2 to find alignment.
6821         Check for TREE_INT_CST_HIGH for format args.
6822         (min_precision): Now unsigned.
6823         Use tree_floor_log2.
6824         (truthvalue_conversion): Delete long-disabled code.
6825         * c-decl.c (finish_struct): Clean up tests on field width.
6826         (finish_function): Use compare_tree_int.
6827         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6828         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6829         (default_conversion, digest_init): Use compare_tree_int.
6830         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6831         Fix type errors in forming masks.
6832         * calls.c (initialize_argument_information): Use compare_tree_int.
6833         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6834         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6835         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6836         (store_field): Use compare_tree_int.
6837         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6838         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6839         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6840         (do_store_flag): Use compare_tree_int.
6841         * fold-const.c (encode, decode): Low part is always unsigned.
6842         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6843         (lshift_double, rshift_double, lrotate_double): Likewise.
6844         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6845         (fold_convert): Use compare_tree_int.
6846         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6847         (invert_truthvalue, case INTEGER_CST): Likewise.
6848         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6849         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6850         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6851         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6852         Likewise.
6853         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6854         (expand_end_case): Use compare_tree_int.
6855         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6856         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6857         (layout_decl): Likewise.
6858         (layout_record, layout_union): Make sizes unsigned.
6859         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6860         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6861         * tree.c (struct type_hash): hashcode is unsigned.
6862         (build_type_attribute_variant, type_hash_list): Likewise.
6863         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6864         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6865         (build_complex_type): Likewise.
6866         (real_value_from_int_cst): Remove unneeded casts.
6867         (integer_all_onesp): Add casts.
6868         (tree_floor_log2, compare_tree_int): New functions.
6869         (build_index_type): Use tree_int_cst_sgn.
6870         * varasm.c (assemble_variable): Use compare_tree_int.
6871
6872 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6873
6874         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6875
6876         * varasm.c (make_decl_rtl): Don't add a number to members of
6877         local classes.
6878         (make_function_rtl): Likewise.
6879
6880 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6881
6882         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6883         patch from 2000-01-28.
6884
6885 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6886
6887         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6888         filled with an insn from the jump target.
6889
6890 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6891
6892         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6893         (c4x_external_ref): Likewise.
6894         * config/c4x/c4x.c (struct name_list): Likewise.
6895
6896 1999-12-16  Ben Collins  <bcollins@debian.org>
6897
6898         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6899         argument to genmultilib.
6900         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6901         the contents into the multilib.h header.
6902         * gcc.c: Declare multilib_exclusions for the specs file.
6903         (set_multilib_dir): Use it.
6904         (print_multilib_info): Likewise.
6905         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6906         to pass to genmultilib.
6907
6908 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6909
6910         * builtins.c (built_in_class_names, built_in_names): Constify a
6911         char*.
6912
6913         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6914         int.
6915         (_mcleanup): Ensure value matches format specifier in sprintf.
6916
6917         * cpphash.c (special_symbol): Don't needlessly cast away
6918         const-ness.
6919
6920         * cppinit.c (base_name): Delete unused prototype.
6921
6922         * mkdeps.c (deps_init): Make definition K&R safe.
6923
6924         * tree.h (built_in_class_names, built_in_names): Constify a
6925         char*.
6926
6927 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6928
6929         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6930         floating point instructions for epilogue delay.
6931
6932         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6933         to gas if it supports .register pseudo.
6934
6935         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6936         LONG_DOUBLE_TYPE_SIZE if not defined.
6937         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6938         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6939         * real.c: Likewise.
6940         * gengenrtl.c: Likewise.
6941         * print-rtl.c: Likewise.
6942         * rtl.c: Likewise.
6943         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6944         MASK_LONG_DOUBLE_128.
6945         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6946         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6947         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6948         (SUBTARGET_SWITCHES): Define.
6949         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6950         with -mlong-double-128.
6951         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6952         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6953         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6954         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6955         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6956         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6957         with -mlong-double-128.
6958         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6959         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6960         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6961         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6962         TARGET_LONG_DOUBLE_128): Define.
6963         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6964         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6965         long double on TARGET_ARCH64.
6966
6967 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6968
6969         * function.c (free_temps_for_rtl_expr): Don't free slots
6970         that have been pushed into a higher level.
6971
6972         Revert this patch:
6973         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6974
6975 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6976
6977         * basic-block.h (ALLOCA_REG_SET): Remove.
6978         (INITIALIZE_REG_SET): New macro.
6979         * flow.c (update_life_info): Use it.
6980         (calculate_global_regs_live): Likewise.
6981         (propagate_block): Likewise.
6982         * global.c (build_insn_chain): Likewise.
6983         * haifa-sched.c (schedule_region): Likewise.
6984
6985 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6986
6987         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6988         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6989         (DWARF_ARANGES_PAD_SIZE): New define.
6990         (output_aranges): Use it to pad the address range header.
6991         (DWARF_ROUND): Fix for non power of 2 rounding.
6992
6993 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6994
6995         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6996
6997 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6998
6999         * tree.def (RTL_EXPR): Update documentation.
7000         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
7001         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
7002         * function.c (preserve_rtl_expr_temp): New function.
7003         (preserve_rtl_expr_temps): Likewise.
7004         (preserve_rtl_expr_result): Use it.
7005
7006         Revert this patch:
7007         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
7008
7009 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
7010
7011         * regmove.c (copy_src_to_dest)  Do not create src->dest move
7012         for unchanging destination.
7013
7014 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
7015
7016         * function.h (struct sequence_stack): Remove rtl_expr.
7017         (struct emit_staus): Likewise.
7018         (seq_rtl_expr): Remove.
7019         * tree.h (free_temps_for_rtl_expr): Don't declare.
7020         (start_sequence_for_rtl_expr): Likewise.
7021         * rtl.h (preserve_rtl_expr_result): Likewise.
7022         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
7023         (start_sequence_for_rtl_expr): Remove.
7024         (push_topmost_sequence): Don't save sequence_rtl_expr.
7025         (pop_topmost_sequence): Remove comment about not restoring it.
7026         (end_sequence): Don't set seq_rtl_expr.
7027         (init_emit): Don't initialize it.
7028         (mark_sequence_stack): Don't mark it.
7029         (mark_emit_status): Likewise.
7030         * except.c (protect_with_terminate): Use
7031         start_sequence_for_rtl_expr, not start_sequence.
7032         * expr.c (expand_expr, case RTL_EXPR): Don't call
7033         preserve_rtl_expr_result or free_temps_for_rtl_expr.
7034         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
7035         (preserve_rtl_expr_result): Remove.
7036         (free_temps_for_rtl_expr): Likewise.
7037         (pop_temp_slots): Likewise.
7038         (mark_temp_slot): Don't mark the rtl_expr.
7039         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
7040         start_sequence_for_rtl_expr.
7041
7042 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
7043
7044         * mkdeps.c, mkdeps.h: New files.
7045         * po/POTFILES.in: Add them.
7046         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
7047         (cpplib.o, cppinit.o): Depend on mkdeps.h.
7048         (mkdeps.o): New target.
7049
7050         * cppfiles.c: Delete deps_output.
7051         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
7052         OBJECT_SUFFIX, and base_name.
7053         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
7054         the include hash.
7055         (initialize_dependency_output): Use deps_init,
7056         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
7057         all the unnecessary string bashing.
7058         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
7059         level.
7060         * cpplib.c (do_include): Use deps_add_dep.
7061         * cpplib.h (struct cpp_reader): Replace deps_buffer,
7062         deps_allocated_size, deps_size, deps_column members with
7063         single pointer to a struct deps.  Delete prototype of
7064         deps_output.
7065
7066         * cppinit.c: Fix thinko in previous patch.
7067
7068 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7069
7070         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
7071         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
7072         (mode_for_size_tree): New function.
7073         (layout_decl, layout_type): Call it and clean up BLKmode checks.
7074         * tree.h (mode_for_size_tree): New declaration.
7075
7076         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
7077
7078 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
7079
7080         * stmt.c (is_body_block): Move...
7081         * dwarfout.c, dwarf2out.c: ...from here.
7082         * tree.h: Declare it.
7083         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
7084         * final.c (final_start_function): Do call remove_unnecessary_notes
7085         when scheduling.
7086
7087 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
7088
7089         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
7090
7091         * cpplib.h (_dollar_ok): New macro.
7092         (is_idchar, is_idstart): Use it.
7093         (IStable): Rename to _cpp_IStable.  Declare it const if
7094         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
7095         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
7096         is_space): Update for renamed IStable.
7097
7098         * cppinit.c: Delete all references to FAKE_CONST and CAT
7099         macros. Define init_IStable as empty macro if gcc >=2.7 or
7100         C99. Change TABLE() to ISTABLE and hardcode name of table.
7101         (cpp_start_read): Don't change the IStable based on
7102         dollars_in_ident.
7103
7104         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
7105         changed.  Handle '$' for char1 correctly.
7106         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
7107
7108         * cppexp.c (tokentab2): Make const.
7109         (cpp_lex): Make toktab const.
7110         * cppinit.c (include_defaults_array): Make const.
7111         (initialize_standard_includes): Make default_include const.
7112
7113 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
7114
7115         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
7116         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
7117         (gen_decl_die): Likewise.
7118         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
7119         (output_decl): Likewise.
7120
7121         * varasm.c (make_function_rtl): If we change the name used in the
7122         rtl, update DECL_ASSEMBLER_NAME accordingly.
7123         (make_decl_rtl): Likewise.
7124
7125         * toplev.c (rest_of_compilation): Tweak formatting.
7126
7127         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
7128         remove_unnecessary_notes.
7129         (debug_ignore_block): New fn.
7130         * toplev.h: Declare it.
7131         * emit-rtl.c (remove_unncessary_notes): Call it.
7132         * dwarf2out.c (dwarf2out_ignore_block): New fn.
7133         * dwarf2out.h: Declare it.
7134         * final.c (final_start_function): Don't call remove_unnecessary_notes
7135         if we did insn scheduling.
7136
7137 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
7138
7139         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
7140         * cpplib.h: Delete SET_CPP_PEDANTIC.
7141
7142 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7143
7144         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
7145         result is a RECORD_TYPE.
7146
7147 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7148
7149         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
7150
7151 2000-03-03  Richard Henderson  <rth@cygnus.com>
7152
7153         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
7154         addition over compliments over shifts.
7155
7156 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7157
7158         * reload1.c (reload_combine_note_use): Handle return register USEs.
7159         REG case: Handle multi-hard-register hard regs.
7160
7161 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7162
7163         * md.texi: Document use of '*' in insn pattern name.
7164
7165 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
7166
7167         * calls.c (special_function_p): operator new may not be malloc-like.
7168
7169         * gcse.c (dump_hash_table): Really fix error in last change.
7170
7171 2000-03-02  Denis Chertykov  <denisc@overta.ru>
7172
7173         * avr.c (print_operand): Use print_operand_address instead of
7174         output_addr_const.
7175         * avr/libgcc.S: Cleanup code.
7176
7177 2000-03-02  Richard Henderson  <rth@cygnus.com>
7178
7179         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
7180
7181 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
7182
7183         * tree.h (TYPE_ALIGN_UNIT): New macro.
7184
7185 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
7186
7187         * i386.c: (constant_call_address_operand): Reject CONST_INT.
7188
7189 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
7190
7191         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
7192         for the buffer.
7193         (SET_CPP_PEDANTIC): New macro.
7194         * cpplib.c (do_include): Don't bother checking system_header_p.
7195         (do_warning, do_ident, do_assert, do_unassert): Likewise.
7196         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
7197
7198         * function.h (struct expr_status): Add x_arg_space_so_far.
7199         (arg_space_so_far): New macro.
7200         * expr.c (init_expr): Initialize it.
7201         * calls.c (emit_call_1): Reset it.
7202         (compute_argument_block_size, expand_call): Use it.
7203         (expand_call, store_one_arg): Increment it.
7204
7205 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7206
7207         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
7208         a UNION_TYPE.
7209
7210 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
7211
7212         * cppfiles.c (cpp_read_file): New function.
7213
7214         * cpphash.c (collect_expansion): Make sure to reset last_token
7215         to NORM when we hit a string.  Handle trailing whitespace
7216         properly when the expansion is empty.
7217         (create_definition): Disable line commands while parsing the
7218         directive line.
7219         (dump_definition): If pfile->lineno == 0, output a line
7220         command ahead of the dump, and add a trailing newline.
7221
7222         * cppinit.c (append_include_chain): Add fifth argument, which
7223         indicates whether or not system headers are C++ aware.
7224         (initialize_standard_includes): New function,
7225         broken out of read_and_prescan.  Pass 'cxx_aware' value from
7226         the include_defaults_array on to append_include_chain.
7227         (dump_special_to_buffer): Const-ify char array.
7228         (builtin_array): Don't dump __BASE_FILE__.
7229         (cpp_start_read): Use cpp_read_file.  Reorder code for
7230         clarity.  Don't output line commands here for -D/-A/-U
7231         switches.  Don't call deps_output for files included with
7232         -include or -imacros.
7233
7234         * cpplib.c (do_define): Don't pay any attention to the second
7235         argument.
7236         (cpp_expand_to_buffer): Disable line commands while scanning.
7237         (output_line_command): Work in the file buffer.
7238         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
7239         Fix formatting of comments.  Prototype cpp_read_file.
7240
7241 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7242
7243         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
7244         reference the language-equivalent of sizetype.
7245         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
7246         * fold-const.c (size_binop, size_diffop): Put back checks.
7247         * gcse.c (dump_hash_table): Fix minor error in last change.
7248         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
7249         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
7250         all sizetypes.
7251
7252 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
7253
7254         * calls.c (expand_call)  Do not attempt to combine stack adjustments
7255         with inhibit_defer_pop set.
7256
7257 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
7258
7259         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
7260         the DECL_SIZE for a FIELD_DECL.
7261
7262 2000-03-01  Bruce Korb  <bkorb@gnu.org>
7263
7264         * fixinc/inclhack.tpl: remove unused symlinks
7265         * fixinc/README: GCC Maintainer info
7266         * fixinc/inclhack.sh: regen
7267         * fixinc/fixincl.sh: regen
7268
7269 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
7270
7271         * cpphash.c (collect_expansion): Trim trailing white space
7272         from macro definitions, but don't go past the last insertion
7273         point.
7274
7275 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
7276
7277         * i386.md (mulqi3): New pattern.
7278
7279 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
7280
7281         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
7282         token types.
7283         (struct cpp_reader): Add parsing_if_directive and
7284         parsing_define_directive flags.
7285         (struct cpp_options): Remove output_conditionals flag.
7286         (check_macro_name): Delete prototype.
7287
7288         * cpphash.h (struct macrodef): Delete.
7289         (struct reflist): Separate from struct definition.
7290         (struct definition): Remove unused fields.  Add column number.
7291         (create_definition): Returns a DEFINITION *.  Takes a
7292         cpp_reader * and an int.
7293
7294         * cpphash.c (SKIP_WHITE_SPACE): Delete.
7295         (PEEKC): Copy defn from cpplib.c.
7296         (rest_extension, REST_EXTENSION_LENGTH): Delete.
7297         (struct arg): New.
7298         (struct arglist): Simplify.
7299         (collect_expansion): Rewrite.  Get tokens by calling
7300         cpp_get_token.  Add more error checking.
7301         (collect_formal_parameters): New function, broken out of
7302         create_definition and reworked to use get_directive_token.
7303         (create_definition): All real work is now in collect_expansion
7304         and collect_formal_parameters.  do_define handles finding the
7305         macro name.  Return a DEFINITION, not a MACRODEF.
7306         (macroexpand): Replace bcopy with memcpy throughout.  Replace
7307         character-at-a-time copy loop with memcpy and pointer increments.
7308         (compare-defs): d1->argnames / d2->argnames might be null.
7309
7310         * cpplib.c (copy_rest_of_line): Delete function.
7311         (skip_rest_of_line): Do all the work ourselves.
7312         (skip_string): New function.
7313         (parse_string): Use skip_string.
7314         (get_macro_name): New function.
7315         (check_macro_name): Delete.
7316         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
7317         (cpp_skip_hspace): Use CPP_BUMP_LINE.
7318         (handle_directive): ICE if we're called on a macro buffer.
7319         (do_define): Determine macro name and type (funlike/objlike)
7320         here.  Expunge all uses of MACRODEF.
7321         (cpp_push_buffer): Set line_base to NULL.
7322         (do_undef, read_line_number): Don't worry about getting a POP token.
7323         (eval_if_expression): Set/reset parsing_if_directive around
7324         cpp_parse_expr. Don't clear only_seen_white.
7325         (skip_if_group): Remove output_conditionals logic.  Use
7326         skip_rest_of_line.
7327         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
7328         tokens under appropriate conditions.
7329         (cpp_unassert): Call do_unassert not do_assert.  Oops.
7330
7331         * cppexp.c (parse_defined): New function, break out of
7332         cpp_lex.
7333         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
7334         ourselves, with cpp_defined.
7335         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
7336
7337         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
7338         * gcc.dg/strpaste-2.c: New.
7339
7340 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
7341
7342         * fold-const.c (size_binop): Don't asert inputs are the same and
7343         have TYPE_IS_SIZETYPE set.
7344         (size_diffop): Likewise.
7345
7346 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
7347
7348         * dwarfout.c (output_block): Output abstract blocks even if they
7349         don't have TREE_ASM_WRITTEN set.
7350
7351         * calls.c (emit_library_call): Check for null REG.
7352
7353 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7354
7355         * c-decl.c (current_function_decl): Move to toplev.c.
7356         (init_decl_processing): Don't add current_function_decl as a ggc
7357         root here.
7358         * dbxout.c (dbxout_symbol): Change return type to int.
7359         (dbxout_symbol_location, dbxout_syms): Likewise.
7360         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
7361         any locals. Use current_function_func_begin_label if set.
7362         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
7363         * dwarf2out.c (dwarf2out_begin_prologue): Set
7364         current_function_func_begin_label.
7365         * final.c (final_start_function): Reset it.
7366         * toplev.c (current_function_decl): Define it here.
7367         (current_function_func_begin_label): New variable.
7368         (main): Add both as ggc roots.
7369         * tree.h (current_function_func_begin_label): Declare.
7370
7371 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7372
7373         * gcse.c: Cleanups throughout: mostly white-space, but also
7374         some minor rearrangement of code.
7375
7376 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
7377
7378         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
7379         returns a PARALLEL.  Use emit_group_load and use_group_regs
7380         as needed.
7381         (emit_library_call_value): Similarly.
7382
7383         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
7384         * pa/quadlib.asm: Remove.
7385         * pa/quadlib.c: New file.
7386
7387         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
7388         * configure: Rebuilt.
7389
7390 2000-02-29  Philip Blundell  <pb@futuretv.com>
7391
7392         * config/arm/conix-elf.h: New file.
7393         * configure.in (arm*-*-conix*): New configuration.
7394         * configure: Regenerate.
7395
7396 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
7397
7398         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
7399         don't have TREE_ASM_WRITTEN set.
7400
7401 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7402
7403         * Eliminate DECL_FIELD_SIZE.
7404         * builtins.c (built_in_class_names, built_in_names): New variables.
7405         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
7406         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
7407         DECL_SIZE, not DECL_FIELD_SIZE.
7408         * print-tree.c (print_node): Remove code that prints extra blank
7409         lines in some cases.
7410         Properly handle inline and builtin function cases.
7411         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
7412         * tree.h (built_in_class_named, built_in_names): New declarations.
7413         (union tree_decl): Rename internal unions to u1 and u2 and change
7414         some of their components.
7415         Add new field built_in_class.
7416         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
7417         Reflect above changes.
7418         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
7419         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
7420         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
7421         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
7422
7423 2000-02-28  Dmitri Makarov  <dim@windriver.com>
7424
7425         * extend.texi: Document ARM's support for long/short calls.
7426
7427         * invoke.texi: Document ARM's -mlong-calls command line switch.
7428
7429         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
7430         (arm_encode_call_attribute): Add prototype.
7431         (arm_set_default_type_attribute): Add prototype.
7432         (arm_strip_name_encoding): Add prototype.
7433
7434         * config/arm/arm.c (arm_init_cumulative_args): replace
7435         initialisation og 'long_calls' field with initialisation of
7436         'call_cookie' field.
7437         (enum arm_pragma_enum): New enum.
7438         (arm_pragma_long_calls): New static variable.
7439         (arm_process_pragma): Also process "#pragma long_calls_off".
7440         (arm_valid_type_attribute_p): Accept short_call attribute.
7441         (arm_comp_type_attributes): Check long/short call attributes.
7442         (arm_encode_call_attribute):  New function:  Encode long_call
7443         or short_call attribute in function name.
7444         (arm_set_default_type_attributes): New function: Assign
7445         default attributes to newly defined type.
7446         (current_file_function_operand): New function: Return true if
7447         the symbol is a function which has already been compiled.
7448         (arm_is_longcall_p): New function: Return true if the
7449         indicated function should be called via a long call.
7450         (arm_get_strip_length): New function.  Returns number of
7451         prefix characters to be stripped from a function's name.
7452         (arm_strip_name_encoding): New function.  Strip prefix characters
7453         from a function's name.
7454
7455         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
7456         with 'call_cookie'.
7457         (SHORT_CALL_FAG_CHAR): Define.
7458         (LONG_CALL_FAG_CHAR): Define.
7459         (ENCODED_SHORT_CALL_ATTR_P): Define.
7460         (ENCODED_LONG_CALL_ATTR_P): Define.
7461         (ARM_NAME_ENCODING_LENGTHS): Define.
7462         (STRIP_NAME_ENCODING): Define.
7463         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
7464         (ARM_ENCODE_CALL_TYPE): Define.
7465         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
7466         (ARM_DECLARE_FUNCTION_SIZE): Define.
7467         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
7468
7469         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
7470         if a long call is needed.
7471         (call_value): Ditto.
7472         (call_symbol): Ditto.
7473
7474         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
7475         ARM_DECLARE_FUNCTION_SIZE.
7476
7477         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
7478         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
7479         (ARM_STRIP_NAME_ENCODING): Undefine.
7480         (STRIP_NAME_ENCODING): Undefine.
7481         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
7482         (ASM_DECLARE_FUNCTION_NAME): Ditto.
7483         (ASM_OUTPUT_COMMON): Ditto.
7484         (ASM_DECLARE_OBJECT_NAME): Ditto.
7485
7486         * config/arm/pe.c (arm_dllexport_name_p): Check for
7487         ARM_PE_FLAG_CHAR.
7488         (arm_dllimport_name_p): Ditto.
7489         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
7490         (arm_mark_dllimport): Ditto.
7491
7492 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7493
7494         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
7495
7496 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
7497
7498         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
7499
7500 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
7501
7502         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
7503         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
7504         NO_BUILTIN_WCHAR_TYPE is not defined.
7505         (CPP_WCHAR_TYPE): Delete.
7506         * cccp.c (main): Don't change wchar_type if cplusplus.
7507         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
7508
7509 2000-02-28  Nick Clifton  <nickc@cygnus.com>
7510
7511         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7512
7513 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7514
7515         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7516         (ASM_WEAKEN_LABEL): Define.
7517
7518 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7519
7520         * expr.c (store_constructor): Do not emit USE.
7521         * rtl.h (stupid_life_analysis): Remove.
7522
7523 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7524
7525         * function.c (number_blocks): Reset next_block_index based on
7526         what debugging format is used, not what is defined.
7527
7528         * lcm.c: Minor reformatting throughout.
7529         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7530
7531         * toplev.c (rest_of_compilation): Account for time in
7532         optimize_mode_switching.
7533
7534         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7535         if only marking labels.
7536
7537 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7538
7539         * calls.c (expand_call): Attempt to combine stack adjustments with
7540         pending stack adjustments.
7541
7542 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7543
7544         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7545         to the end of the function.
7546
7547 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7548
7549         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7550         blocks.
7551         * final.c (next_block_index): Remove.
7552         (max_block_depth): Likewise.
7553         (pending_blocks): Likewise.
7554         (init_final): Don't initialize them.
7555         (final_start_function): Don't set next_block_index.  Set up
7556         BLOCK_NUMBER.
7557         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7558         * function.h (number_blocks): New function.
7559         * function.c (get_block_vector): New function.
7560         (identify_blocks): Use it.
7561         (reorder_blocks): Set NOTE_BLOCK.
7562         (number_blocks): New function.
7563         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7564         * tree.h (BLOCK_NUMBER): New macro.
7565         (tree_block): Add block_num field.
7566         * dbxout.c (next_block_number): Remove.
7567         (dbxout_init): Don't set it.
7568         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7569         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7570         block numbers.
7571         * toplev.c (rest_of_compilation): Always call
7572         find_loop_tree_blocks.  Fix indentation.
7573         * dwarf2out.c (next_block_number): Remove.
7574         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7575         to determine block numbers.
7576         (gen_inlined_subroutine_die): Likewise.
7577         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7578         (decls_for_scope): Don't increment next_block_number.
7579         * dwarfout.c (next_block_number): Remove.
7580         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7581         to determine block numbers.
7582         (output_inlined_subroutine_die): Likewise.
7583         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7584         (output_decls_for_scope): Don't increment next_block_number.
7585         * sdbout.c (next_block_number): Remove.
7586         (sdbout_block): Use BLOCK_NUMBER.
7587         (sdbout_begin_block): Simplify.
7588         * xcoffout.c (next_block_number): Remove.
7589         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7590         (xcoffout_begin_block): Don't set next_block_number.
7591         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7592         next_block_number.
7593
7594 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7595
7596         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7597         (expand_builtin_strcpy): Pass correct type to size_binop.
7598         (expand_builtin_strcmp): Likewise.
7599         Clean up conditional structure.
7600         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7601         (complete_array_type): Don't use size_binop for MAXINDEX.
7602         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7603         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7604         (c_alignof): Use size_one_node.
7605         (build_unary_op): Pass arg of proper type to size_binop.
7606         (really_start_incremental_init, push_init_level): Use sizetype for
7607         constructor{,_bit,_unfilled}_index.
7608         (pop_init_label, output_init_element): Likewise.
7609         (output_pending_init_elements, process_init_element): Likewise.
7610         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7611         * expr.c (store_expr): Use size_int.
7612         (store_constructor): Use proper types for size_binop args.
7613         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7614         (expand_expr_unaligned): Likewise.
7615         (string_contant): Return object of sizetype.
7616         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7617         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7618         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7619         * fold-const.c (int_const_binop): Refine when size_int is called.
7620         (fold_convert): Likewise.
7621         (size_int_wide): Rework to take KIND as arg, only take low order
7622         bits, handle new sizetype_tab datatype, and chain entries in
7623         size_table.
7624         (size_int_type_wide): New function.
7625         (size_binop): Validate types of arguments.
7626         (ssize_binop): Deleted.
7627         (size_diffop): New function.
7628         (extract_muldiv): Only fold division into multiplication for sizetypes.
7629         * function.c (assign_parms): Use size_diffop and make sure
7630         VAR field is of ssizetype; also pass proper type to size_binop.
7631         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7632         (round_down): Deleted from here.
7633         * store-layout.c (sizetype_tab): Now an array.
7634         (sizetype_set, early_root_list): New variables.
7635         (variable_size): Use size_one_node.
7636         (round_up): Pass proper type to size_binop.
7637         (round_down): Moved to here and corrected as above.
7638         (layout_record): Pass proper arg types to size_binop.
7639         (layout_type): Likewise.
7640         If sizetype_set is zero, record the type just laid out.
7641         (make_unsigned_type): Don't call set_sizetype;
7642         (make_signed_type): Likewise; also, call fixup_signed_type.
7643         (initialize_sizetypes): New function.
7644         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7645         set name of bitsizetype to "bit_size_type".
7646         Fix up type of sizes of all types made before call.
7647         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7648         * tree.c (fix_sizetype): Deleted.
7649         (build_common_tree_nodes): Call initialize_sizetypes.
7650         (build_common_tree_nodes_2): Don't call fix_sizetype.
7651         * tree.h (TYPE_IS_SIZETYPE): New macro.
7652         (initialize_sizetype): New declaration.
7653         (enum size_type_kind): New type.
7654         (struct sizetype_tab): Deleted.
7655         (sizetype_tab): Now array; adjust sizetype macros.
7656         (size_diffop, size_int_type_wide): New functions.
7657         (size_int_wide): Change number of args and type; access macros changed.
7658         (ssize_int, sbitsize_int): New macros.
7659         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7660         (ROUND_TYPE_SIZE_UNIT): New macro.
7661
7662 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7663
7664         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7665
7666 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7667
7668         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7669         Mark as possibly unused.
7670
7671         * cse.c (cse_insn): Delete dead code involving tablejump.
7672         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7673
7674         * Makefile.in (libcpp.a): Start by deleting it.
7675
7676 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7677
7678         * cpplib.h (enum file_change_code): Added rename_file.
7679         * cpplib.c (do_line): If a filename is given, set file_change to
7680         rename_file.
7681         (output_line_command): If file_change is rename_file, always
7682         output a # directive with the file name.
7683
7684         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7685
7686 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7687
7688         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7689         when copying a PARM_DECL or RESULT_DECL.
7690
7691 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7692
7693         * fix-header.c (recognized_function): Also fix prototypes for
7694         functions taking "void".
7695
7696 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7697
7698         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7699         looking at reg_reloaded_contents.
7700
7701 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7702
7703         * Makefile.in (STMP_FIXINC): New toggle.
7704         (LIBGCC2_DEPS): Delete all references.
7705         (stmp-headers): Delete target.  All references either deleted
7706         or changed to stmp-int-headers.
7707         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7708         (LIBCPP_OBJS): Take out cppalloc.o.
7709         (cppalloc.o): Delete target.
7710         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7711         (gen-protos, fix-header): Link with libiberty.a.
7712         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7713         to empty.
7714
7715         * configure.in: Remove refs to strerror.
7716         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7717         * system.h: Take out strerror stanza.
7718
7719         * cpperror.c (my_strerror): Delete function.
7720         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7721         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7722         * cppalloc.c: Delete file.
7723         * gen-protos.c: Don't provide xrealloc.
7724
7725         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7726         xstrerror throughout.
7727
7728 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7729
7730         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7731         match for DOS headers, too.
7732         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7733
7734 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7735
7736         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7737         is right for most ELF targets.
7738         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7739         Let the default file use %U properly.
7740         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7741         default.
7742
7743         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7744         numbers.
7745
7746 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7747
7748         * toplev.c (documented_lang_options): Correct spelling error.
7749         (decode_d_option, decode_f_option, main): Likewise.
7750
7751         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7752
7753         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7754         to tell assembler it is permitted to expand large constants.
7755
7756 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7757
7758         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7759         (aux_info_suffix): Use.
7760         (SAVE_SUFFIX): New macro.
7761         (save_suffix): Use.
7762         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7763         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7764         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7765
7766         * invoke.texi (Running Protoize): Update documentation.
7767
7768 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7769
7770         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7771
7772 2000-02-25  John Wehle  (john@feith.com)
7773
7774         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7775
7776 2000-02-25  Anthony Green  <green@cygnus.com>
7777
7778         * toplev.c (rest_of_compilation): Rebuild jump labels if
7779         combine_instructions has created a new direct jump.
7780         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7781         when appropriate.
7782         (combine_instructions): Call try_combine with new argument.
7783         Return non-null value when new direct jump instruction is created.
7784         * rtl.h: combine_instructions returns an int.
7785
7786 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7787
7788         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7789         jump when changing a computed jump into a jump to a known
7790         target.
7791
7792 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7793
7794         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7795         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7796
7797         * i386.md (define_expand "clrstrsi"): Fix typo.
7798
7799 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7800
7801         * rtl.texi: Fix typo.
7802
7803 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7804
7805         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7806         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7807         (rounded_frame_size): Take into account that argument pushed has
7808         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7809
7810 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7811
7812         * haifa-sched.c (schedule_block): Explain the real reason
7813         we delete REG_SAVE_NOTEs on the first insn of a block.
7814         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7815
7816 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7817
7818         * input.h (push_srcloc): New function.
7819         (pop_srcloc): Likewise.
7820         * toplev.c (push_srcloc): Define it.
7821         (pop_srcloc): Likewise.
7822
7823 2000-02-24  Richard Henderson  <rth@cygnus.com>
7824
7825         * flow.c (life_analysis): When collecting reg info, clear
7826         regs_ever_live.
7827
7828 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7829
7830         Fix bug exposed by reload.c no longer rounding the frame
7831         size to BIGGEST_ALIGNMENT:
7832         * sh.c (rounded_frame_size): New function.
7833         (sh_expand_prologue, sh_expand_epilogue): Use it.
7834         (initial_elimination_offset): Likewise.
7835
7836 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7837
7838         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7839         * sh-protos.h (sh_need_epilogue): Declare.
7840         * sh.c (sh_need_epilogue_known): New static variable.
7841         (sh_need_epilogue): New function.
7842         (function_epilogue): Clear need_epilogue_known.
7843         * sh.md (return): Split into expander / insn pattern.
7844         Make the expander conditional on ! sh_need_epilogue ().
7845
7846 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7847
7848         * machmode.h (get_mode_alignment): Declare.
7849         (GET_MODE_ALIGNMENT): Call it.
7850         * stor-layout.c (get_mode_alignment): New function. Make
7851         sure alignment is always power of 2.
7852
7853 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7854
7855         * i386.h: Remove useless definition of "I386" and misleading
7856         comment above it.
7857
7858 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7859
7860         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7861         under which TREE_PERMANENT will be set.
7862         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7863         build1): Use TREE_SET_PERMANENT.
7864         * print-tree.c (print_node): Don't report value of
7865         TREE_PERMANENT if ggc_p is true.
7866
7867         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7868         decide whether to give a type a new alias set.
7869         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7870         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7871         of value of 'obstack'.
7872
7873
7874 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7875
7876         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7877
7878 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7879
7880         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7881         * cpplib.c (cpp_get_token): Produce them.
7882         * cppexp.c (cpp_lex): Handle them.
7883
7884 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7885
7886         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7887         comment tests on type attributes.
7888
7889 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7890
7891         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7892         conform to documentation.
7893         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7894         to check for special cases.
7895         * sh-protos.h (sh_loop_align): Declare.
7896         * sh.c (sh_loop_align): Define.
7897
7898 2000-02-22  Andrew Haley  <aph@cygnus.com>
7899
7900         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7901         (SIZE_TYPE): Is 32 bits when using -mgp32.
7902         (PTRDIFF_TYPE): Ditto.
7903
7904 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7905
7906         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7907
7908 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7909
7910         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7911         BIGGEST_FIELD_ALIGNMENT a constant.
7912
7913 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7914
7915         * dwarf2out.c (output_line_info): Put the marker for the end of
7916         the line number info at the actual end.
7917         (gen_struct_or_union_type_die): Use decl_function_context
7918         to check for local classes.
7919         * dwarfout.c (output_type): Likewise.
7920
7921 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7922
7923         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7924         for arguments with a mode, but no type.
7925         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7926         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7927         * pa/long_double.h: New file.
7928         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7929         both have 128bit wide long doubles.
7930         * configure: Rebuilt.
7931
7932 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7933
7934         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7935
7936         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7937         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7938         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7939
7940         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7941
7942         * integrate.c (compare_blocks, find_block): Likewise.
7943
7944         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7945
7946         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7947
7948         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7949         expand_asm_operands): Likewise.
7950
7951 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7952
7953         * predict.c (estimate_probability): Added the pointer heuristic to
7954         the collection of static branch predictors.
7955
7956 2000-02-21  Catherine Moore  <clm@cygnus.com>
7957
7958         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7959         * invoke.texi (-mfix7000): Document.
7960
7961 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7962
7963         * diagnostic.c (init_output_buffer): Make it possible to output at
7964         least 32 characters if we're given a too long prefix.
7965
7966 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7967
7968         * varasm.c (initializer_constant_valid_p): Call
7969         lang_expand_constant to simplify the constant.
7970
7971 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7972
7973         * fixinc/inclhack.def(stdio_va_list):
7974         typedef needs to be disabled.
7975         * fixinc/inclhack.sh: regen
7976         * fixinc/fixincl.x: regen
7977
7978 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7979
7980         * print-rtl.c (print_rtx): Don't print addresses when
7981         flag_dump_unnumbered.
7982
7983 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7984
7985         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7986         ATTRIBUTE_UNUSED.
7987         (sparc_va_arg, sparc_flat_output_function_prologue,
7988         sparc_flat_output_function_epilogue): Cast value to unsigned in
7989         comparison.
7990         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7991
7992         * sparc.md: Add default case in switch.
7993
7994 2000-02-19  Richard Henderson  <rth@cygnus.com>
7995
7996         * c-typeck.c (add_pending_init): Don't abort for multiple
7997         fields at the same offset.
7998         (pending_init_member): Test the correct member.
7999
8000 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8001
8002         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
8003         instead of SImode.
8004         (start_catch_handler) : Same.
8005
8006 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
8007
8008         * Makefile.in: Have flow.o depend on $(EXPR_H)
8009
8010 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8011
8012         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
8013         * c-decl.c (duplicate_decls, finish_enum): Likewise.
8014         (finish_decl): Remove -Wlarger-than code from here.
8015         * flags.h (id_clash_len): Now int.
8016         (larger_than_size): Now HOST_WIDE_INT.
8017         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
8018         Clean up checking to see if in table.
8019         (make_bit_field_ref): Remove extra parm to bitsize_int.
8020         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
8021         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
8022         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
8023         and for computing size of decl.
8024         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
8025         Move -Wlarger-than code to here.
8026         (layout_record): Remove extra arg to bitsize_int.
8027         Set TYPE_BINFO_SIZE_UNIT.
8028         (layout_union): Remove extra arg to bitsize_int.
8029         Use proper type for size of QUAL_UNION.
8030         (layout_type): Remove extra arg to bitsize_int.
8031         * toplev.c (id_clash_len): Now int.
8032         (larger_than_size): Now HOST_WIDE_INT.
8033         (decode_W_option): Clean up id-clash and larger-than- cases.
8034         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
8035         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
8036         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
8037         (struct tree_decl): New field size_unit.
8038         (size_int_wide): No HIGH operand; NUMBER is now signed.
8039         (size_int_2): Deleted.
8040         (size_int, bitsize_int): Don't use it and rework args.
8041         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
8042
8043 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
8044
8045         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
8046
8047 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
8048
8049         * invoke.texi (Warning Options): Add an explanation of why
8050         you might want the -Wfloat-equal flag.
8051
8052 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8053
8054         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
8055         * cppinit.c (new_pending_define): Add cast to avoid warning.
8056         * expmed.c (extract_bit_field): Likewise.
8057         * flow.c (enum reorder_skip_type): New type.
8058         (skip_insns_between_blcok): New it.
8059         Rework to avoid warning about possibly undefined variable.
8060         * function.c (assign_parms): Make thisparm_boundary unsigned.
8061         * genrecog.c (write_switch): Cast XWINT result to int.
8062         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
8063         * mips-tfile.c (init_file): Make two versions of FDR intializer:
8064         one for MIPS and one for Alpha.
8065         (get_tag, copy_object): Add casts to avoid warnings.
8066         * optabs.c (init_one_libfunc): Cast NAME to (char *).
8067         * reload.c (find_reloads): Make TYPE enum reload_type.
8068         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
8069         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
8070         * varasm.c (compare_constant_1): Add cast to avoid warning.
8071         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
8072         to (char *).
8073         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
8074         Cast switch operand of size to int.
8075         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
8076         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
8077         in unhandled case.
8078
8079 2000-02-18  Nick Clifton  <nickc@cygnus.com>
8080
8081         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
8082         anything for an alignment of zero.
8083
8084         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
8085         anything for an alignment of zero.
8086
8087 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8088
8089         * gcc.texi (Bug Reporting): Refer to bugs.html.
8090         (Bug Lists): Likewise.
8091         * system.h (GCCBUGURL): New preprocessor define.
8092         * rtl.c (fancy_abort): Use it.
8093         * gcc.c (main): Likewise.
8094
8095 2000-02-18  Richard Henderson  <rth@cygnus.com>
8096
8097         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
8098         (life_analysis_1): Subsume into ...
8099         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
8100         Use update_life_info for the relaxation.
8101         (update_life_info): Update REG_BASIC_BLOCK for registers live on
8102         entry and regs_live_at_setjmp.
8103         (set_noop_p): Simplify.
8104         (notice_stack_pointer_modification_1): Renamed from s/_1//.
8105         (record_volatile_insns): Split into ...
8106         (delete_noop_moves): ... here,
8107         (notice_stack_pointer_modification): ... here,
8108         (insn_dead_p): ... and here.
8109         (propagate_block): Don't query INSN_VOLATILE.
8110         (mark_used_regs): Mind !PROP_REG_INFO.
8111         * toplev.c (rest_of_compilation): Call mark_constant_function here,
8112         not in life_analysis.
8113
8114 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
8115
8116         * loop.c (canonicalize_condition): New function,
8117         broken out of get_condition.
8118         (get_condition): Use it.
8119         * expr.h (canonicalize_condition): Prototype it.
8120
8121         * tree.h (tree_int_cst_msb): Declare.
8122         * tree.c (tree_int_cst_msb): New function.
8123
8124 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8125
8126         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
8127         isn't set.
8128
8129         * invoke.texi (-fmessage-length=n): Document.
8130
8131 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
8132
8133         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
8134
8135 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8136
8137         * function.c (thread_prologue_and_epilogue_insns): Put a line note
8138         after the prologue.
8139
8140 2000-02-17  Nick Clifton  <nickc@cygnus.com>
8141
8142         * config/arm/thumb.c: Replace includes of system headers with
8143         #include "system.h".
8144
8145 2000-02-16  Richard Henderson  <rth@cygnus.com>
8146
8147         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
8148         Add crtbeginS.o and crtendS.o.
8149         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
8150         (ENDFILE_SPEC): Use crtendS.o.
8151         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
8152
8153         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
8154         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
8155         shared and present.
8156         (__dso_handle): New variable.
8157         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
8158         bias to __CTOR_END__.
8159
8160 2000-02-16  Richard Henderson  <rth@cygnus.com>
8161
8162         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
8163
8164 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8165
8166         * longlong.h (__clz_tab): Declare as static to match definition.
8167
8168 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
8169         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
8170         (XREF_FILE_NAME): Define.
8171
8172         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
8173         (EH_FRAME_SECTION_ASM_OP): Define.
8174         (IDENT_ASM_OP): Define.
8175         (TEXT_SECTION_ASM_OP): Define.
8176         (CPP_SPEC): Define.
8177         (CTORS_SECTION_ASM_OP): Define.
8178         (CTOR_SECTION_FUNCTION): Use it.
8179         (DTORS_SECTION_ASM_OP): Define.
8180         (DTOR_SECTION_FUNCTION): Use it.
8181
8182 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
8183
8184         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
8185         NOTE_BASIC_BLOCK.
8186
8187         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
8188         debug_bb_n): New functions.
8189         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
8190         * basic-block.h: Prototype new functions.
8191
8192 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
8193
8194         * configure.in: Add support for avr target.
8195         * configure: Rebuilt.
8196
8197         * invoke.texi: Add AVR invocation docs.
8198         * install.texi: Add information about AVR.
8199         * md.texi: Add AVR constraint letters description.
8200         * extend.texi: Add description for AVR specific attributes.
8201
8202 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
8203
8204         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
8205
8206 2000-02-16  Nick Clifton  <nickc@cygnus.com>
8207
8208         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
8209         (make_insn_raw): Move RTL check here.
8210
8211 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8212
8213         * version.c: Include gansidecl.h and version.h.
8214
8215         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
8216
8217         * configure.in (gcc_version): When setting, narrow search to
8218         lines containing `version_string'.
8219
8220         * Makefile.in (mainversion): Likewise.
8221         (GCC_H): New variable.
8222         (gcc.h): Delete target.
8223         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
8224         (version.o): Depend on version.h.
8225         (dbxout.o): Don't depend on gcc.h.
8226
8227 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8228                           Michael Meissner  <meissner@cygnus.com>
8229
8230         * md.texi (Simple Constraints): Add item about whitespace.
8231         * genoutput.c (strip_whitespace): New.
8232         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
8233         strip_whitespace for constraints.
8234         Test pointer using NULL, not 0.
8235
8236 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8237
8238         * cpplib.c (do_line): Pedwarn for #line > 32767.
8239
8240         * c-lex.c (readescape): Warn about '\x', but do not reject it.
8241
8242 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
8243
8244         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
8245         to default cpp spec.
8246         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
8247         * cpp.texi: Document __GNUC_PATCHLEVEL__.
8248         * cpp.1: Likewise.
8249
8250         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
8251         default spec.
8252
8253 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8254
8255         * configure.in: Add support for avr target.
8256
8257 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8258
8259         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
8260         (sh_addr_diff_vec_mode): Don't declare.
8261         * sh.c (sh_addr_diff_vec_mode): Delete.
8262
8263 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8264
8265         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
8266
8267 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8268
8269         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
8270         (smulsi3_highpart_i): Name.
8271         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
8272         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
8273         (smulsi3_highpart, umulsi3_highpart): Likewise.
8274
8275         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
8276         correctly independent of endianness.
8277         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
8278         confuse the optimizers.
8279         (mulsidi3+1, umulsidi3+1): New define_split.
8280
8281 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
8282
8283         * config/sh/sh.md: Guard insn splits against illegal registers.
8284         * config/sh/sh.h: Correct comment about macros.
8285
8286 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8287                           Andrew MacLeod  <amacleod@cygnus.com>
8288
8289         * Makefile.in (lcm.o): Depend on insn-attr.h.
8290         * basic-block.h (optimize_mode_switching): Declare.
8291         * lcm.c (tm_p.h, insn-attr.h): #include.
8292         (seginfo, bb_info): New structs.
8293         (antic, transp, comp, delete, insert) : New file-scope static variables.
8294         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
8295         (reg_becomes_live, optimize_mode_switching): Likewise.
8296         * tm.texi: Add description of mode switching macros.
8297         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
8298
8299         * sh-protos.h (remove_dead_before_cse): Remove prototype.
8300         (fldi_ok, fpscr_set_from_mem): New prototypes.
8301         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
8302         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
8303         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8304         (sh_flag_remove_dead_before_cse): Remove declaration.
8305         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
8306         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
8307         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8308         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8309         (barrier_align): Allow for JUMP_INSNS containing a parallel.
8310         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
8311         (fldi_ok): New function.
8312         (get_fpscr_rtx): Add fpscr_rtx as GC root.
8313         (emit_sf_insn): Only generate fpu switches when optimize < 1.
8314         (emit_df_insn): Likewise.
8315         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
8316         (sh_flag_remove_dead_before_cse): Delete.
8317         (get_free_reg, fpscr_set_from_mem): New functions.
8318         * sh.md (movdf, movsf): Remove no_new_pseudos code.
8319         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
8320
8321 2000-02-15  Loren Rittle  <ljrittle@acm.org>
8322
8323         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
8324
8325 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8326
8327         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
8328         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
8329
8330         * cccp.c: Include version.h and/or don't declare `version_string'.
8331         * collect2.c: Likewise.
8332         * alpha.c: Likewise.
8333         * arm/aof.h: Likewise.
8334         * arm/coff.h: Likewise.
8335         * arm/elf.h: Likewise.
8336         * arm/pe.h: Likewise.
8337         * arm/tcoff.h: Likewise.
8338         * arm/telf.h: Likewise.
8339         * arm/tpe.h: Likewise.
8340         * arm/vxarm.h: Likewise.
8341         * convex/convex.c: Likewise.
8342         * i386/dgux.c: Likewise.
8343         * i386/sun386.h: Likewise.
8344         * m88k/m88k.c: Likewise.
8345         * mcore/mcore-pe.h: Likewise.
8346         * mips/mips.h: Likewise.
8347         * romp/romp.h: Likewise.
8348         * sh/sh.c: Likewise.
8349         * cpphash.c: Likewise.
8350         * cppinit.c: Likewise.
8351         * dwarf2out.c: Likewise.
8352         * dwarfout.c: Likewise.
8353         * gcc.c: Likewise.
8354         * gcc.h: Likewise.
8355         * mips-tfile.c: Likewise.
8356         * protoize.c: Likewise.
8357         * toplev.c: Likewise.
8358         * tree.h: Likewise.
8359
8360         * version.c (version_string): Constify a char*.
8361
8362         * version.h: New file.
8363
8364 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8365
8366         * configure.in: Add mcore-elf and mcore-pe targets.
8367         * configure: Regenerate.
8368
8369         * NEWS: Add note that MCore port has been contributed.
8370
8371         * invoke.texi: Document command line switches for MCore port.
8372         * install.texi: Add MCore to list of supported targets.
8373
8374 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
8375
8376         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
8377         then we will need to import the frame handling functions.
8378         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
8379         to import the frames themselves.
8380
8381 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
8382                           Jason Eckhardt  <jle@cygnus.com>
8383
8384         * basic_block.h: Added prototype for reorder_basic_blocks.
8385         * toplev.c: Changes to add -freorder-blocks and graph dump after
8386         block reordering is done.
8387         * flow.c (reorder_block_def): New structure for use during block
8388         reordering.
8389         (REORDER_BLOCK_*): New macros to access members of above structure.
8390         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
8391         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
8392         functions for block reordering.
8393
8394 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8395
8396         * gcc.texi (Passes): Fix typo.
8397         * md.texi (Standard Names): Ditto.
8398         * tm.texi (Storage Layout): Ditto.
8399
8400 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8401
8402         * cpplib.c (do_define): Only free the old definition if it
8403         actually had one.
8404
8405 2000-02-13   Neil Booth  <NeilB@earthling.net>
8406
8407         * cppfiles.c (read_and_prescan): When emitting deferred
8408         newlines, test speccase[] again instead of checking each
8409         possible whitespace character in turn.  When we encounter \r,
8410         look behind for \n first, then ahead.
8411
8412 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8413
8414         * cse.c (cse_altered): New internal flag.
8415         (cse_insn): Set it if we changed an insn.
8416         (cse_main): Clear cse_altered before each basic block.
8417         Only garbage collect if cse_altered is true afterward.
8418
8419 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8420
8421         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
8422
8423 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
8424
8425         * combine.c (simplify_comparison): Fix typo.
8426
8427 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
8428
8429         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
8430         consistently.
8431
8432 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8433
8434         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
8435         previously inserted node instead of root node.  Caller changed.
8436
8437 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8438
8439         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
8440
8441 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8442
8443         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
8444         __dereg_frame_dtor): Add prototype argument.
8445
8446         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
8447
8448         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
8449
8450         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
8451
8452         * gthr-vxworks.h (__gthread_once): Likewise.
8453
8454         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
8455
8456 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
8457
8458         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
8459         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
8460         stack pointer in functions w/o saved registers, output LEAVE more often
8461         on TARGET_USE_LEAVE machines.
8462
8463 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
8464
8465         * config/arm/arm.c (arm_init_cumulative_args); New function:
8466         Initlaise the CUMULATIE_ARGS strcuture for a function
8467         defintion.
8468         (arm_function_arg): New function: Determine where to place a
8469         function's argument.  Also handles deciding the function's
8470         call cookie.
8471         (current_file_function_operand): New function: Return true if
8472         the symbol is a function which has already been compiled.
8473         (arm_is_long_call_p): New function: Return true if the
8474         indicated function should be called via a long call.
8475         (arm_valid_type_attribute_p): New function: Return true if the
8476         attribute is a valid, arm specific, attribute.
8477         (arm_comp_type_attribute): New function: Return true if the
8478         two types have compatable, arm specific, attributes.
8479
8480         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
8481         structure.
8482         (FUNCTION_ARG): Redefine to call arm_function_arg.
8483         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
8484         structure field.
8485         (INIT_CUMULATIVE_ARGS): Redefine to call
8486         arm_init_cumulative_args.
8487         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
8488         field.
8489         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
8490         field.
8491         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
8492         functions.
8493         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
8494         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
8495         (COMP_TYPE_ATTRIBUTES): Define.
8496
8497         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
8498         if a long call is needed.
8499         (call_value): Call arm_is_long_call_p to decide if a long call
8500         is needed.
8501         (call_symbol): Call arm_is_long_call_p to decide if a long call
8502         is needed.
8503
8504         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
8505
8506 2000-02-11  Denis Chertykov  <denisc@overta.ru>
8507
8508         * README.AVR: New file with information about the avr ports.
8509         * config/avr: New directory with avr port files.
8510
8511 2000-02-11  Andreas Jaeger  <aj@suse.de>
8512
8513         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8514
8515 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8516
8517         * cpphash.c: Fix formatting, update commentary.
8518         (dump_definition): Take three separate arguments instead of a
8519         MACRODEF structure argument.
8520         * cpphash.h: Update prototype of dump_definition.
8521         * cppinit.c (cpp_finish): Update call of dump_definition.
8522
8523         * cpplib.c (do_define): Always create new hash entry with
8524         T_MACRO type.  Remove redundant check for redefinition of
8525         poisoned identifier.  Update call of dump_definition.
8526         (do_undef): Don't call check_macro_name.  Rename sym_length to
8527         len.
8528         (do_error, do_warning): Don't use copy_rest_of_line or
8529         SKIP_WHITE_SPACE.
8530         (do_warning): Don't use pedwarn for the actual warning,
8531         only the notice about its not being in the standard.  (Fixes
8532         bug with #warning in system headers.)
8533         (do_ident): Stricter argument checking - accept only a single
8534         string after #ident.  Also, macro-expand the line.
8535         (do_xifdef): Use cpp_defined.  De-obfuscate.
8536
8537         (do_pragma): Split out specific pragma handling to separate
8538         functions.  Use get_directive_token.  Update commentary.  Do
8539         not pass on #pragma once or #pragma poison to the front end.
8540         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8541         do_pragma_default): New.
8542
8543 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8544
8545         * jump.c (jump_optimize_1): The first operand in a relational
8546         can be a CONST_INT.
8547         * optabs.c (emit_conditional_move): Handle relationals which
8548         have a known true/false result.
8549
8550 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8551
8552         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8553         a RETURN insn into a block which already ends with a jump.
8554
8555 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8556
8557         * haifa-sched.c (BUF_LEN): Increase a lot.
8558
8559 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8560
8561         * configure.in: Add tm_p_file specification for thumb targets.
8562         * configure: Regenerate.
8563
8564         * config/arm/thumb-protos.h: New file: Prototypes for exported
8565         functions defined in thumb.c.
8566
8567 2000-02-11  Robert Lipe  <robertl@sco.com>
8568
8569         * Makefile.in (bootstrap-lean): Remove additional files.
8570         (bootstrap2-lean): Likewise.
8571         (VOL_FILES): List of files for above.
8572
8573 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8574
8575         * cpphash.c (special_symbol): Remove spurious argument to
8576         cpp_lookup.
8577
8578 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8579
8580         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8581         stanzas.
8582         * configure: Rebuilt.
8583
8584 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8585
8586         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8587
8588 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8589
8590         * pa.c, pa.h: Remove trigraph sequences within comments.
8591
8592 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8593
8594         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8595
8596 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8597
8598         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8599
8600 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8601
8602         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8603
8604 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8605
8606         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8607         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8608         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8609         (ASM_FILE_END): Use c4x_file_end.
8610         * config/c4x/c4x.c (c4x_global_label): New function.
8611         (c4x_external_ref, c4x_file_end): Likewise.
8612
8613         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8614         (c4x_external_ref, c4x_end_file): Likewise.
8615
8616 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8617
8618         * cppexp.c: Don't include cpphash.h.
8619         (parse_charconst, cpp_lex): Use cpp_defined.
8620         (cpp_lex): Use get_directive_token throughout.  Remove
8621         unnecessary cases from switch.  Move assertion-handling code
8622         down to OTHER case.
8623         (cpp_parse_expr): If we see '+' or '-', check the context to
8624         determine if they are unary or binary operators.  Streamline
8625         the jumps a bit.  Do not call skip_rest_of_line.
8626
8627         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8628         static.  Export get_directive_token.  Update commentary.
8629         (cpp_defined): New function.
8630         (do_define): Remove reference to T_PCSTRING.  Call
8631         free_definition to release memory for old definition, when
8632         redefining a macro.
8633         (eval_if_expression): Set only_seen_white to 0 before calling
8634         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8635         (cpp_read_check_assertion): Don't preserve a pointer into the
8636         token buffer across a call to cpp_get_token.
8637
8638         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8639         * cppfiles.c (redundant_include_p): Use cpp_defined.
8640         * cpphash.c (free_definition): New function.
8641         (delete_macro): Use it.  Update commentary.
8642         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8643         free_definition.
8644         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8645         from enum node_type.  Prototype cpp_defined and get_directive_token.
8646         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8647
8648         * fix-header.c (check_macro_names): Use cpp_defined.
8649         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8650         the options structure.
8651
8652 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8653
8654         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8655
8656 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8657
8658         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8659         rather than die->die_tag.
8660
8661 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8662
8663         * combine.c (make_extraction, force_to_mode): Avoid warning on
8664         mixed-signedness conditionals.
8665         (make_field_assignment, nonzero_bits): Likewise.
8666         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8667         (store_split_bit_field, extract_split_bit_field): Likewise.
8668         (extract_fixed_bit_field, store_bit_field,
8669         * expr.c: Change alignment to be unsigned everywhere.
8670         (move_by_pieces, store_constructor_field, store_constructor):
8671         Alignment parm is unsigned.
8672         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8673         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8674         (do_compare_rtx_and_jump): Likewise.
8675         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8676         Compare align with GET_MODE_ALIGNMENT.
8677         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8678         (get_inner_reference): Likewise.
8679         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8680         (expand_assignment): Local vars for alignment now unsigned.
8681         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8682         (do_compare_and_jump): Likewise.
8683         (store_field): Call new function expr_align.
8684         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8685         Alignment arg now unsigned.
8686         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8687         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8688         (extract_bit_field): Likewise.
8689         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8690         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8691         (get_best_mode): Alignment arg is unsigned.
8692         * rtl.h (move_by_pieces): Likewise.
8693         * store-layout.c (maximum_field_alignment, set_alignment):
8694         Now unsigned.
8695         (layout_decl): Alignment arg is now unsigned.
8696         Remove unneeded casts.
8697         (layout_record, layout_union, layout_type): Remove unneeded casts.
8698         Local alignment variables now unsigned.
8699         (get_best_mode): Alignment arg now unsigned.
8700         * tree.c (expr_align): New function.
8701         * tree.h (expr_align): Likewise.
8702         (maximum_field_alignment, set_alignment): Now unsigned.
8703         (get_inner_reference): Alignment argument is now pointer to unsigned.
8704         * varasm.c (assemble_variable): Add cast to eliminate warning.
8705
8706 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8707
8708         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8709         then store directly into op0.
8710
8711         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8712         the CALL_INSN, and emit the note immediately after it.
8713
8714 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8715
8716         * config/arm/thumb.md (epilogue): Include a (return) in the
8717         generated insn, and emit it using emit_jump_insn not
8718         emit_insn.
8719
8720 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8721
8722         * function.c (assign_temp): Change zero-sized arrays to size 1.
8723         * integrate.c (expand_inline_function): Do not update
8724         stack_alignment_needed
8725         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8726         add some sanity checking, remove optimization for function with
8727         zero frame size.
8728
8729 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8730
8731         * flow.c (mark_regs_live_at_end): Delete unused variables.
8732
8733         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8734
8735         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8736         in macro FRAME_GROWS_DOWNWARD.
8737
8738         * stmt.c (expand_end_bindings): Delete unused variable.
8739
8740         * unroll.c (iteration_info): Mark parameter `loop' with
8741         ATTRIBUTE_UNUSED.
8742
8743 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8744
8745         * fixinc/server.c (load_data): Return NULL if the marker line is
8746         not found.
8747         (run_shell): If load_data returns NULL, retry the command once, in
8748         a new shell.
8749
8750         * configure: Rebuilt.
8751
8752 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8753
8754         * gcc/fixincludes:  ** DELETED **
8755         * gcc/fixcpp:  ** DELETED **
8756         * gcc/fixinc-nt.sed:  ** DELETED **
8757         * gcc/just-fixinc:  ** DELETED **
8758         * gcc/Makefile.in:  Removed out-dated commentary
8759         * gcc/configure.in: Removed fast-fixincludes disablement.
8760         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8761
8762 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8763         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8764         last change.
8765
8766 2000-02-09  Richard Henderson  <rth@cygnus.com>
8767
8768         * jump.c (delete_insn): Don't delete user labels at -O0.
8769
8770 2000-02-09  Robert Lipe  <robertl@sco.com>
8771
8772         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8773         Don't link with HOST_LIBS.
8774
8775 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8776
8777         * configure.in: Correct --help text for --with-dwarf2.
8778         Put tm-dwarf2.h after other tm files, if it's requested.
8779         * configure: Regenerate.
8780         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8781         defining it.
8782
8783 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8784
8785         * cpplib.h: Provide HASHNODE typedef and forward decl of
8786         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8787         DEFINITION, struct hashnode, struct macrodef, struct
8788         definition, scan_decls prototype, default defn of
8789         INCLUDE_LEN_FUDGE moved elsewhere.
8790
8791         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8792         definition, and struct hashnode moved here. Remove the unused
8793         'predefined' field from struct definition.  Replace the 'args'
8794         union with its sole member.  All users updated (cpphash.c).
8795         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8796         multiple include guard.
8797
8798         * cpphash.c (hashf): Make static; use better algorithm; drop
8799         HASHSIZE parameter; return an unsigned int.
8800         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8801         used. Calculate HASHSIZE modulus here.
8802         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8803         here.
8804         (create_definition): Drop PREDEFINITION parameter.
8805         * cpplib.c (do_define): Don't calculate a hash value here.
8806         Don't pass (keyword == NULL) to create_definition.
8807
8808         * scan.h: Prototype scan_decls here.
8809         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8810         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8811         callers of cpp_lookup and cpp_install updated.
8812
8813         * cpphash.c (macarg): Hoist all the flag diddling out of the
8814         function...
8815         (macroexpand): ... and out of the loop that calls macarg.
8816         Skip over the initial paren before macro arguments with
8817         cpp_get_non_space_token; point may be some distance before
8818         that paren.  Abort if it's not there.
8819
8820         * cpplib.c (parse_clear_mark): Delete function.
8821         (parse_set_mark, parse_goto_mark): Make static.
8822         (ACTIVE_MARK_P): New macro.
8823         (skip_block_comment, skip_line_comment): Do not bump the line
8824         if ACTIVE_MARK_P is true.
8825         (cpp_pop_buffer): The buffer to be popped may not have an
8826         active mark.
8827         (cpp_get_token): When looking for the initial paren before
8828         macro arguments, only set a mark in a file buffer, Always
8829         return to that mark before proceeding to call macroexpand or
8830         return a NAME token.
8831
8832         * cpplib.h: Remove prototypes of parse_set_mark,
8833         parse_clear_mark, parse_goto_mark.
8834         (struct cpp_options): Rename 'put_out_comments' to
8835         'discard_comments' and invert its sense.
8836         * cppinit.c, cpphash.c, cpplib.c: All users of
8837         put_out_comments changed to use discard_comments, with
8838         opposite sense.
8839
8840 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8841
8842         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8843         the edge from a block that both jumps and falls through to the
8844         fallthru block.
8845
8846 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8847
8848         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8849         constant source address is legitimate.
8850
8851 2000-02-09  Philip Blundell  <pb@futuretv.com>
8852
8853         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8854         correctly.
8855
8856         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8857         generating PIC.
8858         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8859
8860 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8861
8862         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8863         ends with a newline and a NUL.  Don't be so clever manipulating
8864         strings.
8865
8866 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8867
8868         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8869         not to BIGGEST_ALIGNMENT.
8870
8871 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8872
8873         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8874         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8875         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8876         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8877         * frame.c (execute_cfa_insn): Handle
8878         DW_CFA_GNU_negative_offset_extended.
8879
8880 2000-02-08  Richard Henderson  <rth@cygnus.com>
8881
8882         * flow.c (tidy_fallthru_edges): Split out from ...
8883         (delete_unreachable_blocks): ... here.
8884         (find_basic_blocks): Use it.
8885
8886 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8887
8888         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8889
8890 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8891
8892         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8893         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8894         (fix-header.o): Don't depend on cpphash.h.
8895
8896         * scan.c (hashstr): New function.
8897         * scan.h: Prototype it.
8898         * fix-header.c: Don't include cpphash.h.  Use hashstr.
8899         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8900         hashstr.  Report hash table statistics.  Add private
8901         definition of xrealloc.
8902
8903 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8904
8905         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8906
8907 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8908
8909         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8910         jumps with returns unless they are jumps to the fallthru block.
8911
8912 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8913
8914         * i386.md (addqi3_cc): Fix contraints.
8915
8916 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8917
8918         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8919
8920 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8921
8922         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8923         carriage return after a macro name.
8924
8925 2000-02-07  Fred Fish  <fnf@be.com>
8926
8927         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8928         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8929
8930 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8931
8932         * cppfiles.c (deps_output): Count spacers in deps_column.
8933
8934 2000-02-07  Neil Booth  <NeilB@earthling.net>
8935
8936         * cppinit.c (initialize_dependency_output): If there is no
8937         suffix, don't try to look for known suffixes.  Use strrchr.
8938         (cpp_start_read): Remove duplicate initialization.
8939
8940 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8941
8942         * calls.c (compute_argument_block_size): New argument
8943         preferred_stack_boundary.
8944         (expand_call): update cfun->preferred_stack_boundary, update call of
8945         compute_argument_block_size
8946         (emit_library_call): Increate cfun->preferred_stack_boundary
8947         to PREFERRED_STACK_BOUNDARY
8948         (emit_library_call_value): Likewise.
8949         * explow.c (allocate_dynamic_stack_spave): Likewise.
8950         * function.c (prepare_function_start): Set
8951         cfun->preferred_stack_boundary
8952         * function.h (struct function): Add preferred_stack_boundary field.
8953         * integrate.c (expand_inline_function): Update
8954         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8955         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8956         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8957
8958 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8959
8960         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8961         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8962         cpp_pedwarn, cpp_pedwarn_with_line,
8963         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8964         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8965         v_cpp_error_with_line, v_cpp_warning_with_line,
8966         cpp_message_from_errno, cpp_perror_with_name): Delete.
8967
8968         * cpperror.c (cpp_print_containing_files): Take starting
8969         buffer as argument.
8970         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8971         (v_cpp_message): Now called directly by all entry points.
8972         Remove -1 case.
8973         (cpp_pfatal_with_name, cpp_message): Delete.
8974         (cpp_notice_from_errno, cpp_ice): New functions.
8975         (cpp_notice): Is now for reporting error conditions, just
8976         without an associated file.
8977         (cpp_error, cpp_error_with_line): Don't do anything if
8978         opts->inhibit_errors is on.
8979         (cpp_pedwarn_with_file_and_line): Take column argument also.
8980
8981         * cpplib.h: Update prototypes of exported functions.
8982         (struct cpp_options): Add inhibit_errors.
8983
8984         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8985         non-error messages.  Include intl.h.
8986
8987         * cppinit.c, cppmain.c: Likewise.  Also, use
8988         cpp_notice_from_errno instead of cpp_perror_with_name or
8989         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8990
8991         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8992         report internal errors.
8993
8994         * cpplib.c (do_define): Switch bcopy to memcpy.
8995         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8996
8997         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8998         bail out early if we hit a line comment.
8999
9000 2000-02-06  Richard Henderson  <rth@cygnus.com>
9001
9002         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
9003         * basic-block.h: Declare them.
9004         * emit-rtl.h (active_insn_p): New.
9005         (next_active_insn, prev_active_insn): Use it.
9006         * rtl.h: Declare it.
9007         * function.c (emit_return_into_block): New.
9008         (thread_prologue_and_epilogue_insns): Insert return insns instead
9009         of epilogues when possible.
9010         * jump.c (jump_optimize_1): Remove code to insert a return insn
9011         on the fallthru to the exit block.
9012
9013         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
9014         and for non-empty stack frames.
9015         * i386.md (return): Expand to return-pop as needed.
9016
9017 2000-02-06  Richard Henderson  <rth@cygnus.com>
9018
9019         * simplify-rtx.c (simplify_relational_operation): Canonicalize
9020         constant to op1 for testing.
9021
9022 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9023
9024         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
9025         (fixuns_truncqfqi2): Use it.
9026
9027 2000-02-06  Richard Henderson  <rth@cygnus.com>
9028
9029         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
9030         as a TYPE_LEA insn.
9031
9032         * i386.md (widening and peepholes): Mask the constant instead of
9033         using gen_lowpart.
9034
9035 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
9036
9037         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
9038         input pointer before possibly branching off to the backslash
9039         code.
9040         * cpphash.c (macroexpand): Correctly delete \r escapes when
9041         stringifying parameters.
9042         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
9043         if we can; bail out early if we hit a line comment.
9044         (handle_directive): Treat '# 123' in an .S file just like
9045         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
9046         Return 1 for '# not_a_directive'.
9047         (get_directive_token): Pop macro buffers here, so that
9048         cpp_get_token can't sneakily move past a newline.
9049         Add sanity checks.
9050         (cpp_get_token): goto randomchar if handle_directive returns 0.
9051
9052         * cppalloc.c: Update copyright.
9053         * cpplib.c: Merge all the static function prototypes into one
9054         block.
9055         * cpplib.h: Remove #if 0 block.
9056
9057         * cpperror.c: Remove #ifdef EMACS block.
9058         * cppmain.c: Likewise.
9059         * cpphash.c: Remove #if 0 blocks.
9060         * cppinit.c: Remove #if 0 blocks, and the -lint option.
9061         * cpplib.c: Remove #if 0 blocks and code referencing
9062         pcp_inside_if or for_lint.  Remove duplicate error message.
9063         Fix error messages for #else after #else or #elif.  Reformat.
9064         Remove archaic TODO list.
9065         * cpplib.h: Remove pcp_inside_if and for_lint flags.
9066
9067 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
9068
9069         * i386/osf1elf.h: Add missing backslash to multiline string.
9070
9071 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9072
9073         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
9074
9075 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9076
9077         * Makefile.in (c-common.o): Depend on $(EXPR_H).
9078
9079         * c-common.c: Include expr.h.
9080
9081         * c-pragma.c (mark_align_stack): Add prototype.
9082
9083         * caller-save.c (add_stored_regs): Likewise.
9084
9085         * combine.c (record_promoted_value): Likewise.
9086
9087         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
9088         Likewise.
9089
9090         * cppinit.c (new_pending_define): Likewise.
9091
9092         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
9093
9094         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
9095         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
9096         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
9097         class_scope_p): Likewise.
9098
9099         * dwarf2out.h (dwarf2out_set_demangle_name_func,
9100         dwarf2out_add_library_unit_info): Likewise.
9101
9102         * ggc.h (ggc_page_print_statistics): Likewise.
9103
9104         * haifa-sched.c (propagate_deps): Likewise.
9105
9106         * reg-stack.c (next_flags_user, record_label_references): Likewise.
9107
9108         * rtl.h (set_stack_check_libfunc): Likewise.
9109
9110         * toplev.h (set_fatal_function): Likewise.
9111
9112         * toplev.c (set_fatal_function): Delete prototype.
9113
9114         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
9115
9116 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
9117
9118         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
9119         (FUNC_END): Likewise.
9120
9121 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9122
9123         * caller-save.c: Include tm_p.h.
9124
9125 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9126
9127         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
9128
9129 2000-02-04  Neil Booth  <NeilB@earthling.net>
9130
9131         * cccp.c (main): Check 'dir' for a NULL pointer before passing
9132         it to strcmp.
9133
9134 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
9135
9136         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
9137         * genflags.c: Use the max_operand_1 logic from genemit.c to
9138         calculate how many arguments gen_insn prototypes have.  Remove
9139         NO_MD_PROTOTYPES ifdefs from the generated file.
9140         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
9141         file.  Cast gen_insn initializers to insn_gen_fn.
9142         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
9143         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
9144
9145 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9146
9147         * fixinc/Makefile.in (HDR): Add machname.h.
9148         (clean): Likewise.
9149
9150 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9151
9152         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
9153         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
9154         (c4x_cpu_version): Ditto.
9155         * config/c4x/c4x-protos.h: ... here.
9156
9157 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
9158
9159         * dwarf2out.c (add_abstract_origin_attribute): Don't call
9160         gen_abstract_function on our context if we're a nested function.
9161
9162 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9163
9164         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
9165         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
9166
9167 2000-02-04  Bruce Korb  <bkorb@gnu.org>
9168
9169         * fixinc/genfixes(machname.h):
9170         Move the functionality from gen-machine.h into this file.
9171         UNdef MN_NAME_PAT if there are no names to change.
9172         Also, be a little kinder when AutoGen is not present.
9173
9174         * fixinc/Makefile.in(machname.h):
9175         Change the generation rule to use genfixes.
9176
9177         * fixinc/fixfixes.c(machine_name):
9178         machine_name_fix's functionality now dependent upon whether
9179         MN_NAME_PAT is defined.
9180
9181         * fixinc/fixtests.c(machine_name):
9182         ditto.
9183
9184         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
9185         of MN_NAME_PAT.
9186
9187         * fixinc/fixlib.h(mn_get_regexps):
9188         ditto
9189
9190         * fixinc/gen-machine.h: DELETED
9191
9192 2000-02-04  Jan Hubicka  <jh@suse.cz>
9193             Richard Henderson  <rth@cygnus.com>
9194
9195         * i386.c (SAVE_REGS_FIRST): Remove.
9196         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
9197         (ix86_compute_frame_size): Likewise.
9198         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
9199         (ix86_emit_restore_regs): Remove.
9200         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
9201         when a frame pointer is in use.
9202         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
9203         instead of pop to restore a register when profitable; emit leave
9204         when profitable.
9205         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
9206         as a TYPE_LEA insn.
9207         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
9208         * i386.md (prologue_allocate_stack): Remove.
9209         (epilogue_deallocate_stack): Remove.
9210         (pro_epilogue_adjust_stack): New.
9211
9212 2000-02-04  Richard Henderson  <rth@cygnus.com>
9213
9214         * function.c (diddle_return_value): Rework to use a callback function.
9215         Use current_function_return_rtx if it's been set up.
9216         (do_clobber_return_reg, clobber_return_register): New.
9217         (do_use_return_reg, use_return_register): New.
9218         (expand_function_end): Use them.
9219         * stmt.c (expand_null_return): Likewise.
9220         * function.h: Declare them.
9221         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
9222         (mark_reg): Change arguments as appropriate for callback.
9223         * integrate.c (expand_inline_function): Revert 19 Jan change.
9224
9225 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9226
9227         * tm.texi (Values in Registers): Fix typo: "fo" "for".
9228         (Misc): Say the scheduler, not the Haifa scheduler.
9229
9230 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
9231
9232         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
9233         when in_mem is set.  Update all callers.
9234
9235 2000-02-04  Richard Henderson  <rth@cygnus.com>
9236
9237         * i386/openbsd.h (INT_ASM_OP): Define.
9238
9239 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9240
9241         * tm.texi: Fix various typos.
9242
9243 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
9244
9245         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
9246         (MD_STARTFILE_PREFIX_1): New macro.
9247
9248 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
9249
9250         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
9251         destination when needed.
9252         (strmovsi, strsetsi): New expander.
9253         (strmovsi_1, strsetsi_1): New pattern.
9254         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
9255         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
9256         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
9257         * invoke.texi (align-stringops, inline-all-stringops): Document.
9258
9259 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
9260
9261         * i386/netbsd.h (INT_ASM_OP): Define.
9262
9263 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
9264
9265         * cpplib.h (cpp_reader): Add new flag, no_directives.
9266         * cpphash.c (macarg): Set it.
9267         * cpplib.c (handle_directive): If no_directives is on and we
9268         find a directive, issue an error and discard the line.
9269
9270 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
9271
9272         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
9273         FP constants.  Add ! TARGET_FPU check for FP constants.
9274
9275 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
9276
9277         * flow.c (find_basic_blocks): Don't kill label_value_list
9278         here.
9279         (cleanup_cfg): Kill it here.
9280
9281 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9282
9283         * expr.c (store_field): Ensure ALIGN is no stricter than the
9284         alignment of EXP.
9285
9286 2000-02-02  Richard Henderson  <rth@cygnus.com>
9287
9288         * jump.c (delete_insn): Partially revert 19 Jan change;
9289         don't convert unused code labels to notes at -O0.
9290
9291 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9292
9293         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
9294         split_all_insns to recreate REG_LABEL notes for flow2 pass.
9295
9296 2000-02-01  Richard Henderson  <rth@cygnus.com>
9297
9298         * i386.c (general_no_elim_operand): New.
9299         (nonmemory_no_elim_operand): New.
9300         (ix86_expand_move): Copy eliminable operands before a push.
9301         * i386-protos.h: Declare new functions.
9302         * i386.h (CAN_ELIMINATE): Simplify.
9303         (PREDICATE_CODES): Update.
9304         * i386.md (push insns): Don't allow eliminable register operands.
9305
9306 2000-02-01  Richard Henderson  <rth@cygnus.com>
9307
9308         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
9309         replace BLKmode with DECL_RTL's mode.
9310
9311 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
9312
9313         * frame.c (find_fde): Convert for loop to do-while so compiler
9314         sees it's always executed at least once.
9315         * libgcc2.c (BBINBUFSIZE): Kill.
9316         (__bb_init_prg): Use fgets.
9317         (__bb_exit_trace_func): Don't paste strings.
9318         * unroll.c (unroll_loop): Initialize unroll_type, not
9319         unroll_number, and tweak logic to match.
9320
9321         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
9322         all failure paths.
9323         (ix86_flags_dependant): Likewise.  Disentangle control flow.
9324         (ix86_sched_reorder): Break guts out to
9325         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
9326         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
9327         any possible use.
9328
9329         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
9330         use string concatenation.  Don't save and restore esi.
9331
9332         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
9333         (machname.h): Remove script to separate file.  Use two-step
9334         sequence so target is not created if script fails.
9335         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
9336         identifiers are defined.
9337         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
9338         an empty string, machine_name doesn't need to do anything at
9339         all.
9340         (is_cxx_header): Add more cases to regexp.
9341         * fixinc/fixlib.h: Update prototype.
9342         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
9343         mn_get_regexps.
9344         * fixinc/fixincl.c: Define NO_BOGOSITY.
9345
9346         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
9347         (hp_sysfile): Add missing comma.
9348         (math_exception): Put the wrapper ifdefs at the beginning and
9349         the end of the file.
9350         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
9351
9352 2000-02-01  Richard Henderson  <rth@cygnus.com>
9353
9354         * sparc.c (fp_zero_operand): Turn into a normal predicate.
9355         Use CONST0_RTX.  Update all callers.
9356         * sparc.h, sparc-protos.h: Update accordingly.
9357         * sparc.md (fp mov insns): Use fp_zero_operand directly
9358         where applicable.
9359
9360 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9361
9362         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
9363         example.
9364
9365 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9366
9367         * Makefile.in (specs.ready): New target.
9368         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
9369
9370 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9371
9372         * fixinc.irix: Use unique filenames for writing into /tmp,
9373         * fixinc.ptx: Likewise.
9374         * fixinc.sco: Likewise.
9375         * fixinc.svr4: Likewise.
9376         * fixinc.winnt: Likewise.
9377
9378 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9379
9380         * tsystem.h: New file.
9381
9382         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
9383         s-crtS): Depend on tsystem.h.
9384
9385         * crtstuff.c: Include tsystem.h.
9386         * frame.c: Likewise.
9387         * libgcc2.c: Likewise.
9388
9389 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
9390
9391         * builtins.c (expand_builtin_memset): Expand for variable sized
9392         lengths too.
9393
9394 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
9395
9396         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
9397         on ABI.
9398
9399 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9400
9401         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
9402
9403         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
9404
9405 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
9406
9407         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
9408         case 3->2 combining (combining with splitting) in which 2 is CC0
9409         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
9410         checked at the begining of the function with the aid of calling
9411         function 'can_combine_p'.
9412
9413 2000-01-31  Dave Brolley  <brolley@redhat.com>
9414
9415         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
9416
9417 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
9418
9419         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
9420         new label.
9421
9422 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9423
9424         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
9425
9426         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
9427         PROTO -> PARAMS.
9428
9429 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9430
9431         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
9432         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
9433         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
9434         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
9435         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
9436         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
9437         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
9438         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
9439         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
9440         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
9441
9442         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
9443         Add %(cpp_cpu) to CPP_SPEC.
9444
9445         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
9446         Add %(cc1_cpu) to CC1_SPEC.
9447
9448 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9449
9450         * c-decl.c (c_decode_option): Accept optional numeric argument to
9451         -Wformat and set warn_format.
9452         * c-common.c: Don't emit warning about non-constant printf format
9453         string unless warn_format > 1.
9454
9455 2000-01-30  Richard Henderson  <rth@cygnus.com>
9456
9457         * alpha.md (return_internal): Allow after reload only.
9458
9459 2000-01-30  Richard Henderson  <rth@cygnus.com>
9460
9461         * i386.c (ix86_compute_frame_size): Omit padding1 if the
9462         local frame size is zero.
9463
9464 2000-01-30  Richard Henderson  <rth@cygnus.com>
9465
9466         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
9467         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
9468         * alpha.md (return): Turn into an expander.
9469         (return_internal): Don't use $26.
9470         (epilogue): Emit the return insn.
9471
9472 2000-01-30  Richard Henderson  <rth@cygnus.com>
9473
9474         * alpha.md (negtf2, abstf2): Fix word order thinko.
9475         (extendsftf2): New.
9476         (trunctfsf2): Avoid intermediate rounding errors.
9477
9478 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9479
9480         * cppfiles.c (find_position): Drop 'colp' argument, return the
9481         new line base.
9482         (read_and_prescan): Adjust to match.  Don't ever manipulate
9483         line or line_base except via find_position.
9484
9485 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9486
9487         * c-parse.in: Apply Ulrich's changes from c-parse.y.
9488         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
9489         Regenerate.
9490
9491 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9492
9493         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
9494         just print "<command line>".  If 'filename' is null or an
9495         empty string, print "<stdin>" for the filename.
9496         * cpplib.c (do_define): Don't print the 'location of the
9497         previous definition' message if we're still parsing the
9498         command line.
9499         (cpp_pedwarn_with_file_and_line): Always call
9500         cpp_file_line_for_message.
9501
9502 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
9503
9504         * flow.c (mark_regs_live_at_end): Fix typo.
9505
9506 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9507
9508         * c-common.c: Adjust variable names, comments, help strings to c99.
9509         * c-lex.c: Likewise.
9510         * c-parse.y: Likewise.
9511         * c-tree.h: Likewise.
9512         * cccp.c: Likewise.
9513         * cpplib.h: Likewise.
9514         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9515         * cppinit.c: Likewise.
9516
9517 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9518
9519         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9520         * c4x.c: Define the optab rtx values.
9521         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9522         (c4x_emit_libcall): Use new optab rtx values.
9523         (c4x_emit_libcall3): Likewise.
9524         (c4x_emit_libcall_mulhi): Likewise.
9525         * c4x-protos.h: Add prototypes for optab rtx values and change
9526         prototypes for above c4x_emit_libcall functions.
9527
9528 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9529
9530         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9531         syntax is used.
9532         (c4x_function_prologue): Use regnames intead of float_reg_names when
9533         TI syntax is used.
9534         (c4x_function_epilogue): Likewise.
9535         (c4x_print_operand): Likewise.
9536         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9537         * c4x.md (set_high): Disable for TARGET_TI.
9538
9539 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9540
9541         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9542         of framepointer + constant to ADDR_REGS class.
9543         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9544         * c4x.c (std_or_reg_operand): New function.
9545         * c4x-protos.h (std_or_reg_operand): Prototype it.
9546
9547 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9548
9549         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9550                 object names as libgcc2.c.
9551         * libgcc.S: Use newly defined names.
9552
9553 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9554         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9555         function.
9556         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9557         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9558         (FLOW_LOOP_LAST_BLOCK): Likewise.
9559
9560 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9561
9562         * basic-block.h (struct loop): New fields 'first' and 'last'.
9563         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9564         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9565         and loop->last to check for NOTE_INSN_LOOP_END.
9566
9567 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9568
9569         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9570         of the loop descriptor rather than HEADER and LATCH. Also added
9571         missing break statements as well making some coding style modifications
9572         as suggested by Michael Hayes.
9573
9574 2000-01-28  Richard Henderson  <rth@cygnus.com>
9575
9576         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9577         Break out that code ...
9578         (cleanup_cfg): ... here.
9579         (commit_one_edge_insertion): Detect a return instruction being
9580         emitted to an edge.  Emit a barrier following; clear fallthru.
9581         (commit_edge_insertions): Verify CFG consistency.
9582         * function.c (expand_function_start): Kill unused variable.
9583         (expand_function_end): Likewise.
9584         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9585         to insert the epilogue.
9586
9587         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9588         (delete_null_pointer_checks): Likewise.
9589         * output.h: Likewise.
9590         * reg-stack.c (reg_to_stack): Likewise.
9591         * toplev.c (rest_of_compilation): Likewise.  Run
9592         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9593
9594 2000-01-28  Richard Henderson  <rth@cygnus.com>
9595
9596         * Makefile.in (flow.o): Revert 24 Jan change.
9597         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9598         FUNCTION_VALUE result to DECL_RESULT's mode.
9599
9600         * haifa-sched.c (schedule_insns): Don't recompute reg info
9601         after reload.
9602
9603 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9604
9605         * configure.in: Make --enable-cpplib the default.
9606         * configure: Regenerate.
9607         * gcc.dg/990119-1.c: No longer expected to fail.
9608
9609 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9610
9611         * jump.c (jump_optimize_1): Delete an optimization that is also done
9612         by merge_blocks in flow.
9613
9614 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9615
9616         * diagnostic.c (build_message_string, output_printf,
9617         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9618         (build_location_prefix): Fix non-literal format string.
9619
9620 2000-01-27  Richard Henderson  <rth@cygnus.com>
9621
9622         * alpha.md (trunctfsf2): New.
9623
9624 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9625
9626         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9627
9628 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9629
9630         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9631         -std=gnu89.
9632         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9633         out of...
9634         (skip_comment) ... here.  Permit C++ comments in system
9635         headers always.  Warn about C++ comments in user code under
9636         -std=gnu89 -pedantic.
9637         (copy_comment): Use skip_comment.
9638         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9639         return EOF.
9640         (consider_directive_while_skipping, do_else, do_endif): Call
9641         validate_else unconditionally.
9642         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9643         text after the conditional in a system header.
9644         * cpplib.h (struct cpp_buffer): Add flag
9645         warned_cplusplus_comments.
9646
9647 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9648
9649         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9650         Use unshare_all_rtl_1.
9651         (unshare_all_rtl_again): New function.
9652         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9653
9654         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9655         rather than resetting the 'used' flags ourself.
9656
9657         * toplev.c (rest_of_compilation): Add current_function_decl
9658         to the unshare_all_rtl call.
9659         * tree.h: Prototype unshare_all_rtl.
9660         * rtl.h: Prototype unshare_all_rtl_again here.
9661
9662 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9663
9664         * genoutput.c (output_prologue): Include ggc.h in generated
9665         files.
9666         * Makefile.in (insn-output.o): Depends on ggc.h.
9667
9668 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9669             Hans-Peter Nilsson  <hp@bitrange.com>
9670
9671         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9672         Remove redundant include of xm-ns32k.h.
9673         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9674         Remove redundant include of xm-ns32k.h.
9675         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9676         Remove redundant include of xm-ns32k.h.
9677         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9678
9679         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9680         (TARGET_SWITCHES): Add documentation strings.
9681         (DWARF_FRAME_REGNUM): Override default definition.
9682         (REG_CLASS_CONTENTS): Add comments.
9683         (SUBSET_P): Format to reduce line length.
9684         (SMALL_REGISTER_CLASSES): Make a run time option.
9685         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9686         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9687         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9688         (regclass_map): fix typo in comment.
9689         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9690         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9691         (trace, reg_or_mem_operand): Delete, unused function.
9692         (calc_address_cost): Small offsets are cheaper than large ones.
9693         (expand_block_move): Generate more efficient code when bytes is a
9694         known at compile time.
9695         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9696         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9697         instead of reg_or_mem_operand.
9698
9699         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9700         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9701         For input operands, use stricter constraints than "g" if not
9702         general_operand.  Similarly use stricter predicate than
9703         "general_operand" when stricter constraints than "g" are present,
9704         except for matching constraints.
9705         (movstrsi): Use "memory_operand" for operands 0 and 1.
9706         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9707         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9708         not reg_or_mem_operand.
9709         (udivmoddisi4): Ditto.
9710         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9711         Use nonimmediate_operand for operand 3, not register_operand.
9712         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9713         reg_or_mem_operand.
9714
9715 2000-01-27  Fred Fish  <fnf@be.com>
9716
9717         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9718         * gthr-single.h: Likewise.
9719         * gthr-solaris.h: Likewise.
9720         * gthr-vxworks.h: Likewise.
9721         * gthr-win32.h: Likewise.
9722         * gthr.h: Likewise.
9723
9724 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9725
9726         * cppinit.c: Add " (cpplib)" to end of string printed by
9727         -v / --version.
9728
9729 2000-01-27  Richard Henderson  <rth@cygnus.com>
9730
9731         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9732         testing for a signed comparison.
9733         (alpha_emit_floatuns): New.
9734         * alpha-protos.h: Declare it.
9735         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9736         (extendsfdf2): Tidy.
9737
9738 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9739
9740         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9741         no -g option specifying debugging format, default to -gstabs+.
9742
9743 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9744
9745         * calls.c (special_function_p): New argument fork_or_exec.
9746         (expand_call): When profile_arc_flag is set and the function
9747         is in the fork_or_exec group, call __bb_fork_func first.
9748         * libgcc2.c, _bb module (__bb_fork_func): New function.
9749         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9750         output file.
9751         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9752         * tree.h (special_function_p): Update prototype.
9753
9754 2000-01-26  Richard Henderson  <rth@cygnus.com>
9755
9756         * alpha.c (alpha_split_tfmode_pair): New.
9757         * alpha-protos.h: Declare it.
9758         * alpha.md (abstf2, negtf2): New.
9759         (movtf insn): Add input G constraint.
9760         (movtf splitter): Use alpha_split_tfmode_pair.
9761
9762 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9763
9764         * i386/cygwin.h: PROTO -> PARAMS.
9765
9766 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9767
9768         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9769         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9770         using _Qp_cmp/_Q_cmp and testing the return value.
9771         (print_operand): Call reverse_condition_maybe_unordered if
9772         we are handling CCFPmode or CCFPEmode.
9773         Handle ORDERED, UN* and LTGT comparisons.
9774         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9775         if not TARGET_HARD_QUAD.
9776         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9777         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9778         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9779         Adjust gen_b* calls so that they reflect return comparison of
9780         sparc_emit_float_lib_cmp.
9781
9782 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9783
9784         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9785         incoming operands array is large enough for one more operand.
9786         (alpha_emit_xfloating_arith): Likewise.
9787
9788 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9789
9790         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9791         file with one line and no trailing newline.
9792         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9793         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9794         checking if the match is on the line.
9795         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9796
9797 2000-01-25  Richard Henderson  <rth@cygnus.com>
9798
9799         * sparc.c (output_cbranch): Fix accidental squashing of the
9800         fp branch pre-delay nop.
9801
9802 2000-01-25  Richard Henderson  <rth@cygnus.com>
9803
9804         * tree.def (UNNE_EXPR): Remove.
9805         * c-typeck.c (build_binary_op): Don't handle it.
9806         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9807
9808         * rtl.def (UNNE): Remove.
9809         (LTGT): Add.
9810         * jump.c (reverse_condition): Update accordingly.
9811         (swap_condition): Likewise.
9812         (comparison_dominates_p): Handle unordered comparisons.
9813         (reverse_condition_maybe_unordered): New.
9814         * rtl.h (reverse_condition_maybe_unordered): Declare.
9815
9816         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9817         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9818         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9819         * sparc.md (bltgt): New.
9820
9821 2000-01-25  Nick Clifton  <nickc@redhat.com>
9822
9823         * emit-rtl.c (emit_insn): Only check machine class insns for
9824         improper emission of a RETURN.
9825
9826 2000-01-25  Richard Henderson  <rth@cygnus.com>
9827
9828         * Makefile.in (flow.o): Depend on $(EXPR_H).
9829         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9830         duplicate the structure of diddle_return_value for keeping regs live.
9831
9832 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9833
9834         * loop.c (current_loop_info): Delete.
9835         (consec_sets_invariant_p): Add loop argument, update callers.
9836         (get_condition_for_loop): Likewise.
9837         (count_nonfixed_reads, update_giv_derive): Likewise.
9838         (simplify_giv_expr, general_induction_var): Likewise.
9839         (consec_sets_giv, recombine_givs): Likewise.
9840         (move_movables): Delete loop_start and loop_end arguments,
9841         add loop argument, and update callers.
9842         (find_mem_givs, check_final_value): Likewise.
9843         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9844         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9845         update callers.
9846         (basic_induction_var): Add loop argument, delete loop_level argument,
9847         and update callers.
9848         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9849         add loop argument, and update callers.
9850         (find_splittable_regs, find_splittable_givs): Likewise.
9851         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9852         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9853         (biv_total_increment): Delete loop_start and loop_end arguments;
9854         update callers.
9855         (precondition_loop_p): Delete loop_start and loop_info arguments;
9856         update callers.
9857         * loop.h (get_condition_for_loop): Add loop argument.
9858         (biv_total_increment): Delete loop_start and loop_end arguments.
9859         (precondition_loop_p): Delete loop_start and loop_info arguments;
9860         add loop argument.
9861         (final_biv_value): Delete loop_start and loop_end arguments;
9862         add loop argument.
9863         (final_giv_value, back_branch_in_range_p): Likewise.
9864
9865 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9866
9867         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9868
9869 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9870
9871         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9872         point to the new "generated_files" doc.
9873
9874 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9875
9876         * config/fp-bit.c (_unord_f2): Fix typo.
9877
9878 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9879
9880         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9881         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9882         functions obsoleted by GC, such as push_obstacks_nochange,
9883         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9884         and code which existed only to decide whether or not to call
9885         them.  Remove now-unused NESTED argument from start_function;
9886         all callers changed.  Do not change behavior based on ggc_p.
9887         The use of the ixp_obstack in c-iterate.c and the util_obstack
9888         in objc/objc-act.c remain; these are not obsoleted by garbage
9889         collection.
9890         * c-tree.h: Update prototype for start_function.
9891
9892         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9893
9894 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9895
9896         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9897         mips16.
9898
9899 2000-01-25  Richard Henderson  <rth@cygnus.com>
9900
9901         * sparc-protos.h (select_cc_mode): Declare.
9902         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9903         (output_cbranch): Always reverse via code change.  Handle
9904         unordered compares.  Factor tests and string updates.
9905         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9906         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9907         * sparc.md (bunordered, bordered): New.
9908         (bungt, bunlt, buneq, bunge, bunle): New.
9909
9910 2000-01-25  Richard Henderson  <rth@cygnus.com>
9911
9912         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9913         * ggc-common.c (ggc_add_rtx_varray_root): New.
9914         (ggc_mark_rtx_varray): New.
9915         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9916         functions down below ggc_mark_foo.
9917         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9918
9919 2000-01-25  Richard Henderson  <rth@cygnus.com>
9920
9921         * alpha.c (secondary_reload_class): Don't allocate a secondary
9922         for integral mode memories into FLOAT_REGS.  Rearrange the more
9923         complicated memory expression inward.
9924
9925 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9926
9927         * inclhack.def: Fixes to play nicer with FreeBSD, and
9928         corrections to comments.
9929         (cxx_unready): Add select expression.
9930         (irix_sockaddr): Add bypass expression.
9931         (machine_ansi_h_va_list): New fix.
9932         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9933         Split out addition of "#include <stdarg.h>" to...
9934         (stdio_stdarg_h): ... here.
9935         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9936         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9937         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9938         size_t.
9939         (ultrix_ifdef): Tighten up select expression.
9940
9941         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9942         re_ct and max_mach to avoid use of shell.  Make printed names
9943         match names in inclhack.def.  Use static copyright date.
9944         Don't count c_test and test expressions as requiring regex_t
9945         slots.  Add some commentary.
9946         * inclhack.tpl: Do not include the 'This script contains N
9947         fixup scripts' line if PROGRAM is defined.  Use static
9948         copyright date.
9949
9950 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9951
9952         * dwarf2out.c: include "varray.h", not dyn-string.h.
9953         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9954         (addr_const_to_string, addr_to_string): Lose.
9955         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9956         (struct dw_val_struct): val_addr is now an rtx.
9957         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9958         (used_rtx_varray): New varray.
9959         (dwarf2out_init): Initialize it.
9960         (save_rtx): New fn.
9961         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9962         addr_to_string.
9963         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9964         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9965         * Makefile.in (dwarf2out.o): Update dependencies.
9966
9967 2000-01-24  Richard Henderson  <rth@cygnus.com>
9968
9969         * i386.c (i386_dwarf_output_addr_const): New.
9970         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9971
9972         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9973         if defined.
9974         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9975         * i386.c (i386_simplify_dwarf_addr): New.
9976         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9977
9978 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9979
9980         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9981         TYPE_STUB_DECL is NULL.
9982
9983 2000-01-24  Richard Henderson  <rth@cygnus.com>
9984
9985         * builtins.c (expand_tree_builtin): Move ...
9986         * c-common.c (expand_tree_builtin): ... here.
9987
9988 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9989
9990         * loop.h (LOOP_INFO): New accessor macro.
9991         * basic-block.h (struct loop): Rename field `info' to `aux'.
9992         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9993         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9994         * unroll.c (loop_iterations, unroll_loop): Likewise.
9995
9996 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9997
9998         * config/i386/t-cygwin: Accomodate new winsup directory layout
9999         when searching for include files.
10000
10001 2000-01-24  Richard Henderson  <rth@cygnus.com>
10002
10003         * rtl.def: Add unordered fp comparisions.
10004         * tree.def: Likewise.
10005         * tree.h: Add ISO C 9x unordered fp comparision builtins.
10006
10007         * builtins.c (expand_tree_builtin): New function.
10008         * c-typeck.c (build_function_call): Use it.
10009         (build_binary_op): Support unordered compares.
10010         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
10011
10012         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
10013         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
10014         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
10015         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
10016         * jump.c (reverse_condition): Don't abort for UNLE etc, but
10017         return UNKNOWN.
10018         (swap_condition): Handle unordered compares.
10019         (thread_jumps): Check can_reverse before reversing.
10020         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
10021         reversed for FP.
10022
10023         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
10024         setcc is present before acking for cmp_optab.  Update all callers.
10025         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
10026         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
10027         * expr.c (expand_expr): Likewise.  Support unordered compares.
10028         (do_jump, do_store_flag): Likewise.
10029         * expr.h (enum libfunc_index): Add unordered compares.
10030
10031         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
10032         (DPBIT_FUNCS): Add _unord_df.
10033         * config/fp-bit.c (_unord_f2): New.
10034         * fp-test.c (main): Try unordered compare builtins.
10035
10036         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
10037         * alpha.c (alpha_comparison_operator): Check mode properly.
10038         (alpha_swapped_comparison_operator): Likewise.
10039         (signed_comparison_operator): Likewise.
10040         (alpha_fp_comparison_operator): New.
10041         (alpha_emit_conditional_branch): Handle unordered compares.
10042         * alpha.h (PREDICATE_CODES): Update.
10043         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
10044         (bunordered, bordered): New.
10045
10046 2000-01-24  Richard Henderson  <rth@cygnus.com>
10047
10048         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
10049         * alpha.md (movtf): New expander, insn, and splitter.
10050
10051 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
10052
10053         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
10054         dead registers.
10055
10056 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10057
10058         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
10059         (FIXED_REGISTERS, CALL_USED_REGISTERS,
10060          REG_ALLOC_ORDER): Add frame pointer
10061         (FRAME_POINTER_REGNUM): Set to 20
10062         (HARD_FRAME_POINTER_REGNUM): New macro.
10063         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
10064         to HARD_FRAME_POINTER.
10065         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
10066         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
10067         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
10068         (HI_REGISTER_NAMES): Add "frame".
10069         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
10070         (debug_reg): Handle FRAME_POINTER_REGNUM.
10071         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
10072         GENERAL_REGS and INDEX_REGS.
10073         * i386.c (SAVED_REGS_FIRST): new macro.
10074         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
10075         (ix86_decompose_address, memory_address_length): Likewise.
10076         (regclass_map): Add frame pointer.
10077         (call_insn_operand): Handle frame_pointer_rtx.
10078         (reg_no_sp_operand): Likewise.
10079         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
10080         (print_operand, legitimize_pic_address): Fix formating.
10081         (ix86_compute_frame_size): Make static, update prototype, new
10082         parameters padding1, padding2, use ix86_nsaved_regs, use
10083         stack_alignment_needed.
10084         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
10085         to HARD_FRAME_POINTER_REGNUM conversions.
10086         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
10087         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
10088         (print_reg): Abort on FRAME_POINTER_REGNUM
10089
10090 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
10091
10092         * i386.h (PREDICATE_CODES): Add aligned_operand.
10093         * i386.c (aligned_operand): New function.
10094         (ix86_aligned_p): Kill.
10095         * i386.md (movhi_1): Emit mov for aligned operands.
10096         (promoting peep2s): Use aligned_operand.
10097
10098 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
10099
10100         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
10101         expression to allow underscores in macro names.
10102         (fix_char_macro_defines): Increment scanning pointer.
10103
10104 2000-01-23  Richard Henderson  <rth@cygnus.com>
10105
10106         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
10107         * alpha/osf5.h: New file.
10108         * configure.in (alpha-*-osf5): Add it to tm_file.
10109
10110         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
10111
10112         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
10113         (alpha_emit_xfloating_cvt, function_arg): Declare.
10114         * alpha.c (alpha_emit_conditional_branch): Call
10115         alpha_emit_xfloating_compare for TFmode compares.
10116         (alpha_lookup_xfloating_lib_func): New.
10117         (alpha_compute_xfloating_mode_arg): New.
10118         (alpha_emit_xfloating_libcall): New.
10119         (alpha_emit_xfloating_arith): New.
10120         (alpha_emit_xfloating_compare): New.
10121         (alpha_emit_xfloating_cvt): New.
10122         (print_operand): Add default abort case.
10123         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
10124         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
10125         (BIGGEST_ALIGNMENT): Increase to 128 bits.
10126         (RETURN_IN_MEMORY): True for TF/TCmode.
10127         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
10128         (FUNCTION_ARG): Move to function_arg.
10129         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
10130         (ASM_OUTPUT_LONG_DOUBLE): New.
10131         (ASM_OUTPUT_DOUBLE): Always output bits.
10132         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
10133         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
10134         (extenddftf2, trunctfdf2): New.
10135
10136 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10137
10138         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
10139         * config/sparc/sol2.h: ... here.
10140
10141 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10142
10143         * basic-block.h (struct loops): New field `levels'.
10144         * flow.c (flow_loops_level_compute): Traverse all outer loops.
10145         (flow_loop_level_compute): Initialise level to 1.
10146         (flow_loops_find): Set loops->levels.
10147         (flow_loops_dump): Print loops->levels.
10148
10149 2000-01-23  Richard Henderson  <rth@cygnus.com>
10150
10151         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
10152         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
10153
10154 2000-01-23  Richard Henderson  <rth@cygnus.com>
10155
10156         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
10157         * i386.h (DBX_REGISTER_NUMBER): Use them.
10158         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
10159         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
10160         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
10161         * i386/sequent.h: Kill incorrect comment.
10162
10163 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
10164
10165         * ggc-page.c (struct page_entry): Make `context_depth' an
10166         `unsigned short'.
10167         (struct globals): Likewise.
10168
10169 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
10170
10171         * loop.c (check_dbra_loop): When checking a loop for
10172         reversability, check the source of any stores to ensure
10173         they don't depend on an initial value.
10174
10175 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10176
10177         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
10178
10179 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
10180
10181         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
10182         'pz_scan' into scope of entire function.  Only affects
10183         compiles with -DDEBUG.
10184
10185 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10186
10187         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
10188         section naming to that prior to 2000-01-07 patch.
10189         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
10190         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
10191         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
10192         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
10193         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
10194
10195 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
10196
10197         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
10198         constant.
10199
10200 2000-01-21  Jim Wilson  <wilson@cygnus.com>
10201
10202         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
10203         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
10204
10205 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
10206
10207         * cpphash.c (change_newlines): Delete function.
10208         (struct argdata): Delete 'newlines' and 'use_count' fields.
10209         (macroexpand): Remove code referencing those fields.
10210
10211 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10212
10213         * loop.c (loops_info): New variable.
10214         (loop_optimize): Allocate loops->array and free it on exit.
10215         Allocate memory for loops_info and assign to each loop,
10216         replacing alloca.
10217         (find_and_verify_loops): Do not allocate loops->array.
10218
10219 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
10220
10221         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
10222
10223 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
10224
10225         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
10226         pseudos if expanded after first flow.
10227         (movdi_pic_label_ref): Likewise.
10228
10229 2000-01-20  Richard Henderson  <rth@cygnus.com>
10230
10231         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
10232
10233 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
10234
10235         * Makefile.in (fixinc.sh): Depend on specs.
10236         * fixinc/Makefile.in: Add rule to create machname.h.
10237         (fixlib.o): Depend on machname.h.
10238         * fixinc/fixtests.c (machine_name): New test.
10239         * fixinc/fixfixes.c (machine_name): New fix.
10240         * fixinc/fixlib.c (mn_get_regexps): New helper function for
10241         the machine_name test and fix.
10242         * fixinc/fixlib.h: Prototype it.
10243         * fixinc/inclhack.def (machine_name): Use the C test and fix.
10244         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
10245
10246         * gcc.c (do_spec_1) [case P]: Take care not to create
10247         identifiers with three leading or trailing underscores.
10248
10249         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
10250         (fixincl): Don't specify libraries twice on link line.
10251         (gnu-regex.o): Remove special rule.
10252         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
10253         defined by config.h.  Do not define _REGEX_RE_COMP.
10254         (regcomp): Allocate and initialize a fastmap.
10255         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
10256
10257 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
10258
10259         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
10260
10261 2000-01-19  Richard Henderson  <rth@cygnus.com>
10262
10263         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
10264         arguments with BB.  Update all callers.  Tidy line wrapping.
10265
10266 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
10267
10268         * emit-rtl.c (try_split): Return last_insn if we split the
10269         last_insn.
10270
10271 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
10272
10273         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
10274         (ix86_initial_elimination_offset): Declare.
10275         * i386.c (ix86_nsaved_regs): Break out from ...
10276         (ix86_can_use_return_insn_p): ... here.
10277         (ix86_emit_save_regs): Break out from ...
10278         (ix86_expand_prologue): ... here.
10279         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
10280         out from ...
10281         (ix86_expand_epilogue): ... here.
10282         (ix86_compute_frame_size): Make static, add prototype.
10283         (ix86_initial_elimination_offset): Break out from ...
10284         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
10285
10286 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10287
10288         * recog.h (OUT_FCN): Delete.
10289
10290         * vax.md: Call `get_insn_template' instead of OUT_FCN.
10291
10292 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10293
10294         * cppalloc.c: PROTO -> PARAMS.
10295         * cpperror.c: Likewise.
10296         * cppfiles.c: Likewise.
10297         * cpplib.c: Likewise.
10298         * cpplib.h: Likewise.
10299
10300         * config/arm/arm-protos.h: PROTO -> PARAMS.
10301         * config/arm/arm.c: Likewise.
10302         * config/c4x/c4x.c: Likewise.
10303         * config/fr30/fr30-protos.h: Likewise.
10304         * config/nextstep.c: Likewise.
10305         * config/pa/pa.c: Likewise.
10306         * config/pj/pj.c: Likewise.
10307         * config/rs6000/rs6000.c: Likewise.
10308         * config/v850/v850-protos.h: Likewise.
10309         * config/v850/v850.c: Likewise.
10310
10311 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10312
10313         * i370-protos.h: New file.
10314
10315         * i370.c: Include tm_p.h.  Fix compile time warnings.
10316
10317         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
10318         warnings.
10319
10320         * i370.md: Likewise.
10321
10322 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10323
10324         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
10325         (target_isinf, target_isnan, eisnan): Mark parameter with
10326         ATTRIBUTE_UNUSED.
10327         (eiisinf): Wrap in INFINITY.
10328         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
10329         (ibmtoe): Remove unused variable `rndsav'.
10330
10331 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10332
10333         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
10334         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
10335
10336 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
10337
10338         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
10339         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
10340         (fix_char_macro_defines, fix_char_macro_uses): New functions.
10341
10342         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
10343         Recognize Emacs mode markers also.
10344         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
10345         C++ comments in C++ headers.  Call is_cxx_header only if
10346         necessary.
10347
10348         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
10349         bypass for ncurses.
10350         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
10351         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
10352         ... these, which use the new C fixes.
10353         (math_exception): Escape literal '+' in bypass expression.
10354
10355         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
10356         Regenerate.
10357
10358 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10359
10360         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
10361         inside the MEM.
10362
10363 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10364
10365         * loop.c (loop_optimize): Allocate loop_info structure for each loop
10366         prior to calling scan_loop.
10367
10368 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10369
10370         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
10371         (split_branches, calc_live_regs): Likewise.
10372
10373 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10374
10375         * sh.md (fpu_single, fp_mode): New attributes.
10376
10377 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10378
10379         * loop.c (current_loop_info): Renamed from loop_info_data
10380         and changed to a pointer.
10381         (loop_optimize): Allocate loop_info structure for each loop
10382         and initialise to zero.
10383         (scan_loop): Set current_loop_info.
10384
10385         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
10386         on iteration_var.
10387
10388 2000-01-19  Richard Henderson  <rth@cygnus.com>
10389
10390         * stupid.c: Die die die.
10391         * Makefile.in (OBJS): Remove stupid.o.
10392         (stupid.o): Likewise.
10393
10394         * except.c (emit_eh_context): Don't emit USEs for stupid.
10395         * explow.c (probe_stack_range): Likewise.
10396         * flags.h (obey_regdecls): Remove.
10397         * flow.c (find_basic_blocks): Don't run try_merge_blocks
10398         when not optimizing.
10399         (life_analysis): Limit data collection when not optimizing.
10400         (mark_regs_live_at_end): Always mark the return value registers.
10401         (mark_used_regs): Remove dummy RETURN case.
10402         (print_rtl_with_bb): Don't consult obey_regdecls.
10403         * function.c (use_variable, use_variable_after): Remove.
10404         (assign_parms): Consult optimize not obey_regdecls.
10405         (expand_function_start): Don't emit USEs for stupid.
10406         (expand_function_end): Likewise.
10407         * global.c (build_insn_chain): Export.
10408         * integrate.c (expand_inline_function): Kill return-value USE
10409         handling code.
10410         * jump.c (jump_optimize_1): Do simple jump optimizations and
10411         dead code elimination.
10412         (calculate_can_reach_end): Remove check_deleted argument.
10413         (delete_insn): Patch out insns even when not optimizing.
10414         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
10415         * rtl.h (use_variable, use_variable_after): Remove declarations.
10416         (build_insn_chain): Declare.
10417         * stmt.c (expand_value_return): Don't emit USEs for stupid.
10418         (expand_end_bindings): Likewise.
10419         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
10420         * toplev.c (obey_regdecls): Remove.
10421         (rest_of_compilation): Don't set it.  Kill stupid in favour of
10422         flow1, local-alloc, and reload.
10423         (main): Don't set obey_regdecls.
10424
10425         * config/nextstep.c (handle_pragma): Likewise.
10426
10427         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
10428
10429         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
10430
10431 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10432
10433         * alpha-protos.h: PROTO -> PARAMS.
10434         * alpha.c: Likewise.
10435         * elf.h: Likewise.
10436         * h8300.c: Likewise.
10437         * i386-protos.h: Likewise.
10438         * i386.c: Likewise.
10439         * m32r-protos.h: Likewise.
10440         * m32r.c: Likewise.
10441         * mips.c: Likewise.
10442         * mips.md: Likewise.
10443         * gmon-sol2.c: Likewise.
10444         * sparc.c: Likewise.
10445
10446 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10447
10448         * ns32k-protos.h: New file.
10449
10450         * ns32k.c: Fix compile time warnings.
10451
10452         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
10453         warnings.
10454
10455         * ns32k.md: Likewise.
10456
10457 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10458
10459         * vax-protos.h: New file.
10460
10461         * vax.c: Fix compile time warnings.
10462
10463         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
10464         warnings.
10465
10466         * vax.md: Likewise.
10467
10468         * vaxv.md: Likewise.
10469
10470 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10471
10472         * romp-protos.h: New file.
10473
10474         * romp.c: Fix compile time warnings.
10475
10476         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
10477         warnings.
10478
10479         * romp.md: Likewise.
10480
10481 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10482
10483         * we32k-protos.h: New file.
10484
10485         * we32k.c: Fix compile time warnings.
10486
10487         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
10488         warnings.
10489
10490 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10491
10492         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
10493
10494         * except.c (eh_regs): Likewise.
10495
10496         * final.c (output_operand): Likewise.
10497
10498         * fold-const.c (target_isinf, target_isnan): Likewise.
10499
10500 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
10501
10502         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
10503         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
10504
10505         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
10506         when optimize_size.
10507         (clrstrsi): Rewrite.
10508         (strsethi, strsetqi): New expanders.
10509         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
10510         (cmpstrsi): Emit compare insn before cmpstrsi_1
10511         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10512         (strlensi_1): Likewise.
10513         (cmpstrsi_1): Likewise; do not output compare.
10514         (strlen expander): Do not unroll when optimizing for size.
10515         (*subsi3_carry): Rename to subsi3_carry
10516         (addqi3_cc): New pattern.
10517         * i386.h (processor_costs): Add move_ratio field.
10518         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10519         * i386.c (*_cost): Set move_ratio.
10520         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10521         (x86_expand_strlensi_1): Rewrite the main loop.
10522
10523 2000-01-17  Richard Henderson  <rth@cygnus.com>
10524
10525         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10526         * cse.c (find_comparison_args, fold_rtx): Likewise.
10527         * integrate.c (subst_constants): Likewise.
10528         * loop.c (get_condition): Likewise.
10529
10530         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10531
10532         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10533
10534 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10535
10536         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10537         (RESTORE_WARN_FLAGS): Unpack it.
10538         Change semantic type of extension to ttype.
10539         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10540         * c-parse.y, c-parse.c, objc/objc-parse.y,
10541         objc/objc-parse.c: Regenerate.
10542
10543 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10544
10545         * fixinc/fixlib.c: Add copyright notice.
10546         (compile_re): New function.
10547         * fixinc/fixlib.h: Prototype compile_re.
10548
10549         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10550         Use compile_re to compile regular expressions.
10551
10552         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10553         where the pattern matched.
10554
10555         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10556         use 'replace'.
10557         (ultrix_ansi_compat): Likewise.
10558         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10559         add egrep test.
10560         (interactv_add2, interactv_add3): Delete.
10561         (x11_sprintf): Don't use filename glob.
10562         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10563         Regenerate.
10564
10565 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10566
10567         * print-rtl.c: PROTO -> PARAMS.
10568         * real.c: Likewise.
10569         * reg-stack.c: Likewise.
10570         * resource.c: Likewise.
10571         * sdbout.h: Likewise.
10572         * simplify-rtx.c: Likewise.
10573         * stor-layout.c: Likewise.
10574         * stupid.c: Likewise.
10575         * xcoffout.c: Likewise.
10576         * xcoffout.h: Likewise.
10577
10578 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10579
10580         * toplev.c: PROTO -> PARAMS.
10581         * toplev.h: Likewise.
10582         * tree.c: Likewise.
10583         * tree.h: Likewise.
10584         * unroll.c: Likewise.
10585         * varasm.c: Likewise.
10586         * varray.c: Likewise.
10587         * varray.h: Likewise.
10588
10589 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10590
10591         * reload.c: PROTO -> PARAMS.
10592         * reload.h: Likewise.
10593         * reload1.c: Likewise.
10594         * reorg.c: Likewise.
10595         * resource.h: Likewise.
10596         * rtl.c: Likewise.
10597         * rtl.h: Likewise.
10598         * rtlanal.c: Likewise.
10599         * sbitmap.h: Likewise.
10600         * sdbout.c: Likewise.
10601         * stack.h: Likewise.
10602         * stmt.c: Likewise.
10603         * system.h: Likewise.
10604
10605 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10606
10607         * machmode.h: PROTO -> PARAMS.
10608         * mbchar.h: Likewise.
10609         * mips-tdump.c: Likewise.
10610         * mips-tfile.c: Likewise.
10611         * optabs.c: Likewise.
10612         * output.h: Likewise.
10613         * prefix.c: Likewise.
10614         * profile.c: Likewise.
10615         * protoize.c: Likewise.
10616         * real.h: Likewise.
10617         * recog.c: Likewise.
10618         * recog.h: Likewise.
10619         * regclass.c: Likewise.
10620         * regmove.c: Likewise.
10621         * regs.h: Likewise.
10622
10623 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10624
10625         * ggc-common.c: PROTO -> PARAMS.
10626         * ggc-page.c: Likewise.
10627         * ggc-simple.c: Likewise.
10628         * ggc.h: Likewise.
10629         * global.c: Likewise.
10630         * graph.c: Likewise.
10631         * gthr-win32.h: Likewise.
10632         * haifa-sched.c: Likewise.
10633         * halfpic.h: Likewise.
10634         * integrate.c: Likewise.
10635         * integrate.h: Likewise.
10636         * jump.c: Likewise.
10637         * lcm.c: Likewise.
10638         * local-alloc.c: Likewise.
10639         * loop.c: Likewise.
10640         * loop.h: Likewise.
10641
10642 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10643
10644         * genattr.c: PROTO -> PARAMS.
10645         * genattrtab.c: Likewise.
10646         * gencheck.c: Likewise.
10647         * gencodes.c: Likewise.
10648         * genconfig.c: Likewise.
10649         * genemit.c: Likewise.
10650         * genextract.c: Likewise.
10651         * genflags.c: Likewise.
10652         * gengenrtl.c: Likewise.
10653         * genopinit.c: Likewise.
10654         * genoutput.c: Likewise.
10655         * genpeep.c: Likewise.
10656         * genrecog.c: Likewise.
10657
10658 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10659
10660         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10661
10662 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10663
10664         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10665         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10666         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10667         * configure, config.in: Rebuilt.
10668
10669 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10670
10671         * config/i386/i386.md: Add peephole to merge successive stack
10672         adjusts.
10673
10674 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10675
10676         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10677         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10678         when walking backwards to find all the parameter loads when
10679         the basic block ends in a call.
10680
10681 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10682
10683         * loop.c (this_loop_info): Delete.
10684         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10685         (loop_number_exit_count): Delete and replace with entry in loop
10686         structure.  All uses updated.
10687         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10688         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10689         (loop_outer_loop): Likewise.
10690         (loop_invalid, loop_number_exit_labels): Likewise.
10691         (loop_used_count_register): Delete and replace with entry in
10692         loop_info structure.
10693         (find_and_verify_loops): Add loops argument.
10694         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10695         loop_end, etc. arguments with loop structure pointer.  All callers
10696         changed.
10697         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10698         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10699         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10700         (insert_bct): Likewise.
10701         (basic_induction_var): New argument level.
10702         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10703         vtop, and cont.  Add used_count_register.
10704         (uid_loop): Delete declaration.
10705         (loop_number_exit_count): Likewise.
10706         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10707         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10708         (loop_outer_loop, loop_used_count_register): Likewise.
10709         (loop_invalid, loop_number_exit_labels): Likewise.
10710         (unroll_loop): Replace loop_start and loop_end arguments
10711         with loop structure pointer.
10712         (loop_precondition_p, loop_iterations): Likewise.
10713         Include basic-block.h.
10714         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10715         with loop structure pointer.
10716         (loop_precondition_p, loop_iterations): Likewise.
10717         * basic-block.h (struct loop): New entries vtop, cont,
10718         cont_dominator, start, end, top, scan_start, exit_labels,
10719         exit_count.
10720         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10721
10722 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10723
10724         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10725
10726 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10727
10728         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10729
10730 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10731
10732         * pdp11-protos.h: New file.
10733
10734         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10735         time warnings.
10736
10737         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10738         warnings.
10739
10740         * pdp11.md: Likewise.
10741
10742         * 2bsd.h: Likewise.
10743
10744 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10745
10746         * mn10300-protos.h: New file.
10747
10748         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10749         time warnings.
10750
10751         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10752         warnings.
10753
10754         * mn10300.md: Likewise.
10755
10756 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10757
10758         * mn10200-protos.h: New file.
10759
10760         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10761         time warnings.
10762
10763         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10764         warnings.
10765
10766         * mn10200.md: Likewise.
10767
10768 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10769
10770         * h8300-protos.h: New file.
10771
10772         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10773         time warnings.
10774
10775         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10776         warnings.
10777
10778         * h8300.md: Likewise.
10779
10780 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10781
10782         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10783         (asm_emit_uninitialised): Likewise.
10784
10785 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10786
10787         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10788         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10789
10790 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10791
10792         * config/mips/mips.c (override_options): Don't turn on extra
10793         alignment for mips16.
10794
10795 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10796
10797         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10798         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10799         the right point.
10800
10801 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10802
10803         * builtins.c (PAD_VARARGS_DOWN): Define.
10804         (std_expand_builtin_va_arg): Use the above macro.
10805         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10806         * tm.texi (Register Arguments): Document the above macro.
10807
10808 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10809
10810         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10811         that this function has not been used to emit a jump
10812         instruction.
10813
10814         * jump.c (return_jump_1): Cope with being passed a null rtx.
10815
10816 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10817
10818         * eh-common.h: PROTO -> PARAMS.
10819         * emit-rtl.c: Likewise.
10820         * errors.c: Likewise.
10821         * errors.h: Likewise.
10822         * except.c: Likewise.
10823         * except.h: Likewise.
10824         * explow.c: Likewise.
10825         * expmed.c: Likewise.
10826         * expr.c: Likewise.
10827         * expr.h: Likewise.
10828         * final.c: Likewise.
10829         * fix-header.c: Likewise.
10830         * flow.c: Likewise.
10831         * fold-const.c: Likewise.
10832         * function.c: Likewise.
10833         * function.h: Likewise.
10834         * gcc.c: Likewise.
10835         * gcov-io.h: Likewise.
10836         * gcov.c: Likewise.
10837         * gcse.c: Likewise.
10838
10839 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10840
10841         * sh-protos.h: New file.
10842
10843         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10844         Add static prototypes.  Fix compile time warnings.
10845
10846         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10847         * sh.md: Likewise.
10848         * elf.h: Likewise.
10849
10850 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10851
10852         * arc-protos.h: New file.
10853
10854         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10855         time warnings.
10856
10857         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10858         warnings.
10859
10860         * arc.md: Likewise.
10861
10862 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10863
10864         * dsp16xx-protos.h: New file.
10865
10866         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10867         time warnings.
10868
10869         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10870         warnings.
10871
10872         * dsp16xx.md: Likewise.
10873
10874 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10875
10876         * convex-protos.h: New file.
10877
10878         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10879         time warnings.
10880
10881         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10882         warnings.
10883
10884 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10885
10886         * elxsi-protos.h: New file.
10887
10888         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10889         time warnings.
10890
10891         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10892         warnings.
10893
10894         * elxsi.md: Likewise.
10895
10896 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10897
10898         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10899         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10900         match the comment for MIPS16.
10901
10902 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10903
10904         * flow.c (split_edge): Do not call set_block_for_insn if we
10905         do not have a basic_block_for_insn structure.
10906
10907         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10908         and destination functions are 32bit aligned within the trampoline.
10909         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10910         (TRAMPOLINE_ALIGNMENT): Define.
10911
10912         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10913         (set (pc) (label_ref)), verify the change creates a valid insn.
10914
10915         * fr30.c (call_operand): Tighten and rework to match rules for
10916         call RTL expressions.
10917         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10918         * fr30.md (call patterns): Improve constraints.
10919
10920 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10921
10922         * fr30.c (fr30_expand_epilogue): Revert last change.
10923         Use emit_jump_insn for the return insn.
10924
10925 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10926                           Stan Cox  <scox@cygnus.com>
10927
10928         * predict.c: New file. Preliminary infrastructure work for static
10929         branch prediction and basic block reordering.
10930         * basic-block.h: Add prototype for estimate_probability.
10931         * Makefile.in: Add rules for predict.o.
10932
10933 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10934
10935         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10936         * fixinc/*: Likewise.
10937
10938 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10939
10940         * cccp.c: PROTO -> PARAMS.
10941         * cexp.y: Likewise.
10942         * collect2.c: Likewise.
10943         * combine.c: Likewise.
10944         * convert.h: Likewise.
10945         * cse.c: Likewise.
10946         * dbxout.c: Likewise.
10947         * dbxout.h: Likewise.
10948         * diagnostic.c: Likewise.
10949         * doprint.c: Likewise.
10950         * dwarf2out.c: Likewise.
10951         * dwarf2out.h: Likewise.
10952         * dwarfout.c: Likewise.
10953         * dwarfout.h: Likewise.
10954         * dyn-string.h: Likewise.
10955
10956 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10957
10958         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10959         macro conditionals guarding use.
10960
10961         * dwarf2out.c: Include "tm_p.h".
10962
10963         * function.c (locate_and_pad_parm): Mark parameter with
10964         ATTRIBUTE_UNUSED.
10965         (expand_function_end): Likewise for variable `context'.
10966
10967         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10968
10969 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10970
10971         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10972         register to prevent compile time warnings.
10973
10974 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10975
10976         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10977         to avoid -Wtraditional warning.
10978
10979 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10980
10981         * 1750a-protos.h: New file.
10982
10983         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10984         time warnings.
10985
10986         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10987         warnings.
10988
10989         * 1750a.md: Likewise.
10990
10991 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10992
10993         * a29k-protos.h: New file.
10994
10995         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10996         time warnings.
10997
10998         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10999         warnings.
11000
11001 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11002
11003         * clipper-protos.h: New file.
11004
11005         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
11006         time warnings.
11007
11008         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
11009         warnings.
11010
11011 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11012
11013         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
11014
11015 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
11016
11017         * configure.in (--enable-new-gxx-abi): New option.
11018         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
11019         * Makefile.in (GXX_ABI_FLAG): New variable.
11020         * configure: Regenerate.
11021
11022 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11023
11024         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
11025         * tm.texi (FORCE_STRUCT_BLK): Document.
11026         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
11027
11028 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
11029
11030         * config/ns32k/ns32k.md: Revert Jan 9 change.
11031
11032         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
11033         to a mode-test, if the predicate is address_operand.
11034
11035 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
11036
11037         * combine.c (if_then_else_cond): Be careful about what kinds
11038         of RTL expressions are passed to operand_subword.
11039
11040         * flow.c (split_edge): If we have to insert a new jump, make
11041         sure to associate it with a basic block.
11042
11043         * flow.c (commit_one_edge_insertion): A block with one successor
11044         can end in a JUMP_INSN that is not a simplejump.
11045
11046 2000-01-12  Robert Lipe  <robertl@sco.com>
11047
11048         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
11049         (BUILD_VA_LIST_TYPE): Define.
11050         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
11051         with crtstuff.c.
11052
11053 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
11054
11055         * cccp.c (do_pragma): Add cast to (char *).
11056
11057 2000-01-12  Richard Henderson  <rth@cygnus.com>
11058             Fred Fish  <fnf@be.com>
11059             Jason Merrill  <jason@cygnus.com>
11060
11061         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
11062         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
11063         * i386/beos-elf.h, i386/beos-pe.h: New files.
11064
11065         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
11066         * cross-make (SYSTEM_HEADER_DIR): Define using
11067         CROSS_SYSTEM_HEADER_DIR.
11068
11069         * gcc.c (LIBRARY_PATH_ENV): Provide default.
11070         (process_command): Use it.
11071         (main): Likewise.  Kill trailing = from env vars.
11072         (build_search_list): Put it back.
11073         * collect2.c (main): Use LIBRARY_PATH_ENV.
11074
11075         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
11076         * toplev.c: Use NEED_DECLARATION_ENVIRON.
11077
11078         * tm.texi (Frame Layout): Document SMALL_STACK.
11079         * c-common.c (c_common_nodes_and_builtins): Check it.
11080
11081         * system.h: Undef alloca after including glibc's <stdlib.h>,
11082         if USE_C_ALLOCA is defined.
11083
11084         * gcc.c (set_input): New fn.
11085         (main): After all input files are compiled, reset the input file
11086         info to the first.
11087
11088         * aclocal.m4 (rindex, index): If already defined, don't attempt
11089         to redefine.
11090
11091         * ginclude/varargs.h: (__va_list__): Define ifndef.
11092         * ginclude/stdarg.h: Likewise.
11093
11094         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
11095         instead of unsigned char.
11096
11097         * hash.h (true, false, boolean): Undef before enum.
11098
11099         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
11100         proper type of "HOST_WIDE_INT *", rather than their natural type of
11101         "unsigned HOST_WIDE_INT *".
11102
11103 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11104
11105         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
11106
11107         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
11108
11109         * regclass.c (choose_hard_reg_mode): Likewise.
11110
11111         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
11112
11113         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
11114
11115 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11116
11117         * c-common.c: PROTO -> PARAMS.
11118         * c-common.h: Likewise.
11119         * c-decl.c: Likewise.
11120         * c-iterate.c: Likewise.
11121         * c-lang.c: Likewise.
11122         * c-lex.c: Likewise.
11123         * c-lex.h: Likewise.
11124         * c-parse.in: Likewise.
11125         * c-pragma.c: Likewise.
11126         * c-pragma.h: Likewise.
11127         * c-tree.h: Likewise.
11128         * c-typeck.c: Likewise.
11129         * objc/objc-act.c: Likewise.
11130         * objc/objc-act.h: Likewise.
11131
11132 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11133
11134         * m88k-protos.h: New file.
11135
11136         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
11137         time warnings.
11138
11139         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
11140
11141         * m88k.md: Likewise.
11142
11143         * tekXD88.h: Likewise.
11144
11145 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11146
11147         * m68k-protos.h: New file.
11148
11149         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
11150         time warnings.
11151
11152         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
11153
11154         * mot3300.h: Likewise.
11155
11156 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
11157
11158         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
11159         extract_bitlst.
11160         (extract_bitlist): Declare bitlen.
11161
11162 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
11163
11164         * cccp.c: Accept and ignore -lang-fortran.
11165
11166         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
11167         qualifiers don't match at any level of pointerness.
11168
11169 2000-01-12  Robert Lipe  <robertl@sco.com>
11170
11171         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
11172
11173 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
11174
11175         * reload1.c (reload_reg_unavailable): New static variable.
11176         (reload_reg_free_p): Test it.
11177         (reload_reg_free_for_value_p): Test it instead of
11178         reload_reg_used.
11179         (choose_reload_regs_init): Compute it.
11180
11181 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
11182
11183         * reorg.c (fill_slots_from_thread): Check modified_in_p
11184         before replacing.
11185
11186 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
11187
11188         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
11189         these nodes even if INTERNALS is not set.
11190
11191 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
11192
11193         * gcse.c (delete_null_pointer_checks_1): Cope when
11194         get_condition cannot determine the condition.
11195
11196 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
11197
11198         * toplev.h (set_message_length): Declare.
11199
11200         * diagnostic.c (obstack_chunk_alloc): Define macro.
11201         (obstack_chunk_free): Likewise.
11202         (struct output_buffer): New data structure.
11203         (vmessage): Remove.
11204         (output_maximum_width): New variable.
11205         (doing_line_wrapping, set_message_length, init_output_buffer,
11206         get_output_prefix, output_space_left, emit_output_prefix,
11207         output_newline, output_append, output_puts, dump_output,
11208         vbuild_message_string, build_message_string, build_location_prefix,
11209         voutput_notice, output_printf, line_wrapper_printf,
11210         vline_wrapper_message_with_location):  New functions. Implement
11211         automatic line wrapping.
11212         (v_message_with_decl): Make it handle automatic line wrapping.
11213         (v_error_with_file_and_line): Likewise.
11214         (v_warning_with_file_and_line): Likewise.
11215         (announce_function): Likewise.
11216         (default_print_error_function): Likewise.
11217
11218 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
11219
11220         * cpplib.h (struct cpp_options): Change lang_asm to char.
11221         Add lang_fortran.
11222         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
11223         done in cpp_handle_option now.
11224         (initialize_builtins): Take out special case code used only by
11225         __STDC_VERSION__.
11226         (cpp_handle_option): Turn off trigraphs and trigraph warnings
11227         if -traditional.  Recognize -lang-fortran and set
11228         lang_fortran, also turn off cplusplus_comments.
11229         (print_help): Document -lang-fortran.
11230         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
11231         lang_asm. Ignore all directives other than `# 123 "file"' if
11232         CPP_PREPROCESSED.
11233         (cpp_get_token): If -traditional, don't recognize directives
11234         unless the # is in column 1.
11235         (parse_string): If lang_fortran or lang_asm, silently
11236         terminate strings ('' or "") at end of line.
11237         Remove unnecessary braces.
11238
11239 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11240             Richard Henderson  <rth@cygnus.com>
11241
11242         * resource.c (mark_referenced_resources): Mark a set strict_low_part
11243         as used.
11244         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
11245         strict_low_part when possible.
11246
11247 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11248
11249         * alias.c: PROTO -> PARAMS.
11250         * basic-block.h: Likewise.
11251         * bitmap.c: Likewise.
11252         * bitmap.h: Likewise.
11253         * builtins.c: Likewise.
11254         * c-aux-info.c: Likewise.
11255         * caller-save.c: Likewise.
11256         * calls.c: Likewise.
11257
11258 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11259
11260         * Makefile.in (toplev.o): Depend on regs.h.
11261
11262         * output.h (tdesc_section): Prototype.
11263
11264         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
11265
11266         * sdbout.c: Include "tm_p.h".
11267
11268         * toplev.c: Include "regs.h".
11269
11270 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
11271
11272         * unroll.c (unroll_loop): Add EH support.
11273
11274 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11275
11276         * pa-protos.h: New file.
11277
11278         * pa.c: Include recog.h and tm_p.h.
11279         (compute_zdepwi_operands, compute_movstrsi_length,
11280         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
11281         find_addr_reg, import_milli): Add static prototypes.
11282         (pa_cpu_string, pa_arch_string): Constify a char*.
11283         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
11284         (read_only_operand): Add argument `mode'.
11285         (singlemove_string, output_move_double, output_fp_move_double,
11286         output_block_move, output_and, output_ior, output_ascii,
11287         remove_useless_addtr_insns, milli_names, output_mul_insn,
11288         output_div_insn, output_mod_insn, output_arg_descriptor,
11289         output_cbranch, output_bb, output_bvb, output_dbra, ,
11290         output_millicode_call, output_call, hppa_encode_label,
11291         output_parallel_movb, output_parallel_addb): Constify a char*.
11292         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
11293         (output_parallel_addb): Remove extra arg to `constrain_operands'
11294
11295         * pa.h:  Move all prototypes to pa-protos.h.
11296         (pa_cpu_string, pa_arch_string): Constify a char*.
11297         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
11298
11299         * pa.md: Call `function_label_operand' with mode argument.
11300         Likewise for `read_only_operand'.
11301         Fix nesting of parens in call to `symbolic_operand'.
11302
11303 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11304
11305         * i860-protos.h: New file.
11306
11307         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
11308         time warnings.
11309
11310         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
11311
11312         * i860.md: Likewise.
11313
11314 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
11315
11316         * i386.md (movstrsi expander): Rewrite.
11317         (movstrsi_1 insn): Deleted.
11318         (strmovhi, strmovqi expander): New expanders.
11319         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
11320         * i386.c (x86_single_stringop): New global variable.
11321         * i386.h (x86_single_stringop): Declare.
11322         (TARGET_SINGLE_STRINGOP): New macro.
11323
11324 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11325
11326         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
11327         integer vararg POSTINCREMENT before the destination of the jump
11328         for the hard fp case.
11329         (function_arg_pass_by_reference): Pass a copy of CUM to
11330         FUNCTION_ARG.
11331
11332         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
11333         for CONSTANT_ADDRESS_P above while loop for subreg.
11334
11335 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11336
11337         * flow.c (propagate_block): When a prologue/epilogue insn
11338         is marked dead, unconditionally clear libcall_is_dead and
11339         insn_is_dead, and only dump rtl if warnings aren't being
11340         suppressed.
11341
11342 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
11343
11344         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
11345         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
11346         (FIXED_REGISTERS): Set dirflag as fixed.
11347         (CALL_USED_REGISTERS): Set dirflag as used.
11348         (REG_ALLOC_ORDER): Set dirflag as last one.
11349         (DIRFLAG_REG): New macro.
11350         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
11351         (HI_REGISTER_NAMES): Add dirflag.
11352         (DEBUF_PRINT_REG): Handle dirflag.
11353         * i386.md (type attribute): New cld and str types.
11354         (length_opcode attribute): Set cld and str to 1.
11355         (memory attribute): Set str to unknown - it is not clear from the
11356         patterns.
11357         (pent_np function unit): Prefixed string operations takes 12 cycles
11358         minimally; cld takes 2 cycles.
11359         (ppro_uops attribute): Str is "many" and cld is "few".
11360         (ppro_p0 unit): Handle cld here.
11361         (k6_alux unit): Handle cld and str types.
11362         (k6_load unit): It is ocupied by str opcodes.
11363         (k6_store unit): It is ocupied by str opcodes.
11364         (athlon_decode): Str is vector decoded.
11365         (athlon_ieu): Handle str and cld.
11366         (cld pattern): New.
11367         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
11368         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
11369         cmpstrsi_nz_1 insn): Do not output cld instruction
11370
11371 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
11372
11373         * gcc.texi (G++ and GCC): Add Java and Chill.
11374         (Bug Critera): Don't list languages.
11375
11376         * gcc.texi (Incompatibilities): No longer claim most C compilers
11377         are K&R.
11378
11379         * gcc.texi (G++ and GCC): Update other front-ends list.
11380
11381 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
11382
11383         * i386.c (ix86_expand_setcc): Fix typo.
11384         (ix86_expand_movcc): Similarly.
11385
11386         * Band-aid until haifa's bitset implementation is nuked.
11387         * haifa-sched.c (extract_bitlst): New parameter for size of the
11388         bitset in bits.  All callers changed.  Avoid looking at undefined
11389         bits in the bitset.
11390         (edgeset_bitsize): New variable.
11391         (schedule_region): Initialize edgeset_bitsize.
11392
11393 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11394
11395         * Makefile.in (optabs.o): Depend on real.h
11396         (resource.o): Depend on insn-attr.h
11397
11398         * builtins.c (result_vector): Wrap prototype in macro conditions
11399         governing definition and use.
11400
11401         * c-common.c: Include tm_p.h.
11402
11403         * c-lex.c: Likewise.
11404
11405         * elfos.h: Constify a char*.
11406
11407         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
11408         (get_attr_length, shorten_branches, profile_after_prologue): Mark
11409         parameter with ATTRIBUTE_UNUSED.
11410
11411         * fold-const.c (exact_real_inverse): Wrap variable `i' in
11412         CHECK_FLOAT_VALUE.
11413
11414         * haifa-sched.c (schedule_insns): Mark parameter with
11415         ATTRIBUTE_UNUSED.
11416
11417         * optabs.c: Include real.h.
11418
11419         * real.h (ereal_atof): Add prototype arguments.
11420
11421         * resource.c: Include insn-attr.h.
11422
11423         * sdbout.c (sdbout_queue_anonymous_type,
11424         sdbout_dequeue_anonymous_types): Wrap in macro
11425         SDB_ALLOW_FORWARD_REFERENCES.
11426         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
11427         ATTRIBUTE_UNUSED.
11428
11429         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
11430
11431         * stupid.c: Include tm_p.h.
11432
11433         * tree.c (real_value_from_int_cst): Mark parameter with
11434         ATTRIBUTE_UNUSED.
11435
11436 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11437
11438         * i960-protos.h: New file.
11439
11440         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
11441         time warnings.
11442
11443         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
11444
11445 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11446
11447         * combine.c (expand_field_assignment): Do not discard SUBREGs
11448         while computing nonzero_bits.
11449
11450 2000-01-09  Nick Clifton  <nickc@cygnus.com>
11451
11452         * config/arm/arm.c: Fix compile time warnings about signed vs
11453         unsigned constants.
11454         * config/arm/arm.h: Fix compile time warnings about signed vs
11455         unsigned constants.
11456
11457 2000-01-09  Philip Blundell  <philb@gnu.org>
11458
11459         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
11460         than `ldm' with only one register.
11461         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
11462         only one register.
11463
11464         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
11465         clobbered.
11466
11467 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
11468
11469         * config/ns32k/ns32k.md (load or push effective address): Operand 1
11470         must have SImode.
11471
11472 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11473
11474         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
11475         assignment used as truth value.
11476
11477         * function.c (assign_temp): Mark parameter `dont_promote' with
11478         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
11479         PROMOTE_FOR_CALL_ONLY.
11480
11481         * genrecog.c (write_subroutine): Mark variable `operands' with
11482         ATTRIBUTE_UNUSED.
11483
11484         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
11485         ATTRIBUTE_UNUSED.
11486
11487         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
11488         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
11489
11490         * toplev.c (note_deferral_of_defined_inline_function): Likewise
11491         for `decl'.
11492
11493 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11494
11495         * config/c4x.h: Tidy up comments.
11496         * config/c4x.c: Likewise.
11497
11498 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
11499
11500         * fold-const.c (lshift_double, rshift_double): Handle
11501         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
11502
11503 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11504
11505         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
11506         in prepare_function_start().
11507
11508 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
11509
11510         * config/v850/v850.c (expand_epilogue): Interrupt functions no
11511         longer allocate extra stack for function calls.
11512
11513 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11514
11515         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11516
11517 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11518
11519         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11520
11521 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11522
11523         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11524         * aix43.h: Revert Aug 2 change.
11525         (HAS_INIT_SECTION): Define, not visible yet.
11526         (LD_INIT_SWITCH): Define, not visible yet.
11527         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11528
11529         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11530
11531         * collect2.c (main): Expand ld2 size further.
11532         (export_object_lst): Cast assignment to avoid warning.
11533         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11534         (scan_prog_file, COFF): Do not collect initialization or
11535         finalization functions generated for entire shared object if
11536         init/fini support present.
11537
11538 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11539
11540         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11541         that .section directives are always prefixed by a tab.
11542
11543         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11544         definitions.
11545
11546 2000-01-07  Matt Austern  <austern@sgi.com>
11547
11548         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11549         expon.
11550
11551 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11552
11553         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11554         crtstuff.c.
11555         (crtbegin.o, s-crtS): Likewise.
11556
11557 2000-01-06  Richard Henderson  <rth@cygnus.com>
11558
11559         * alpha.md (adddi_2+1): Limit offset such that it will be
11560         loadable with a single ldah+lda pair.
11561         (adddi_2+2): Explicitly fail split if we can't make it work.
11562
11563 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11564
11565         * protoize.c: Conditionally include unistd.h.
11566         (IS_SAME_PATH_CHAR): New macro.
11567         (IS_SAME_PATH): New macro.
11568         (CPLUS_FILE_SUFFIX): New macro.
11569         (cplus_suffix): New static variable.
11570         (is_abspath): New static function.
11571         (in_system_include_dir): Handle DOS style pathnames.
11572         (file_could_be_converted): Likewise.
11573         (file_normally_convertible): Likewise.
11574         (directory_specified_p): Likewise.
11575         (file_excluded_p): Likewise.
11576         (abspath): Likewise.
11577         (shortpath): Likewise.
11578         (referenced_file_is_newer): Likewise.
11579         (save_def_or_dec): Likewise.
11580         (do_processing): Likewise.
11581         (main): Likewise.
11582         (edit_file): Likewise. Use rename instead of link.
11583         (rename_c_file): Likewise. Don't rename syscalls file.
11584         (munge_compile_params): Define null device for DOS based systems.
11585         (process_aux_info_file): Use binary mode if appliable.
11586         (edit_file): Likewise.
11587         * invoke.texi (Running Protoize): Document C++ suffixes used.
11588
11589         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11590         IS_DIR_SEPARATOR macros.
11591         * collect2.c: Likewise.
11592         * cppinit.c: Likewise.
11593         * dwarf2out.c: Likewise.
11594         * gcc.c: Likewise.
11595         * gcov.c: Likewise.
11596         * prefix.c: Likewise.
11597         * rtl.c: Likewise.
11598         * toplev.c: Likewise.
11599         * system.h: And move to here.
11600
11601         * prefix.c (update_path): Fix typo in variable name.
11602
11603 2000-01-06  Richard Henderson  <rth@cygnus.com>
11604
11605         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11606         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11607         (count_reg_sets_1, count_reg_references): Likewise.
11608         (flow_loops_level_compute): Start counting actual loop depth at 1.
11609         (flow_loops_find): Likewise.
11610         * local-alloc.c (update_equiv_regs): Likewise.
11611         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11612
11613 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11614
11615         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11616         FIRST_PSEUDO_REGISTER
11617         * dwarf2out.c: Don't include frame.h
11618         * dwarfout.c: Likewise
11619         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11620         frame.h
11621
11622 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11623
11624         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11625         dead registers.
11626
11627         * i386.c (movsf splitter): Fix typo in my last checkin.
11628
11629 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11630
11631         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11632         own definition of this macro.
11633         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11634         flag_data_sections or UNIQUE_SECTION_P are true.
11635
11636         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11637         unitialised data decls.
11638
11639         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11640         being called for uninitialised data.
11641
11642         * config/i386/interix.c (i386_pe_unique_section): Cope with
11643         being called for uninitialised data.
11644
11645         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11646         for uninitialised data.
11647
11648         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11649         for uninitialised data.
11650
11651         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11652         for uninitialised data.
11653
11654         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11655         (UNIQUE_SECTION_P): Always generate a unique section if
11656         flag_data_sections is true.
11657         (UNIQUE_SECTION): Also generate unique sections for
11658         uninitialised data.
11659         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11660         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11661         named_section().
11662
11663 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11664
11665         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11666         SI, or DI.
11667
11668 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11669
11670         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11671         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11672         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11673         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11674         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11675
11676         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11677
11678 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11679
11680         * c-decl.c (finish_enum): Simplify code to determine minimum and
11681         maximum values of the enum, and calculate the type.  Remove check
11682         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11683         the DECL_INITIAL of each enumeration constant with a copy converted
11684         to the enumeration type.  When updating variant types, don't bother
11685         updating the type itself.
11686
11687         * c-typeck.c (build_binary_op): Simplify conditional expressions
11688         when weeding out spurious signed-unsigned warnings.  Add new
11689         spurious warning category: if the unsigned quantity is an enum
11690         and its maximum value fits in signed_type(result_type).  Update
11691         commentary.
11692         (build_conditional_expr): Warn here if one alternative is signed
11693         and the other is unsigned.
11694
11695 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11696
11697         * config/fr30/fr30.h: Remove extraneous comments.
11698
11699 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11700
11701         * reload1.c (choose_reload_regs): When disabling a reload, also
11702         set reload_spill_index to -1.
11703
11704 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11705
11706         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11707         old m68*-*-rtems*.
11708         (m68*-*-rtemself*): New target.
11709         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11710         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11711         (sparc*-*-rtemself*): New target.
11712         (sparc*-*-rtems*): Now elf not a.out.
11713         * config/i386/rtems.h: Include config/rtems.h.
11714         * config/i386/rtemself.h: Include config/rtems.h.
11715         * config/i960/rtems.h: Include config/rtems.h.
11716         * config/m68k/rtems.h: Include config/rtems.h.
11717         * config/m68k/rtemself.h: Include config/rtems.h.
11718         * config/mips/rtems64.h: Include config/rtems.h.
11719         * config/pa/rtems.h: Include config/rtems.h.
11720         * config/rs6000/rtems.h: Include config/rtems.h.
11721         * config/sh/rtems.h: Include config/rtems.h.
11722         * config/sh/rtemself.h: Include config/rtems.h.
11723         * config/sparc/rtems.h: Include config/rtems.h.
11724         * config/sparc/rtemself.h: Include config/rtems.h
11725
11726 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11727
11728         * final.c (shorten_branches): Correctly compute length of
11729         asms without operands.
11730
11731 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11732
11733         * configure.in: Add pj target.
11734         * configure: Regenerate.
11735         * config/pj: New directory.
11736         * config/pj/lib1funcs.S: New file.
11737         * config/pj/linux.h: New file.
11738         * config/pj/pj.c: New file.
11739         * config/pj/pj.md: New file.
11740         * config/pj/pjl.h: New file.
11741         * config/pj/t-pj: New file.
11742         * config/pj/xm-pj.h: New file
11743
11744 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11745
11746         * toplev.c (rest_of_compilation): Run shorten-branches before
11747         reg-stack for now.
11748
11749 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11750
11751         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11752         macros so that they're consistent with their names.
11753         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11754         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11755
11756 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11757
11758         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11759         modified inadvertently.
11760
11761 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11762
11763         * configure.in (v850*-*-rtems*): New target.
11764         * configure: Regenerate.
11765         * config/v850/rtems.h: New file.
11766
11767 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11768
11769         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11770         (__gthread_key_create): Likewise.
11771         (__gthread_key_dtor):  Likewise.
11772         (__gthread_once): Fix logic.
11773         (__gthread_key_delete): Cast away constness.
11774
11775         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11776         * invoke.texi: Document.
11777         * i386/mingw32.h (CPP_SPEC): Use.
11778         (LIBGCC_SPEC): Likewise.
11779         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11780
11781 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11782
11783         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11784         (HANDLE_PRAGMA_PACK): Undefine.
11785         (SLOW_UNALIGNED_ACCESS): Define.
11786
11787 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11788
11789         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11790         to default definition.
11791         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11792         (store_fixed_bit_field): Call macro with word_mode and alignment.
11793         (extract_bit_field): Call macro with relevant mode and alignment.
11794         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11795         to default definition.
11796         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11797         and alignment.
11798         (move_by_pieces_ninsns): Likewise.
11799         (clear_by_pieces): Likewise.
11800         (emit_push_insn): Likewise.
11801         (store_field): Call macro with relevant mode and alignment.
11802         (expand_expr): Likewise.
11803         (expand_expr_unaligned): Likewise.
11804
11805         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11806         (SLOW_UNALIGNED_ACCESS): Define.
11807         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11808         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11809         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
11810         (toc_section): Likewise and .toc pseudo-op.
11811         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11812         64-bit mode.
11813         (TEXT_SECTION_ASM_OP): Likewise.
11814         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11815         32-bit offsets.
11816
11817         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11818         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11819         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11820         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11821         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11822
11823 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11824
11825         * regclass.c: Revert my Jan 4 change to loop cost computation.
11826
11827 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11828
11829         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11830         compilation.
11831
11832 2000-01-04  Stan Cox  <scox@cygnus.com>
11833
11834         * haifa-sched.c (build_control_flow): Change unreachable simple
11835         loop test to check if current block has only one predecessor.
11836         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11837
11838 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11839
11840         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11841
11842         * calls.c (expand_call): Likewise for
11843         `old_stack_arg_under_construction'.
11844
11845         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11846
11847         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11848         `save_constant'.
11849
11850         * gcc.c (execute): Likewise for `ut' and `st'.
11851
11852         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11853
11854         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11855
11856         * jump.c (jump_optimize_1): Likewise for `temp2'.
11857
11858         * local-alloc.c (block_alloc): Likewise for `r1'.
11859
11860         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11861
11862         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11863         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11864
11865         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11866         and `set2'.
11867
11868         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11869         and `goal_earlyclobber'.
11870
11871         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11872
11873         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11874
11875         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11876
11877         * unroll.c (copy_loop_body): Likewise for `copy'.
11878
11879         * varasm.c (output_constructor): Likewise for `byte'.
11880
11881 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11882
11883         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11884         all FP constants for constant->reg moves.
11885         (ix86_split_to_parts): Try to convert memory address into immediate
11886         when available in the constant pool.
11887         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11888         moves.
11889         (LEGITIMATE_CONSTANT_P): Return 1.
11890         * i386.md (pushsf): New splitter to convert constant pool memory
11891         reference to immediate.
11892         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11893         reload.
11894
11895 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11896
11897         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11898         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11899         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11900         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11901         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11902
11903 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11904
11905         * ginclude/stdbool.h:  Support compilation as C++.
11906
11907 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11908
11909         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11910
11911 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11912
11913         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11914         comments.
11915
11916         * regclass.c: Fix minor whitespace problems.
11917
11918 2000-01-03  Anthony Green  <green@cygnus.com>
11919
11920         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11921         Restore the pic register if required.
11922
11923 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11924
11925         * c-common.c (format_char_info): Update comment.
11926         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11927         was recognized.  Emit warning for formats new in ISO C99 only
11928         if flag_isoc9x is not set.
11929
11930 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11931
11932         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11933
11934 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11935
11936         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11937         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11938         (make_compound_operation): Choose cheaper alternative between
11939         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11940
11941         * regclass.c (op_costs): Remove global variable.
11942         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11943         (record_operand_costs): Break out from ...
11944         (scan_one_insn): ... here.
11945         (dump_regclass): Make dumps nicer.
11946         (regclass): Dump preferrences choosed and changes done during passes.
11947
11948 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11949
11950         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11951
11952 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11953
11954         * config/sparc/sparc.c (gen_df_reg): New function.
11955         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11956         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11957         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11958         movtf_cc_reg_sp64+1): Use it.
11959
11960 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11961
11962         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11963         copied LABEL_DECLs.
11964
11965 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11966
11967         * config/i386/i386.c (ix86_expand_unary_operator): Function
11968         definition made void.
11969         (ix86_expand_binary_operator): Update outdated preceding comment.
11970         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11971         prototype.
11972
11973         * config/i386/i386.c (override_options): Fix option-name typo.
11974
11975 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11976
11977         * system.h (CEIL): Define.
11978         * builtins.c (CEIL): Remove.
11979         * expmed.c (CEIL): Likewise.
11980         * expr.c (CEIL): Likewise.
11981         * stor-layout.c (CEIL): Likewise.
11982
11983 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11984
11985         * expr.c (store_constructor_field): Fix typo introduced with last
11986         gcc2 merge.
11987
11988 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11989
11990         * tree.h (BINFO_N_BASETYPES): New macro.
11991
11992 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11993
11994         * expmed.c (emit_store_flag): Prevent losing a pending stack
11995         adjust the same way we prevent losing queued increments.
11996
11997 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11998
11999         * function.c (update_temp_slot_address): Handle case where sum of
12000         temporary address plus offset in register is a valid address.
12001
12002 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
12003
12004         * genrecog.c (change_state) Corrected typo.
12005
12006 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12007
12008         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
12009         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
12010         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
12011
12012 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
12013
12014         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
12015         case, expand GT comparisons correctly.  Fix a comment before this
12016         part of the code.
12017
12018 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
12019
12020         * dwarfout.c: Include "frame.h"
12021         * dwarf2out.c: Likewise.
12022         * Makefile.in (dwarfout.o): Depend on frame.h
12023         (dwarf2out.o): Likewise.
12024
12025 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
12026
12027         Restore i386 binary compatibility in Dwarf EH info.
12028         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
12029         value of FIRST_PSEUDO_REGISTER.
12030         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
12031         (struct frame_state): Use DWARF_FRAME_REGISTERS.
12032         * dwarfout.c (output_reg_number): Ditto.
12033         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
12034         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
12035
12036 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
12037
12038         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
12039         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
12040         (<hack>_RE_CT): not needed
12041         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
12042         rewritten to scan the file text once only
12043         "template<..." test added
12044         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
12045         (is_cxx_header): declaration added
12046         * fixinc/fixtests.c(is_cxx_header): removed
12047         (apply_fix_p_t): removed
12048         (double_slash_test): is_cxx_header is only called once now
12049         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
12050         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
12051         within the templates.
12052         The borken spelling of "broken" was fixed.
12053         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
12054         The default level depends on FIXINC_DEBUG.
12055
12056 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12057
12058         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
12059         Otherwise provide a declaration for atexit.
12060         (init_dummy): Make sure dummy call to atexit is nevertheless
12061         called with correct number of args.
12062
12063         * frame.c: Update comments referring to other files.
12064
12065         * libgcc2.c: Likewise.
12066
12067 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12068
12069         * cse.c (free_element, get_element): Remove unused prototypes.
12070
12071         * fold-const.c (extract_muldiv): Initialize variables `op0' and
12072         `op1'.
12073
12074         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
12075         `else' clauses.
12076
12077 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
12078
12079         * configure.in,configure: case arm for mn10200-*-* now sets
12080         float_format=i32 so that float.h will correctly claim "double"
12081         to be 32 bits. Ran autoconf to generate configure from .in file.
12082
12083 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
12084
12085         * pa.md (conditional zero): If op1 is a register, force it into
12086         the same register as op0.
12087
12088 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
12089
12090         * tree.h (BINFO_BASETYPES): Improve documentation.
12091
12092 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12093
12094         * configure.in (--enable-checking): Use a more portable `for'
12095         loop syntax.
12096
12097 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12098
12099         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
12100         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
12101
12102         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
12103         Delete files.
12104
12105         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
12106         Delete descriptions.
12107
12108         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
12109         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
12110         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
12111         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
12112         xm-svr4.h: Remove all instances of sys_siglist handling.
12113
12114 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
12115
12116         * config/sparc/sparc.md (cmp_zero_qi,
12117         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
12118         cmp_zero_extendqidi2_andcc_set): New patterns.
12119
12120 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
12121
12122         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
12123         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
12124         (fpgnulib.c, xfgnulib.c): Add rules.
12125         * m68k/t-mot3300-gas: Likewise.
12126
12127 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
12128
12129         * configure.in: Avoid [[ by using test and changequote.  Add
12130         changequote required by 1999-12-14 change.
12131         * configure: Rebuild.
12132
12133 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
12134
12135         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
12136
12137 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
12138
12139         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
12140         * flow.c (find_use_as_address): Likewise.
12141         * function.c (fixup_var_refs_1): Likewise.
12142         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
12143         * jump.c (invert_exp, redirect_exp): Likewise.
12144         * loop.c (replace_call_address): Likewise.
12145         (count_nonfixed_reads): Likewise.
12146         * rtlanal.c (modified_between_p): Likewise.
12147         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
12148         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
12149         * unroll.c (remap_split_bivs): Likewise.
12150
12151 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12152
12153         * diagnostic.c (v_message_with_decl): Use .* format specifier
12154         instead of building the format specifier width manually.
12155
12156         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
12157         determining whether to provide a prototype.  Remove the
12158         sys_siglist clause in the conditional.
12159
12160 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12161
12162         * fold-const.c (operand_equal_p): Use memcmp to compare string
12163         constants.
12164         Suggested by D. J. Bernstein
12165
12166 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12167
12168         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
12169         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12170         compiling libgcc2.
12171         * config/mips/mips.h (TARGET_64BIT): Likewise.
12172         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
12173         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
12174         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
12175         dsps.  Give routines proper names if SI/DI modes are not used.
12176         * longlong.h: Use DWunion instead of DIunion.
12177
12178 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
12179
12180         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
12181         GC_CHECKING, GC_ALWAYS_COLLECT.
12182         * configure.in: Allow --enable-checking with an argument
12183         listing check modes to enable.
12184         * config.in, configure: Rebuilt.
12185         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
12186         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
12187         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
12188         ENABLE_GC_ALWAYS_COLLECT.
12189         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
12190         throughout.
12191         * tree.h, tree.c: Change ENABLE_CHECKING to
12192         ENABLE_TREE_CHECKING throughout.
12193
12194 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12195
12196         * fold-const.c (fold_truthop): Properly check for FP RHS.
12197
12198 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
12199
12200         * toplev.h (note_deferall_of_defined_inline_function): Declare.
12201         * toplev.c (note_deferral_of_defined_inline_function): New
12202         function, split out from ...
12203         (rest_of_compilation): ... here.  Use it.
12204
12205 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12206
12207         * expr.c (store_constructor): Don't call clear_storage if size is
12208         variable.
12209
12210 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12211
12212         * Makefile.in (toplev.o): Depend on loop.h.
12213
12214         * dwarfout.c: Include tm_p.h.
12215
12216         * emit-rtl.c (restore_emit_status): Mark parameter with
12217         ATTRIBUTE_UNUSED.
12218
12219         * final.c (final_scan_insn): Likewise.
12220
12221         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
12222         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
12223         flow_depth_first_order_compute, flow_loop_pre_header_find,
12224         flow_loop_tree_node_add, flow_loops_tree_build,
12225         flow_loop_level_compute, flow_loops_level_compute,
12226         flow_loop_outside_edge_p): Add prototypes.
12227         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
12228
12229         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
12230         Mark with ATTRIBUTE_NORETURN.
12231
12232         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
12233
12234         * local-alloc.c (no_conflict_p): Likewise.
12235
12236         * loop.c (insert_bct): Hide definitions of variables with hidden
12237         usage.
12238         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
12239
12240         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
12241         with ATTRIBUTE_UNUSED.
12242         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
12243         (reg_scan): Likewise.
12244
12245         * reload.c (find_reloads): Remove unused variables `changed'.
12246
12247         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
12248         away const-ness.
12249         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
12250         Remove unused variable `insn'.
12251
12252         * toplev.c: Include loop.h.
12253         (report_file_and_line): Remove unnecessary prototype.
12254
12255         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
12256
12257         * unroll.c (biv_total_increment): Likewise.
12258
12259 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12260
12261         * reload1.c (emit_input_reload_insns): Restore old behaviour
12262         wrt. 'special' reloads.
12263
12264 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
12265
12266         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
12267         hash.h.  (cse.c): Don't depend on hashtab.h.
12268
12269         * cse.c: Don't include hashtab.h.
12270         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
12271         of dead functions.
12272         * ggc-simple.c: Don't include hash.h.
12273
12274 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
12275
12276         * dwarf2out.c (add_abstract_origin_attribute): Call
12277         gen_abstract_function on our function context.
12278
12279 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12280
12281         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
12282
12283 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12284
12285         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
12286         case in switch.
12287
12288 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12289
12290         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
12291         constraints to "a!r".
12292
12293 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
12294
12295         * Makefile.in (calls.o): Depend on function.h.
12296         (alias.o): Likewise.
12297
12298 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
12299
12300         * reload1.c (emit_reload_insns): Break out code and variables into...
12301         (input_reload_insns, other_input_address_reload_insns,
12302         other_input_reload_insns, input_address_reload_insns,
12303         inpaddr_address_reload_insns, output_reload_insns,
12304         output_address_reload_insns, outaddr_address_reload_insns,
12305         operand_reload_insns, other_operand_reload_insns,
12306         other_output_reload_insns): ... new static variables, and...
12307         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
12308         do_output_reload): ... new functions.
12309
12310 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12311
12312         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
12313
12314 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12315
12316         * md.texi: Add c4x constraints documentation.
12317
12318 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12319
12320         * config/i386/dgux.c (struct option): Rename to
12321         lang_independent_option.
12322         (struct m_options): Add description field.
12323         (output_options): Rename option type, add sep declaration, output
12324         ix86_cpu_string and ix86_arch_string only if set.
12325         (output_file_start): Rename option type.
12326
12327 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
12328
12329         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
12330         stmp-int-hdrs.
12331         (libgcc2.a): Similarly.
12332
12333 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
12334
12335         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
12336         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
12337         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
12338
12339 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
12340
12341         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
12342         Remove redundant initialization of "frexpon" and "expon".
12343
12344 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12345
12346         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
12347
12348         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
12349         (store_constructor_field, expand_expr): Pass new arg.
12350
12351 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
12352
12353         * Makefile.in (explow.o): Depend on function.h.
12354
12355         * stor-layout.c (set_sizetype): Fix typo.
12356
12357 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
12358
12359         * function.c (cfun): Renamed from current_function.  All users
12360         changed.
12361         * function.h (cfun): Rename declaration as well.
12362
12363         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
12364         to be of type regset_head, not regset.  All users changed by adding
12365         address operator.
12366         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
12367
12368 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12369
12370         * config/c4x/rtems.h: New file.
12371
12372 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12373
12374         * reload1.c (spill_failure): Take class of failed reload as argument
12375         and print it.  Caller changed.
12376
12377 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12378
12379         * rs6000.h (SUBTARGET_DEFAULT): New macro.
12380         (TARGET_SWITCHES): Allow subtargets to default switches.
12381         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
12382
12383 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
12384
12385         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
12386         in a main program.
12387
12388 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
12389
12390         * cccp.c (main): Define __STDC_VERSION__ as necessary.
12391         * cppinit.c (cpp_handle_option): Likewise.
12392
12393         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
12394         determine when to define.
12395
12396 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
12397
12398         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
12399         cmove with mismatched test and data modes.
12400
12401 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
12402
12403         * c-typeck.c (c_expand_start_case): Don't warn for long switch
12404         in system headers.
12405
12406 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12407
12408         * alias.c: Minor reformatting.
12409         * flow.c: Likewise.
12410         * regs.h: Likewise.
12411         * stor-layout.c: Likewise.
12412         * fold-const.c: Likewise.
12413         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
12414         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
12415         not arg itself.
12416         (size_int_wide): Cache nodes even if garbage collecting.
12417         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
12418         of SAVE_EXPR has no side effects.
12419         * cse.c: Move a comment.
12420         * tree.c: Minor reformatting.
12421         (int_size_in_bytes): Return -1 if constant overflows.
12422
12423 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12424
12425         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
12426
12427 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
12428
12429         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
12430         after any change to c-parse.in, even if objc-parse.y didn't
12431         change.  Oops.
12432
12433 1999-12-18  David S. Miller  <davem@redhat.com>
12434
12435         * toplev.c (rest_of_compilation): Restore BLOCK tree
12436         reconstruction and branch shortening changes lost in
12437         December 18th change.
12438
12439 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
12440
12441         * config/arm/linux-elf.h: Change all instances of
12442         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
12443         * config/arm/uclinux-elf.h: Likewise.
12444
12445 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
12446
12447         * toplev.c (notice, vmessage, v_message_with_file_and_line,
12448         v_message_with_decl, file_and_line_for_asm,
12449         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
12450         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
12451         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
12452         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
12453         pfatal_with_name, fatal_io_error, need_error_newline,
12454         last_error_function, last_error_tick, announce_function,
12455         default_print_error_function, print_error_function,
12456         report_error_function, fnotice, error_with_file_and_line,
12457         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
12458         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
12459         warning_with_decl, warning_for_asm, warning, pedwarn,
12460         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
12461         diagnostic.c
12462         (compile_file): Use fnotice instead of notice.  Adjust call.
12463
12464         * diagnostic.c: New file.
12465
12466         * Makefile.in (OBJS): Include diagnostic.o
12467         (diagnostic.o): Define dependence.
12468
12469 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12470
12471         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
12472         Tweak formatting.
12473
12474 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12475
12476         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
12477
12478 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
12479
12480         * fixtests.c (is_cxx_header): New fn, split out of
12481         double_slash_test.
12482         (else_endif_label): Allow "#endif // comment" in C++ headers,
12483         as determined by is_cxx_header.
12484         * fixfixes.c (else_endif_label_fix): Update comment.
12485         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
12486         a tty.
12487         * genfixes: Correct double thinko in commandline parsing.
12488         * hackshell.tpl: Generate correct sh syntax for bypass
12489         entries.
12490
12491         * inclhack.def (all): Whenever an inserted preprocessor
12492         conditional is split over multiple lines, use double
12493         backslashes in this file so the fixed header will be readable.
12494
12495         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
12496         and add bypass entry for correct version of this header.
12497         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
12498         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
12499
12500         (hpux8_bogus_inlines): New fix, split from...
12501         (ultrix_atof_param) ... here.
12502         (math_expression): Add bypass entry keyed to glibc comment
12503         indicating the problem has been dealt with; disable
12504         unnecessary sed operations; update commentary.
12505         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
12506         add select and bypass entries, simplify shell operation.
12507         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
12508
12509         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
12510          ultrix_atof_param): Add select entry.
12511         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12512         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12513         comments with the fixes they describe.
12514
12515         * c-parse.in (string action): Do not warn about ANSI string
12516         concatenation in system headers.  Affects C parser only.
12517         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12518
12519 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12520
12521         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12522         compiling libgcc2 the macro depends always on arch cpp defines.
12523
12524 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12525
12526         * loop.c (insert_loop_mem): Don't record MEMs from inside
12527         EXPR_LISTs.
12528
12529 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12530
12531         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12532
12533         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12534         notes too, create one when replacement failed, attempt to simplify
12535         resulting notes.
12536         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12537         or REG_EQUIV notes.
12538
12539 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12540
12541         * crtstuff.c (__dso_handle): Declare.
12542         (__cxa_finalize): Likewise.
12543         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12544         non-NULL.
12545
12546         * invoke.texi: Document -fuse-cxa-atexit.
12547
12548         * tree.h (ptr_type_node): Document.
12549         (const_ptr_type_node): Likewise.
12550
12551 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12552
12553         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12554         (optimize_reg_copy_2): Likewise.
12555         (optimize_reg_copy_3): Likewise.
12556         (fixup_match_2): Likewise.
12557         (regmove_optimize): Likewise.
12558         (fixup_match_1): Liekwise.
12559
12560         * i386.md (HI to SImode promoting splitters): Rewrite.
12561         (pushsf mem peep2): New.
12562         (testhi to andhi peep2): Remove.
12563         * i386.h (x86_promote_QImode): New.
12564         (TARGET_PROMOTE_QImode): New.
12565         (PREDICATE_CODES): Add promotable_binary_operator.
12566         * i386.c (x86_promote_QImode0: New.
12567         (promotable_binary_operator): New.
12568         * i386-protos.h (promotable_binary_operator): New.
12569
12570         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12571         condition.
12572         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12573
12574 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12575
12576         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12577         * function.c (insert_block_after_note): Remove.
12578         (retrofit_block): Likewise.
12579         (identify_blocks): Fix indentation.
12580         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12581         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12582         * function.h (insert_block_after_note): Remove prototype.
12583         (retrofit_block): Likewise.
12584         * integrate.c (expand_inline_function): Don't call
12585         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12586         just expand_start_bindings.  Use the block_map to remap old
12587         NOTE_BLOCKs to new ones.
12588         (integrate_decl_tree): Keep track of remapped blocks.
12589         * integrate.h (struct inline_remap): Add block_map.
12590         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12591         NOTE_BLOCK on the notes.
12592         (expand_start_bindings): Rename to ...
12593         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12594         (expand_end_bindings): Set NOTE_BLOCK.
12595         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12596         reconstruct the BLOCK tree.
12597         * tree.h (expand_start_bindings): Macroize.  Call ...
12598         (expand_start_bindings_and_block): New function.
12599
12600 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12601
12602         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12603         to match the format.
12604
12605 1999-12-16  David S. Miller  <davem@redhat.com>
12606
12607         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12608         the outputs is a SUBREG.
12609         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12610         change.
12611
12612         * config/sparc/sparc.c (epilogue_renumber): Add default case
12613         to switch stmt.
12614
12615 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12616
12617         * toplev.c (rest_of_compilation): Run branch shortening after
12618         reg-stack.
12619
12620         * regclass.c (loop_depth): Remove
12621         (scan_one_insn): Do not handle LOOP_NOTE insns.
12622         (regclass): Go through basic blocks and set loop_cost
12623
12624 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12625
12626         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12627
12628 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12629
12630         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12631         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12632         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12633
12634 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12635
12636         * loop.c (insert_loop_mem): Ignore memory clobbers.
12637
12638         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12639         to (OP A B).
12640
12641 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12642
12643         * profile.c: Remove redundant #include "output.h".
12644
12645         * h8300.md (HImode preinc peephole): Fix typo.
12646
12647 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12648
12649         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12650         (insert_block_after_note): Abort if we don't have a previous block.
12651         Remove FN parameter.
12652         * function.h: Adjust.
12653
12654 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12655
12656         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12657         argument more than once.
12658
12659 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12660
12661         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12662
12663 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12664
12665         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12666
12667 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12668
12669         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12670         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12671         update stack_alignment_needed.
12672         (prepare_function_start): Initialize stack_alignment_needed
12673         * function.h (struct function): Add field stack_alignment_needed.
12674
12675 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12676
12677         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12678         Handle live_throughout / dead_or_set instead of live_before /
12679         live_after.
12680         (save_call_clobbered_regs): Get register livenessinformation from
12681         chain->live_throughout.
12682         (add_stored_regs): New function.
12683         (insert_restore, insert_save): Add restored / saved registers to
12684         dead_or_set.
12685         * global.c (reg_dies): New parameter chain.
12686         (reg_becomes_live): Third parameter is regs_set now.
12687         Changed all callers.
12688         (reg_dies): New parameter chain.  Changed all callers.
12689         (build_insn_chain): Set live_throughout instead of
12690         live_before / live_after.
12691         * reload.h (struct insn_chain): Replace members live_before /
12692         live_after with live_throughout / dead_or_set.
12693         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12694         instead of live_before / live_after.
12695         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12696         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12697         (choose_reload_regs_init): Likewise.
12698         * stupid.c (current_chain, find_clobbered_regs): Delete.
12699         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12700         instead of chain->live_before / chain->live_after.
12701         (mark_hard_ref): New function.
12702         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12703
12704 1999-12-15  David S. Miller  <davem@redhat.com>
12705
12706         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12707
12708 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12709
12710         * flow.c (calculate_loop_depth): Make global, remove prototype,
12711         rewrite to use new loop infrastructure.
12712         (find_basic_block): Remove calculate_loop_depth call.
12713         * toplev.c (rest_of_compilation): Call find_basic_block.
12714         * output.h (calculate_loop_depth): Declare.
12715
12716         * flow.c (dump_flow_info): Dump loop_depth.
12717         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12718         body.
12719         (flow_loops_find): Initialize the loop_depth for each basic block.
12720
12721 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12722
12723         * tree.c (decl_function_context): Handle virtual functions.
12724
12725         * tlink.c (scan_linker_output): Don't look in demangled name when
12726         looking for linker output keywords.
12727
12728         * dwarfout.c (output_type): We can defer namespace-scope classes.
12729
12730 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12731
12732         * regclass.c (record_reg_classes): Update comment for merging
12733         register class preferences in reg->reg copies.  Tighten conditions
12734         for merging register class preferences in reg->reg copies.
12735
12736 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12737
12738         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12739
12740 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12741
12742         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12743         (INIT_SECTION_ASM_OP): Delete.
12744         (FINI_SECTION_ASM_OP): Delete.
12745         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12746
12747 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12748
12749         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12750         the abstract origin wasn't emitted.
12751
12752         * dwarf2out.c (class_scope_p): New fn.
12753         (gen_subprogram_die): Use it.
12754         (gen_variable_die): Use it.  Tweak logic.
12755         (gen_struct_or_union_type_die): Check context_die to determine
12756         if we're function-local.
12757         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12758
12759 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12760
12761         * loop.c (check_dbra_loop): Can't reverse a biv that has
12762         maybe_multiple set.
12763
12764 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12765
12766         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12767         switch.
12768
12769 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12770
12771         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12772         for givs made from biv increments.
12773
12774 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12775
12776         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12777         * alpha.c (override_options): Recognize -mcpu=ev67.
12778         * alpha.h (CPP_CPU_EV67_SPEC): New.
12779         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12780         (EXTRA_SPECS): Update.
12781
12782 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12783
12784         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12785         appropriate for -lang-c89 and -std=*.
12786         * cppinit.c (cpp_handle_option): Likewise.
12787         (new_pending_define): New, split out from cpp_handle_option.
12788         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12789         or enable trigraphs for -ansi/-std=*.
12790
12791         * ginclude/stdarg.h (__va_copy): New.
12792         (va_copy): Don't define for C89.
12793
12794 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12795
12796         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12797         for long long multiply-accumulate.
12798
12799 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12800
12801         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12802         optimizing for size.
12803
12804 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12805
12806         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12807         if something changed.  Back out that part of yesterday's changes.
12808
12809         * loop.c (loop_max_reg): New static variable.
12810         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12811         max_reg_num.
12812         (scan_loop): Call reg_scan_update whenever we may have added new
12813         registers, and update loop_max_reg.
12814
12815 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12816
12817         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12818         when source does not die.
12819
12820         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12821
12822 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12823
12824         * config/sparc/linux64.h (TARGET_LIVE_G0,
12825         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12826         variants on Linux.
12827         * config/sparc/linux.h (TARGET_LIVE_G0,
12828         TARGET_BROKEN_SAVERESTORE): Likewise.
12829         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12830         TARGET_BROKEN_SAVERESTORE): Likewise.
12831
12832         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12833         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12834         not %g2.
12835         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12836         as sparc64 block profiling register.
12837         * config/sparc/sparc.c (sparc_override_options): Allow block
12838         profiling with -m32.
12839         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12840         profiling register.
12841         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12842         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12843         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12844
12845         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12846         for sparc64.
12847         * config/sparc/sparc.h: Likewise.
12848         * config/sparc/xm-sysv4-64.h: Likewise.
12849         * config/float-sparc.h: Likewise.
12850         * glimits.h: Likewise.
12851         * longlong.h: Likewise.
12852
12853         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12854         (ASM_IDENTIFY_GCC): Remove.
12855
12856 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12857
12858         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12859         (simplify_logical): Likewise.
12860
12861 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12862
12863         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12864         * cppfiles.c (INO_T_EQ): Likewise.
12865
12866 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12867
12868         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12869         * i386/mingw32.h (LIB_SPEC): Likewise.
12870         (STARTFILE_SPEC): Likewise.
12871         * i386/uwin.h (LIB_SPEC): Likewise.
12872         (STARTFILE_SPEC): Likewise.
12873
12874         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12875         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12876
12877 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12878
12879         * combine.c (combine_simplify_rtx): Fix order of checks for
12880         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12881
12882 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12883
12884         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12885         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12886
12887 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12888
12889         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12890         defined.
12891         * regclass.c (inv_reg_alloc_order): New array.
12892         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12893
12894         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12895         counted_for_groups, counted_for_nongroups.  Add fields rld and
12896         n_reloads.
12897         * reload.c (push_secondary_reload): Don't set nongroup field of
12898         new reloads.
12899         (push_reload): Likewise.
12900         (find_reloads): Delete code to compute nongroup fields.
12901         * reload1.c (reload_insn_firstobj): New static variable.
12902         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12903         users changed.
12904         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12905         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12906         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12907         functions.
12908         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12909         functions.
12910         (struct hard_reg_n_uses): Deleted.
12911         (potential_reload_regs): Deleted.
12912         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12913         (reload): Don't try to allocate reload registers if we already know
12914         we have to make another pass.  Call select_reload_regs.  Free memory
12915         starting with reload_firstobj when starting another pass.
12916         Don't allocate spilled_pseudos.
12917         (calculate_needs_all_insns): Call copy_reloads for an insn that
12918         needs reloads; don't call calculate_needs.
12919         (spill_cost): New static array.
12920         (used_spill_regs_local): New static variable.
12921         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12922         to compute potential_reload_regs.
12923         (find_reload_regs): Completely rewritten to use find_reg.
12924         (allocate_reload_reg): Don't test counted_for_groups or
12925         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12926         all cllers changed.
12927         (choose_reload_regs): Add fallback code that uses the existing
12928         register allocation from find_reload_regs.
12929
12930 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12931
12932         * flow.c (create_edge_list): Cast xmalloc return value.
12933
12934 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12935
12936         * doprnt.c: Remove incorrect comment closure.
12937
12938         * cse.c: Fix a few minor whitespace goofs.
12939
12940 1999-12-13  Don Bowman  <don@pixstream.com>
12941
12942         * mips/vxworks.h: Fix problem with comment termination.
12943         (EXTRA_SECTIONS): Add in_sbss.
12944         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12945
12946 1999-12-12  David S. Miller  <davem@redhat.com>
12947
12948         * cse.c (struct cse_reg_info): Add hash_next member,
12949         reorder rest of struct for better packing on 64-bit
12950         hosts.
12951         (cse_reg_info_tree): Kill.
12952         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12953         REGHASH_FN): New custom pow2 hash mechanism.
12954         (NBUCKETS): Kill.
12955         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12956         use a pow2 hash table.
12957         (get_cse_reg_info): Rework to use new REGHASH.
12958         (new_basic_block): Likewise, use HASH_SIZE, and inline
12959         free_element call.
12960         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12961         and inline free_element call.
12962         (lookup_as_function, insert, flush_hash_table, invalidate,
12963         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12964         invalidate_for_call, use_related_value, find_comparison_args,
12965         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12966         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12967         get_element): Kill.
12968
12969 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12970
12971         * cse.c (cse_basic_block): Free qty_table consistently.
12972
12973 1999-12-12  David S. Miller  <davem@redhat.com>
12974             Jakub Jelinek    <jakub@redhat.com>
12975
12976         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12977         SUBREGs by hand, gen the appropriate hard reg directly.
12978         (movtf reg/mem split): Likewise and alter_subreg on destination
12979         if necessary.
12980         (movtf mem/reg split): Similarly.
12981         (movdf_cc_sp64): Rename from hidden pattern.
12982         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12983         (movtf_cc_sp64, following split): New pattern and splitter.
12984         (movdf_cc_reg_sp64): Rename from hidden pattern.
12985         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12986         TARGET_HARD_QUAD.
12987         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12988
12989 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12990
12991         * loop.c (load_mems): Don't hoist written floating point mem
12992         if -ffloat-store.
12993
12994 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12995
12996         * except.h (struct eh_queue): Add `next' pointer.
12997         (struct eh_status): Make x_ehqueue a pointer.
12998         (push_ehqueue):  Declare.
12999         (pop_ehqueue): Likewise.
13000         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
13001         pointer.
13002         (expand_fixup_region_end): Likewise.
13003         (expand_leftover_cleanups): Likewise.
13004         (push_ehqueue): Define.
13005         (pop_ehqueue): Likewise.
13006         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
13007         than doing it inline.
13008         (expand_start_all_catch):  Adjust now that ehqueue is a
13009         pointer.
13010         (mark_eh_queue): Mark all level of the queue.
13011         (mark_eh_status):  Adjust now that ehqueue is a
13012         pointer.
13013         (init_eh_for_function): Allocate ehqueue.
13014         (free_eh_status): Free it.
13015         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
13016         expansion for a fixup.
13017
13018 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13019
13020         * gthr-single.h (__gthread_active_p): Add prototype arguments.
13021
13022         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
13023         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
13024         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
13025         function_ptr, getpagesize, __enable_execute_stack,
13026         __enable_execute_stack, __clear_insn_cache,
13027         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
13028         _cleanup, _exit, __default_terminate, __terminate_func,
13029         __terminate, __empty, __throw, new_eh_context,
13030         eh_context_initialize, eh_context_static, eh_context_specific,
13031         get_eh_context, __get_eh_context, __get_eh_info,
13032         init_reg_size_table, eh_threads_initialize,
13033         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
13034         __unwinding_cleanup, throw_helper, __throw, __rethrow,
13035         __pure_virtual): Add prototype arguments.
13036         (__bb_exit_func): Cast a sizeof to long when comparing against one.
13037         Cast a signed value to unsigned long when comparing against one.
13038         (new_eh_context): Wrap in _GTHREADS macro.
13039         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
13040         declaration.
13041         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
13042         (throw_helper): Initialize variables `handler_p' and `pc_p'.
13043
13044 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13045
13046         * combine.c (record_promoted_value): Remove unused variable
13047         `links2'.
13048
13049         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
13050
13051         * global.c (record_conflicts): Likewise for `j'.
13052
13053         * genoutput.c (output_insn_data): Don't unnecessarily cast away
13054         const-ness.
13055
13056 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13057
13058         * i386-protos.h (output_387_binary_op, output_fix_trunc,
13059         output_fp_compare): Constify a char*.
13060
13061         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
13062         static prototypes.
13063         (override_options, ix86_comp_type_attributes, print_operand,
13064         output_387_binary_op, output_fix_trunc, output_fp_compare):
13065         Constify a char*.
13066         (ix86_sched_reorder): Mark parameter `clock_var' with
13067         ATTRIBUTE_UNUSED.
13068
13069         * i386.h (DEBUG_PRINT_REG): Constify a char*.
13070
13071 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13072
13073         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
13074         operand, for use in the Java front-end.
13075
13076 1999-12-10  Ben Collins  <bcollins@debian.org>
13077
13078         * configure.in: Fix typo for "-64" in 64bit as check.
13079         * configure: Rebuilt.
13080
13081 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
13082
13083         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
13084         appropriate.
13085
13086 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13087
13088         * c-parse.in (string): With -Wtraditional, warn if ANSI string
13089         concatenation is utilized.
13090
13091         * invoke.texi (-Wtraditional): Document it.
13092
13093 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13094
13095         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
13096         Cast a ptrdiff_t to long and pass it to printf with %ld.
13097
13098 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
13099
13100         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
13101         68881, we have no 68881 registers at all.
13102         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
13103         value in a 68881 register if it is available.
13104
13105 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
13106
13107         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
13108         for long long multiply-accumulate.
13109
13110 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
13111
13112         * loop.c (insert_loop_mem): Undo last change.
13113
13114 1999-12-10  David S. Miller  <davem@redhat.com>
13115
13116         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
13117         New functions.
13118         * config/sparc/sparc-protos.h: Add them.
13119         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
13120         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
13121         constraints which use those helpers.
13122         (EXTRA_CONSTRAINT): Use this new macro.
13123         * md.texi: Update sparc target constraints documentation.
13124         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
13125         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
13126         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
13127         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
13128         (movsf high/lo_sum split): Rework for new patterns.
13129         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
13130
13131 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
13132
13133         * c-common.c (c_common_nodes_and_builtins):
13134         Create __builtin_ptrdiff_t and __builtin_size_t.
13135
13136 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
13137
13138         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
13139
13140 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13141
13142         * regclass.c (globalize_reg): Re-instate test that allows
13143         fixed registers to be declared as a variable even after functions
13144         are defined.
13145
13146 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13147
13148         * i386.md (cpu attribute): Add "athlon".
13149         (athlon_decode): New attribute.
13150         (Athlon scheduling units definitions): New.
13151         (fcmp and shld patterns): Set athlon_decode to "vector".
13152         * i386.c (athlon_cost): New.
13153         (m_ATHLON): New.
13154         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
13155         x86_use_sahf): Set for Athlon.
13156         (x86_use_fiop): Unset for Athlon.
13157         (override_options): Define Athlon alignments and "athlon" name.
13158         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
13159         * i386.h (TARGET_ATHLON): New.
13160         (enum processor_type): Add PROCESSOR_ATHLON.
13161         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
13162         for CPU_DEFAULT==5
13163         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
13164
13165 1999-12-09  Andreas Jaeger  <aj@suse.de>
13166
13167         * loop.c (record_biv): Declare parameter as int.
13168
13169         * config/i386/i386-protos.h: Declare long_memory_operand.
13170
13171 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
13172
13173         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
13174         EXPR_WITH_FILE_LOCATION.
13175
13176 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
13177
13178         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
13179         in expander.
13180
13181         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
13182
13183         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
13184         updating code.
13185
13186 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
13187
13188         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
13189         default on linux64 again.
13190         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
13191         models for multilibing.
13192         * genmultilib: Accept | as alternative separator within a set in
13193         MULTILIB_OPTIONS.
13194
13195         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
13196
13197         * calls.c (precompute_arguments): Make sure initial_value contains
13198         value pseudo which CSE expects.
13199         * cse.c (struct set): New entry orig_src.
13200         (cse_insn): Set it early on entry, use it for libcall EQUIV note
13201         replacement.
13202
13203 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
13204
13205         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
13206
13207 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
13208
13209         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
13210
13211 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
13212
13213         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
13214         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
13215
13216         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
13217         if TARGET_ARCH32.
13218
13219         * longlong.h: Merge in changes from glibc.
13220         Also don't clobber %g2 register in 32bit SPARC assembly, so that
13221         -mno-app-regs libgcc can be compiled.
13222         * libgcc2.c: Add defines so that the updated longlong.h
13223         can be used in libgcc2.a. Also, make sure on most architectures
13224         (at least on all which have optimized code in longlong.h defined
13225         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
13226
13227 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13228
13229         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
13230         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
13231         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
13232         is GNU ld.
13233         * configure: Rebuilt.
13234
13235 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
13236
13237         * alpha.c (secondary_reload_class): For !BWX, sub-simode
13238         outputs require a register.
13239
13240 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
13241
13242         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
13243         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
13244         functions like dptoul will be resolved.
13245         (libgcc2.a): Make sure that the object files from DPBIT are named
13246         differently (prefix `_dp') from those that would be coming from
13247         FPBIT.
13248
13249 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
13250
13251         * configure.in: When target is sparc* and tm_file contains 64,
13252         test for 64bit support in assembler.  If not supported, remove
13253         sparc/t-sol2-64 from target-dependent Makefile fragments.
13254         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
13255         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
13256         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
13257         * acconfig.h (AS_SPARC64_FLAG): Added.
13258         * configure, config.in: Rebuilt.
13259         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
13260         support.  Use AS_SPARC64_FLAG.
13261
13262 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
13263
13264         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
13265         suitable for holding OFmode values so that gcc works with complex
13266         quad long doubles.
13267         (hard_64bit_mode_classes): Likewise.
13268
13269         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
13270         so that it is actually matched.
13271         (sethi_di_medlow): Likewise.
13272
13273         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
13274         as legitimate constant if -mvis.
13275         * config/sparc/sparc.md (movtf): Likewise.
13276         (clear_sf): Use const_double_operand.
13277         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
13278
13279         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
13280         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
13281         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
13282         routines, _Qp_* cannot be handled like that now.
13283         (INIT_TARGET_OPTABS): Likewise.
13284         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
13285         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
13286         sparc_emit_float_lib_cmp if ARCH64 and soft float.
13287         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
13288         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
13289         divtf3, sqrttf3): New expanders.
13290         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
13291         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
13292         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
13293         non-_hq patterns.
13294
13295         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
13296         * configure: Rebuilt.
13297         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
13298         -mcpu is given and we're doing 64bit compiles.
13299
13300 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
13301
13302         * loop.h (struct induction): Add multi_insn_incr.
13303         * loop.c (basic_induction_var): New multi_insn_incr argument.
13304         Set it if we search back through previous insns for the biv.
13305         (record_biv): New multi_insn_incr argument; fill in struct induction.
13306         (strength_reduce): Discard an iv with multiple bivs, any of
13307         which require multiple insns to increment.
13308
13309 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13310
13311         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
13312         documentation.
13313
13314 1999-12-06  David S. Miller  <davem@redhat.com>
13315
13316         * combine.c (check_promoted_subreg): Do not conditionalize this upon
13317         PROMOTE_FUNCTION_RETURN.
13318
13319 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
13320
13321         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
13322         and handle REG_UNUSED note on insn.
13323
13324         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
13325         inner_mask instead of mask.
13326
13327 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
13328
13329         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
13330         zero if there was an error.
13331
13332 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13333
13334         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
13335         output string.
13336
13337         * longlong.h: Fix clobbers in SPARC asm statements.
13338
13339         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
13340         valid sethi operations when TARGET_ARCH64.
13341
13342         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
13343         always use move_by_pieces to avoid infinite recursion.
13344         (restore_fixed_argument_area): Likewise.
13345
13346         * combine.c (check_promoted_subreg, record_promoted_value): New
13347         functions.
13348         (combine_instructions): Use them to retain nonzero and sign bit
13349         information after SUBREGs are eliminated by optimizations in
13350         this pass if PROMOTE_FUNCTION_RETURN.
13351
13352         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
13353         .register declaration. Don't use variables with __ prefixes.
13354
13355 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13356
13357         * fold-const.c (optimize_bit_field_compare): Only use one mode
13358         for both RHS and LHS in non-constant case.
13359
13360 1999-12-06  Nathan Sidwell  <nathan@acm.org>
13361
13362         * frame.c (start_fde_sort): Only allocate erratic array, if
13363         linear one was allocated. Return allocated flag.
13364         (fde_insert): Only insert, if there's a valid array.
13365         (fde_end_sort): Split, sort and merge if linear and erratic
13366         arrays exist, else just sort linear one.
13367         (search_fdes): New function. Linear search through original fde
13368         structure.
13369         (frame_init): Permit multiple initializations. Cope with
13370         memory shortages.
13371         (find_fde): Fallback on linear search, if failed to sort array.
13372         (__deregister_frame_info): Only free sorted array, if we
13373         allocated it.
13374
13375 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13376
13377         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
13378
13379 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
13380
13381         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
13382
13383 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
13384
13385         * tree.h (special_function_p): Declare.
13386         * calls.c (special_function_p): Make it global.  Don't take `name'
13387         as a parameter.  Fix typo in 1999-11-28 change.
13388         (expand_cal): Adjust.
13389
13390 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
13391
13392         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
13393         * tree.h (EXPR_WFL_FILENAME): Define in terms of
13394         EXPR_WFL_FILENAME_NODE.
13395         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
13396         the TREE_CHAIN.
13397         * print-tree.c (print_note): Print TREE_PRIVATE and
13398         TREE_PROTECTED.
13399
13400         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
13401         the original die cannot be found.
13402
13403         * varray.h (varray_head_tag): Add elements_used.
13404         (VARRAY_PUSH): New macro.
13405         (VARRAY_POP): Likewise.
13406         (VARRAY_TOP): Likewise.
13407         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
13408         types.
13409         * varray.c (varray_init): Initialize elements_used.
13410         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
13411         (INTEGRATE_H): New variable.
13412         (integrate.o): Depend on INTEGRATE_H.
13413         (unroll.o): Likewise.
13414
13415         * function.h (insert_block_after_note): Declare.
13416         * function.c (insert_block_after_note): Split out from ...
13417         (retrofit_block): ... here.
13418
13419         * stmt.c (expand_fixup): Fix typo in comment.
13420
13421 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13422
13423         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
13424         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
13425         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
13426         (regmove_optimize, fixup_match_1): Likewise.
13427
13428 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13429
13430         * flow.c (flow_loops_dump): Add missing argument when calling
13431         flow_loop_nested_p.
13432
13433 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
13434             Greg McGary  <gkm@gnu.org>
13435
13436         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
13437         (init_attributes): Add A_NO_LIMIT_STACK.
13438         (decl_attributes): Handle A_NO_LIMIT_STACK.
13439         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
13440         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
13441         Handle stack bounds checking.
13442         * flags.h (flag_stack_check): Use the word 'probe' rather than
13443         'check', because the flag doesn't actually cause any checking to
13444         be done.
13445         * function.c (expand_function_start): Set
13446         current_function_limit_stack.
13447         * function.h (struct function): Add limit_stack.
13448         (current_function_limit_stack): Define.
13449         * invoke.texi (Code Gen Options): Document new options.
13450         * rtl.h: Declare stack_limit_rtx.
13451         * toplev.c (stack_limit_rtx): New variable.
13452         (decode_f_option): Handle new options -fstack-limit-register=REG,
13453         -fstack-limit-symbol=IDENT, -fno-stack-limit.
13454         (main): Add stack_limit_rtx as GC root.
13455         * tree.h (DECL_NO_LIMIT_STACK): New macro.
13456         (struct tree_decl): New member no_limit_stack.
13457
13458         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
13459         stack_limit_rtx.
13460         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
13461         (conditional_trap+1): Get new mnemonic correct.
13462         (conditional_trap+2): New pattern for DImode traps.
13463
13464         * config/m68k/m68k.c (output_function_prologue): Handle
13465         stack_limit_rtx.
13466         * config/m68k/m68k.md (trap): New insn.
13467         (conditional_trap): New insn.
13468         * md.texi (Standard Names): Document `trap' and
13469         `conditional_trap'.
13470         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
13471         so a cc0 setter doesn't get emitted at some random place in the
13472         function.
13473
13474         * config/i960/i960.md (trap): New insn.
13475         (conditional_trap): New expander.
13476         (conditional_trap+1, conditional_trap+2): New insns for signed
13477         and unsigned cases.
13478         * config/i960/i960.c (i960_function_prologue): Use
13479         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
13480
13481 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
13482                           Geoffrey Keating  <geoffk@cygnus.com>
13483
13484         * flags.h (warn_padded, warn_packed): Add global var decls.
13485         * toplev.c (warn_padded, warn_packed): Add global var defns.
13486         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
13487         * stor-layout.c (layout_record): Add local variable `type'
13488         to hold often-used TREE_TYPE (field).  Add local variable
13489         `unpacked_align' to hold alignment that would be in force
13490         if no `packed' attribute were present.  Warn if `packed' attribute
13491         is unnecessary, or even harmful.  Warn when gcc inserts padding
13492         to satisfy alignment requirements of members.  Use NULL_TREE
13493         when checking whether var_size is set.
13494         * invoke.texi: Document new flags.
13495
13496 1999-12-03  Nathan Sidwell  <nathan@acm.org>
13497
13498         * frame.c (fde_split): Reimplement to avoid variable sized array.
13499
13500 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13501
13502         * combine.c (try_combine): Before fixing up LOG_LINKS for the
13503         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
13504
13505 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
13506
13507         * invoke.texi: Document the mips option -mno-crt0
13508
13509 1999-12-02  Mike Karr  <mkarr@mathworks.com>
13510
13511         * cccp.c (argdata): Added free_ptr member.
13512         (macroexpand): Initialize free_ptr of each argument. When an
13513         argument's buffers are freed, if the argument's free_ptr corresponds
13514         to a buffer on the input stack, then return the free_ptr to that stack
13515         frame, otherwise, free it.
13516         (macarg): If an argument begins and ends on the same input stack level,
13517         then transfer the free_ptr of that buffer to the argument in case
13518         the stack is popped during the processing of a subsequent argument.
13519
13520 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13521
13522         * loop.c (note_reg_stored): New function.
13523         (struct note_reg_stored_arg): New structure.
13524         (try_copy_prop): Change to be more conservative; only replace within
13525         one extended basic block and stop replacing if a store to the
13526         replacement reg is seen.
13527
13528 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13529
13530         * config/fp-bit.c: Initialise all fields of the NAN
13531         constants.
13532
13533         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13534         to HANDLE_PRAGMA.
13535
13536 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13537
13538         * i386.md (extend?f?f2): Force the input into a register, not
13539         the output.
13540
13541 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13542
13543         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13544         regclass' sake.
13545         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13546         alternative because setting up 64bit constant is usually costly,
13547         especially when reload is in progress or completed.
13548         (movdf_const_intreg_sp64): Likewise.
13549         (movdf_const_intreg split): Fix building up constants when
13550         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13551
13552 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13553
13554         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13555         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13556         case.
13557
13558         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13559         (asm_file_start): Emit .am33 into assembly file when compiling for
13560         the AM33.
13561         (print_operand_address): Handle POST_INC addresses.
13562         (can_use_return_insn, initial_offset): Check AM33 registers too.
13563         (expand_prologue): Check & save AM33 registers too.
13564         (expand_epilogue): Similarly.
13565         (secondary_reload_class): Handle AM33 specific secondary reloads.
13566         (output_tst): Emit efficient code for the AM33 too.
13567         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13568         (TARGET_SWITCHES): Add -mam33 switch.
13569         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13570         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13571         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13572         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13573         (enum reg_class, REG_CLASS_NAMES): Likewise.
13574         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13575         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13576         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13577         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13578         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13579         (HAVE_POST_INCREMENT): Define.
13580         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13581         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13582         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13583         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13584         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13585         (zero_extend to SI from QI/HI): Likewise.
13586         (sign_extend to SI from QI/HI): Likewise.
13587         (mulsidi3, umulsidi3): New patterns for the AM33.
13588         (tstsi with zero extension from QI/HI): Add AM33 variants.
13589         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13590         (return_internal_regs, store_movm): Handle new AM33 registers.
13591         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13592         (LIBGCC, INSTALL_LIBGCC): Likewise.
13593         * invoke.texi: Document new flags.
13594
13595 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13596
13597         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13598         (addsi3_carry): Likewise.
13599         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13600         (sbbsi3_carry): Likewise.
13601         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13602         (mulhi3): Likewise.
13603         (test?i_1): Ensure that only one operand is memory.
13604         (conditional move patterns): likewise.
13605         (shift and rotate patterns): Rewrite to expander, add
13606         "binary_operator_ok" to the condition.
13607
13608         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13609         * i386.h (procesor_costs): Add movzbl_load field.
13610         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13611         non-Q registers, accept DImode registers anywhere.
13612         (Q_CLASS_P): New.
13613         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13614         * i386.c (*_cost): Set value for movxbl_load field.
13615
13616         * (addsi): New add to lea splitter.
13617         (ashlsi): Likewise.
13618         (lea to add/shift peep2): New.
13619
13620 1999-12-01  Mark Salter <msalter@cygnus.com>
13621
13622         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13623         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13624         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13625
13626 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13627
13628         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13629         * i386.md (movsi_xor): New.
13630         (movsi_or): New.
13631         (movsi_1, movhi_1, movqi_1): Remove.
13632         (movsi_2): Rename to movsi_1.
13633         (movhi_2): Rename to movhi_1.
13634         (movqi_2): Rename to movqi_1.
13635         (movdi_1): Remove; remove splitter.
13636         (movdi_2): Rename to movdi_1.
13637         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13638         (long move peep2): Do not create QI or HI mode mov0s
13639         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13640
13641         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13642         rewrite splitters.
13643
13644         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13645         (abs?f2_if): Likewise.
13646
13647 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13648
13649         * ggc.h (ggc_test_and_set_mark): New macro.
13650         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13651         (ggc_mark_tree): Likewise.
13652         (ggc_mark_rtvec): Likewise.
13653         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13654
13655 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13656
13657         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13658         containing types.
13659         (decl_scope_table): Just an array of trees now.
13660         (push_decl_scope): Simplify.
13661         (dwarf2out_init): Adjust.
13662         (local_scope_p): New fn.
13663         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13664         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13665         (gen_typedef_die): Likewise.
13666         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13667         (gen_inlined_subroutine_die): Likewise.
13668         (gen_abstract_function): Set current_function_decl temporarily.
13669         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13670         Handle block extern declarations.  Don't call push/pop_decl_scope.
13671         (gen_decl_die): Fix logic for block externs.
13672
13673 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13674
13675         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13676         to the list of functions which have attribute malloc by default.
13677
13678 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13679
13680         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13681         integer constant does not match the traditional type, limit the
13682         warnings to cases where the base of the type is ten.
13683
13684         * invoke.texi (-Wtraditional): Document it.
13685
13686 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13687
13688         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13689         * rs6000.md: Only access a CONST_INT with INTVAL
13690
13691 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13692
13693         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13694         (compute_nearerout): Likewise.
13695         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13696         size_t to unsigned long for formatting.
13697
13698 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13699
13700         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13701         Allow the user to override call-used/fixed state of %g2-5
13702         registers from the command line (with the exception of %g4 for
13703         embedded model).
13704         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13705         there is a higher chance of having a leaf function.
13706         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13707         for ARCH64 which has %ccr register.
13708         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13709         patterns.
13710         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13711         insn accept into delay slot any insn which does not use %[ol]
13712         registers.  Accept some LO_SUM and shift left by 1 for the normal
13713         restore case.
13714         (output_function_epilogue): Likewise.
13715         (epilogue_renumber): Added argument which inhibits any renumbering
13716         and just tests if the rtx does not use any %[ol] registers.
13717         (output_return): Reflect above change.
13718
13719 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13720
13721         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13722         aggregate passing for sizes <= 16 bytes.
13723
13724 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13725
13726         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13727         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13728         * reload.c (find_dummy_reload): Likewise.
13729         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13730         * reload1.c (reload_as_needed): Likewise.
13731         * stupid.c (stupid_find_reg): Likewise.
13732         * tm.texi (Obsolete Register Macros): Delete section.
13733         * gmicro.h: Remove all traces of the two macros.
13734         * i386.h: Likewise.
13735         * m88k.h: Likewise.
13736         * mips.h: Likewise.
13737
13738 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13739
13740         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13741         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13742         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13743         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13744         units for the sparclite86x chip.
13745         (flush): Revert October 14th change; add SImode specifically.
13746         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13747         * invoke.texi: Document it.
13748
13749 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13750
13751         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13752         psimode_truncation_operand.
13753
13754         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13755         function.  Return true if the operand is either a MEM valid
13756         for a PSImode address or not a MEM at all.
13757
13758         * config/mn10200/mn10200.md (truncsipsi2): Use
13759         psimode_truncation_operand.
13760
13761 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13762
13763         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13764         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13765         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13766         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13767         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13768         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13769         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13770         * basic-block.h: Protect from multiple inclusion.
13771         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13772         (struct loops, struct loop): Define structures.
13773         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13774         * sbitmap.h: Protect from multiple inclusion.
13775         (sbitmap_a_subset_b_p): Add prototype.
13776         * Makefile.in (LOOP_H): New macro.
13777         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13778
13779 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13780
13781         * cppinit.c (CAT): The argument list of this macro may not contain
13782         spaces !
13783
13784 1999-11-29  David S. Miller  <davem@redhat.com>
13785
13786         Move quantity tables and register equivalence chains into
13787         per-qty and per-register structure arrays respectively.
13788         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13789         qty_const_insn, qty_comparison_code, qty_comparison_const,
13790         qty_comparison_qty): Delete, replace with...
13791         (qty_table): this structure table.
13792         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13793         (reg_eqv_table): this structure table.
13794         (make_new_qty): Add argument MODE.  Caller updated.
13795         Update to use qty_table and reg_eqv_table.
13796         (make_regs_eqv, delete_reg_equiv, insert_regs,
13797         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13798         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13799         cse_process_notes, cse_main, cse_basic_block): Likewise.
13800
13801 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13802
13803         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13804         operation if C is negative.
13805         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13806         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13807         law for some divisions if constant is negative and change other
13808         divisions to the opposite rounding.
13809
13810         * expr.c (store_constructor_field): If bit position is not multiple
13811         of alignment of TARGET's mode, use BLKmode.
13812
13813         * expr.c (expand_expr_unaligned): Add more code from full case
13814         that is needed when OP0 is in a register.
13815
13816 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13817
13818         * dwarfout.c (field_byte_offset): Size can be zero if there was
13819         an error.
13820
13821 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13822
13823         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13824         (associate_trees): Delete unused var TEM.
13825         (extract_muldiv): Delete unused var CANCEL_P.
13826
13827         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13828         (target_isinf, target_isnan, target_negative): Add return types to
13829         function definitions.
13830
13831 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13832
13833         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13834         * fixinc/hackshell.tpl: ditto
13835         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13836         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13837
13838 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13839
13840         * reload.c (push_reload): When looking for a register to put into
13841         reg_rtx, make sure all hard regs in a multi-reg register are in the
13842         right class and nonfixed.
13843
13844         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13845         pending_read_insns, pending_write_insns, pending_read_mems,
13846         pending_write_mems, pending_list_length, last_pending_memory_flush,
13847         last_function_call, sched_before_next_call): Move static variables
13848         into a structure.
13849         (bb_ prefixed versions): Replace with single array bb_deps.
13850         (struct deps): New structure.
13851         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13852         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13853         argument of type "struct deps *"; use that instead of global
13854         variables.  All callers changed.
13855         (init_rgn_data_dependencies): Delete function.
13856         (init_rtx_vector): Delete function.
13857         (init_deps): New function.
13858
13859         (free_pending_lists): Simplify, we always use the bb_deps array even
13860         if only one basic block.
13861         (compute_block_backward_dependences): Likewise.
13862         (schedule_region): Likewise.
13863
13864         (propagate_deps): New function, broken out of
13865         compute_block_backward_dependences.
13866         (compute_block_backward_dependences): Use it.
13867
13868         * alpha.md: Delete useless patterns that tried to work around
13869         register elimination problems.
13870
13871         * unroll.c (loop_iterations): Don't abort if iteration variable
13872         was made by loop.
13873
13874         From Joern Rennecke:
13875         * reload1.c (reloads_conflict): Reverse test comparing operand
13876         numbers when testing for conflict between output/outaddr reloads.
13877
13878 1999-11-29  David S. Miller  <davem@redhat.com>
13879
13880         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13881         arg.
13882         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13883
13884 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13885
13886         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13887         table from .fini into .dtor.
13888
13889 1999-11-28  Anthony Green  <green@cygnus.com>
13890
13891         * tree.h (struct tree_decl): Add malloc_flag.
13892         (DECL_IS_MALLOC): Define.
13893         * c-common.c (attrs): Add A_MALLOC attribute.
13894         (init_attributes): Add this attribute to the table.
13895         (decl_attributes): Handle malloc attribute.
13896         * calls.c (special_function_p): Check for the malloc attribute.
13897         * extend.texi (Function Attributes): Document malloc attribute.
13898
13899 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13900
13901         * pa.md (reload shift-add patterns): Remove.
13902
13903 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13904
13905         * reorg.c (dbr_schedule) Print more statistics. Corrected
13906         problem when printing info when 3 delay slots are filled.
13907
13908 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13909
13910         * combine.c (setup_incoming_promotions): Pass an outgoing
13911         regno to FUNCTION_ARG_REGNO_P which it expects.
13912
13913 1999-11-28  Andreas Jaeger  <aj@suse.de>
13914
13915         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13916
13917 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13918
13919         * cccp.c (do_include): Avoid initialization of automatic variable.
13920
13921         * integrate.c (mark_stores): Function definition made void, to match
13922         previous declaration.
13923         * regclass.c (dump_regclass): Ditto.
13924         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13925
13926 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13927
13928         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13929         known to be multiple of divisor.
13930
13931         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13932
13933         * combine.c (try_combine): Add code to try to merge a set of a
13934         two-word pseudo to a constant with a setting of one of those words
13935         to a constant.
13936
13937         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13938         (split_tree): Completely rework to make more general.
13939         (make_range, fold): Call negate_expr.
13940         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13941         (fold, associate): Call new split_tree and associate_trees.
13942         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13943
13944 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13945
13946         * loop.c (try_copy_prop): Avoid GNU C extension.
13947
13948 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13949
13950         * except.c (init_eh_for_function): Still zero eh_return_context,
13951         eh_return_stack_adjust, and eh_return_handler.
13952
13953         * except.h (eh_status): Adjust documentation for x_protect_list.
13954         (begin_protect_partials): New function.
13955         * except.c (enqueue_eh_entry): Fix formatting.
13956         (get_first_handler): Add consistency check.
13957         (add_partial_entry): Adjust usage of protect_list.
13958         (emit_cleanup_handler): Save and restore ehqueue.
13959         (expand_start_all_catch): Add comment.
13960         (begin_protect_partials): New function.
13961         (end_protect_partials): Adjust usage of protect_list.
13962         (init_eh_for_function): Use xcalloc.
13963
13964 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13965
13966         * c-common.c (check_format_info): Don't call a variadic function
13967         with a non-literal format string.
13968
13969         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13970
13971         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13972         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13973         Likewise.
13974
13975         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13976         Likewise.
13977
13978         * collect2.c (collect_wait): Likewise.
13979
13980         * dbxout.c (dbxout_type): Likewise.
13981
13982         * gcc.c (do_spec_1): Likewise.
13983
13984         * genemit.c (gen_insn, gen_expand): Likewise.
13985
13986         * genrecog.c (write_switch, write_subroutine): Likewise.
13987
13988         * mips-tfile.c (catch_signal, botch): Likewise.
13989
13990         * print-rtl.c (print_rtx): Likewise.
13991
13992         * toplev.c (default_print_error_function, report_error_function,
13993         _fatal_insn): Likewise.
13994
13995 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13996
13997         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13998
13999 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14000
14001         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
14002         operations when needed.
14003         * i386.md (fop_?f_comm): New.
14004         (fop_?f_1): Do not accept commutative operands.
14005
14006 1999-11-25  Andreas Jaeger  <aj@suse.de>
14007
14008         * config/mips/mips.md (casesi_internal): Add missing brace.
14009
14010 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
14011
14012         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
14013         (splice_child_die): Handle moving a child DIE from the declaration
14014         DIE of a class to its specification.
14015         (gen_struct_or_union_type_die): Use 'complete' consistently.
14016         (gen_decl_die): Generate the virtual context DIE first.
14017         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
14018
14019 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
14020
14021         * config/mips/mips.md (call_value_multiple_interanal1): New.
14022
14023 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
14024
14025         * dwarf2out.c (free_AT, free_die): New fns.
14026         (remove_children): Call them.
14027         (output_line_info): Disable removal of duplicate notes.
14028
14029         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
14030         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
14031         means pretend the type isn't defined.
14032         Don't defer emitting types.
14033         (gen_type_die_for_member): New fn.
14034         (gen_decl_die): Call it.
14035         (splice_child_die): New fn.
14036         (gen_member_die): Call it rather than generate duplicate dies.
14037
14038         Defer emitting information for the abstract instance of an inline
14039         until we either inline it or emit an out-of-line copy.
14040         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
14041         from output_inline_function if DECL_ABSTRACT is also set.
14042         (block_ultimate_origin): Likewise.
14043         (gen_abstract_function): New fn.
14044         (gen_decl_die, gen_inlined_subroutine_die): Call it.
14045         (gen_subprogram_die):  An abstract instance is not a declaration
14046         just because it doesn't match current_function_decl.  Don't abort
14047         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
14048         has an abstract origin.
14049         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
14050         abstract instance here.
14051
14052 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
14053
14054         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
14055         where we need to reload fpul from a system register.
14056
14057 1999-11-24  Andreas Jaeger  <aj@suse.de>
14058
14059         * config/mips/linux.h (CPP_PREDEFINES): Added.
14060         (LINK_SPEC): Remove -Y since this is only needed on sparc.
14061
14062 1999-11-24  Andreas Jaeger  <aj@suse.de>
14063
14064         * config/mips/linux.h (TARGET_VERSION): Added.
14065         (HANDLE_SYSV_PRAGMA): Added.
14066         (DEFAULT_VTABLE_THUNKS): Added.
14067
14068 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14069
14070         * local-alloc.c (qty): New structure and static variable.
14071         (qty_phys_reg): Remove, all references changed to qty.
14072         (qty_n_refs): Likewise.
14073         (qty_min_class): Likewise.
14074         (qty_birth): Likewise.
14075         (qty_death): Likewise.
14076         (qty_size): Likewise.
14077         (qty_mode): Likewise.
14078         (qty_n_calls_crossed): Likewise.
14079         (qty_alternate_class): Likewise.
14080         (qty_changes_size): Likewise.
14081         (qty_first_reg): Likewise.
14082         (alloc_qty): Rename variable QTY to QTYNO.
14083         (finf_free_reg): Likewise.
14084         (local_alloc): Allocate qty, do not allocate the removed variables.
14085
14086 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
14087
14088         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
14089         when -membedded-pic is passed.
14090
14091         * config/mips/mips.md (casesi): Handle 64-bit case too.
14092         (casesi_internal_di): New insn.
14093
14094         * config/mips/mips.c (embedded_pic_offset): Always make the
14095         embedded-pic subtractions relative to the name of the current
14096         function by use of the magic string "..CURRENT_FUNCTION".
14097         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
14098
14099 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
14100
14101         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
14102         of (const_int 0), when what we really care about is
14103         whether it's a zero constant anyway.
14104         (div_trap_mips16): Likewise.
14105
14106 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
14107
14108         * loop.c (loop_optimize): Always find_loop_tree_blocks and
14109         unroll_block_trees when generating debuggable code.
14110
14111         * tree.h (unsave_expr_1): New function.
14112         (lang_unsave): New variable.
14113         (get_callee_fndecl): New function.
14114         * tree.c (unsave_expr_now_r): New function.
14115         (lang_unsave): Define.
14116         (unsave_expr_1): Likewise.
14117         (unsave_expr_now_r): Split out from unsave_expr_now.
14118         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
14119         call unsave_expr_now_r.
14120         (get_callee_fndecl): Define.
14121
14122         * Makefile.in (gencheck): Don't depend on lang_tree_files.
14123         (gencheck.o): Do depend on lang_tree_files.
14124
14125         * integrate.h (copy_decl_for_inlining): New declaration.
14126         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
14127         (copy_decl_for_inlining): New function.
14128         (integrate_parm_decls): Use it.
14129         (integrate_decl_tree): Likewise.
14130
14131 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
14132
14133         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
14134         the second two from the first.
14135         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
14136         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
14137         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
14138         ISA_HAS_FP4.
14139         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
14140         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
14141         ISA_HAS_FP4.
14142
14143 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
14144
14145         * pa.md (call_internal_symref, call_value_internal_symref): No mode
14146         needed on the address operand.
14147         * pa.c (call_operand_address): Check for the correct mode.
14148
14149 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
14150
14151         * loop.c: Include "basic-block.h".
14152         (try_copy_prop, replace_loop_reg): New functions.
14153         (load_mems): Detect registers that just hold copies of the hoisted
14154         mem, and call try_copy_prop to eliminate them.
14155         * Makefile.in (loop.o): Update dependencies.
14156
14157 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
14158
14159         * Makefile.in (gencheck.o): Depend on gencheck.h.
14160         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
14161         (insn-peep.o): Depend on except.h and function.h.
14162         (insn-attrtab.o): Depend on RECOG_H.
14163         (insn-output.o): Depend on toplev.h and flags.h.
14164         (gengenrtl.o): Depend on real.h.
14165         (gen-protos.o): Depend on cpplib.h and cpphash.h.
14166         Unify all dependencies to be on RECOG_H rather than recog.h.
14167
14168 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14169
14170         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
14171         * configure.in: Try building a bi-arch 32/64-bit compiler on
14172         sparc-*-solaris2.7 and higher.
14173         * configure: Rebuild.
14174
14175 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
14176
14177         * config/freebsd.h: New, FreeBSD architecture independent file.
14178         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
14179         independent pieces.
14180         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
14181         directly by i386/freebsd.h.
14182         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
14183         independent configuration file.
14184         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
14185         directly by i386/freebsd.h.
14186         * configure: Rebuilt.
14187
14188         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
14189         which is in the user's namespace.
14190         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
14191         `i386' which is not in our namespace.
14192
14193 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
14194
14195         * invoke.texi (ARM Options): Add in -mno-alignment-traps
14196
14197 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
14198
14199         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
14200         (add_dwarf_attr, add_child_die): Just push onto the front.
14201         (reverse_die_lists): New fn.
14202         (add_sibling_attributes): Use it.
14203         (push_decl_scope): Reorganize.
14204         (add_name_and_src_coords_attributes): Don't set file and line for
14205         an artificial decl.
14206         (gen_subprogram_die): An artificial function doesn't need to match
14207         file and line.
14208         (gen_compile_unit_die): Return the generated die.  Only add
14209         AT_comp_dir if the filename is relative.
14210         (remove_AT): Simplify loop.  Also free string values.
14211         (output_die): A DIE ref can't be null.
14212         (output_value_format, value_format): Take a dw_attr_ref.
14213         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
14214         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
14215         AT_addr, AT_lbl): New fns.
14216         (various): Use them.
14217         (various): Constify.
14218
14219 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14220
14221         * combine.c (combine_simplify_rtx): When handling a SUBREG,
14222         take SUBREG_WORD into account.
14223         (if_then_else_cond): Likewise.
14224
14225 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
14226
14227         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
14228         clause from BSD license, pursuant with
14229
14230           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
14231
14232 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
14233
14234         * loop.c (load_mems): Reformat slightly.
14235         * basic-block.h (regset_head): New typedef.
14236         (INIT_REG_SET): New macro.
14237
14238 1999-11-22  Bruce Korb  <autogen@linuxbox.com
14239
14240         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
14241         (mips-dec-bsd*): non-functional code
14242         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
14243
14244         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
14245         added three replacement fixes
14246         (no_double_slash): removed comments that are not (any longer) pertinent
14247         (bad_lval): this fix currently runs against many files.
14248         The comment seems to indicate that we should select for files
14249         containing 'pragma extern_prefix'.
14250
14251         * fixinc/fixinc.x86-linux-gnu: deleted
14252         * fixinc/inclhack.sh:  regen
14253         * fixinc/fixincl.x:  regen
14254         * fixinc/fixincl.sh:  regen
14255
14256 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
14257
14258         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
14259         its code is INSN and it has no notes.
14260
14261 1999-11-22  Andrew Haley  <aph@cygnus.com>
14262
14263         * varasm.c (function_defined): Remove.
14264         (make_function_rtl): Don't set function_defined.
14265         (make_decl_rtl): Remove global register warning.
14266         * regclass.c (no_global_reg_vars): New variable.
14267         (globalize_reg): Warn if function has already been defined.
14268         (regclass_init): Set no_global_reg_vars.
14269
14270 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14271
14272         * regclass.c (reg_pref): New structure and static variable
14273         (prefclass): Delete.
14274         (altclass): Delete.
14275         (all uses of prefclass and altclass): Use reg_pref instead.
14276
14277 1999-11-21  Nick Clifton  <nickc@cygnus.com>
14278
14279         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
14280         -malignment-traps.
14281         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
14282         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
14283         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
14284
14285 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
14286
14287         * varasm.c (output_constructor): Solve problem with long long
14288         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
14289
14290 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14291
14292         * global.c (allocno): New structure and static variable.
14293         (allocno_reg): Remove, all references replaced by allocno.
14294         (allocno_size): Likewise.
14295         (hard_reg_conflicts): Likewise.
14296         (hard_reg_preferences): Likewise.
14297         (hard_reg_copy_preferences): Likewise.
14298         (hard_reg_full_preferences): Likewise.
14299         (regs_someone_prefers): Likewise.
14300         (allocno_calls_crossed): Likewise.
14301         (allocno_n_refs): Likewise.
14302         (allocno_live_length): Likewise.
14303         (find_reg): Rename ALLOCNO to NUM.
14304
14305         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
14306         references updated.
14307         (may_move_out_cost): New variable.
14308         (init_reg_sets_1): Initialize may_move_out_cost.
14309         (record_reg_classes): Use may_move_out_cost.
14310
14311         * regclass.c (dump_regclass): New function.
14312         (regclass): New parameter DUMP, call DUMP_REGCLASS.
14313         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
14314         pass rtl_dump_file to regclass.
14315         * rtl.h (regclass): Update prototype.
14316
14317 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14318
14319         * i386.md (neg, not and abs patterns): Revmap to use
14320         ix86_expand_unary_operator and ix86_unary_operator_ok.
14321         (add?f and sub?f expanders): Force operand 1 to register.
14322         * i386.c (ix86_expand_unary_operator): Rewrite.
14323         (ix86_unary_operator_ok): Ensure that memory operands
14324         match real opcode.
14325         (ix86_binary_operator_ok): Do not allow operand 1 to
14326         come into memory and operand 0 not.
14327         (ix86_expand_binary_operator): Ensure that
14328         src1 is not non-matching memory.
14329
14330         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
14331         to support integer registers and memory.
14332         (abss?2_integer): Likewise.
14333
14334         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
14335         (REG_CLASS_NAMES): Likewise.
14336         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
14337         and GENERAL_REGS.
14338         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
14339         (movsf): Likewise; unify 4th and 5th alternative.
14340         (pushdf): Likewise.
14341         (movdf_1): Likewise; rename to movdf_integer.
14342         (pushxf): Likewise; rename to pushxf_integer; fix output template;
14343         remove redundant splitter.
14344         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
14345         (movdf_nointeger): New.
14346         (movxf_nointeger): New.
14347         (pushxf_nointeger): New.
14348
14349         * i386.md (extend?f?f): Split to expander and pattern, refuse two
14350         memory operands in patterns.
14351         (fop*): Refuse two memory operands.
14352
14353         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
14354         on !TARGET_USE_CLTD CPUs.
14355
14356 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
14357
14358         * extend.texi: Document C++ restricted pointers and references.
14359
14360 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14361
14362         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
14363         (invalidate_skipped_set): Call it unconditionally.
14364         (cse_set_around_loop): Likewise.
14365
14366 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14367
14368         * rtl.texi (mem): Add documentation for alias-set argument
14369         to RTX `mem'.
14370
14371 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14372
14373         * i386.h (struct_processor_costs): New fields int_load, int_store,
14374         fp_move, fp_load and fp_store
14375         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
14376         fp->int moves
14377         (MEMORY_MOVE_COST): New macro.
14378         * i386.c (386_cost): Define new fields.
14379         (i486_cost): Likewise.
14380         (pentium_cost): Likewise.
14381         (pentiumpro_cost): Likewise.
14382         (k6_cost): Likewise.
14383
14384 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
14385                           Geoffrey Keating  <geoffk@cygnus.com>
14386
14387         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
14388
14389         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
14390         MASK_ALIGN_INT.
14391
14392         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
14393         (TARGET_STRICT_ALIGNMENT): New macro.
14394         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
14395         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
14396         * invoke.texi (M680x0 Options): Document -mstrict-align.
14397
14398 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
14399                           Richard Henderson  <rth@cygnus.com>
14400
14401         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
14402         (ix86_split_long_move): Declare.
14403         * i386.c (split_xf, ix86_split_movdi): Remove.
14404         (ix86_split_to_parts, ix86_split_long_move): New.
14405         * i386.md (dimode move splitters): Use ix86_split_long_move.
14406         (dfmode move splitters): Likewise.
14407         (xfmode move splitters): Likewise.
14408         (movsf_1): Allow F->r.
14409         (movdf_1, movxf_1): Allow F->ro.
14410
14411 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14412
14413         * except.h (struct eh_entry): Add goto_entry_p.
14414         (eh_region_from_symbol): Remove prototype.
14415         * except.c (find_func_region_from_symbol): New function.
14416         (emit_cleanup_handler): Likewise.
14417         (eh_region_from_symbol): Make it static.
14418         (add_new_handler): Verify the argument.
14419         (find_func_region): Update comment.
14420         (expand_eh_region_end): Expand handlers here, rater than waiting
14421         until expand_leftover_cleanups or start_all_catch.
14422         (expand_leftover_cleanups): Don't expand here.
14423         (expand_start_all_catch): Or here.
14424         (expand_rethrow): Check the return value from find_func_region.
14425         * function.c (expand_function_end): Emit the catch_clauses.
14426
14427 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
14428
14429         * integrate.c (expand_inline_function): Add necessary check for NULL.
14430
14431 1999-11-18  Nick Clifton  <nickc@cygnus.com>
14432
14433         * toplev.c (main): Correctly detect an unrecognised option.
14434
14435         * cppinit.c (cpp_handle_option): Do not claim to have consumed
14436         a -f option if it has not been recognised.
14437
14438 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
14439
14440         * basic-block.h (update_life_extent): Remove trailing comma on
14441         enumeration type list.
14442
14443 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14444
14445         * varasm.c (output_constructor) Solved problem with long long
14446         bitfields. Corrected calculating this_time and shift. Also
14447         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
14448
14449 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
14450
14451         * flow.c (split_edge): Take looping structure into account when
14452         determining where to put the new block note.
14453
14454 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
14455
14456         * Makefile.in (ggc-none.o): Provide host specific version if
14457         needed.
14458
14459 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
14460
14461         * cse.c (delete_trivially_dead_insns): Identify no-op insns
14462         containing subregs too.
14463
14464 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14465
14466         * invoke.texi: Add documentation for -muninit-const-in-rodata.
14467         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
14468         (TARGET_UNINIT_CONST_IN_RODATA): Define.
14469         (text_section): Add switches -munint-const-in-rodata and
14470         -mno-uninit-const-in-rodata.
14471         (ASM_OUTPUT_COMMON): Remove.
14472         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
14473         const objects should be placed in read-only data. Otherwise declare
14474         them in common.
14475
14476 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
14477
14478         * jump.c (jump_optimize_1): Revert last change.
14479
14480 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
14481
14482         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
14483         test if optimizing for size.
14484
14485 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14486
14487         * Makefile.in (toplev.o): Depend on except.h.
14488         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
14489
14490 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14491
14492         * i386.md (divmodsi4): Rewrite to expander.
14493         (*divmodsi4_nocltd): New.
14494         (*divmodsi4_cltd): New.
14495         (divmodsi4 splitter): Handle the case when input comes in edx.
14496         (udivmodhi4): Do not use constraints in exander.
14497         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
14498
14499 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
14500
14501         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
14502         for the common case.
14503
14504 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
14505
14506         * explow.c (hard_function_value): Add outgoing argument.
14507         * expr.h (hard_function_value): Declare it.
14508         * calls.c (expand_call, emit_library_call_value): Update callers.
14509         * function.c (aggregate_value_p): Ditto.
14510         (diddle_return_value): Must look at the outgoing registers
14511         on archs with register windows.
14512
14513 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14514
14515         * alpha.c (alpha_build_va_list): Use make_lang_type and
14516         initialize TYPE_NAME for the va_list record.
14517
14518         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14519
14520         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14521         for printing.
14522         * ggc.h (struct ggc_statistics): Rearrange elements for better
14523         packing on 64-bit hosts.
14524         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14525         (compute_nearerout): Likewise.
14526
14527 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14528
14529         * config/rs6000/rs6000.c (first_reg_to_save): Save
14530         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14531
14532 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14533
14534         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14535         notion of nesting to find the DIE for a type or function.
14536         DIEs can go in limbo even if we got a context_die.
14537         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14538         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14539         for local type.
14540         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14541         (gen_type_die): Writing out the context doesn't cause member class
14542         template instantiations to be written out as well.
14543
14544 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14545
14546         * rs6000.h (ASM_OUTPUT_DEF): New.
14547         Based on proposed addition from David Edelsohn.
14548
14549 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14550             Bruce Korb  <autogen@linuxbox.com>
14551
14552         * fixinc/inclhack.def
14553         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14554         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14555                 in net/inet.h.
14556         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14557         (svr4_endian): enabled with SVR5
14558         (svr4_mkdev): simplified syntax and enabled with SVR5
14559
14560 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14561
14562         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14563         * configure: Rebuilt.
14564         * config/t-freebsd-thread: New file.
14565
14566 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14567
14568         * i386.c (ix86_decompose_address): Verify the base is a REG
14569         before trying to examine its register number.
14570
14571         * basic-block.h: Remove all #defines and prototypes related to
14572         integer lists.
14573         (free_bb_mem, compute_preds_succs): Remove prototype.
14574         * rtl.h (free_bb_mem): Remove prototype.
14575         * flow.c (alloc_int_list_node); Remove function.
14576         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14577         (compute_preds_succs, free_bb_mem): Likewise.
14578         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14579         * toplev.c (rest_of_compilation): Likewise.
14580         * haifa-sched.c (build_control_flow): Use flow generated edge
14581         list to build the haifa specific edge list.
14582         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14583         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14584         build the edge table.
14585
14586         * basic-block.h (dump_bb_data): Remove declaration.
14587         * flow.c (dump_bb_data): Remove function.
14588         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14589         (sbitmap_union_of_predsucc): Likewise.
14590
14591         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14592         argument.  All callers changed.
14593         (delete_null_pointer_checks_1): No longer need to compute the
14594         pred/succ lists.
14595
14596         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14597         All callers changed.
14598         (pre_expr_reaches_here_p_work): Likewise.
14599         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14600         * lcm.c (compute_laterin): Fix initialization of LATER.
14601         (compute_nearerout): Similarly for NEARER.
14602
14603 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14604
14605         * cse.c (set_nonvarying_address_components): Delete unused function.
14606         (refers_to_p): Likewise.
14607
14608 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14609
14610         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14611         needed.
14612
14613 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14614
14615         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14616         definition in do while (0).
14617
14618 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14619
14620         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14621
14622 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14623
14624         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14625
14626 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14627
14628         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14629         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14630         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14631         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14632
14633         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14634         saved on the stack.  Output more accurate stack frame statistics
14635         into assembler file.
14636
14637 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14638
14639         * genextract.c (record_insn_name): New function.
14640         (get_insn_name): No longer a stub.
14641         (main): Call record_insn_name for each insn.  After each label
14642         written, print the insn name in a comment.
14643
14644 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14645
14646         * output.h (const_section, init_section, fini_section): Add
14647         prototypes.
14648
14649         * alpha/elf.h (const_section): Delete declaration.
14650
14651         * svr4.h (const_section): Likewise.
14652
14653 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14654
14655         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14656         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14657         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14658         expressions.
14659         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14660         variable-sized array bounds.
14661
14662 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14663
14664         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14665         ASM_OUTPUT_LABEL.
14666
14667 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14668
14669         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14670         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14671
14672 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14673
14674         * cse.c (hash_arg_in_struct): Delete.
14675         (struct table_elt): Delete elt in_struct.
14676         (struct set): Delete elt src_in_struct.
14677         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14678         the corresponding in_struct elts.
14679         (canon_hash): Likewise.
14680         (safe_hash): Likewise.
14681         (find_best_addr): Likewise.
14682         (record_jump_cond): Likewise.
14683         (cse_insn): Likewise.
14684
14685 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14686
14687         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14688
14689         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14690         unsigned types.
14691
14692 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14693
14694         * function.c (diddle_return_value): Put back check that the DECL_RTL
14695         for the function is a register.
14696
14697         * function.c (diddle_return_value): Use hard_function_value to
14698         get an rtx suitable for use in the USE/CLOBBER insn.
14699
14700         * global.c (global_conflicts): Update comments.
14701         (record_conflicts): No need to record conflicts between pseudos here.
14702
14703 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14704
14705         * fixinc/fixincl.c: Added verbose levels for status messages
14706
14707 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14708
14709         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14710         operand as argument to expand_and or expand_binop.
14711
14712 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14713
14714         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14715         gcc_add_string_root.
14716
14717 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14718
14719         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14720
14721 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14722
14723         * flow.c (compute_flow_dominators): Initially put all blocks on
14724         the worklist.
14725         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14726         * gcse.c (compute_cprop_avinout): Remove.
14727         (compute_cprop_data): Use compute_available.
14728         (delete_null_pointer_checks_1): Use compute_available.
14729
14730         * basic-block.h (compute_available): Returns a void now.
14731         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14732         to return a value anymore.
14733         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14734         worklists.  Fix boundary cases. Compute maximal solutions.
14735         (compute_laterin, compute_nearerout): Similarly.
14736
14737         * dwarf2out.c (add_AT_location_description): Allow
14738         (mem (plus (pseudo) (...)) too.
14739
14740 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14741
14742         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14743
14744 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14745                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14746
14747         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14748
14749         * gansidecl.h: Likewise.
14750
14751         * rtl.c: Likewise.
14752
14753         * rtl.h: Likewise.
14754
14755         * toplev.h: Likewise.
14756
14757         * tree.c: Likewise.
14758
14759         * tree.h: Likewise.
14760
14761         * varray.c: Likewise.
14762
14763         * varray.h: Likewise.
14764
14765 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14766
14767         * gcov.c (struct arcdata): Add hits and total, remove prob.
14768         (output_branch_counts): New.
14769         (process_args): Set output_branch_counts if -c.
14770         (calculate_branch_probs): Store hits and total instead of
14771         percentage.
14772         (output_data): Emit counts if output_branch_counts is true.
14773         * gcov.texi (Invoking Gcov): Document -c switch..
14774
14775 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14776
14777         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14778         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14779
14780 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14781
14782         * invoke.texi (C Dialect Options): Add missing builtins from
14783         c-common.c to list.
14784         * extend.texi (Other Builtins): Copy to this list.
14785
14786 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14787
14788         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14789         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14790         redundant bitmap.h.
14791
14792 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14793
14794         * flow.c (compute_flow_dominators): No longer treat basic block 0
14795         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14796         starting computation of doms/pdoms.  Fix initial state for pdoms.
14797
14798 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14799
14800         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14801         match rtl.o's: added ggc.h and toplev.h
14802         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14803         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14804         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14805
14806 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14807
14808         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14809         from HAVE_DOS_BASED_FILESYSTEM.
14810         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14811         HAVE_DOS_BASED_FILESYSTEM.
14812         (main): Likewise.
14813         (split_directories): Only special-case DOS file names if
14814         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14815         instead of explicit tests.  Conditionalize on !VMS.
14816         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14817         tests.  Conditionalize on !VMS.
14818         (process_command): Only use make_relative_prefix if !VMS.
14819         (free_split_directories): Conditionalize on !VMS.
14820         (DIR_UP): Conditionalize on !VMS.
14821
14822 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14823
14824         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14825
14826 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14827
14828         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14829         case.
14830
14831 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14832
14833         * invoke.texi (Environment Variables): Document relative path
14834         lookup.
14835         * gcc.c (DIR_UP): If not defined, define as "..".
14836         (standard_bindir_prefix): New static, holds target location to
14837         install binaries.
14838         (split_directories): New function to split a filename into
14839         component directories.
14840         (free_split_directories): New function, release memory allocated
14841         by split_directories.
14842         (make_relative_prefix): New function, make a relative pathname if
14843         the compiler is not in the expected location.
14844         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14845         can figure out an appropriate prefix from argv[0].
14846         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14847         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14848         STANDARD_BINDIR_PREFIX.
14849
14850 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14851
14852         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14853         in c4x.c.
14854         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14855         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14856         c4x_secondary_memory_needed) Delete.
14857         (fp_zero_operand): Add mode argument.
14858
14859 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14860
14861         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14862         that is in reload_reg_used.
14863
14864 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14865
14866         * config/arm/arm-protos.h: New file: Prototypes for functions
14867         defined in arm.c and pe.c.
14868         * config/arm/arm.h: Fix compile time warnings.
14869         * config/arm/arm.c: Fix compile time warnings.
14870         * config/arm/pe.h: Fix compile time warnings.
14871         * config/arm/aout.h: Fix compile time warnings.
14872
14873 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14874
14875         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14876         defined in m32r.c
14877
14878         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14879         Add support for subtargets.
14880         Add prototypes for new predicates.
14881         Add scheduling macros.
14882
14883         * config/m32r/m32r.c: Fix compile time warnings.
14884         (int8_operand): New predicate function.
14885         (reg_or_cmp_int16_operand): New predicate function.
14886         (extend_operand): New predicate function.
14887         (m32r_adjust_code): New scheduling function.
14888         (m32r_adjust_priorty): New scheduling function.
14889         (m32r_sched_init): New scheduling function.
14890         (m32r_sched_reorder): New scheduling function.
14891         (m32r_sched_variable_issue): New scheduling function.
14892         (direct_return): New codegen function.
14893         (m32r_not_same_reg): New rtl testsing function.
14894
14895         * config/m32r/m32r.md: Fix compile time warnings.
14896         Add support for pre decrement and post increment memory
14897         references.
14898         Add S<cc> patterns.
14899         Add fabs patterns.
14900
14901 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14902
14903         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14904         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14905         (find_reg): Likewise.
14906
14907 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14908
14909         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14910         to avoid assembler errors.
14911
14912 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14913
14914         * config/v850/v850-protos.h: New file: Prototypes for functions
14915         defined in v850.c
14916         * config/v850/v850.h: Move prototypes to v850-protos.h
14917         * config/v850/v850.c: Move prototypes to v850-protos.h
14918         * config/v850/v850.md: Fix compile time warnings.
14919
14920         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14921         defined in fr30.c
14922         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14923         * config/fr30/fr30.c: Fix compile time warnings.
14924         * config/fr30/fr30.md: Fix compile time warnings.
14925
14926 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14927
14928         * tree.h (get_containing_scope): Declare it.
14929         * tree.c (get_containing_scope): New fucntion.
14930         (decl_function_context): Use it.
14931         * toplev.c (rest_of_compilation): Use get_containing_scope.
14932
14933 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14934
14935         * Makefile.in (rtl.o): Depend on toplev.h.
14936
14937 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14938
14939         * cse.c (delete_trivially_dead_insns): Replace alloca with
14940         xmalloc/xcalloc.
14941         * except.c (update_rethrow_references): Likewise.
14942         (init_eh_nesting_info): Likewise.
14943         * function.c (identify_blocks): Likewise.
14944         * gcse.c (dump_hash_table): Likewise.
14945         * graph.c (print_rtl_graph_with_bb): Likewise.
14946         * loop.c (combine_movables): Likewise.
14947         (move_movables): Likewise.
14948         (count_loop_regs_set): Likewise.
14949         (strength_reduce): Likewise.
14950         * profile.c (compute_branch_probabilities): New function, split
14951         out from ...
14952         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14953         * regclass.c (regclass): Likewise.
14954         * regmove.c (regmove_optimize): Likewise.
14955         * toplev.c (compile_file): Likewise.
14956         (main): Don't mess with the stack rlimit.
14957
14958 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14959
14960         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14961         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14962
14963 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14964
14965         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14966
14967 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14968
14969         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14970         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14971         macro expansion.
14972
14973 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14974
14975         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14976
14977 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14978
14979         * gcse.c (post_dominators): Kill.
14980         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14981         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14982         pass in a pdom array since we do not need pdoms.
14983         * haifa-sched.c (schedule_insns): Similarly.
14984         * flow.c (compute_dominators): Remove dead function.
14985         (compute_flow_dominators): Do not compute doms or pdoms if the
14986         caller does not request them.  Split up loop to build doms and
14987         pdoms.  Use a worklist to compute doms and pdoms.
14988         * basic-block.h (compute_dominators): Remove prototype.
14989
14990 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14991
14992         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14993         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14994         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14995         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14996         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14997         (schedule_region): Remove unused variable.
14998         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14999
15000 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
15001
15002         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
15003         (update_equiv_regs): Likewise.
15004         (block_alloc): Likewise.
15005         * reg-stack.c (reg_to_stack): Likewise.
15006         (convert_regs_2): Likewise.
15007         * reload1.c (reload_as_needed): Likewise.
15008
15009 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
15010
15011         * Makefile.in (dbxout.o): Depend on ggc.h.
15012         (dwarf2out.o): Likewise.
15013         (xcoffout.o): Likewise.
15014         * dbxout.c: Include ggc.h.
15015         (dbxout_init): Register lastfile as a root.
15016         * dwarf2out.c: Include ggc.h.
15017         (dwarf2out_line): Register lastfile as a root.
15018         * xcoffout.c: Include ggc.h.
15019         (xcoffout_source_line): Register xcoff_lastfile as a root.
15020
15021 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
15022
15023         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
15024
15025 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
15026
15027         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
15028         defined.
15029         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
15030
15031 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15032
15033         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
15034         (EXECUTE_IF_CONFLICT): Likewise.
15035         (ALLOCNO_LIVE_P): Avoid signed division.
15036         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
15037         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
15038         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
15039
15040 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
15041
15042         * haifa-sched.c (schedule_block): Don't crash if there's no
15043         next insn for an interblock movement.
15044         (add_branch_dependences): Don't allow clobber insns to move either.
15045
15046 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
15047
15048         * i386.c (split_xf): New.
15049         * i386-protos.h: Declare it.
15050         * i386.md (movxf_1): Add general regs alternatives.
15051         (movxf_1+1): New splitter for same.
15052
15053 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
15054
15055         * function.c (purge_addressof_1): Add missing return values.
15056
15057 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
15058
15059         * function.c (is_addressof): New function.  Returns true if
15060         the given piece of RTL is an ADDRESSOF.
15061         (purge_addressof_1): Make boolean.  Return false if the
15062         ADDRESSOFs could not be purged.
15063         (purge_addressof): If ADDRESSOFs could not be purged from the
15064         notes attached to an insn, remove the offending note(s),
15065         unless they are attached to a libcall.
15066
15067 1999-11-05  Andreas Jaeger  <aj@suse.de>
15068
15069         * genoutput.c (null_operand =): Initialize all fields.
15070
15071         * errors.h: Add extern to prototypes.
15072
15073 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
15074
15075         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
15076         * configure: Rebuilt.
15077
15078 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15079
15080         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
15081         (mirror_conflicts): New function.
15082         (global_alloc): Call it.
15083         (expand_preferences): Remove redundant CONFLICTP test.
15084         (find_reg, dump_conflicts): Likewise.
15085         (prune_preferences): Process conflicts one word at a time.
15086
15087 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
15088
15089         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
15090         instead of an explicit loop.
15091
15092 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
15093
15094         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
15095         if REG_RETVAL check succeeds, then put classp in src_elt.
15096
15097 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
15098
15099         * function.c (pad_to_arg_alignment): Only update argument_pad
15100         if the argument's alignment is greater than STACK_BOUNDARY.
15101
15102 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
15103
15104         * bitmap.h (BITMAP_XFREE): New.
15105         * flow.c (life_analysis): Use it.
15106         (life_analysis_1): Free blocks.
15107
15108         * combine.c (undo_commit): New.
15109         (try_combine): Use it.  Don't zap undobuf.undos.
15110         (combine_instructions): Don't zap undobuf.undos; free the
15111         undobuf.frees list.
15112
15113         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
15114
15115         * stmt.c (cost_table_): New.
15116         (estimate_case_costs): Use it instead of xmalloc.
15117
15118         * toplev.c (compile_file): Reuse dumpname memory instead
15119         of strdup'ing it.
15120
15121 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
15122
15123         * reg-stack.c (convert_regs_1): Initialize target_stack->top
15124         after verifying an EH edge.
15125
15126         * haifa-sched.c (init_rgn_data_dependences): Correctly
15127         size bb_pending_lists_length when zeroing.
15128
15129 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
15130
15131         * function.c (diddle_return_value): New.
15132         (expand_function_end): Use it.
15133         * stmt.c (expand_null_return): Likewise.
15134         (expand_value_return): Likewise.
15135
15136         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
15137
15138         * reload1.c (reload): Don't remove return value clobbers.
15139
15140 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
15141
15142         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
15143
15144 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
15145
15146         * cse.c (cse_main): Use xmalloc, not alloca.
15147         (cse_basic_block): Likewise.
15148         * local-alloc.c (local_alloc): Likewise.
15149
15150 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15151                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15152
15153         * rtl.c: Include toplev.h.
15154         (fatal): Remove declaration.
15155
15156 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
15157
15158         * haifa-sched.c (schedule_block): Fix thinko.
15159
15160 1999-11-03  James McKelvey <mckelvey@fafnir.com>
15161
15162         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
15163         S_IR* defined values
15164
15165 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
15166
15167         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
15168         call `malloc' instead.
15169
15170 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
15171
15172         * flags.h (flag_renumber_insns): Declare.
15173         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
15174         renumbering table.
15175         * rtl.h (renumber_insns): Change prototype.
15176         * toplev.c (flag_renumber_insns): Define.
15177         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
15178
15179 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
15180
15181         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
15182         and fpsqrtd.  Use them and create fdiv function unit to more
15183         accurately represent fpu sqrt pipeline semantics on UltraSparc.
15184         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
15185
15186 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
15187
15188         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
15189         3 on UltraSparc.
15190         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
15191         insn into ready list, do not use just a raw swap.
15192
15193 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
15194
15195         * rtl.h (renumber_insns): New function.
15196         (remove_unnecessary_notes): Likewise.
15197         * emit-rtl.c (renumber_insns): Define.
15198         (remove_unncessary_notes): Likewise.
15199         * toplev.c (rest_of_compilation): Remove dead code.
15200         Use renumber_insns and remove_unncessary_notes.
15201
15202         * gcse.c (struct null_pointer_info): New type.
15203         (get_bitmap_width): New function.
15204         (current_block): Remove.
15205         (nonnull_local): Likewise.
15206         (nonnull_killed): Likewise.
15207         (invalidate_nonnull_info): Take a null_pointer_info as input.
15208         (delete_null_pointer_checks_1): New function.
15209         (delete_null_pointer_checks): Use it.
15210
15211         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
15212         (split_edges): Likewise.
15213         (schedule_block): Likewise.
15214         (compute_block_backward_dependencies): Likewise.
15215         (schedule_region): Likewise.
15216         (schedule_insns): Likewise.
15217
15218 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
15219
15220         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
15221         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
15222         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
15223         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
15224         * jump.c (delete_unreferenced_labels): Don't delete if
15225         LABEL_ALTERNATE_NAME is set.
15226         * print-rtl.c (print_rtx): Dump alternate name.
15227         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
15228         * rtl.h (LABEL_ALTERNATE_NAME): Define.
15229         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
15230         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
15231
15232 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15233
15234         * fix-header.c (recognized_extern, recognized_function): Constify
15235         a char*.
15236
15237         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
15238         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
15239         (compute_available): Remove unused variable `last'.
15240         (compute_nearerout): Remove unused variable `temp_bitmap'.
15241         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
15242         Remove unused variable `x'.
15243
15244         * scan.h (recognized_function, recognized_extern): Constify a
15245         char*.
15246
15247         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
15248
15249 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15250
15251         * varasm.c (decode_rtx_const): Use XSTR to access the string
15252         of a SYMBOL_REF.
15253
15254 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
15255
15256         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
15257
15258 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15259
15260         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
15261
15262 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
15263
15264         * pa.c (ireg_operand): New function.
15265         * pa.h (PREDICATE_CODES): Handle ireg_operand.
15266         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
15267         Fix out of date comment.
15268
15269         * pa.md (negdi2): Turn into expander + anonymous pattern.
15270
15271         * reload.c (find_reloads): Fix typos in recent change.
15272
15273         * dwarf2out.c: Do not include ctype.h.
15274
15275 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15276
15277         * regclass.c (record_reg_classes): Always use may_move_cost when
15278         seeing how operand fits with various register classes.
15279
15280 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
15281
15282         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
15283         * toplev.c: Revert Nov 1 13:22 change.
15284
15285 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
15286
15287         * config/pa/pa.md (height reduction patterns): Add checks for
15288         overlapping operands to avoid semantic-destroying splits for
15289         height reduction patterns.
15290
15291 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15292
15293         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
15294         have been an hyphen, fixed.
15295         * configure: Rebuilt.
15296
15297 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
15298
15299         * config/arm/tpe.h: Add prototypes for exported functions.
15300         * config/arm/pe.c: Fix compile time warnings.
15301         * config/arm/semi.h: Fix compile time warnings.
15302         * config/arm/arm.c: Fix compile time warnings.
15303         * config/arm/arm.h: Fix compile time warnings.
15304         * config/arm/arm.md: Fix compile time warnings.
15305         * config/arm/thumb.c: Fix compile time warnings.
15306         * config/arm/thumb.h: Fix compile time warnings.
15307         * config/arm/thumb.md: Fix compile time warnings.
15308
15309 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
15310
15311         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
15312         detection code
15313
15314         * unroll.c (unroll_loop): Remove LOOP notes when loop is
15315         completely unrolled.
15316
15317 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15318
15319         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
15320
15321 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
15322
15323         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
15324         * rtl.h (rtx_equal_p): Move prototype.
15325         * rtl.c (rtx_equal_function_value_matters): Move from
15326         rtlanal.c
15327         (rtx_equal_p): Likewise.
15328         * rtlanal.c (rtx_equal_function_value_matters): Delete.
15329         (rtx_equal_p): Likewise.
15330
15331 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
15332
15333         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
15334         ! HAS_INIT_SECTION.
15335
15336 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
15337
15338         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
15339
15340         * pa.h (ADDR_VEC_ALIGN): Define.
15341
15342         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
15343         notes when presented with "if (foo) break; end_of_loop" and
15344         the break sequence gets moved out of the loop.
15345
15346         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
15347         Remove explicit zero initializations of entries within MAP.
15348
15349 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
15350
15351         * reg-stack.c (convert_regs_1): Handle EH edges specially.
15352
15353 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
15354
15355         * bitmap.h (BITMAP_XMALLOC): New macro.
15356         * flow.c (CLEAN_ALLOCA): Remove.
15357         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
15358         (life_analysis): Likewise.
15359         (update_life_info): Don't use CLEAN_ALLOCA.
15360         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
15361         (calculate_global_regs_live): Likewise.
15362         (print_rtl_with_bb): Likewise.
15363         (verify_flow_info): Likewise.
15364         * global.c (global_alloc): Likewise.
15365         (global_conflicts): Likewise.
15366         * integrate.c (save_for_inline_nocopy): Likewise.
15367         (expand_inline_function): Likewise.
15368         * jump.c (jump_optimize_1): Likewise.
15369         (duplicate_loop_exit_test): Likewise.
15370         (thread_jumps): Likewise.
15371         * loop.c (loop_optimize): Likewise.
15372         (combine_givs): Likewise.
15373         (recombine_givs): Likewise.
15374         * reorg.c (dbr_schedule): Likewise.
15375         * unroll.c (unroll_loop): Likewise.
15376
15377         * combine.c (combine_instructions): Use xmalloc instead of alloca.
15378
15379 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
15380
15381         * toplev.c (rest_of_compilation): Don't optimize the CFG
15382         when rebuilding, just before dbr.
15383
15384 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15385
15386         * output.h (assemble_end_function, assemble_destructor,
15387         assemble_constructor, assemble_gc_entry, assemble_global,
15388         assemble_label, output_constant_pool) Constify a char*.
15389
15390         * varasm.c (assemble_destructor, assemble_constructor,
15391         assemble_gc_entry, assemble_end_function, assemble_global,
15392         assemble_label, output_constant_pool): Likewise.
15393
15394 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
15395
15396         * config/arm/thumb.c (thumb_expand_prologue): Add comments
15397         explaining what is goin on in this function.
15398
15399 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15400
15401         * regclass.c (record_reg_classes): In matching case, recompute
15402         costs since the direction of movement is different.
15403
15404 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
15405
15406         * resource.c (mark_target_live_regs): For unconditional branches,
15407         the resources found at the branch target should be added to the
15408         resources found so far, not intersected.
15409
15410 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
15411
15412         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
15413         old cpp's.
15414         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
15415         (sys/mman.h): Include this file only if #HAVE_MMAP.
15416         (run_compiles): Initialize `esac_fmt' with one old KR string, not
15417         with automatically concatenated ANSI strings.
15418
15419 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
15420
15421         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
15422         (DIV_ROUND_UP): Robustify.
15423         (ggc_recalculate_in_use_p): New function.
15424         (release_pages): Don't inline it.
15425         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
15426         outer contexts.
15427         (ggc_pop_context): Use ggc_recalculate_in_use_p.
15428         (clear_marks): Always save in_use_p.
15429         (sweep_pages): Use ggc_recalculate_in_use_p.
15430         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
15431         Release pages before counting statistics.
15432
15433 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
15434
15435         * toplev.c (rest_of_compilation): Fix thinko in this change:
15436
15437         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15438
15439         (rest_of_compilation): If inside an inlined external function,
15440         pretend we are just being declared.
15441
15442 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
15443
15444         * flow.c (calculate_global_regs_live): Fix thinko.
15445
15446         * integrate.c (expand_inline_function): Fix bugs in previous
15447         change from Oct 28, 1999.
15448
15449 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
15450
15451         * stmt.c (expand_value_return): Fix typo in this change:
15452
15453         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15454         (expand_value_return): Correctly convert VAL when promoting function
15455         return; support RETURN_REG being a PARALLEL.
15456
15457 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
15458
15459         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
15460
15461 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15462
15463         * hard-reg-set.h (reg_names): Constify a char*.
15464
15465         * regclass.c  (reg_names): Likewise.
15466
15467         * regs.h (reg_names): Likewise
15468
15469         * a29k/a29k.c (reg_names): Delete declaration.
15470
15471         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
15472
15473         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
15474         arc_output_function_epilogue): Likewise.
15475
15476         * elxsi/elxsi.c (reg_names): Likewise.
15477
15478         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
15479
15480         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
15481         Likewise.
15482
15483         * m88k/m88k.c (output_function_profiler): Likewise.
15484
15485         * sparc/sparc.c (sparc_flat_output_function_prologue,
15486         sparc_flat_output_function_epilogue): Likewise.
15487
15488 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
15489
15490         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
15491         warning from -Wuninitialized and put it under -W.
15492         * function.c (uninitialized_vars_warning): Warn only when the
15493         corresponding flag is set.
15494
15495 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
15496
15497         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
15498         is nonzero and the single set does not have an elt, then assign
15499         it an elt.
15500
15501         * simplify-rtx.c: New file.
15502         * Makefile.in (OBJS): Add simplify-rtx.o
15503         (simplify-rtx.o): Add dependencies.
15504         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
15505         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
15506         (cse_gen_binary, simplify_unary_operation): Delete.
15507         (simplify_binary_operation, simplify_plus_minus): Likewise.
15508         (check_fold_consts, simplify_relation_operation): Likewise.
15509         (simplify_ternary_operation): Likewise.
15510         (delete_trivially_dead_insns): Simplify the contents of the
15511         REG_EQUAL note before trying to substitute it into the source
15512         of the reg-reg copy at the end of a libcall sequence.
15513
15514         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15515         references/callers changed.
15516
15517         * mn10200.c (mn10200_va_arg): Force the return value into a
15518         register.
15519
15520         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15521
15522         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15523         arguments.
15524
15525 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15526
15527         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15528
15529 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15530
15531         * fold-const.c (fold): Fix thinko when optimizing comparisons
15532         against -0.0.
15533
15534 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15535
15536         * gcc.texi (Passes): Update front-end files to their current
15537         location.
15538
15539 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15540
15541         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15542         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15543         (PREDICATE_CODES): Add addition_operation.
15544         * alpha-protos.h (addition_operation): Declare.
15545         (secondary_reload_class): Likewise.
15546         * alpha.c (addition_operation): New.
15547         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15548         * alpha.md (adddi3): Turn into expander.
15549         (*lda, *adddi_2): New.
15550         (movsf, movdf patterns): Don't preference integer regs.
15551         (movsi, movdi patterns): Don't preference fp regs.
15552
15553 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15554
15555         * genrecog.c (write_switch): Check for duplicate CODE cases.
15556
15557 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15558
15559         * ggc-common.c: Update pre-function commentary.
15560         * ggc-page.c: Likewise.
15561         (poison): Remove.
15562         (poison_pages): Use memset directly.
15563         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15564         (ggc_collect): Poison before sweeping.
15565         * ggc-simple.c: Update pre-function commentary.
15566         (ggc_alloc_obj): Poison non-zeroed memory.
15567
15568 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15569
15570         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15571         match format string, even on 64-bit hosts.
15572         * gcc-page.c (ggc_page_print_statistics): Likewise.
15573
15574 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15575
15576         * config/i386/i386.c (ix86_cpu): Revert last patch.
15577         * config/i386/i386.h (ix86_cpu): Ditto.
15578
15579 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15580
15581         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15582         TYPE_SIZE, convert type of result to sizetype.
15583
15584 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15585
15586         * flow.c (count_or_remove_death_notes): Equate NULL with the
15587         universal set.
15588
15589         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15590         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15591         dbr_schedule.
15592
15593         * i386.c (pic_label_no): Delete.
15594         (ix86_attr_length_default): Don't use single_set to peek
15595         inside a parallel.
15596
15597         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15598         the first insn after bb->end.
15599         * i386.md (push mem peeps): Scratch is live after evaluation
15600         of the memory.
15601         (cmp mem peep): Similarly.
15602
15603 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15604
15605         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15606         * function.c (pad_to_arg_alignment): Add missing braces.
15607
15608 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15609
15610         * alpha/alpha-protos.h (literal_section): Add prototype.
15611         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15612         Constify a char*.
15613
15614         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15615         prototype.
15616         (alpha_start_function, alpha_end_function, float_strings,
15617         alpha_need_linkage): Constify a char*
15618
15619         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15620
15621         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15622
15623         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15624
15625         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15626
15627 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15628
15629         * flow.c (debug_flow_info): Add prototype.
15630
15631         * gcc.c (main): Likewise.
15632
15633         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15634         Likewise.
15635
15636         * reload1.c (failed_reload, set_reload_reg): Likewise.
15637
15638         * mips-tfile.c (main): Likewise.
15639         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15640         with ATTRIBUTE_NORETURN.
15641
15642 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15643
15644         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15645         DECL is not a memory ref.
15646
15647 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15648
15649         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15650         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15651
15652 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15653
15654         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15655         * config/mips/elf64.h: ditto.
15656
15657 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15658
15659         * expr.c (emit_push_insn): New argument alignment_pad.
15660         Update all callers.  Adjust stack pointer based on alignment pad.
15661         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15662         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15663         (locate_and_pad_parm): New argument alignment_pad.  Update all
15664         callers.
15665         * expr.h (emit_push_insn): Update prototype.
15666         (locate_and_pad_parm): Update prototype.
15667         * calls.c (arg_data):  Add new field alignment_pad.
15668         (initialize_argument_information): Initialize alignment_pad.
15669
15670 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15671
15672         * except.c (free_eh_nesting_info): Free the info itself.
15673         * function.c (free_after_compilation): Don't free NULL.
15674         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15675         (pre_edge_insert): Free inserted.
15676         * stmt.c (free_stmt_status): Don't free NULL.
15677
15678 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15679
15680         * gcov.c (DIR_SEPARATOR): Provide default.
15681         (output_data): Add test for MS-DOS format absolute filename.
15682         (fancy_abort): Correct program name.
15683         (open_files): Open all files in binary mode.
15684         * libgcc2.c (__bb_exit_func): Likewise.
15685
15686         * profile.c (init_branch_prob): Specify binary when opening files.
15687
15688         * flags.h (flag_unwind_tables): New decl.
15689         * toplev.c (flag_unwind_table): New definition.
15690         (f_options): Add -funwind-tables.
15691         (decode_g_option): Clarify warning when unknown -g option is given.
15692         (rest_of_compilation): If inside an inlined external function,
15693         pretend we are just being declared.
15694
15695         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15696         (dwarf2out_frame_finish): Likewise.
15697
15698 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15699
15700         * fold-const.c (merge_ranges): If not in0, but in1, handle
15701         upper bounds equal like subset case.
15702
15703 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15704
15705         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15706         passed in a register but moved to the stack.
15707
15708 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15709
15710         * gcc.c (pass_exit_codes, greatest_status): New variables.
15711         (struct option_map): Add entry for "--pass-exit-codes".
15712         (execute): Update greatest_status if error.
15713         (display_help): Add documentation for -pass-exit-codes.
15714         (process_command): Handle -pass-exit-codes.
15715         (main): Look at pass_exit_codes and greatest_status on call to exit.
15716
15717 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15718
15719         * reload.c (find_reloads): Refine test for no input reload
15720         case to not includes reloads emitted after insn.
15721
15722         * function.c (find_temp_slots_from_address): Handle sum involving
15723         a register that points to a temp slot.
15724         (update_temp_slot_address): Make recursive call if both old and
15725         new are PLUS with a common operand.
15726         * calls.c (expand_call): Mark temp slot for result as having
15727         address taken.
15728
15729         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15730
15731         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15732         component as well as "BINUTILS".
15733
15734         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15735         * integrate.c (copy_rtx_and_substitute): Likewise.
15736         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15737         All callers changed.
15738         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15739
15740         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15741         gdb extensions, write size of type; also be more consistent
15742         in using references when this is a subtype.
15743
15744         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15745         that is out of range.
15746
15747         * loop.c (unknown_constant_address_altered): New variable.
15748         (prescan_loop): Initialize it.
15749         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15750         (invariant_p, case MEM): Remove handling for volatile and readonly;
15751         check new variable if readonly.
15752         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15753
15754         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15755         (addr_affects_sp_p): Removed from note_mem_written and only
15756         define #ifdef AUTO_INC_DEC.
15757
15758         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15759
15760         * regclass.c (record_reg_classes): Properly handle register move
15761         directions.
15762
15763         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15764         Don't think valid if both operands are invalid.
15765         (struct constant_descriptor): New field RTL.
15766         (mark_const_hash_entry): Mark it.
15767         (record_constant{,_rtx}): Initialize it.
15768         (output_constant_def): Allocate RTL in permanent obstack and
15769         save in table.
15770         ({record,compare}_constant_1): Modes must match for
15771         CONSTRUCTOR of ARRAY_TYPE.
15772
15773         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15774         * output.h (initializer_constant_valid_p): Move decl to here.
15775         * c-common.c (initializer_constant_valid_p): Delete function from here.
15776         * varasm.c (initializer_constant_valid_p): Move function to here.
15777
15778         * tree.h (STRIP_SIGN_NOPS): New macro.
15779         * fold-const.c (optimize_minmax_comparison): New function.
15780         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15781         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15782         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15783         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15784         widening conversions.
15785         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15786         to look at size of mode, not precision of type; also add missing cases.
15787         (optimize_bit_field_compare, decode_field_reference): Don't try to
15788         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15789
15790         * dwarf2out.c (ctype.h): Include.
15791         (dwarf2out_set_demangle_name_func): New function.
15792         (size_of_line_info): Deleted.
15793         (output_line_info): Compute size of line info table from difference
15794         of labels.
15795         (base_type_die, add_name_attribute): Call demangle function, if any.
15796         (field_byte_offset): Use bits per word for variable length fields.
15797         (gen_array_type_die): Add array name.
15798         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15799         (dwarf2out_add_library_unit_info): New function.
15800
15801         * explow.c (set_stack_check_libfunc): New function.
15802         (stack_check_libfunc): New static variable.
15803         (probe_stack_range): Allow front-end to set up a libfunc to call.
15804
15805         * combine.c (simplify_comparison): When making comparison in wider
15806         mode, check for having commuted an AND and a SUBREG.
15807         (contains_muldiv): New function.
15808         (try_combine): Call it when dividing a PARALLEL.
15809         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15810         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15811         a PLUS.
15812         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15813         use one of the CLOBBERs instead.
15814         (if_then_else_cond): If comparing against zero, just return thing
15815         being compared.
15816
15817         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15818         Don't generate shifts and subtract if have conditional arithmetic.
15819
15820         * rtl.h (delete_barrier): New declaration.
15821         * jump.c (jump_optimize): Set up to handle conditional call.
15822         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15823         (delete_barrier): New function.
15824
15825         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15826
15827         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15828
15829         * tree.c (build_type_attribute_variant): Push to obstack of
15830         ttype around type_hash_canon call.
15831
15832         * expr.c (placeholder_list): Move decl to file scope.
15833         (expand_expr): Don't force access to volatile just because its
15834         address is taken.
15835         If ignoring reference operations, just expand the operands.
15836         (expand_expr, case COMPONENT_REF): Propagate
15837         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15838         Refine test for using bitfield operations vs pointer punning.
15839         (expand_expr, case CONVERT_EXPR): If converting to
15840         BLKmode UNION_TYPE from BLKmode, just return inner object.
15841         Use proper mode in store_field call.
15842         Properly set sizes of object to store and total size in store_field
15843         call for convert to union.
15844         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15845         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15846         we'll want it in memory.
15847         (readonly_fields_p): New function.
15848         (expand_expr, case INDIRECT_REF): Call it if LHS.
15849         (expand_assignment): Handle a RESULT_DECL where
15850         DECL_RTL is a PARALLEL.
15851         (do_jump, case WITH_RECORD_EXPR): New case.
15852         (get_inner_reference): Always go inside a CONVERT_EXPR
15853         and NOP_EXPR if both modes are the same.
15854         (store_field): Use bitfield operations if size of bitsize is not same
15855         as size of RHS's type.
15856         Check for bitpos not a multiple of alignment in BLKmode case.
15857         Do block move in largest possible alignment.
15858         (store_constructor): Set BITSIZE to -1 for variable size and properly
15859         in case of array of BLKmode.
15860         (expand_expr_unaligned): New function.
15861         (do_compare_and_jump): Call it.
15862
15863         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15864         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15865         does not include 'o'.
15866
15867         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15868         both SET_DEST and SET_SRC reference a virtual register.
15869         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15870
15871         * integrate.c (expand_inline_function): Handle case of setting
15872         virtual stack vars register (from built in setjmp); when parameter
15873         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15874         (subst_constant): Add new parm, MEMONLY.
15875         (expand_inline_function, integrate_parm_decls): Pass new parm.
15876         (integrate_decl_tree): Likewise.
15877         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15878         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15879         (copy_rtx_and_substitute, case SET): Add explicit calls to
15880         copy_rtx_and_substitute for both sides.
15881
15882         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15883         constraints.
15884         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15885         within INDEX_TYPE, instead of before.
15886         (fixup_gotos): Use f->target_rtl, not the next insn,
15887         since latter may be from a later fixup.
15888         (expand_value_return): Correctly convert VAL when promoting function
15889         return; support RETURN_REG being a PARALLEL.
15890         (expand_return): When checking for result in regs and having
15891         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15892
15893 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15894
15895         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15896         last_nominal_fname): Mark const.
15897         (struct include_hash: name, nshort, control_macro): Mark
15898         const.
15899         (struct macrodef: symnam): Mark const.
15900         (struct if_stack: fname): Mark const.
15901         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15902         (IStable): New character-syntax array which encompasses all
15903         the old is_foo arrays.
15904         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15905         is_space): New macros for interrogating IStable.
15906         (check_macro_name): Kill last argument.  All callers changed.
15907
15908         * cppinit.c (initialize_char_syntax): Delete.
15909         (is_idchar, is_idstart, is_hor_space, is_space,
15910         trigraph_table): Delete.
15911         (IStable): New.  Initialize with clever macros to avoid
15912         information duplication.
15913         (builtin_array): Table of builtins to get rid of explicit list
15914         in initialize_builtins.
15915         (initialize_builtins): Use builtins_array.
15916         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15917         opts->dollars_in_ident.
15918
15919         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15920         is_xyz() macros.
15921         (cpp_parse_expr): Avoid 'format string is not constant'
15922         warning. Use ISGRAPH to identify printable chars.
15923         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15924         is_xyz() macros.
15925         (read_and_prescan): Map trigraphs to chars with open-coded
15926         if-else-if-... sequence, not a lookup table.
15927         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15928         is_xyz() macros.
15929         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15930         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15931         (check_macro_name): Remove ability to report an invalid
15932         assertion name, which is never used.
15933         (do_line): Constify a couple of char *'s.
15934         * cppmain.c (main): Call cpp_cleanup before returning.
15935
15936 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15937
15938         * ggc.h (struct ggc_statistics): New type.
15939         (ggc_get_size): New function.
15940         (ggc_print_statistics): Likewise.
15941         * ggc-common.c (ggc_stats): New variable.
15942         (ggc_mark_rtx_children): Keep statistics.
15943         (ggc_mark_tree_children): Likewise.
15944         (ggc_print_statistics): New function.
15945         * ggc-page.c (struct globals): Add bytes_mapped field.
15946         (alloc_anon): Update it.
15947         (release_pages): Likewise.
15948         (ggc_get_size): New function.
15949         (ggc_page_print_statistics): New function.
15950         * ggc-simple.c (ggc_get_size): New function.
15951
15952 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15953
15954         * flow.c (propagate_block): When the last reference to a label
15955         before an ADDR_VEC is deleted because the reference is a dead
15956         store, delete the ADDR_VEC.
15957
15958 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15959
15960         * resource.c (find_free_register): Don't use the frame pointer
15961         if frame_pointer_needed.
15962
15963 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15964
15965         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15966         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15967
15968         * config/i960/i960.c (i960_va_start): New locals base, num.
15969         Use INDIRECT_REF instead of ARRAY_REF on valist.
15970         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15971
15972 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15973
15974         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15975
15976 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15977
15978         * tree.def (PLACEHOLDER_EXPR): Update comments.
15979
15980 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15981
15982         * c-common.c (check_format_info): Avoid non-literal format string
15983         warnings when `first_arg_num' is zero.
15984
15985 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15986
15987         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15988
15989 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15990
15991         * arm.md (casesi_insn): Add a clobber of the condition code
15992         register.
15993
15994 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15995
15996         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15997         used by both cc1 and cc1plus.
15998
15999 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
16000
16001         * config/arm/arm.c: Initialise arm_structure_size_boundary to
16002         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
16003         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
16004         to the value 32 if it has not already been defined.
16005         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
16006         Override definition in arm.h with a value of 8.
16007
16008 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
16009
16010         * c-pragma.c (push_alignment): Don't check the return value
16011         of xmalloc.
16012
16013 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
16014
16015         * sparc.h (ADJUST_COST): Fix thinko.
16016
16017 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
16018
16019         * cccp.c (rescan): Fixed obp pointer handling around call to
16020         check_expand subroutine.
16021
16022 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
16023
16024         * gcse.c (delete_null_pointer_checks): Only record non-null info
16025         for pseudos when examining stores.
16026
16027         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
16028         splitters for these patterns.  Use "#" for output templates.
16029         (addsi3_carryin_shift): New pattern.
16030
16031 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
16032
16033         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
16034         of the function return register into a plain REG until
16035         after function inlining is done.
16036
16037 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
16038
16039         * jump.c (jump_optimize_1): If we did cross-jumping, and
16040         the data will matter, rebuild the CFG.
16041         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
16042         not optimizing.  Don't run shorten_branches.
16043         * toplev.c (rest_of_compilation): Run shorten_branches after
16044         reg_to_stack.
16045
16046 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
16047
16048         * rtl.h (note_stores): Add additional paramter.
16049         * rtlanal.c (reg_set_p_1): Take additional paramter.
16050         (reg_set_last_1): Likewise.
16051         (reg_set_p): Adjust call to note_stores.
16052         (reg_set_last): Likewise.
16053         (note_stores): Pass data parameter to worker function.
16054         * alias.c (record_set): Take additional parameter.
16055         (init_alias_analysis): Pass it.
16056         * caller-save.c (mark_set_regs): Take additional parameter.
16057         (save_call_clobbered_regs): Pass NULL to note_stores.
16058         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
16059         parameter.
16060         (record_dead_and_set_regs_1): Likewise.
16061         (reg_dead_at_p_1): Likewise.
16062         (combine_instructions): Adjust calls to note_stores.
16063         (try_combine): Likewise.
16064         (record_dead_insn): Remove.
16065         (record_dead_and_set_regs): Adjust calls to note_stores.
16066         (reg_dead_at_p): Likewise.
16067         * cse.c (invalidate_skipped_set): Take additional parameter.
16068         (cse_check_loop_start): Likewise.
16069         (cse_check_loop_start_value): Remove.
16070         (cse_set_around_loop): Adjust calls to note_stores.
16071         * flow.c (notice_stack_pointer_modification): Take additional
16072         parameter.  Remove duplicate declaration.
16073         (record_volatile_insns): Adjust calls to note_stores.
16074         * gcse.c (record_set_info): Take additional parameter.
16075         (record_last_set_info): Likewise.
16076         (invalidate_nonnull_info): Likewise.
16077         (record_set_insn): Remove.
16078         (compute_sets): Adjust calls to note_stores.
16079         (last_set_insn): Remove.
16080         (compute_hash_table): Adjust calls to note_stores.
16081         (insert_insn_end_bb): Likewise.
16082         (delete_null_pointer_checks): Likewise.
16083         * global.c (mark_reg_store): Take additional parameter.
16084         (mark_reg_clobber): Likewise.
16085         (reg_becomes_live): Likewise.
16086         (global_conflicts): Adjust calls to note_stores.
16087         (build_insn_chain): Likewise.
16088         * integrate.c (note_modified_parmregs): Take additional parameter.
16089         (mark_stores): Likewise.  Make it static.
16090         (save_for_inline_nocopy): Adjust calls to note_stores.
16091         (try_constants): Likewise.
16092         * integrate.h (mark_stores): Remove declaration.
16093         * jump.c (mark_modified_reg): Take additional parameter.
16094         (thread_jumps): Adjust calls to note_stores.
16095         * local-alloc.c (validate_equiv_mem_from_store): Take additional
16096         parameter.
16097         (no_equiv): Likewise.
16098         (reg_is_set): Likewise.
16099         (validate_equiv_mem): Adjust calls to note_stores.
16100         (update_equiv_regs): Likewise.
16101         (block_alloc): Likewise.
16102         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
16103         (note_addr_stored): Take additional parameter.
16104         (note_set_pseudo_multiple_uses): Likewise.
16105         (record_initial): Likewise.
16106         (prescan_loop): Adjust calls to note_stores.
16107         (strength_reduce): Likewise.
16108         (check_dbra_loop): Likewise.
16109         * regmove.c (flags_set_1): Take additional paramter.
16110         (mark_flags_life_zones): Adjust calls to note_stores.
16111         * reload1.c (mark_not_eliminable): Take additional parameter.
16112         (forget_old_reloads_1): Likewise.
16113         (reload_cse_invalidate_rtx): Likewise.
16114         (reload_cse_check_clobber): Likewise.
16115         (reload_combine_note_store): Likewise.
16116         (move2add_note_store): Likewise.
16117         (reload): Adjust calls to note_stores.
16118         (reload_as_needed): Likewise.
16119         (emit_reload_insns): Likewise.
16120         (reload_cse_regs_1): Likewise.
16121         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
16122         (reload_combine): Adjust calls to note_stores.
16123         * resource.c (update_live_status): Take additional paramter.
16124         (mark_target_live_regs): Adjust calls to note_stores.
16125         * stupid.c (find_clobbered_regs): Take additional parameter.
16126         (stupid_life_analysis): Adjust calls to note_stores.
16127
16128 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
16129
16130         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
16131         definition.
16132
16133         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
16134         definition.
16135
16136         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
16137         of the variable arm_structure_size_boundary.
16138
16139 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
16140
16141         * alias.c (init_alias_analysis): Allocate reg_known_value and
16142         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
16143         and reg_seen.
16144         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
16145         * cse.c (cse_main): Call end_alias_analysis.
16146         * haifa-sched.c (schedule_insns): Likewise.
16147         * local-alloc. (update_equiv_regs): Likewise.
16148         * reload1.c (reload_cse_regs): Likewise.
16149
16150 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16151
16152         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
16153         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
16154         mapping from MASK_FPU.
16155
16156 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
16157
16158         * sparc.md (call): Don't bound structure return size to 0xfff.
16159
16160 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
16161
16162         * resource.c (mark_target_live_regs): Check that the target
16163         insn wasn't created after compute_bb_for_insn.
16164
16165 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
16166
16167         * ggc-page.c (poison_pages): Don't be overzealous.
16168
16169 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
16170
16171         * alias.c: Update comments for ADDRESS.
16172         (nonlocal_reference_p): Look inside the ADDRESS to determine if
16173         it is a local memory reference.
16174
16175         * c-typeck.c (build_function_call): Check that the built-in
16176         function is of class BUILT_IN_NORMAL before trying to recongize
16177         it as BUILT_IN_ABS.
16178         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
16179         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
16180
16181 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
16182
16183         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
16184         of alloca.
16185         (pre_gcse): Likewise.
16186         (hoist_expr_reaches_here_p): Likewise.
16187         (hoist_code): Likewise.
16188         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
16189         code to ...
16190         (pre_expr_reaches_here_p_work): ... here.
16191         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
16192         code to ...
16193         (expr_reaches_here_p_work): ... here.
16194
16195 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
16196
16197         * resource.c (find_basic_block): Delete.
16198         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
16199         (init_resource_info): Call compute_bb_for_insn.
16200
16201 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
16202
16203         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
16204         with already adjacent blocks, but no fallthru.
16205         (merge_blocks_move_successor_nojumps): Simplify.
16206         (debug_flow_info): New.
16207
16208         * toplev.c (rest_of_compilation): Open jump1 dump file before
16209         jump and close after, as opposed to just using dump_rtl.
16210
16211 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16212
16213         * reload.h (earlyclobber_operand_p): Declare.
16214         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
16215         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
16216         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
16217         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
16218
16219 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
16220                           Richard Henderson  <rth@cygnus.com>
16221
16222         * emit-rtl.c (emit_block_insn_before): New.
16223         (emit_block_insn_after): New.
16224         * basic-block.h: Declare them.
16225
16226         * bitmap.h: Protect from multiple inclusion.
16227
16228         * recog.c (scratch_operand): Handle VOIDmode correctly.
16229
16230         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
16231
16232         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
16233         * function.c (assign_parms): Likewise.
16234         * global.c (global_conflicts): Clarify STACK_REGS commentary.
16235
16236         * reg-stack.c (max_uid): Remove.
16237         (blocks, block_begin, block_end, block_drops_in): Remove.
16238         (block_stack_in, block_out_reg_set, block_number): Remove.
16239         (struct block_info_def, BLOCK_INFO): New.
16240         (enum emit_where): New.
16241         (current_block): New.
16242         (BLOCK_NUM): Remove.
16243         (mark_regs_pat, record_label_references): Remove.
16244         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
16245         (nan): New.
16246         (goto_block_pat, print_blocks, dump_stack_info): Remove.
16247         (reg_to_stack): Simplified test for existance of fp code.  Use
16248         flow.c code.  Call shorten_branches after cross-jump opt.
16249         (check_asm_stack_operands): Renamed from record_asm_reg_life.
16250         Return false if the asm doesn't use stack regs.  Don't do life
16251         analysis on the asm.
16252         (emit_pop_insn): Replace function pointer arg `when' with
16253         enum `where'.  Update all callers.
16254         (change_stack): Likewise.  Update basic block end.
16255         (emit_swap_insn): Use current_block->head to limit reverse search
16256         for start of block.  Use emit_block_insn_after.
16257         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
16258         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
16259         structure assignment instead of bcopy.
16260         (print_stack): New.
16261         (convert_regs_entry, convert_regs_exit): New.
16262         (convert_regs_1, convert_regs_2): Split out from convert_regs.
16263         Work on basic blocks and the CFG.
16264         (convert_regs): Use them.
16265
16266         * i386.c (output_fix_trunc): Remove code for DImode input operand
16267         not at top-of-stack.
16268         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
16269         appropriate mode.
16270         (fix_truncdi_1): Allow any mode scratch.
16271
16272 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
16273
16274         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
16275         * linux.h, netbsd.h, vms.h: Not here.
16276
16277 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
16278
16279         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
16280         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
16281         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
16282         CONDITIONAL_REGISTER_USEAGE): Use them.
16283         * config/mips/mips.c (mips_move_1word,mips_move_2words,
16284         gen_conditional_branch,override_options) : Use them.
16285         * config/mips/mips.md : Use them.
16286
16287 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
16288
16289         * i386.md (zero_extendqihi2): Use SImode register name with andl.
16290
16291 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
16292
16293         * integrate.c (function_cannot_inline_p): Don't allow inlining
16294         if setjmp is used.
16295
16296 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16297
16298         * c-parse.in (cast_expr): Constify.
16299
16300         * cccp.c (special_symbol): Likewise.
16301
16302         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
16303
16304         * dwarf2out.c (base_type_die): Likewise.
16305
16306         * global.c (allocno_compare): Likewise.
16307
16308         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
16309
16310         * regclass.c (fix_register): Likewise.
16311
16312         * rtl.h (fix_register): Likewise.
16313
16314         * stupid.c (stupid_reg_compare): Likewise.
16315
16316         * toplev.c (decode_f_option): Likewise.
16317
16318         * tree.c (build_complex_type): Likewise.
16319
16320 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
16321
16322         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
16323
16324 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16325
16326         * reload.c (find_reloads): Compute mode and nregs fields of all
16327         reloads.
16328         * reload1.c (calculate_needs_all_insns): Simplify a bit.
16329         (calculate_needs): Use precomputed mode/nregs values.
16330         (allocate_reload_reg): Likewise.
16331         Break out two...
16332         (failed_reload, set_reload_reg): ... new functions.
16333         (choose_reload_regs_init): New function, mostly broken out from...
16334         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
16335         Also lose one #if 0 block.
16336
16337 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
16338
16339         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
16340         substitution.
16341
16342 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
16343
16344         * tree.h (BLOCK_TYPE_TAGS): Remove.
16345         (BLOCK_END_NOTE): Likewise.
16346         (BLOCK_LIVE_RANGE_FLAG): Likewise.
16347         (BLOCK_LIVE_RANGE_START): Likewise.
16348         (BLOCK_LIVE_RANGE_END): Likewise.
16349         (tree_block): Remove live_range_flag, live_range_var_flag, and
16350         type_tags.  Remove end_note, live_range_start, and live_range_end.
16351         (remember_end_note): Remove prototype.
16352         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
16353         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
16354         remember_end_note.
16355         * ggc-common.c (ggc_mark_tree_children): Don't mark
16356         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
16357         * integrate.c (adjust_copied_decl_tree): Remove.
16358         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
16359         * stmt.c (last_block_end_note): Remove.
16360         (init_stmt): Don't add a GC root for it.
16361         (expand_fixup): Don't set it.
16362         (remember_end_note): Remove.
16363         (expand_end_bindings): Don't set last_block_end_note.
16364
16365 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16366
16367         * reload1.c (reload_reg_free_for_value_p): Show
16368         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
16369         reloads.
16370
16371 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
16372
16373         * expmed.c (extract_bit_field): Allow for the case of non-integer
16374         objects that are smaller than a word (like SFmode on a 64-bit
16375         machine).
16376
16377         * loop.c (basic_induction_var): A non-integer variable which is
16378         being set by a paradoxical subreg is probably not a biv.
16379
16380 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16381
16382         * prefix.c (translate_name) Check for empty prefix string.
16383
16384 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
16385
16386         * Makefile.in (CPP_CROSS_NAME): New variable.
16387         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
16388         xcpp.
16389         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
16390         names of the files to be uninstalled.
16391
16392 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
16393
16394         * collect2.c (IS_DIR_SEPARATOR): Define.
16395         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
16396
16397         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
16398         functions too.
16399
16400         * haifa-sched.c (add_dependence): Update the true dependency
16401         cache the first time we add a true dependence to the LOG_LINKS chain.
16402
16403 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
16404
16405         * fold-const.c (fold): Fix comment.
16406
16407 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16408
16409         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
16410         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
16411         dbxout_start_new_source_file, dbxout_source_file,
16412         dbxout_source_line, dbxout_finish, dbxout_type_fields,
16413         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
16414         Constify a char*.
16415         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
16416         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
16417         (dbxout_block): Initialize variable `blocknum'.
16418
16419         * dbxout.h (dbxout_init, dbxout_finish,
16420         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
16421         dbxout_args, dbxout_source_line): Constify a char*.
16422
16423         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
16424         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
16425         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
16426         low_pc_attribute, high_pc_attribute, body_begin_attribute,
16427         body_end_attribute, comp_dir_attribute, sf_names_attribute,
16428         src_info_attribute, mac_info_attribute, producer_attribute,
16429         lookup_filename, generate_macinfo_entry, fundamental_type_code,
16430         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
16431         dwarfout_undef): Constify a char*.
16432         (add_incomplete_type, retry_incomplete_types): Add prototypes.
16433
16434         * dwarfout.h (dwarfout_define, dwarfout_undef,
16435         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
16436
16437 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
16438
16439         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
16440         (MULTILIB_ISA_DEFAULT): New.
16441         (MULTILIB_DEFAULTS): Use it.
16442         * config/mips/mips.c (): Remove the now unnecessary definition
16443         of MIPS_ISA_DEFAULT.
16444         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
16445         unnecessary definition.
16446
16447 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
16448
16449         * arm.md (pic_load_addr): Add constraints to operand 1.
16450
16451 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
16452
16453         * fixinc/genfixes:  Provide a means for specifying -D options to
16454         AutoGen
16455
16456 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
16457
16458         * arm.c (arm_override_options): Correct initialization of
16459         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
16460         arm_is_strong, and arm_is_6_or_7.
16461
16462         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
16463         (note_set_pseudo_multiple_uses): New function.
16464         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
16465         if a pseudo set in the loop exit is used elsewhere.
16466
16467 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
16468
16469         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
16470
16471 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
16472
16473         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
16474         a single load-address pattern.
16475
16476 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
16477
16478         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
16479         depending on whether or not line-number notes are present.
16480
16481 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16482
16483         * cccp.c (progname, file_buf, default_include, include_file,
16484         macrodef, definition, hashval, wchar_type, user_label_prefix,
16485         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
16486         expand_to_temp_buffer, is_system_include, base_name,
16487         absolute_filename, read_name_map, open_include_file,
16488         record_control_macro, check_precompiled, check_preconditions,
16489         pcfinclude, pass_thru_directive, create_definition,
16490         check_macro_name, comp_def_part, collect_expansion,
16491         check_assertion, read_token_list, assertion_install,
16492         assertion_lookup, eval_if_expression, conditional_skip,
16493         validate_else, skip_quoted_string, quote_string, macarg1,
16494         error_from_errno, install, lookup, hashf, dump_defn_1,
16495         perror_with_name, pfatal_with_name, main, trigraph_pcp,
16496         check_white_space, rescan, handle_directive, monthnames,
16497         special_symbol, do_include, remap_include_file, write_output,
16498         arglist, do_assert, do_unassert, do_line, do_error, do_once,
16499         do_ident, do_sccs, do_xifdef, skip_if_group,
16500         output_line_directive, macroexpand, macarg, change_newlines,
16501         initialize_builtins, make_definition): Constify a char*.
16502
16503         * pcp.h (stringdef): Likewise.
16504
16505 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
16506
16507         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
16508         not of pattern.
16509
16510 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
16511                           Richard Henderson  <rth@cygnus.com>
16512
16513         * alias.c: Include ggc.h.
16514         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16515         (record_set): Verify enough room in reg_base_value.
16516         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16517         Register it as a GC root.
16518         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16519         * Makefile.in (alias.o): Depend on ggc.h.
16520
16521         * unroll.c (unroll_loop): Verify the insn before a barrier
16522         is a JUMP_INSN before checking JUMP_LABEL.
16523
16524 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16525
16526         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16527         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16528         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16529         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16530         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16531         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16532
16533 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16534
16535         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16536
16537         * alpha/alpha-interix.h (text_section): Delete prototype.
16538         * alpha/elf.h (text_section): Likewise.
16539         * arm/linux-elf.h (text_section): Likewise.
16540         * arm/linux-telf.h (text_section): Likewise.
16541         * c4x/c4x.h (text_section): Likewise.
16542         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16543         * elfos.h (text_section): Likewise.
16544         * i386/aix386ng.h (text_section): Likewise.
16545         * i386/i386-interix.h (text_section): Likewise.
16546         * i386/sco5.h (text_section): Likewise.
16547         * i386/svr3gas.h (text_section): Likewise.
16548         * nextstep.h (text_section): Likewise.
16549         * psos.h (text_section): Likewise.
16550         * ptx4.h (text_section): Likewise.
16551         * svr3.h (text_section): Likewise.
16552         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16553
16554 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16555
16556         * final.c (peephole): Delete prototype.
16557
16558         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16559         (pre_insert_copies): Remove unused variable `bb'.
16560
16561         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16562         prototypes.
16563
16564         * output.h (peephole): Add prototype.
16565
16566 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16567
16568         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16569         -O0.
16570
16571 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16572
16573         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16574         for inlined declarations.
16575
16576 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16577
16578         * arm.c (logical_binary_operator): New fucntion.
16579         * arm.h (logical_binary_operator): Declare it.
16580         (PREDICATE_CODES): Handle logical_binary_operator.
16581         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16582         output constraints.  Add appropriate splitters.
16583         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16584         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16585         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16586
16587 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16588
16589         * genoutput.c (struct operand_data): New elt eliminable.
16590         (output_operand_data): Write it.
16591         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16592         (compare_operands): Take it into account.
16593         * recog.h (struct insn_operand_data): New elt eliminable.
16594         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16595         functions.
16596         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16597         (eliminate_regs): Move code that detects changes to elimination
16598         target regs into new function elimination_effects.
16599         Delete one #if 0 block.
16600         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16601         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16602         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16603         Only call eliminate_regs for real operands of the insn, not for parts
16604         of its structure or parts matched by things like match_operator.
16605         Use elimination_effects and check_eliminable_occurrences.  Use
16606         copy_insn to duplicate the pattern when not in the final pass.
16607
16608 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16609
16610         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16611         and fld.
16612
16613 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16614
16615         * fixinc/README: document the "mach" machine matching test
16616         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16617         * fixinc/fixtests.c: Implement the #else/#endif label test
16618         * fixinc/inclhack.def: utilize these tests and fixes
16619         * fixinc/inclhack.sh:  regen
16620         * fixinc/fixincl.x:  regen
16621         * fixinc/fixincl.sh:  regen
16622
16623 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16624
16625         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16626         depend on ggc.h.
16627
16628 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16629
16630         * gcc.1: Document exit codes.
16631
16632 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16633
16634         * calls.c: Include tm_p.h later, so everything we need is defined.
16635         * expr.c: Likewise.
16636         * function.c: Likewise.
16637
16638         * except.c: Include tm_p.h.
16639
16640         * sparc.c: Likewise.
16641         (dwarf2out_cfi_label): Don't prototype.
16642         (check_return_regs, epilogue_renumber,
16643         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16644         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16645         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16646         ultra_schedule_insn): Add static prototype.
16647         (data_segment_operand, text_segment_operand): Call itself with the
16648         proper number of arguments.
16649         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16650
16651         * sparc.h: Move all declarations to sparc-protos.h.
16652         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16653         symbolic_operand.
16654
16655         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16656
16657         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16658         Prototypes.
16659         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16660         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16661         ASM_OUTPUT_ASCII): Constify a char*.
16662
16663         * sparc-protos.h: New file for sparc prototypes.
16664
16665 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16666
16667         * function.c (record_insns, contains): Always declare and define.
16668         (record_insns): Mark with ATTRIBUTE_UNUSED.
16669
16670 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16671
16672         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16673         to .section when outputting a .bss section to deal with multiple
16674         .bss input sections (as happens with -fdata-sections)
16675         Also output %progbits, not @progbits so the assembler doesn't treat as
16676         a comment.
16677         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16678
16679         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16680         thumb parts even when building with non-thumb CPUs, by forcing
16681         thumb mode.
16682
16683 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16684
16685         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16686         (movdf_const_intreg_sp64): Similarly.
16687
16688         * local-alloc.c (update_equiv_regs): Check the correct insn
16689         for pre-existing REG_EQUIV notes.
16690
16691 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16692
16693         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16694         block reached by a branch if we're not going to actually process
16695         this block.
16696
16697 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16698
16699         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16700         a local extern function declaration.
16701
16702 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16703
16704         * i386.c (ix86_expand_prologue): Properly wrap USE around
16705         reg for CALL_INSN_FUNCTION_USAGE.
16706
16707 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16708
16709         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16710         move between GP_REGs.
16711
16712 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16713
16714         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16715         the mode size when finding out if an offset is legal.
16716
16717 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16718
16719         * basic-block.h (PROP_*): Move constants from ...
16720         * flow.c: ... here.
16721         (compute_bb_for_insn): Free the array before reallocating.
16722         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16723         (allocate_reg_life_data): Reset all reg variables collected by
16724         propagate_block.
16725         (get_block_head_tail): Don't convert from bb to block.
16726         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16727         (find_insn_reg_weight): Take block not bb.
16728         (schedule_block): Don't set block num for moved insns.
16729         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16730         (schedule_insns): Do it here instead.
16731         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16732         before update_life_info.
16733         * recog.c (split_all_insns, peephole2_optimize): Update for
16734         new arg to update_life_info.
16735         * rtlanal.c (remove_note): Cope with NULL note.
16736         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16737         if we did sched1.
16738
16739 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16740
16741         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16742
16743         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16744         block records so that merge_blocks_nomove will clean up correctly.
16745         (split_edge): Handle casesi insns.
16746
16747         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16748
16749 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16750
16751         * pa.md (call, call_value): Do not emit a blockage after restoring
16752         the PIC register.
16753
16754 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16755
16756         * c-typeck.c (c_expand_asm_operands): Fix typo.
16757
16758 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16759
16760         * arm.c (fpu_rhs_operand): Verify modes.
16761         (fpu_add_operand): Likewise.
16762         (di_operand): Likewise.
16763         (soft_df_operand): Likewise.
16764
16765 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16766
16767         * arm.c (arm_return_in_memory): APCS rules state that the elements
16768         of a structure returned in a register must be 'integer-like'.
16769
16770 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16771
16772         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16773         in the source tree when the generated targets are out of date
16774         * fixinc/genfixes: Alter it to run individual fixes for make.
16775         * fixinc/README: rewrite
16776         * fixinc/inclhack.def: moved initial comments to README
16777
16778 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16779
16780         * toplev.c (main): Do not generate an error message if an
16781         unrecognised command line switch is recognisable by another
16782         language.  If extra_warnings are enabled, then generate a
16783         warning message instead.
16784
16785 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16786
16787         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16788         (insert_pack_attributes): Delete prototype.
16789
16790         * c-pragma.c (default_alignment): New static variable.
16791         (push_alignment): Initialize to current effective alignment.
16792         (pop_alignment): Use to set new alignment.
16793         (insert_pack_attributes): Delete function.
16794         (handle_pragma_token): Set default_alignment as well each time
16795         a #pragma pack(<n>) is encountered.
16796
16797 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16798
16799         * reg-stack.c (stack_result): Aggregates are not returned in
16800         stack registers.
16801
16802 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16803
16804         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16805
16806 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16807
16808         * basic-block.h (set_block_num): Declare.
16809         * flow.c (update_life_info): Don't call compute_bb_for_insn
16810         or free_basic_block_vars.
16811         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16812         (insn_orig_block): Remove.
16813         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16814         (schedule_block): Keep BLOCK_NUM up-to-date.
16815         (schedule_insns): Use compute_bb_for_insn.
16816         * recog.c (split_all_insns): Likewise.
16817         (peephole2_optimize): Likewise.
16818
16819 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16820
16821         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16822         if the pic register is used.
16823
16824 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16825
16826         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16827         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16828         if that tests TREE_PERMANENT.
16829
16830 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16831
16832         * cse.c (invalidate_for_call): Do not remove memory references from
16833         the table here.  It's handled elsewhere.
16834
16835         * haifa-sched.c (add_dependence): Protect references to the
16836         true dependency cache with #ifdef INSN_SCHEDULING.
16837         (remove_dependence): Similarly.
16838
16839         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16840         to the cfg code that this is a return instruction.
16841         * mn10300.md (return_internal): Similarly.
16842
16843         * combine.c (get_last_value): If the last set of a register
16844         is after subst_low_cuid, then we can not use it to determine
16845         the register's last value.
16846
16847 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16848
16849         * Makefile.in: Back out previous change.
16850
16851 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16852
16853         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16854
16855         * haifa-sched.c (add_dependence): Only check/update the cache
16856         if it exists.
16857         (remove_dependence): Likewise.
16858         (schedule_insns): Only create the true_dependency_cache if the
16859         average number of instructions in a basic block is very large.
16860
16861 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16862
16863         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16864         (ggc-simple.o): Likewise.
16865         (ggc-page.o): Likewise.
16866
16867 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16868
16869         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16870         Prototype for exported functions.
16871         (pre_lcm, pre_rev_lcm): Remove prototypes.
16872         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16873         (compute_available): Move to lcm.c, and change parameter order.
16874         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16875         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16876         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16877         set table after reach pre pass.
16878         (pre_insert_map, pre_delete_map, edge_list): New.
16879         (alloc_pre_mem): Allocate edge vectors.
16880         (free_pre_mem): Delete edge vectors.
16881         (compute_pre_data): Call new edge based lcm routines.
16882         (process_insert_insn): New function.
16883         (insert_insn_end_bb): Use it.
16884         (pre_edge_insert): New function.
16885         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16886         needed.
16887         (pre_insert_copies): Revamp using new edge based lcm outputs.
16888         (pre_delete): Likewise.
16889         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16890         block.
16891         (compute_code_hoist_vbeinout): New new edge based routines.
16892         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16893         that work with the new cfg datastructures and work with edges
16894         instead of blocks.
16895
16896 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16897
16898         * reload.h (struct reload): Add new fields "mode" and "nregs".
16899         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16900         to reference the "mode" and "nregs" field within struct reload.
16901
16902 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16903
16904         * haifa-sched.c (true_dependency_cache): New.
16905         (add_dependence): Use the true dependency cache to avoid expensive
16906         walks down the LOG_LINKS dependency list.  Add entries to the
16907         cache as necessary.
16908         (remove_dependence): Remove entries from the true dependency cache
16909         as needed.
16910         (schedule_insns): Allocate and initialize and free the true
16911         dependency cache.
16912
16913         * haifa-sched.c (schedule_insns): Do not remove inter-block
16914         dependencies anymore.
16915
16916 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16917
16918         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16919         * i386/t-winnt: Likewise.
16920
16921 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16922
16923         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16924
16925 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16926
16927         * Makefile.in (LANGUAGES): Omit "proto".
16928         (clean): Remove stale comment about removing unprotoize.c.
16929
16930 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16931
16932         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16933         using arithmetic on void pointers.
16934
16935 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16936
16937         * haifa-sched.c (compute_block_forward_dependencies): Only check
16938         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16939
16940 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16941
16942         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16943         (expr_equiv_p): Reject memories with different alias sets.
16944
16945 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16946
16947         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16948         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16949         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16950         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16951         (lang_init): Set default for flag_bounds_check if still "unspecified".
16952
16953 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16954
16955         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16956
16957 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16958
16959         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16960         instructions.
16961
16962 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16963
16964         * config/c4x/c4x.md (*db_noclobber,
16965         *decrement_and_branch_until_zero_noclobber): New patterns and
16966         associated splitters.
16967
16968 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16969
16970         * config/c4x/c4x.md (parallel instruction patterns): Rework
16971         constraints to keep reload happy.
16972
16973 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16974
16975         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16976         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16977         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16978         Add new patterns and associated post-reload splitters.
16979
16980 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16981
16982         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16983
16984 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16985
16986         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16987         if appropriate.
16988         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16989
16990 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16991
16992         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16993         memory mode.
16994
16995 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16996
16997         * pa.c (move_operand): Rely on memory_address_p to determine the
16998         validity of non-indexed memory addresses.
16999         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
17000         operand in DFmode and SFmode when generating PA2.0 code.
17001
17002 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
17003
17004         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
17005
17006 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
17007
17008         * mips.c (function_prologue): Fix argument types.
17009         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
17010         (casesi_internal): Write to the scratch register.
17011
17012 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
17013
17014         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
17015         to U_CHAR **.
17016         (parse_charconst): Delete unnecessary cast when calling
17017         cpp_parse_escape.
17018         (cpplib.h): Kill prototype of cpp_parse_escape.
17019
17020 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
17021
17022         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
17023         * unroll.c (unroll_loop): Cast return value of alloca.
17024         * i370/i370.c: Include function.h and toplev.h.
17025         (i370_label_scan): Remove c++ commented abort.
17026         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
17027         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
17028         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
17029         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
17030
17031 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
17032
17033         * config/t-freebsd: Do not override USER_H.
17034         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
17035
17036 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
17037                           Mumit Khan  <khan@xraylith.wisc.edu>
17038
17039         * c-parse.in (component_decl): Support anonymous struct/union.
17040         (%expect): Update.
17041         * c-parse.y: Regenerate.
17042         * c-parse.c: Likewise.
17043         * objc/objc-parse.y: Likewise.
17044         * objc/objc-parse.c: Likewise.
17045         * c-decl.c (finish_struct): Don't sort the fields.
17046         (field_decl_cmp): Delete unused function.
17047
17048 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
17049
17050         * sparc.md (movsf_const_intreg): Revert last constraint change.
17051         (movdf_const_intreg_sp32): Likewise.
17052
17053 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
17054
17055         * cse.c: Include hashtab.h instead of splay-tree.h
17056         (struct cse_reg_info): No longer use variant union.  Add new
17057         field "regno".  All references changed to avoid union.
17058         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
17059         (free_cse_reg_info): Remove.
17060         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
17061         (get_cse_reg_info): Revamp to use expandable hash tables instead
17062         of splay trees.  Initialize new fields in cse_reg_info structure.
17063         (new_basic_block): Similarly.
17064
17065 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
17066
17067         * genrecog.c (message_with_line): Prototype.
17068         (validate_pattern): Pass along the set for the dest, not a flag.
17069         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
17070         Check for PC/CC0 as sources.
17071         (nodes_identical): Check for children position match before
17072         allowing the combination.
17073
17074         * rtl.c (read_rtx): Track line number across \\\n.
17075
17076 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
17077
17078         * mips.h (SPECIAL_MODE_PREDICATES): New.
17079         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
17080         (movdi+1, movsi+1): Add output reload constraint.
17081         (casesi_internal): Likewise.  Fix commentary.
17082         (return_internal): Use pmode_register_operand.
17083
17084 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
17085
17086         * 1750a.md (movstrqi): Add missing output reload constraint.
17087         (call_value): Likewise.
17088         * a29k.md (cpxxx patterns): Add missing match_operator mode.
17089         (jmpfdec): Add missing inout reload constraint.
17090         * elxsi.md (addsi patterns): Add missing output reload constraint.
17091         (move from sp): Use @ alternates.
17092         (call_value): No constraint on output.
17093         * fr30.md (movsi_pop): Add missing output reload constraint.
17094         (movsf_constant_store): Likewise.
17095         (splits): Remove constraints.
17096         (subsi3): Add missing mode.
17097         * i370.md (cmpstrsi+1): Add missing output reload constraint.
17098         (call_value): Likewise.
17099         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
17100         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
17101         * m32r.md (movsicc_internal): Add output reload constraint.
17102         (movstrsi_internal): Add inout reload constraints.
17103         * m88k.h (reg_names): Don't declare.
17104         (SPECIAL_MODE_PREDICATES): New.
17105         * m88k.md (*): Use register_operand not reg_or_0_operand
17106         on destinations.
17107         * mn10200.h (PREDICATE_CODES): New.
17108         * ns32k.md (ffs pattern): Add output reload constraint.
17109         * pdp11.md (sob pattern): Add inout reload constraint.
17110         * sh.md (splits): Remove constraints.
17111         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
17112         * v850.md (pattern_is_ok_for_epilogue): Likewise.
17113         * vax.md (jgequ pattern): Add inout reload constraint.
17114
17115 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
17116
17117         * configure.in (djgpp): Revert previous patch.
17118         * configure: Rebuit.
17119         * config/i386/djgpp.h: Revert previous patch.
17120
17121 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
17122
17123         * fixinc/inclhack.def: Restore patch lost during last merge of
17124         "no_bogosity" branch.
17125         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
17126
17127 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
17128
17129         * fixincludes: Add a HPUX 11 fix for inttypes.h.
17130         * fixinc/inclhack.def: Same.
17131         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
17132
17133 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
17134
17135         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
17136         as the base of a PLUS.
17137
17138 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17139
17140         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
17141         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
17142
17143 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
17144
17145         * pa.md (post_stw+1): Use pmode_register_operand.
17146         (dcacheflush, icacheflush): Likewise.
17147
17148         * i386.md (movstricthi_1): Allow r/r.
17149
17150 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
17151
17152         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
17153         to (not (and (arg0) (arg1))). Similary for and.
17154
17155         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
17156         fallthrough to associate code.
17157         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
17158         bits in common.
17159
17160         * combine.c (simplify_logical): Convert XOR to IOR if operands have
17161         no bits in common; remove XOR to ROTATE conversion.
17162
17163 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17164
17165         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
17166
17167 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17168
17169         * config/c4x/c4x.c (dst_operand): New.
17170         (PREDICATE_CODES): Update.
17171         * config/c4x/c4x.h (dst_operand): Declare it.
17172         * config/c4x/c4x.md:  Define mode for each unspec usage.
17173         (move patterns):  Use dst_operand predicate instead of src_operand.
17174         (movqi_update, movqf_update): Delete.
17175
17176 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
17177
17178         * recog.c (pmode_register_operand): New.
17179         * recog.h: Declare it.
17180         * genrecog.c (pred_codes): Likewise.
17181         (special_mode_pred_table): Likewise.
17182         (validate_pattern): Don't warn no mode for address_operand.
17183
17184         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
17185         if the operand is not insn-like.
17186
17187 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
17188                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
17189
17190         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
17191
17192 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
17193
17194         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
17195         instead of general_operand in a SET_DEST.  Use const_double_operand
17196         instead of an explicit test against CONST_DOUBLE.
17197         (movsf_const_lo): Add missing register mode.
17198         (goto_handler_and_restore): Add auxiliary test for Pmode.
17199         (flush): Adjust to use address_operand.
17200         (return_sf_no_fpu): Add missing output constraint.
17201
17202 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
17203
17204         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
17205         for call return value.
17206         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
17207
17208 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
17209
17210         * toplev.c (main): Only warn about options for other languages.
17211         * collect2.c (main): Pass -w to sub-gcc.
17212
17213 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
17214
17215         * flow.c (propagate_block): Add call-clobbered registers to
17216         significant too.
17217
17218         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
17219         zapping mem_set_list.
17220         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
17221         (mark_set_1, mark_used_regs): Likewise.
17222
17223 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
17224
17225         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
17226
17227 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17228
17229         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
17230         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
17231         options. Also add a new item "C-only Warning Options" to the
17232         option summary.
17233
17234 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
17235
17236         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
17237         from multiple calls.
17238
17239 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
17240
17241         * i386.md (call value patterns): Move to the end of the file.
17242         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
17243
17244 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
17245
17246         * configure.in (djgpp configuration): Define extra_objects..
17247         * configure: Rebuilt.
17248         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
17249         (DTORS_SECTION_ASM_OP): Define.
17250         (INIT_SECTION_ASM_OP): Define.
17251         (FINI_SECTION_ASM_OP): Define.
17252         (DATA_SECTION_ASM_OP): Define.
17253         (TEXT_SECTION_ASM_OP): Define.
17254         (EH_FRAME_SECTION_ASM_OP): Define.
17255         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
17256         (STARTFILE_SPEC): Add crtbegin.o.
17257         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
17258         to here from LINK_COMMAND_SPEC.
17259         (DO_GLOBAL_CTORS_BODY): Define.
17260         (CRTSTUFF_USE_FINI_SECTION): Define
17261         (HAS_INIT_SECTION): Delete.
17262
17263 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
17264
17265         * Makefile.in (all.cross): Depend on xcpp$(exeext).
17266
17267 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
17268
17269         * pa.h (PREDICATE_CODES): New.
17270
17271         * genrecog.c (validate_pattern): Condense the destination
17272         non-lvalue message.
17273
17274 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
17275
17276         * alpha.md (call-1): Supply missing mode for operator.
17277         (*): Add missing output reload constraints.  Remove constraints
17278         from define_splits.
17279
17280         * i386.h (SPECIAL_MODE_PREDICATES): New.
17281         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
17282         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
17283         (addsi_lea_3): Add missing mode for op 3.
17284         (prologue_set_got, prologue_get_pc): Add missing modes.
17285         (*) Add missing output reload constraints.
17286
17287 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
17288
17289         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
17290         check for member bit-size overflow and use var_size if it occurs.
17291         (layout_record): Use bitsize_int() to define the type size in bits.
17292         Likewise for computation and assignment to DECL_FIELD_BITPOS.
17293         (layout_decl): Likewise when assigning to DECL_SIZE.
17294
17295 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
17296
17297         * genrecog.c (validate_pattern): Typo last change.  Verify
17298         that output operands have output reloads.
17299
17300 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
17301
17302         * genrecog.c (special_mode_pred_table): New.
17303         (NUM_SPECIAL_MODE_PREDS): New.
17304         (find_operand): New.
17305         (validate_pattern): New argument `insn'.  Warn for assignment to
17306         any predicate accepting non-lvalues.  Conditionaly warn for
17307         match_operand without a mode.  Try much harder to match source
17308         and destination modes on a set.
17309         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
17310
17311 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
17312
17313         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
17314
17315 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
17316
17317         * combine.c (simplify_logical): Recognize xor pattern that encodes
17318         rotation.
17319
17320 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17321
17322         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
17323         alignment.
17324
17325 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
17326
17327         * ggc-page.c (MAP_FAILED): Provide default.
17328
17329 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
17330
17331         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
17332         * sparc.h (PREDICATE_CODES): Update.
17333
17334 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
17335
17336         * alpha.c (some_ni_operand): New.
17337         * alpha-protos.h: Declare it.
17338         * alpha.h (PREDICATE_CODES): Update.
17339         * alpha.md (sXaddq reload insns): Use some_ni_operand
17340         for SET_DEST instead of some_operand.
17341
17342 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
17343                           Jim Wilson  <wilson@cygnus.com>
17344
17345         * genrecog.c (maybe_both_true_2): Don't compare modes of
17346         two DT_pred tests.
17347         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
17348         after find_afterward.
17349         (debug_decision_1): Dump next and afterward codes.
17350
17351 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
17352
17353         * rtl.c (dump_and_abort): Remove.
17354         (fatal_with_file_and_line): New.
17355         (fatal_expected_char): New.
17356         (read_rtx_lineno, read_rtx_filename): New.
17357         (read_skip_spaces): Track line number.
17358         (read_name): Use fatal_with_file_and_line.
17359         (read_rtx): Use fatal_expected_char.  Track line number.
17360         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
17361
17362         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
17363         if it isn't a CODE_LABEL.
17364
17365         * genattr.c (main): Set read_rtx_filename.
17366         * genattrtab.c (main): Likewise.
17367         * gencodes.c (main): Likewise.
17368         * genconfig.c (main): Likewise.
17369         * genemit.c (main): Likewise.
17370         * genextract.c (main): Likewise.
17371         * genflags.c (main): Likewise.
17372         * genopinit.c (main): Likewise.
17373         * genoutput.c (main): Likewise.
17374         * genpeep.c (main): Likewise.
17375
17376         * genrecog.c (decision_test.u.insn): Add `lineno'.
17377         (pattern_lineno, error_count): New variables.
17378         (message_with_line): New.
17379         (add_to_sequence): Break out checking code to ...
17380         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
17381         (merge_insn): Use message_with_line.
17382         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
17383         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
17384
17385 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17386
17387         * expr.c (store_constructor): Clear union if constructor is empty.
17388
17389 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
17390
17391         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
17392         Add !endian checks.  Change %{...} to %(...).
17393
17394 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
17395
17396         * i386.md (*addsi3_cc): Renamed from addcsi3.
17397         (*addsi3_carry): Renamed from addxsi3.
17398         (*subsi3_cc): Renamed from subcsi3.
17399         (*subsi3_carry): Renamed from subxsi3.
17400         (*xorqi_cc_1): Renamed from xorcqi_1.
17401         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
17402         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
17403
17404 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
17405
17406         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
17407         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
17408
17409 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17410
17411         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
17412         climb up the chain of insns.
17413
17414 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
17415
17416         * genrecog.c (write_subroutine): Careful for null trees.
17417         (process_tree): Don't elide empty functions.
17418
17419 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
17420
17421         * Makefile.in (genrtl.o): Depend on ggc.h.
17422         * configure.in (valloc): Probe for it.
17423         (with-gc): Use ggc-page if valloc present.
17424         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
17425         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
17426         (ggc_alloc_string): Moved from ggc-page.c.
17427         * ggc-none.c (ggc_alloc_obj): New.
17428         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
17429         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
17430         (struct globals): Likewise for dev_zero_fd.
17431         (init_ggc): Likewise for it's initialization.
17432         (ggc_allocated_p): Move careful dereference from ...
17433         (ggc_lookup_page_table): ... here.  Delete.
17434         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
17435         (alloc_anon): Use valloc if no mmap.
17436         (release_pages): Use free if using valloc.
17437         (ggc_alloc_obj): Renamed from alloc_obj.
17438         (ggc_set_mark): Renamed from mark_obj.
17439         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
17440         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
17441         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
17442         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
17443         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
17444         (ggc_collect): Use fp printing instead of our own rounding.
17445         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
17446         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
17447         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
17448         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
17449         (struct ggc_string, struct ggc_any): Delete.
17450         (offsetof): Provide default definition.
17451         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
17452         (PTR_KEY): New.
17453         (struct ggc_mem): New, from corpse of ggc_any.
17454         (struct ggc_status): Delete.
17455         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
17456         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
17457         (n_strings_collected, n_anys_collected): Delete.
17458         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
17459         (ggc_alloc_string, ggc_alloc): Delete.
17460         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
17461         (ggc_free_string, ggc_free_any): Delete.
17462         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
17463         (ggc_compare_addresses, ggc_mark_string): Delete.
17464         (ggc_mark_string_if_gcable, ggc_mark): Delete.
17465         (search_data): Delete.
17466         (struct globals): New.
17467         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
17468         (tree_insert, tree_lookup): New.
17469         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
17470         (clear_marks, sweep_objs): New.
17471         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
17472         (init_ggc): Set allocated_last_gc.
17473         (ggc_push_context): Gut.  Use G.context.
17474         (ggc_pop_context): Likewise.
17475         (ggc_pop_context_1): New.
17476         (debug_ggc_tree): New.
17477         (debug_ggc_balance, tally_leaves): New.
17478         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
17479         (ggc_mark_string_if_gcable): Remove decl.
17480         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
17481         (ggc_mark_rtvec_children): New.
17482         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
17483         (ggc_mark_if_gcable): New decl.
17484         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
17485         (ggc_alloc_tree, ggc_alloc): Likewise.
17486         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
17487         (ggc_alloc_obj): New decl.
17488         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
17489         (ggc_alloc_tree, ggc_alloc): Likewise.
17490         (ggc_set_mark): New decl.
17491         * rtl.h (struct rtx_def): Remove gc_mark.
17492         (struct rtvec_def): Likewise.
17493         * tree.h (struct tree_common): Likewise.
17494
17495 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
17496
17497         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
17498         float_format and thread_file definitions.
17499         * configure: Rebuilt.
17500
17501 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
17502
17503         * extend.texi (Function Names): Document types of function names.
17504
17505 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17506
17507         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
17508         an earlyclobbered output conflict with RELOAD_INPUT reloads.
17509
17510 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17511
17512         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17513
17514 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17515
17516         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17517
17518 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17519
17520         * collect2.c (main): Do prelimnary link on AIX if rflag.
17521
17522 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17523
17524         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17525         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17526         constructors.
17527         (__do_global_dtors): similarly for __DTOR_LIST__.
17528
17529 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17530                                 Diego Novillo <dnovillo@cygnus.com>
17531
17532         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17533         FPUL_REGS.
17534
17535 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17536
17537         * fixincl/*: Merged "no_bogosity" branch
17538         * fixincl/fixlib.h: protect against doubly defining t_bool
17539         * fixincl/server.h: protect against doubly defining t_bool
17540
17541 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17542
17543         * genoutput.c: Include toplev.h.
17544
17545 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17546
17547         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17548         Undef.
17549         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17550         * configure: Regenerate.
17551
17552 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17553
17554         * gcse.c (delete_null_pointer_checks): Returns void.
17555
17556 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17557
17558         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17559         * emit-rtl.c (copy_insn_1): Likewise.
17560
17561 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17562
17563         * config/mips/mips.c (mips_build_va_list): Correct
17564         TREE_CHAIN setting when hard-float.
17565         (mips_va_start): Use corrected setting.
17566         (mips_va_arg): Likewise.  Also pass a tree to build of
17567         POSTINCREMENT_EXPR rather than a naked 'int'.
17568
17569 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17570
17571         * ggc.h (ggc_push_context): Fix comment.
17572         (ggc_pop_context): Likewise.
17573         (mark_string_if_gcable): Likewise.
17574         * ggc-common.c (ggc_mark_rtx_children): Use
17575         ggc_mark_string_if_gcable.
17576         * ggc-page.c (ggc_lookup_page_table): New function.
17577         (ggc_allocated_p): Likewise.
17578         (mark_obj): Fix formatting.
17579         (ggc_mark_string_if_gcable): New function.
17580         * ggc-simple.c (ggc_allocated_strings): New variable.
17581         (ggc_strings_used): Likewise.
17582         (ggc_compare_addresses): New function.
17583         (ggc_pop_context): Pop the `any' memory too.
17584         (ggc_mark_string_if_gcable): New function.
17585         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17586
17587 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17588
17589         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17590         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17591         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17592         changes.
17593
17594 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17595
17596         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17597         (sched_reg_live_length, sched_reg_basic_block): Delete.
17598         (current_block_num, bb_live_regs, old_live_regs): Delete.
17599         (dead_notes, struct sometimes): Delete.
17600         (sched_note_set, birthing_insn_p): Delete.
17601         (adjust_priority): Gut useless reg lifetime code.
17602         (create_reg_dead_note, attach_deaths): Delete.
17603         (attach_deaths_insn, new_sometimes_live): Delete.
17604         (finish_sometimes_live): Delete.
17605         (find_pre_sched_live, find_post_sched_live): Delete.
17606         (update_reg_usage): Delete.
17607         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17608         (schedule_insns): Delete reg lifetime code.
17609         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17610         (unlink_other_notes): Adjust REG_NOTE commentary.
17611         (reemit_notes): Use REG_SAVE_NOTE.
17612         (schedule_block): Likewise.
17613         (schedule_region): Allocate bitmap of blocks in region.  Use
17614         count_or_remove_death_notes.  Use update_life_info.
17615
17616         * rtl.h (REG_SAVE_NOTE): New.
17617         * rtl.c (reg_note_name): Update.
17618
17619 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17620
17621         * combine.c (refresh_blocks, need_refresh): New.
17622         (combine_instructions): Allocate refresh_blocks.  Invoke
17623         update_life_info if needed.
17624         (distribute_notes): Mark refresh_blocks instead of installing
17625         USE insns.
17626         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17627         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17628
17629         * Makefile.in (recog.o): Depend on basic-block.h.
17630
17631 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17632
17633         * genrecog.c (add_to_sequence): Thinko last change: delete
17634         shadowing allow_const_int variable.
17635
17636 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17637
17638         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17639         __GNUC__ and __GNUC_MINOR__.
17640
17641         * gansidecl.h: Likewise.
17642
17643         * rtl.c: Likewise.
17644
17645         * rtl.h: Likewise.
17646
17647         * toplev.h: Likewise.
17648
17649         * tree.c: Likewise.
17650
17651         * tree.h: Likewise.
17652
17653         * varray.c: Likewise.
17654
17655         * varray.h: Likewise.
17656
17657 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17658
17659         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17660         use one before a jump table.
17661
17662         * rtl.def (ADDRESS): Change documentation to match reality.
17663         * md.texi: Don't document it.
17664         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17665         of ADDRESS rtx.
17666
17667         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17668
17669 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17670
17671         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17672         known predicate block; default allow_const_int true.
17673         (debug_decision_list): New.
17674
17675 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17676
17677         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17678
17679 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17680
17681         * gcse.c (gcse_main): Avoid global optimizations if we have a
17682         large number of basic blocks and the ratio of edges to blocks
17683         is high.
17684         (delete_null_pointer_checks): Likewise.
17685
17686 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17687
17688         * c-common.c (check_format_info): Warn if format string isn't a
17689         string literal.
17690
17691 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17692
17693         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17694         * configure: regenerate
17695
17696 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17697
17698         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17699         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17700         (peepholes): Re-enable.
17701
17702 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17703
17704         * Makefile.in (flow.o): Depend on TREE_H.
17705         * basic-block.h (REG_SET_EQUAL_P): New.
17706         (XOR_REG_SET): New.
17707         (n_edges): Declare.
17708         (free_regset_vector): Remove declaration.
17709         (flow_delete_insn_chain): Declare.
17710         (enum update_life_extent): New.
17711         (update_life_info, count_or_remove_death_notes): Declare.
17712         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17713         Verify register live at bb->global_live_at_start before adding USE.
17714         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17715         (CLEAN_ALLOCA): New.
17716         (n_edges): New.
17717         (PROP_*): New flags.
17718         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17719         (clear_edges): Zero n_edges.
17720         (make_edge): Increment n_edges.
17721         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17722         (flow_delete_insn_chain): Export.
17723         (delete_block): Decrement n_edges.
17724         (merge_blocks_nomove): Likewise.
17725         (life_analysis): Give life_analysis_1 PROP flags.
17726         (verify_wide_reg_1, verify_wide_reg): New.
17727         (verify_local_live_at_start): New.
17728         (update_life_info): Rewrite to call into propogate_block.
17729         (mark_reg): New.
17730         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17731         always mark stack pointer.  Conditionally mark PIC register.
17732         After reload, mark call-saved registers, return regsiters.
17733         (life_analysis_1): Accept PROP flags not remove_dead_code.
17734         Call mark_regs_live_at_end before zeroing regs_ever_live.
17735         Use calculate_global_regs_live.  Copy global_live_at_end before
17736         calling final propagate_block.  Zero reg_next_use on exit.
17737         (calculate_global_regs_live): New.
17738         (allocate_bb_life_data): Don't allocate bb->local_set.
17739         (init_regset_vector, free_regset_vector): Remove.
17740         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17741         Test flags before every operation.  Warn if prologue/epilogue insn
17742         would have been deleted.
17743         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17744         Use alloc_EXPR_LIST.
17745         (mark_used_regs): Accept and use FLAGS, not FINAL.
17746         Remove special handling for RETURN.
17747         (try_pre_increment): Use alloc_EXPR_LIST.
17748         (dump_flow_info): Dump n_edges.
17749         (unlink_insn_chain, split_hard_reg_notes): Remove.
17750         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17751         (find_insn_with_note, new_insn_dead_notes): Remove.
17752         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17753         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17754         (replace_insns): Remove.
17755         (count_or_remove_death_notes): New.
17756         (verify_flow_info): Abort on error after all checks.
17757         (remove_edge): Decrement n_edges.
17758         (remove_fake_edges): Tweak format.
17759         * haifa-sched.c (schedule_insns): Use split_all_insns.
17760         * output.h (update_life_info): Remove declaration.
17761         * recog.c (split_all_insns): From the corpse of split_block_insns,
17762         do the whole function block by block.  Use update_life_info.
17763         (recog_last_allowed_insn): New.
17764         (recog_next_insn): Mind it.
17765         (peephole2_optimize): Set it.  Walk backwards through blocks.
17766         Use update_life_info.
17767         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17768         (split_all_insns): Declare.
17769         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17770         Use split_all_insns.
17771
17772         * i386.md (or -1 peep2s): Disable.
17773
17774 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17775
17776         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17777         a single pattern.  Scrap the 'd' versions as unnecessary.
17778
17779         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17780         tablejump_mips162,tablejump_internal4): The operands to a
17781         label_ref must be VOIDmode.
17782
17783 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17784
17785         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17786
17787 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17788
17789         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17790
17791 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17792
17793         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17794         cache every function if ggc_p.
17795
17796 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17797
17798         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17799         instead of copy_rtx.  Accept sequences that contain asm statements.
17800         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17801         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17802         orig_asm_operands_vector, copy_asm_operands_vector,
17803         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17804         variables.
17805         * rtl.h (copy_insn, copy_insn_1): Declare.
17806
17807 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17808
17809         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17810
17811         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17812         arguments to `current_file_function_operand'.
17813
17814         * genrecog.c: Include hard-reg-set.h and resource.h in the
17815         generated output file.
17816
17817         * real.c: Include tm_p.h.
17818
17819 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17820
17821         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17822         output operand.
17823
17824 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17825
17826         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17827         before the fctiwz insn.
17828
17829 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17830                           Mark Mitchell  <mark@codesourcery.com>
17831
17832         * tree.c (make_lang_type_fn): New funtion pointer.
17833         (make_lang_type): Call it.
17834         * tree.h (make_lang_type): Declare.
17835         (make_lang_type_fn): Likewise.
17836         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17837
17838 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17839
17840         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17841         make sure that HIGH instructions are copied into BASE_REGS.
17842
17843 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17844
17845         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17846
17847 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17848
17849         * c-decl.c (finish_struct): Use simpler method of
17850         removing elements of a singly-linked list.
17851
17852 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17853
17854         * alpha.md (peephole2's): Comment out peephole2's that generate
17855         buggy code.
17856
17857 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17858
17859         * genrecog.c (add_to_sequence): Disable mode check for
17860         wildcard matches.
17861
17862 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17863
17864         * ggc-simple.c (init_ggc): Set empty_string.
17865
17866 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17867
17868         * configure.in: Detect mmap.  Add --with-gc=foo to select
17869         garbage collector; default to page if mmap available.
17870         * Makefile.in (GGC): Substitute.
17871
17872 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17873
17874         * c-decl.c (ggc_p): Enable.
17875
17876 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17877
17878         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17879
17880 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17881
17882         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17883         string for little-endian-data.
17884
17885 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17886
17887         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17888         case somebody tries to compile --enable-checking code with gcc
17889         1.34 or such.
17890
17891 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17892
17893         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17894         VOIDmode.
17895
17896 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17897
17898         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17899         * jump.c (jump_optimize_1): Document why.
17900
17901 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17902
17903         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17904         pointers and casts for `int_handler' and `quit_handler'.
17905
17906         * flow.c (verify_flow_info, split_hard_reg_notes,
17907         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17908         remove_edge, remove_fake_successors): Add static prototypes.
17909         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17910         (mark_set_1): Initialize variable `regno'.
17911         (unlink_insn_chain): Likewise for variable `curr'.
17912         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17913
17914         * loop.c (strength_reduce): Initialize variable
17915         `unrolled_insn_copies'.
17916         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17917         prototypes.  Change these functions to take const PTR parameters
17918         to avoid prototype conflict when used as the comparson argument
17919         for qsort.
17920         (check_dbra_loop): Initialize variable `comparison_val'.
17921
17922         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17923         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17924         (find_valid_class): Initialize variable `best_class'.
17925         (find_reloads): Call memcpy, not bcopy.
17926
17927         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17928         (hard_reg_use_compare): Don't needlessly cast away const.
17929         (reload_reg_class_lower): Likewise.
17930         (choose_reload_regs): Initialize variable `regno'.
17931
17932 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17933
17934         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17935
17936 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17937
17938         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17939         ({,d}discard): Add forward declarations.  Declare parameter as
17940         unused.
17941         (main_without_main): Explicitly declare return type to be int.
17942         (memcpy): Properly declare.
17943
17944         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17945         building the trampoline support, declare malloc, free, and
17946         atexit.
17947         (__clear_cache): Mark arguments as potentially unused.
17948
17949         * frame.c (toplevel): If inhibit_libc is defined, declare
17950         malloc and free.
17951
17952 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17953
17954         * flow.c (make_edge): Accept an optional 2D bitmap in which
17955         to cache edge existence.  Update all callers.
17956         (make_label_edge, make_eh_edge): Pass through the edge cache.
17957         (make_edges): Provide the cache.
17958
17959 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17960
17961         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17962         a char*.
17963         (local_mbtowc): Change the type of variable `i' from int to size_t.
17964
17965         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17966         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17967
17968 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17969
17970         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17971         after other includes that define the appropriate types.  Include
17972         tm_p.h for getting user prototypes.
17973         * ggc-callbacks.c (toplevel): Ditto.
17974         * ggc-none.c (toplevel): Ditto.
17975         * gcc-page.c (toplevel): Ditto.
17976         * ggc-simple.c (toplevel): Ditto.
17977
17978 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17979                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17980
17981         * config/mips/mips.c (mips_move_2words): Split doubles if
17982         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17983
17984 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17985
17986         * genrecog.c (struct decision_test): New.
17987         (struct decision): Remove test-related members, sort the rest by size.
17988         (IS_SPLIT): Simplify.
17989         (new_decision, new_decision_test): New.
17990         (add_to_sequence): Use them.  No special handling for args of
17991         non-MATCH codes.
17992         (maybe_both_true): Renamed from not_both_true; return sense changed.
17993         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17994         of maybe_both_true and adjusted for decision_test.
17995         (position_merit): Remove.
17996         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17997         (merge_accept_insn): New, broken out of merge_trees.
17998         (merge_trees): Use them.  No special case for c_test; no node
17999         splitting; use test type instead of position_merit.
18000         (factor_tests): New.
18001         (simplify_tests): New.
18002         (break_out_subroutines): Don't write code now.
18003         (find_afterward): New.
18004         (write_afterward, write_switch, write_cond): New.
18005         (write_action, is_unconditional): New.
18006         (write_node): New.  Use them.
18007         (write_tree_1): Rewrite.  Use the new functions above.
18008         (write_tree): Remove afterward processing.
18009         (write_subroutine): Simplify function variant emission.
18010         (write_subroutines): New.
18011         (same_codes, clear_codes): Remove.
18012         (same_modes, clear_modes): Remove.
18013         (write_header): New, broken out of main.
18014         (make_insn_sequence): Use new_decision and new_decision_test.
18015         (process_tree): New, broken out of main.
18016         (main): Adjust for merge_trees interface change.
18017         Don't #define operands in the output file.
18018         (record_insn_name): New, broken out of make_insn_sequence.
18019         (debug_decision_2, debug_decision_1, debug_decision_0): New.
18020         (debug_decision): New.
18021
18022 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
18023
18024         * resource.c (find_free_register): Mark class_str argument const.
18025         * resource.h: Update prototype to match.
18026
18027         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
18028         * i386.md: Give all anonymous insns names.
18029
18030 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
18031
18032         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
18033         blocks.
18034
18035 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
18036
18037         * toplev.c (dbr_sched_time): Unconditional.
18038         (peephole2_time): New.
18039         (compile_file): Add pass numbers to all of the dump file suffixes.
18040         Dump peephole2_time.  Don't dump times for non-applicable passes.
18041         (rest_of_compilation): Add pass numbers to dump file suffixes.
18042         Conditionalize calls to the scheduler.
18043         * invoke.texi: Update.
18044
18045 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
18046
18047         * flow.c (make_edges): Fix insn iteration.
18048         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
18049         (find_basic_blocks_1): Fix spelling mistake.
18050
18051 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
18052
18053         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
18054         always have side-effects.  Use memset not bzero.
18055         (make_node): Likewise.
18056
18057 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
18058
18059         * stmt.c (expand_anon_union_decl): When any of the elements of the
18060         union is addressable, so is the entire union.
18061
18062 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
18063
18064         * sbitmap.c (sbitmap_ones): Don't set too many bits.
18065
18066         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
18067         * bitmap.c (bitmap_operation): Return true iff TO changed.
18068         (bitmap_equal_p): New.
18069         (bitmap_bit_p): Tidy arithmetic.
18070         (debug_bitmap_file): Likewise.
18071
18072 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
18073
18074         * toplev.c (rest_of_compilation): Turn on cse_not_expected
18075         before cse2 instead of after.
18076
18077 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
18078
18079         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
18080         register offsets.
18081
18082 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18083
18084         * cppinit.c (is_idchar initializer): Loosen tests to accept
18085         gcc 2.>6 and >2.
18086
18087 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
18088
18089         * mips.md: Define conditional move patterns for floating point
18090         operands and DI mode conditions.
18091
18092 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
18093
18094         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
18095         always have side-effects.
18096
18097 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
18098
18099         * mn10200.c (asm_file_start): Fix typo.
18100
18101         * cppinit.c (is_idchar initializer): Tighten tests for when
18102         to put the table into initialized memory.
18103
18104         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
18105         not an array of rtunion.
18106         * gcc-page.c (ggc_alloc_rtvec): Similarly.
18107         * gcc-simple (ggc_free_rtvec): Similarly.
18108
18109         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
18110         of rtunions.
18111
18112         * mbchar.h: Add missing #endif.
18113
18114         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
18115         (FPBIT, DPBIT): Define.
18116
18117 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18118
18119         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
18120
18121         * profile.c (instrument_arcs, output_gcov_string,
18122         tablejump_entry_p): Add static prototypes.
18123         (output_gcov_string): Constify a char*.
18124
18125         * regmove.c (replacement_quality, fixup_match_2): Add static
18126         prototypes.
18127
18128         * resource.h (reg_dead_p): Add extern prototype.
18129
18130         * rtl.c (trim_filename): Add static prototype.
18131
18132         * scan-decls.c (skip_to_closing_brace): Likewise.
18133
18134         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
18135         (expand_end_case): Initialize variable `range'.
18136         (emit_case_nodes): Remove unused prototype `rtx_fn'.
18137
18138         * varasm.c (asm_emit_uninitialised): Add static prototype.
18139         (asm_emit_uninitialised, assemble_variable): Mark parameter with
18140         ATTRIBUTE_UNUSED.
18141
18142 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18143
18144         * cpplib.c (if_directive_nameo): Add static prototype.
18145
18146         * cse.c (cse_insn): Remove unused variable `p'.
18147
18148         * except.c (create_rethrow_ref, push_entry,
18149         receive_exception_label, new_eh_region_entry, find_func_region,
18150         clear_function_eh_region, process_nestinfo): Add static prototypes.
18151         (get_reg_for_handler): Hide definition.
18152         (process_nestinfo): Initialize variable `extra_handlers'.
18153
18154         * expr.h (expand_builtin_longjmp): Add extern prototype.
18155
18156         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
18157
18158         * function.c (prepare_function_start): Likewise.
18159         (pop_function_context_from): Mark parameter `context' with
18160         ATTRIBUTE_UNUSED.
18161         (push_temp_slots_for_block, flush_addressof): Hide definition.
18162
18163         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
18164         solve_program_flow_graph, calculate_branch_probs,
18165         function_summary, main, fancy_abort): Add prototypes.
18166
18167         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
18168         (add_hash): Constify a char*.
18169
18170         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
18171         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
18172         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
18173
18174         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
18175
18176         * lists.c (free_list, zap_lists): Likewise.
18177
18178 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18179
18180         * alias.c (nonlocal_reference_p): Add static prototype.
18181
18182         * bitmap.c (bitmap_element_allocate): Prototype args in function
18183         pointer cast.
18184
18185         * builtins.c (stabilize_va_list): Add static prototype.
18186         (expand_builtin_va_arg): Constify a char*.
18187
18188         * c-lex.c (getch, put_back, extend_token_buffer_to,
18189         read_line_number, token_getch, token_put_back): Add static
18190         prototypes.
18191
18192         * c-parse.gperf (hash, is_reserved_word): Likewise.
18193
18194         * cccp.c (is_dir_separator): Likewise.
18195
18196 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18197
18198         * graph.h: New file to prototype functions exported by graph.c.
18199
18200         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
18201
18202         * graph.c: Include graph.h.
18203
18204         * toplev.c: Likewise.  Remove redundant prototypes.
18205
18206 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
18207
18208         * invoke.texi: Removed duplicated description for -Q.
18209
18210 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
18211
18212         * extend.texi: Grammar fix in __extension__ text.
18213
18214 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
18215
18216         * md.texi (define_peephole2): New section.
18217
18218 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
18219
18220         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
18221         (mov $-1 to or peepholer): Enable for pentium when optimizing for
18222         speed.
18223
18224 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
18225
18226         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
18227
18228 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
18229
18230         * i386.md (ffs expander): Emit Pentium friendly code for
18231         TARGET_PENTIUM.
18232
18233 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
18234
18235         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
18236         for non-trees.
18237         (build1): Likewise.
18238
18239 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18240
18241         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
18242
18243 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
18244
18245         * config/m68k/m68k.c (use_return_insn): Return false if the pic
18246         register is in use.
18247
18248 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18249
18250         * md.texi (No Constraints): Delete section.
18251         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
18252         * final.c (final_scan_insn): We always have register constraints.
18253         * genattrtab.c: Don't include "insn-config.h".
18254         (write_attr_case): We always have register constraints.
18255         * genconfig.c (register_constraint_flag): Delete.
18256         (walk_insn_part): Don't check whether we have register constraints.
18257         (main): Don't write out "#define REGISTER_CONSTRAINTS".
18258         * genoutput.c (have_constraints): Delete.
18259         (main): Don't set it.
18260         (output_operand_data): We always have constraints.
18261         (scan_operands): Likewise.
18262         (compare_operands): Likewise.
18263         * local-alloc.c (block_alloc): We always have constraints.
18264         (requires_inout): Always compile this function.
18265         * recog.c (extract_insn): We always have constraints.
18266         (constrain_operands, reg_fits_class_p): Always compile these
18267         functions.
18268         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
18269         fields.
18270         (struct insn_operand_data): Likewise.
18271         * regclass.c (regclass): We always have constraints.
18272         (record_reg_classes, copy_cost, record_address_regs,
18273         auto_inc_dec_reg_p): Always compile these functions.
18274         * regmove.c (regmove_optimize): We always have constraints.
18275         * reload.c (find_reloads): Likewise.
18276         * reload1.c (reload): Likewise.
18277         (reload_cse_simplify_operands): Likewise.
18278         * i860.c (output_delay_insn): Likewise.
18279
18280 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
18281
18282         * iris6.h (BUILD_VA_LIST_TYPE): Define.
18283
18284 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18285
18286         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
18287         for the va_list record.
18288
18289 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
18290
18291         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
18292         prologues.
18293
18294 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
18295
18296         * alias.c: Include insn-flags.h.
18297         * Makefile.in (alias.o): Update.
18298
18299 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
18300
18301         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
18302         to LTU and GEU.  Handle more cases using sbb.
18303
18304 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
18305
18306         * i386.md (truncatexfdf splitters): Do not use subreg.
18307         (fop XFmode patterns): Fix mode in operand testing.
18308
18309 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
18310
18311         * jump.c (jump_optimize_1): Amend last change to test only the
18312         form of the operand, not the insn.
18313
18314         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
18315         not register_operand to determine when B may need preloading.
18316
18317 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
18318
18319         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
18320         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
18321         (call-value patterns): Move to end of file.
18322         (*): Remove mode from label_ref in (pc) context.
18323         (movstrqi): Use memory not general_operand for BLKmode operands.
18324         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
18325         to register_operand operands.
18326         (peep2 patterns): Convert from commented-out peephole patterns.
18327
18328 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18329
18330         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
18331         to BUILT_IN_INIT_DWARF_REG_SIZES.
18332         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
18333         Renamed from BUILT_IN_DWARF_REG_SIZE; call
18334         expand_builtin_init_dwarf_reg_sizes.
18335         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
18336         with __builtin_init_dwarf_reg_size_table.
18337         * dwarf2out.c (struct reg_size_range): Delete.
18338         (expand_builtin_init_dwarf_reg_sizes): New function.
18339         (expand_builtin_dwarf_reg_size): Delete.
18340         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
18341         (expand_builtin_dwarf_reg_size): Don't declare.
18342         * libgcc2.c (dwarf_reg_size_table_initialized): New.
18343         (dwarf_reg_size_table): New.
18344         (init_reg_size_table): New function.
18345         (copy_reg): Use dwarf_reg_size_table.
18346         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
18347         before use.
18348
18349 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
18350
18351         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
18352         Correctly build argument list to constructor and destructor functions.
18353
18354 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
18355
18356         * c-tree.h (warn_float_equal): Declare.
18357         * c-decl.c (warn_float_equal): Define.
18358         (c_decode_option): Recognize -W[no-]float-equal.
18359         * c-typeck.c (build_binary_op): Conditionally warn
18360         about equality tests of floating point types.
18361         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
18362         * invoke.texi: Add docs for -Wfloat-equal warning.
18363
18364 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
18365
18366         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
18367         generating RTL directly.
18368         * mips.h (INIT_TARGET_OPTABS): Likewise.
18369         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
18370
18371         * expr.h (init_mov_optab): Delete declaration
18372
18373         * h8300.c (WORD_REG_USED): Update to avoid useless register
18374         saves in interrupt functions and functions which never return.
18375
18376         * cse.c (struct set): Delete inner_dest_loc field.
18377         (cse_insn): Remove assignments to inner_dest_loc field.
18378
18379 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
18380
18381         * ggc-page.c: Don't include <unistd.h> etc taken care of
18382         by "system.h".  Include <sys/mman.h> afterward.
18383
18384 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
18385
18386         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
18387         ggc_alloc_string.
18388
18389 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
18390
18391         * xcoffout.c (xcoffout_declare_function): Add documentation.
18392         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
18393         TARGET_64BIT.  Compare constant to -1, not bit pattern.
18394         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
18395         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
18396         gen_movsi typos.
18397
18398 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
18399
18400         * dwarf2out.c (add_abstract_origin_attribute): Abort if
18401         origin_die is NULL.
18402         (gen_inlined_enumeration_type_die): Do not abort if the type has
18403         not been writeen out.
18404         (gen_inlined_structure_type_die): Do not abort if the type has
18405         not been writeen out.
18406         (gen_inlined_union_type_die): Do not abort if the type has
18407         not been writeen out.
18408         (gen_tagged_type_instantiation_die): Do not abort if the type
18409         has not been written out.
18410
18411 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18412
18413         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
18414         call it.
18415         * reg-stack.c (straighten_stack): Copy hard reg set with
18416         COPY_HARD_REG_SET.
18417
18418 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
18419
18420         * builtins.c (stabilize_va_list): Stabilize array type va_list
18421         to a pointer type, not the base record type.
18422         (expand_builtin_va_copy): Dereference the pointers explicitly;
18423         use the correct size for the copy.
18424
18425         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
18426         (rs6000_va_arg): Likewise.
18427
18428 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
18429
18430         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
18431
18432 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
18433
18434         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
18435         field.
18436         (DECL_BUILT_IN_CLASS): Adjust accordingly.
18437
18438 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
18439
18440         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
18441         (init_ggc): Use it instead of a constant.
18442         (ggc_collect): Bound allocated_last_gc by it.
18443
18444 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
18445
18446         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
18447         with va_list.
18448
18449 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
18450
18451         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
18452         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
18453         * configure:  Regen.
18454         * config/mips/openbsd.h:  New, OpenBSD little endian target.
18455         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
18456         * config/mips/xm-openbsd.h:  New, OpenBSD host.
18457
18458 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
18459
18460         * config/m68k/m68k.c (output_function_prologue,
18461         output_function_epilogue): Use
18462         current_function_uses_pic_offset_table instead of regs_ever_live
18463         to decide whether to save/restore pic register.
18464         (legitimize_pic_address): Don't modify regs_ever_live any more.
18465
18466 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
18467
18468         * function.h (struct function): Add x_dont_save_pending_sizes_p.
18469         * stor-layout.c (variable_size): Don't add sizes to the pending
18470         sizes list if x_dont_save_pending_sizes_p is set.
18471
18472 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
18473
18474         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
18475         for symbolic_operand().
18476         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
18477
18478 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18479
18480         * combine.c (gen_rtx_combine): Add missing call to va_end().
18481
18482         * final.c (asm_fprintf): Likewise.
18483
18484         * genattrtab.c (attr_rtx): Likewise.
18485
18486 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
18487
18488         * cse.c: Update comments.
18489         (cse_insn): When converting a conditional/computed jump into
18490         an unconditional jump, always make sure a BARRIER immediately
18491         follows the converted jump.  Do not delete unreachable code.
18492         (cse_basic_block): Do not delete unreachable code.
18493         * toplev.c (rest_of_compilation): Move call to
18494         delete_trivially_dead_insns after the conditional call to
18495         jump_optimize.
18496
18497 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18498
18499         * collect2.c (make_temp_file): Don't prototype.
18500
18501         * gcc.c (make_temp_file): Likewise.
18502
18503         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
18504
18505 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
18506
18507         * varasm.c (asm_emit_uninitialised): New function: Generate
18508         the assembler statements necessary to declare an uninitialised
18509         variable.
18510         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
18511         variable.
18512         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18513         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18514         section.
18515         (assemble_variable): Use asm_emit_uninitialised to emit an
18516         uninitialised variable.
18517
18518 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18519
18520         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18521         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18522         <geoffk@cygnus.com>.
18523
18524 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18525
18526         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18527         * c-common.h (builtin_function): Don't declare.
18528
18529         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18530         DECL_BUILT_IN.
18531         (pushdecl): Likewise.
18532         (finish_decl): Likewise.
18533         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18534         int.  All callers changed.
18535         Set the builtin's DECL_BUILT_IN_CLASS.
18536         * tree.h (enum built_in_class): New.
18537         (enum built_in_function): Delete NOT_BUILT_IN.
18538         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18539         in a union.
18540         (DECL_SET_FUNCTION_CODE): Likewise.
18541         (DECL_BUILT_IN_CLASS): New macro.
18542         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18543         (struct tree_decl): Split builtin function code field into a
18544         struct.
18545         (builtin_function): Declare.
18546
18547 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18548
18549         * optabs.c (init_traps): Fix typo in last change.
18550
18551 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18552
18553         * toplev.c (rest_of_decl_compilation): Update comment.
18554
18555 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18556
18557         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18558         in .sbss if appropriate.
18559         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18560         (SBSS_SECTION_ASM_OP): New macro.
18561         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18562         (EXTRA_SECTIONS): Add in_sbss.
18563         * config/mips/mips.h: Prototype sbss_section.
18564
18565 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18566
18567         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18568         to disappear.
18569
18570 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18571
18572         * optabs.c (init_traps): Register trap_rtx as a GC root.
18573
18574 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18575
18576         * config/mips/mips.c (function_arg_pass_by_reference): Define
18577         unconditionally, since it's called unconditionally.
18578
18579 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18580
18581         * toplev.c (documented_lang_options): Add -fshort-wchar.
18582         * c-decl.c (c_decode_option): Likewise.
18583         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18584         for wchar_t.
18585         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18586         * gcc.c (default_compilers): If -fshort-wchar,
18587         override __WCHAR_TYPE__.
18588         * tm.texi (C Dialect Options): Add -fshort-wchar.
18589
18590         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18591         symbol for a variable.
18592
18593         * cpplib.h (CPP_PREPROCESSED): New macro.
18594         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18595         we're seeing this input for a second time.
18596
18597 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18598
18599         * emit-rtl.c (init_emit_once): Initialize modes first.
18600
18601 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18602
18603         * config/i386/i386.c (pic_label_name): Change to char pointer.
18604         (global_offset_table): New variable.
18605         (load_pic_register): Fill global_offset_table if it hasn't
18606         already been done.  Allocate pic_label_name dynamically.
18607         * ggc.h (empty_string): New variable.
18608         * ggc-simple.c (empty_string): Likewise.
18609         (init_ggc): Allocate empty_string and add as root.
18610         * stmt.c (digit_strings): New variable.
18611         (init_stmt): Add last_block_end_note as root.  Allocate and
18612         initialize digit_strings.
18613         (expand_asm_operands): Use empty_string instead of string
18614         constant.  Use digit_strings instead of string constants.
18615         * profile.c (init_arc_profiler): Allocate string with
18616         ggc_alloc_string instead of xmalloc.
18617         (output_func_start_profiler): Likewise.
18618         * c-typeck.c (digest_init): Check if init is error_mark_node.
18619
18620 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18621                           Richard Henderson  <rth@cygnus.com>
18622
18623         * ggc-page.c: New file.
18624         * Makefile.in (ggc-page.o): New.
18625
18626 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18627
18628         * invoke.texi: Document -fdelete-null-pointer-checks
18629         * toplev.c (flag_delete_null_pointer_checks): New.
18630         (f_options): Add entry for -fdelete-null-pointer-checks.
18631         (rest_of_compilation): Conditionalize null pointer check
18632         elimination on flag_delete_null_pointer_checks.
18633         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18634
18635 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18636
18637         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18638         copyright notice and special exception to GPL.
18639
18640 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18641
18642         * abi64.h (mips_function_value): Add prototype arguments.
18643
18644         * mips-protos.h: New file with mips prototypes.
18645
18646         * mips.c: Include "tm_p.h".
18647         (mktemp, lookup_name): Add prototype arguments.
18648         (extern_list, string_constant, mips_fill_delay_slot,
18649         mips_output_external, mips_output_external_libcall,
18650         mips_output_filename, mips_declare_object, function_prologue,
18651         mips_expand_prologue, function_epilogue, mips16_constant,
18652         build_mips16_function_stub, mips_output_conditional_branch):
18653         Constify a char*.
18654         (mips_va_start): Remove unused variable `u'.
18655         (mips_va_arg): Cast value to unsigned when comparing against one.
18656         (trace): Delete.
18657         (save_restore_insns, mips_expand_prologue): Add missing arg in
18658         call to `large_int'.
18659
18660         * mips.h: Move prototypes to mips-protos.h.
18661         (data_section, memory_address_p, rdata_section,
18662         readonly_data_section, simple_epilogue_p, text_section): Delete
18663         prototypes delcared elsewhere.
18664         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18665         (trace): Delete.
18666         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18667
18668         * mips.md: Delete extra args in call to `mips_move_2words'.
18669
18670         * xm-iris6.h (alloca): Add prototype argument.
18671
18672         * genpeep.c: Include "tm_p.h" in generated output file.
18673
18674 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18675
18676         * basic-block.h (find_edge_index): Change parameters.
18677         * flow.c (verify_edge_list): Pass basic_block parameters to
18678         find_edge_index instead of integers.
18679
18680 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18681
18682         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18683         the constant.
18684
18685 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18686
18687         * gcc.1: Fix a formatting error.
18688
18689 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18690
18691         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18692         i786, mn10200, mn10300, pdp11, v850.
18693
18694 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18695
18696         * libgcc2.c (num_digits): Add prototype with
18697         __attribute__((const)).
18698         (__terminate): Add prototype.
18699
18700 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18701
18702         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18703
18704         * alpha/alpha.c (print_operand): Fix type of `code'.
18705         (alpha_output_filename): Constify.
18706         * alpha/alpha.h: Move all function declarations ...
18707         * alpha/alpha-protos.h: ... here.  New file.
18708         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18709         (SECTION_FUNCTION_TEMPLATE): Likewise.
18710
18711 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18712
18713         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18714         * expr.c (expand_expr): Likewise.
18715         (do_jump): Likewise.
18716         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18717         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18718         accessor macros.
18719         (enum can_compare_purpose): New.
18720         (can_compare_p): Adjust prototype.
18721         (prepare_cmp_insn, prepare_operand): Declare.
18722         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18723         * optabs.c (cmp_available_p): Deleted.
18724         (expand_abs): Pass ccp_jump to can_compare_p.
18725         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18726         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18727         Call can_compare_p rather than cmp_available_p.
18728         (prepare_operand): No longer static.
18729         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18730         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18731         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18732         sequence to use emit_cmp_and_jump_insns.
18733         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18734
18735 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18736
18737         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18738         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18739         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18740         (plus (reg) (const_int 0))
18741         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18742
18743 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18744
18745         * rs6000.c (expand_block_move): DImode loads and stores require
18746         word-aligned displacements.  Increment address registers with
18747         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18748
18749 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18750
18751         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18752         is no name for the base type, rather than segfault.  If we are
18753         writing out a complex integer type, use DW_ATE_lo_user.
18754
18755         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18756         in one word or less (complex char, complex short, or on 64 bit
18757         systems complex float) to/from a hard register, copy it through
18758         memory instead of dying in gen_{real,imag}part.  If we have a
18759         short complex type, prevent inlining since it allocates stack
18760         memory.
18761
18762         * tree.c (build_complex_type): If we are writing dwarf2 output,
18763         generate a name for complex integer types.
18764
18765 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18766
18767         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18768         * flow.c (remove_edge): Remove extra whitespace.
18769         (remove_fake_edges): Fix comment.
18770         (add_noreturn_fake_exit_edges): Use the correct name.
18771
18772 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18773
18774         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18775         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18776         (clean): Depend on INTL_CLEAN.
18777         (maintainer-clean): Adjust.
18778
18779 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18780
18781         * configure.in (AC_PREREQ): Bump to 2.13.
18782         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18783
18784         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18785
18786         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18787
18788         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18789
18790         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18791         (HAVE_STRINGIZE): Define.
18792
18793 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18794
18795         * c-parse.in: save and restore warn_pointer_arith on __extension__
18796         along with pedantic.
18797         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18798         Set the type of extension to itype rather than $<itype>1 kludge.
18799         * extend.texi (Alternate Keywords): Adjust documentation.
18800         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18801
18802 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18803
18804         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18805         most assembler templates.
18806
18807         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18808         FP loads and stores.
18809         (following_call): Always return zero for the PA8000.
18810         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18811         FP loads and stores.
18812         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18813
18814         * pa.h (BRANCH_COST): Define.
18815
18816         * pa.md (return, return_internal): Use bve for PA2.0.
18817
18818         * pa.md (fused multiply): Add variants which reduce height for the
18819         fused multiply, but which still generate 2 insns.
18820         (fnegabs): Similarly.
18821
18822         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18823         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18824         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18825
18826         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18827         for TARGET_PA_20.
18828         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18829         code generation.
18830         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18831         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18832
18833         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18834         collection root.
18835
18836         * flow.c (record_active_eh_regions): Terminate loop after finding
18837         the last insn in the last basic block.
18838
18839 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18840
18841         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18842
18843 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18844
18845         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18846
18847 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18848
18849         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18850         splitting to not use output template.
18851
18852 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18853
18854         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18855         * config/c4x/c4x.c (c4x_va_start): New function.
18856
18857 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18858
18859         * genrecog.c (not_both_true): Handle correctly cases when called for
18860         tests with different positions in the insn.
18861
18862 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18863
18864         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18865
18866         * system.h (HOST_PTR_PRINTF): ... to here.
18867
18868         * mips-tfile.c: Don't include machmode.h.
18869
18870         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18871         (mips-tfile.o): Don't depend on machmode.h.
18872
18873 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18874
18875         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18876         avoid conflicts with typedef struct `region' at the top level scope.
18877
18878 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18879
18880         * basic-block.h (basic_block): Add eh_beg, eh_end.
18881         * flow.c (entry_exit_blocks): Update.
18882         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18883         Call new functions.
18884         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18885         lists.c functions to allocate insn lists.
18886         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18887         edge creation ...
18888         (make_eh_edge): ... here.  New.
18889         (move_stray_eh_region_notes): New.
18890         (record_active_eh_regions): New.
18891         (delete_unreachable_blocks): Split out block merging ...
18892         (try_merge_blocks): ... here.  New.
18893         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18894         Dump debugging data.
18895         (merge_blocks_move_successor_nojumps): Likewise.
18896         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18897
18898 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18899
18900         * extend.texi (Bound member functions): Document unbound pmf
18901         conversion.
18902
18903 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18904
18905         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18906         has the EXIT_BLOCK as a dest.
18907
18908 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18909
18910         * flow.c (remove_edge): New function to remove an edge from the
18911         flow graph.
18912         (remove_fake_successors): New function to remove fake successor edges.
18913         (remove_fake_edges): New function to remove all fake edges from the
18914         flow graph.
18915         (add_fake_exit_edges): New function to add fake edges from all blocks
18916         with no successors to the exit block.
18917         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18918         prototypes for new functions.
18919
18920 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18921
18922         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18923         Use Pmode to determine whether to output .dword or .word.
18924
18925 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18926
18927         * tree.c (built_in_filename): New variable.
18928         (BUILT_IN_FILENAME): New macro.
18929         (init_tree_codes): Allocate built_in_filename.
18930         (make_node): Use built_in_filename instead of string constant.
18931
18932 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18933
18934         * configure.in: Add fr30 target.
18935         * configure: Regenerate.
18936         * config/fr30: New directory.
18937         * config/fr30/crti.asm: New file.
18938         * config/fr30/fr30.c: New file.
18939         * config/fr30/crtn.asm: New file.
18940         * config/fr30/fr30.h: New file.
18941         * config/fr30/fr30.md: New file.
18942         * config/fr30/lib1funcs.asm: New file.
18943         * config/fr30/t-fr30: New file.
18944         * config/fr30/xm-fr30.h: New file.
18945
18946 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18947
18948         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18949         BARRIER at the end of the successor, not the BARRIER before
18950         the successor.
18951
18952         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18953
18954 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18955
18956         * stmt.c (any_pending_cleanups): Don't crash when
18957         current_function->stmt is unset.
18958
18959 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18960
18961         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18962         other initializations that may use it for relative offsets.
18963
18964 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18965
18966         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18967         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18968         * config/i386/sol2dbg.h: Removed.
18969         * config/i386/sol2gas.h: New file, to enable gas work-around.
18970         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18971         Don't use sol2dbg.h.
18972         * configure: Rebuilt.
18973
18974 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18975
18976         * invoke.texi (-fthis-is-variable): Remove documentation.
18977
18978 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18979
18980         * basic-block.h (compute_bb_for_insn): Declare.
18981         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18982         to use; set size of basic_block_for_insn directly.
18983         (find_basic_blocks): Update.
18984
18985 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18986
18987         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18988
18989 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18990
18991         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18992         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18993
18994 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18995
18996         * c-decl.c (c_decode_option): Extend comment.
18997
18998 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18999
19000         * toplev.c (progname): Make 'const char *'
19001         (flag_print_mem): Move out of main.
19002         (version_flag): Move out of main.
19003         (filename): Move out of main.
19004         (debug_args): Remove g prefix from options.
19005         (documented_lang_options): Remove cpplib specific options.
19006         (display_help): Add g prefix to debug options.
19007         (check_lang_option): Delete this function.
19008         (decode_d_option): New function: Decode -d... option.
19009         (decode_f_option): New function: Decode -f... option.
19010         (decode_W_option): New function: Decode -W... option.
19011         (decode_g_option): New function: Decode -g... option.
19012         (independent_decode_option): New function: Decode a language
19013         independent command line option.
19014         (main): Invoke lang_decode_option and then
19015         independent_decode_option on each command line option in
19016         turn.
19017
19018 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
19019
19020         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
19021          * fold-const.c (fold_range_test): Do not try to fold the range
19022          test if the rhs or lhs has side effects.
19023
19024         * basic-block.h (compute_flow_dominators): Declare.
19025
19026         * gcse.c (alloc_code_hoist_mem): New function.
19027         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
19028         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
19029         (hoist_code, one_code_hoisting_pass): Likewise.
19030         (gcse_main): If optimizing for size, then hoist expressions
19031         computed in multiple dominated basic blocks.
19032
19033         * gcse.c (invalid_nonnull_info): New function.
19034         (delete_null_pointer_checks): Likewise.
19035         * rtl.h (delete_null_pointer_checks): Declare.
19036         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
19037
19038         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
19039         (merge-blocks_move_successor_nojumps): Likewise.
19040         (merge_blocks): Allow merging of some blocks, even if it requires
19041         physical movement of the blocks, but not if it requires new jumps.
19042
19043         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
19044         Callers and prototype changed.
19045         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
19046
19047 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19048
19049         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
19050         -YP when both -p and -pg are present.  From i386/sol2.h.
19051
19052 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19053
19054         * Makefile.in (distclean): Delete tm_p.h.
19055         * configure.in: Create a new file, "tm_p.h", from a list in
19056         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
19057         "i386/i386-protos.h".
19058
19059         * alias.c: Include "tm_p.h".
19060         * c-typeck.c: Likewise.
19061         * calls.c: Likewise.
19062         * cse.c: Likewise.
19063         * emit-rtl.c: Likewise.
19064         * explow.c: Likewise.
19065         * expmed.c: Likewise.
19066         * expr.c: Likewise.
19067         * final.c: Likewise.
19068         * flow.c: Likewise.
19069         * fold-const.c: Likewise.
19070         * function.c: Likewise.
19071         * gcse.c: Likewise.
19072         * global.c: Likewise.
19073         * haifa-sched.c: Likewise.
19074         * integrate.c: Likewise.
19075         * jump.c: Likewise.
19076         * local-alloc.c: Likewise.
19077         * loop.c: Likewise.
19078         * optabs.c: Likewise.
19079         * recog.c: Likewise.
19080         * reg-stack.c: Likewise.
19081         * regclass.c: Likewise.
19082         * regmove.c: Likewise.
19083         * reload.c: Likewise.
19084         * reload1.c: Likewise.
19085         * reorg.c: Likewise.
19086         * resource.c: Likewise.
19087         * stmt.c: Likewise.
19088         * stor-layout.c: Likewise.
19089         * toplev.c: Likewise.
19090         * tree.c: Likewise.
19091         * unroll.c: Likewise.
19092         * genattrtab.c (main): Make generated file include "tm_p.h".
19093         * genemit.c (main): Likewise.
19094         * genoutput.c (main): Likewise.
19095         * genrecog.c (main): Likewise.
19096
19097         * i386.h: Delete all prototypes.
19098         * i386.c: Include "tm_p.h".
19099         (ix86_attr_length_default): Call constant_call_address_operand
19100         with correct number of arguments.
19101         * i386-protos.h: New file.
19102         * i386.md (unnamed patterns): Call constant_call_address_operand
19103         with correct number of arguments.
19104         (exception_receiver): Call load_pic_register with correct number
19105         of arguments.
19106
19107 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
19108
19109         * c-pragma.c (mark_align_stack): Dereference the void* properly.
19110
19111 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
19112
19113         * rtl.h (insns_safe_to_move_p): New function.
19114         * loop.c (find_and_verify_loops): Use it.
19115         * rtlanal.c (insns_safe_to_move_p): Define it.
19116
19117 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
19118
19119         * c-pragma.c: Include ggc.h.
19120         * Makefile.in (c-pragma.o): Update.
19121
19122 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19123
19124         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
19125         (LIB_SPEC): Likewise.
19126         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
19127         Reindent -YP/-p/-pg.
19128         Copied from config/sparc/sol2.h.
19129
19130 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
19131
19132         * c-pragma.c (mark_align_stack): New.
19133         (init_pragma): New.
19134         * c-pragma.h (init_pragma): Declare it.
19135         * c-lex.c (init_parse): Call it.
19136
19137 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19138
19139         * configure.in: Pick up thread library on Solaris/x86 just
19140         like on Solaris/sparc.
19141         * configure: Rebuilt.
19142
19143 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
19144
19145         * rtl.h (global_rtx_index): New enum.
19146         (global_rtl): Change to array of rtx.
19147         (pc_rtx, cc0_rtx): Redefine accordingly.
19148         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
19149         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
19150         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
19151         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
19152         (const_int_rtx): Change to array of rtx.
19153         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
19154         accordingly.
19155         * emit-rtl.c (global_rtl): Change to array of rtx.
19156         (const_int_rtx): Change to aray of rtx.
19157         (gen_rtx_CONST_INT): Redefine accordingly.
19158         (init_emit_once): Allocate and initialize global_rtl.  Likewise
19159         for const_int_rtx.  Add both as GC roots.
19160         * genattrtab.c (global_rtl): Update declaration.
19161
19162 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
19163
19164         * Makefile (USER_H): Add iso646.h back.
19165
19166 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
19167
19168         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
19169         zapping the LOG_LINKS of sched_before_next_call.
19170
19171         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
19172         * pa.c (insn_refs_are_delayed): Renamed from
19173         insn_sets_and_refs_are_delayed.
19174
19175 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
19176
19177         * functiion.h (struct function): Add x_whole_function_mode_p.
19178         (retrofit_block): Declare.
19179         * function.c (retrofit_block): New function.
19180         (identify_blocks): Add assertions.  Allow an incomplete set of
19181         block notes if we're still generating code for the function.
19182         * integrate.c: Include loop.h.
19183         (expand_inline_function): Call find_loop_tree_blocks to map block
19184         notes to blocks when in whole-function mode.  Use retrofit_block
19185         to insert new BLOCKs for the inlined function, rather than
19186         insert_block.
19187         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
19188         * Makefile.in (integrate.o): Depend on loop.h.
19189
19190 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
19191
19192         * tree.h (warn_about_unused_variables): Declare.
19193         * stmt.c (warn_about_unused_variables): New function, split out
19194         from ...
19195         (expand_end_bindings): Here.
19196
19197 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
19198
19199         * stmt.c (preserve_subexpressions_p): Don't crash when
19200         current_function->stmt is unset.
19201
19202 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
19203
19204         * stmt.c (expand_start_bindings): Allow callers to pass a flag
19205         indicating that no NOTE_INSN_BLOCK_BEG note is required.
19206         (expand_start_target_temps): Use it.
19207         * except.c (expand_eh_region_start_for_decl): Likewise.
19208         * expr.c (expand_expr): Likewise.
19209
19210 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
19211
19212         * fold-const.c (operand_equal_p): Pay attention to side effects.
19213
19214 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
19215
19216         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
19217         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
19218
19219         * tlink.c (scan_linker_output): Look for keywords before accepting
19220         a mangled name in quotes.
19221
19222 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
19223
19224         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
19225         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
19226
19227 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
19228
19229         * alpha.md: Revert Thu Nov 26 change that came in through the
19230         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
19231         Avoid earlyclobber when possible.
19232
19233 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19234
19235         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
19236
19237         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
19238         Define HAVE_ON_EXIT.
19239
19240 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19241
19242         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
19243         CTYPE_CONV in all ctype macros.
19244
19245         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
19246         from system.h.
19247
19248         * cexp.y (initialize_random_junk): Likewise.
19249
19250         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
19251
19252         * i370.c (handle_pragma): Likewise.
19253
19254         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
19255
19256         * v850.c (override_options): Likewise.
19257
19258         * doprint.c (_doprnt): Likewise.
19259
19260         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
19261         Likewise.
19262
19263         * fixinc/server.c (load_data): Likewise.
19264
19265         * fold-const.c (real_hex_to_f): Likewise.
19266
19267         * genattr.c (write_upcase, gen_attr): Likewise.
19268
19269         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
19270         write_upcase): Likewise.
19271
19272         * genemit.c (print_code): Likewise.
19273
19274         * genopinit.c (gen_insn): Likewise.
19275
19276         * genpeep.c (print_code): Likewise.
19277
19278         * genrecog.c (print_code): Likewise.
19279
19280         * optabs.c (init_libfuncs): Likewise.
19281
19282 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
19283
19284         * haifa-sched.c (sched_analyze): Keep the list of notes organized
19285         in pairs.
19286         (reemit_notes): Likewise.
19287
19288 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
19289
19290         * ggc.h (ggc_root): Move to ggc-common.c.
19291         (roots): Remove.
19292         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
19293         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
19294         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
19295         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
19296         * ggc-common.c (ggc_root): Move from ggc.h.
19297         (roots): Declare, static.
19298         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
19299         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
19300         null or check/set mark bit.
19301         (ggc_mark_roots): New.
19302         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
19303
19304 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
19305
19306         * m32r.c: Include toplev.h.
19307         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
19308         (gen_compare): Rename swap_p to must_swap to match uses.
19309         Add default abort case.
19310         (m32r_output_function_epilogue): Remove unused variables.
19311         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
19312         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
19313         define to empty parameter list.  Update all uses.
19314         (predicate decls): Use enum machine_mode not int.
19315         * m32r.md (movsi): Call abort, not fatal_insn.
19316         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
19317
19318 1999-09-14  Andrew Haley  <aph@cygnus.com>
19319
19320         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
19321         use $0 instead of 0.
19322
19323 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19324
19325         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
19326         computation out of loop over hard regs.
19327
19328 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
19329
19330         * function.c (identify_blocks): Don't shadow a variable in an
19331         outer scope.
19332         * integrate.c (integrate_decl_tree): Don't use pushlevel,
19333         pushdecl, or poplevel to build up the new BLOCK tree.
19334         (expand_inline_function): Likewise.
19335         (integrate_parm_decls): Likewise.
19336
19337 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
19338
19339         * c-typeck.c (qualify_type): Merge qualifiers from both types.
19340
19341 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
19342
19343         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
19344         * invoke.texi: Document this change.
19345
19346 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
19347
19348         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
19349         Free the struct.
19350         (mark_emit_status): Renamed from mark_emit_state.
19351         * except.c (mark_eh_status): Renamed from mark_eh_state.
19352         Check not null before marking.
19353         (free_eh_status): New.
19354         * expr.c (mark_expr_status, free_expr_status): New.
19355         * function.c (free_machine_status): New.
19356         (free_after_parsing): New.
19357         (free_after_compilation): Move bits to free_after_parsing; call
19358         free_eh_status, free_expr_status; zero the marked members of the
19359         function state.
19360         (prepare_function_start): No can_garbage_collect.
19361         Call init_eh_for_function.
19362         (expand_dummy_function_end): Free up current_function state.
19363         (mark_function_status): Renamed from mark_function_state.
19364         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
19365         * function.h (struct function): No can_garbage_collect.
19366         (free_machine_status, free_after_parsing): Declare.
19367         (free_eh_status, free_expr_status): Declare.
19368         * ggc.h (mark_expr_status): Declare.
19369         * stmt.c (free_stmt_status): Free the struct.
19370         (mark_stmt_status): Renamed from mark_stmt_state.
19371         (init_stmt): Don't call init_eh.
19372         (init_stmt_for_function): Don't call init_eh_for_function.
19373         * toplev.c (compile_file): Call init_eh.
19374         (rest_of_compilation): Free basic block info before ggc_collect.
19375         Call free_after_parsing; conditionally call free_after_compilation.
19376         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
19377         Check not null before marking.
19378         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
19379
19380 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
19381
19382         * c-lex.c (yylex): Initialize warn.
19383
19384 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
19385
19386         * pa.c (emit_move_sequence): Properly set the mode of the scratch
19387         register when performing secondary reloads for the SAR register.
19388
19389 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
19390
19391         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
19392         (NOTE_BLOCK): New macro.
19393         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
19394         * function.h (identify_blocks): Change prototype.
19395         * function.c (identify_blocks): Simplify.
19396         (reorder_blocks): Likewise.
19397         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
19398         NOTE_INSN_BLOCK_{BEG,END}.
19399         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
19400         the list of saved notes if the note isn't a
19401         NOTE_INSN_BLOCK_{BEG,END}.
19402         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
19403         NOTE_BLOCK_NUMBER.
19404         (reemit_notes): Adjust recreation of notes to reflect new saved
19405         note structure.
19406         * print-rtl.c (print_rtx): Print the address of the BLOCK when
19407         printing a block note.
19408         * stmt.c (block_vector): Remove.
19409         (find_loop_tree_blocks): Simplify.
19410         (unroll_block_trees): Likewise.
19411         * tree.h (reorder_block): Change prototype.
19412
19413 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
19414
19415         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
19416         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
19417         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
19418         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
19419         (atexit, exit): Simplify.
19420         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
19421         * config/lots: Remove defns of HAVE_ATEXIT.
19422
19423 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
19424
19425         * calls.c (precompute_arguments): Fix typo in comment.
19426         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
19427         TARGET_EXPR.
19428
19429 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
19430
19431         * dsp16xx.c (override_options): Fix typos in GC root registration.
19432
19433 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
19434
19435         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
19436         from config/svr4.h.
19437         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
19438         (FUNCTION_PROFILER): Redefine appropriately for Linux.
19439         (CC1_SPEC): Likewise.
19440
19441 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19442
19443         * genattr.c (main): Add extern prototype.  Call return, not exit.
19444         * genattrtab.c (main): Likewise.
19445         * gencheck.c (main): Likewise.
19446         * gencodes.c (main): Likewise.
19447         * genconfig.c (main): Likewise.
19448         * genemit.c (main): Likewise.
19449         * genextract.c (main): Likewise.
19450         * genflags.c (main): Likewise.
19451         * gengenrtl.c (main): Likewise.
19452         * genopinit.c (main): Likewise.
19453         * genoutput.c (main): Likewise.
19454         * genpeep.c (main): Likewise.
19455         * genrecog.c (main): Likewise.
19456
19457         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
19458         * genattrtab.c (get_insn_name): Likewise.
19459         * gencodes.c (get_insn_name): Likewise.
19460         * genconfig.c (get_insn_name): Likewise.
19461         * genemit.c (get_insn_name): Likewise.
19462         * genextract.c (get_insn_name): Likewise.
19463         * genflags.c (get_insn_name): Likewise.
19464         * genopinit.c (get_insn_name): Likewise.
19465         * genpeep.c (get_insn_name): Likewise.
19466
19467         * gencheck.c (usage): Add static prototype.
19468         * genextract.c (print_path): Constify a char*.
19469         * genopinit.c (optabs): Likewise.
19470         * genoutput.c (operand_data, data, output_predicate_decls,
19471         compare_operands): Likewise.
19472         * genrecog.c (write_tree): Add default case in switch.
19473
19474 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19475
19476         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
19477
19478         * print-rtl.c (get_insn_name): Remove prototype.
19479
19480         * toplev.h (progname): Declare const.
19481
19482         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
19483         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
19484         dump_sched_info, dump_local_alloc, regset_release_memory,
19485         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
19486         error_with_file_and_line, error_with_decl, error_for_asm, error,
19487         fatal, warning_with_file_and_line, warning_with_decl, warning,
19488         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
19489         Remove redundant prototypes.
19490
19491         (notice, check_lang_option, report_file_and_line, vnotice,
19492         mark_file_stack): Add static prototype.
19493         (set_fatal_function): Add prototype.
19494         (vnotice, report_file_and_line, set_fatal_function,
19495         check_lang_option): Constify a char*.
19496         (main): Prototype.  Call return, not exit.
19497
19498 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19499
19500         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
19501
19502         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
19503
19504         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
19505
19506         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
19507
19508 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19509
19510         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
19511         behave as if it's zero in all cases.
19512         (expand_function_start): Adjust call to assign_parms.
19513         * tree.h (assign_parms): Adjust prototype.
19514         * objc/objc-act.c (hack_method_prototype): Adjust call to
19515         assign_parms.
19516
19517 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19518
19519         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19520         arg_pointer_rtx fixed if the argument pointer register is
19521         not fixed.
19522         (NONZERO_BASE_PLUS_P): Likewise.
19523
19524 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19525
19526         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19527         match_insn2 to match_insn.
19528         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19529
19530 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19531
19532         * Makefile.in (USER_H): Remove va-foo.h.
19533
19534         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19535         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19536         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19537         va-spur.h,va-v850.h}: Remove.
19538
19539 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19540
19541         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19542         (in_return_delay): Use it instead of match_insn.
19543
19544 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19545
19546         * config/alpha/va_list.h (va-alpha.h): Do not include.
19547         (__gnuc_va_list): Typedef as in varargs.h.
19548
19549 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19550
19551         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19552         DECL_LIVE_RANGE_RTL.
19553
19554 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19555
19556         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19557         not NOTE_BLOCK_NUMBER.
19558         (expand_eh_region_end): Likewise.
19559         (find_exception_handler_labels): Likewise.
19560         (scan_region): Likewise.
19561         (exception_optimize): Likewise.
19562         (update_rethrow_references): Likewise.
19563         (set_insn_eh_region): Likewise.
19564         * final.c (final_scan_insn): Likewise.
19565         * flow.c (make_edges): Likewise.
19566         * integrate.c (expand_inline_function): Likewise.
19567         * print-rtl.c (print_rtx): Likewise.
19568
19569 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19570
19571         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19572         terms of builtin functions and types.
19573
19574         * mips.c (mips_build_va_list): New.
19575         (mips_va_start, mips_va_arg): New.
19576         * mips.h (BUILD_VA_LIST_TYPE): New.
19577         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19578
19579         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19580         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19581         * sh.h (BUILD_VA_LIST_TYPE): New.
19582         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19583
19584 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19585
19586         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19587         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19588         (struct insn_data): Likewise with n_operands, n_dups,
19589         n_alternatives, output_format.
19590         * regclass.c (scan_one_insn): Cast n_operands to int before
19591         arithmetic inside comparison.
19592
19593 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19594
19595         * toplev.c (compile_function): Unconditionally emit nop.
19596
19597 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19598
19599         * haifa-sched.c (actual_hazard): Move declaration of variable
19600         `this_cost' into the scope where it is used.
19601
19602 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19603
19604         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19605         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19606         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19607
19608         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19609
19610         * jump.c (find_insert_position): Don't declare or define unless
19611         !HAVE_conditional_arithmetic.
19612         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19613
19614         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19615
19616         * recog.c (offsettable_address_p): Prototype function pointer.
19617         (preprocess_constraints): Call memset, not bzero.
19618
19619         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19620         (gcc_obstack_init): Don't declare.
19621         (fix_sizetype): Add static prototype.
19622         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19623         (tree_cons): Call memset, not bzero.
19624
19625         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19626         definition in macro ASM_WEAKEN_LABEL.
19627         (mark_const_hash_entry): Add static prototype.
19628
19629 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19630
19631         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19632
19633         * unroll.c (find_common_reg_term, subtract_reg_term,
19634         loop_find_equiv_value): Add static prototypes.
19635         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19636         (copy_loop_body): Remove unreachable break statement.
19637
19638         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19639
19640         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19641
19642 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19643
19644         Undo some changes from the gcc2 merge:
19645         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19646         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19647         pointers.
19648
19649         Undo this change:
19650         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19651         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19652         initialized float-int union if the value is a NaN.
19653
19654 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19655
19656         * gthr-win32.h: New file.
19657
19658         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19659         shared as a valid attribute.
19660         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19661         * extend.texi: Document `shared' variable attribute.
19662
19663 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19664
19665         * configure.in: Handle --enable-threads on FreeBSD.
19666         * configure: Rebuit.
19667
19668 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19669
19670         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19671         thread support.
19672         * configure: Rebuilt.
19673
19674 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19675                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19676                           Rosimildo DaSilva <rdasilva@connecttel.com>
19677
19678         * configure.in (m68k-*-rtemscoff*): Added.
19679         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19680         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19681         sparc-rtems configuration.
19682         * configure.in (sparc-*-rtemself*): Added.
19683         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19684         * config/i386/rtems.h: Added comment.
19685         * config/sparc/rtemself.h: New file.
19686
19687         * configure.in (m68k-rtemself): Added.
19688         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19689         and DWARF_DEBUGGING_INFO.
19690         * config/m68k/crti.s: New file.
19691         * config/m68k/crtn.s: New file.
19692         * config/m68k/t-crtstuff: New file.
19693         * config/m68k/rtemself.h: New file.
19694
19695         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19696         global ctor/dtor and C++ exception handling.
19697         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19698         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19699         ENDFILE_SPEC.
19700         * config/i386/t-rtems-i386: New File.
19701
19702 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19703
19704         * stmt.c (expand_end_case): Return right away if the case stack is
19705         empty.
19706
19707 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19708
19709         * Makefile.in (version.c): Remove rule incorrectly brought in from
19710         the gcc2 merge.
19711
19712 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19713
19714         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19715         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19716         move-if-change.
19717         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19718
19719         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19720
19721 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19722
19723         * regmove.c (fixup_match_1): Don't change an unchanging register.
19724         (stable_but_for_p): Renamed to:
19725         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19726         Changed all callers.
19727
19728 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19729
19730         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19731         insn from BL2 is after the insn from BL.
19732
19733 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19734
19735         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19736         (struct insn_data): Merge `template' and `outfun' into `output'.
19737         Add `output_format'.
19738         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19739         (struct data): Remove `outfun'; add `output_format'.
19740         (name_for_index): Remove declaration.
19741         (output_insn_data): Handle output formats.
19742         (process_template): Emit the bare array for @.
19743         (gen_expand, gen_split): Set output_format to NONE.
19744         * output.h (get_insn_template): Declare.
19745         * final.c (get_insn_template): New.
19746         (final_scan_insn): Use it.
19747         * toplev.c (compile_file): Likewise.
19748
19749         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19750         * i860/i860.c (output_delayed_branch): Likewise.
19751         (output_delay_insn): Likewise.
19752
19753 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19754
19755         * rtl.c (obstack_alloc_rtx): Removed.
19756
19757 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19758
19759         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19760
19761 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19762
19763         * i386.c (call_insn_operand): Reject const_int.
19764         (expander_call_insn_operand): Use call_insn_operand.
19765
19766 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19767
19768         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19769
19770 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19771
19772         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19773         Use DImode operation.
19774
19775 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19776
19777         * gcc.c: Include sys/resource.h.
19778         (report_times): New flag.
19779         (execute):  If report_times is set, calculate and report the
19780         CPU time consumed by each subprocess.
19781
19782         (rus, prus): New globals.
19783         (option_map): Add --time.
19784         (display_help): Document -time.
19785         (process_command): Set report_times if -time is given.
19786         Turn off -pipe if -time is given.
19787
19788         * invoke.texi: Document new option -time.
19789
19790         * configure.in: Check for getrusage.  Check if we have to
19791         prototype getrusage.
19792         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19793         * configure: Regenerate.
19794         * config.in: Regenerate.
19795
19796 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19797
19798         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19799         fields.
19800
19801 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19802
19803         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19804         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19805         (nan): Return _thenan_sf or _thenan_df as appropriate.
19806         (L_thenan_sf): Define _thenan_sf.
19807         (L_thenan_df): Define _thenan_df.
19808
19809         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19810         (DPBIT_FUNCS): Add _thenan_df.
19811
19812 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19813
19814         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19815         TYPE_SIZE_UNIT.
19816
19817 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19818
19819         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19820
19821         * gcc.h: New file.
19822         (lang_specific_driver): Don't take a function pointer parameter.
19823         All callers changed.
19824
19825         * gcc.c: Include gcc.h.
19826         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19827         lang_specific_extra_outfiles, fatal): Don't declare.
19828         (multilib_defaults_raw): Constify.
19829         (read_specs): Call memset, rather than bzero.
19830         (main): Call return, not exit.
19831         (lookup_compiler): Call memcpy, not bcopy.
19832         (fatal): Make extern.
19833
19834         * cppspec.c: Include gcc.h.
19835         (lang_specific_driver): Initialize variable `quote'.  Constify a
19836         char*.  All calls to the function pointer parameter now
19837         explicitly call `fatal'.
19838
19839         * gccspec.c (lang_specific_driver): Include gcc.h.
19840
19841 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19842
19843         * arm.c (note_invalid_constants): Use recog_data.operand_type
19844         for recog_op_type.
19845
19846 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19847
19848         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19849         Declare.
19850
19851         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19852         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19853         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19854         reload_secondary_in_reload, reload_secondary_out_reload,
19855         reload_secondary_in_icode, reload_secondary_out_icode,
19856         reload_reg_rtx, reload_when_needed): Delete declarations.
19857         (struct reload): New structure.
19858         (rld): Declare new array.
19859         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19860         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19861         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19862         reload_secondary_in_reload, reload_secondary_out_reload,
19863         reload_secondary_in_icode, reload_secondary_out_icode,
19864         reload_reg_rtx, reload_when_needed): Delete definitions.
19865         (rld): New array.
19866         (whole file): Replace uses of the deleted arrays with uses of rld.
19867         * reload1.c (whole file): Replace uses of the deleted arrays with
19868         uses of rld.
19869         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19870         explicit loops, not with bcopy.
19871
19872 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19873
19874         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19875         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19876         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19877         insn_name): Delete and consolidate into new structures.
19878         (insn_operand_predicate_fn): New.
19879         (insn_output_fn): New.
19880         (insn_gen_fn): New.
19881         (struct insn_operand_data): New.
19882         (struct insn_data): New.
19883         (insn_data): New.
19884         (OUT_FCN): Update for insn_data change.
19885         * builtins.c (expand_builtin_strlen): Likewise.
19886         (expand_builtin_memcmp): Likewise.
19887         * combine.c (make_extraction, simplify_comparison): Likewise.
19888         * cse.c (canon_reg, cse_insn): Likewise.
19889         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19890         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19891         (emit_store_flag): Likewise.
19892         * expr.c (convert_move, emit_block_move): Likewise.
19893         (clear_storage, emit_push_insn, expand_increment): Likewise.
19894         (do_store_flag): Likewise.
19895         * expr.h (GEN_FCN): Likewise.
19896         (insn_gen_function): Die.
19897         * final.c (final_scan_insn): Update for insn_data change.
19898         (output_asm_name): Likewise.
19899         * function.c (fixup_var_refs_1): Likewise.
19900         * loop.c (check_dbra_loop): Likewise.
19901         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19902         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19903         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19904         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19905         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19906         * regmove.c (gen_add3_insn): Likewise.
19907         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19908         (find_reloads, find_reloads_address_1): Likewise.
19909         (debug_reload_to_stream): Likewise.
19910         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19911         * stmt.c (expand_end_case): Likewise.
19912         * toplev.c (compile_file): Likewise.
19913
19914         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19915         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19916
19917         * print-rtl.c (insn_name_ptr): Remove declaration.
19918         (get_insn_name): Declare.
19919         (print_rtx): Use it.
19920         * genoutput.c (insn_name_ptr): Remove.
19921         (next_operand_number): New.
19922         (struct operand_data): New.
19923         (null_operand, odata, odata_end): New.
19924         (struct data): Use struct operand_data.
19925         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19926         (get_insn_name): Renamed from name_for_index.
19927         (output_prologue): Define NO_MD_PROTOTYPES.
19928         (output_predicate_decls): Break out from output_epilogue.
19929         Iterate over the operands list.
19930         (output_operand_data): Break out from output_epilogue.  Emit
19931         just the operands list.
19932         (output_insn_data): Break out from output_epilogue.  Emit just
19933         the insn data.
19934         (output_epilogue): Remove.
19935         (output_get_insn_name): New.
19936         (constraints, op_n_alternatives, predicates, address_p): Die.
19937         (modes, strict_low, seen): Die.
19938         (scan_operands): Take new param `d' instead of writing to
19939         seven global variables.
19940         (compare_operands): New.
19941         (place_operands): New.
19942         (validate_insn_alternatives): Update for struct data change.
19943         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19944         scan_operands; call place_operands.
19945         (gen_peephole, gen_expand, gen_split): Likewise.
19946         (main): Update for new output routines.
19947
19948         * genattr.c (insn_name_ptr): Remove.
19949         (get_insn_name): New function.
19950         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19951         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19952         * genrecog.c: Likewise.
19953
19954         * alpha.md (adddi3): Make `pattern' array static.
19955
19956 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19957
19958         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19959         c4x_cpu_version_string): Constify char *.
19960         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19961         c4x_cpu_version_string): Likewise.
19962
19963 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19964
19965         * tree.c (save_tree_status): Revert 10 Sep change.
19966         (restore_tree_status): Likewise.  Call obstack_free with NULL
19967         before freeing the obstack proper.
19968
19969 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19970
19971         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19972
19973         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19974         surrounding context.
19975
19976 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19977
19978         * tree.c (type_hash_canon): Put all types in the hash-table, when
19979         GC'ing.
19980
19981 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19982
19983         * recog.h (struct recog_data, recog_data): New.
19984         (recog_foo variables): Kill.
19985         * recog.c (recog_operand, recog_operand_loc): Kill.
19986         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19987         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19988         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19989         (recog_data): Define.
19990         (extract_insn): Update all recog_foo references to use recog_data.
19991         (preprocess_constraints, constrain_operands): Likewise.
19992         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19993         * genattrtab.c (main): Likewise.
19994         * genextract.c (main): Likewise.
19995         * genoutput.c: Likewise.
19996         * genrecog.c (write_subroutine, main): Likewise.
19997         * local-alloc.c (block_alloc): Likewise.
19998         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19999         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
20000         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
20001         * reload.c (find_reloads, find_reloads_toplev): Likewise.
20002         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
20003         (reload_cse_simplify_operands): Likewise.
20004
20005         * arc/arc.c (arc_final_prescan_insn): Likewise.
20006         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
20007         * h8300/h8300.c (notice_update_cc): Likewise.
20008         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
20009         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
20010         * mn10200/mn10200.c (notice_update_cc): Likewise.
20011         * mn10300/mn10300.c (notice_update_cc): Likewise.
20012         * romp/romp.c (update_cc): Likewise.
20013         * sparc/sparc.c (check_pic): Likewise.
20014         * v850/v850.c (notice_update_cc): Likewise.
20015
20016         * genemit.c (main): Don't declare recog_operand.
20017
20018 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
20019
20020         * ggc.h (rtvec_def): Forward declare.
20021         (tree_node): Likewise.
20022         (ggc_root): Define.
20023         (roots): Declare.
20024         (ggc_set_mark_rtx): Add prototype.
20025         (ggc_set_mark_rtvec): Likewise.
20026         (ggc_set_mark_tree): Likewise.
20027         * ggc-simple.c (ggc_root): Don't define.
20028         (roots): Don't declare.
20029         (ggc_mark_rtx): Remove.
20030         (ggc_mark_rtvec): Likewise.
20031         (ggc_mark_tree): Likewise.
20032         (ggc_mark_varray): Likewise.
20033         (ggc_mark_tree_hash_table_entry): Likewise.
20034         (ggc_mark_tree_hash_table): Likewise.
20035         (ggc_set_mart_rtx): New function.
20036         (ggc_set_mark_rtvec): Likewise.
20037         (ggc_set_mark_tree): Likewise.
20038         (ggc_add_root): Remove.
20039         (ggc_add_rtx_root): Likewise.
20040         (ggc_remove_tree_root): Likewise.
20041         (ggc_add_string_root): Likewise.
20042         (ggc_add_tree_varray_root): Likewise.
20043         (ggc_add_tree_hash_table_root): Likewise.
20044         (ggc_del_root): Likewise.
20045         (ggc_mark_rtx_ptr): Likewise.
20046         (ggc_mark_tree_ptr): Likewise.
20047         (ggc_mark_string_ptr): Likewise.
20048         (ggc_mark_tree_varray_ptr): Likewise.
20049         (ggc_mark_tree_hash_table_ptr): Likewise.
20050         * ggc-common.c: New file.
20051         * Makefile.in (OBJS): Add ggc-common.o.
20052         (ggc-common.o): List dependencies.
20053
20054 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
20055
20056         * cppalloc.c (xstrdup): Use memcpy.
20057         * cpperror.c (cpp_print_containing_files): Don't use
20058         cpp_notice.
20059         * cpplib.c (conditional_skip): Set temp->lineno.
20060         (do_endif): Make error message less obscure.
20061         (if_directive_name): New function.
20062         (cpp_get_token [case EOF]): Unwind the if stack and generate
20063         error messages for each unterminated conditional in this file.
20064         (parse_string):  Do not behave differently if -traditional.
20065
20066 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
20067
20068         * builtins.c (expand_builtin_va_arg): Cope with an array-type
20069         va_list decomposing to pointer-type.
20070         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
20071         (rs6000_va_arg): Likewise.
20072
20073 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
20074
20075         * except.c (start_dynamic_handler): Compute size using
20076         STACK_SAVEAREA_MODE.
20077
20078 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20079
20080         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
20081         include directory headers.  Don't define strrchr.  Don't provide
20082         my_* replacement functions.  Prefer PTR over `pointer_type'.
20083         Don't prototype system functions.  Don't redefine getopt.
20084
20085         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
20086         safe_read, safe_write, save_pointers, restore_pointers,
20087         is_id_char, in_system_include_dir, directory_specified_p,
20088         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
20089         find_corresponding_lparen, referenced_file_is_newer,
20090         save_def_or_dec, munge_compile_params, gen_aux_info_file,
20091         process_aux_info_file, identify_lineno, check_source,
20092         seek_to_line, forward_to_next_token_char, output_bytes,
20093         output_string, output_up_to, other_variable_style_function,
20094         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
20095         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
20096         find_static_definition, connect_defs_and_decs, add_local_decl,
20097         add_global_decls, needs_to_be_converted, visit_each_hash_node,
20098         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
20099         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
20100         scan_for_missed_items, edit_file, string_list_cons): Add static
20101         prototypes.
20102         (standard_exec_prefix, target_machine, target_version,
20103         default_syscalls_dir, string_list, string_list_cons, find_file,
20104         do_cleaning): Constify a char*.
20105         (safe_read, safe_write): Use PTR, not a char*.
20106         (is_id_char): Take an int, not a char.
20107         (main): Add prototype.  Call return, not exit.
20108
20109 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
20110
20111         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
20112         when comparing types.
20113
20114 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
20115
20116         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
20117         (strength_reduce): Release the varrays from the no-bivs early exit.
20118
20119         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
20120         the loop over the registers.
20121
20122         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
20123         for a new obstack.
20124         (restore_tree_status): Check that instead when freeing the obstack.
20125
20126 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
20127
20128         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
20129         as pointers.
20130
20131 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20132
20133         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
20134         operand size modifiers.
20135
20136 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20137
20138         * c-common.c (c_common_nodes_and_builtins): Don't build
20139         va_list_type_node.
20140         * c-common.h (enum c_tree_index and related accesor macros): Remove
20141         everything now declared in tree.h.
20142         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
20143         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
20144         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
20145         (error_mark_node, void_type_node, char_type_node, integer_type_node,
20146         unsigned_type_node, ptr_type_node, va_list_type_node,
20147         integer_zero_node, null_pointer_node, integer_one_node): Delete.
20148         (init_decl_processing): Call build_common_tree_nodes and
20149         build_common_tree_nodes_2 instead of building their nodes here.
20150         Don't add roots for these nodes.
20151         * stor-layout.c (size_zero_node, size_one_node): Delete.
20152         (set_sizetype): Make a new node for bitsizetype each time.
20153         * tree.c (global_trees): New variable.
20154         (init_obstacks): Add a gc root for it.
20155         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
20156         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
20157         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
20158         (build_common_tree_nodes): New function.
20159         (fix_sizetype): New function.
20160         (build_common_tree_nodes_2): New function.
20161         * tree.h (enum tree_index): New.
20162         (global_trees): Declare.
20163         Add accessor macros for all nodes now moved to global_trees.
20164         Delete their declarations.
20165
20166 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
20167
20168         * c-decl.c (finish_function): When processing a nested function,
20169         push and pop GC context around rest_of_compilation.
20170
20171 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
20172
20173         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
20174         Default ix86_arch to PROCESSOR_I386.
20175         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
20176         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
20177         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
20178         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
20179         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
20180         (EXTRA_SPECS): Remove deleted specs.
20181
20182 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
20183
20184         * function.c (assign_stack_local_1): Allocate from
20185         function->x_frame_offset, not frame_offset.
20186
20187 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
20188
20189         * ggc.h (lang_cleanup_tree): Remove.
20190         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
20191         * ggc-callbacks.c (lang_cleanup_tree): Remove.
20192
20193         * c-decl.c (finish_struct): Use ggc_alloc to allocate
20194         TYPE_LANG_SPECIFIC when garbage collecting.
20195         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
20196         (lang_cleanup_tree): Remove.
20197
20198 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
20199
20200         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
20201         * crtstuff.c: Not here.
20202         * dwarf2out.c: Or here.
20203         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
20204         info.
20205
20206 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
20207
20208         * function.h (free_after_compilation): Remove decl parameter.
20209         (free_varasm_status0: Likewise.
20210         (free_emit_status): Likewise.
20211         (free_stmt_status): Likewise.
20212         (free_after_compilation): Likewise.
20213         (init_lang_status): New variable.
20214         (free_lang_status): Likewise.
20215         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
20216         * function.c (init_lang_status): New variable.
20217         (free_lang_status): Likewise.
20218         (push_function_context_to): Don't set function::decl here.
20219         (free_after_copmilation): Make decl parameter implicit.  Call
20220         free_lang_status if defined.
20221         (prepare_function_start): Call init_lang_status if defined.
20222         (init_function_start): Set function::decl here.
20223         * profile.c (output_func_start_profiler): Don't call pushdecl
20224         until we've actually started the function.
20225         * stmt.c (free_stmt_status): Make decl parameter implicit.
20226         * toplev.c (rest_of_compilation): Don't pass decl to
20227         free_after_compilation.
20228         * varasm.c (free_varasm_status): Likewise.
20229
20230 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20231
20232         * except.c (call_get_eh_context): Add root when allocating static
20233         tree variable.
20234
20235 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
20236
20237         * arm.c: Include "ggc.h".
20238         (arm_add_gc_roots): New function.
20239         (arm_override_options): Call it.
20240         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
20241
20242         * arm.md (define_asm_attributes): Add a pool_range attribute.
20243
20244 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
20245
20246         * extend.texi (Volatiles): New node.
20247
20248 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
20249
20250         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
20251         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
20252         (struct ggc_any): Replace `mark' with `magic_mark'.
20253         (ggc_alloc_string): Use memcpy, not bcopy.
20254         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
20255         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
20256         (ggc_free_any): New.
20257         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
20258         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
20259         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
20260         Use IS_MARKED. Use ggc_free_any.
20261
20262 1999-09-09  Scott Bambrough <scottb@netwinder.org>
20263
20264         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
20265
20266 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
20267
20268         * toplev.c (main): Always init_ggc.
20269
20270 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
20271
20272         * except.c (find_all_handler_type_matches): Free the list if
20273         we found no matches.
20274
20275         * combine.c (SUBST): Break out to a real function do_SUBST.
20276         (SUBST_INT): Likewise.
20277         * gcse.c (free_pre_mem): Free `temp_bitmap'.
20278         (pre_insert): Free `inserted'.
20279         * loop.c (basic_induction_var): Always set `location'.
20280
20281         * function.c (expand_function_end): Add initial_trampoline as a root.
20282         * rtl.h (init_varasm_once): Declare.
20283         * toplev.c (compile_file): Call it.
20284         * ggc-simple.c (ggc_mark_string_ptr): New.
20285         (ggc_add_string_root): New.
20286         (ggc_collect): Disable collection avoidance temporarily.
20287         * ggc.h (ggc_add_string_root): Declare.
20288         * except.c (create_rethrow_ref): Use ggc_alloc_string.
20289         * optabs.c (init_libfuncs): Likewise.
20290         * varasm.c (named_section): Use ggc_alloc_string.
20291         (make_function_rtl): Likewise.
20292         (make_decl_rtl): Likewise.
20293         (assemble_static_space): Likewise.
20294         (assemble_trampoline_template): Likewise.
20295         (output_constant_def): Likewise.
20296         (force_const_mem): Likewise.
20297         (mark_const_hash_entry): New.
20298         (mark_pool_sym_hash_table): New.
20299         (mark_varasm_state): Use it.
20300         (init_varasm_once): New.
20301
20302         * expr.h (init_one_libfunc): Declare.
20303         * optabs.c (init_one_libfunc): New.
20304         (init_optabs): Use it.
20305         * config/gofast.h: Likewise.
20306         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
20307         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
20308
20309 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
20310
20311         * Makefile.in (cppexp.o): Depend on cpphash.h.
20312         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
20313         Include cpphash.h.
20314         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
20315         * cpplib.c (do_define): Generalise to handle poisoned definitions,
20316         redefining poisoned identifiers, etc.
20317         (do_undef): Don't allow poisoned identifiers to be undefined.
20318         (do_pragma): Add #pragma poison.
20319         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20320
20321         * cccp.c: Add T_POISON node type.
20322         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
20323         poisoned xxx.
20324         (do_define): Generalise to handle poisoned definitions,
20325         redefining poisoned identifiers, etc.
20326         (do_undef): Don't allow poisoned identifiers to be undefined.
20327         (do_pragma): Add #pragma poison.
20328         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20329
20330         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
20331         * c-pragma.h: Add ps_poison state.  We now always have generic
20332         pragmas.
20333
20334 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
20335
20336         * ggc.h (ggc_alloc): New function.
20337         (ggc_mark): Likewise.
20338         * ggc-simple.c (ggc_any): New structure.
20339         (ggc_status): Add anys.
20340         (n_anys_collected): New variable.
20341         (ggc_alloc): Define.
20342         (ggc_mark): Likewise.
20343         (ggc_collect): Collect the anys.
20344
20345 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20346
20347         * c-decl.c (mark_binding_level): Make static to match prototype.
20348
20349 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
20350
20351         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
20352
20353 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
20354
20355         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
20356         will use into account.  Expand the max width to 5.
20357         * rtl.c: Likewise.
20358
20359 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
20360
20361         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
20362         for the rtx length.
20363
20364 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
20365
20366         * alpha.md (call value patterns): Remove the result predicates.
20367
20368 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
20369
20370         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
20371         last change.
20372
20373 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20374
20375         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
20376         changed from extern char *, to extern PTR.  Also fix typo in
20377         NEED_DECLARATION_REALLOC test.
20378
20379         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
20380
20381 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20382
20383         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
20384         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
20385         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
20386         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
20387
20388         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
20389
20390         * cccp.c (pcfinclude): Likewise.
20391
20392         * global.c (allocno_compare): Likewise.
20393
20394         * haifa-sched.c (rank_for_schedule): Likewise.
20395
20396         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
20397
20398         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
20399
20400         * stupid.c (stupid_reg_compare): Likewise.
20401
20402         * tree.c (_obstack_allocated_p): Likewise.
20403
20404         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
20405
20406 1999-09-08  Bruce Korb  autogen@linuxbox.com
20407
20408         * Makefile.in: Give the hapless gperf user a hint about
20409         why "gperf -F" fails.
20410
20411 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
20412
20413         * lists.c: Include ggc.h.
20414         (zap_lists): New.
20415         (init_EXPR_INSN_LIST_cache): Install it.
20416
20417         * ggc-simple.c (init_ggc): Absorb the old init.
20418         (ggc_push_context): Use xcalloc.
20419         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
20420         (ggc_collect): Add [rvts] tags to the collection stats.
20421
20422 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
20423
20424         * cccp.c (main): Fix handling of -include and -imacros options.
20425
20426 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
20427
20428         * cpplib.c (cpp_push_buffer): Fix order of arguments.
20429
20430 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20431
20432         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
20433         genrtl.c.
20434
20435 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20436
20437         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
20438         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
20439         and SET_DEST. Update comment.
20440
20441 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20442
20443         * config/c4x/c4x.c: Include ggc.h.
20444         (c4x_add_gc_roots): New function.
20445         (c4x_override_options): Call c4x_add_gc_roots.
20446
20447 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
20448
20449         * defaults.h (TARGET_ESC): Move ...
20450         * system.h: ... here, where Linas had it in the first place.  Silly me.
20451
20452 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
20453
20454         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
20455         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
20456         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
20457         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
20458         * defaults.h (TARGET_ESC): Add default.
20459
20460 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
20461
20462         * configure.in: add i370-*-openedition, i370-*-mvs and
20463         i370-*-linux targets
20464
20465 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
20466
20467         * dsp16xxx.c: Include ggc.h
20468         (override_options): Mark GC roots.
20469         * mn10200.c: Include ggc.h.
20470         (asm_file_start): Mark GC roots.
20471         * tahoe.c: Include ggc.h.
20472         (extensible_operand): Mark GC roots.
20473
20474 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
20475
20476         * README: Add section discussing status of ELF ABI.
20477         * i370.c: Fix misc spelling mistakes.
20478         (i370_label_scan): Updated notes, exception handling.
20479         (i370_function_prolog): Simplify ELF stack handling.
20480         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
20481         (STACK_GROWS_DOWNWARD): ELF stack grows down.
20482         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
20483         * i370.md: (movdi): Add notes.
20484         (floatsidf2): Use stack not rtca for scratch float area.
20485         (iorsi3): Correct operand constraints.
20486         * x-oe: Restore TAROUTOPTS which are used by pax.
20487
20488 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
20489
20490         * rs6000.c: Include ggc.h.
20491         (rs6000_add_gc_roots): New function.
20492         (override_options): Call it.
20493
20494 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
20495
20496         * alpha.h (alpha_compare): New.
20497         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
20498         * alpha.c: Likewise for the definitions.
20499         (alpha_emit_conditional_branch): Update for alpha_compare.
20500         (alpha_emit_conditional_move): Likewise.
20501         * alpha.md (cmpdf, cmpdi): Likewise.
20502         (setcc patterns): Likewise.  Zero alpha_compare after use.
20503         (sne): Optimize (x != 0) into (0U < x).
20504
20505 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
20506
20507         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
20508         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
20509         (INIT_EXPANDERS): Remove.
20510         * alpha.c: Include ggc.h.
20511         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20512         (alpha_init_machine_status, alpha_mark_machine_status): New.
20513         (override_options): Install them.
20514         (struct machine_function): Moved to alpha.h.
20515         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20516         (alpha_init_expanders): Remove.
20517         (alpha_return_addr): Adjust to use current_function->machine.
20518         (alpha_ra_ever_killed): Likewise.
20519         (alpha_expand_epilogue): Likewise.
20520         * alpha.md (eh_epilogue): Likewise.
20521
20522 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20523                           Melissa O'Neill  <oneill@cs.sfu.ca>
20524                           Geoffrey Keating  <geoffk@cygnus.com>
20525
20526         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20527         call-used registers (call-saved registers must still be contiguous
20528         and end with r31, of course).
20529
20530 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20531
20532         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20533         (self_promoting_type_p): Delete.
20534         (self_promoting_args_p): Move ...
20535         * c-common.c: ... here.
20536         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20537         (simple_type_promotes_to): New.
20538         * builtins.c (lang_type_promotes_to): New.
20539         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20540         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20541         * c-common.h: ... here.
20542         (self_promoting_args_p, simple_type_promotes_to): Declare.
20543         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20544         (grokdeclarator): Likewise.
20545         * tree.h (lang_type_promotes_to): Declare.
20546
20547 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20548
20549         Add some machine-dependent GC roots.
20550         * sparc.c: Include ggc.h.
20551         (sparc_add_gc_roots): New function.
20552         (mark_ultrasparc_pipeline_state): Likewise.
20553         (override_options): Call sparc_add_gc_roots.
20554         * pa.c: Include ggc.h.
20555         (pa_add_gc_roots): New function.
20556         (mark_deferred_plabels): Likewise.
20557         (override_options): Call pa_add_gc_roots.
20558         * mips.c: Include ggc.h.
20559         (mips_add_gc_roots): New function.
20560         (override_options): Use it.
20561
20562 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20563
20564         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20565
20566         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20567         cpp_parse_expr): Add static prototypes.
20568         (parse_charconst): Don't cast away const-ness.
20569         (token): Constify a char*.
20570
20571         * cppfiles.c (file_name_list, include_hash, find_include_file,
20572         finclude, initialize_input_buffer): Constify a char*.
20573         (file_cleanup, find_position): Add static prototypes.
20574
20575         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20576         collect_expansion): Add static prototypes.
20577         (cpp_install, create_definition, monthnames): Constify a char*.
20578
20579         * cpphash.h (cpp_install): Likewise.
20580
20581         * cppinit.c (known_suffixes, default_include,
20582         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20583         (base_name, dump_special_to_buffer, initialize_dependency_output):
20584         Add static prototypes.
20585
20586         * cpplib.c (my_strerror): Constify a char*.
20587         (null_underflow, null_cleanup, skip_comment, copy_comment,
20588         copy_rest_of_line, handle_directive, pass_thru_directive,
20589         get_directive_token, read_line_number, cpp_print_file_and_line,
20590         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20591         v_cpp_warning_with_line, detect_if_not_defined,
20592         consider_directive_while_skipping): Add static prototypes.
20593         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20594         cpp_pedwarn_with_file_and_line): Constify a char*.
20595
20596         * cpplib.h (cpp_options, include_hash, progname, definition,
20597         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20598         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20599         find_include_file, deps_output, include_hash): Constify a char*.
20600
20601         * cppmain.c (progname): Constify.
20602         (main): Add prototype.  Use return, not exit.
20603
20604         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20605         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20606         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20607         check_protection): Add static prototype.
20608         (xfree): Remove.
20609         (progname, recognized_macrom, recognized_extern): Constify a char*.
20610         (main): Add prototype.
20611
20612         * gen-protos.c (progname): Constify a char*.
20613
20614 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20615
20616         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20617         (init_emit_once): Add more GC roots.
20618         * except.c (mark_func_eh_entry): New function.
20619         (mark_eh_node): Mark false_label and rethrow_label.
20620         (init_eh): Add more GC roots.
20621         * function.c (free_after_compilation): Take decl as a paramter.
20622         Call free_stmt_status.
20623         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20624         non-NULL.
20625         * function.h (free_after_compilation): Change prototype.
20626         (free_varasm_status): Likewise.
20627         (free_emit_status): Likewise.
20628         (free_stmt_status): New function.
20629         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20630         Remove, replacing with ...
20631         (ggc_status): New structure.
20632         (ggc_chain): New variable.
20633         (init_gcc): Define.
20634         (ggc_push_context): New function.
20635         (ggc_pop_context): Likewise.
20636         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20637         (ggc_alloc_rtvec): Likewise.
20638         (ggc_alloc_tree): Likewise.
20639         (ggc_alloc_string): Likewise.
20640         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20641         (ggc_mark_tree): Give language-dependent code a chance to mark
20642         `x' nodes.
20643         (ggc_mark_tree_varray): Handle empty arrays.
20644         (ggc_collect): Adjust for use of ggc_chain.  Clear
20645         bytes_alloced_since_last_gc.
20646         * ggc.h (ggc_pop_context): New function.
20647         (ggc_push_context): Likewise.
20648         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20649         * stmt.c (free_stmt_status): New function.
20650         (init_stmt_for_function): Clear last_expr_value.
20651         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20652         Conditionalize call to ggc_collect.
20653         (main): Call init_ggc.
20654         * tree.c (push_obstacks): Do the push, even when GC'ing.
20655         (push_obstacks_nochange): Likewise.
20656         (pop_obstacks): Liekwise.
20657         * varasm.c (free_varasm_status): Take decl as a parameter.
20658
20659 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20660
20661         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20662         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20663         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20664         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20665
20666 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20667
20668         * pa/x-pa-mpeix: New file for the MPE port.
20669
20670         * pa/quadlib.asm: New file for long double support.
20671
20672         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20673         * configure: Rebuilt.
20674
20675 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20676
20677         * final.c (shorten_branches): Fix last change.
20678
20679 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20680
20681         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20682
20683 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20684
20685         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20686         details.
20687
20688 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20689
20690         * c-aux-info.c (concat): Don't define.
20691
20692         * cccp.c (my_strerror): Likewise.  All callers changed to use
20693         xstrerror instead.
20694         (do_include): Call xstrdup, not xmalloc/strcpy.
20695         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20696         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20697
20698         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20699         strsignal instead.
20700         (locatelib): Call xstrdup, not xmalloc/strcpy.
20701
20702         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20703
20704         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20705
20706         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20707
20708         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20709
20710         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20711
20712         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20713
20714         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20715         malloc/realloc.
20716         (find_all_handler_type_matches): Likewise.  Don't check return
20717         value.
20718         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20719         xmalloc, not malloc.
20720         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20721
20722         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20723         (init_spec): Call xcalloc, not xmalloc/bzero.
20724         (set_spec): Call xstrdup, not save_string.
20725         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20726         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20727         (process_command): Call xstrdup, not save_string.
20728         (main): Call xcalloc, not xmalloc/bzero.
20729
20730         * gcov.c (xmalloc): Don't define.
20731         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20732         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20733         (output_data): Call xcalloc, not xmalloc/bzero.
20734
20735         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20736
20737         * mips-tdump.c (xmalloc): Don't define.
20738         (print_symbol): Call xmalloc, not malloc.
20739         (read_tfile): Call xcalloc, not calloc.
20740
20741         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20742         Don't define.  All callers of xfree/my_strsignal changed to use
20743         free/strsignal instead.
20744         (allocate_cluster): Call xcalloc, not calloc.
20745
20746         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20747         Fix memory leak, free allocated memory.
20748
20749         * prefix.c (translate_name): Call xstrdup, not save_string.
20750         (update_path): Likewise.
20751
20752         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20753
20754         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20755         Don't define.  Callers of xfree/savestring2 changed to use
20756         free/concat instead.
20757
20758         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20759         (init_elim_table): Likewise.
20760
20761         * resource.c (init_resource_info): Likewise.
20762
20763         * stupid.c (stupid_life_analysis): Likewise.
20764
20765         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20766         (open_dump_file): Call concat, not xmalloc/strcpy/...
20767         (clean_dump_file): Likewise.
20768         (compile_file): Call xstrdup, not xmalloc/strcpy.
20769
20770 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20771
20772         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20773         * v850.c (v850_va_arg): New.
20774
20775 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20776
20777         * haifa-sched.c: Tidy comments.
20778
20779 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20780
20781         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20782         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20783         $(out_object_file)): Depend on ggc.h.
20784         * c-common.c: Include "ggc.h".
20785         (combine_strings): If doing GC, use ggc_alloc_string.
20786         * c-decl.c: Include "ggc.h".
20787         (ggc_p): Define with value 0.
20788         (mark_binding_level): New function.
20789         (init_decl_processing): Add GC roots.
20790         (mark_c_function_context): New function.
20791         (lang_mark_false_label_stack): New function.
20792         (lang_mark_tree): New function.
20793         (lang_cleanup_tree): New function.
20794         * c-lang.c: Include "ggc.h".
20795         (lang_init): Call c_parse_init.
20796         * c-lex.c: Include "ggc.h".
20797         (check_linenum): If doing GC, don't copy filenames to permanent
20798         obstack.
20799         * c-parse.in: Include "ggc.h".
20800         (c_parse_init): New function.
20801         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20802         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20803
20804         * except.c (mark_eh_state): Mark more state.
20805         * function.c (mark_function_state): Likewise.
20806         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20807         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20808         * toplev.c (mark_file_stack): New function.
20809         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20810         (main): Add root for input_file_stack.
20811
20812         * i386.c: Include "ggc.h".
20813         (ix86_mark_machine_status): New function.
20814         (override_options): Set mark_machine_status.
20815
20816 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20817
20818         * tree.c (copy_node): Copy node contents also if doing GC.
20819
20820 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20821
20822         * collect2.c (scan_libraries): Fix double-thinko :-).
20823
20824 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20825
20826         * collect2.c (scan_libraries): Fix thinko.
20827
20828         * cse.c (delete_trivially_dead_insns): Do not skip the last
20829         insn if it is a real insn.
20830
20831 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20832
20833         * Makefile.in (ggc-simple.o): Depend on hash.h.
20834         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20835         (ggc_mark_tree_varray): Likewise.
20836         (ggc_mark_tree_hash_table): Likewise.
20837         * ggc-simple.c: Include hash.h.
20838         (ggc_mark_tree_hash_table_ptr): New function.
20839         (ggc_mark_tree_hash_table_entry): Likewise.
20840         (ggc_mark_tree_hash_table): Likewise.
20841         (ggc_add_tree_hash_table_root): Likewise.
20842         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20843         rtx, when defining fields.
20844
20845 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20846
20847         * profile.c (output_func_start_profiler): Remove apparently
20848         nonsensical call to start_sequence.
20849
20850 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20851
20852         * clipper/clipper.c (clipper_va_start): Fix typos.
20853
20854         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20855         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20856         (spur_va_arg): New stub.
20857
20858         * configure.in: Comment out pyramid.
20859
20860 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20861
20862         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20863         don't conflict with the bits that win32, cygwin, and dgux
20864         defines.
20865
20866 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20867                           Bernd Schmidt <bernds@cygnus.co.uk>
20868
20869         * integrate.c (function_cannot_inline_p): Do not inline
20870         functions with forced labels.
20871
20872 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20873                           Bernd Schmidt <bernds@cygnus.co.uk>
20874                           Mark Mitchell  <mark@codesourcery.com>
20875
20876         * Makefile.in (ggc-simple.o): Depend on varray.h.
20877         (rtl.o): Depend on ggc.h.
20878         (genattrtab.o): Depend on ggc.h.
20879         (print-tree.o): Likewise.
20880         (fold-const.o): Likewise.
20881         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20882         (make_insn_raw): Don't cache insns when GC'ing.
20883         (emit_insn_before): Likewise.
20884         (emit_insn_after): Likewise.
20885         (emit_insn): Likewise.
20886         (start_sequence): Use xmalloc to allocate the sequence_stack.
20887         (end_sequence): Add free to free it.
20888         (gen_sequence): Don't cache insns when GC'ing.
20889         (clear_emit_caches): Don't use sequence_element_free_list.
20890         (init_emit): Use xcalloc, not xmalloc+bzero.
20891         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20892         * function.c (pop_function_context_from): Use free to free the
20893         fixup_var_refs_queue.
20894         (put_reg_into_stack): Allocate it with xmalloc.
20895         * genattrtab.c: Include ggc.h.
20896         (operate_exp): Don't use obstack_free when GC'ing.
20897         (simplify_cond): Likewise.
20898         (simplify_text_exp): Likewise.
20899         (optimize_attrs): Likewise.
20900         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20901         GC'ing.
20902         (gencode): Generate a #include for ggc.h.
20903         * ggc-callbacks.c (ggc_p): Define it to zero.
20904         * ggc-none.c (ggc_p): Likewise.
20905         * ggc-simple.c: Include varray.h.
20906         (ggc_mark_tree_varray): New function.
20907         (ggc_add_tree_varray_root): Likewise.
20908         (ggc_mark_tree_varray_ptr): Likewise.
20909         * ggc.h (ggc_p): Declare.
20910         (varray_head_tag): Likewise.
20911         (ggc_add_tree_varray_root): Declare.
20912         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20913         inconsistencies when GC'ing.
20914         * rtl.c: Include ggc.h.
20915         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20916         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20917         (rtx_free): Don't call obstack_free when GC'ing.
20918         * toplev.c (rest_of_compilation): Call ggc_collect after every
20919         pass, if GC'ing.
20920         * tree.c (push_obstacks): Do nothing, if GC'ing.
20921         (pop_obstacks_nochange): Likewise.
20922         (pop_obstacks): Likewise.
20923         (make_node): Use ggc_alloc_tree when GC'ing.
20924         (copy_node): Likewise.
20925         (get_identifier): Use ggc_alloc_string when GC'ing.
20926         (build_string): Likewise.
20927         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20928         (tree_cons): Likewise.
20929         (build1): Likewise.
20930         (type_hash_canon): Don't call obstack_free when GC'ing.
20931
20932 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20933
20934         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20935         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20936
20937 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20938                           Bernd Schmidt <bernds@cygnus.co.uk>
20939                           Mark Mitchell  <mark@codesourcery.com>
20940
20941         * Makefile.in (stor-layout.o): Depend on ggc.h.
20942         (expr.o): Depend on ggc.h.
20943         (profile.o): Depend on ggc.h.
20944         (stor-layout.o): Depend on ggc.h.
20945         * emit-rtl.c (init_emit_once): Add gc roots.
20946         * expr.c: Include ggc.h.
20947         (emit_block_move): Add gc roots.
20948         (clear_storage): Likewise.
20949         * expr.h (init_stor_layout_once): New function.
20950         * profile.c: Include ggc.h.
20951         (init_arc_profiler): profiler_label is a root.
20952         * scan.c (make_sstring_space): Trust xrealloc to function
20953         correctly with first parameter NULL.
20954         * stor-layout.c: Include ggc.h.
20955         (set_sizetype): Add gc root.
20956         (init_stor_layout_once): New function.
20957         * toplev.c (compile_file): Call it.
20958
20959 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20960                           Bernd Schmidt <bernds@cygnus.co.uk>
20961                           Mark Mitchell  <mark@codesourcery.com>
20962
20963         * Makefile.in (tree.o): Depend on ggc.h.
20964         (varasm.o): Likewise.
20965         (function.o): Likewise.
20966         (stmt.o): Likewise.
20967         (except.o): Likewise.
20968         (optabs.o): Likewise.
20969         (emit-rtl.o): Likewise.
20970         * emit-rtl.c: Include ggc.h.
20971         (sequence_element_free_list): Remove, and all references.
20972         (mark_sequence): New functions.
20973         (mark_emit_state): New function.
20974         * except.c: Include ggc.h.
20975         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20976         (mark_tree_label_node): New functions.
20977         (mark_eh_state): New function.
20978         * function.c: Include ggc.h.
20979         (mark_temp_slot, mark_function_chain): New functions.
20980         (mark_function_state): New function.
20981         (init_function_once): New function.
20982         * function.h (init_function_once): New function.
20983         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20984         * ggc.h (label_node): Declare.
20985         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20986         (lang_mark_false_label_stack): New function.
20987         (mark_temp_slot): Remove declaration.
20988         (mark_function_chain): Likewise.
20989         (mark_eh_state): Adjust prototype.
20990         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20991         Likewise.
20992         * optabs.c: Include ggc.h.
20993         (mark_optab): New function.
20994         (init_optabs): Add gc roots.
20995         * stmt.c: Include ggc.h.
20996         (mark_cond_nesting, mark_loop_nesting): New functions.
20997         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20998         (mark_stmt_state): New function.
20999         * toplev.c (compile_file): Call init_function_once.
21000         * tree.c: Include ggc.h.
21001         (type_hash): Move declaration earlier in file.
21002         (TYPE_HASH_SIZE, type_hash_table): Likewise.
21003         (init_obstacks): Add gc roots.
21004         (mark_type_hash): New function.
21005         * varasm.c: Include ggc.h.
21006         (mark_pool_constant): New function.
21007         (mark_varasm_state): New function.
21008
21009 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21010
21011         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
21012
21013 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
21014
21015         * c-decl.c (struct language_function): Renamed from struct c_function.
21016         Delete elt NEXT.
21017         (c_function_chain): Delete.
21018         (push_c_function_context): New arg F.  Don't warn about nested
21019         functions here.  Fill LANGUAGE elt of F.  Delete code to update
21020         c_function_chain.  Don't call push_function_context.
21021         (pop_c_function_context): New arg F.  Restore from there instead of
21022         from c_function_chain.  Don't call pop_function_context.  Clear out
21023         LANGUAGE field of F when done.
21024         * c-lang.c: Include "function.h"
21025         (lang_init): Initialize save_lang_status and restore_lang_status.
21026         * c-parse.in (nested_function, nested_function_notype): Warn about
21027         nested functions.  Call push_function_context/pop_function_context
21028         instead of the _c_ variants.
21029         * c-tree.h (push_c_function_context, pop_c_function_context): Update
21030         prototype.
21031         * Makefile.in (c-lang.o): Update dependencies.
21032
21033         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
21034         regno_pointer_flag, regno_pointer_align.
21035         (gen_reg_rtx): Use xrealloc to enlarge them.
21036         (free_emit_status): New function.
21037         * function.c (mark_machine_status, mark_lang_status): New variables.
21038         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
21039         in some bits from assign_stack_local.  All callers changed to use new
21040         name.
21041         (assign_stack_local): Just call assign_stack_local_1.
21042         (free_after_compilation): New function.
21043         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
21044         (trampoline_address): Likewise.
21045         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
21046         (prepare_function_start): Explicitly clear some more variables.
21047         * function.h (struct function): New elt can_garbage_collect.
21048         (mark_machine_status, mark_lang_status): Declare variables.
21049         (free_after_compilation, free_emit_status, free_varasm_status,
21050         init_varasm_status): Declare functions.
21051         * toplev.c (rest_of_compilation): Call free_after_compilation when
21052         done with the current function.
21053         * varasm.c (free_varasm_status): New function.
21054
21055 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
21056
21057         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
21058         (EXPAND_BUILTIN_VA_ARG): Define.
21059         * sparc.c (sparc_va_start): New.
21060         (sparc_va_arg): New.
21061
21062 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21063
21064         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
21065
21066 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21067
21068         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
21069
21070 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
21071
21072         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
21073         (OBJS): Add $(GGC).
21074         (ggc-callbacks.o): New target.
21075         * ggc-callbacks.c: New file.
21076
21077 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21078
21079         * expr.h: Collapse individual optab and libfunc vars to arrays.
21080         (optab_index, libfunc_index): New enumerations.
21081         (optab_table, libfunc_table): New arrays.
21082         Add accessor macros for both.
21083
21084         * optabs.c (optab_table, libfunc_table): New.
21085         Delete declarations for individual optab and libfunc vars.
21086
21087 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
21088
21089         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
21090
21091 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
21092
21093         * Makefile.in (GGC, GGC_LIB): New.
21094         (HOST_RTL): Include ggc-none.o.
21095         (ggc-simple.o): New target.
21096         (ggc-none.o): Likewise.
21097         * tree.h (tree_common): Add gc_mark.
21098         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
21099         (struct rtvec_def): Add gc_mark.
21100         * emit-rtl.c (global_rtl): Update static initializers to contain
21101         enough initializers.
21102         * ggc.h, ggc-none.c, ggc-simple.c: New files.
21103         * toplev.c (gc_time): New variable.
21104         (all_time): New variable.
21105         (compile_file): Print gc time.
21106         (print_time): Calculate percentage of the whole.
21107
21108 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21109
21110         Change obstack memory management and varasm constant pool handling so
21111         that nested functions are treated like any other functions.
21112         * function.c (init_machine_status): New variable.
21113         (push_function_context_to): Set contains_functions for the outer
21114         function.  Don't call save_varasm_status.
21115         (pop_function_context_from): Don't call restore_varasm_status.  Don't
21116         set current_function_contains_functions.
21117         (prepare_function_start): Call init_varasm_status rather than
21118         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
21119         is non-null.
21120         * function.h (struct function) Add field varasm.  Delete fields
21121         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
21122         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
21123         (init_machine_status): Declare.
21124         (save_varasm_status, restore_varasm_status): Delete declarations.
21125         (save_tree_status, restore_tree_status): Delete last argument.
21126         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
21127         code.  All callers changed.
21128         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
21129         save_constants_in_decl_trees, restore_constants, save_constants,
21130         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
21131         functions.
21132         (inlining): New variable.
21133         (reg_map, label_map, insn_map, orig_asm_operands_vector,
21134         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
21135         variables.
21136         (save_for_inline_nocopy): Don't save constants.
21137         Don't set inl_emit field in current_function.
21138         (expand_inline_function): Use emit field, not inl_emit, of the inlined
21139         function.  Set new variable inlining before
21140         calling copy_rtx_and_substitute.
21141         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
21142         constant pool references if inlining is nonzero.
21143         Delete ADDRESS and (most of the) CONST cases.
21144         (output_inline_function): Save and restore current_function/
21145         current_function_decl.  Delete restore_constants code.  Don't call
21146         init_const_rtx_hash_table.
21147         * output.h (init_const_rtx_hash_table): Don't declare.
21148         * rtl.h (struct function): Declare.
21149         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
21150         * toplev.c (rest_of_compilation): Don't treat nested functions or
21151         functions containing them specially.  Delete all code to deal with
21152         save_for_inline_copying.
21153         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
21154         inline_obstacks): Delete variables.
21155         (save_tree_status): Lose arg CONTEXT.  All callers changed.
21156         Simply allocate a new function_maybepermanent_obstack for the new
21157         function, delete all the special cases.
21158         Don't save inline_obstacks.
21159         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
21160         Delete special handling for function_maybepermanent_obstack; simply
21161         free it if empty.
21162         Don't restore inline_obstacks.
21163         (permanent_allocation):  Delete code that frees inline_obstacks.
21164         (print_inline_obstack_statistics): Delete function.
21165         (dump_tree_statistics): Don't call it.
21166         * varasm.c (struct varasm_status): New.
21167         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
21168         last_pool, pool_offset, const_double_chain): Delete global
21169         variables, replace with accessor macros.
21170         (immed_double_const): Don't walk const_double_chain outside a
21171         function, but don't treat nested functions specially anymore.
21172         (immed_real_const_1): Likewise.
21173         (clear_const_double_mem): Don't treat nested functions specially.
21174         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
21175         (save_varasm_status, restore_varasm_status): Delete functions.
21176         (init_varasm_status): New function.
21177         (force_const_mem): Don't treat nested functions specially.
21178         (find_pool_constant): Accept new arg F, search for constants in
21179         that function's pool rather than the current one.  All callers
21180         changed.
21181         (get_pool_constant_for_function, get_pool_mode_for_function): New
21182         functions.
21183
21184         * i386.c (init_386_machine_status): New function, mostly from
21185         clear_386_stack_locals.
21186         (struct machine_functions): Rename element names to avoid name
21187         clashes.
21188         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
21189         macros, replacing global variables.
21190         (clear_386_stack_locals, save_386_machine_status,
21191         restore_386_machine_status): Delete functions.
21192         (override_options): Initialize init_machine_status.
21193         * i386.h (INIT_EXPANDERS): Delete macro.
21194         (save_386_machine_status, restore_386_machine_status,
21195         clear_386_stack_locals): Delete declarations.
21196
21197 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21198
21199         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
21200         (doloop_begin):  Simplify pattern and use emit_jump_insn.
21201         (doloop_end): Simplify pattern, switch operand order,
21202         and use emit_jump_insn.
21203
21204 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
21205
21206         * function.h (struct function): Add new element LANGUAGE.
21207         (save_lang_status): Declare new variable.
21208         (restore_lang_status): Likewise.
21209         * function.c (save_lang_status): Define.
21210         (restore_lang_status): Likewise.
21211         (push_function_context_to): Call language-specific save function.
21212         (pop_function_context_from): Call language-specific restore function.
21213
21214 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
21215
21216         * i386.md (movsf_1): Check REG_P before use of REGNO.
21217         (movdf_1): Likewise.
21218         (movxf_1): Likewise.
21219         (extendsfdf2): Likewise.
21220         (extendsfxf2): Likewise.
21221         (extenddfxf2): Likewise.
21222
21223 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21224
21225         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
21226         constants into memory.
21227         (c4x_shiftable_constant): New function.
21228         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
21229         (c4x_shiftable_constant): Declare.
21230         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
21231         ashlqi3_noclobber): Add new patterns and associated splitters.
21232
21233 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
21234
21235         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
21236         * dwarf2out.c (dwarf2out_frame_init): Likewise.
21237         * final.c (shorten_branches): Likewise.
21238         * global.c (global_alloc): Likewise.
21239         * haifa-sched.c (build_control_flow): Likewise.
21240         * stmt.c (check_for_full_enumeration_handling): Likewise.
21241         (estimate_case_costs): Likewise.
21242
21243 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
21244
21245         * rtl.h (RTL_CHECKC2): Fix typo in last change.
21246
21247 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
21248
21249         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
21250         (recompute_reg_usage): Likewise.
21251         * rtlanal.c (find_regno_fusage): Likewise.
21252
21253         * rtl.c (rtl_check_failed_code1): New function.
21254         (rtl_check_failed_code2): New.
21255         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
21256         (RTL_CHECKC1, RTL_CHECKC2): New.
21257         (XC*): New accessor macros.
21258         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
21259         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
21260         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
21261         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
21262         (TRAP_*, RANGE_INFO_*): Likewise.
21263
21264 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21265
21266         * Makefile.in (tlink.o): Don't depend on toplev.h.
21267
21268         * collect2.c (c_file, o_file, export_file, import_file, ldout,
21269         output_file, nm_file_name, ldd_file_name, strip_file_name,
21270         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
21271         add_prefix, prefix_from_env, prefix_from_string, do_wait,
21272         fork_execute, maybe_unlink, add_to_list,
21273         extract_init_priority, write_list, dump_list,
21274         dump_prefix_list, write_list_with_asm, write_c_file,
21275         write_c_file_stat, write_c_file_glob, scan_prog_file,
21276         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
21277         ignore_library, extract_string, notice, dump_file, target_machine,
21278         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
21279         read_file, print_load_command): Constify a char*.
21280         (fdopen, error, fatal, fatal_perror): Don't prototype.
21281         (my_strerror): Remove.  All callers use xstrerror instead.
21282         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
21283         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
21284         to xcalloc/strcpy/strcat/...  to one call to concat.
21285         (main, scan_prog_file, scan_libraries): Use an intermediate
21286         `const char **' to build an argv array.
21287         (mapfile, libselect, libcompare, locatelib): Add prototypes.
21288
21289         * collect2.h (collect_execute, collect_wait, dump_file,
21290         file_exists): Constify a char*.
21291         (ldout, c_file_name, temporary_obstack, permanent_obstack,
21292         temporary_firstobj, vflag, debug): Add extern declarations.
21293         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
21294
21295         * tlink.c: Don't include toplev.h.
21296         (vflag, debug, ldout, c_file_name, temporary_obstack,
21297         permanent_obstack, temporary_firstobj): Don't declare.
21298         (tlink_execute, frob_extension, symbol_hash_lookup,
21299         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
21300         recompile_files, read_repo_files, demangle_new_symbols,
21301         scan_linker_output): Constify a char*.
21302         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
21303         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
21304
21305 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
21306
21307         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
21308         (relative) rather than jsr (absolute) subroutine call insns.
21309         * config/m68k/m68k-coff.h: Ditto.
21310
21311 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
21312
21313         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
21314         now rework these too.
21315         (arm_reorg): If an insn can't reach the end of the current pool,
21316         ensure that we emit that pool before the insn.
21317
21318 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
21319
21320         * tlink.c (scan_linker_output): Skip the initial underscore in
21321         a mangled name if appropriate.
21322
21323 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21324
21325         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
21326         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
21327         error_with_ivar, gen_declarator, create_builtin_decl,
21328         my_build_string, generate_descriptor_table, generate_ivars_list,
21329         generate_dispatch_table, check_protocols, TAG_GETCLASS,
21330         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
21331         dump_base_name, lang_decode_option, build_encode_expr,
21332         start_class, finish_class, encode_pointer, really_start_method,
21333         gen_declaration, dump_interface, handle_class_ref, handle_impent):
21334         Constify.
21335         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
21336         Add static prototypes.
21337         (build_objc_string_decl, build_selector_reference_decl,
21338         encode_bitfield, build_class_reference_decl): Remove unused
21339         parameter, all callers changed.
21340         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
21341         (objc_printable_name): Likewise.  Change second parameter to type int.
21342         (init_objc): Use memcpy, not bcopy, to avoid casts.
21343
21344 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
21345
21346         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
21347         reg notes on a deleted insn.
21348         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
21349
21350 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
21351
21352         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
21353
21354 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21355
21356         * stmt.c (expand_asm_operands): Fix index into inout_mode when
21357         reading it.
21358
21359 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
21360
21361         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
21362         * tm.texi (MD_ASM_CLOBBERS): Document it.
21363
21364 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
21365
21366         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
21367         * except.c (expand_rethrow): Remove unused variable.
21368         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
21369         * flow.c (replace_insns): Likewise.
21370         (create_edge_list, verify_edge_list): Likewise.
21371         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
21372
21373         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
21374         is special code to run.
21375         (main): Don't define operands to emit_operand.
21376         * genrecog.c (main): Don't emit an empty peephole2_insn function.
21377
21378         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
21379
21380         * alpha/alpha.h (normal_memory_operand): Declare.
21381         (reg_no_subreg_operand): Declare.
21382         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
21383
21384 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
21385
21386         * c-parse.in (compstmt_primary_start): New, broken out of first
21387         part of compstmt handling in primary.
21388         (primary): Use it.  Add an error clause.
21389         (compstmt_nostart): Renamed from compstmt; remove all
21390         initial invocations of compstmt_start.
21391         (compstmt): New.
21392
21393 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
21394
21395         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
21396         needed.
21397
21398 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
21399
21400         * combine.c (simplify_shift_const): Remove extra semicolon.
21401         * dwarf2out.c (remove_AT): Likewise.
21402         * expmed.c (expand_mult): Likewise.
21403         * gcov.c (create_program_flow_graph): Likewise.
21404         * reorg.c (mostly_true_jump): Likewise.
21405
21406 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
21407
21408         * fold-const.c (fold_range_test): Do not try to fold the range
21409         test if the rhs or lhs has side effects.
21410
21411         * combine.c (simplify_rtx): Recognize another case of a synthesized
21412         sign extension.
21413
21414         * varasm.c (mark_constant_pool): When marking indirect references,
21415         only look at SYMBOL_REFs.
21416
21417         * except.c (expand_fixup_region_end): Do not peek at
21418         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
21419
21420 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
21421
21422         * flags.h: New variables align_loops, align_loops_log,
21423         align_jumps, align_jumps_log, align_labels, align_labels_log,
21424         align_functions, align_functions_log.
21425         * toplev.c: Define them.
21426         (f_options): Handle -falign-* when they have no argument.
21427         (main): Add logic to set variables for -falign-functions,
21428         -falign-jumps, -falign-labels, -falign-loops.
21429         Make it -fsched-verbose=<n> and -finline-limit=<n>.
21430         (display_help): Change help to match options.
21431         * final.c (LABEL_ALIGN): Default to align_labels_log.
21432         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
21433         (LOOP_ALIGN): Default to align_loops_log.
21434         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
21435         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
21436         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
21437         * varasm.c (assemble_start_function): Handle align_functions.
21438
21439         * config/sparc/sparc.h: Don't declare sparc_align_*.
21440         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
21441         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
21442         sparc.c.
21443         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
21444         it's a promise.
21445         * config/sparc/sparc.c: Delete sparc_align_loops,
21446         sparc_align_jumps, sparc_align_funcs and the corresponding string
21447         variables.
21448         (sparc_override_options): Default align_functions on ultrasparc.
21449         Delete -malign-* handling.
21450
21451         * config/mips/mips.c (override_options):  On 64-bit targets,
21452         try to align code to 64-bit boundaries.
21453         (print_operand): New substitution, %~,
21454         which aligns labels to align_labels_log.
21455         * config/mips/mips.md (div_trap_normal): Use %~.
21456         (div_trap_mips16): Likewise.
21457         (abssi): Likewise.
21458         (absdi2): Likewise.
21459         (ffssi2): Likewise.
21460         (ffsdi2): Likewise.
21461         (ashldi3_internal): Likewise.
21462         (ashrdi3_internal): Likewise.
21463         (lshrdi3_internal): Likewise.
21464         (casesi_internal): Likewise.
21465
21466 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
21467
21468         Merge new ia32 backend from the branch!
21469
21470         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
21471         See ChangeLog.P2 on new_ia32_branch for details.
21472
21473         * rtl.h (stack_regs_mentioned_p): Delete prototype.
21474         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
21475         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21476         * i386/gas.h (ASM_FILE_START): Define.
21477         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
21478         for name change of ix86_valid_decl_attribute_p.
21479         (i386_pe_valid_type_attribute_p): Similarly.
21480
21481 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
21482
21483         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
21484         to step through CC modes.
21485
21486 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21487
21488         * regmove.c (fixup_match_1): Don't move INSN in front of P if
21489         it would end up in the shadow of a live flags regsiter.
21490
21491 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21492
21493         * reload1.c: Fix many indentation problems.
21494         * reload.c: Likewise.
21495
21496 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
21497
21498         * alias.c (non_local_reference_p): Constify fmt.
21499
21500 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
21501
21502         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
21503
21504 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
21505
21506         * cse.c (delete_trivially_dead_insns): Do not delete stores to
21507         the internal_arg_pointer.
21508
21509 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
21510
21511         Merge peephole2 from new_ia32_branch:
21512         * Makefile.in (STAGESTUFF): Add *.peephole2.
21513         (mostlyclean): Likewise.
21514         (recog.o): Depend on resource.h.
21515
21516         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21517         (final_scan_insn): Likewise for the invocation of peephole.
21518         * genconfig.c (main): Look for peephole and peephole2 patterns.
21519         Emit HAVE_peephole* accordingly.
21520         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21521         * flags.h (flag_peephole2): Declare.
21522         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21523
21524         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21525         * gencodes.c (main): Likewise.
21526         * genextract.c (main): Likewise.
21527         * genoutput.c (main): Likewise.
21528         * genemit.c (max_operand_1): Look for the max scratch operand.
21529         (gen_rtx_scratch): New.
21530         (gen_exp): Use it, and pass on new arg subroutine_type.
21531         (gen_expand): Take max scratch into account.
21532         (gen_split): Emit peephole2 functions.
21533         (output_peephole2_scratch): New.
21534         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21535         * genrecog.c (routine_type): Add PEEPHOLE2.
21536         (IS_SPLIT): New.
21537         (make_insn_sequence): Match outer parallel for peep2.  Discard
21538         top level scratches and dups.
21539         (add_to_sequence): New args insn_type and top.  Update all callers.
21540         Handle toplevel peep2 matching insns.
21541         (write_subroutine): Handle peep2.
21542         (write_tree_1): Likewise.
21543         (write_tree): Likewise.
21544         (main): Likewise.
21545         (change_state): New arg afterward.  Update all callers.
21546         Handle matching separate insns.
21547         * recog.c (recog_next_insn): New.
21548         (peephole2_optimize): New.
21549         * rtl.def (DEFINE_PEEPHOLE2): New.
21550         * resource.c (find_free_register): New argument last_insn.  Use it
21551         to find a register available through the entire span.
21552         * resource.h (find_free_register): Update prototype.
21553
21554 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21555
21556         * i386.c (output_strlen_unroll): Don't write xops[7]
21557         label if it wasn't set.
21558
21559 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21560
21561         * cpplib.c (struct directive): Const-ify name pointer and
21562         function pointer prototype.
21563         (validate_else, do_define, do_line, do_include, do_undef,
21564         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21565         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21566         do_warning): Const-ify second arg.
21567         (directive_table): Mark const.  Reorder entries by frequency
21568         of usage, record statistics.
21569
21570 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21571
21572         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21573         bounds- check RTL accesses if --enable-checking.
21574         (RTVEC_ELT): Bounds check if --enable-checking.
21575         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21576         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21577         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21578         GET_NUM_ELEM.
21579         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21580         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21581
21582         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21583         (NOTE_SOURCE_FILE): Use X0STR.
21584         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21585         MEM_ALIAS_SET): Use X0INT.
21586         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21587         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21588         Use X0EXP.
21589         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21590         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21591         (rtl_check_failed_bounds, rtl_check_failed_type1,
21592         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21593         functions.
21594         (fancy_abort): Fix comment.
21595
21596         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21597         (cse_insn): Decrement LABEL_NUSES for jump target before
21598         deleting jump insn.
21599         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21600         * final.c (alter_subreg): Compute regno before changing x to
21601         REG; set REGNO(x) after changing it.
21602         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21603         notes containing CONST_INTs.
21604         (delete_eh_regions): Use NOTE_EH_HANDLER.
21605         * function.c (put_reg_into_stack): Make reg a MEM before
21606         initializing it.
21607         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21608         delete insn.
21609         (gen_mem_addressof): Make reg a MEM before initializing it.
21610         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21611         X0WINT.
21612         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21613         deleting an insn, not after.
21614         (block_alloc): Only look at PATTERN(insn) if we have to, and
21615         only if it's format class 'i'.
21616         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21617         CONST_INT before using its INTVAL.
21618         * print-rtl.c (print_rtx): Use X0STR.
21619         * regmove.c (fixup_match_1): Don't look at PATTERN of
21620         non-class-'i' insn chain elements.
21621         * reload.c (loc_mentioned_in_p): Take address of
21622         in->fld[1].rtx directly.
21623         * reload1.c (reload): Change reg to a MEM before initializing
21624         it.
21625         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21626         have no names.
21627         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21628
21629 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21630
21631         * config/mips/mips.c (machine_dependent_reorg): Force a
21632         barrier to output the local constant pool if a barrier hasn't
21633         been found at a natural point in the instruction stream.
21634
21635 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21636
21637         * c-parse.in (language_string): Constify.
21638
21639         * dwarf2out.c (language_string): Remove declaration.
21640
21641         * dwarfout.c (language_string): Likewise.
21642
21643         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21644
21645         * tree.h (language_string, init_parse, finish_parse): Declare.
21646
21647         * i386/sun386.h (language_string): Remove declaration.
21648
21649         * mips.h (language_string): Likewise.
21650
21651         * nextstep.h (language_string): Likewise.
21652
21653         * nextstep21.h (language_string): Likewise.
21654
21655         * rs6000.c (language_string): Likewise.
21656
21657 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21658
21659         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21660         (getpwd.o): Remove target.
21661
21662         * getpwd.c: Delete file.  Its in libiberty now.
21663
21664         * dbxout.c (getpwd): Don't prototype.
21665         * dwarf2out.c (getpwd): Likewise
21666         * dwarfout.c (getpwd): Likewise
21667         * final.c (getpwd): Likewise.
21668         * protoize.c (getpwd): Likewise.
21669
21670 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21671
21672         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21673
21674 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21675
21676         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21677         mark_set_resources.
21678
21679 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21680
21681         * fixinc/Makefile.in (subdir): New.
21682         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21683         (Makefile): New.
21684
21685 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21686
21687         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21688         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21689         be shared.
21690
21691         * invoke.texi: Fix typo.
21692
21693         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21694         changed.  Handle autoincrement addressing modes.
21695
21696         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21697         just like we would the virtual incoming args register when
21698         integrating.
21699
21700 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21701
21702         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21703         path, in .file directive.
21704
21705 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21706
21707         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21708         SunOS.
21709
21710 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21711
21712         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21713         alias.
21714
21715 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21716
21717         * tree.c (tree_code_name): Constify a char*.
21718
21719         * tree.h (tree_code_name, decl_printable_name): Likewise.
21720
21721         * function.h (struct function): Likewise.
21722
21723         * toplev.c (decl_name, decl_printable_name): Likewise.
21724
21725         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21726
21727         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21728         (init_objc): Remove function pointer cast.
21729
21730 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21731
21732         * pa.md (interspace_jump): New pattern.
21733         (builtin_longjmp): New expander.
21734
21735 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21736
21737         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21738         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21739         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21740
21741 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21742
21743         * jump.c (delete_prior_computation): Also check calls
21744         to constant functions.  Don't bother checking for a
21745         REG_UNUSED note before adding it.
21746         (delete_computation): Handle multi-word hard registers
21747         when synthesizing missing REG_DEAD notes for a register
21748         which is both set and used by an insn.
21749
21750 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21751
21752         * loop.c (this_loop_info): New variable.
21753         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21754         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21755         All uses updated.
21756         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21757         updated.
21758         (scan_loop): New variable loop_info, initialise to address of
21759         this_loop_info.
21760         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21761         Delete variable loop_has_multiple_exit targets and replace with
21762         field in this_loop_info.
21763         (find_and_verify_loops): Rename this_loop to this_loop_num.
21764         (strength_reduce): Delete loop_iteration_info.  Replace variable
21765         loop_info with function argument of same name.
21766         (insert_bct): Rework test for loop being completely unrolled.
21767
21768         * loop.h (struct loop_info): New fields num, loops_enclosed,
21769         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21770         has_indirect_jump, and cont.  Redefine use of unroll_number.
21771         (loop_unroll_number): Delete.
21772
21773         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21774         field of loop_info.
21775         (loop_iterations): Delete variable vtop and instead use
21776         loop_info->vtop computed in prescan_loop.
21777
21778 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21779
21780         * fix-header.c (main): Do not pass a null pointer to strcmp.
21781
21782 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21783
21784         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21785         filenames.
21786         * configure: Rebuilt.
21787
21788 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21789
21790         * jump.c (jump_optimize_1): Do not delete assignments to
21791         internal_arg_pointer.
21792         * cse.c (delete_trivially_dead_insns): Always consider a set of
21793         the internal_arg_pointer live.
21794
21795 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21796
21797         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21798         (update_life_info) [REG_WAS_0]: Search the original insns rather
21799         than the new insns for the note.  Fix typos finding note_dest.
21800         If no dest found, discard the note rather than abort.
21801         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21802         (replace_insns): Remove the old insn list after update_life_info
21803         not before.
21804
21805 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21806
21807         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21808         sched_analyze_insn.
21809         (sched_analyze_1): Let add_dependence care for not adding dups.
21810         (sched_analyze_2): Likewise.
21811         (add_branch_dependences): Likewise.
21812
21813 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21814
21815         * i386/winnt.c (export_list): New type.
21816         (exports_head): Rename to
21817         (export_head):  this.
21818         (i386_pe_record_exported_symbol): Add is_data flag.
21819         (i386_pe_asm_file_end): Emit directive for exported variables.
21820         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21821         prototype.
21822         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21823         (ASM_DECLARE_OBJECT_NAME): Likewise.
21824         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21825         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21826
21827 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21828
21829         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21830
21831         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21832         operand.
21833
21834 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21835
21836         * config/openbsd.h: Define SET_ASM_OP.
21837         * tm.texi: cross-reference SET_ASM_OP in the index.
21838
21839 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21840
21841         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21842         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21843         and class_narrowest_mode at compile time.  Kill init_rtl.
21844         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21845         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21846         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21847         EXTRA_CC_NAMES.
21848         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21849         format.
21850         * rtl.h: Declare rtx_length and rtx_format as const.
21851         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21852         EXTRA_CC_MODES is defined, expand it here.
21853         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21854         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21855         const.  Kill all references to EXTRA_CC_MODES.
21856
21857         * toplev.c: Don't prototype or call init_rtl.
21858         * optabs.c: Don't call init_mov_optab.
21859         * genemit.c: Don't generate init_mov_optab.  Don't call
21860         init_rtl.
21861         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21862         here.
21863         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21864         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21865         genrecog.c: Don't call init_rtl.
21866
21867         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21868         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21869         definition of EXTRA_CC_MODES.
21870
21871         * md.texi: Kill ref to EXTRA_CC_NAMES.
21872         * tm.texi: Document new way to define EXTRA_CC_MODES.
21873
21874         * genrecog.c: Do not look up the name of a define_split.
21875         (Unrelated bugfix.)
21876
21877 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21878
21879         * config/v850/v850.md: Fix typo introduced by previous delta.
21880
21881 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21882
21883         * gcc.c (fatal): Make definition static to match prototype.
21884
21885 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21886
21887         * combine.c (get_last_value): Don't look for earlier sets if the last
21888         known set is somewhere in between the insns being combined.
21889
21890 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21891
21892         * configure.in: Don't use shell ! to negate exit codes
21893         * configure: Regenerate
21894
21895 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21896
21897         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21898         the fact that ALIGN is measured in bits, not bytes.
21899
21900 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21901
21902         * errors.c: New file; defines functions error, warning, and
21903         fatal, variables have_error and progname.
21904         * errors.h: New file; prototypes and decls for stuff in errors.c.
21905
21906         * Makefile: Add rules to build errors.o and
21907         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21908         genopinit, genrecog, genextract, genpeep, genattr, and
21909         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21910         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21911         genpeep.o, genattr.o, and genoutput.o.
21912
21913         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21914         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21915         define or prototype fatal.  Set progname at beginning of main.
21916         * genoutput.c:  Likewise, and don't define or prototype error
21917         either.
21918
21919         * c-typeck.c (c_expand_start_case): Return immediately if exp
21920         is an ERROR_MARK.
21921         * fold-const.c (operand_equal_p): Return immediately if arg1
21922         or arg0 are ERROR_MARKs.
21923         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21924         fields of type ERROR_MARK when calculating if the record can
21925         go in a register.
21926
21927 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21928         with much help from Jeffrey A Law and Richard Henderson
21929
21930         * i386.md: In the 6 insns which call output_fix_trunc,
21931         earlyclobber operands[0].
21932
21933 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21934
21935         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21936         creating new registers.
21937
21938 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21939
21940         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21941         i386_reg_alloc_order, i386_regparm_string,
21942         i386_align_loops_string, i386_align_jumps_string,
21943         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21944         and i386_branch_cost_string as type "const char *".
21945         * i386.c: Define all above strings as type "const char *".
21946
21947 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21948
21949         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21950         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21951
21952 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21953
21954         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21955         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21956
21957 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21958
21959         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21960         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21961         (dwarf2out_line, dwarf2out_finish): Likewise.
21962         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21963
21964 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21965
21966         * tree.c (lang_unsave_expr_now) : Correct return type.
21967         * tree.h (lang_unsave_expr_now) : Same.
21968
21969 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21970
21971         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21972         instead of duplicating code.
21973
21974 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21975
21976         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21977
21978 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21979
21980         * tree.h: fancy_abort always takes three args.
21981         * resource.c: Move include of system.h before toplev.h.
21982
21983 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21984
21985         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21986         as SYMBOL_REFs.
21987
21988 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21989
21990         * system.h: Don't redefine abort or trim_filename.
21991         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21992         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21993         whether or not __FUNCTION__ is available.
21994         * tree.h: Duplicate rtl.h's definition of abort, for files
21995         that don't include rtl.h.  Delete all code to perform type
21996         checking with a compiler other than GCC.
21997         * varray.h: Delete all code to perform type checking with a
21998         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21999         its arguments exactly once, using a statement expression.
22000         Adjust the VARRAY_<type> accessor macros to match.
22001         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
22002         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
22003         caller's location.  Define fatal_insn and fatal_insn_not_found
22004         as macros that use _fatal_insn and _fatal_insn_not_found.
22005         (fancy_abort, trim_filename): Kill prototypes.
22006
22007         * rtl.c (trim_filename): Move here from toplev.c.
22008         (fancy_abort): New function.
22009         (DIR_SEPARATOR): Provide default definition.
22010         * tree.c (tree_check_failed, tree_class_check_failed): Go
22011         through fancy_abort.
22012         (tree_check, tree_class_check, cst_or_constructor_check,
22013         expr_check): Delete.
22014         * varray.c (varray_check_failed): New function.
22015         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
22016         _fatal_insn and _fatal_insn_not_found.  Go through
22017         fancy_abort.
22018         (trim_filename, fancy_abort): Delete.
22019
22020         * builtins.c (expand_builtin_args_info): Report ICE with abort.
22021         * except.c (start_catch_handler): Report ICE with error/abort
22022         combo.
22023         * final.c (output_operand_lossage): Likewise.
22024         * flow.c (verify_flow_info): Likewise.
22025
22026         * gcc.c: Prototype fatal.
22027         * gengenrtl.c: Undef abort after including rtl.h not system.h.
22028         * genattr.c, genattrtab.c, genemit.c, genextract.c,
22029         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
22030         Don't define fancy_abort.
22031
22032 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
22033
22034         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
22035         canonization.
22036
22037 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
22038
22039         * m88k.h (VERSION_INFO2): Kill.
22040         (VERSION_STRING): Kill.
22041         (TM_RCS_ID): Kill.
22042         (VERSION_INFO1): Tidy.
22043         (TARGET_VERSION): Update.
22044         * m88k/dgux.h (VERSION_INFO2): Kill.
22045         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
22046         * m88k/luna.h (VERSION_INFO1): Tidy.
22047         * m88k/sysv4.h (VERSION_INFO1): Likewise.
22048         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
22049         (output_file_start): Adjust for death of VERSION_STRING.
22050
22051 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
22052
22053         * cpplib.c (detect_if_not_defined): New function.
22054         (do_if): Use it to detect potential once-only headers.
22055
22056 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
22057
22058         * c-common.c (combine_strings): Always set TREE_CONSTANT.
22059
22060 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22061
22062         * combine.c (nonzero_bits) : Allow single-ly set registers to be
22063         anywere in the function only if they are pseudos and set before
22064         being used (not live at the start of the function).
22065         (num_sign_bit_copies) : Same.
22066         (get_last_value_validate) : Same.
22067         (get_last_value) : Same.
22068
22069 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
22070
22071         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
22072         where N and M are constant and N is an integer multiple of M.
22073
22074 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22075
22076         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
22077         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
22078         sbitmap_union_of_preds): Add prototypes.
22079         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
22080         the intersection of successors with the new flow graph structures.
22081         (sbitmap_intersection_of_preds): New function to compute the
22082         intersection of predecessors with the new flow graph structures.
22083         (sbitmap_union_of_succs): New function to compute the union of
22084         successors with the new flow graph structures.
22085         (sbitmap_union_of_preds): New function to compute the union of
22086         predecessors with the new flow graph structures.
22087         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
22088         (expr_reaches_here_p): Use edge and basic_block structures instead
22089         of s_preds and s_succs.
22090         (compute_cprop_avinout): Use new sbitmap routines.
22091         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
22092         of s_preds and s_succs.
22093         * flow.c (compute_flow_dominators): Compute dominators using
22094         edges and basic blocks instead of s_preds and s_succs.
22095
22096 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22097
22098         * lists.c (unused_insn_list, unused_expr_list): New file for
22099         maintaining various types of lists. New statics for maintaining a
22100         cache of available INSN_LIST and EXPR_LIST nodes.
22101         (free_list): Static function for freeing a list of INSN/EXPR nodes.
22102         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
22103         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
22104         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
22105         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
22106         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
22107         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
22108         (free_INSN_LIST_node): Free an individual INSN_LIST node.
22109         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
22110         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
22111         (remove_dependence, free_pending_lists): Use new global routines.
22112         (flush_pending_lists, sched_analyze_insn): Use new global routines.
22113         (sched_analyze, compute_block_backward_dependences): Use new routines.
22114         (sched_analyze_1, sched_analyze_2): Use new routines.
22115         (schedule_insns): Use new global routines.
22116         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
22117         prototypes.
22118         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
22119         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
22120         prototypes.
22121         * toplev.c (rest_of_compilation): Initialize node cache.
22122         * Makefile.in (OBJS): Add lists.o to list of object files.
22123         (lists.o): Add dependancies.
22124
22125 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
22126
22127         * config/v850/v850.md: Fix compile time warning messages.
22128         * config/v850/v850.c: Fix compile time warning messages.
22129         * config/v850/v850.h: Fix compile time warning messages.
22130
22131 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22132
22133         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
22134         Remove unused prototype for `init_lengths'.
22135
22136 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22137
22138         * calls.c (emit_call_1): Mark parameter `stack_size' with
22139         ATTRIBUTE_UNUSED.
22140         (expand_call): Initialize variable `insn'.
22141         (emit_library_call): Likewise for variable `high_to_save'.
22142         (emit_library_call_value): Likewise.
22143         (store_one_arg): Likewise for variables `lower_bound' and
22144         `upper_bound'.
22145
22146         * combine.c (try_combine): Likewise for variables `i2_code_number'
22147         and `other_code_number'.
22148         (find_split_point): Likewise for variables `pos', `unsignedp' and
22149         `inner'.
22150         (simplify_if_then_else): Likewise for variables `op' and `c1'.
22151         (simplify_and_const_int): Remove unused variable `width'.
22152         (merge_outer_ops): Likewise.
22153
22154         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
22155         HOST_WIDE_INT' when comparing against one.
22156         (simplify_relational_operation): Likewise.
22157         (cse_insn): Initialize variables `src_eqv_volatile',
22158         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
22159
22160         * final.c (init_final): Constify parameter `filename'.
22161         (final_start_function): Mark parameter `optimize' with
22162         ATTRIBUTE_UNUSED.
22163         (profile_function): Likewise for parameters `first' and `optimize'.
22164         (output_source_line): Likewise for parameter `file'.
22165
22166         * integrate.c (subst_constants): Cast a value to `size_t' when
22167         comparing against one.
22168         (mark_stores): Initialize variable `mode'.  Cast a value to
22169         `size_t' when comparing against one.
22170
22171         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
22172
22173         * loop.c (move_movables): Initialize variable `first'.
22174         (strength_reduce): Likewise for variable `increment'.
22175         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
22176         value to `size_t' when comparing against one.
22177         (load_mems): Initialize variable `end_label'.
22178
22179         * output.h (init_final): Constify parameter.
22180
22181         * reload.c (decompose): Initialize variable `base'.
22182
22183         * reload1.c (reload): Likewise for variable `is_scalar'.
22184         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
22185         (choose_reload_regs): Initialize variable `mode'.
22186         (emit_reload_insns): Likewise for variable `store_insn'.
22187         (reload_cse_noop_set_p): Mark parameter `insn' with
22188         ATTRIBUTE_UNUSED.
22189         (reload_combine): Initialize variable `set'.
22190
22191         * unroll.c (unroll_loop): Likewise for variable `local_label'.
22192         (copy_loop_body): Cast a value to `size_t' when comparing against
22193         one.
22194
22195         * varasm.c (assemble_variable): Initialize variable `size_tree'.
22196         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
22197         (remove_from_pending_weak_list): Mark parameter `name' with
22198         ATTRIBUTE_UNUSED.
22199
22200 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22201
22202         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
22203         gcse dump file.
22204
22205 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
22206
22207         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
22208         (ASM_DECLARE_FUNCTION_NAME): Define.
22209         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
22210         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
22211         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
22212         not already defined.
22213
22214 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22215
22216         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
22217         of n_popped when call/call_value are not defined.
22218
22219 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
22220
22221         * tm.texi: GNU CC -> GCC conversion.
22222         (CC1_SPEC): Indicate it is used for all language front ends.
22223
22224 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
22225
22226         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
22227         NOTE_INSN_EH_REGION_END correctly.
22228
22229 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
22230                           Jeff Law <law@cygnus.com>
22231
22232         * loop.c (strength_reduce): Automatically unroll loops if the
22233         unrolled loop size is smaller than the rolled loop size.
22234
22235         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
22236         and delete comment that code should be rewritten.
22237
22238 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
22239
22240         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
22241         as reachable.
22242
22243         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
22244
22245 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22246
22247         * fixinc/mkfixinc.sh: Don't fix uwin headers.
22248         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
22249         (LINK_SPEC): Add -u _main when building executables.
22250         (ASM_DECLARE_FUNCTION): Update from Cygwin.
22251         (ASM_FILE_END): Use the default for ix86-pe.
22252         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
22253
22254 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
22255
22256         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
22257         and ASM_CLOSE_PAREN are empty strings.
22258
22259 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
22260                           Geoffrey Keating <geoffk@cygnus.com>
22261
22262         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
22263         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
22264         (unprotoize.o): Ditto.
22265         (test-protoize-simple): Don't define STD_PROTO_DIR.
22266         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
22267         changes to make 'test-protoize-simple' pass.
22268         (STD_PROTO_DIR): Remove define.
22269         (STANDARD_EXEC_PREFIX): Supply default define.
22270         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
22271         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
22272         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
22273         (GET_ENV_PATH_LIST): New macro.
22274         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
22275         (do_processing): Initialize default_syscalls_dir using new
22276         macros.  Use it to initialize syscalls_absolute_filename.
22277
22278 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
22279
22280         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
22281         B into a register before emit_conditional_move.
22282
22283 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
22284
22285         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
22286         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
22287         multiplicand out of (+ (* a b) (* c d)).
22288
22289 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
22290                           Richard Henderson  <rth@cygnus.com>
22291
22292         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
22293         (new_insn_dead_notes): Likewise.
22294         (update_n_sets): Likewise.
22295         (update_flow_info): Move to flow.c, renamed to update_life_info;
22296         extend to handle multiple source insns.
22297         * flow.c: Include resource.h
22298         (unlink_insn_chain): New.
22299         (split_hard_reg_notes): New.
22300         (maybe_add_dead_note): New.
22301         (maybe_add_dead_note_use): New.
22302         (find_insn_with_note): New.
22303         (new_insn_dead_notes): New.
22304         (update_n_sets): New.
22305         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
22306         (maybe_remove_dead_notes): New.
22307         (update_life_info): New.
22308         (prepend_reg_notes): New.
22309         (replace_insns): New.
22310         * output.h (update_life_info): Declare.
22311         * recog.c (split_block_insns): Use update_life_info.
22312         * resource.c (find_free_register): Use reg_alloc_order, don't use
22313         fixed regs, make sure the mode is supported, don't use new regs.
22314         (reg_dead_p): New.
22315         * rtl.h (replace_insns): Declare.
22316
22317 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
22318
22319         * expr.c (expand_expr): Cope with COND_EXPRs with one
22320         non-returning branch.
22321
22322 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
22323
22324         * expr.c (store_expr): Always pass down the target, even when not
22325         doing CSE.
22326
22327 1999-08-24  Nick Clifton  <nickc@cygnus.com>
22328
22329         * configure.in: Define target_cpu_default for v850 targets.
22330         * configure: Regenerate
22331
22332         * config/v850/v850.h (TARGET_CPU_generic): Define.
22333         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
22334         addresses are 4 byte aligned.
22335
22336         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
22337         addresses.
22338
22339 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22340
22341         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
22342         (main): Add prototypes.
22343
22344         * genattrtab.c (substitute_address, write_const_num_delay_slots,
22345         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
22346         (write_attr_get): Emit prototypes along with function definition.
22347         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
22348         (write_complex_function): Emit static prototype along with
22349         function definition.
22350
22351         * genemit.c (gen_split): Emit prototypes along with function
22352         definition.
22353
22354         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
22355         Likewise for predicates and `insn_operand_predicate'.
22356         (process_template): Emit static prototype along with function
22357         definition.
22358
22359         * genrecog.c (make_insn_sequence): Constify a char*.  Add
22360         prototypes for get_split_*().
22361         (write_subroutine): Emit prototypes along with function
22362         definition.
22363
22364 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22365
22366         * gcse.c (find_avail_set): Follow chains of register-register copies.
22367         Use oprs_not_set_p to guarantee that the returned value can be
22368         substituted.
22369         (cprop_insn): Don't verify the return value of find_avail_set with
22370         oprs_not_set_p.
22371
22372         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
22373         (cprop_cc0_jump): New function.
22374         (cprop_insn): Break out new function cprop_jump and use it.
22375         Also use cprop_cc0_jump for machines with CC0.
22376         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
22377
22378         * tree.h (current_function_calls_setjmp,
22379         current_function_calls_longjmp): Delete declarations.
22380         * dsp16xx.c: Include "function.h".
22381         * elxsi.c: Likewise.
22382         * gmicro.c: Likewise.
22383         * h8300.c: Likewise.
22384         * i370.c: Likewise.
22385         * m32r.c: Likewise.
22386         * mn10200.c: Likewise.
22387         * mn10300.c: Likewise.
22388         * ns32k.c: Likewise.
22389         * spur.c: Likewise.
22390         * v850.c: Likewise.
22391
22392         * rtl.h (rtx_equal_function_value_matters): Declare.
22393         * toplev.c (rtx_equal_function_value_matters): Don't declare.
22394         * cse.c: Likewise.
22395         * function.c: Likewise.
22396         * emit-rtl.c: Likewise.
22397
22398 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
22399
22400         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
22401         call.
22402
22403 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22404
22405         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
22406         exactly.
22407
22408 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
22409
22410         * cpp.texi: Add a node documenting macro varargs (copied
22411         from extend.texi).
22412
22413 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
22414
22415         * cppspec.c: Put a null pointer at the end of the new argv.
22416
22417 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
22418
22419         * configure.in: Remove code to select/de-select the haifa
22420         scheduler.  Every scheduled port gets haifa now.
22421         * configure: Rebuilt.
22422         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
22423         * sched.c Deleted.
22424         * Makefile.in: Corresponding changes.
22425
22426 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22427
22428         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
22429         All callers changed.
22430         (prepare_float_lib_cmp): Likewise.
22431         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
22432         * expr.h (emit_float_lib_cmp): Delete declaration.
22433         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
22434         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
22435         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
22436         specially.
22437         (cmptf): Now conditional on TARGET_HARD_QUAD.
22438
22439 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
22440
22441         * resource.c (mark_target_live_regs): Use
22442         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
22443
22444 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22445
22446         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
22447
22448         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
22449
22450         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
22451
22452 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22453
22454         * rtl.h (rtx_format): Constify a char*.
22455
22456         * rtl.c (rtx_format): Likewise.
22457         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
22458         (init_rtl): Use accessor macro, not `rtx_format'.
22459
22460         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
22461         char*.
22462
22463         * caller-save.c (mark_referenced_regs): Likewise.
22464
22465         * combine.c (subst, make_compound_operation, known_cond,
22466         gen_rtx_combine, update_table_tick, get_last_value_validate,
22467         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
22468
22469         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
22470         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
22471         count_reg_usage): Likewise.
22472
22473         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
22474         Likewise.
22475
22476         * final.c (leaf_renumber_regs_insn): Likewise.
22477
22478         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
22479         dump_edge_info, count_reg_references): Likewise.
22480
22481         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
22482         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
22483         Likewise.
22484
22485         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
22486         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
22487         add_label_notes): Likewise.
22488
22489         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
22490         clear_struct_flag, count_sub_rtxs, count_alternatives,
22491         compares_alternatives_p, contained_in_p, walk_attr_value,
22492         write_expr_attr_cache): Likewise.
22493
22494         * genconfig.c (walk_insn_part): Likewise.
22495
22496         * genemit.c (max_operand_1, gen_exp): Likewise.
22497
22498         * genextract.c (walk_rtx): Likewise.
22499
22500         * genflags.c (num_operands): Likewise.
22501
22502         * genoutput.c (scan_operands): Likewise.
22503
22504         * genpeep.c (match_rtx): Likewise.
22505
22506         * genrecog.c (add_to_sequence): Likewise.
22507
22508         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
22509         Likewise.
22510
22511         * integrate.c (save_constants, copy_for_inline,
22512         copy_rtx_and_substitute, subst_constants, restore_constants):
22513         Likewise.
22514
22515         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22516         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22517
22518         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22519         Likewise.
22520
22521         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22522         add_label_notes, replace_call_address, count_nonfixed_reads,
22523         invariant_p, find_single_use_in_loop, find_mem_givs,
22524         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22525         Likewise.
22526
22527         * print-rtl.c (reg_names, print_rtx): Likewise.
22528
22529         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22530
22531         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22532         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22533         print_blocks): Likewise.
22534
22535         * regclass.c (fix_register, record_address_regs,
22536         reg_scan_mark_refs): Likewise.
22537
22538         * regmove.c (stable_but_for_p): Likewise.
22539
22540         * reload.c (loc_mentioned_in_p, operands_match_p,
22541         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22542         copy_replacements, refers_to_regno_for_reload_p,
22543         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22544         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22545         Likewise.
22546
22547         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22548         delete_address_reloads_1, count_occurrences,
22549         reload_cse_mem_conflict_p, reload_combine_note_use,
22550         add_auto_inc_notes): Likewise.
22551
22552         * resource.c (mark_referenced_resources, mark_set_resources):
22553         Likewise.
22554
22555         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22556         reg_mentioned_p, regs_set_between_p, modified_between_p,
22557         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22558         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22559         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22560         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22561
22562         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22563
22564         * stupid.c (stupid_mark_refs): Likewise.
22565
22566         * unroll.c (remap_split_bivs): Likewise.
22567
22568         * varasm.c (mark_constants): Likewise.
22569
22570         * a29k/a29k.c (uses_local_reg_p): Likewise.
22571
22572         * alpha/alpha.c (summarize_insn): Likewise.
22573
22574         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22575         eliminate_lr2ip): Likewise.
22576
22577         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22578
22579         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22580         reg_mentioned_in_mem): Likewise.
22581
22582         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22583         symbolic_reference_mentioned_p): Likewise.
22584
22585         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22586
22587         * sh/sh.c (regs_used, mark_use): Likewise.
22588
22589         * vax/vax.c (vax_rtx_cost): Likewise.
22590
22591 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22592
22593         * machmode.h (mode_name): Constify a char*.
22594
22595         * rtl.c (mode_name): Likewise.
22596
22597         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22598
22599         * optabs.c (init_libfuncs): Constify a char*.
22600
22601         * print-tree.c (mode_name): Remove redundant declaration.
22602         (print_node): Use accessor macro, not `mode_name'.
22603
22604         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22605         not `mode_name'.
22606         (new_spill_reg): Constify a char*.
22607
22608         * tree.c (mode_name): Remove redundant declaration.
22609
22610 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22611
22612         * rtl.c (rtx_name): Constify a char*.
22613
22614         * rtl.h (rtx_name, fix_sched_param): Likewise.
22615
22616         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22617         (mypr): Use accessor macro, not `rtx_name'.
22618
22619         * genemit.c (print_code): Constify a char*.
22620
22621         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22622
22623         * genpeep.c (print_code): Constify a char*.
22624
22625         * genrecog.c (print_code): Likewise.
22626
22627         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22628         end_bb): Add static prototype.
22629         (draw_edge): Constify a char*.
22630         (end_bb): Remove unused parameter.
22631
22632         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22633         print_block_visualization): Constify a char*.
22634
22635 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22636
22637         * c-common.c (c_get_alias_set): Update comment.
22638
22639 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22640
22641         * linux.h (LIB_SPEC): Added.
22642
22643 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22644
22645         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22646
22647 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22648
22649         * tree.c (expr_check): Fix typo in last change.
22650
22651 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22652
22653         * rtl.def (NOTE): Change format to "iuu0n".
22654         (ADDR_DIFF_VEC): Change format to "eEee0".
22655         (ADDRESSOF): Change format to "eit".
22656
22657         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22658         (RTVEC_ELT): Change to match.
22659         (XVECEXP): Use XVEC and RTVEC_ELT.
22660         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22661         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22662         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22663         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22664         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22665         (INTVAL): Use XWINT.
22666         (ADDRESSOF_DECL): Use XTREE.
22667         (SET_ADDRESSOF_DECL): Delete.
22668         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22669         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22670         ifdefed out since 2.6 at least.
22671         (gen_rtvec_vv): Delete prototype.
22672
22673         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22674         not rtunion.
22675         (copy_most_rtx): Handle 't' format letter.
22676         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22677         (gen_rtvec_vv): Delete function.  All callers changed to use
22678         gen_rtvec_v instead.
22679         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22680         the '0' format letter.
22681
22682         * function.c (gen_mem_addressof): Don't use
22683         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22684         instead.
22685         * integrate.c (copy_rtx_and_substitute): Likewise.
22686         Copy 't' slots with XTREE.
22687         (subst_constants): Treat 't' slots like '[swi]' slots.
22688         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22689         * jump.c (rtx_equal_for_thread_p): Likewise.
22690         * rtlanal.c (rtx_equal_p): Likewise.
22691         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22692         only four arguments.
22693         * gengenrtl.c (type_from_format): Provide correct types for
22694         'b' and 't' slots.
22695
22696
22697         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22698         If a recent gcc is in use (always in stage2 and beyond), use
22699         statement expressions, so we don't make a function call unless
22700         the check fails.  Evaluate arguments exactly once.
22701         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22702         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22703         Delete.
22704         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22705         they evaluate their arguments exactly once, irrespective of
22706         the compiler in use.
22707
22708         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22709         is used by the currently-enabled check macros.  This is:
22710         (tree_check_failed, tree_class_check_failed): For gcc.
22711         (tree_check, tree_class_check, cst_or_constructor_check,
22712         expr_check): For other compilers.
22713
22714         * gencheck.c: Do not define any *_CHECK1 macros.
22715
22716 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22717                           Mark Mitchell <mark@codesourcery.com>
22718
22719         * c-common.c (c_get_alias_set): Fix support for poitners and
22720         references.
22721
22722 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22723
22724         * alias.c: Include tree.h.
22725         (nonlocal_reference_p, mark_constant_function): New functions.
22726         * flow.c (life_analysis): Call mark_constant_function.
22727         * rtl.h (mark_constant_function): Declare it.
22728
22729 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22730
22731         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22732         unrecognisable switches.
22733
22734 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22735
22736         * loop.c (recombine_givs): Set ix field after sorting.
22737         (recombine_givs): Remove bogus index / giv lockstep looping.
22738
22739 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22740
22741         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22742         on CODE.
22743         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22744         (do_cmp_and_jump): Formatting fixes.
22745         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22746         do_compare_rtx_and_jump instead of compare_from_rtx.
22747         (do_compare_rtx_and_jump): New function; mostly copied from
22748         compare_from_rtx.
22749         (do_jump_for_compare): Delete.
22750         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22751         MIN_EXPR.
22752         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22753         of compare/do_jump_for_compare pairs.
22754         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22755         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22756         compare_from_rtx/do_jump_for_compare pairs.
22757         (do_jump_by_parts_equality): Likewise.
22758         (do_jump_by_parts_equality_rtx): Likewise.
22759         * expr.h (do_compare_rtx_and_jump): Declare.
22760         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22761         that used to be in emit_cmp_insn.
22762         (cmp_available_p): New function.
22763         (prepare_operand): New function.
22764         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22765         to be in emit_cmp_insn.
22766         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22767         parameters to be pointers; don't emit final compare but modify some of
22768         the values pointed to by the args so the caller can perform the
22769         correct comparison.
22770         (expand_binop): Call emit_store_flag_force with signed forms of
22771         comparison code.
22772         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22773         emit_jump_insn pair.
22774         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22775         emit_cmp_and_jump_insn_1.  Call emit_queue.
22776         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22777         arg.
22778         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22779         jump sets cc0 before deleting it.
22780         * integrate.c (expand_inline_function): Likewise.
22781         * unroll.c (unroll_loop): Similar changes in several places.
22782         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22783         before deleting it.
22784
22785 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22786
22787         * Makefile.in (insn-recog.o): Update dependencies.
22788         * genrecog.c (main): Make generated file include "function.h".
22789
22790 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22791
22792         * cse.c (cse_insn): Call never_reached_warning when a jump is
22793         changed to be unconditional.
22794         * flags.h: Declare warn_notreached.
22795         * flow.c (delete_block): Call never_reached_warning when
22796         a block is deleted.
22797         * jump.c (delete_barrier_successors): Call never_reached_warning
22798         when we delete everything after a BARRIER.
22799         (never_reached_warning): New function.
22800         * rtl.h: Declare never_reached_warning.
22801         * toplev.c (warn_notreached): New variable.
22802         (lang_independent_options): Set warn_notreached
22803         when -Wunreachable-code.
22804         (compile_file): We need line numbers for -Wunreachable-code.
22805
22806 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22807
22808         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22809         * sched.c (insn_unit): Likewise.
22810
22811 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22812
22813         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22814
22815 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22816
22817         * flow.c (create_edge_list): Use xmalloc, not malloc.
22818
22819 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22820
22821         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22822         C-style comments.  Do not lose the character before double slash.
22823
22824 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22825
22826         * basic-block.h (struct edge_list): Stucture to maintain a vector
22827         of edges.
22828         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22829          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22830         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22831         New function prototypes.
22832         * flow.c (create_edge_list): Function to create an edge list.
22833         (free_edge_list): Discards memory used by an edge list.
22834         (print_edge_list): Debug output showing an edge list.
22835         (verify_edge_list): Internal consistency check for an edge list.
22836         (find_edge_index): Function to find an edge index for a pred and succ.
22837
22838 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22839
22840         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22841         hashtable.
22842
22843 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22844
22845         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22846
22847 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22848
22849         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22850
22851 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22852
22853         * toplev.c (rest_of_compilation): Allow machine dependent
22854         reorganisation pass to place information into the RTL dump
22855         file if it so wishes.
22856
22857 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22858
22859         * explow.c (hard_function_value): Use VOIDmode instead of
22860         MAX_MACHINE_MODE.
22861         * stmt.c (expand_return): Likewise.
22862         * stor-layout.c (get_best_mode): Likewise.
22863
22864         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22865         emit call instead of emit_insn call.
22866
22867 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22868
22869         * configure.in: Handle --disable/enable-win32-registry.
22870         * install.texi: Document --disable/enable-win32-registry.
22871         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22872         (WIN32_REGISTRY_KEY): New macro.
22873         * prefix.c: Use to enable/disable win32-specific code.
22874         (lookup_key): Use versioned key.
22875         * configure: Regenerate.
22876         * config.in: Likewise.
22877
22878 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22879
22880         * cpplib.c (read_line_number): New fn, split out of...
22881         (do_line): Here.
22882
22883 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22884
22885         tree.c (lang_unsave_expr_now) : New.
22886         (unsave_expr_now): Call lang_unsave_expr_now.
22887         tree.h (lang_unsave_expr_now) : New.
22888
22889 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22890
22891         * toplev.c (flag_new_exceptions): On by default.
22892
22893 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22894
22895         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22896
22897 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22898
22899         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22900         INTEGER_TYPE with precision==1, it's __java_boolean.
22901
22902 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22903
22904         * global.c (prune_preferences): Move some invariants out of the
22905         inner loop.
22906
22907 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22908
22909         * configure.in (alpha*-dec-osf*): Add osf5.
22910
22911 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22912
22913         * configure.in: Rework handling of ARM GNU/Linux slightly.
22914         (arm*-*-linux-gnuoldld): New target.
22915         * configure: Regenerate.
22916         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22917         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22918         * config/arm/linux-oldld.h: New file.
22919         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22920         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22921         Don't define.
22922         * config/arm/linux-elf.h (ASM_SPEC): Define.
22923         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22924         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22925         for 26-bit APCS and old linker.
22926         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22927         `arm_elf'.
22928         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22929         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22930         don't define `arm' or `arm_elf'.
22931         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22932         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22933
22934 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22935
22936         * rtl.texi: Fix typo.
22937
22938 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22939
22940         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22941
22942 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22943
22944         * extend.texi (C++ Signatures): Remove node.
22945         * invoke.texi: Remove discussion of -fhandle-signatures,
22946         signature, sigof, __signature__, and __sigof__.
22947
22948 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22949
22950         * Makefile.in (JAVAGC): Removed.
22951
22952 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22953
22954         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22955
22956 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22957
22958         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22959
22960 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22961
22962         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22963         a register that is already known to be a pointer.
22964
22965 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22966
22967         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22968         * fixinc/inclhack.sh: Regenerated.
22969         * fixinc/fixincl.sh: Regenerated.
22970
22971 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22972
22973         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22974         Fix documentation of -ansi flag to describe its C++ behavior.
22975         Remove bogus reference to GCC 2.9.
22976
22977 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22978
22979         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22980         note if it is non-NULL.
22981
22982 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22983
22984         * except.h (eh_nesting_info): Add new structure defintion.
22985         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22986         (reachable_handlers, update_rethrow_references): Add function
22987         prototypes.
22988         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22989         a rethrow symbol instead of an integer exception region number.
22990         * flow.c (Make_edges): Use new exception nesting routines to determine
22991         which handlers are reachable from a CALL or asynchronous insn.
22992         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22993         goto receivers.
22994         (delete_eh_regions): Update rethrow labels, and don't delete
22995         regions which are the target of a rethrow.
22996         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22997         avoid overloading the SYMBOL_REF_USED flag.
22998         (rethrow_symbol_map): Use new rethrow_ref field.
22999         (rethrow_used): Use new rethrow_ref field.
23000         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
23001         of an integer.  Fix formatting.
23002         (output_exception_table_entry): Use new rethrow_ref field.
23003         (can_throw): Check for EH_REGION_NOTE before deciding
23004         whether a CALL can throw or not.
23005         (scan_region): Call rethrow_used() instead of accessing data structure.
23006         (update_rethrow_references): New function to make sure only regions
23007         which are still targets of a rethrow are flagged as such.
23008         (process_nestinfo): New static function to initialize a handler
23009         list for a specific region.
23010         (init_eh_nesting_info): New function to allocate and initialize
23011         the list of all EH handlers reachable from all regions.
23012         (reachable_handlers): New function to retrieve the list of handlers
23013         reachable from a specific region and insn.
23014         (free_eh_nesting_info): New function to dispose of a list of
23015         reachable handlers.
23016
23017 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
23018
23019         * flow.c (split_edge): Set JUMP_LABEL field.
23020         (commit_one_edge_insertion): Set head correctly for insert_before.
23021         When inserting insns, update insn block numbers if allocated.
23022
23023 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23024
23025         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
23026         retry_incomplete_types): Add static prototype.
23027         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
23028         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
23029         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
23030         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
23031         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
23032         Constify a char*.
23033
23034         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
23035         dwarf2out_start_source_file, dwarf2out_line): Likewise.
23036
23037 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23038
23039         * output.h (assemble_name): Constify a char*.
23040
23041         * varasm.c (UNIQUE_SECTION, assemble_start_function,
23042         assemble_variable, assemble_name): Likewise.
23043
23044         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
23045
23046         * arm/pe.c (arm_pe_unique_section): Likewise.
23047
23048         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
23049
23050         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
23051
23052         * i386/interix.c (i386_pe_unique_section): Likewise.
23053
23054         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
23055
23056         * i386/winnt.c (i386_pe_unique_section): Likewise.
23057
23058         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
23059
23060         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
23061
23062         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
23063
23064         * pa/pa.c (output_call): Likewise.
23065
23066         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
23067
23068         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
23069
23070         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
23071         Likewise.
23072
23073         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
23074         Likewise.
23075
23076         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
23077
23078         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
23079         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
23080
23081         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
23082
23083 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23084
23085         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
23086
23087 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23088
23089         * tree.h (lang_identify): Constify a char*.
23090         (print_error_function): Add extern prototype.  Constify a char*.
23091
23092         * c-lang.c (lang_identify): Constify a char*.
23093
23094         * objc/objc-act.c (lang_identify): Constify a char*.
23095
23096 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23097
23098         * genpeep.c (main): Make generated file include "function.h".
23099         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
23100
23101 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23102
23103         * Makefile.in: Update dependencies.
23104         * alias.c: Include "function.h"
23105         * c-decl.c: Likewise.
23106         * caller-save.c: Likewise.
23107         * calls.c: Likewise.
23108         * combine.c: Likewise.
23109         * cse.c: Likewise.
23110         * explow.c: Likewise.
23111         * final.c: Likewise.
23112         * global.c: Likewise.
23113         * graph.c: Likewise.
23114         * local-alloc.c: Likewise.
23115         * loop.c: Likewise.
23116         * optabs.c: Likewise.
23117         * profile.c: Likewise.
23118         * recog.c: Likewise.
23119         * regclass.c: Likewise.
23120         * regmove.c: Likewise.
23121         * reload.c: Likewise.
23122         * reorg.c: Likewise.
23123         * resource.c: Likewise.
23124         * sched.c: Likewise.
23125         * stupid.c: Likewise.
23126         * config/1750a/1750a.c: Likewise.
23127         * config/a29k/a29k.c: Likewise.
23128         * config/arc/arc.c: Likewise.
23129         * config/arm/arm.c: Likewise.
23130         * config/arm/thumb.c: Likewise.
23131         * config/c4x/c4x.c: Likewise.
23132         * config/clipper/clipper.c: Likewise.
23133         * config/convex/convex.c: Likewise.
23134         * config/fx80/fx80.c: Likewise.
23135         * config/i860/i860.c: Likewise.
23136         * config/m68k/m68k.c: Likewise.
23137         * config/m88k/m88k.c: Likewise.
23138         * config/mips/mips.c: Likewise.
23139         * config/pdp11/pdp11.c: Likewise.
23140         * config/pyr/pyr.c: Likewise.
23141         * config/romp/romp.c: Likewise.
23142         * config/sh/sh.c: Likewise.
23143         * config/tahoe/tahoe.c: Likewise.
23144         * config/vax/vax.c: Likewise.
23145         * config/we32k/we32k.c: Likewise.
23146         * config/sparc/sparc.c: Include "function.h".
23147         (mem_min_alignment): Test current_function rather than
23148         regno_pointer_align.
23149         * config/pa/pa.c: Likewise.
23150         (compute_frame_size): Delete declaration of
23151         current_function_outgoing_args_size.
23152         * config/arc/arc.h (current_function_varargs): Delete declaration.
23153         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
23154         declaration.
23155         * config/i370/i370.h (current_function_outgoing_args_size): Delete
23156         declaration.
23157         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
23158         current_function_uses_pic_offset_table.
23159         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
23160         of current_function_returns_pointer.
23161         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23162         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23163         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23164         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23165         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23166         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23167         * config/m88k/m88k.c: Include "function.h"
23168         (call_used_regs, current_function_pretend_args_size,
23169         current_function_outgoing_args_size, frame_pointer_needed): Delete
23170         declarations.
23171         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
23172         declaration.
23173         * config/mips/mips.h (current_function_calls_alloca): Delete
23174         declaration.
23175         * config/mn10200/mn10200.h (current_function_needs_context,
23176         rtx_equal_function_value_matters): Delete declarations.
23177         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
23178         flag_pic): Delete declarations.
23179         * config/pa/pa.h (current_function_pretend_args_size,
23180         current_function_decl): Delete declarations.
23181         * config/pa/som.h (current_function_varargs): Delete declaration.
23182         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
23183         declaration.
23184         * config/pyr/pyr.h (current_function_pretend_args_size,
23185         current_function_args_size, current_function_calls_alloca): Delete
23186         declarations.
23187         * config/sh/sh.h (current_function_varargs): Delete declaration.
23188         * config/sparc/sparc.h (current_function_outgoing_args_size,
23189         current_function_calls_alloca, current_function_decl): Delete
23190         declarations.
23191         * config/spur/spur.h (current_function_pretend_args_size,
23192         current_function_calls_alloca): Delete declarations.
23193         * config/v850/v850.c (current_function_outgoing_args_size): Delete
23194         declaration.
23195         * config/vax/vms.h (current_function_name): Delete declaration.
23196         * gcse.c: Include "function.h".
23197         (current_function_name, current_function_calls_setjmp): Delete
23198         declarations.
23199         * haifa-sched.c: Include "function.h".
23200         (forced_labels): Delete declaration.
23201         * jump.c: Likewise.
23202         * reg-stack.c: Likewise.
23203         * reload1.c: Likewise.
23204         * genemit.c (main): Make generated file include function.h.
23205         * genoutput.c (output_prologue): Likewise.
23206
23207         * builtins.c (saveregs_value, apply_args_value): Delete variables.
23208         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
23209         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
23210         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
23211         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
23212         macros for some of them.
23213         (emit_filename, emit_lineno): Delete declarations.
23214         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
23215         regno_pointer_* variables through current_function.
23216         (gen_inline_header_rtx): Delete function.
23217         (save_emit_status): Delete function.
23218         (set_new_last_label_num): New function.
23219         (clear_emit_caches): New function.
23220         (restore_emit_status): Just clear last_labelnum and call
23221         clear_emit_caches.
23222         (get_last_insn_anywhere): Variable sequence_stack is now accessed
23223         through macro seq_stack.
23224         (add_insn_after): Likewise.
23225         (add_insn_before): Likewise.
23226         (remove_insn): Likewise.
23227         (pop_topmost_sequence): Likewise.
23228         (in_sequence_p): Likewise.
23229         (start_sequence_for_rtl_expr): Likewise.
23230         (start_sequence): Likewise, and likewise for
23231         sequence_rtl_expr/seq_rtl_expr.
23232         (push_topmost_sequence): Likewise.
23233         (end_sequence): Likewise.
23234         (init_virtual_regs): Now takes a "struct emit_status *" argument.
23235         All callers changed.  Store into that pointer instead of globals.
23236         (init_emit): Allocate emit elt of current_function.
23237         Changes for sequence_rtl_expr/sequence_stack renaming.
23238         Call clear_emit_caches instead of doing it in-line.
23239         Access regno_pointer_* variables through current_function.
23240         (init_emit_once) Don't clear sequence_stack.
23241
23242         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
23243         Delete variables.
23244         (arg_pointer_save_area): Delete declaration.
23245         (finish_expr_for_function): Renamed from init_queue; no longer static.
23246         (init_expr): Don't call init_queue.
23247         (save_expr_status, restore_expr_status): Delete functions.
23248         (expand_expr): Changes to reflect new layout of struct function.
23249         Don't access current_function_check_memory_usage when current_function
23250         is 0.
23251         * expr.h (forced_labels, save_expr_regs, saveregs_value,
23252         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
23253         current_function_outgoing_args_size, current_function_arg_offset_rtx,
23254         current_function_uses_const_pool, function_call_count,
23255         current_function_uses_pic_offset_table, nonlocal_labels,
23256         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
23257         current_function_check_memory_usage, nonlocal_goto_handler_slots,
23258         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
23259         declarations.
23260         (finish_expr_for_function): Declare.
23261         * flags.h (current_function_has_nonlocal_label,
23262         current_function_has_nonlocal_goto, current_function_is_thunk,
23263         current_function_has_computed_jump): Delete declarations.
23264         * flow.c (forced_labels): Delete declaration.
23265         * function.c (current_function_pops_args,
23266         current_function_returns_struct, current_function_returns_pcc_struct,
23267         current_function_needs_context, current_function_calls_setjmp,
23268         current_function_calls_longjmp, current_function_has_nonlocal_label,
23269         current_function_has_nonlocal_goto, current_function_is_thunk,
23270         current_function_has_computed_jump, current_function_calls_alloca,
23271         current_function_contains_functions, current_function_returns_pointer,
23272         current_function_epilogue_delay_list, current_function_args_size,
23273         current_function_pretend_args_size, current_function_arg_offset_rtx,
23274         current_function_outgoing_args_size, current_function_varargs,
23275         current_function_stdarg, current_function_args_info, cleanup_label,
23276         current_function_name, current_function_uses_const_pool,
23277         current_function_instrument_entry_exit, current_function_return_rtx,
23278         current_function_uses_pic_offset_table, nonlocal_labels,
23279         current_function_internal_arg_pointer, current_function_cannot_inline,
23280         current_function_check_memory_usage, function_call_count,
23281         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
23282         nonlocal_goto_stack_level, return_label, save_expr_regs,
23283         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
23284         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
23285         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
23286         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
23287         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
23288         Delete variables.
23289         (push_function_context_to): Don't save them.  Don't call
23290         save_storage_status, save_emit_status or save_expr_status.
23291         (pop_function_context_from): Don't restore them.  Don't call
23292         restore_storage_status or restore_expr_status.
23293         (get_func_frame_size): New function.
23294         (get_frame_size): Use it.
23295         (assign_outer_stack_local): Reflect some member name changes in struct
23296         function.
23297         (put_reg_into_stack): Likewise.
23298         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
23299         seq_rtl_expr.
23300         (fixup_var_refs): Likewise.
23301         (fix_lexical_addr): Likewise.
23302         (trampoline_address): Likewise.
23303         (prepare_function_start): Clear field inlinable of current_function.
23304         (init_function_for_compilation): New function.
23305         (expand_dummy_function_end): New function.
23306         (expand_function_end): Call finish_expr_for_function.
23307         * function.h (struct emit_status): New; fields moved here from struct
23308         function and from global variables.  Add accessor macros for some of
23309         the fields.
23310         (struct expr_status): Likewise.
23311         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
23312         (struct function): Add fields expr and emit, inlinable, inl_emit,
23313         original_arg_vector, original_decl_initial, inl_last_parm_insn,
23314         inl_max_label_num.  Add many comments.
23315         Add accessor macros for all elts of struct function that no longer
23316         have a global variable.
23317         (cleanup_label, return_label, frame_offset, tail_recursion_label,
23318         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
23319         stack_slot_list): Delete declarations.
23320         (get_func_frame_size): Declare.
23321         (save_expr_status, restore_expr_status, save_emit_status,
23322         save_storage_status, restore_storage_status): Delete declarations.
23323         (init_virtual_regs): Declare.
23324         * output.h (current_function_pops_args,
23325         current_function_returns_struct, current_function_returns_pcc_struct,
23326         current_function_needs_context, current_function_calls_setjmp,
23327         current_function_calls_longjmp, current_function_calls_alloca,
23328         current_function_has_nonlocal_label, current_function_varargs,
23329         current_function_has_computed_jump, current_function_returns_pointer,
23330         current_function_contains_functions, current_function_args_size,
23331         current_function_pretend_args_size, current_function_stdarg,
23332         current_function_outgoing_args_size, current_function_args_info,
23333         current_function_name, current_function_return_rtx,
23334         current_function_epilogue_delay_list,
23335         current_function_uses_const_pool, current_function_cannot_inline):
23336         Delete declarations.
23337         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
23338         regno_reg_rtx): Delete declaration.
23339         (REGNO_POINTER_FLAG): Delete macro.
23340         * stmt.c (expand_goto): Changes to reflect that some fields in struct
23341         function were renamed.
23342         * stor-layout.c (save_storage_status, restore_storage_status): Delete
23343         functions.
23344         * toplev.c: Include "function.h".
23345         (current_function_decl): Delete declaration.
23346         (compile_file): Call init_dummy_function_start and
23347         expand_dummy_function_end around some initializations that need to
23348         emit rtl.
23349         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
23350         Call init_function_for_compilation.
23351         * unroll.c: Include "function.h"
23352         (unroll_loop): Access regno_pointer_* variables through
23353         current_function.
23354
23355         * tree.h (struct tree_decl): Add elt f to saved_insns member.
23356         (DECL_SAVED_INSNS): use it.
23357         (expand_dummy_function_end): Declare.
23358         (init_function_for_compilation): Declare.
23359         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
23360         that it's no longer an INLINE_HEADER.
23361         (expand_call): Likewise.
23362         * integrate.c (finish_inline): Delete function.
23363         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
23364         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
23365         args.  Don't generate an INLINE_HEADER rtx, just return the arg
23366         vector.  All callers changed.
23367         (save_for_inline_copying):  Create a duplicate struct emit_status to
23368         hold the emit state for compiling the current function.  Use this and
23369         the other new fields in struct function that are for integration
23370         instead of an INLINE_HEADER.
23371         Use memcpy instead of bcopy.
23372         Store the current struct function in DECL_SAVED_INSNS of fndecl.
23373         (save_for_inline_nocopy): Similar changes, except no new emit_status
23374         is needed here.
23375         (expand_inline_function): Get information from function structure,
23376         not from an inline header rtx.
23377         (output_inline_function): Lose code to extract the necessary
23378         information from an inline header; simply put back the function
23379         structure into current_function.  Clear its inlinable elt.
23380         * rtl.def (INLINE_HEADER): Delete.
23381         * rtl.h: Delete all accessors for an INLINE_HEADER.
23382         (gen_inline_header_rtx): Delete declaration.
23383         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
23384         Delete declarations.
23385         (REGNO_POINTER_ALIGN): Delete.
23386         (clear_emit_caches): Declare.
23387         (set_new_last_label_num): Declare.
23388
23389 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
23390
23391         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
23392
23393         * except.c (expand_eh_region_start_for_decl): Always start a new block.
23394         * stmt.c (is_eh_region): Make sure current_function is present, too.
23395
23396 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
23397
23398         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
23399         for 64bit PA targets.
23400
23401         * pa.h (SELECT_SECTION): Define.
23402         * som.h (SELECT_SECTION): Delete.
23403
23404 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23405
23406         * alias.c (init_alias_analysis): Wrap call to
23407         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
23408
23409 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
23410
23411         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
23412         <sys/asm.h> contains an asm comment with an apostrophe
23413         * fixinc/inclhack.sh:  regen
23414         * fixinc/fixincl.x:  regen
23415
23416 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
23417
23418         * function.c (init_function_start): Clear prologue & epilogue.
23419         (prologue_epilogue_contains): New function.
23420         * alias.c (init_alias_analysis): Use it.
23421         * rtl.h (prologue_epilogue_contains): Declare it.
23422
23423 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
23424
23425         * jump.c (onlyjump_p): New function.
23426         * rtl.h: Declare it.
23427         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
23428         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
23429
23430 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
23431
23432         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
23433         to invert loops.  Simplify block scanning.
23434
23435 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
23436
23437         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
23438         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
23439
23440 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23441
23442         * config/sparc/liteelf.h: New file to support sparclite-elf target
23443         * config/sparc/t-sp86x: New file to support sparc86x targets
23444         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
23445         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
23446         * configure.in: Support above target triplets
23447         * configure: Regenerated
23448
23449 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
23450
23451         * fixinc/server.c (server_setup): Do not prefix function used as
23452         parameter with `&'.
23453
23454 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
23455
23456         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
23457         Remove fp reg alternatives.
23458
23459 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
23460
23461         * Makefiin (TAROUTOPTS): Kill.
23462         (install-headers-tar): Use "xpf" for tar headerfile extraction
23463         * i370/x-oe (TAROUTOPTS): Delete.
23464         * m68k/x-apollo68 (TAROUTOPTS): Delete.
23465         * m68k/x-hp320 (TAROUTOPTS): Delete.
23466         * m68k/x-hp320g (TAROUTOPTS): Delete.
23467         * gcc.texi: Update bug reporting text.
23468
23469 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23470
23471         * reg-stack.c (change_stack) Fixed problem with negative array index.
23472
23473 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23474
23475         * extend.texi, install.texi: Fix spelling mistakes.
23476
23477         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
23478         (s-attrtab); No longer try to use pre-made insn-attrtab file.
23479         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
23480         PREMADE_ATTRTAB_MD.
23481         * mips/t-ecoff: Likewise.
23482         * mips/t-elf: Likewise.
23483         * mips/t-mips: Likewise.
23484         * mips/t-osfrose: Likewise.
23485         * mips/t-r3900: Likewise.
23486         * mips/t-svr3: Likewise.
23487         * mips/t-svr4: Likewise.
23488         * mips/t-ultrix: Likewise.
23489
23490         * gcc.texi: Document recommend means to provide software floating
23491         point libraries in libgcc.a
23492
23493 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
23494
23495         * c-lex.c (yylex): We can have a number with no digits.
23496
23497 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
23498
23499         * jump.c (delete_prior_computation): New function, broken
23500         out of delete_computation.  Check for side effects with
23501         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
23502         multi-word hard registers.
23503         (delete_computation): Use it.  Check for side effects with
23504         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
23505         missing REG_DEAD note for a register which is both set and
23506         used by an insn.
23507
23508 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
23509
23510         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
23511         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23512         (ASM_FILE_START): Import _mcount with the right type.
23513         (ASM_DECLARE_FUNCTION_NAME): Define.
23514         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23515         * pa.c (output_function_prologue): Always emit the function's label
23516         here.
23517         * pa.h (TEXT_SPACE_P): Define.
23518         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23519         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23520         * som.h (TEXT_SPACE_P): Delete.
23521         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23522         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23523
23524 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23525
23526         * expr.c (emit_group_load): Allow src to be a CONCAT.
23527
23528 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23529
23530         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23531         (___mulsi3): Use '!' comment character.
23532
23533 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23534
23535         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23536
23537 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23538
23539         * gcc.c: Update URLs and mail addresses.
23540         * gcc.texi: Likewise.
23541
23542 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23543
23544         * rs6000.c (current_file_function_operand): Return zero for
23545         weak functions.
23546         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23547         weak symbols.
23548         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23549         for weak symbols.
23550
23551 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23552
23553         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23554         allocate space in the stack frame for the PIC register.
23555
23556 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23557
23558         * m68k.md (xordi3, anddi3): These patterns are not available on
23559         the coldfire.
23560
23561 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23562
23563         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23564         (PUT_REAL): Likewise.
23565
23566 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23567
23568         * final.c (shorten_branches): Don't add an alignment for loops
23569         that have no label inside.
23570
23571 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23572
23573         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23574         prototypes in macro HAVE_cmpstrsi.
23575
23576         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23577
23578         * emit-rtl.c (operand_subword): Remove unused variable
23579         `bits_per_word'.
23580
23581         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23582
23583         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23584
23585 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23586
23587         * cpphash.c (macroexpand): Delete leading whitespace when arg
23588         is concatenated before.
23589         (unsafe_chars): Correct test for whether + and - can extend a
23590         token.
23591
23592         * cppinit.c (cpp_start_read): Do dependencies for
23593         -include/-imacros files also.
23594
23595         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23596         tokenizing non-directive lines.
23597         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23598         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23599         the input file.
23600
23601 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23602
23603         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23604
23605         * c-lex.c: Sync with C++ frontend.
23606         (linemode): New variable.
23607         (parse_float): imag, conversion_errno, and type are output only.
23608         (yylex): Adjust.  Move initial '.' case into main switch.
23609         Use linemode.
23610         (handle_generic_pragma): Just deal with tokens.
23611         (readescape): Use ISXDIGIT and ISGRAPH.
23612         * c-parse.in: Add END_OF_LINE token.
23613
23614         * c-lex.c (lang_init): Generalize.
23615         (nextchar): Remove.  Replace uses with UNGETC.
23616         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23617         (skip_white_space_on_line): Remove.
23618         (extend_token_buffer_to): New fn.
23619         (extend_token_buffer): Use it.
23620         (read_line_number, check_newline): Just deal with tokens.
23621         (token_getch, token_put_back): New fns.
23622         (yylex): Use them.  More cpplib optimizations.  Simplify.
23623
23624 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23625                           Jason Merrill  <jason@yorick.cygnus.com>
23626
23627         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23628         (consume_string): Make this smart about USE_CPPLIB.
23629         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23630         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23631         Also, clean up cases where we redundantly set token_buffer[0].
23632         (read_line_number): New fn.
23633         (ignore_escape_flag): New variable.
23634
23635 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23636
23637         * a29k/t-a29kbare: Fix some comments.
23638         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23639         (FPBIT, DPBIT): Define.
23640         * a29k/t-vx29k: Likewise.
23641         * arc/t-arc: Likewise.
23642         * arm/t-arm-elf: Likewise.
23643         * arm/t-bare: Likewise.
23644         * arm/t-pe: Likewise.
23645         * arm/t-pe-thumb: Likewise.
23646         * arm/t-semi: Likewise.
23647         * arm/t-thumb: Likewise.
23648         * arm/t-thumb-elf: Likewise.
23649         * arm/t-thumb-linux: Likewise.
23650         * h8300/t-h8300: Likewise.
23651         * i960/t-i960: Likewise.
23652         * i960/t-vxworks960: Likewise.
23653         * m32r/t-m32r: Likewise.
23654         * mips/t-ecoff: Likewise.
23655         * mips/t-elf: Likewise.
23656         * mips/t-r3900: Likewise.
23657         * pa/t-pro: Likewise.
23658         * rs6000/t-aix43: Likewise.
23659         * rs6000/t-beos: Likewise.
23660         * rs6000/t-newas: Likewise.
23661         * rs6000/t-ppccomm: Likewise.
23662         * rs6000/t-rs6000: Likewise.
23663         * rs6000/t-winnt: Likewise.
23664         * rs6000/t-xnewas: Likewise.
23665         * rs6000/t-xrs6000: Likewise.
23666         * sh/t-sh: Likewise.
23667         * sparc/t-elf: Likewise.
23668         * sparc/t-sparcbare: Likewise.
23669         * sparc/t-sparclite: Likewise.
23670         * sparc/t-splet: Likewise.
23671         * v850/t-v850: Likewise.
23672         * mn10200/t-mn10200: Fix comments.
23673         * mn10300/t-mn10300: Likewise.
23674
23675         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23676         dummy operand.  Allocate a new pseudo for the dummy operand.
23677         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23678
23679         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23680
23681 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23682
23683         * configure: Rebuilt.
23684         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23685
23686 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23687
23688         * recog.c (preproces_constraints): Zero recog_op_alt before
23689         processing the constraints.
23690
23691         * arm.c (typedef minipool_node): Renamed from pool_node.
23692         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23693         (add_minipool_constant): New function.
23694         (dump_minipool): New function.
23695         (find_barrier): Remove special case for getting the insn size of
23696         an insn that references the constant pool.
23697         (minipool_fixup): New structure.
23698         (push_minipool_barrier): New function.
23699         (push_minipool_fix): New function.
23700         (note_invalid_constants): New function.
23701         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23702         (arm_reorg): Rewrite code to fix up the constant pool into a
23703         series of mini-pools embedded in the insn stream.
23704         (arm_output_epilogue): New function, made mainly from the body
23705         of output_func_epilogue.
23706         (output_func_epilogue): Move insn generation part of epilogue code
23707         to arm_output_epilogue.
23708         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23709         * arm.md (pool_range): New attribute.
23710         (zero_extendqidi2): Add attribute pool_range.
23711         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23712         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23713         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23714         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23715         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23716         (epilogue): New expand.
23717         (epilogue_insn): New insn.  Call arm_output_epilogue.
23718
23719         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23720         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23721
23722 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23723
23724         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23725
23726 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23727
23728         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23729
23730 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23731
23732         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23733
23734 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23735
23736         * global.c: Fix comment.
23737
23738 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23739
23740         * gcc.c (access_check): New static function.
23741         (find_a_file): Use it when searching a directory list.
23742         * collect2.c (find_a_file): Don't accept directories found when
23743         searching a directory list.
23744
23745 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23746
23747         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23748         function parameters with `&'.
23749         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23750
23751 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23752
23753         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23754         or tidy_fallthru_edge if the last insn in the block is not
23755         an unconditional jump or a simple conditional jump.
23756
23757 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23758
23759         * Makefile.in (c-decl.o): Depends on defaults.h.
23760
23761 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23762
23763         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23764         PA1.1 and above.
23765         (CLASS_MAX_NREGS): Likewise.
23766
23767 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23768
23769         * cse.c (cse_insn): Fix dumb thinko in last change.
23770
23771 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23772
23773         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23774         "const char *".
23775
23776 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23777
23778         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23779         test for sizes of passed and declared parameter types.
23780
23781 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23782
23783         * fixincludes: Fix the return type of bsearch, char* -> void*.
23784
23785         * fixinc/inclhack.def: Likewise.
23786
23787 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23788
23789         * invoke.texi (-fdump-translation-unit): New option.
23790
23791 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23792
23793         * expr.h (PROMOTE_PROTOTYPES): Move ...
23794         * defaults.h: ... to here.
23795         * c-decl.c: Include defaults.h instead of expr.h.
23796         * c-typeck.c: Include defaults.h.
23797
23798 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23799
23800         * toplev.h (errorcount): Declare.
23801         (warningcount): Likewise.
23802         (sorrycount): Likewise.
23803         * c-lex.c (errorcount): Don't declare.
23804         * dwarf2out.c (errorcount): Don't declare.
23805
23806 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23807
23808         * config/libgloss.h: Add a note discouraging use with ELF.
23809         * configure.in: Don't use libgloss.h for ELF targets.
23810         Always use_collect2 on a.out targets.
23811
23812 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23813
23814         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23815         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23816
23817 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23818
23819         * loop.c (strength_reduce): When doing biv->giv conversion, update
23820         reg note of NEXT->insn.
23821
23822 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23823
23824         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23825
23826 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23827
23828         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23829         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23830         Ensure expr.h is included.
23831         * c-typecheck.c (convert_arguments): Ditto.
23832
23833         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23834
23835         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23836         * config/convex/convex.h: Ditto.
23837         * config/dsp16xx/dsp16xx.h: Ditto.
23838         * config/fx80/fx80.h: Ditto.
23839         * config/gmicro/gmicro.h: Ditto.
23840         * config/i370/i370.h: Ditto.
23841         * config/i386/i386.h: Ditto.
23842         * config/m32r/m32r.h: Ditto.
23843         * config/m68k/m68k.h: Ditto.
23844         * config/m88k/m88k.h: Ditto.
23845         * config/mips/mips.h: Ditto.
23846         * config/pa/pa.h: Ditto.
23847         * config/pyr/pyr.h: Ditto.
23848         * config/tahoe/tahoe.h: Ditto.
23849         * config/we32k/we32k.h: Ditto.
23850
23851         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23852         based on arch size.
23853
23854         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23855
23856         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23857         from comment.
23858
23859         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23860
23861 1999-08-02  Richard Henderson  <rth@cygnus.com>
23862
23863         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23864         for the register spill block.
23865         (m32r_va_arg): New.
23866         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23867         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23868
23869         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23870         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23871         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23872
23873 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23874
23875         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23876         MAX_WCHAR_TYPE defined in sparc.h.
23877         * config/sparc/linuxaout.h: Likewise.
23878         * config/sparc/linux64.h: Likewise.
23879         Also default to -mvis if CPU is UltraSPARC.
23880
23881 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23882
23883         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23884         (RTX_OK_FOR_OLO10): Likewise.
23885         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23886         %lo(), allow it in addresses...
23887         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23888         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23889         does not make sense.
23890         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23891         (sparc_output_scratch_registers): New function.
23892         (output_function_prologue, sparc_flat_output_function_prologue): Use
23893         it.
23894         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23895         defined.
23896         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23897         * configure.in: Add check for .register pseudo-op support in as and
23898         check for offsetable %lo().
23899         * acconfig.h: Add templates for the above checks.
23900         * configure: Regenerate.
23901
23902 1999-08-02  Richard Henderson  <rth@cygnus.com>
23903
23904         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23905         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23906         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23907
23908 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23909
23910         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23911         reg_biv_class.
23912
23913 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23914
23915         * config/float-sparc.h: New file.
23916         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23917         sparc-*-linux-gnu and sparc64-*-linux*.
23918
23919 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23920
23921         * rs6000.c (rs6000_va_list): Type is an array.
23922         (rs6000_va_start): Don't doubly adjust for varargs.
23923         (rs6000_va_arg): Evaluate long long GPR adjustment.
23924
23925 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23926
23927         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23928         -maix64 and -maix32.
23929         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23930         LINK_SPEC): Change appropriately.
23931         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23932         (u_short_cint_operand): Likewise.
23933         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23934         for 64-bit hosts.
23935         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23936
23937         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23938
23939 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23940
23941         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23942         for type promotion.
23943         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23944         (non_add_cint_operand): Likewise.
23945         (logical_operand): Likewise.
23946         (non_logical_cint_operand): Likewise.
23947         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23948         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23949         (rs6000_select_rtx_section): Suppress warning.
23950         (small_data_operand): Suppress warning.
23951         (rs6000_got_register): Suppress warning.
23952         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23953         type, so `J' is generally the wrong constraint for a SImode value;
23954         use `L' instead.
23955         (andsi3_internal2): Likewise.
23956         (andsi3_internal3): Likewise.
23957         (iorsi3_internal1): Likewise.
23958         (xorsi3_internal1): Likewise.
23959         (movsi): Likewise.
23960         (movsf_softfloat): Likewise.
23961         (scc insns): Likewise.
23962         (movsi+2): Preserve sign bits of SImode constant.
23963         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23964         (movdf+1): Sign-extend properly.
23965         (movdi_32+1): Sign-extend properly.
23966         (scc insns): Sign-extend properly.
23967
23968         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23969         K, L, and T.
23970
23971 1999-08-02  Richard Henderson  <rth@cygnus.com>
23972
23973         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23974         -mcpu parsing code.
23975         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23976         * alpha.md (all fp insns): Likewise.
23977
23978 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23979
23980         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23981         already defined.
23982
23983 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23984
23985         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23986         pic_load_label generator directly.
23987         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23988         No longer a named pattern.
23989
23990 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23991
23992         * explow.c (force_reg): Call force_operand if X does not
23993         satisfy general_operand.
23994
23995 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23996
23997         * fix-header.c (main): When testing for CONTINUED, use string
23998         equality, not pointer equality.
23999
24000 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
24001
24002         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
24003
24004 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
24005
24006         * cse.c (cse_insn): Fix loop which deletes insns after a jump
24007         that has become an unconditional jump.
24008
24009         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
24010         (output_function_epilogue): Similarly.
24011
24012 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24013
24014         * tree.h (init_dummy_function_start): Declare.
24015
24016 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24017
24018         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
24019         last_expr_type, last_expr_value, block_start_count, block_stack,
24020         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
24021         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
24022         dynamically in stmt elt of struct function for each function.
24023         (struct nesting): Rename function_call_count elt to n_function_calls,
24024         target_temp_slot_level to block_target_temp_slot_level.  All users
24025         changed.
24026         (struct stmt_status): New structure definition.
24027         Add many accessor macros for stmt_status elements which previously
24028         were global variables.
24029         (init_stmt_for_function): Allocate stmt elt for current_function.
24030         Reflect that block_start_count was renamed to
24031         current_block_start_count.
24032         (save_stmt_status, restore_stmt_status): Delete functions.
24033         (preserve_subexpressions_p): Don't access loop_stack when outside
24034         a function.
24035         (expand_start_bindings): Reflect that block_start_count was renamed to
24036         current_block_start_count.
24037         (expand_fixup): Likewise.
24038         (expand_decl): Don't access block_stack when outside a function.
24039         (expand_decl_cleanup): Likewise.
24040         (expand_dcc_cleanup): Likewise.
24041         (expand_dhc_cleanup): Likewise.
24042         (expand_anon_union_decl): Likewise.
24043         (set_file_and_line_for_stmt): New function.
24044         (in_control_zone_p): New function.
24045
24046         * function.h (struct function): Add new elt stmt.
24047         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
24048         case_stack, nesting_stack, nesting_depth, block_start_count,
24049         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
24050         emit_lineno, goto_fixup_chain.
24051         (save_eh_status, restore_eh_status, save_stmt_status,
24052         restore_stmt_status): Delete declarations.
24053         * function.c (push_function_context_to): Don't call save_stmt_status.
24054         (pop_function_context_to): Don't call restore_stmt_status.
24055         * tree.h (in_control_zone_p): Declare.
24056         * rtl.h (set_file_and_line_for_stmt): Declare.
24057
24058         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
24059         call set_file_and_line_for_stmt.
24060
24061 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
24062
24063         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
24064         Also update copyright.
24065
24066 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24067
24068         * c-pragma.c: Don't include "except.h".
24069         * emit-rtl.c: Likewise.
24070         * stor-layout.c: Likewise.
24071         * tree.c: Likewise.
24072         * varasm.c: Likewise.
24073
24074         * flow.c: Include "function.h".
24075         * tree.h (init_dummy_function_start): Declare new function.
24076
24077         * except.h (struct eh_status): New structure.
24078         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
24079         been included.
24080         (eh_return_stub_label, ehstack, catchstack, ehqueue,
24081         catch_clauses, false_label_stack, caught_return_label_stack,
24082         protect_list, current_function_ehc): Add accessor macros for the
24083         corresponding fields in current_function->eh; delete declarations
24084         for all items that used to be declared here.
24085         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
24086         catch_clauses, false_label_stack, caught_return_label_stack,
24087         protect_list, current_function_ehc): Delete variables.
24088         (init_eh_for_function): Allocate current_function->eh.
24089         (save_eh_status, restore_eh_status): Delete functions.
24090
24091         * function.h (struct function): Add fields next_global and eh.
24092         Delete all exception handling related fields.
24093         * function.c (current_function): New variable.
24094         (all_functions): New variable.
24095         (push_function_context_to): Don't allocate a struct function,
24096         use current_function instead.  Call init_dummy_function_start when
24097         outside a function.  Clear current_function before returning.
24098         (pop_function_context_from): Restore current_function.
24099         Don't free the restored struct function.
24100         (prepare_function_start): New function.
24101         (init_dummy_function_start): New function.
24102         (init_function_start): Break out some code into prepare_function_start
24103         and call it here.
24104
24105         * stmt.c (save_stmt_status): Don't call save_eh_status.
24106         (restore_stmt_status): Don't call restore_eh_status.
24107
24108         * Makefile.in: Update dependencies.
24109
24110 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
24111
24112         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
24113         of depending on a magic constant value.  Update comments.
24114         (hppa_expand_prologue): Similarly.
24115
24116         * pa.md (reload_indi, reload_outdi): Allow any register for the
24117         original reload register.
24118
24119 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
24120
24121         * cccp.c (print_help): Change marcos to macros.
24122
24123 1999-07-30  Richard Henderson  <rth@cygnus.com>
24124
24125         * c-typeck.c (initializer_constant_valid_p): Move ...
24126         * c-common.c (initializer_constant_valid_p): ... here.  Use
24127         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
24128         of label addresses.
24129         * c-common.h (initializer_constant_valid_p): Declare.
24130         * c-tree.h (initializer_constant_valid_p): Remove.
24131
24132 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
24133
24134         * config/i386/sol2-c1.asm: Align the stack.
24135         * config/i386/sol2-gc1.asm: Likewise.
24136
24137 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
24138
24139         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
24140         -Asparclite for sparc86x.
24141         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
24142         sparc86x.
24143         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
24144
24145 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
24146
24147         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
24148         the user if using the non-default arch size in BI_ARCH configuration.
24149         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
24150
24151         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
24152         Fix patterns so that they actually match.
24153         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
24154         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
24155         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
24156         TARGET_HARD_MUL32.
24157         (mulsidi3): Reflect this in the expand.
24158         (smulsi3_highpart): Only on TARGET_ARCH32.
24159         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
24160         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
24161         (umulsidi3): Reflect this in the expand.
24162         (umulsi3_highpart): Only on TARGET_ARCH32.
24163         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
24164         don't require g0 to be zero.
24165         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
24166         ({,u}divsi3): New expands.
24167         ({,u}divsi3_sp64): New patterns.
24168         (after lshrdi3_v8plus): Four new patterns to help combiner
24169         optimizing nested mixed mode shifts.
24170
24171         * config/sparc/sparc.c (sparc_override_options): Use deprecated
24172         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
24173         speed things up. Don't use them by default on plain v9 in 64bit
24174         mode, according to what SPAMv9 sais.
24175
24176         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
24177         top 32 bits of %[og][0-7] in signal handlers.
24178         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
24179
24180 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
24181
24182         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
24183         (ashlsi3): Corresponding changes.
24184
24185         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
24186
24187 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
24188
24189         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
24190
24191 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24192
24193         * arm.h (Hint): Delete macro.
24194         Substitute HOST_WIDE_INT for Hint in some prototypes.
24195         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
24196
24197 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
24198
24199         * builtins.c (expand_builtin_setjmp): Use force_operand to
24200         make sure that the buffer address is in a suitable form to be
24201         passed to force_reg.
24202
24203 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
24204
24205         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
24206         them here.
24207
24208 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
24209
24210         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
24211         proper mode in the condition string.
24212         (icacheflush, dcacheflush): Remove modes from match_operands.
24213
24214         * pa.c (emit_move_sequence): Always convert scratch_reg to the
24215         proper mode before using it.
24216
24217         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
24218         pair.
24219
24220         * pa.c (store_reg): Do not call add_high_const generator directly.
24221         (load_reg, set_reg_plus_d): Likewise.
24222         * pa.md (add_high_const): No longer a named pattern.
24223
24224         * pa.c (legitimize_address): Consistently use Pmode rather than
24225         SImode.  Do not call gen_pic2_highpart directly anymore.
24226         * pa.md (pic2_highpart): No longer a named pattern.
24227         (pic2_lo_sum): Similarly.  Reformat to make more readable.
24228
24229         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
24230         needed.
24231
24232         * README: Update.
24233
24234 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24235
24236         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
24237
24238 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
24239
24240         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
24241         and tag the spill mems.
24242         (hppa_va_start): New.
24243         (hppa_va_arg): New.
24244         * pa.h (EXPAND_BUILTIN_VA_START): New.
24245         (EXPAND_BUILTIN_VA_ARG): New.
24246
24247 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
24248
24249         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
24250         and tag the spill mems.
24251         (mn10300_va_start): New.
24252         (mn10300_va_arg): New.
24253         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
24254         (EXPAND_BUILTIN_VA_ARG): New.
24255
24256 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
24257
24258         * mn10200.c (mn10200_va_arg): New.
24259         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
24260
24261 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
24262
24263         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
24264         rather than play with TREE_INT_CST_LOW.
24265
24266 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
24267
24268         * config/arm/telf.h: Include dbxelf.h.
24269         (CPP_PREDEFINES): Only define if not already defined.
24270         (ASM_IDENTIFY_GCC): Likewise.
24271         (SUBTARGET_EXTRA_SECTIONS): Likewise.
24272         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
24273         * config/arm/thumb.h (LINK_SPEC): Only define if not already
24274         defined.
24275         (DBX_DEBUGGING_INFO): Don't define.
24276         * config/arm/linux-telf.h: New file.
24277         * config/arm/linux-tgas.h: New file.
24278         * config/arm/t-thumb-linux: New file.
24279         * config/arm/uclinux-elf.h: New file.
24280         * config/arm/uclinux-telf.h: New file.
24281         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
24282         thumb-*-uclinux): New targets.
24283         * configure: Regenerate.
24284
24285 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
24286
24287         * pa.md (post_store, pre_load): New expanders.
24288         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
24289         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
24290         need to directly generate RTL for them.
24291         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
24292         changes.
24293
24294 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
24295
24296         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
24297         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
24298         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
24299         (secndary_reload_class): Make TARGET_ELF conditional compile.
24300         (print_operand_address): Similar.
24301         (output_toc): Print all values as hex.
24302         (get_issue_rate): Rearrange and add RS64A and PPC630.
24303         * rs6000.h (processor_type): Add RS64A and PPC630.
24304         (PROCESSOR_POWERPC64): New.
24305         (PROMOTE_MODE): Use word_mode.
24306         (RTX_COSTS): Add RS64A and PPC630.
24307         * rs6000.md (scheduling information): Add lmul and ldiv
24308         representing 64-bit integer multiply and divide.  Add rs64a and
24309         PPC630 information.
24310         (ashldi3): Add support for "rldic" instruction.
24311         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
24312
24313 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
24314
24315         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
24316         instead of V8 for sparclite86x in cpu_table.
24317
24318 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24319
24320         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
24321         output_file_directive.
24322
24323 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
24324
24325         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
24326         tree for op1, not the rtl.
24327
24328 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
24329
24330         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
24331         to m88k_va_start, leaving only the register spill.
24332         (m88k_build_va_list): New.
24333         (m88k_va_start): New.
24334         (m88k_va_arg): New.
24335         * m88k.h (BUILD_VA_LIST_TYPE): New.
24336         (EXPAND_BUILTIN_VA_START): New.
24337         (EXPAND_BUILTIN_VA_ARG): New.
24338
24339 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
24340
24341         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
24342         Rename from expand_builtin_saveregs.
24343         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
24344
24345 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
24346
24347         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
24348         for the register spill block.
24349         (i960_build_va_list): New.
24350         (i960_va_start): New.
24351         (i960_va_arg): New.
24352         * i960.h (BUILD_VA_LIST_TYPE): New.
24353         (EXPAND_BUILTIN_VA_START): New.
24354         (EXPAND_BUILTIN_VA_ARG): New.
24355         * i960.md (store_multiple): Use change_address on individul mems.
24356
24357 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
24358
24359         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
24360         an ARRAY_TYPE.
24361         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
24362         (expand_builtin_va_end): Evaluate arg for side effects.
24363         * c-common.c (c_common_nodes_and_builtins): Construct a
24364         va_list_arg_type_node to handle array decomposition to pointer.
24365
24366 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
24367
24368         * except.c (st_dynamic_cleanup): Use force_operand on the
24369         buffer's address.
24370
24371 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
24372
24373         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
24374         * c4x.c (c4x_va_arg): New.
24375
24376 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
24377
24378         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
24379         has manual_pop set.
24380
24381 1999-07-26  Nathan Sidwell  <nathan@acm.org>
24382
24383         * eh-common.h (__eh_matcher): Prototype correctly.
24384
24385 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
24386
24387         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
24388         (TARGET_SINGLE_PIC_BASE): Likewise.
24389         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
24390         definitions.
24391         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
24392         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
24393         (TARGET_OPTIONS): Add -mpic-register=N.
24394         (OUTPUT_INT_ADDR_CONST): New macro.
24395         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
24396         LEGITIMATE_PIC_OPERAND_P): Likewise.
24397         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
24398         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
24399         output_addr_const directly.
24400         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
24401         ARM port.
24402         (thumb_pic_register, thumb_pic_register_string): Declare.
24403
24404         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
24405         from arm.c.
24406         (label_mentioned_p): New function: Imported from arm.c.
24407         (legitimize_pic_address): New function: Imported from arm.c.
24408         (is_pic):New function: Imported from arm.c.
24409         (thumb_finalize_pic):New function: Imported from arm.c.
24410         (add_constant): Cope with PIC constants.
24411         (fixit): Cope with PIC constants.
24412         (output_return): Do not treat the PIC register as live if
24413         TARGET_SINGLE_PIC_BASE is true.
24414         (thumb_function_prologue): Do not treat the PIC register as live if
24415         TARGET_SINGLE_PIC_BASE is true.
24416         (thumb_expand_prologue): Do not treat the PIC register as live if
24417         TARGET_SINGLE_PIC_BASE is true.
24418         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
24419         TARGET_SINGLE_PIC_BASE is true.
24420         (thumb_print_operand): Accept '|'.
24421         (thumb_override_options): Process PIC options.
24422
24423         * config/arm/thumb.md (movsi): Support PIC.
24424         (call_insn): Change "i" constraint to "X".
24425         (call_value_insn): Likewise.
24426         (consttable_4, consttable_8, consttable_end): Set and clear
24427         "making_const_table" as appropriate.
24428         (pic_load_addr, pic_add_dot_plus_four): New insns.
24429
24430         * invoke.texi (Thumb Options): Fix spelling.  Document new
24431         options -msingle-pic-base and -mpic-register=.
24432
24433 1999-07-26  Andrew Haley  <aph@cygnus.com>
24434
24435         * config/m32r/initfini.c (__init): Use a full word immediate for
24436         __fini: this allows it to be placed in any memory region.
24437
24438         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
24439         -mmodel=medium.  This is OK for all memory models.
24440
24441 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
24442
24443         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
24444         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
24445
24446 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
24447
24448         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
24449         defined.
24450
24451         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
24452
24453 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
24454
24455         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
24456         (BUILD_VA_LIST_TYPE): New.
24457         (EXPAND_BUILTIN_VA_START): New.
24458         (EXPAND_BUILTIN_VA_ARG): New.
24459         * i860.c (output_delayed_branch): Disable.
24460         (output_delay_insn): Likewise.
24461         (i860_saveregs): New.
24462         (i860_build_va_list): New.
24463         (i860_va_start): New.
24464         (i860_va_arg): New.
24465         * i860.md: Disable all peepholes using output_delayed_branch.
24466         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
24467
24468 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
24469
24470         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
24471         (BUILD_VA_LIST_TYPE): New.
24472         (EXPAND_BUILTIN_VA_START): New.
24473         (EXPAND_BUILTIN_VA_ARG): New.
24474         * clipper.c (clipper_builtin_saveregs): Only dump registers.
24475         Return the address of the save area.
24476         (clipper_build_va_list): New.
24477         (clipper_va_start): New.
24478         (clipper_va_arg): New.
24479
24480 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
24481
24482         * arc.h (EXPAND_BUILTIN_VA_START): New.
24483         (EXPAND_BUILTIN_VA_ARG): New.
24484         * arc.c (arc_setup_incoming_varargs): Set alias set of
24485         varargs save area.
24486         (arc_va_start): New.
24487         (arc_va_arg): New.
24488
24489 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
24490
24491         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
24492         (BUILD_VA_LIST_TYPE): New.
24493         (EXPAND_BUILTIN_VA_START): New.
24494         (EXPAND_BUILTIN_VA_ARG): New.
24495         * alpha.c (alpha_builtin_saveregs): Delete.
24496         (alpha_build_va_list): New.
24497         (alpha_va_start): New.
24498         (alpha_va_arg): New.
24499
24500 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
24501
24502         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
24503         column zero.
24504         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
24505         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
24506
24507         * gcc.texi: More changes related to list conversion.
24508         * invoke.texi: Likewise.
24509
24510 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
24511
24512         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24513         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24514         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24515         (stabilize_va_list): New function.
24516         (std_expand_builtin_va_start): New function.
24517         (expand_builtin_va_start): New function.
24518         (get_varargs_alias_set): New function.
24519         (std_expand_builtin_va_arg): New function.
24520         (expand_builtin_va_arg): New function.
24521         (expand_builtin_va_end): New function.
24522         (expand_builtin_va_copy): New function.
24523         (expand_builtin): Call them.
24524         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24525         __builtin_{varargs_start,stdarg_start,end,copy}.
24526         (build_va_arg): New function.
24527         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24528         (build_va_arg): Declare.
24529         * c-decl.c (ptr_type_node, va_list_type_node): New.
24530         * c-parse.gperf (__builtin_va_arg): New.
24531         * c-parse.in (VA_ARG): New token.
24532         (unary_expr): Recognize it.
24533         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24534         * expr.h (std_expand_builtin_va_start): Declare.
24535         (std_expand_builtin_va_arg): Declare.
24536         (expand_builtin_va_arg): Declare.
24537         (get_varargs_alias_set): Declare.
24538         * tree.def (VA_ARG_EXPR): New.
24539         * tree.h (BUILT_IN_VARARGS_START): New.
24540         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24541         (ptr_type_node, va_list_type_node): Declare.
24542         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24543         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24544         * m88k.h, m88k.c: Likewise.
24545         * mn10300.h, mn10300.c: Likewise.
24546         * pa.h, pa.c: Likewise.
24547         * rs6000.h, rs6000.c: Likewise.
24548         * sh.h, sh.c: Likewise.
24549         * sparc.h, sparc.c: Likewise.
24550
24551         * emit-rtl.c (operand_subword): Copy alias set.
24552         (change_address): Likewise.
24553
24554 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24555
24556         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24557         not just the first one.
24558
24559 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24560
24561         * config/arm/arm.h (TARGET_SWITCHES): Add
24562         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24563         (TARGET_OPTIONS): Add -mpic-register=.
24564         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24565         (arm_pic_register_string): Declare.
24566         (NEED_PLT_GOT): Delete, replace with ...
24567         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24568         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24569         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24570         * config/arm/arm.c (arm_override_options): Add new option
24571         -mpic-register=N.
24572         (arm_pic_register_string): New variable.
24573         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24574         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24575         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24576         (output_return_instruction): Likewise.
24577         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24578         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24579         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24580
24581         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24582         mention of -msched-prolog.  Document new options -msingle-pic-base
24583         and -mpic-register=.
24584
24585 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24586
24587         * haifa-sched.c (reemit_notes): Tidy.
24588         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24589         haifa's routine.
24590
24591 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24592
24593         * explow.c (trunc_int_for_mode): New function.
24594         (plus_constant_wide): Use it.
24595         * combine.c (simplify_and_const_int): Likewise.
24596         (merge_outer_ops): Likewise.
24597         (simplify_shift_const): Likewise.
24598         * cse.c (simplify_unary_operation): Likewise.
24599         (simplify_binary_operation): Likewise.
24600         * emit-rtl.c (operand_subword): Likewise.
24601         * rtl.h: Declare it.
24602
24603 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24604
24605         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24606         (use NUM_REGS instead of NUM_INTS).
24607
24608 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24609
24610         * builtins.c: New file.
24611         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24612         moved into builtins.c.
24613         (string_constant): No longer static.
24614         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24615         apply_args_size, apply_result_size, result_vector,
24616         expand_builtin_apply_args, expand_builtin_apply,
24617         expand_builtin_return): Delete functions, moved into builtins.c.
24618         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24619         * expr.h (saveregs_value, apply_args_value): Declare variables.
24620         (expand_builtin, string_constant): Declare functions.
24621         * Makefile.in: Update to build builtin.o.
24622
24623 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24624
24625         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24626         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24627         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24628         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24629         false.
24630         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24631         Define to zero.
24632
24633 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24634
24635         * print-rtl.c (print_rtx): Print the names of the virtual
24636         registers.
24637
24638 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24639
24640         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24641         introduced in previous delta.
24642
24643 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24644
24645         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24646         to avoid name clash.
24647
24648 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24649
24650         * c-lex.c (yylex) : Correct the test for overflow when lexing
24651         integer literals.
24652
24653 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24654
24655         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24656         (adjust_priority): Always call ADJUST_PRIORITY.
24657         (schedule_insn): Only put insns into the ready at cost 0.
24658         (schedule_block): Remove redundant initial sort.  Give clock_var
24659         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24660         is not 0.
24661         * tm.texi (MD_SCHED_REORDER): Update docs.
24662
24663         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24664         * sparc.c (ultra_reorder_called_this_block): Delete.
24665         (ultrasparc_sched_init): Don't set it.
24666         (ultrasparc_sched_reorder): Don't check it.
24667
24668 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24669
24670         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24671         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24672         (function_arg_boundary): Align DFmode.
24673         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24674         to get fp reg and stack overflow correct.
24675         (function_arg): Likewise.
24676         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24677         (setup_incoming_varargs): Restructure for ABI_V4; use
24678         function_arg_advance to skip final named argument.
24679         (expand_builtin_saveregs): Properly unskip the last integer arg
24680         when doing varargs.  Adjust overflow location calculation.
24681
24682         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24683         explicitly unsigned.
24684         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24685         (__VA_GP_REGSAVE): Similarly.
24686         (__va_longlong_p): Delete.
24687         (__va_arg_type_violation): New declaration.
24688         (va_arg): Restructure.  Flag promotion errors.  Align double.
24689         TFmode passed by reference.
24690
24691         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24692         in the HOST_BITS_PER_WIDE_INT > 32 case.
24693
24694 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24695
24696         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24697
24698 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24699
24700         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24701         * toplev.c (documented_lang_options): Add -fpreprocessed.
24702         * cpplib.h (struct cpp_buffer): Add preprocessed.
24703         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24704         (cpp_start_read): Don't expand macros or emit an initial #line
24705         directive if -fpreprocessed.
24706
24707 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24708
24709         * cpplib.h (struct cpp_buffer): Added manual_pop for
24710         better C++ tokenization.
24711         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24712         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24713         * c-common.c (cpp_token): Make non-static.
24714
24715 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24716
24717         * c-common.h: New file.
24718         * c-common.c (permanent_obstack): Delete unused declaration.
24719         (c_global_trees): New array.
24720         (c_common_nodes_and_builtins): New function; split off common code
24721         from init_decl_processing in both c-decl.c and cp/decl.c.
24722         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24723         c_global_trees and accessor macros defined in c-common.h.
24724         Include c-common.h.
24725         * c-decl.c: Delete definitions for tree nodes that were replaced by
24726         c_global_trees.
24727         (init_decl_processing): Build void_list_node.
24728         Call c_common_nodes_and_builtins; delete code to generate the common
24729         builtins here.
24730         * objc/objc-act.c (build_module_descriptor): Rename variable
24731         void_list_node to avoid clash with c-common.h.
24732
24733         * Makefile.in: Update dependencies.
24734         * objc/Make-lang.in: Likewise.
24735
24736 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24737
24738         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24739         (UNIQUE_SECTION_P): Likewise.
24740         (UNIQUE_SECTION): Likewise.
24741
24742 1999-07-19  Linas Vepstas  <linas@linas.org>
24743
24744         * config/i370/README: New file.
24745         * config/i370/linux.h: New file.
24746         * config/i370/mvs.h: New file.
24747         * config/i370/oe.h: New file.
24748         * config/i370/t-linux: New file.
24749         * config/i370/t-mvs: New file.
24750         * config/i370/t-oe: New file.
24751         * config/i370/x-oe: New file.
24752         * config/i370/xm-linux.h: New file.
24753         * config/i370/xm-mvs.h: New file.
24754         * config/i370/xm-oe.h: New file.
24755
24756         * i370.c (label_node_t): Add first_ref_page, label_addr,
24757         label_first_ref, label_last_ref members.
24758         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24759         (MAX_MVS_LABEL_SIZE): Define.
24760         (MAX_LONG_LABEL_SIZE): Define.
24761         (alias_node_t, alias_anchor, alias_number): New.
24762         (mvs_function_table): Reorder for EBCDIC.
24763         (ascebc, ebcasc): Unconditionally define.
24764         (i370_branch_dest, i370_branch_length): New functions.
24765         (i370_short_branch, i370_label_scan): New functions.
24766         (mvs_get_label): Renamed from mvs_add_label.  Search for
24767         an existing label before creating a new one.
24768         (mvs_add_label): New function.
24769         (mvs_get_label_page): New function.
24770         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24771         over the entire list.
24772         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24773         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24774         (mvs_add_alias, mvs_need_alias): New functions.
24775         (mvs_get_alias, mvs_check_alias): New functions.
24776         (handle_pragma): New function.
24777         (mvs_function_check): New function.
24778         (unsigned_jump_follows_p): Search harder.
24779         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24780         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24781         * i370.h (TARGET_VERSION): Delete.
24782         (CPP_SPEC, CPP_PREDEFINES): Delete.
24783         (mvs_label_emitted): Delete.
24784         (TARGET_EBCDIC): Delete.
24785         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24786         (HANDLE_PRAGMA): Define.
24787         (HARD_REGNO_NREGS): Handle complex modes.
24788         (HARD_REGNO_MODE_OK): Likewise.
24789         (CLASS_MAX_NREGS): Likewise.
24790         (RET_REG): Likewise.
24791         (EXTRA_CONSTRAINT): Define.
24792         (RETURN_IN_MEMORY): True for DImode.
24793         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24794         (FUNCTION_PROFILER): Delete.
24795         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24796         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24797         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24798         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24799         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24800         (ASM_FILE_START): Add "RMODE ANY".
24801         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24802         (ASM_GLOBALIZE_LABEL): Likewise.
24803         (ASM_OUTPUT_LABELREF): Likewise.
24804         (ASM_OUTPUT_COMMON): Likewise.
24805         (PRINT_OPERAND): Handle 'K', 'W', default.
24806         (PRINT_OPERAND_ADDRESS): New.
24807         (Lots of defines): Add support for TARGET_ELF_ABI.
24808         * i370.md (attr length): New.  Define for all patterns.
24809         (*): Lots of tweeks to assembly output and constraints.
24810
24811 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24812
24813         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24814         Disable patterns performing SImode comparisons with SImode values
24815         if TARGET_POWERPC64 and instruction does not sign-extend or does
24816         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24817         differ for signed quantities.
24818         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24819         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24820         (decrement_and_branch_on_count): Add 64-bit variant.
24821
24822 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24823
24824         * final.c (output_asm_insn): When searching for the matching string
24825         for a given dialect, don't run past the end of the list of
24826         alternatives if there are fewer alternatives in the template than
24827         dialects.
24828
24829 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24830
24831         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24832         Removed paragraph about compression of files and size limitation,
24833         duplicated in the FAQ.  Use gcc-patches for posting patches.
24834         * gcc.c (main): Updated URL with bug reporting instructions to
24835         gcc.gnu.org.  Removed e-mail address.
24836         * system.h (abort): Likewise.
24837
24838 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24839
24840         * Makefile.in (stmp-multilib-sub): Make the files extracted
24841         from $(LIBGCC1) writable.
24842
24843 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24844
24845         * config/arm/aout.h: Reformat for improved readability.
24846
24847         * config/arm/arm.h: Reformat for improved readability.
24848         Replace uses of fprintf with asm_fprintf where appropriate.
24849         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24850         function declaration assembler actions.
24851         (NUM_INTS): New macro: Convert from bytes to words.
24852         (NUM_REGS): New macro: Compute number of registers required to
24853         hold a quanitity of tyep MODE.
24854         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24855         types.
24856         (NUM_ARG_REGS): New macro: The number of argument registers
24857         available.
24858         (ARG_REGISTER): New macro: Compute the register number of the Nth
24859         argument register.
24860         (LAST_ARG_REGNUM): New macro: The number of the last argument
24861         register.
24862         (SP_REGNUM): New macro: Register number of the stack pointer.
24863         (FP_REGNUM): New macro: Register number of the frame pointer.
24864         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24865         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24866         CUMULATIVE_ARGS so that it counts registers not bytes.
24867
24868         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24869         TARGET_INTERWORK.
24870         Replace uses of fprintf with asm_fprintf where appropriate.
24871         (output_ascii_pseudo_op): Replace with version from thumb.c
24872
24873         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24874
24875         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24876         SUBTARGET_CPP_SPEC.
24877         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24878         (ASM_FILE_START): Emit ASM_APP_OFF.
24879
24880 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24881
24882         * pa.c (compute_frame_size): Round frame according to
24883         STACK_BOUNDARY rather than a hardwired value.
24884
24885         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24886
24887         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24888         of "1".
24889         * configure: Rebuilt.
24890
24891         * configure.in (hppa*-*-linux*): New configuration.
24892         * configure: Rebuilt.
24893         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24894         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24895         * pa/pa-linux.h: New file.
24896         * pa/t-linux: New file.
24897         * pa/xm-linux.h: New file.
24898
24899         * pa.c (hppa_legitimize_address): Change references from SImode to
24900         either Pmode or word_mode as appropriate.
24901         (emit_move_sequence, store_reg, load_reg): Likewise.
24902         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24903         (output_mul_insn): Likewise.
24904         * pa.h (PROMOTE_MODE): Likewise.
24905         (INITIALZE_TRAMPOLINE): Likewise.
24906         (Pmode): Define to word_mode.
24907
24908         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24909         value of 4.  Allocate 8 bytes for each FP register save.
24910         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24911         value of 4.
24912         (hppa_expand_prologue): Likewise.
24913         * pa.h (PROMOTE_MODE): Likewise.
24914         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24915         (FUNCTION_ARG_BOUNDARY): Likewise.
24916
24917         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24918
24919         * pa.c (out_of_line_prologue_epilogue): Delete.
24920         (override_options): Remove -mspace related code.
24921         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24922         (compute_frame_size): Only allocate space for register that
24923         actually need to be saved.
24924         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24925         (TARGET_SWITCHES): Remove -mspace, -mno-space
24926         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24927         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24928         * pa/ee.asm, pa/ee_fp.asm: Delete.
24929
24930         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24931
24932         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24933         directive in column zero.
24934
24935 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24936
24937         * m68k.c (output_function_prologue): Fix computation of save mask
24938         when generating PIC code.
24939
24940 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24941
24942         * tree.c (build_type_attribute_variant): Move current_obstack restore
24943         after build_qualified_type call.
24944
24945 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24946
24947         * configure.in: Use t-iris6, even with GNU LD.
24948         * config/mips/iris6gld.h: Fix typo in linker spec.
24949         * config/mips/t-iris6gld: Remove.
24950
24951 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24952
24953         * rs6000.md (insv, extzv): Remove SImode dependence in named
24954         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24955         operand is DImode.
24956         (insvdi): Reverse start and size in instruction template.
24957
24958 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24959
24960         * invoke.texi: Typo fixes.
24961
24962 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24963
24964         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24965         handle at this time instead of silently generating incorrect code.
24966         (gen_imagpart): Likewise.
24967
24968         * reload.c (find_reloads): Emit a USE for a pseudo register without
24969         a hard register if we could not create an optional reload for the
24970         pseudo.
24971
24972 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24973
24974         * c-typeck.c (output_init_element, process_init_element):
24975         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24976         check for nameless bit fields.
24977
24978 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24979
24980         * regclass.c (scan_one_insn): Notice subregs that change the
24981         size of their operand.
24982         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24983
24984 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24985
24986         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24987         * configure: Rebuilt.
24988         * alpha/t-ieee: New file.
24989
24990 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24991
24992         * rs6000.c (find_addr_reg): Do not select r0 as an address
24993         register.
24994
24995 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24996
24997         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24998
24999 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
25000
25001         * rs6000.md (movsf): Do not force easy FP constants into memory.
25002
25003         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
25004         immed_double_const to ensure they are properly truncated then
25005         sign extended.
25006
25007 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25008
25009         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
25010         always unless NO_DEBUG is used.  Compile this code
25011         unconditionally.
25012         (replace_symbols_in_block): Compile it unconditionally.
25013
25014 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
25015
25016         * configure.in (i?86-*-elf*): New target.
25017         * configure: Rebuilt.
25018         * i386/i386elf.h, i386/t-i386elf: New files.
25019
25020 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
25021
25022         * toplev.c (main): Don't complain about saying -gdwarf.
25023         (rest_of_compilation): Remove redundant code.
25024
25025 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
25026
25027         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
25028
25029 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
25030
25031         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
25032         "Li960R:", to avoid name clash.
25033
25034 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
25035
25036         * loop.c (check_dbra_loop): When reversing a loop, delete all
25037         REG_EQUAL notes referencing the reversed biv except those which are
25038         for a giv based on it.
25039
25040 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
25041
25042         * version.c: Drop "gcc-" prefix from version #.
25043
25044 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
25045
25046         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
25047         the label if we're being verbose.
25048
25049 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
25050
25051         * m68k.c (output_function_prologue): Add pic register to mask
25052         if live and flag_pic.
25053         (output_function_epilogue): Likewise.
25054
25055 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
25056
25057         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
25058         directives in column zero.
25059
25060         * pa/elf.h (ASM_FILE_START): Define.
25061         * pa/som.h (ASM_FILE_START): Include .level directives.
25062         * pa/hpux10.h (ASM_FILE_START): Delete.
25063         * pa/hpux11.h (ASM_FILE_START): Delete.
25064
25065         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
25066
25067 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25068
25069         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
25070         when reload_out equals reload_in.
25071
25072 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
25073
25074         * invoke.texi (Spec Files): New node: Describe the contents of
25075         spec files.
25076
25077 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
25078
25079         * invoke.texi (DEC Alpha Options): Put @end table at
25080         beginning of line, to avoid confusing texi2html.
25081
25082 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
25083
25084         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
25085         introduced in previous delta.
25086
25087 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25088
25089         * reload1.c (gen_reload): When synthesizing a 3 operand add
25090         sequence, improve test for when to reload OP1 into the reload
25091         register instead of OP0.
25092
25093 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
25094
25095         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
25096
25097 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
25098
25099         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
25100         string literal.
25101
25102 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
25103
25104         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
25105         (va_dcl): Use __builtin_va_alist_t.
25106
25107 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
25108
25109         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
25110         on the permanent_obstack.
25111         * dwarfout.c (output_type): Likewise.
25112
25113 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25114
25115         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25116         Merged from c-typeck.c and cp/typeck.c.
25117         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25118         Merged into c-common.
25119
25120 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
25121
25122         * c-lex.c (errorcount): Declare it.
25123         (finish_parse): Update errorcount when using CPPLIB.
25124
25125 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
25126
25127         * fixinc/inclhack.def(end_else_label): Double the backslash so
25128         sed gets a chance to see it.
25129         * fixinc/inclhack.sh: regen
25130         * fixinc/fixincl.x: regen
25131
25132 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
25133
25134         Add framework to support armv5 architecture when it becomes
25135         available:
25136
25137         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
25138         (arm_arch5): New variable.
25139         (all_architectures): Add armv5 line.
25140         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
25141         -march=armv5 is specified on the command line.
25142         (arm_arch5): Export this variable.
25143         * invoke.texi: Document new string accepted by -march= switch for
25144         ARM ports.
25145
25146         * config/arm/arm.h: Replace use of constant 12 as a register
25147         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
25148         * config/arm/arm.c: Replace use of constant 12 as a register
25149         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
25150
25151         * config/arm/elf.h: Tidy up.
25152         * config/arm/coff.h: Tidy up.
25153
25154 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
25155
25156         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
25157         * gcc/config/mips/t-iris6gld: New file.
25158         * gcc/config/mips/iris6gld.h: Likewise.
25159
25160 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25161
25162         * c-decl.c (widest_integer_literal_type_node,
25163         widest_unsigned_literal_type) : New.
25164         (init_decl_processing): Handle/use the two new types.
25165         * c-common.c (type_for_size,type_for_mode) : Same.
25166         * c-lex.c (yylex) : Same.
25167         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25168         Same.
25169         * c-tree.h (widest_integer_literal_type_node,
25170         widest_unsigned_literal_type) : New.
25171
25172 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
25173
25174         * dwarfout.c (field_byte_offset): Correctly compute the object's
25175         byte offset for the first bit of a field which crosses an alignment
25176         boundary on a !BYTES_BIG_ENDIAN target.
25177
25178 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
25179
25180         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
25181         ntohs.
25182
25183 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
25184                           Jeff Law <law@cygnus.com>
25185
25186         * ginclude/varargs.h (va_dcl): Use word_mode for type of
25187         __builtin_va_list.
25188
25189         * except.c: Include intl.h.
25190         (expand_eh_return): Set current_function_cannot_inline.
25191         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
25192         * function.h (struct function): Add eh_return_stub_label.
25193         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
25194         * Makefile.in (except.o): Depend on intl.h.
25195
25196 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
25197
25198         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
25199         same as offsettable in cases 1 and 2.
25200
25201 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
25202
25203         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
25204         (extlh, extwh): Likewise.
25205
25206 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25207
25208         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
25209
25210 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
25211
25212         * configure.in: Add arm-pe and thumb-pe targets.
25213         * configure: Regenerate.
25214
25215         * thumb.c (arm_naked_function_p): New function: Determines if
25216         a function is naked (has no gcc generated prologue/epilogue).
25217         (is_called_in_ARM_mode): Return true if the func has the
25218         interfacearm attribute.
25219         (output_return): Do not generate a return for naked functions.
25220         (thumb_function_prologue): Do not generate a prologue for
25221         naked functions.
25222         (thumb_expand_prologue): Do not generate a prologue for naked
25223         functions.
25224         (thumb_expand_epilogue): Do not generate an epilogue for naked
25225         functions.
25226         (arm_valid_machine_decl_attribute): New function, copied from
25227         arm.c:  Permit naked and interfacearm attributes.
25228
25229         * config/arm/pe.c: New file: Support code for arm-pe target.
25230         * config/arm/pe.h: New file: Header file for arm-pe target.
25231         * config/arm/tpe.h: New file: Header file for thumb-pe target.
25232         * config/arm/t-thumb-pe: New file: Makefile fragment for
25233         thumb-pe target.
25234
25235 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
25236
25237         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
25238         -fPIC or -fpic is specified.
25239
25240 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
25241
25242         * expr.c (emit_block_move): Use copy_to_mode_reg for
25243         !TARGET_MEM_FUNCTIONS case too.
25244
25245         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
25246         appropriate.
25247         * configure: Rebuilt.
25248         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
25249         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
25250         definitions made redundant by dbxelf.h inclusion.  Delete
25251         lots of definitions related to assembly output that are
25252         specific to the SOM object format.
25253         * pa.c (output_function_prologue): Do not emit the function's
25254         name for OBJ_ELF.
25255         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
25256         * pa-pro.h: Deleted.
25257         * som.h: New file with SOM specific definitions.
25258         * elf.h: New file with ELF specific definitions.
25259
25260         * elfos.h (const_section): Output a tab before assembler directives.
25261         (ctors_section, dtors_section): Likewise.
25262         (ASM_OUTPUT_SECTION_NAME): Likewise.
25263
25264         * pa/pa1.h: Delete unused file.
25265
25266 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
25267
25268         * configure.in (hppa*-hp-hpux11*): New configuration.
25269         * configure: Rebuilt.
25270         * pa/pa-hpux11.h: New file.
25271         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
25272         command line.
25273
25274         * mips.md (leasi, leadi): New patterns.
25275
25276         * expr.c (emit_block_move): Properly handle case where one of the
25277         block move arguments has a queued increment or decrement.
25278         (clear_storage): Similarly.  Fix formatting goof.
25279
25280 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
25281
25282         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
25283         semicolon from the BSD VA_LIST replacement expression.
25284
25285         * fixinc/inclhack.sh: regen
25286         * fixinc/fixincl.x: regen
25287
25288         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
25289         now use the fixincl program.
25290
25291 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
25292
25293         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
25294         case.  Also make the PIC register call_used.
25295
25296         * m68k.h (FINALIZE_PIC): Delete.
25297         * m68k.c (finalize_pic): Delete.
25298
25299 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
25300
25301         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
25302         to memory.
25303
25304 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
25305
25306         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
25307
25308 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
25309
25310         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
25311
25312 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
25313
25314         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
25315
25316 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
25317
25318         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
25319
25320 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
25321
25322         * rs6000.c (output_toc): Always use hex values for floating-point
25323         constants.  Store single-precision values in upper-half of TOC
25324         entry in 64-bit mode.
25325         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
25326         to final constraints.
25327         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
25328         (fctiwz): Improve accuracy of RTL for pattern.
25329
25330 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25331
25332         * expr.c (expand_expr): Allow RTL_EXPR's through the
25333         MAX_INTEGER_COMPUTATION_MODE checks.
25334
25335 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
25336
25337         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
25338         such that MASK_SUPPORT_ARCH is not negative.
25339
25340 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
25341
25342         * loop.c (verify_dominator): Properly handle ADDR_VEC and
25343         ADDR_DIFF_VEC insns that appear inside loops.
25344
25345 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
25346                           Jeff Law <law@cygnus.com>
25347
25348         * rs6000.md (movdf_hardfloat32): Revert previous patch.
25349         Handle LO_SUM the same as offsettable in cases 1 and 2.
25350         * rs6000.c (find_addr_reg): Revert previous patch.
25351
25352 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
25353
25354         * system.h (strstr): New external function declaration.
25355         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
25356         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
25357         * config.in, configure: Rebuilt.
25358
25359 1999-06-24  Tom Tromey  <tromey@cygnus.com>
25360
25361         * gcc.c (main): Read user-specified specs files after computing
25362         additional startfile_prefixes.
25363
25364 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
25365
25366         Revert these two patches:
25367
25368         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25369         * loop.c (strength_reduce): When doing biv->giv conversion, update
25370         reg note of NEXT->insn.
25371
25372         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25373         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25374         reg_biv_class.
25375         (recombine_givs): Set ix field after sorting.
25376
25377 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25378
25379         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
25380         for the parts of an UNSPEC / UNSPEC_VOLATILE.
25381
25382 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
25383
25384         *fixinc/inclhack.def:  Add fix development commentary
25385         (read_ret_type): reactivate and add selection clause
25386         (zzz_*): tweak output file name to match what is used in hackshell.tpl
25387         *fixinc/{fixincl.x|inclhack.sh}: regen
25388
25389 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
25390
25391         * expr.c (expand_expr): STRIP_NOPS before checking against
25392         MAX_INTEGER_COMPUTATION_MODE
25393         (check_max_integer_computation_mode): Likewise.
25394
25395 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
25396
25397         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
25398
25399 1999-06-22  Jim Wilson  <wilson@cygnus.com>
25400
25401         * expr.c (store_expr): When target is a promoted subreg, return a
25402         promoted subreg as a result.
25403
25404 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
25405
25406         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
25407         coding standards.
25408         (dwarf2out_define): Mark unused parameters appropriately.
25409         (gen_unspecified_parameters_die): Ditto.
25410         (gen_subprogram_die): Fix signed/unsigned warnings.
25411         (gen_variable_die): Ditto.
25412
25413 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
25414
25415         * fixinc/inclhack.def(end_else_label): combined else_label
25416         and endif_label and fixed the sed expression.
25417         *fixinc/{fixincl.x|inclhack.sh}: regen
25418
25419 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
25420
25421         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
25422         'x' when handling non-offsettable addresses
25423
25424 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
25425
25426         * final.c (shorten_branches): Don't try to split an insn that has
25427         been deleted.
25428
25429 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
25430
25431         * config/mips/mips.c (symbolic_expression_p): New function.
25432         (mips_select_rtx_section): Put symbolic expressions in the
25433         data section, not the read-only data section.
25434
25435 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
25436
25437         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
25438
25439 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
25440
25441         * collect2.c (main): Log frame table count.
25442         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
25443         (scan_prog_file) [COFF]: Handle frame tables.
25444
25445         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
25446         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
25447         * alpha/elf.h: Undef them again.
25448         * alpha/vms.h: Remove their definitions.
25449
25450 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25451
25452         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
25453         remove the clobber of r0 and change the REG_UNUSED note to
25454         REG_INC.
25455
25456 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
25457
25458         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
25459         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
25460         fits in HOST_WIDE_INT and one uses union to access a long constant
25461         as double.
25462
25463 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
25464
25465         * sparc.c (sparc_override_options): Don't allow profiling for
25466         code models other than medlow.
25467         (sparc_function_profiler): New function from old FUNCTION_PROFILER
25468         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
25469         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
25470         (sparc_block_profiler): Likewise.
25471         (sparc_function_block_profiler_exit): Likewise.
25472         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
25473         (FUNCTION_BLOCK_PROFILER): Likewise.
25474         (BLOCK_PROFILER): Likewise.
25475         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
25476         (MCOUNT_FUNCTION): New.
25477         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
25478         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
25479         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
25480         (MCOUNT_FUNCTION): New.
25481         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
25482         (BLOCK_PROFILER): Delete.
25483         (MCOUNT_FUNCTION): New.
25484
25485 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
25486
25487         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
25488
25489 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25490
25491         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25492         Add the macros.
25493
25494         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25495         Ditto.
25496
25497         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25498         Ditto.
25499
25500         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25501         Ditto.
25502
25503 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
25504
25505         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
25506         types.
25507
25508 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
25509
25510         * i386/djgpp.h (LIB_SPEC): New.
25511         (STARTFILE_SPEC): New.
25512
25513         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25514
25515 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25516
25517         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25518         compiler flags.
25519
25520         * system.h (WSTOPSIG): New macro.
25521
25522 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25523
25524         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25525         4 bytes.
25526         (insert_pack_attributes): Take into account member natural
25527         alignment.
25528
25529         * i386/winnt.c (exports_head): New static variable.
25530         (i386_pe_record_exported_symbol): New function.
25531         (i386_pe_asm_file_end): Use.
25532         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25533         symbols to be emitted at end of assembly.
25534         (ASM_DECLARE_OBJECT_NAME): Likewise.
25535         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25536
25537         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25538         -iwithprefix.
25539
25540 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25541
25542         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25543         in last change.
25544
25545 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25546
25547         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25548         zapping reg_last_uses directly.
25549         (sched_analyze_2, sched_analyze_insn): Likewise.
25550         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25551
25552 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25553
25554         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25555         attributes for cases 1 and 2.
25556
25557 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25558
25559         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25560         instead of set.
25561
25562 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25563
25564         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25565
25566 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25567
25568         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25569         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25570         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25571         must be stacked if it is used for PIC accesses.
25572         * arm.c (use_return_insn): Handle PIC register specially.
25573         (output_return_instruction): Likewise.
25574         (output_func_{prologue,epilogue}): Likewise.
25575         (output_expand_prologue): Likewise.
25576
25577         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25578         (*strsi_predec): Renamed from *strqi_predec.
25579         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25580         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25581
25582         * arm.c (arm_override_options): Remove warning about PIC code
25583         not being supported.
25584
25585 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25586
25587         * rs6000.c (find_addr_reg): New function.
25588         * rs6000.h (find_addr_reg): Declare.
25589         (offsettable_addr_operand): Delete.
25590         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25591         from and stores to GPRs.
25592
25593 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25594
25595         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25596         gen_sequence as argument to emit_no_conflict_block.
25597
25598 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25599
25600         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25601         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25602         *fixinc/fixincl.x: regen
25603         *fixinc/inclhack.sh: regen
25604
25605 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25606
25607         * added support for -mpcrel (PC relative addressing for m68k)
25608         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25609         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25610         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25611         (comments for general_src_operand): Add some explanation
25612         about EXTRA_CONSTRAINTS.
25613         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25614         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25615         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25616         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25617         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25618         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25619         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25620         if not already set.
25621         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25622         * m68k.h (TARGET_PCREL): New target flag.
25623         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25624         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25625         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25626         contains a SYMBOL_REF.  Relax this constraint during reload, since
25627         we want to use the predicates, not reload's built-in concept of a
25628         valid memory address, to control what insns need reloading.
25629         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25630         operands (essentially 'g', 'm', and 's' under normal circumstances).
25631         * m68k.c (print_operand): Cause printing of pc-relative addresses
25632         to include pc register.
25633         (print_operand_address): Ditto.
25634         (general_src_operand): Accept operands that are not only
25635         general_operands, but are also valid when used as a pc-relative
25636         source.
25637         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25638         (memory_src_operand): Similar, for memory_operands.
25639         (pcrel_address): New predicate to accept the special case of a
25640         pc-relative address.
25641         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25642         QImode insns to accept *_src_operand instead of *_operand where
25643         pc-relative operands can fit.  For example, a pc-relative operand
25644         can be used as a memory source operand for addsi3, but not as a
25645         memory destination.
25646         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25647
25648 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25649
25650         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25651         .thumb_set pseudo op to mark aliases of thumb functions.
25652
25653 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25654
25655         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25656         preference to ASM_OUTPUT_DEF, if it is defined.
25657
25658         * tm.texi: Document new, optional target macro
25659         ASM_OUTPUT_DEF_FROM_DECLS.
25660
25661 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25662
25663         * fixincludes: ISCNTL patch
25664         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25665         (dgux_int_varargs): new for DG/UX
25666         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25667
25668 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25669
25670         * invoke.texi (ia32 options): Fix typo.
25671
25672 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25673
25674         * loop.c (strength_reduce): When doing biv->giv conversion, update
25675         reg note of NEXT->insn.
25676
25677 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25678
25679         * loop.c (move_movables): Note issues with replacing REGs with
25680         SUBREGs.
25681         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25682
25683 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25684
25685         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25686
25687         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25688         the reference to `mcount' was not correct for the ELF on FreeBSD.
25689
25690 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25691
25692         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25693         reg_biv_class.
25694
25695         (recombine_givs): Set ix field after sorting.
25696
25697 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25698
25699         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25700         to safe to extract a subword out of a REG.
25701
25702 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25703
25704         * sh.md (mulsi3): Don't add a no-op move at the end.
25705
25706 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25707
25708         * cse.c (cse_insn): Don't put hard register source into tables for
25709         the last insn of a libcall.
25710
25711 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25712
25713         * loop.c (strength_reduce): Insert sets of derived givs at every
25714         biv increment, even if it's the only one.
25715
25716 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25717
25718         * dwarfout.c (add_incomplete_type): New fn.
25719         (output_type): Call it.
25720         (retry_incomplete_types): New fn.
25721         (dwarfout_finish): Call it.
25722
25723         From Eric Raskin <ehr@listworks.com>:
25724         (output_type): Output types for bases.
25725
25726 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25727
25728         * mips.c (mips_output_conditional_branch): Add `break'
25729         between `default' label and `close braces'.
25730
25731 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25732
25733         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25734         specifications and make it realistic.
25735         (LIB_SPEC): Likewise.
25736
25737 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25738
25739         * config/mips/mips.c (mips_secondary_reload_class): Check for
25740         (PLUS (SP) (REG)) and return appropriate register class.
25741         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25742         Handle (PLUS (SP) (REG)).
25743         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25744         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25745         of emit_insn for tablejump.
25746
25747 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25748
25749         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25750         asm_fprintf format string by itself.
25751         (output_function_profiler): Likewise.
25752
25753 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25754
25755         * combine.c (simplify_logical, case AND): Only call
25756         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25757         or the constant is positive.
25758
25759 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25760
25761         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25762         * configure: Regenerate.
25763
25764 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25765
25766         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25767         require a sub-version #.
25768         * configure: Rebuilt.
25769
25770 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25771
25772         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25773
25774 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25775
25776         * c-typeck.c (process_init_element): Detect excess elements in
25777         char array initializer.
25778
25779 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25780
25781         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25782
25783 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25784
25785         * invoke.texi (Option Summary): Add -fpermissive flag.
25786
25787 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25788
25789         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25790         that require PIC code sequences.
25791
25792 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25793
25794         * configure.in: Add new target: thumb-elf.
25795         * configure: Regenerate.
25796         * config/arm/t-thumb-elf: New file: Makefile fragment for
25797         thumb-elf build.
25798         * config/arm/telf.h: New file: Header file for thumb-elf
25799         build.
25800
25801 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25802
25803         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25804         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25805         initializers is some circumstances.
25806
25807         * fixinc/inclhack.def (endif_label): Add additional selector for
25808         more bogus stuff after #endif statements.
25809         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25810
25811 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25812
25813         * i386/cygwin.h (SET_ASM_OP): Define.
25814
25815 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25816
25817         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25818
25819 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25820
25821         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25822         latter.
25823
25824         * sh.md (ic_invalidate_line_i): Remove second alternative.
25825
25826 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25827
25828         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25829         test for the presence of valid prototypes.  Delete bypass expr.
25830         (ioctl_fix_ctrl): Correct the selection expression.
25831         (no_double_slash): Correct quoting rules
25832         *fixinc/fixincl.x: regen
25833         *fixinc/inclhack.sh: regen
25834
25835 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25836
25837         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25838
25839 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25840
25841         * rs6000.md (movsi_got_internal_mem): Delete.
25842         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25843         (GOT_TOC_REGNUM): Delete.
25844         (PIC_OFFSET_TABLE_REGNUM): Define.
25845         (FINALIZE_PIC): Disable.
25846         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25847         (rs6000_replace_regno): Delete.
25848         (rs6000_finalize_pic): Likewise.
25849         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25850
25851 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25852
25853         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25854         is a note; use <= for the compare; advance P while it is
25855         a NOTE.
25856
25857 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25858
25859         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25860         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25861
25862         * varasm.c (remove_from_pending_weak_list): Verify t->name
25863         is non-NULL before passing it to strcmp.
25864
25865 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25866
25867         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25868         the typed arguments are not part of a comment
25869         (ioctl_fix_ctrl): Added a purpose comment
25870         *fixinc/fixincl.x: regenerate
25871         *fixinc/inclhack.sh: regenerate
25872
25873 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25874
25875         * invoke.texi: Add C4x invocation docs.
25876
25877 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25878
25879         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25880         Define new macros.
25881         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25882         TARGET_EXPOSE_LDP.
25883         (c4x_legitimize_reload_address): New function.
25884         * config/c4x/c4x.md: Update docs.
25885
25886 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25887
25888         * fixincludes: Avoid removing '.'.
25889         * fixinc/fixinc.svr4: Likewise.
25890         * fixinc/fixinc.winnt: Likewise.
25891         * fixinc/inclhack.tpl: Likewise.
25892         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25893
25894 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25895
25896         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25897         pattern.
25898         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25899
25900 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25901
25902         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25903         correctly.
25904
25905 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25906
25907         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25908         * configure: Regenerate.
25909
25910 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25911
25912         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25913         values.
25914
25915 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25916
25917         * fixinc/inclhack.def (avoid_bool): Also catch
25918         "typedef [unsigned] int bool".
25919         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25920
25921         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25922         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25923         * configure: Rebuilt.
25924
25925 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25926
25927         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25928         such that we can override its definitions if necessary.
25929         (CPP_SPEC): New define.  Support processor specific predefines via
25930         %(cpp_cpu).
25931         (CC1_SPEC): New define.  Support processor specific compiler
25932         options via %(cc1_cpu).
25933         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25934         -static.
25935
25936 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25937
25938         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25939         between sed's -e flag, and the open-quote following it.
25940         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25941
25942 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25943                           Jeffrey A Law  (law@cygnus.com)
25944
25945         * varasm.c (assemble_start_function): Remove the function
25946         from the pending weak decls list when we define a function.
25947         (assemble_variable): Similarly for variables.
25948         (weak_finish): Ignore items on the list with a NULL name.
25949         (remove_from_ending_weak_list); New function to "remove" an item
25950         from the pending weak declarations list.
25951
25952 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25953
25954         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25955
25956 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25957
25958         * c-lex.c (GETC): Redefine to call getch.
25959         (UNGETC): Redefine to call put_back.
25960         (putback_buffer): New structure type.
25961         (putback): New static structure.
25962         (getch): New function.
25963         (put_back): New function.
25964         (yylex): Replace unused bytes from bad multibyte character.
25965
25966 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25967
25968         * cpplib.c (do_define): Cast `alloca' return value.
25969         (do_include, do_undef, do_pragma): Likewise.
25970         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25971         values.
25972         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25973         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25974
25975 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25976
25977         * sparc.md (abstf2): This should be an expand.
25978         (split after abstf2_notv9): Fix mode.
25979         (abstf2_hq_v9): New pattern.
25980         (abstf2_v9): Only use when no hard quad.
25981         (absdf2_v9): Fix if target is not the same as source.
25982         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25983         Add correct output constraints.
25984
25985 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25986
25987         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25988         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25989
25990 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25991
25992         * mips.h (mips_output_conditional_branch): New function.
25993         (mips_adjust_insn_length): Likewise.
25994         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25995         (ADJUST_INSN_LENGTH): Likewise.
25996         * mips.c (print_operand): Add `F' and `W' for floating-point
25997         comparison opcodes.
25998         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25999         are now in bytes.
26000         (mips_adjust_insn_length): New function.
26001         (mips_output_conditional_branch): New function.
26002         * mips.md (length): Adjust attribute definition to handle
26003         conditional branches.  Change lengths to bytes, rather than
26004         instructions throughout.  Remove length attribute from
26005         instructions whose length is four bytes, and rely on the default
26006         instead.
26007         (dslot): Fix typo in comment.
26008         Reword conditional branch patterns to use
26009         mips_output_conditional_branch.
26010
26011 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
26012
26013         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
26014         (LIB_SPEC): Likewise.
26015         Link with -lprof1_r for -g/-pg.
26016
26017 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26018
26019         * loop.c (check_dbra_loop): Fix change of Jan 19.
26020
26021 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
26022
26023         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
26024         (STARTFILE_SPEC):  Define, override the svr4.h version.
26025         (ENDFILE_SPEC):  Likewise.
26026
26027 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
26028
26029         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
26030         * fixinc/fixincl.x: Regenerated.
26031         * fixinc/inclhack.sh: Regenerated.
26032
26033 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26034
26035         * sh.c (barrier_align): Don't return early for normal branch/barrier
26036         when optimizing for SH2.
26037
26038 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
26039
26040         * i386/udk.h (LINK_SPEC): Correct linker search path for
26041         system libraries.
26042
26043 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26044
26045         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
26046         (braf_label_ref_operand): Delete.
26047         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
26048         * sh.md (casesi_jump_2): Operand1 is now the inside of a
26049         label_ref, and has no predicate.
26050         The patten has a predicate to guard against invalid substitutions.
26051         (dummy_jump): Delete.
26052         (casesi): Update use of casesi_jump_2.
26053
26054 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26055
26056         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
26057         *fixinc/fixincl.x: regenerate
26058         *fixinc/inclhack.sh: regenerate
26059
26060 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
26061
26062         * dwarf2out.c (add_incomplete_type): New fn.
26063         (gen_struct_or_union_type_die): Call it.
26064         (retry_incomplete_types): New fn.
26065         (dwarf2out_finish): Call it.
26066
26067 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
26068
26069         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
26070         current block starts with a CODE_LABEL and ends with a CALL and
26071         we can not find all the argument setup instructions for the CALL.
26072
26073 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
26074
26075         Revert this change:
26076         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
26077         something is a candidate for optimize_bit_field_compare.
26078
26079 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26080
26081         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
26082
26083 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
26084
26085         * alpha.c (override_options): Thinko in last patch.
26086
26087         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
26088         (LIB_SPEC): Recognize -pthread.
26089
26090 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
26091
26092         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
26093         definition in config/arm/coff.h
26094         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
26095
26096 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
26097
26098         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
26099         fixes that need "file=xxx\n" prepended before invocation
26100         (start_fixer - new): starting the fixer process is complex enough
26101         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
26102         (process): uses the new routine; omit usage of putenv()
26103         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
26104         * fixinc/fixincl.x: regenerate
26105
26106 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
26107
26108         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
26109         and version #s (1.1 -> 2.96) as needed.
26110         * README.g77: Kill way out of date file in the toplevel directory.
26111
26112 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
26113
26114         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
26115         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
26116         * configure: Rebuilt.
26117         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
26118         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
26119         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
26120         (SWITCH_TAKES_ARG): Likewise.
26121         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
26122         * config/t-freebsd: Moved from config/i386/ so it can used for all
26123         FreeBSD targets.
26124
26125 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
26126
26127         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
26128
26129 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
26130
26131         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
26132         * configure: Rebuilt.
26133
26134 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
26135
26136         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
26137         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
26138         * rs6000/rs6000.c (rs6000_file_start): Use putc.
26139         (rs6000_output_load_toc_table): Same.
26140         (output_prolog, output_mi_thunk): Same.
26141         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
26142         (ASM_GLOBALIZE_LABEL): Use putc.
26143
26144 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
26145
26146         * alpha.md (reload_*_help): New patterns and splitters.
26147         (reload_*): Use them.
26148         (mov[qh]i): Likewise.
26149
26150 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
26151
26152         * cccp.c (handle_directive): Handle backslash-newlines in quoted
26153         strings correctly.
26154
26155 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
26156
26157         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
26158
26159 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
26160
26161         * flow.c (mark_regs_live_at_end, insn_dead_p,
26162         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
26163         and HARD_FRAME_POINTER_REGNUM special treatment if reload
26164         hasn't run or the frame pointer is needed.
26165         * haifa-sched.c (attach_deaths): Likewise.
26166         * sched.c (attach_deaths): Likewise.
26167
26168 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
26169
26170         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
26171         calculate_can_reach_end returns nonzero.
26172
26173         * configure.in (native gas tests): Search for an assembler in the
26174         same manner that the installed compiler will.
26175         * configure: Rebuilt.
26176         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
26177
26178         * alias.c (find_base_term): Improve handling of addresses
26179         constructed from binary operations.
26180
26181 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
26182
26183         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
26184
26185 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
26186
26187         * function.h (cleanup_label, frame_offset): Declare.
26188         (tail_recursion_label, tail_recursion_reentry): Likewise.
26189         (arg_pointer_save_area, rtl_expr_chain): Likewise.
26190         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
26191         (tail_recursion_label, tail_recursion_reentry): Likewise.
26192         (arg_pointer_save_area, rtl_expr_chain): Likewise.
26193
26194 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
26195
26196         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
26197         defined.
26198         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
26199         (MAX_OFILE_ALIGNMENT): Define.
26200
26201 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
26202
26203         * fixincl.c: Replace local include scheme with #includes of
26204         gansidecl.h and system.h.
26205         * procopen.c:  Likewise.
26206         * server.c:  Likewise.
26207
26208 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
26209
26210         * i386/t-dgux (EXTRA_PARTS): Add crti.o
26211         (crti.o): Add build rule and dependencies.
26212         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
26213
26214 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26215
26216         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
26217         (LIB_LINUX_SPEC): Likewise.
26218         (LIB_LINUX_SPEC): Add support for -pthread
26219         (CPP_OS_LINUX_SPEC): Likewise.
26220         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
26221         specified.
26222
26223 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
26224
26225         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
26226         conditional move.
26227         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
26228         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
26229         for IEEE math and CC_FCOMI.
26230         (put_jump_code): No IEEE if CC_FCOMI is set.
26231
26232 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26233
26234         * fold-const.c (fold_truthop): Make the field reference unsigned
26235         when converting a single bit compare.
26236
26237 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26238
26239         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
26240
26241 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
26242
26243         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
26244         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
26245         version did.
26246
26247         * reload.c (push_reload): Do not call remove_address_replacements
26248         when presented with identical optional reloads.
26249
26250 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
26251
26252         * alpha.h (MASK_FIX, TARGET_FIX): New.
26253         (MASK_*): Reorganize constants.
26254         (CPP_AM_FIX_SPEC): New.
26255         (TARGET_SWITCHES): Add FIX.
26256         (EXTRA_SPECS): Likewise.
26257         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
26258         (SECONDARY_MEMORY_NEEDED): Likewise.
26259         (REGISTER_MOVE_COST): Likewise.
26260         * alpha.c (override_options): Add FIX support.  Always use
26261         ALPHA_TP_PROG for ev6.
26262         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
26263         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
26264         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
26265
26266 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
26267
26268         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
26269         something is a candidate for optimize_bit_field_compare.
26270
26271 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
26272
26273         * gcc.texi (Passes): Document branch-shortening.
26274         * invoke.texi (Debugging Options): Document the fact that `-dp'
26275         outputs length information for instructions.
26276
26277 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
26278
26279         * flow.c: Revert previous delta.
26280
26281 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
26282
26283         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
26284         FRAME_POINTER_REGNUM.
26285         (mark_set_1): Ditto.
26286         (mark_used_regs): Ditto.
26287
26288 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
26289
26290         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
26291         (GOT_PCREL): New macro.  Define to 1 if not already defined.
26292         * arm/elf.h (GOT_PCREL): Define to 0.
26293         * arm.c (arm_finalize_pic): Take into account the setting of
26294         GOT_PCREL.
26295
26296 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
26297
26298         * output.h (STRIP_NAME_ENCODING): Provide default definition.
26299         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
26300
26301         * flow.c (mark_set_1): Do not record BLKmode stores as dead
26302         store elimination candidates.
26303
26304 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
26305
26306         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
26307         TARGET_GAS.
26308
26309 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
26310
26311         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
26312         Add use of x-aix41-gld.
26313
26314 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
26315
26316         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
26317         (ASM_OUTPUT_DESTRUCTOR): Define.
26318
26319 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
26320
26321         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
26322         last CODE_LABEL in a loop if we have previously passed a jump
26323         to the top of the loop.
26324
26325 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
26326
26327         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
26328         applying Philip's patch.
26329
26330 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
26331
26332         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
26333         are not VAR_DECLs.
26334
26335 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
26336
26337         * loop.c (strength_reduce): Grow reg_single_usage as needed.
26338
26339 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
26340
26341         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
26342         Also remove a useless comment.
26343
26344 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
26345
26346         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
26347
26348 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
26349
26350         * collect2.c (main): Only generate import or export file and add
26351         to link arguments if non-empty.  Use xmalloc not alloca.
26352         (write_{export,import}_file): Delete.
26353         (write_aix_file): New function.
26354         (locatelib): Use xmalloc not malloc.
26355         (GCC_OK_SYMBOL): Do not check type if aix64.
26356
26357 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
26358
26359         Based on patch by Scott Bambrough and Pat Beirne:
26360         * config/arm/arm.c (making_const_table): New variable.
26361         * config/arm/arm.h (making_const_table): Declare.
26362         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
26363         appropriate.
26364         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
26365         Keep track of when we are building the constant table.
26366
26367 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
26368
26369         * config/arm/arm.c (arm_override_options): Fix erroneous warning
26370         message.
26371
26372 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
26373
26374         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
26375         defined.
26376
26377 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
26378
26379         * tm.texi (FUNCTION_ARG): Correct description of a stack element
26380         in a PARALLEL.
26381
26382 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
26383
26384         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
26385
26386 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26387
26388         * rs6000.c (output_mi_thunk): Enable full support again.
26389
26390 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26391
26392         * sh.h (BRANCH_COST): Define.
26393
26394 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
26395
26396         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
26397
26398 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
26399
26400         * function.c (assign_stack_local): Align stack slot propertly.
26401         (assign_outer_stack_local): Likewise.
26402
26403 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
26404
26405         * expr.h (lang_expand_constant): Declare.
26406         * toplev.c (lang_expand_constant): Define it.
26407         * varasm.c (output_constant): Use it.
26408
26409 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26410
26411         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
26412         Change function definitions to K&R style.
26413
26414 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26415
26416         * fixinc/fixincl.c: We must not ignore SIGCLD now.
26417
26418 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
26419
26420         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
26421         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
26422         (several places): omit static initialization
26423         (process): use single fd, since only the read fd is used
26424         * fixinc/gnu-regex.c: define 'const' away, if not supported
26425         * fixinc/procopen.c(several places): omit static initialization
26426         * fixinc/server.c: define 'volitile' away, if not supported
26427
26428 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26429
26430         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
26431         asm_fprintf and %L to generate the label name.
26432         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
26433         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
26434
26435 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
26436
26437         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
26438         insn for a conditional jump can not be found.
26439
26440 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
26441
26442         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
26443         on variables in specific sections other than .sbss and .sdata.
26444
26445 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
26446
26447         * stmt.c (expand_return): Call start_cleanup_deferral and
26448         end_cleanup_deferral around conditional code.
26449
26450 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26451
26452         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
26453         filename lists.  Utilizes new "krstr" AutoGen function.
26454         * fixinc/fixincl.x: Rebuilt.
26455
26456 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
26457
26458         * i386.c (output_float_compare): Avoid GNU-C extensions.
26459
26460 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
26461
26462         * version.c: Bump to distinguish mainline tree from the
26463         gcc-2.95 branch.
26464
26465 See ChangeLog.1 for earlier changes.