OSDN Git Service

* pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2002-06-05  Jeffrey Law  <law@redhat.com>
2
3         * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
4         rejects (mem (lo_sum (reg) (unspec))), but will allow
5         (mem (lo_sum (reg) (symbol_ref)) for PA2.0. 
6
7 2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8
9         * cpphash.h (_cpp_create_definition): Update prototype.
10         (_cpp_push_text_context, _cpp_create_trad_definition): New.
11         ( cpp_lex_identifier_trad): New.
12         (_cpp_set_trad_context): New.
13         * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
14         * cpplib.c (SEEN_EOL): Update.
15         (lex_macro_node): Update for -traditional.
16         (cpp_push_buffer, _cpp_pop_buffer): Similarly.
17         * cppmacro.c (_cpp_create_definition): Split into
18         create_iso_definition() and _cpp_create_trad_definition().
19         (warn_of_redefinition): Update prototype; handle traditional
20         macros.
21         (_cpp_push_text_context): New.
22         * cpptrad.c (skip_whitespace, push_replacement_text): New.
23         (lex_identifier): Call ht_lookup with correct start.
24         (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
25         _cpp_set_trad_context): New.
26         (scan_out_logical_line): Update to handle changing contexts.
27
28 Wed Jun  5 20:42:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
29
30         * config.gcc (sh-*-elf*,  sh64*-*-elf*): Unify.
31         (shl*-*-elf*): Add.
32         * config/sh/t-be (MULTILIB_ENDIAN): Set.
33         * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
34         * t-sh (MULTILIB_ENDIAN): Set.
35         (MULTILIB_OPTIONS): Use it.
36         * t-sh64 (MULTILIB_OPTIONS): Likewise.
37         (MULTILIB_DIRNAMES): Likewise.
38
39 2002-06-05  Gabriel Dos Reis  <gdr@codesourcery.com>
40
41         * toplev.h (report_error_function): Remove.
42
43         * diagnostic.h (location_t): New datatype.
44         (text_info): Likewise.
45         (diagnostic_info): Likewise.
46         (output_prefix): New macro.
47         (diagnostic_last_function_changed): Likewise.
48         (diagnostic_set_last_function): Likewise.
49         (diagnostic_last_module_changed): Likewise.
50         (diagnostic_set_last_module): Likewise.
51         (report_diagnostic): Now macro.
52         (diagnostic_set_info): Declare.
53
54         * diagnostic.c (report_problematic_module): Rename to
55         diagnostic_repor_current_module. 
56         (set_diagnostic_context): Remove.
57         (count_error): Rename to diagnostic_error_count.
58         (error_function_changed): Remove.
59         (record_last_error_function): Likewise.
60         (error_module_changed): Likewise.
61         (record_last_error_module): Likewise.
62         (context_as_prefix): Rename to diagnostic_build_prefix.
63         (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
64         (diagnostic_set_info): New function.
65
66         * objc/objc-act.c: #include diagnostic.h
67         (error_with_ivar): Adjust call to count_error.
68         (warn_with_method): Likewise.
69         * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
70
71 2002-06-05  Bob Wilson  <bob.wilson@acm.org>
72
73         * config/xtensa/xtensa.c (xtensa_build_va_list): Use
74         lang_hooks.types.make_type instead of make_node; set up
75         __va_list_tag type decl.
76         (xtensa_builtin_saveregs): Remove broken use of
77         RTX_UNCHANGING_P and unnecessary use of MEM_IN_STRUCT_P
78         for saved registers; add varargs alias set.
79
80 2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
81
82 config:
83         * alpha/gnu.h: Undef TARGET_OS_CPP_BUILTINS.
84         * i386/beos-elf.h: Use TARGET_OS_CPP_BUILTINS rather than
85         CPP_PREDEFINES and part of CPP_SPEC.
86         i386/freebsd-aout.h, i386/gas.h, i386/gnu.h, i386/linux-aout.h,
87         i386/linux.h, i386/moss.h, i386/xm-vsta.h: Similarly.
88
89 Wed Jun  5 15:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
90
91         * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
92
93 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
94
95         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
96
97 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
98
99         * gengtype-yacc.y: Make sure all rules end with a semicolon.
100
101 2002-06-04  Bob Wilson  <bob.wilson@acm.org>
102
103         * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
104         typo in function prototype and include "ggc.h" header.
105
106 2002-06-04  Richard Henderson  <rth@redhat.com>
107
108         * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
109         (print_operand) ['U']: Likewise.
110         (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
111         (alpha_expand_unaligned_store_words): Likewise.
112         (alpha_expand_builtin_vector_binop): Fix typo.
113         (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
114         umulh, and cix insns.
115         (one_arg_builtins): Add cix builtins.
116         (two_arg_builtins): Add ext, ins, msk, umulh builtins.
117         (alpha_expand_builtin): Fix typo in arity.
118         * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
119         (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
120         builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
121         builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
122         builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
123         builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
124         builtin_ctlz, builtin_ctpop): New.
125         * doc/extend.texi (Alpha Built-in Functions): Update.
126
127 2002-06-04  Geoffrey Keating  <geoffk@redhat.com>
128
129         * gengtype.c (write_gc_root): Don't unnecessarily prevent
130         global variable-length arrays being roots.
131
132         * config.gcc (powerpc-*-darwin*): Set config_gtfiles.
133         * configure.in (config_gtfiles): New variable.
134         (all_gtfiles): Initialise from config_gtfiles.
135         * configure: Regenerate.
136
137 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
138
139 config/i386:
140         * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
141         i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
142         mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
143         sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
144         win32.h (CPP_SPEC): Remove cpp_cpu.
145         * i386.h (TARGET_CPU_CPP_BUILTINS): Use.
146         (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
147
148 2002-06-04  Janis Johnson  <janis187@us.ibm.com>
149
150         * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
151
152 2002-06-04  Jeff Law <law@redhat.com.
153             David Edelsohn <edelsohn@gnu.org>
154             Michael Matz <matz@kde.org>
155
156         * sched-int.h (struct deps): New field libcall_block_tail_insn.
157         * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
158         * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
159         is set, then mark the current insn as being part of a libcall
160         scheduling group.
161         (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
162
163         * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
164         insns against the issue rate.
165
166 Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
167
168         * cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
169         * final.c (final_scan_insn): Likewise.
170         * ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
171         NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
172         * haifa-sched.c (unlink_other_notes): Likeewise.
173         (reemit_notes): Likewise.
174         * print-rtl.c (print_rtx): Likewise.
175         * sched-deps (sched-analyze): Likewise.
176         * rtl.c (note_insn_name): Likewise.
177         * rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
178         (enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
179         (RANGE_*): Kill.
180
181 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
182
183         * varasm.c (mark_constants): Handle RTX format 'B'.
184
185 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
186
187         * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
188         (struct cpp_context): Add traditional fields.
189         * cppmacro.c (paste_all_tokens, push_ptoken_context,
190         push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
191         * cpptrad.c (skip_comment, lex_identifier,
192         _cpp_read_logical_line_trad, scan_out_logical_line): Update.
193
194 2002-06-04  Kazu Hirata  <kazu@cs.umass.edu>
195
196         * gbl-ctors.h: Fix formatting.
197         * gcc.c: Likewise.
198         * gccspec.c: Likewise.
199         * gcov.c: Likewise.
200         * gcov-io.h: Likewise.
201         * gcse.c: Likewise.
202         * ggc-common.c: Likewise.
203         * ggc.h: Likewise.
204         * ggc-page.c: Likewise.
205         * ggc-simple.c: Likewise.
206         * global.c: Likewise.
207         * graph.h: Likewise.
208         * gthr-dce.h: Likewise.
209         * gthr.h: Likewise.
210         * gthr-posix.h: Likewise.
211         * gthr-rtems.h: Likewise.
212         * gthr-solaris.h: Likewise.
213         * gthr-win32.h: Likewise.
214
215 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
216
217         Merge from pch-branch:
218         
219         * gengtype.h (UNION_OR_STRUCT_P): New macro.
220         * gengtype.c (write_gc_structure_fields): Use it.
221         (write_gc_root): Use it here too.
222
223         * gengtype.c (write_gc_structure_fields): Assume that lengths
224         of typenames fit into an 'int'; don't pass a size_t to "%d" in
225         printf.
226         (write_gc_marker_routine_for_structure): Likewise.
227         (write_gc_types): Likewise.
228         (write_gc_root): Likewise.
229
230         * varray.h (VARRAY_CLEAR): New.
231         (varray_clear): Prototype.
232         * varray.c (varray_clear): New.
233         * cselib.c (reg_values_old): New.
234         (used_regs_old): New.
235         (cselib_init): Use cached varrays if available to avoid
236         generating large amounts of garbage.
237         (cselib_finish): Don't throw away old varrays.
238
239         * final.c (insn_addresses_): Move out of ifdef.
240
241         * varray.c (uses_ggc): Make more varray kinds GCable.
242         * varray.h (union varray_data_tag): Let gengtype see
243         fields 'generic' and 'te'.
244         * reg-stack.c: Include gt-reg-stack.h, ggc.h.
245         (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.
246         (reg_to_stack): Don't call VARRAY_FREE.
247         * insn-addr.h (INSN_ADDRESSES_FREE): Don't use VARRAY_FREE.
248         (insn_addresses_): Use gengtype to mark.
249         * gengtype.c (write_gc_structure_fields): Handle arrays of generic
250         pointers; handle generic pointers in unused union fields.
251         (get_output_file_with_visibility): Include cselib.h,
252         insn-addr.h in gtype-desc.c.
253         * function.c (prologue): Use gengtype to mark.
254         (epilogue): Likewise.
255         (sibcall_epilogue): Likewise.
256         * dependence.c: Include gt-dependence.h, ggc.h.
257         (struct def_use): Use gengtype to mark.
258         (struct loop): Likewise.
259         (struct induction): Likewise.
260         (struct dependence): Likewise.
261         (def_use_chain): Likewise.
262         (dep_chain): Likewise.
263         (loop_chain): Likewise.
264         (induction_chain): Likewise.
265         (init_dependence_analysis): Don't free anything, just clear pointers.
266         (build_def_use): Use GGC to allocate def_use.
267         (add_loop): Use GGC to allocate loop.
268         (find_induction_variable): Use GGC to allocate induction.
269         (check_node_dependence): Use GGC to allocate induction, dependence.
270         (dump_node_dependence): Don't free varrays.
271         (end_dependence_analysis): Likewise.
272         * cselib.h (struct cselib_val_struct): Use gengtype to mark.
273         (struct elt_loc_list): Likewise.
274         (struct elt_list): Likewise.
275         * cselib.c: Don't include obstack.h.
276         (hash_table): Use gengtype to mark.
277         (reg_values): Use gengtype to mark.
278         (used_regs): Use gengtype to mark.
279         (cselib_obstack): Delete.
280         (cselib_startobj): Delete.
281         (empty_vals): Mark as deletable.
282         (empty_elt_lists): Mark as deletable.
283         (empty_elt_loc_lists): Mark as deletable.
284         (new_elt_list): Use GGC to allocate struct elt_list.
285         (new_elt_loc_list): Use GGC to allocate struct elt_loc_list.
286         (clear_table): Don't delete obstack; don't unnecessarily clear
287         deletable variables.
288         (new_cselib_val): Use GGC to allocate struct cselib_val.
289         (cselib_init): Don't set up obstacks.  Use GGC to allocate
290         hash table.
291         (cselib_finish): Just clear variables, don't free anything.
292         * Makefile.in (cselib.o): Remove dependency on $(OBSTACK_H).
293         (reg-stack.o): Add dependency on gt-reg-stack.h, $(GGC_H).
294         (dependence.o): Add dependency on gt-dependence.h, $(GGC_H).
295         (GTFILES): Add insn-addr.h, cselib.h, dependence.c, reg-stack.c.
296         (gt-reg-stack.h): New rule.
297         (gt-dependence.h): New rule.
298         (gtype-desc.o): Add cselib.h, insn-addr.h.
299
300         * varray.c: Use only necessary headers.
301         (element_size): New.
302         (uses_ggc): New.
303         (varray_init): Take type, not size.  Use GGC if appropriate.
304         (varray_grow): Update for change to struct varray_head_tag.
305         Use GGC if appropriate.
306         * varray.h (struct const_equiv_data): Use gengtype.
307         (enum varray_data_enum): New.
308         (union varray_data_tag): Use gengtype.
309         (struct varray_head_tag): Use gengtype.  Replace size field with
310         enum varray_data_enum.
311         (varray_init): Update prototype.
312         (VARRAY_SCHED_INIT): Delete.
313         (VARRAY_*_INIT): Update for change to varray_init.
314         (VARRAY_SCHED): Delete.
315         (VARRAY_PUSH_SCHED): Delete.
316         (VARRAY_TOP_SCHED): Delete.
317         * tree.h: Update for change to length specifier.
318         * tree-inline.c (optimize_inline_calls): Don't use VARRAY_FREE.
319         (clone_body): Likewise.
320         * ssa.h (ssa_definition): Use gengtype to mark.
321         * ssa.c (convert_from_ssa): Don't use VARRAY_FREE.
322         * ssa-dce.c (ssa_eliminate_dead_code): Don't use VARRAY_FREE.
323         * rtl.h (struct rtvec_def): Update for change to length specifier.
324         * integrate.c (expand_inline_function): Don't use VARRAY_FREE.
325         (struct initial_value_struct): Update for change to length specifier.
326         * ggc.h (ggc_add_rtx_varray_root): Delete prototype.
327         (ggc_add_tree_varray_root): Delete prototype.
328         (ggc_mark_rtx_varray): Delete prototype.
329         (ggc_mark_tree_varray): Delete prototype.
330         * ggc-common.c (ggc_add_rtx_varray_root): Delete.
331         (ggc_add_tree_varray_root): Delete.
332         (ggc_mark_rtx_varray): Delete.
333         (ggc_mark_tree_varray): Delete.
334         (ggc_mark_rtx_varray_ptr): Delete.
335         (ggc_mark_tree_varray_ptr): Delete.
336         * gengtype.h (enum typekind): Remove TYPE_VARRAY.
337         (create_varray): Delete prototype.
338         * gengtype.c (varrays): Delete.
339         (create_varray): Delete.
340         (adjust_field_type): Detect array of string pointers.
341         (process_gc_options): Remove code to handle varray_type option.
342         (set_gc_used_type): Remove TYPE_VARRAY case.
343         (output_escaped_param): New.
344         (write_gc_structure_fields): Use output_escaped_param on all
345         parameters.  Handle 'skip' with 'use_param' option.  Handle
346         arrays of strings.  Remove TYPE_VARRAY handling.
347         (write_gc_roots): Use boolean to detect 'length' option.
348         * gengtype-yacc.y (VARRAY_TYPE): Delete token.
349         (struct_fields): Call adjust_field_type on array fields.
350         (type): Remove VARRAY_TYPE case.
351         (type_option): Likewise.
352         * gengtype-lex.l: Don't consider varray_type a keyword.
353         * function.h: Update for change to length specifier.
354         (free_eh_status): Delete prototype.
355         * function.c (free_after_compilation): Don't call free_eh_status.
356         (reorder_blocks): Don't use VARRAY_FREE.
357         * except.c (struct eh_status): Update for change to length specifier.
358         remove varray_type specifier.
359         (free_eh_status): Delete.
360         * dwarf2out.c: Include gt-dwarf2out.h.
361         (used_rtx_varray): Use gengtype to mark, move
362         outside ifdefs.
363         (incomplete_types): Likewise.
364         (decl_scope_table): Likewise.
365         (dwarf2out_init): Don't call ggc_add_tree_varray_root.  
366         * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
367         * c-tree.h (struct lang_type): Update for change to length specifier.
368         * c-parse.in (yylexstring): Don't use VARRAY_FREE.
369         * c-objc-common.c: Include gt-c-objc-common.h.
370         (deferred_fns): Mark for gengtype.
371         (c_objc_common_init): Don't call ggc_add_tree_varray_root.
372         (expand_deferred_fns): Just set deferred_fns to 0 to free it.
373         * Makefile.in (c-objc-common.o): Add gt-c-objc-common.h.
374         (gtype-desc.o): Update dependencies.
375         (dwarf2out.o): Add gt-dwarf2out.h.
376         (varray.o): Update dependencies.
377         (GTFILES): Add varray.h, ssa.h, dwarf2out.c, c-objc-common.c.
378         (gt-c-objc-common.h): New rule.
379         (gt-dwarf2out.h): New rule.
380         * objc/objc-act.c (build_objc_string_object): Don't use VARRAY_FREE.
381
382         * doc/gty.texi (GTY Options): Correct spelling.
383         (GGC Roots): Likewise.
384         * Makefile.in (TEXI_CPP_FILES): New.
385         (TEXI_GCC_FILES): New.
386         (TEXI_GCCINT_FILES): New.
387         (TEXI_CPPINT_FILES): New.
388         ($(docdir)/cpp.info): Use new macros.
389         ($(docdir)/gcc.info): Likewise.
390         ($(docdir)/gccint.info): Likewise.
391         ($(docdir)/cppinternals.info): Likewise.
392         (cpp.dvi): Likewise.
393         (gcc.dvi): Likewise.
394         (gccint.dvi): Likewise.
395         (cppinternals.dvi): Likewise.
396
397         * Makefile.in ($(docdir)/gccint.info): Depend on gty.texi.
398         * doc/gccint.texi (Top): Include gty.texi.
399         * doc/gty.texi: New file.
400
401         * bitmap.c: Include ggc.h, gt-bitmap.h.
402         (bitmap_ggc_free): New.
403         (bitmap_elem_to_freelist): New.
404         (bitmap_element_free): Use bitmap_elem_to_freelist.
405         (bitmap_element_allocate): Allow use of GGC.
406         (bitmap_clear): Use bitmap_elem_to_freelist.
407         (bitmap_copy): Update for change to bitmap_element_allocate.
408         (bitmap_set_bit): Likewise.
409         (bitmap_operation): Update for changes elsewhere.
410         (bitmap_initialize): Allow to create bitmaps that will use GGC.
411         * bitmap.h (struct bitmap_element_def): Use gengtype.
412         (struct bitmap_head_def): Likewise.  Also add 'using_obstack' field.
413         (bitmap_initialize): Add extra parameter.
414         (BITMAP_OBSTACK_ALLOC): Update for change to bitmap_initialize.
415         (BITMAP_ALLOCA): Delete.
416         (BITMAP_XMALLOC): Update for change to bitmap_initialize.
417         (BITMAP_GGC_ALLOC): New.
418         * Makefile.in (gtype-desc.o): Add bitmap.h.
419         (bitmap.o): Add gt-bitmap.h, $(GGC_H).
420         (GTFILES): Add bitmap.c.
421         (gt-bitmap.h): New rule.
422         ($(HOST_PREFIX_1)bitmap.o): Add gt-bitmap.h.
423         * basic-block.h: Update for changes to bitmap_initialize.
424         * except.c (exception_handler_label_map): Move into...
425         (struct eh_status): Here.
426         (struct eh_region): Make 'aka' GCable.
427         (free_eh_status): Don't need to specially handle
428         exception_handler_label_map.
429         (add_ehl_entry): Update for changes to exception_handler_label_map.
430         (find_exception_handler_labels): Likewise.
431         (remove_exception_handler_label): Likewise.
432         (maybe_remove_eh_handler): Likewise.
433         (for_each_eh_label): Likewise.
434         (remove_eh_handler): Allocate 'aka' using GGC.
435         * gengtype.c (get_output_file_with_visibility): Add bitmap.h
436         to list of includes.
437
438         * gengtype.c (write_gc_marker_routine_for_structure): Name
439         the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.  
440         (write_gc_types): Arrange for the tests with NULL to be inlined.
441         (write_gc_roots): Update uses of procedure pointers.
442         * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
443
444         * Makefile.in (explow.o): Add dependency on gt-explow.h.
445         (sdbout.o): Add dependency on gt-sdbout.h.
446
447         * emit-rtl.c (const_int_htab): Use gengtype to clear unused entries.
448         (mem_attrs_htab): Likewise.
449         (init_emit_once): Don't call ggc_add_deletable_htab.
450         * fold-const.c (size_htab): Use gengtype to clear unused entries.
451         (size_int_type_wide): Don't call ggc_add_deletable_htab.
452         * gengtype.c (finish_root_table): Add LASTNAME and TNAME
453         parameters, use them, change callers.
454         (write_gc_root): Add IF_MARKED parameter, use it, change callers.
455         (write_gc_roots): Handle 'if_marked' option.
456         (main): Don't need to call set_gc_used_type any more.
457         * ggc.h (ggc_htab_marked_p): Delete.
458         (ggc_htab_mark): Delete.
459         (struct ggc_cache_tab): New.
460         (gt_ggc_cache_rtab): New declaration.
461         * ggc-common.c (struct d_htab_root): Delete.
462         (d_htab_roots): Delete.
463         (ggc_add_deletable_htab): Delete.
464         (ggc_htab_delete): Handle new htab-deleting mechanism.
465         (ggc_mark_roots): Use new htab-deleting mechanism.
466         * tree.c (type_hash_table): Use gengtype to clear unused entries.
467         Make static.
468         (init_obstacks): Don't call ggc_add_deletable_htab.
469
470         * objc/objc-act.h (struct hashed_attribute): Use gengtype.
471         (struct hashed_entry): Likewise.
472         (nst_method_hash_list): Likewise.
473         (cls_method_hash_list): Likewise.
474         (HASH_ALLOC_LIST_SIZE): Delete.
475         (ATTR_ALLOC_LIST_SIZE): Delete.
476         * objc/objc-act.c (hash_init): Use ggc to allocate
477         nst_method_hash_list, cls_method_hash_list.
478         (hash_enter): Use ggc to allocate; allocate one entry at a time.
479         (hash_add_attr): Likewise.
480         (ggc_mark_hash_table): Delete.
481         (objc_act_parse_init): Delete.
482         (objc_init): Delete reference to objc_act_parse_init.
483         * tlink.c: Replace hash.h with hashtab.h.  Explicitly include
484         obstack.h.  Replace references to 'struct hash_table' with htab_t.
485         (struct symbol_hash_entry): Replace hash header with key field.
486         (struct file_hash_entry): Replace hash header with key field.
487         (struct demangled_hash_entry): Replace hash header with key field.
488         (hash_string_eq): New.
489         (hash_string_hash): New.
490         (symbol_hash_newfunc): Delete.
491         (symbol_hash_lookup): Modify to use htab_t.
492         (file_hash_newfunc): Delete.
493         (file_hash_lookup): Modify to use htab_t.
494         (demangled_hash_newfunc): Delete.
495         (demangled_hash_lookup): Modify to use htab_t.
496         (tlink_init): Modify to use htab_t.
497         * hash.h: Delete.
498         * hash.c: Delete.
499         * ggc.h: Delete forward structure declarations.
500         Delete prototypes for deleted functions.
501         * ggc-common.c: Don't include hash.h.
502         (ggc_add_tree_hash_table_root): Delete.
503         (ggc_mark_tree_hash_table_entry): Delete.
504         (ggc_mark_tree_hash_table): Delete.
505         (ggc_mark_tree_hash_table_ptr): Delete.
506         * gengtype.c (write_gc_structure_fields): Allow param_is option.
507         (write_gc_marker_routine_for_structure): Use visibility of
508         the parameter if there is one.
509         * function.c: Replace hash.h with hashtab.h.  Replace references
510         to 'struct hash_table *' with htab_t.
511         (struct insns_for_mem_entry): Include a plain key.
512         (fixup_var_refs_insns_with_hash): Update to use htab_t.
513         (insns_for_mem_newfunc): Delete.
514         (insns_for_mem_hash): Update to use htab_t.
515         (insns_for_mem_comp): Likewise.
516         (insns_for_mem_walk): Likewise.
517         * c-lang.c: Include ggc.h.
518         * Makefile.in (OBJS): Remove hash.o.
519         (c-lang.o): Add GGC_H.
520         (COLLECT2_OBJS): Remove hash.o.
521         (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
522         (ggc-common.o): Remove hash.h.
523         (function.o): Remove hash.h, add HASHTAB_H.
524         (genautomata.o): Remove hash.h, add HASHTAB_H.
525
526         * varasm.c (mark_const_str_htab_1): Delete.
527         (mark_const_str_htab): Delete.
528         (const_str_htab_del): Delete.
529         (const_str_htab): Use gengtype to mark.
530         (init_varasm_once): Use gengtype to mark hashtables.  Use GC to
531         allocate them.
532         * tree.c (mark_tree_hashtable_entry): Delete.
533         (mark_tree_hashtable): Delete.
534         * tree.h (mark_tree_hashtable): Delete prototype.
535         * ggc.h (ggc_test_and_set_mark): Treat (void *)1 like NULL.
536         (ggc_mark): Likewise.
537         (ggc_calloc): New.
538         (htab_create_ggc): New.
539         * ggc-common.c (ggc_calloc): New.
540         * gengtype.h (enum typekind): Add TYPE_PARAM_STRUCT.
541         (struct type): Add param_struct structure.
542         * gengtype.c (param_structs): New.
543         (adjust_field_type): Handle param_is option.
544         (set_gc_used_type): Handle TYPE_PARAM_STRUCT.
545         (get_output_file_with_visibility): Include hashtab.h in gtype-desc.c.
546         (write_gc_structure_fields): Add new PARAM parameter.  Update
547         callers.  Handle use_param option.  Handle TYPE_PARAM_STRUCT.
548         (write_gc_marker_routine_for_structure): Add new PARAM parameter.
549         Use it to generate function name.  Update callers.
550         (write_gc_types): Add new PARAM_STRUCTS parameter.  Update callers.
551         Process them.
552         (write_gc_roots): Handle TYPE_PARAM_STRUCT.  Allow param_is
553         option.
554         (main): Define PTR as pointer-to-scalar.  Don't specially
555         mark deferred_string or ehl_map_entry.
556         * gengtype-yacc.y (PARAM_IS): Add new token.
557         (externstatic): Use adjust_field_type.
558         (type_option): Add PARAM_IS.
559         * gengtype-lex.l: Add rule for typedef of function pointers.
560         Add rule for PARAM_IS.
561         (IWORD): Add size_t.
562         * except.c (exception_handler_label_map): Use gengtype to mark.
563         (type_to_runtime_map): Likewise.
564         (mark_ehl_map_entry): Delete.
565         (mark_ehl_map): Delete.
566         (init_eh): Use gengtype for roots; use GC to allocate hash tables.
567         (t2r_mark_1): Delete.
568         (t2r_mark): Delete.
569         * Makefile.in (gtype-desc.o): Correct dependencies.
570         (GTFILES): Add hashtab.h.
571         (genautomata.o): Actually uses hashtab.h.
572
573         * Makefile.in (stringpool.o): Add $(GGC_H).
574         (dwarf2asm.o): Likewise.
575         (GTFILES): Add hashtable.h.
576         * c-common.h (struct c_common_identifier): Use gengtype.
577         * c-decl.h (c_mark_tree): Delete.
578         * c-lang.c (LANG_HOOKS_MARK_TREE): Delete.
579         * c-tree.h (struct lang_identifier): Use gengtype.
580         (union lang_tree_node): New.
581         (c_mark_tree): Delete prototype.
582         * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy 
583         dwarf2_debug_hooks.
584         * gengtype-lex.l (IWORD): Allow 'bool'.
585         (ptr_alias): Match.
586         * gengtype-yacc.y (ALIAS): New token.
587         (type_option): New rule.
588         (option): Use type_option.
589         * gengtype.c (process_gc_options): New.
590         (set_gc_used_type): Use it.
591         (write_gc_structure_fields): Add 'bitmap' parameter, change callers.
592         Add new variable 't' to hold the type of the field being processed.
593         Add more error checking.  Use UNION_P when looking at 'desc' option.
594         Handle language-specific structures containing other
595         language-specific structures.
596         (write_gc_types): Handle 'ptr_alias' option.
597         (main): Don't need to specially output lang_type, lang_decl, lang_id2.
598         * ggc-common.c (ggc_pending_trees): Delete.
599         (ggc_mark_roots): Don't manipulate ggc_pending_trees.
600         (ggc_mark_trees): Delete.
601         (gt_ggc_m_tree_node): Delete.
602         * ggc.h (ggc_pending_trees): Delete.
603         (ggc_mark_tree): Make alias of gt_ggc_m_tree_node.
604         * hashtable.h (ht_identifier): Use gengtype.
605         * langhooks-def.h (LANG_HOOKS_MARK_TREE): Delete.
606         * langhooks.h (struct lang_hooks): Delete mark_tree.
607         * sdbout.c [! SDB_DEBUGGING_INFO]: Define dummy sdb_debug_hooks
608         anyway.
609         * system.h: Poison LANG_HOOKS_MARK_TREE.
610         * tree.c (tree_node_structure): New.
611         * tree.h (struct tree_common): Use gengtype.
612         (struct tree_int_cst): Likewise.
613         (struct tree_real_cst): Likewise.
614         (struct tree_string): Likewise.
615         (struct tree_complex): Likewise.
616         (struct tree_vector): Likewise.
617         (struct tree_identifier): Likewise.
618         (struct tree_list): Likewise.
619         (struct tree_vec): Likewise.
620         (struct tree_exp): Likewise.
621         (struct tree_block): Likewise.
622         (struct tree_type): Likewise.
623         (struct tree_decl): Likewise.
624         (enum tree_structure_enum): New.
625         (union tree_node): Use gengtype, with an alias.
626         (tree_node_structure): Prototype.
627         * objc/objc-lang.c (LANG_HOOKS_MARK_TREE): Delete.
628
629         Merge to tag pch-merge-20020430.  The LANG_HOOKS_FUNCTION_MARK
630         macro was deleted.  The LANG_HOOKS_FUNCTION_FREE macro was renamed
631         to LANG_HOOKS_FUNCTION_FINAL.
632         * Makefile.in (GTFILES): Add bitmap.h.
633         * except.c (struct eh_region): Mark field 'aka' to be skipped.
634
635         * config/alpha/alpha.c [TARGET_ABI_UNICOSMK]
636         (alpha_init_machine_status): Give proper type.
637         * Makefile.in (c-lang.o): Depend on gtype-c.h.
638         (optabs.o): Depend on gt-optabs.h.
639         (GTFILES): Add optabs.o.
640         (gt-optabs.h): Add rule.
641         * optabs.c: Include gt-optabs.h.
642
643         * gengtype.c (set_gc_used_type): Correct some errors in last change.
644         (write_gc_structure_fields): If a field which should be NULL is
645         not, abort.
646         * c-pragma.c: Move struct align_stack and variable alignment_stack
647         out from the ifdef.
648
649         * config/xtensa/t-xtensa: Add dependencies for gt-xtensa.h.
650         * config/xtensa/xtensa.c: Include gt-cris.h.
651         (struct machine_function): Use gengtype to mark.
652         * config/mmix/mmix.h (struct machine_function): Use gengtype
653         to mark.
654         * config/cris/t-cris: Add dependencies for gt-cris.h.
655         * config/cris/cris.c: Include gt-cris.h.
656         (struct machine_function): Use gengtype to mark.
657         * config/rs6000/rs6000.h (struct machine_function): Use gengtype
658         to mark.
659         * doc/tm.texi (Per-Function Data): Delete references to
660         mark_machine_status.
661         * config/ia64/ia64.c (ia64_override_options): Don't set
662         mark_machine_status.
663         * config/i386/i386.c (override_options): Likewise.
664         * config/d30v/d30v.c (d30v_init_expanders): Likewise.
665         * config/arm/arm.c (arm_init_expanders): Likewise.
666         * config/alpha/alpha.c (override_options): Likewise.
667         * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO. 
668         * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
669         (write_gc_structure_fields): Don't handle 'really' option.
670         Handle 'maybe_null' option.
671         (write_gc_types): Handle 'maybe_null' option.
672         * function.h (struct function): Don't use "really".
673         (mark_machine_status): Delete declaration.
674         (mark_lang_status): Delete declaration.
675         (gt_ggc_mr_machine_function): Delete prototype.
676         (gt_ggc_mr_language_function): Delete prototype.
677         * function.c (mark_machine_status): Delete.
678         (mark_lang_status): Delete.
679         (gt_ggc_mr_machine_function): Delete.
680         (gt_ggc_mr_language_function): Delete.
681         * c-tree.h (mark_c_function_context): Delete prototype.
682         * c-objc-common.c (c_objc_common_init): Don't set mark_lang_status.
683         * c-decl.c (struct language_function): Rename from struct
684         c_language_function.  Update uses.  Use gengtype to mark.
685         (mark_c_function_context): Delete.
686         * c-common.h (struct c_language_function): Rename from struct
687         language_function.
688         (mark_stmt_tree): Delete prototype.
689         (c_mark_lang_decl): Delete prototype.
690         (mark_c_language_function): Delete prototype.
691         * c-common.c (mark_stmt_tree): Delete.
692         (c_mark_lang_decl): Delete.
693         (mark_c_language_function): Delete.
694
695         * gengtype.h (enum typekind): Add TYPE_LANG_STRUCT.
696         (lang_bitmap): New typedef.  Use where appropriate.
697         (struct type): Add gc_used field, lang_struct field.
698         (UNION_P): New macro.
699         (new_structure): New prototype.
700         (find_structure): Remove 'pos' parameter.  Change all callers.
701         * gengtype-lex.l: Update for changes to find_structure.
702         * gengtype-yacc.y (typedef_struct): Use new_structure.
703         (yacc_ids): Suppress warning.
704         (type): Use new_structure.
705         * gengtype.c (string_type): Update for changes to struct type.
706         (find_structure): Just find a structure, don't worry about
707         creating one.
708         (new_structure): New.
709         (note_yacc_type): Use new_structure.
710         (set_gc_used_type): New.
711         (set_gc_used): New.
712         (write_gc_structure_fields): Allow for pointers to TYPE_LANG_STRUCT.
713         (write_gc_types): Handle TYPE_LANG_STRUCT.
714         (write_gc_marker_routine_for_structure): New.
715         (main): Call set_gc_used.  Add some calls to set_gc_used_type
716         for places where GCC doesn't use gengtype properly yet.
717         * ggc.h (gt_ggc_m_rtx_def): Don't prototype.
718         (gt_ggc_m_tree_node): Likewise.
719
720         * varasm.c (copy_constant): Call expand_constant if we hit
721         something we can't recognise.
722
723         * ggc-common.c (ggc_mark_rtvec_children): Delete.
724         (ggc_mark_rtx_children): Use generic name for ggc_mark_rtvec.
725         (lang_mark_false_label_stack): Delete.
726         * rtl.h (struct rtvec_def): Use gengtype to mark.
727         * ggc.h (ggc_mark_rtvec): Delete.
728         (gt_ggc_m_rtvec_def): Delete.
729         (ggc_mark_nonnull_tree): Delete.
730         (ggc_mark_rtvec_children): Delete prototype.
731         (lang_mark_false_label_stack): Delete declaration.
732
733         * gengtype.h (note_yacc_type): Add prototype.
734         * gengtype.c (note_yacc_type): New function.
735         * gengtype-lex.l: Add lexer support for yacc files.
736         * gengtype-yacc.y (start): Extract union from yacc files.
737         (yacc_union): New rule.
738         (yacc_typematch): New rule.
739         (yacc_ids): New rule.
740         (enum_items): Tweak for efficiency.
741         (optionseq): Likewise.
742
743         * c-common.h (struct language_function): Use gengtype.
744         (struct c_lang_decl): Likewise.
745         * c-tree.h (struct lang_decl): Likewise.
746         (struct lang_type): Likewise.
747         * c-decl.c (lang_mark_tree): Use generated marker routines to mark
748         tree language substructures.
749
750         * stringpool.c (mark_ident): Replace ggc_mark_nonnull_tree with
751         ggc_mark_tree.
752         * dwarf2asm.c (mark_indirect_pool_entry): Likewise.
753
754         * varasm.c (struct rtx_const): Remove 'skip' tags for scalar arrays.
755
756         * stmt.c (struct nesting): Add discriminator.  Use gengtype to
757         mark. Remove 'data.block.cleanup_ptr' field.
758         (struct stmt_status): Use usual technique to mark struct nesting.
759         (gt_ggc_mr_nesting_cond): Delete.
760         (gt_ggc_mr_nesting_loop): Delete.
761         (gt_ggc_mr_nesting_block): Delete.
762         (gt_ggc_mr_nesting_case_stmt): Delete.
763         (expand_start_cond): Set discriminator.
764         (expand_start_loop): Likewise.
765         (expand_start_null_loop): Likewise.
766         (expand_start_bindings_and_block): Set discriminator.  Don't set
767         deleted fields.
768         (expand_decl_cleanup): Replace 'cleanup_ptr' with
769         &thisblock->data.block.cleanups.
770         (expand_start_case): Set discriminator.
771         (expand_start_case_dummy): Set discriminator.
772
773         * ggc-callbacks.c: Remove.
774
775         * gengtype.h (struct type): Add 'u.s.bitmap' field.
776         (find_structure): Add 'pos' parameter.
777         * gengtype-lex.l: Update callers to find_structure.
778         * gengtype-yacc.y: Likewise.
779         * gengtype.c (find_structure): Allow for structures to be defined
780         in multiple language backends.
781         (get_output_file_with_visibility): Include debug.h in gtype-desc.c.
782         (counter): Rename to gc_counter.
783         (write_gc_structure_fields): Fail when writing out fields for
784         an incomplete structure.  Ignore arrays of scalars.  Handle
785         'tree_vec' special.
786         (write_gc_types): Reset counter for each procedure written.
787
788         * stmt.c (add_case_node): Use GGC to allocate struct case_node.
789         (free_case_nodes): Delete.
790         (expand_end_case_type): Delete call to free_case_nodes.
791
792         * Makefile.in (cselib.o): Include gt-<filename>.h.
793         (gcse.o): Likewise.
794         (profile.o): Likewise.
795         (alias.o): Likewise.
796         (GTFILES): Add alias.c, cselib.c, gcse.c, profile.c, and
797         alphabetize backend files.
798         (gt-alias.h, gt-cselib.h, gt-gcse.h, gt-profile.h): New rules.
799         * alias.c: Use gengtype for roots.
800         * c-common.h (struct stmt_tree_s): Use gengtype.
801         * c-decl.c: Use gengtype for roots.
802         * cselib.c: Use gengtype for roots.
803         * expr.c: Use gengtype for roots.
804         * fold-const.c: Use gengtype for roots.
805         * gcse.c: Use gengtype for roots.
806         * gengtype-lex.l: Handle typedefs of function types.
807         Allow for empty array bounds.
808         Allow processing to stop on initialisers.
809         * gengtype-yacc.y (externstatic): Stop processing on initialisers.
810         (semiequal): New rule.
811         * gengtype.c (create_file): Tidy output files.
812         (get_output_file_with_visibility): Fix paren warning.  Fix bug
813         involving multiple input files mapping to one output file.
814         (write_gc_structure_fields): Skip arrays of scalars.
815         (write_gc_types): Tidy output files.
816         (write_gc_root): New function.
817         (write_gc_roots): Fix bugs, add support for roots that are
818         structures.
819         * ggc-common.c (ggc_mark_rtx_ptr): Delete.
820         (ggc_mark_tree_ptr): Delete.
821         (ggc_add_rtx_root): Delete.
822         (ggc_add_tree_root): Delete.
823         (ggc_del_root): Delete.
824         * integrate.c (get_func_hard_reg_initial_val): Use ggc_alloc to
825         allocate struct initial_value_struct.
826         * profile.c: Use gengtype for roots.
827         * sdbout.c: Use gengtype for roots.
828         * varasm.c (mark_weak_decls): Delete unused prototype.
829         (mark_const_hash_entry): Delete unused function.
830         * config/darwin-protos.h: Use gengtype for roots.
831         (machopic_add_gc_roots): Delete.
832         * config/arm/arm.c: Use gengtype for roots.
833         * config/arm/arm.h: Use gengtype for roots.
834         * config/c4x/c4x-protos.h: Use gengtype for roots.
835         * config/c4x/c4x.c (c4x_add_gc_roots): Delete.
836         * config/d30v/d30v-protos.h: Use gengtype for roots.
837         * config/d30v/d30v.c (d30v_add_gc_roots): Delete.
838         * config/dsp16xx/dsp16xx.c (override_options): Use gengtype for roots.
839         * config/dsp16xx/dsp16xx.h: Use gengtype for roots.
840         * config/ia64/ia64-protos.h: Use gengtype for roots.
841         * config/ia64/ia64.c (ia64_add_gc_roots): Delete.
842         * config/m68hc11/m68hc11-protos.h: Use gengtype for roots.
843         * config/m68hc11/m68hc11.c (z_reg): Make global.
844         (z_reg_qi): Make global.
845         (m68hc11_add_gc_roots): Delete.
846         * config/mcore/mcore-protos.h: Use gengtype for roots.
847         * config/mcore/mcore.c (mcore_add_gc_roots): Delete.
848         * config/mips/mips.c (mips_add_gc_roots): Delete.
849         * config/mips/mips.h: Use gengtype for roots.
850         * config/mmix/mmix.c (override_options): Use gengtype for roots.
851         * config/mmix/mmix.h: Use gengtype for roots.
852         * config/mn10200/mn10200.c (asm_file_start): Use gengtype for roots.
853         * config/mn10200/mn10200.h: Use gengtype for roots.
854         * config/pa/pa.c: Use gengtype for roots, marking.
855         (struct deferred_plabel): Use GGC, gengtype.
856         (pa_add_gc_roots): Delete.
857         (mark_deferred_plabels): Delete.
858         * config/pj/pj-protos.h: Use gengtype for roots.
859         * config/pj/pj.h (OVERRIDE_OPTIONS): Don't define.
860         * config/rs6000/rs6000.c: Use gengtype for roots.  Don't call
861         machopic_add_gc_roots.
862         * config/rs6000/rs6000.h: Use gengtype for roots.
863         * config/rs6000/t-darwin (darwin.o): Add dependency on gt-darwin.h.
864         (gt-darwin.h): Add rule.
865         * config/sh/sh.c: Use gengtype for roots.
866         * config/sh/t-sh ($(out_object_file)): Add dependency on gt-sh.h.
867         (gt-sh.h): Add rule.
868         * config/sparc/sparc.c: Use gengtype for roots.
869         (sparc_add_gc_roots): Delete.
870         (struct ultrasparc_pipeline_state): Use GGC, gengtype.
871         (mark_ultrasparc_pipeline_state): Delete.
872         * config/sparc/sparc.h: Use gengtype for roots.
873
874         * Makefile.in (c-parse.o): Update dependencies.
875         (c-common.o): Likewise.
876         (GTFILES): Add c-common.h, c-tree.h, c-common.c, c-parse.in.
877         Add dependencies for the files they generate.
878         * c-common.c: Replace ggc_add_* uses with GTY annotations.
879         * c-common.h: Likewise.
880         * c-decl.c: Likewise.
881         (gt_ggc_mp_binding_level): Delete.
882         * c-lang.c: Include gtype-c.h.
883         * c-parse.in: Replace ggc_add_* uses with GTY annotations.  Include
884         gt-c-parse.h.
885         * c-pragma.h: Replace ggc_add_* uses with GTY annotations.
886         (gt_ggc_mp_align_stack): Delete.
887         * c-tree.h: Replace ggc_add_* uses with GTY annotations.
888         * function.c: Replace ggc_add_* uses with GTY annotations.
889         (gt_ggc_mp_function): Delete.
890         * function.h: Replace ggc_add_* uses with GTY annotations.
891         * gengtype.c (lang_names): New.
892         (NUM_BASE_FILES): New.
893         (open_base_files): Create language base files.
894         (startswith): New.
895         (get_file_basename): New.
896         (get_base_file_bitmap): New.
897         (get_output_file_with_visibility): Rename from get_output_file.
898         Add more mappings for various C/Objc filenames.
899         (finish_root_table): New.
900         (write_gc_roots): Handle dependencies and scoping properly.
901         * gengtype.h: Add prototypes for new functions.
902         * ggc-common.c (struct deletable_root): Delete.
903         (deletables): Delete.
904         (ggc_add_deletable_root): Delete.
905         (ggc_mark_roots): No need to deal with deleted functionality.
906         * ggc.h (ggc_add_deletable_root): Delete prototype.
907         * objc/Make-lang.in (objc-act.o): Add gtype-objc.h dependency.
908         (gtype-objc.h): Add rule to create.
909         * objc/config-lang.in (gtfiles): New.
910         * objc/objc-act.c: Allocate imp_list using GGC.  Replace uses of
911         ggc_add_* with GTY markers.  Include gtype-objc.h.
912         (ggc_mark_imp_list): Delete.
913         * objc/objc-act.h: Replace uses of ggc_add_* with GTY markers.
914         * objc/objc-lang.c: Random Whitespace Change.
915
916         * except.h (exception_handler_labels): Delete.
917         (get_exception_handler_labels): New.
918         * except.c (exception_handler_labels): Delete.
919         (struct eh_status): Add exception_handler_labels field.
920         (doing_eh): Don't add exception_handler_labels as root.
921         (free_eh_status): Don't need to free exception_handler_labels.
922         (get_exception_handler_labels): New.
923         (find_exception_handler_labels): Update for move of
924         exception_handler_labels.
925         (remove_exception_handler_label): Likewise.
926         * cfgrtl.c (can_delete_label_p): Use get_exception_handler_labels.
927         * jump.c (rebuild_jump_labels): Likewise.
928         * loop.c (find_and_verify_loops): Likewise.
929         * sched-rgn.c (is_cfg_nonregular): Likewise.
930
931         * gengtype.c (write_gc_structure_fields): Handle variable-length
932         TYPE_ARRAYs.
933
934         * varasm.c (struct weak_syms): Use GGC, gengtype.
935         (mark_weak_decls): Delete.
936         (weak_decls): Likewise.
937         (add_weak): Likewise.
938         (remove_from_pending_weak_list): Likewise.
939         (init_varasm_once): Likewise.
940
941         * Makefile.in (gtype-desc.o): Add libfuncs.h dependency.
942         (GTFILES): Add tree.h, libfuncs.h, emit-rtl.c, explow.c,
943         stor-layout.c, regclass.c, and lists.c.
944         Add dependencies of gt-emit-rtl.h gt-explow.h gt-stor-layout.h
945         gt-regclass.h and gt-lists.h on s-gtype.
946         * emit-rtl.c: Use gengtype for roots.  Include gt-emit-rtl.h.
947         * except.c: Use gengtype for roots.
948         * explow.c: Use gengtype for roots.  Include gt-explow.h.
949         * expr.h (init_stor_layout_once): Delete prototype.
950         * function.c: Use gengtype for roots.
951         * gengtype-lex.l: Add ENT_EXTERNSTATIC lexing.
952         * gengtype-yacc.y (start): Can also be an externstatic.
953         (externstatic): New production.
954         (struct_fields): Correct array bounds inversion for 2-d arrays.
955         * gengtype.c (variables): New variable.
956         (note_variable): New function.
957         (get_output_file): Include libfuncs.h into gtype-desc.c.
958         (get_output_file_name): New function.
959         (write_gc_structure_fields): Suppress warnings.
960         (write_gc_types): Make static.
961         (put_mangled_filename): New function.
962         (write_gc_roots): New function.
963         (main): Call write_gc_roots.
964         * gengtype.h (note_variable): Prototype.
965         (get_output_file_name): Prototype.
966         (write_gc_types): Delete prototype.
967         * ggc.h: Clean up unnecessary structure predefinitions.
968         (struct ggc_root_tab): Define.
969         (gt_ggc_m_rtx_def): Make function, not macro.
970         (gt_ggc_m_tree_node): Likewise.
971         * libfuncs.h: Use gengtype for roots.
972         * lists.c: Use gengtype for roots.  Include gt-lists.h.
973         (init_EXPR_INSN_LIST_cache): Delete.
974         * optabs.c: Use gengtype for roots.
975         (gt_ggc_mp_optab): Delete.
976         * optabs.h: Use gengtype for roots.
977         * regclass.c: Use gengtype for roots.  Include gt-regclass.h.
978         * rtl.h: Use gengtype for roots.
979         (init_EXPR_INSN_LIST_cache): Delete prototype.
980         * stor-layout.c: Use gengtype for roots.
981         Include gt-stor-layout.h.
982         (init_stor_layout_once): Delete.
983         * toplev.c: Use gengtype for roots.  Delete calls to deleted
984         routines.
985         * tree.c: Use gengtype for roots.
986         * tree.h: Use gengtype for roots.
987         * varasm.c: Use gengtype for roots.
988         
989         * Makefile.in (GTFILES): Add @all_gtfiles@.
990         * configure: Regenerate.
991         * configure.in: Construct all_gtfiles from the gtfiles definitions
992         in config-lang.in.
993         * gengtype-yacc.y (type): Warn about duplicate structure names.
994         * gengtype.c (get_output_file): Handle .c files in language
995         subdirectories.
996
997         * Makefile.in (GTFILES): Run gengtype on all the config files
998         and on the target .c file.
999         * except.c (mark_eh_region): Delete.
1000         (init_eh_for_function): Use GGC on struct eh_status.
1001         (mark_eh_status): Delete.
1002         (free_eh_status): Use GGC.
1003         (expand_eh_region_start): Use GGC to
1004         (collect_eh_region_array): Allocate last_region_number using GGC.
1005         (duplicate_eh_region_1): Use GGC to allocate struct eh_region.
1006         (remove_eh_handler): Let GGC free struct eh_region.
1007         (add_call_site): Use GGC to reallocate call_site_record array.
1008         * function.c (init_machine_status): Update calling sequence.
1009         (mark_machine_status): Likewise.
1010         (mark_lang_status): Likewise.
1011         (prepare_function_start): Update init_machine_status call.
1012         (mark_function_status): Delete.
1013         (maybe_mark_struct_function): Delete.
1014         (ggc_mark_struct_function): Delete.
1015         (gt_ggc_mp_function): New.
1016         (gt_ggc_mr_machine_function): New.
1017         (gt_ggc_mr_language_function): New.
1018         (init_function_once): Use canonical names.
1019         * function.h (struct function): Use gengtype.
1020         (init_machine_status): Return the structure.
1021         (mark_machine_status): Take a 'void *'.
1022         (mark_lang_status): Likewise.
1023         * ggc-common.c (ggc_mark_trees): Use canonical name for
1024         ggc_mark_struct_function.
1025         * tree.h (ggc_mark_struct_function): Delete prototype.
1026         * config/alpha/alpha.c (alpha_mark_machine_status): Delete.
1027         (alpha_init_machine_status): Likewise.
1028         (override_options): Use canonical name for alpha_mark_machine_status.
1029         * config/alpha/unicosmk.h (struct machine_function): Use gengtype.
1030         * config/arm/arm.h (struct machine_function): Use gengtype.
1031         * config/arm/arm.c (arm_mark_machine_status): Delete.
1032         (arm_init_machine_status): Update calling sequence.
1033         (arm_init_expanders): Use canonical name for arm_mark_machine_status.
1034         * config/cris/cris.c (cris_init_machine_status): Update 
1035         calling sequence.
1036         * config/d30v/d30v.h (struct machine_function): Use gengtype.
1037         * config/d30v/d30v.c (d30v_init_machine_status): Update 
1038         calling sequence.
1039         (d30v_mark_machine_status): Delete.
1040         * config/i386/i386.c: Include gt-i386.h.
1041         (struct machine_function): Use gengtype.
1042         (ix86_init_machine_status): Update calling sequence.
1043         (ix86_mark_machine_status): Delete.
1044         (override_options): Use canonical namke for ix86_mark_machine_status.
1045         * config/ia64/ia64.h (struct machine_function): Use gengtype.
1046         * config/ia64/ia64.c (ia64_init_machine_status): Update calling 
1047         sequence.
1048         (ia64_mark_machine_status): Delete.
1049         (ia64_override_options): Use canonical name for 
1050         ia64_mark_machine_status.
1051         * config/mmix/mmix.c (mmix_init_machine_status): Update calling 
1052         sequence.
1053         * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
1054         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
1055         * gengtype.c (get_output_file): Fix warning.
1056         (main): Add prototype to suppress warning.
1057         * tree.c: Remove tree_hash_mark prototype.
1058
1059         * tree.h (init_stmt): Delete prototype.
1060         * toplev.c (lang_independent_init): Don't call init_stmt.
1061         * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.
1062         (stmt_obstack): Delete.
1063         (POPSTACK): No need to free 'struct nesting'.
1064         (gt_ggc_mr_nesting_cond): Use canonical names.
1065         (gt_ggc_mr_nesting_loop): Use canonical names.
1066         (gt_ggc_mr_nesting_block): Use canonical names.
1067         (gt_ggc_mr_nesting_case_stmt): Use canonical names.
1068         (mark_stmt_status): Delete.
1069         (init_stmt): Delete.
1070         (clear_last_expr): Clear both last_expr_type and last_expr_value.
1071         Use it everywhere that last_expr_type was cleared.
1072         * lists.c (init_EXPR_INSN_LIST_cache): Use ggc_add_deletable_root.
1073         (zap_lists): Delete.
1074         * ggc.h (ggc_add_deletable_root): Prototype.
1075         (mark_stmt_status): Remove prototype.
1076         * ggc-common.c (ggc_add_deletable_root): New.
1077         (ggc_mark_roots): Handle deletable roots.
1078         * function.c (ggc_mark_struct_function): Use canonical name
1079         for mark_stmt_status.
1080         * emit-rtl.c (free_sequence_stack): New.
1081         (start_sequence): Use a freelist for sequences.
1082         (end_sequence): Likewise.
1083         (init_emit_once): Add free_sequence_stack as a deleteable root.
1084         * c-pragma.c Include gt-c-pragma.h.
1085         (struct align_stack): Use gengtype.
1086         (push_alignment): Use GGC for struct align_stack.
1087         (mark_align_stack): Delete.
1088         (gt_ggc_mp_align_stack): New.
1089         (init_pragma): Use canonical name for mark_align_stack.
1090         * c-decl.c: Include gt-c-decl.h.
1091         (struct binding_level): Use gengtype.
1092         (make_binding_level): Use GGC; handle the freelist here.
1093         (pop_binding_level): New.
1094         (pushlevel): Move code into make_binding_level.
1095         (push_label_level): Likewise.
1096         (poplevel): Move code into pop_binding_level.
1097         (pop_label_level): Likewise.
1098         (mark_binding_level): Delete.
1099         (gt_ggc_mp_binding_level): New.
1100         (c_init_decl_processing): Use canonical name for mark_binding_level.
1101         Add free_binding_level as deletable root.
1102         (mark_c_function_context): Use canonical name for mark_binding_level.
1103         * Makefile.in (c-decl.o): Add gt-c-decl.h.
1104         (c-pragma.o): Add gt-c-pragma.h.
1105         (GTFILES): Add c-decl.c and c-pragma.c.
1106         (gt-c-decl.h, gt-c-pragma.h): Create using gengtype.
1107
1108         * tree.c (struct type_hash): Use gengtype.
1109         (init_obstacks): Use canonical name for type_hash_mark.
1110         (type_hash_mark): Delete.
1111         Include gt-tree.h.
1112         * rtl.h (struct mem_attrs): Use gengtype.
1113         * optabs.h (struct optab): Use gengtype.
1114         * optabs.c (expand_binop): Squish signed/unsigned warning.
1115         (mark_optab): Make local, use canonical name, use autogenerated
1116         marker procedure.
1117         (init_optabs): Use canonical name for mark_optab.
1118         (new_optab): Use GGC to allocate optabs.
1119         * ggc.h: Delete mark_optab prototype.
1120         * ggc-common.c (ggc_mark_rtx_children): Use canonical name for
1121         mem_attrs marker procedure.
1122         * gengtype.c (get_output_file): Include headers in gtype-desc.c
1123         explicitly rather than deducing them from file names.
1124         (write_gc_structure_fields): Handle arrays of structures.
1125         (main): Return non-zero exit code if errors occur during output.
1126         * emit-rtl.c (mem_attrs_mark): Delete.
1127         (init_emit_once): Use canonical name for mem_attrs marker procedure.
1128         * Makefile.in (gtype-desc.o): Explicitly name dependencies.
1129         (tree.o): Depend on gt-tree.h.
1130         (GTFILES): Add rtl.h, optabs.h, tree.c.
1131         (gt-tree.h): Add it to s-gtype rule.
1132
1133         * .cvsignore: Ignore gengtype flex/bison generated files.
1134         * Makefile.in (GGC_H): Add gtype-desc.h.
1135         (OBJS): Add gtype-desc.o.
1136         (GEN): Add gengtype.
1137         (STAGESTUFF): Add gengtype.
1138         (varasm.o): Add gt-varasm.h.
1139         (stmt.o): Add gt-stmt.h.
1140         (except.o): Add gt-except.h.
1141         (integrate.o): Add gt-integrate.h.
1142         (GTFILES): New.
1143         Add new rules for new files.
1144         * configure: Regenerate.
1145         * configure.in: Correct defaults.h paths.
1146         * emit-rtl.c (mark_sequence_stack): Delete.
1147         (mark_emit_status): Delete.
1148         (start_sequence): Allocate sequence structures using GGC.
1149         (end_sequence): Allocate sequence structures using GGC.
1150         * except.c: Use gengtype for various structures.  Include
1151         gt-except.h.
1152         * expr.c (mark_expr_status): Delete.
1153         * function.c: Use gengtype for various structures.  Include
1154         gt-function.h.
1155         (mark_function_status): Use standard gt_ggc names for marker functions.
1156         (ggc_mark_struct_function): Likewise.
1157         * function.h: Use gengtype for various structures.
1158         * gengtype-lex.l: New file.
1159         * gengtype-yacc.y: New file.
1160         * gengtype.c: New file.
1161         * gengtype.h: New file.
1162         * ggc.h: Include gtype-desc.h.  Alias some marker procedures to
1163         the standard names.  Remove some now-unnecessary prototypes.
1164         * integrate.c: Use gengtype for various structures.  Include
1165         gt-integrate.h.
1166         (mark_hard_reg_initial_vals): Delete.
1167         * integrate.h (mark_hard_reg_initial_vals): Delete.
1168         * stmt.c: Use gengtype for various structures.  Include
1169         gt-stmt.h.
1170         (mark_case_node): Delete.
1171         (mark_goto_fixup): Delete.
1172         (mark_stmt_status): Use standard gt_ggc names for marker functions.
1173         * system.h: Define GTY to empty.   In flex/bison files,
1174         don't poison malloc or realloc, instead just define them to
1175         xmalloc and xrealloc.
1176         * varasm.c: Use gengtype for various structures.  Include
1177         gt-varasm.h.  Use standard gt_ggc names for marker functions.
1178         (mark_pool_constant): Delete.
1179         (mark_varasm_status): Delete.
1180         (decode_rtx_const): #if 0 out non-typesafe hack.
1181
1182         * function.h (free_lang_status): Mark as obsolete.
1183         * function.c (free_lang_status): Mark as obsolete.
1184         * c-decl.c (push_c_function_context): Use GC to allocate and free
1185         struct language_function.
1186         (pop_c_function_context): Likewise.
1187         * c-common.c (mark_c_language_function): Mark struct
1188         language_function.
1189
1190         * doc/tm.texi (Per-Function Data): Don't document free_machine_status.
1191         Document that the machine_function structures must be allocated
1192         using GC.  Update mark_machine_status documentation.
1193         * function.h: Don't declare free_machine_status.
1194         * function.c (free_machine_status): Don't define. 
1195         (free_after_compilation): Don't call free_machine_status.
1196         (ggc_mark_struct_function): Mark f->machine.  Call
1197         mark_machine_status only on non-NULL pointers.
1198         * system.h: Poison free_machine_status.
1199         * config/xtensa/xtensa.c (xtensa_init_machine_status): Use GC on
1200         struct machine_function.
1201         (xtensa_free_machine_status): Delete.
1202         (override_options): Don't set free_machine_status.
1203         * config/rs6000/rs6000.c (rs6000_override_options): Don't set
1204         free_machine_status.
1205         (rs6000_init_machine_status): Use GC on struct machine_function.
1206         (rs6000_free_machine_status): Delete.
1207         * config/ia64/ia64.c (ia64_init_machine_status): Use GC on struct
1208         machine_function.
1209         (ia64_mark_machine_status): Likewise.
1210         (ia64_free_machine_status): Delete.
1211         (ia64_override_options): Don't set free_machine_status.
1212         * config/i386/i386.c (override_options): Don't set
1213         free_machine_status.
1214         (ix86_init_machine_status): Use GC on struct machine_function.
1215         (ix86_mark_machine_status): Likewise.
1216         (ix86_free_machine_status): Delete.
1217         * config/d30v/d30v.c: (d30v_init_machine_status): Use GC on struct
1218         machine_function.
1219         (d30v_mark_machine_status): Likewise.
1220         (d30v_free_machine_status): Delete.
1221         (d30v_init_expanders): Don't set free_machine_status.
1222         * config/arm/arm.c (arm_mark_machine_status): Use GC on struct
1223         machine_function.
1224         (arm_init_machine_status): Likewise.
1225         (arm_free_machine_status): Delete.
1226         (arm_init_expanders): Don't set free_machine_status.
1227         * config/alpha/alpha.c (override_options): Don't set
1228         free_machine_status.
1229         (alpha_init_machine_status): Use GC on struct machine_function.
1230         (alpha_mark_machine_status): Likewise.
1231         (alpha_free_machine_status): Delete.
1232
1233         * varasm.c (compare_constant): Fix typo.
1234
1235         * varasm.c: Don't include obstack.h.
1236         (struct varasm_status): x_const_rtx_hash_table is a hash of rtxes.
1237         (struct rtx_const): Give substructures names, improve formatting.
1238         (struct constant_descriptor): Delete.
1239         (struct constant_descriptor_tree): New, based on constant_descriptor.
1240         (const_hash_table): Is a hash table of trees.
1241         (mark_const_hash_entry): Is used for hashes of trees.  Mark
1242         constant_descriptor_tree structure.
1243         (mark_const_str_htab_1): Mark deferred_string structure.
1244         (compare_constant): Rewrite to compare trees.
1245         (compare_constant_1): Delete.
1246         (record_constant): Delete.
1247         (record_constant_1): Delete.
1248         (output_constant_def): Use struct constant_descriptor_tree.
1249         Don't duplicate trees twice.
1250         (struct constant_descriptor_rtx): New.
1251         (struct pool_constant): Used for rtx constants.
1252         (init_varasm_status): Update for change to struct varasm_status.
1253         (mark_varasm_status): Likewise.
1254         (free_varasm_status): Delete.
1255         (compare_constant_rtx): Rewrite to handle constant_descriptor_rtx.
1256         (record_constant_rtx): Likewise.
1257         (mem_for_const_double): Update to use struct constant_descriptor_rtx.
1258         (force_const_mem): Likewise.
1259         * Makefile.in (varasm.o): Doesn't depend on obstack.h.
1260         * function.c (free_after_compilation): Don't use free_varasm_status.
1261         * function.h: Don't prototype free_varasm_status.
1262
1263         * ggc-common.c (ggc_realloc): Handle X being NULL.
1264
1265         * ggc-common.c (ggc_realloc): New function.
1266         * ggc.h: Prototype it.
1267         * emit-rtl.c (free_emit_status): Delete.
1268         (init_emit): Allocate emit subarrays using GC.
1269         (gen_reg_rtx): Reallocate subarrays using GC.
1270         (init_emit): Use GC to allocate 'struct emit_status' and its
1271         subarrays.
1272         (mark_emit_status): Mark structure and its subarrays.
1273         * stmt.c (free_stmt_status): Delete.
1274         * expr.c (free_expr_status): Delete.
1275         * function.h: Remove prototypes for deleted functions.
1276         * function.c (free_after_compilation): Don't use deleted functions.
1277         Don't call free() on x_parm_reg_stack_loc.
1278         (free_after_parsing): Don't use free_stmt_status.
1279         (assign_parms): Use GC to allocate and resize x_parm_reg_stack_loc.
1280         (mark_function_status): Mark x_parm_reg_stack_loc.
1281
1282         * varasm.c (init_varasm_status): Use GC to allocate
1283         'struct varasm_status' and its fields x_const_rtx_hash_table
1284         and x_const_rtx_sym_hash_table.
1285         (mark_varasm_status): Mark them.
1286         (free_varasm_status): Use GC to free them.
1287         * expr.c (init_expr): Use GC to allocate 'struct expr_status'.
1288         (mark_expr_status): Mark the structure itself.
1289         (free_expr_status): Use GC to free the structure.
1290         * stmt.c (free_stmt_status): Use GC to free 'struct stmt_status'.
1291         (mark_stmt_status): Mark the 'struct stmt_status' itself.
1292         (init_stmt_for_function): Allocate the structure for GC.
1293
1294         * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
1295         (equate_type_number_to_die): Likewise.
1296         * tree.h (TYPE_SYMTAB_DIE): New macro.
1297         (struct die_struct): Predeclare.
1298         (struct tree_type): Add field symtab.die.   Add a tag
1299         to the union type of field symtab.
1300
1301         * varray.h (VARRAY_RTVEC_INIT): A varray of rtvec contains
1302         'struct rtvec_def *', not 'struct rtvec_def'.
1303
1304         * function.h (original_arg_vector): Make a real rtvec.
1305         * function.c (ggc_mark_struct_function): Adjust.
1306         * integrate.c (expand_inline_function): Adjust.
1307
1308 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1309
1310         * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*)
1311         (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
1312         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
1313         (TARGET_VERSION_CPU): Define according to the
1314         default target.
1315         (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
1316         TARGET_VERSION_CPU.
1317         (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
1318         if TARGET_SHMEDIA64.
1319         (LINK_DEFAULT_CPU_EMUL): Define according to the
1320         default target.
1321         (SUBTARGET_LINK_EMUL_SUFFIX): Define.
1322         (SUBTARGET_LINK_SPEC): Define.
1323         (LINK_SPEC): Use SH_LINK_SPEC.
1324         (ASM_SPEC): Remove.
1325         (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
1326         (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
1327         and TARGET_SHMEDIA64 which abort, for now.
1328         * config/sh/t-netbsd-sh5: New file.
1329         * config/sh/t-netbsd-sh5-32: New file.
1330         * config/sh/t-netbsd-sh5-64: New file.
1331
1332 2002-06-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1333             Richard Henderson  <rth@redhat.com>
1334
1335         * config/alpha/alpha.c (reg_or_const_int_operand): New.
1336         (some_operand, input_operand): Accept CONST_VECTOR.
1337         (alpha_extra_constraint): Add 'W'.
1338         (alpha_expand_zap_mask): New.
1339         (alpha_expand_builtin_vector_binop): New.
1340         (enum alpha_builtin): New.
1341         (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
1342         (alpha_init_builtins, alpha_expand_builtin): New.
1343         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
1344         * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
1345         (PREDICATE_CODES): Update.
1346         * config/alpha/alpha-protos.h: Update.
1347         * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
1348         UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
1349         (movv8qi, movv8qi_fix, movv8qi_nofix): New.
1350         (movv4hi, movv4hi_fix, movv4hi_nofix): New.
1351         (movv2si, movv2si_fix, movv2si_nofix): New.
1352         (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
1353         (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
1354         (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
1355         builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
1356         builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
1357         builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
1358         builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
1359         pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
1360         builtin_unpkbw, unpkbw): New.
1361         * doc/extend.texi (Alpha Built-in Functions): New.
1362
1363 2002-06-03  Richard Henderson  <rth@redhat.com>
1364
1365         * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
1366         USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
1367
1368 2002-06-03  Richard Henderson  <rth@redhat.com>
1369
1370         * config/alpha/alpha-protos.h: Eliminate unneeded ifdefs.
1371
1372         * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
1373         (const0_operand): New.
1374         (reg_or_fp0_operand, fp0_operand): Remove.
1375         * config/alpha/alpha.h (PREDICATE_CODES): Update.
1376         * config/alpha/alpha-protos.h: Update.
1377         * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
1378         and fp0_operand with reg_or_0_operand and const0_operand.
1379
1380 2002-06-03  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
1381
1382         * alias.c (nonoverlapping_memrefs_p): Fix off by one error.
1383
1384 2002-06-03  Roger Sayle  <roger@eyesopen.com>
1385
1386         * gcse.c (cprop_jump): Use single_set to get the pattern
1387         from the setcc argument.
1388
1389 2002-06-03  Gabriel Dos Reis  <gdr@codesourcery.com>
1390
1391         * diagnostic.h (diagnostic_count): Move from output_buffer to 
1392         diagnostic_context.
1393         (diagnostic_kind_count): Adjust definition.
1394
1395 Mon Jun  3 19:11:53 CEST 2002  Jan Hubicka  <jh@suse.cz>
1396
1397         * except.c (except.c): Do not rebuild CFG.
1398         * toplev.c (rest_of_compilation): Recompute CFG after sibcall
1399         optimization.
1400
1401 Mon Jun  3 11:53:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
1402
1403         * integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
1404         * toplev.c: Include cfglahout.h
1405         * Makefile.in (toplev.c): Add dependnecy.
1406
1407 2002-06-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1408
1409         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): New.
1410         (CPP_CPU32_SPEC, CPP_CPU64_SPEC): Kill.
1411         (CPP_CPUCOMMON_SPEC): Rename CPP_CPU_SPEC.
1412
1413 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
1414
1415         * config/ns32k/netbsd.h: Update copyright years.
1416         (TARGET_OS_CPP_BUILTINS): Define.
1417         (CPP_PREDEFINES): Remove.
1418         * config/ns32k/ns32k.h (CPP_PREDEFINES): Remove.
1419         (TARGET_CPU_CPP_BUILTINS): Define.
1420
1421 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
1422
1423         * emit-rtl.c: Fix formatting.
1424         * errors.h: Likewise.
1425         * except.c: Likewise.
1426         * explow.c: Likewise.
1427         * expmed.c: Likewise.
1428         * expr.c: Likewise.
1429         * expr.h: Likewise.
1430
1431 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
1432
1433         * config/h8300/elf.h: Fix formatting.
1434         * config/h8300/rtems.h: Likewise.
1435
1436 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
1437
1438         * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
1439
1440 2002-06-02  Tom Tromey  <tromey@redhat.com>
1441
1442         * fixinc/fixincl.x: Rebuilt.
1443         * fixinc/inclhack.def (thread_keyword): Match `*__thread'.
1444
1445 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1446
1447 config/i370:
1448         * i370.h (TARGET_CPU_CPP_BUILTINS): Use.
1449         * linux.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES.
1450         * mvs.h: Similarly.
1451         * oe.h: Similarly.
1452
1453 Mon Jun  3 00:18:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
1454
1455         * final.c (final):  Allow notes to not have computed addresses;
1456         kill no longer needed STACK_REGS ifdef.
1457
1458 2002-06-02  Richard Henderson  <rth@redhat.com>
1459
1460         * gcse.c (bypass_conditional_jumps): Fix typo last change.
1461
1462 Sun Jun  2 23:02:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
1463
1464         * loop.c (emit_prefetch_instructions): Properly place the address
1465         computation.
1466
1467 Sun Jun  2 22:56:48 CEST 2002  Jan Hubicka  <jh@suse.cz>
1468
1469         * basic-block.h (basic_block_for_insn, BLOCK_FOR_INSN): Kill.
1470         (set_block_for_insn): Turn into macro.
1471         * cfgbuild.c (find_basic_block): Do not clear basic_block_for_insn.
1472         * cfglayout.c (insn_scopes): Kill.
1473         (scope_to_insns_initialize): Do not use insn_scopes.
1474         (scope_to_insns_finalize): Likewise.
1475         (duplicate_insn_chain): Likewise.
1476         (cfg_layout_initialize, cfg_layout_finalize): Do not turn scopes to notes.
1477         * cfgrtl.c (basic_block_for_insn): Kill.
1478         (delete_insn_and_edges, delete_insn_chain_and_edges): Simplify.
1479         (create_basic_block_structure): Use reorder_insns.
1480         (compute_bb_for_insn): Do not use basic_block_for_insn.
1481         (merge_blocks_nomove): Likewise.
1482         (update_bb_for_insn): Likewise.
1483         (verify_flow_info): Likewise.
1484         (set_block_for_insn): Kill.
1485         * combine.c (try_combine): Update gen_rtx_INSN call.
1486         * emit-rtl.c (gen_label_rtx): Update gen_rtx_CODE_LABEL call.
1487         (mark_insn_raw, make_jump_insn_raw, make_call_insn_raw): Clear
1488         scopes and BBs.
1489         (add_insn_after, add_insn_before, remove_insn, reorder_insns): Simplify.
1490         (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
1491         Clear BB.
1492         (emit_insns_after): Simplify.
1493         (emit_copy_of_insn_after): Copy scope.
1494         * final.c (final_start_function): Lower scopes.
1495         * flow.c (check_function_return_warnings): Do not rely on deleted insn.
1496         * integrate.c (copy_insn_list): Cope scopes.
1497         * jump.c (duplicate_loop_exit_test): LIkewise; simplify.
1498         * loop.c (loop_optimize): Do not care block notes.
1499         * print-rtl.c (print_rtx): Print BB.
1500         * recog.c (apply_change_group): Simplify.
1501         * rtl.c (copy_rtx): Handle 'B'.
1502         * rtl.def (INSN, CALL_INSN, JUMP_INSN, NOTE): Add extra fields.
1503         * rtl.h (Field accessors): Update indexes.
1504         * sched-ebb.c (schedule_ebbs): Do not lower notes.
1505         * sched-rgn.c (schedule_insns): Likewise.
1506         * toplev.c (rest_of_compilation): Lower notes.
1507         * unroll.c (unroll_loop): Do not care scoping notes.
1508         (copy_loop_body): Copy scopes.
1509
1510 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1511
1512 config/h8300:
1513         * elf.h: Use TARGET_OS_CPP_BUILTINS rather than
1514         SUBTARGET_SPEC.
1515         * rtems.h: Similarly.
1516         * h8300.h (CPP_PREDEFINES, CPP_SPEC, SUBTARGET_CPP_SPEC,
1517         EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
1518         (TARGET_CPU_CPP_BUILTINS): Use.
1519
1520 2002-06-02  Richard Henderson  <rth@redhat.com>
1521
1522         * alias.c: Include target.h.
1523         (mark_constant_function): Use targetm.binds_local_p instead
1524         of checking TREE_PUBLIC ourselves.
1525         * Makefile.in (alias.o): Add TARGET_H.
1526
1527 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1528
1529         * c-lex.c: Update copyright and file description.
1530
1531 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1532
1533         * config/fr30/fr30.h: Update to new CPP macros.
1534
1535 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1536
1537         * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
1538
1539 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1540             Zack Weinberg <zack@codesourcery.com>
1541
1542         * c-common.c (c_common_init): Override cpplib's default
1543         warn_long_long setting.
1544         * c-lex.c (lex_number): Replace with interpret_integer,
1545         interpret_float, narrowest_unsigned_type and
1546         narrowest_signed_type, taking advantage of the new
1547         cpplib functionality.
1548         * cpperror.c (_cpp_begin_message): If a warning is turned
1549         into an error, avoid printing "warning:".
1550         * cppexp.c (cpp_num_sign_extend): New.
1551         * cppinit.c: Update comment.
1552         * cpplib.h (cpp_num_sign_extend): New.
1553         * tree.h: Update comment.
1554
1555 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
1556
1557         * diagnostic.h (struct diagnostic_context):  Add new member
1558         internal_error. 
1559         (internal_error_function): Remove declaration.
1560         * diagnostic.c (internal_error_function): Remove definition..
1561         (internal_error): Adjust use.
1562
1563 2002-06-02  Richard Henderson  <rth@redhat.com>
1564
1565         * rtl.h (CC0_P): New.
1566         * gcse.c (cprop_jump): Use it with single_set.  Tweak dump text.
1567         (cprop_insn): Allow any mode register; use CC0_P.  CSE out single_set.
1568         (bypass_block): Save old dest block for dump text.
1569         (bypass_conditional_jumps): Allow any mode register; use CC0_P.
1570         Allow only true SET insns, not single_set.
1571
1572 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
1573
1574         * diagnostic.c (diagnostic_finish): Rename to output_flush.
1575         (clear_disgnostic_info): Rename to output_clear_data.  Use false
1576         instead of 0 for boolean value.
1577         Adjust function call throughout.
1578
1579 Sun Jun  2 19:15:27 CEST 2002  Jan Hubicka  <jh@suse.cz>
1580
1581         * cfgrtl.c (commit_one_edge_insertion): Fix warning.
1582         * gcse.c (bypass_conditional_jumps): CSE out single_set call.
1583
1584 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1585
1586         * d30v.h (CPP_PREDEFINES): Replace with
1587         (TARGET_CPU_CPP_BUILTINS): New.
1588
1589 2002-06-02  Roger Sayle  <roger@eyesopen.com>
1590
1591         * config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
1592
1593 Sun Jun  2 12:11:52 CEST 2002  Jan Hubicka  <jh@suse.cz>
1594
1595         * gcse.c (bypass_conditional_jumps): Use single set to obtain set.
1596
1597 2002-06-02  Richard Henderson  <rth@redhat.com>
1598
1599         * rtlanal.c (volatile_refs_p): Not automatically true for CALL.
1600
1601 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1602
1603         Support for C++ constructors/destructors.
1604         * config/avr/avr.c (avr_output_function_epilogue): Jump to exit()
1605         instead of looping if main() returns.
1606         (asm_file_start): Output global symbols that cause .data and .bss
1607         initialization code to be linked in, unconditionally for now.
1608         (avr_asm_out_ctor, avr_asm_out_dtor): New functions.
1609         * config/avr/avr.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): New.
1610         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
1611         (LIBSTDCXX): New.
1612         * config/avr/libgcc.S (_exit): Split in .fini9 and .fini0 sections.
1613         (__tablejump__): New.
1614         (__do_copy_data, __do_clear_bss): New.
1615         (__do_global_ctors, __do_global_dtors): New.
1616         * config/avr/t-avr (LIB1ASMFUNCS): Add _copy_data, _clear_bss,
1617         _ctors, _dtors.
1618
1619 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1620
1621         * c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): New.
1622         (CPP_SPEC, CPP_PREDEFINES): Kill.
1623         * c4x/rtems.h (CPP_PREDEFINES): Kill.
1624         (TARGET_OS_CPP_BUILTINS): New.
1625
1626 Sat Jun  1 23:29:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
1627
1628         * Makefile.in (tracer.o): New.
1629         * params.def (TRACER_*): New options.
1630         * rtl.h (tracer): Declare.
1631         * timevar.def (TV_TRACER): New.
1632         * toplev.c (dump_file_index): Add DFI_tracer.
1633         (dump_file_info): Add tracer.
1634         (flag_tracer): New.
1635         (lang_indepdenent_options): Add tracer.
1636         (rest_of_compilation): Call tracer.
1637         * tracer.c: New file.
1638         * invoke.texi (-ftracer): Document.
1639         (--param tracer-*): Document.
1640
1641 2002-06-01  Daniel Berlin  <dberlin@dberlin.org>
1642
1643         * tree-inline.c (expand_call_inline): Make the statement
1644         expression we generate have a COMPOUND_STMT.    
1645
1646 2002-06-01  Roger Sayle  <roger@eyesopen.com>
1647
1648         * gcse.c (cprop_cc0_jump): Function deleted.
1649         (cprop_jump): Take an additional argument which is the possibly
1650         NULL cc setting insn immediately before the conditional jump.
1651         When a MODE_CC set is present, substitute it into the JUMP_INSN
1652         before attempting the constant propagation.
1653         (cprop_insn):  Recognize cc setters followed by conditional jumps
1654         as a special case.   Use cprop_jump instead of cprop_cc0_jump.
1655         (cprop_one_pass):  Call bypass_conditional_jumps if altering jumps.
1656         (find_bypass_set): New function based upon find_avail_set used by
1657         cprop, but finds constant expressions available at the end of
1658         basic blocks.
1659         (bypass_block): New function.  Given a basic block that begins
1660         with a conditional jump and multiple incoming edges, perform
1661         the jump bypass optimization.
1662         (bypass_conditional_jumps): New function.  Call bypass_block with
1663         each suitable basic block in the CFG using a simple single pass.
1664
1665 2002-06-01  Roger Sayle  <roger@eyesopen.com>
1666
1667         * tree.c (real_minus_onep): New function to test for -1.0.
1668         * fold-const.c (fold) [MULT_EXPR]:  Optimize -1.0*x into -x.
1669
1670 2002-06-01  Roger Sayle  <roger@eyesopen.com>
1671
1672         * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
1673         and "!p && !q" into "(p|q) == 0" under suitable conditions.
1674
1675 2002-06-01  Andreas Jaeger  <aj@suse.de>
1676
1677         * cppexp.c (cpp_classify_number): Cast precission to int for
1678         correct printf format.
1679
1680 2002-06-01  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1681
1682         * config/avr/avr.c (avr_mcu_types): Remove devices that were once
1683         expected, but don't really exist: atmega83, atmega85, attiny10.
1684         * config/avr/avr.h (LINK_SPEC): Update to use the new avr[1-5] ld
1685         emulations for all devices.
1686         (CRT_BINUTILS_SPECS): Remove atmega83, atmega85, attiny10.
1687         * config/avr/t-avr (MULTILIB_MATCHES): Remove atmega83, atmega85.
1688
1689 2002-06-01  Kazu Hirata  <kazu@cs.umass.edu>
1690
1691         * config/h8300/h8300-protos.h: Add a prototype for
1692         h8300_shift_needs_scratch_p.
1693         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): New.
1694         * config/h8300/h8300.h (OK_FOR_R): New.
1695         (OK_FOR_S): Likewise.
1696         (OK_FOR_T): Likewise.
1697         (EXTRA_CONSTRAINT): Call OK_FOR_R, OK_FOR_S, and OK_FOR_T.
1698         * config/h8300/h8300.md (anonymous shift patterns): Use
1699         constraints R, S, and T.
1700
1701 Sat Jun  1 11:23:22 CEST 2002  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1702
1703         * basic-block.h (struct basic_block_def): New field loop_father.
1704         (BB_VISITED): New flag.
1705         (struct loop): New field pred, removed field shared.
1706         (struct loops): New field parray.
1707         (LOOP_EXITS_DOMS): Removed.
1708         (flow_loop_tree_node_add, flow_loop_tree_node_remove,
1709         flow_loop_nested_p, flow_bb_inside_loop_p, get_loop_body,
1710         dfs_enumerate_from, loop_preheader_edge, loop_latch_edge,
1711         add_bb_to_loop, remove_bb_from_loops, find_common_loop,
1712         verify_loop_structure): Declare.
1713         * cfg.c (entry_exit_blocks): Initialize loop_father field.
1714         * cfganal.c (dfs_enumerate_from): New function.
1715         * cfgloop.c (HEAVY_EDGE_RATIO): New constant.
1716         (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
1717         flow_loop_nodes_find, flow_loop_level_compute, flow_loop_nested_p,
1718         flow_loop_dump, flow_loops_dump, flow_loops_free,
1719         flow_loop_tree_node_add, flow_loop_level_compute,
1720         flow_loops_level_compute, flow_loop_scan, flow_loops_update,
1721         flow_loop_outside_edge_p): Modified for new infrastructure.
1722         (make_forwarder_block, canonicalize_loop_headers, glb_enum_p,
1723         redirect_edge_with_latch_update, flow_loop_free): New static functions.
1724         (flow_loop_tree_node_remove, flow_bb_inside_loop_p,
1725         get_loop_body, add_bb_to_loop, remove_bb_from_loops,
1726         find_common_loop, verify_loop_structure, loop_latch_edge,
1727         loop_preheader_edge): New functions.
1728         (flow_loops_cfg_dump): Do not show dominators, as this information
1729         does not remain up to date long.
1730         (flow_loops_find): Store results in new format.
1731         * predict.c (propagate_freq, estimate_probability,
1732         estimate_loops_at_level, estimate_bb_frequencies): Use new loop
1733         infrastructure.
1734
1735 2002-06-01  Alan Lehotsky  <apl@alum.mit.edu>
1736
1737         * except.c (nothrow_function_p): Walk epilogue delay list
1738         checking the insn, not the chain for potential throws.
1739
1740 2002-05-31  Zack Weinberg  <zack@codesourcery.com>
1741
1742         * Makefile.in (INSTALL_CPP, UNINSTALL_CPP): Remove.
1743         (install): Refer to install-cpp directly.
1744         (uninstall-cpp): Folded into uninstall rule.
1745         * configure.in: Delete all code relating to --disable-cpp.
1746         * configure: Regenerate.
1747         * config/t-install-cpp: Delete.
1748
1749 2002-05-31  Richard Henderson  <rth@redhat.com>
1750
1751         * configure.in (HAVE_AS_TLS): Add alpha tests.
1752         * configure: Rebuild.
1753         * config/alpha/alpha.c (TARGET_AS_TLS): New.
1754         (alpha_tls_size, alpha_tls_size_string): New.
1755         (overide_options): Set it.  Always install machine_status hooks.
1756         (input_operand): Accept got tls predicates.
1757         (local_symbol_p): Merge into ...
1758         (local_symbolic_operand): ... here.  Reject tls symbols.
1759         (global_symbolic_operand): Likewise.
1760         (tls_symbolic_operand_1, dtp16_symbolic_operand): New.
1761         (dtp32_symbolic_operand, gotdtp_symbolic_operand): New.
1762         (tp16_symbolic_operand, tp32_symbolic_operand): New.
1763         (gottp_symbolic_operand, tls_symbolic_operand_type): New.
1764         (alpha_encode_section_info): Handle TLS symbols.
1765         (alpha_strip_name_encoding): Likewise.
1766         (alpha_legitimate_address_p): Likewise.
1767         (alpha_legitimize_address): Likewise.
1768         (alpha_expand_mov): Early exit to avoid nop moves.
1769         (struct machine_function): Move from unicosmk.h.  Add some_ld_name.
1770         (alpha_init_machine_status, alpha_mark_machine_status,
1771         alpha_free_machine_status): Always define.
1772         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
1773         (print_operand, print_operand_address): Add TLS relocs.
1774         * config/alpha/alpha.h (HAVE_AS_TLS): Default 0.
1775         (MASK_TLS_KERNEL, TARGET_TLS_KERNEL): New.
1776         (TARGET_SWITCHES): Add -mtls-kernel.
1777         (alpha_tls_size, alpha_tls_size_string): New.
1778         (TARGET_OPTIONS): Add -mtls-size=.
1779         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
1780         REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Add R0_REG.
1781         (ASM_OUTPUT_LABELREF): Skip %.
1782         (PRINT_OPERAND_PUNCT_VALID_P): Add &.
1783         (PREDICATE_CODES): Update.
1784         * config/alpha/alpha.md (UNSPEC_TLSGD_CALL, UNSPEC_TLSLDM_CALL,
1785         UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_DTPREL, UNSPEC_TPREL,
1786         UNSPEC_TP, UNSPECV_SET_TP): New.
1787         (adddi_er_lo16_dtp, adddi_er_hi32_dtp, adddi_er_lo32_dtp,
1788         adddi_er_lo16_tp, adddi_er_hi32_tp, adddi_er_lo32_tp, load_tp,
1789         set_tp, movdi_er_tlsgd, movdi_er_tlsldm, movdi_er_gotdtp,
1790         movdi_er_gottp, call_value_osf_tlsgd, call_value_osf_tlsldm): New.
1791         (call_value_osf_2_er): Accept anything as op4.
1792         * config/alpha/alpha-protos.h: Update.
1793         * config/alpha/unicosmk.h (struct machine_function): Move to alpha.c.
1794
1795 2002-05-31  Zack Weinberg  <zack@codesourcery.com>
1796
1797         * cppinit.c (append_include_chain): Always pay attention to
1798         cxx_aware when setting new->sysp.  Remove ATTRIBUTE_UNUSED
1799         marker on argument.
1800
1801 2002-05-31  Kazu Hirata  <kazu@cs.umass.edu>
1802
1803         * target.h: Fix formatting.
1804         * timevar.h: Likewise.
1805         * tlink.c: Likewise.
1806         * toplev.c: Likewise.
1807         * toplev.h: Likewise.
1808         * tree.c: Likewise.
1809         * tree-dump.h: Likewise.
1810         * tree.h: Likewise.
1811         * tree-inline.h: Likewise.
1812         * unroll.c: Likewise.
1813         * unwind-dw2.c: Likewise.
1814         * unwind-dw2-fde.c: Likewise.
1815         * unwind-dw2-fde-glibc.c: Likewise.
1816         * unwind-dw2-fde.h: Likewise.
1817         * unwind.h: Likewise.
1818         * unwind-sjlj.c: Likewise.
1819         * varasm.c: Likewise.
1820         * varray.h: Likewise.
1821         * vmsdbg.h: Likewise.
1822         * vmsdbgout.c: Likewise.
1823         * xcoffout.h: Likewise.
1824
1825 2002-05-31  Igor Shevlyakov <igor@microunity.com>
1826
1827         * expr.c (compare_from_rtx): Generate comparison between op0 and op1
1828         rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
1829
1830 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
1831
1832         * gcc.c (cpp_unique_options): Remove "-d" options.
1833         (cpp_debug_options): New spec string.
1834         (default_compilers): Use it.
1835         * objc/lang-specs.h: Likewise.
1836
1837 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
1838
1839         * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
1840         BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
1841         * gcc/mklibgcc.in: Likewise.
1842         * gcc/config/arc/t-arc: Likewise.
1843         * gcc/configure.in: Likewise.
1844         * gcc/configure: Regenerate.
1845
1846 2002-05-31  Stan Shebs  <shebs@apple.com>
1847             Turly O'Connor  <turly@apple.com>
1848
1849         * c-decl.c (struct binding_level): Change int field n_incomplete
1850         to tree list incomplete_list.
1851         (clear_binding_level): Init field with NULL.
1852         (pushdecl): Add incomplete type to list.
1853         (mark_binding_level): Mark the incomplete list.
1854         (finish_struct): Scan the incomplete list for types instead
1855         of all decls in the current binding level.
1856
1857 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1858
1859         * pa.c (output_millicode_call): Add missing '%' characters.
1860         (output_call): Likewise.
1861
1862 2002-05-31  David Edelsohn  <edelsohn@gnu.org>
1863
1864         * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
1865         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
1866
1867 2002-05-31  Alan Lehotsky <apl@alum.mit.edu>
1868
1869         * varasm.c (mark_constant_pool): Walk epilogue delay list
1870         checking the insn, not the chain for potential constants.
1871
1872 Fri May 31 12:38:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
1873
1874         * config/sh/elf.h (ASM_SPEC): Use subtarget_endian_asm_spec.
1875
1876 Fri May 31 13:50:19 CEST 2002  Jan Hubicka  <jh@suse.cz>
1877
1878         * i386.c (classify_argument): Properly handle base types.
1879
1880         * dwarf2out.c (expand_builin_init_dwarf_reg_sizes):
1881         Store first DWARF_FRAME_REGISTERS dwarf registers, not pseudo
1882         registers.
1883
1884 Fri May 31 13:37:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
1885
1886         * gcse.c (gcse_emit_move_after): New.
1887         (pre_delete, hoist_store): Use it.
1888
1889         * reload1.c (emit_input_reload_insns): Use constrain_operands
1890         instead of constraint_accepts_reg_p to verify optimization.
1891         (constraint_accepts_reg_p): Kill
1892
1893         * reload1.c (reload_cse_delete_noop_set): Kill.
1894         (reload_cse_simplify): use delte_insn_and_edges.
1895
1896 2002-05-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1897
1898         * cfgloop.c (flow_loops_find): Initialize first and last fields
1899         correctly.
1900
1901 2002-05-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1902
1903         * c-common.c (builtin_define_std): Correct logic.
1904
1905 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1906
1907         * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
1908         (output_call): Likewise.
1909
1910 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1911
1912         * pa.c: Move output.h include after tree.h include.
1913         (pa_asm_output_mi_thunk): Constify identifier lab.
1914
1915 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
1916
1917         * config/ns32k/ns32k.h: Define named constants for the
1918         bits in target_flags and use them.
1919         * config/ns32k/netbsd.h (TARGET_DEFAULT): Use named constants.
1920
1921 2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1922
1923         * config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
1924         architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
1925         * pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
1926         default scheduling model.
1927         * pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
1928         * pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
1929         * pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
1930         * doc/install.texi (hppa*-*-*): Document default scheduling.
1931
1932 2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1933
1934         * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
1935
1936 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
1937
1938         * config.gcc (ns32k-*-netbsd*): Set tm_file to
1939         "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
1940         * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
1941         netbsd.h, or netbsd-aout.h.
1942
1943 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
1944
1945         * longlong.h (count_trailing_zeros): Add missing \, and clean up
1946         whitespace in __ns32000__ case.
1947
1948 2002-05-31  Aldy Hernandez  <aldyh@redhat.com>
1949
1950         * expr.c (expand_expr): Output partially zeroed out vectors with
1951         output_constant_def.
1952
1953 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
1954
1955         * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh.
1956         (sh-*-netbsdelf*)
1957         (shl*-*-netbsdelf*): New targets.
1958         * config/sh/netbsd-elf.h: New file.
1959         * config/sh/t-netbsd: New file.
1960
1961 2002-05-30  Richard Henderson  <rth@redhat.com>
1962             Eric Botcazou  <ebotcazou@multimania.com>
1963
1964         PR optimization/6822
1965         * config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
1966         to unsigned int for op1 comparisons.  Use gen_int_mode.
1967
1968 2002-05-30  Eric Botcazou  <ebotcazou@multimania.com>
1969
1970         * expmed.c (const_mult_add_overflow_p): New.
1971         * expr.h: Declare it.
1972         * loop.c (maybe_eliminate_biv_1) [COMPARE]: Use it.
1973         Don't eliminate the biv if the giv has a constant multiplier and
1974         the rhs argument of the comparison does satisfy the predicate.
1975         Use expand_mult_add to compute the replacement constant.
1976
1977 2002-05-30  Osku Salerma  <osku@iki.fi>
1978
1979         * c-common.c (c_common_attribute_table): Add "may_alias" entry.
1980         (c_common_get_alias_set): Handle it.
1981         * doc/extend.texi: Document it.
1982
1983 2002-05-30  Richard Henderson  <rth@redhat.com>
1984
1985         * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
1986         * toplev.c (process_options): Don't check it.
1987         * doc/tm.texi: Don't document it.
1988         * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
1989         (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
1990         * config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
1991         frame pointer optimization if current_function_profile.
1992
1993 2002-05-30  Kazu Hirata  <kazu@cs.umass.edu>
1994
1995         * langhooks.c: Fix formatting.
1996         * langhooks.h: Likewise.
1997         * lcm.c: Likewise.
1998         * libgcc2.c: Likewise.
1999         * lists.c: Likewise.
2000         * local-alloc.c: Likewise.
2001         * loop.c: Likewise.
2002         * loop.h: Likewise.
2003
2004 2002-05-30  Marc Espie <espie@openbsd.org>
2005
2006         * config.gcc (sparc64-*-openbsd*): New.
2007         * config/sparc/openbsd1-64.h: New.
2008         * config/sparc/openbsd64.h: New.
2009
2010 2002-05-30  Jeff Law <law@redhat.com>
2011
2012         * flow.c (propagate_one_insn): Revise yesterday's patch.  Delete
2013         a dead insn with a REG_RETVAL note when the entire libcall is not
2014         dead and remove the associated REG_LIBCALL note at the same time.
2015
2016 Thu May 30 19:54:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
2017
2018         * lcm.c (output.h): #include.
2019         (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
2020         as an ordinary block.
2021         (optimize_mode_switching): Don't pretend that the exit block is
2022         an ordinary block, or handle sucessors of entry block specially.
2023         Instead, split edges from entry block and to exit block, and
2024         put a computing definition on the thus gained post-entry-block,
2025         and a need on the pre-exit-block.
2026
2027 Thu May 30 20:28:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
2028
2029         * gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
2030         * rtl.texi: Document 'B'
2031
2032 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
2033
2034         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute
2035         at run-time.
2036         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.
2037
2038 2002-05-30  Aldy Hernandez  <aldyh@redhat.com>
2039
2040         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
2041         const0_rtx instead of NULL_RTX when in error.
2042         (altivec_expand_abs_builtin): Same.
2043         (rs6000_expand_binop_builtin): Same.
2044         (altivec_expand_predicate_builtin): Same.
2045         (altivec_expand_stv_builtin): Same.
2046         (rs6000_expand_ternop_builtin): Same.
2047         (altivec_expand_builtin): Same.
2048
2049 2002-05-29  David S. Miller  <davem@redhat.com>
2050
2051         * rtl.h (clear_emit_caches): Delete.
2052         * integrate.c (output_inline_function): Don't call it.
2053         * emit-rtl.c (restore_emit_status, init_emit): Likewise.
2054         (clear_emit_caches): Delete definition.
2055         (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise.
2056
2057 2002-05-30  Hans-Peter Nilsson  <hp@bitrange.com>
2058
2059         * config/mmix/mmix.c: Include real.h.
2060         (mmix_constant_address_p): Remove redundant test before switch.
2061
2062 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2063
2064         * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
2065         only if not already defined.
2066
2067 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
2068
2069         * config/h8300/h8300-protos.h: Remove prototypes for
2070         ok_for_bclr and small_power_of_two.
2071         * config/h8300/h8300.c (small_power_of_two): Remove.
2072         (ok_for_blcr): Likewise.
2073         (fix_bit_operand): Make WHAT deal with an integer instead of a
2074         constraint character.
2075         * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
2076         (CONST_OK_FOR_P): Likewise.
2077         (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
2078         CONST_OK_FOR_P any more.
2079         * config/h8300/h8300.md (andqi3): Adjust to the new prototype
2080         of fix_bit_operand.
2081         (iorqi3): Likewise.
2082         (xorqi3): Likewise.
2083
2084 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2085
2086         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
2087         (CPP_PREDEFINES): Make sure this is undefined.
2088         (CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
2089         since it is no longer in CPP_PREDEFINES.  Don't -U__MIPSEL__
2090         or -U__MIPSEB__ before defining one or the other.  Instead,
2091         use %(subtarget_endian_default) if neither -EB nor -EL are
2092         specified.
2093         (SUBTARGET_EXTRA_SPECS): Define.
2094         (SUBTARGET_CPP_SPEC): Remove __LONG64 handling.  Use
2095         %(netbsd_cpp_spec).
2096
2097 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
2098
2099         * doc/md.texi (Patterns): Note pattern condition pitfall
2100         for unnamed insn.
2101
2102 2002-05-29  Aldy Hernandez  <aldyh@redhat.com>
2103
2104         * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
2105         when TARGET_ALTIVEC.  Move handling of generic unary, binary, and
2106         ternary operations from here...
2107         (rs6000_expand_builtin): ...to here.
2108         New argument expandedp.
2109         Change all instances of altivec_expand_binop_builtin to
2110         rs6000_expand_binop_builtin.
2111         (altivec_expand_unop_builtin): Rename to
2112         rs6000_expand_unop_builtin.
2113         (altivec_expand_binop_builtin): Rename to
2114         rs6000_expand_binop_builtin.
2115         (altivec_expand_ternop_builtin): Rename to
2116         rs6000_expand_ternop_builtin.
2117
2118 2002-05-29  Richard Henderson  <rth@redhat.com>
2119
2120         * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
2121         (TARGET_BI_ARCH): Likewise.
2122         * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value.
2123         (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT.
2124         (TARGET_64BIT_DEFAULT): Default to 0.
2125         (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER.
2126
2127 2002-05-29  Richard Henderson  <rth@redhat.com>
2128
2129         * config/i386/i386.c (USE_HIDDEN_LINKONCE): New.
2130         (get_pc_thunk_name): New.
2131         (output_set_got): Use it.
2132         (ix86_asm_file_end): If USE_HIDDEN_LINKONCE, emit get_pc thunks
2133         into linkonce sections.
2134
2135 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2136
2137         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
2138         (CPP_PREDEFINES): Make sure this is undefined.
2139         (CPP_SUBTARGET_SPEC64, CPP_SUBTARGET_SPEC32): Remove.
2140         (CPP_SUBTARGET_SPEC): Don't provide different versions for
2141         default-32 and default-64.  Just always use %(netbsd_cpp_spec).
2142         (SUBTARGET_EXTRA_SPECS): Remove cpp_subtarget_spec32 and
2143         cpp_subtarget_spec64.  Add netbsd_cpp_spec.
2144         * config/sparc/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
2145         (CPP_PREDEFINES): Make sure this is undefined.
2146         (SUBTARGET_EXTRA_SPECS): Define.
2147         (CPP_SPEC): Use %(netbsd_cpp_spec).
2148
2149 2002-05-29  Jeff Law <law@redhat.com>
2150
2151         * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
2152
2153         * flow.c (propagate_one_insn): Do not remove a dead insn if it
2154         contains a REG_RETVAL note.
2155
2156         * haifa-sched (sched_analyze): Remove another useless clearing
2157         of SCHED_GROUP_P I missed yesterday.
2158
2159         * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
2160         * pa.c (pa_asm_output_mi_thunk): New function.
2161         * pa-protos.h (pa_asm_output_mi_thunk): Declare.
2162
2163 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2164             Marek Michalkiewicz  <marekm@amelek.gda.pl>
2165
2166         * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.
2167         (avr_asm_only_p): Make non-static.
2168         (enum avr_arch): Remove.
2169         (avr_arch_types): New.
2170         (avr_mcu_types): Update.
2171         (avr_override_options): Use avr_arch_types table instead of switch.
2172         * avr.h (CPP_PREDEFINES): Die.
2173         (avr_base_arch_macro, avr_extra_arch_macro): New.
2174         (TARGET_CPU_CPP_BUILTINS): New.
2175         (CPP_SPEC, EXTRA_SPECS): Simplify.
2176         (CPP_AVR1_SPEC, CPP_AVR2_SPEC, CPP_AVR3_SPEC, CPP_AVR4_SPEC,
2177         CPP_AVR5_SPEC): Die.
2178
2179 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2180
2181         * config/arm/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
2182         NETBSD_OS_CPP_BUILTINS_AOUT.
2183         (SUBTARGET_EXTRA_SPECS): Define.
2184         (CPP_SPEC): Use %(netbsd_cpp_spec).
2185
2186 2002-05-29  Richard Henderson  <rth@redhat.com>
2187
2188         * config/i386/i386.c (ix86_output_function_epilogue): New.
2189         (TARGET_ASM_FUNCTION_EPILOGUE): New.
2190         (pic_label_name): Remove.
2191         (pic_labels_used): New.
2192         (ix86_asm_file_end): Emit one pc load stub for each register used.
2193         (output_set_got): Generate deep pc load to any register.
2194         (ix86_select_alt_pic_regnum): New.
2195         (ix86_save_reg): Don't save pic register if we can find a valid
2196         call-clobbered replacement.
2197         (ix86_expand_prologue): If we found a valid replacement, renumber
2198         pic_offset_table_rtx.
2199         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Look at
2200         pic_offset_table_rtx after reload.
2201         (REAL_PIC_OFFSET_TABLE_REGNUM): New.
2202         * config/i386/i386.md (set_got): Make insn, not expander.
2203         (set_got_nopic, set_got_deep, set_got_nodeep): Remove.
2204
2205 2002-05-29  Richard Henderson  <rth@redhat.com>
2206
2207         * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom
2208         alignment for alloca.
2209
2210 2002-05-29  Richard Henderson  <rth@redhat.com>
2211
2212         * config/i386/i386.c (output_pic_addr_const): Lowercase rip.
2213         (print_operand_address): Only add rip for symbolic addresses
2214         for which we do not have another relocation type.
2215
2216 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2217
2218         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
2219         (EXTRA_SPECS): Add netbsd_cpp_spec.
2220         (CPP_SPEC): Use %(netbsd_cpp_spec).
2221         (CPP_PREDEFINES): Remove.
2222         * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
2223         (EXTRA_SPECS): Define.
2224         (CPP_SPEC): Use %(netbsd_cpp_spec).
2225         (CPP_PREDEFINES): Remove.
2226
2227 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2228
2229         PR preprocessor/6844
2230         * cppmacro.c (cpp_macro_definition): Reserve space for terminating
2231         NUL.
2232
2233 2002-05-29  Eric Christopher  <echristo@redhat.com>
2234
2235         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Add support for
2236         mips5/mips32/mips64 and _MIPS_ISA_MIPSXX.
2237
2238 2002-05-29  Nick Clifton  <nickc@cambridge.redhat.com>
2239
2240         * config/fr30/fr30.md: Remove previous restriction on splits.
2241         Enforce conformance through gen_lowpart and cont_int_operand.
2242         * config/fr30/fr30.h (BSS_SECTION_ASM_OP): Use ".section .bss"
2243         as the assembler does not support ".bss".
2244
2245 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2246
2247         * config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
2248         (CPP_PREDEFINES): Remove.
2249         (SUBTARGET_EXTRA_SPECS): Define.
2250         (CPP_SPEC): Use %(netbsd_cpp_spec).
2251         * config/i386/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
2252         (CPP_PREDEFINES): Remove.
2253         (SUBTARGET_EXTRA_SPECS): Define.
2254         (CPP_SPEC): Use %(netbsd_cpp_spec).
2255         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Define.
2256         (CPP_PREDEFINES, CPP_LP64_SPEC, CPP_SUBTARGET_SPEC): Remove.
2257         (SUBTARGET_EXTRA_SPECS): Remove cpp_lp64 and cpp_subtarget.
2258         Add netbsd_cpp_spec.
2259         (CPP_SPEC): Remove %(cpp_subtarget), add %(netbsd_cpp_spec).
2260
2261 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2262             Zack Weinberg <zack@codesourcery.com>
2263
2264         * cppexp.c (cpp_num): Move to cpplib.h.
2265         (CPP_ERROR): Remove.
2266         (interpret_float_suffix, interpret_int_suffix): New.
2267         (struct suffix, vsuf_1, vsuf_2, vsuf_3): Remove.
2268         (cpp_classify_number, cpp_interpret_integer): New.
2269         (interpret_number): Remove.
2270         (eval_token): Update to use new routines.
2271         * cpphash.h (cpp_num_part): Move to cpplib.h.
2272         * cppinit.c (cpp_post_options): Set warn_long_long.
2273         * cpplib.h (struct cpp_options): Add warn_long_long.
2274         (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
2275         CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
2276         CPP_N_MEDIUM, CPP_N_LARGE, CPP_N_RADIX, CPP_N_DEC, CPP_N_HEX,
2277         CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
2278         cpp_interpret_integer): New.
2279
2280 2002-05-29  Joel Sherrill <joel@OARcorp.com>
2281
2282         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
2283
2284 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2285
2286         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
2287         NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_OS_CPP_BUILTINS_LP64.
2288         (CPP_SUBTARGET_SPEC): Define.
2289         (SUBTARGET_EXTRA_SPECS): Define.
2290         (CPP_SPEC): Remove.
2291
2292 2002-05-29  Chris Lattner  <sabre@nondot.org>
2293
2294         * ssa.c (rename_insn_1): Rename uses of undefined registers to
2295         prevent confusion if/when the register is defined.
2296
2297 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
2298
2299         PR target/6838
2300         * config/cris/cris.md: Fix typos and thinkos in comments.
2301         ("*mov_sideqi_biap_mem"): Remove '*' in constraint for operand 4,
2302         second alternative.
2303         ("*mov_sidehi_biap_mem", "*mov_sidesi_biap_mem"): Ditto.
2304         ("*mov_sideqi_mem"): Similar, but for operand 3.
2305         ("*mov_sidehi_mem", "*mov_sidesi_mem"): Ditto.
2306         (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
2307         Remove spurious mode specifier on operand 2.
2308
2309 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
2310
2311         * config/h8300/h8300-protos.h: Remove the prototype for
2312         o_operand.
2313         Add prototypes for single_one_operand and single_zero_operand.
2314         * config/h8300/h8300.c (o_operand): Remove.
2315         (single_one_operand): New.
2316         (single_zero_operand): Likewise.
2317         (print_operand): For 'V' operand, and the operand with 0xff.
2318         For 'V' and 'W' operands, do not and the bit position with 7.
2319         * config/h8300/h8300.md (various anonymous patterns): Replace
2320         use of exact_log2 with single_one_operand/single_zero_operand.
2321
2322 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
2323
2324         * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
2325
2326 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
2327
2328         * config/s390/s390.c (legitimate_pic_operand_p): Do not
2329         accept symbolic LARL operands.
2330         (s390_emit_epilogue): Do not set FRAME_RELATED_P on
2331         epilogue insns.
2332
2333 2002-05-29  Hartmut Penner  <hpenner@de.ibm.com>
2334
2335         * config/s390/s390.md (cmpstr_64/31): Mark whole
2336         input registers as used.
2337
2338 2002-05-28  Richard Henderson  <rth@redhat.com>
2339
2340         * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live,
2341         not current_function_uses_pic_offset_table and
2342         current_function_uses_const_pool; examine current_function_profile.
2343         (ix86_expand_prologue): Likewise.  Add pic_offset_table_rtx as
2344         input to blockage if needed.
2345         (ix86_expand_call): Do not set current_function_uses_pic_offset_table.
2346         (legitimize_pic_address): Likewise.  Set regs_ever_live for
2347         pic_offset_table_rtx when invoked during reload.
2348         * config/i386/i386.h (FINALIZE_PIC): Remove.
2349         * config/i386/i386.md (tablejump): Reformat.  Do not set
2350         current_function_uses_pic_offset_table.
2351         (tls_global_dynamic, tls_local_dynamic_base): Likewise.
2352         (blockage): Accept anything as operand 0.
2353
2354 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
2355
2356         * config/netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define
2357         common CPP built-ins for all NetBSD a.out targets.
2358         * config/netbsd-elf.h (NETBSD_OS_CPP_BUILTINS_ELF): Define
2359         common CPP built-ins for all NetBSD ELF targets.
2360         * config/netbsd.h: Add missing notice.
2361         (NETBSD_OS_CPP_BUILTINS_COMMON): Define common CPP built-ins
2362         for all NetBSD targets.
2363         (NETBSD_OS_CPP_BUILTINS_LP64): Define common CPP built-ins
2364         for all NetBSD targets using an LP64 code model.
2365         (NETBSD_CPP_SPEC): Define CPP_SPEC parts common to all
2366         NetBSD targets.
2367
2368 2002-05-28  Richard Henderson  <rth@redhat.com>
2369
2370         * flow.c (update_life_info_in_dirty_blocks): Only do a partial
2371         update if UPDATE_LIFE_LOCAL.
2372
2373 2002-05-28  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
2374
2375         * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
2376
2377 Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
2378                           Jason R. Thorpe <thorpej@wasabisystems.com>
2379
2380         config/sh reorganization to factor out endianness and coff:
2381
2382         * config/sh/little.h: New file.
2383         * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
2384         defined, define to 0 to select big-endian.
2385         (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
2386         (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
2387         * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
2388         * config/sh/t-be: New file.
2389         * config/sh/t-le: New file.
2390
2391         * sh.h (SDB_DEBUGGING_INFO, #include "dbxcoff.h"): Moved to sh/coff.h.
2392         (SDB_DELIM, MAX_OFILE_ALIGNMENT, IDENT_ASM_OP): Likewise.
2393         (TARGET_ASM_NAMED_SECTION, ASM_OUTPUT_SKIP): Likewise.
2394         (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Likewise.
2395         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise.
2396         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
2397         (ASM_FILE_END, ASM_DECLARE_FUNCTION_NAME): Deleted.
2398         (CPP_SPEC, SUBTARGET_CPP_ENDIAN_SPEC): Likewise.
2399         (SUBTARGET_CPP_SPEC, CPP_DEFAULT_CPU_SPEC, CPP_PREDEFINES): Likewise.
2400         (EXTRA_SPECS): Remove SUBTARGET_CPP_ENDIAN_SPEC and
2401         CPP_DEFAULT_CPU_SPEC.  Add LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL,
2402         SUBTARGET_LINK_EMUL_SUFFIX and SUBTARGET_LINK_SPEC.
2403         (LINK_SPEC): Define to SH_LINK_SPEC.
2404         (TARGET_CPU_CPP_BUILTINS, SH_LINK_SPEC): Define.
2405         (LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL): Likewise.
2406         (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
2407         (CPP_SPEC): Reduce to %(subtarget_cpp_spec).
2408         (TARGET_ENDIAN_DEFAULT): Define if not already defined.
2409         * config/sh/coff.h: New file.
2410         (TARGET_ASM_NAMED_SECTION): Now default_coff_asm_named_section
2411         (TARGET_OBJFMT_CPP_BUILTINS): Define.
2412         * config/sh/elf.h (IDENT_ASM_OP): No need to #undef at the start.
2413         (ASM_FILE_END, ASM_OUTPUT_SOURCE_LINE): Likewise.
2414         (DBX_OUTPUT_MAIN_SOURCE_FILE_END, TARGET_ASM_NAMED_SECTION): Likewise.
2415         (ASM_DECLARE_FUNCTION_NAME, MAX_OFILE_ALIGNMENT, SIZE_TYPE): Likewise.
2416         (PTRDIFF_TYPE): Likewise.
2417         ("dbxelf.h", "elfos.h", "svr4.h"): Don't #include.
2418         (CPP_PREDEFINES): Don't define.
2419         (TARGET_OBJFMT_CPP_BUILTINS): Define.
2420         (LINK_SPEC): Define to SH_LINK_SPEC.
2421         (LINK_EMUL_PREFIX): Redefine.
2422         * config/sh/linux.h: (SUBTARGET_CPP_SPEC): Remove -fpic / -fPIC cases.
2423         (SUBTARGET_CPP_ENDIAN_SPEC, CPP_DEFAULT_CPU_SPEC): Remove redefinition.
2424         (CPP_PREDEFINES, SUBTARGET_ASM_ENDIAN_SPEC): Likewise.
2425         (CC1_SPEC, CC1PLUS_SPEC, LINK_SPEC): Likewise.
2426         (TARGET_OS_CPP_BUILTINS): Define.
2427         (TARGET_DEFAULT): Redefine.
2428         (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
2429         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Remove.
2430         (LINK_SPEC): Don't redefine.
2431         (LINK_DEFAULT_CPU_EMUL): Redefine.
2432         (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
2433         * sh.c (sh_asm_named_section): Don't declare / define.
2434         * t-linux (MULTILIB_OPTIONS): Rely on pre-set endianness option.
2435         * config.gcc (sh-*-elf* tm_file): Add dbxelf.h elfos.h svr4.h.
2436         (sh64-*-elf* tm_file): Likewise.
2437         (sh-*-rtemself* tm_file): Likewise.
2438         (sh-*-linux* tm_file): Likewise.  Add sh/little.h.
2439         (sh-*-linux* tmake_file): Add sh/t-le.
2440         (sh-*-rtems* tm_file): Add sh/coff.h
2441         (sh-*-* tm_file): Likewise.
2442
2443 Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
2444
2445         * sh.h (LEGITIMATE_PIC_OPERAND_P): Check for SYMBOL_REF before using
2446         CONSTANT_POOL_ADDRESS_P.
2447
2448         * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
2449
2450 2002-05-28  David Edelsohn  <edelsohn@gnu.org>
2451             Jeff Law <law@redhat.com>
2452
2453         * optabs.c (expand_binop): Fix nwords sign warnings.
2454         generate pseudo for add_optab.
2455
2456         * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.
2457         * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
2458
2459 2002-05-28      Marc Espie <espie@openbsd.org>
2460
2461         * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN):  Remove,
2462         inherited from gas.h.
2463         (ASM_QUAD):  Undef.  OpenBSD does not support it.
2464
2465 2002-05-28  Danny Smith  <dannysmith@users.sourceforge.net>
2466
2467         * doc/install.texi (binaries): Change mingw binaries
2468         link to www.mingw.org.
2469
2470 2002-05-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2471
2472         * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.
2473
2474 2002-05-28  Richard Henderson  <rth@redhat.com>
2475
2476         * config/i386/i386.c (ix86_compute_frame_layout): Do not add
2477         bottom alignment for leaf functions.
2478
2479 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
2480
2481         * config/pa/milli32.S, config/pa/lib1funcs.asm,
2482         config/sparc/sol2-g1.asm: Delete unused files.
2483
2484 2002-05-28  Richard Henderson  <rth@redhat.com>
2485
2486         * cfg.c (dump_flow_info): Print bb->index, not i, for block number.
2487
2488         * flow.c (calculate_global_regs_live): Rename call_used to
2489         invalidated_by_call.  Initialize from regs_invalidated_by_call
2490         instead of call_used_regs.
2491
2492         * varasm.c (default_binds_local_p): Check TREE_PUBLIC before
2493         DECL_EXTERNAL.
2494
2495 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
2496
2497         * tree.h: Don't include real.h.
2498         Forward-declare struct realvaluetype.
2499         (struct tree_real_cst): Point to the REAL_VALUE_TYPE, do not
2500         contain it.
2501         (TREE_REAL_CST_PTR): New accessor.
2502         (TREE_REAL_CST): Update.
2503         * real.h: Include machmode.h.
2504         (realvaluetype): Make it struct realvaluetype, not a typedef.
2505         (build_real): Prototype here.
2506
2507         * tree.c: Include real.h.
2508         (build_real): Allocate the REAL_VALUE_TYPE as a separate
2509         object in GC memory, set TREE_REAL_CST_PTR to point to it.
2510         (build_real_from_int_cst): Use build_real.
2511         * ggc-common.c (ggc_mark_trees): Mark TREE_REAL_CST_PTR of a
2512         REAL_CST.
2513
2514         * builtins.c, c-common.c, c-lex.c, dwarf2out.c, expr.c,
2515         fold-const.c, print-tree.c, real.c: Include real.h.
2516         * Makefile.in: Update dependency lists.
2517
2518 2002-05-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2519
2520         * basic-block.h (last_basic_block): Declare.
2521         (expunge_block_nocompact): Declaration removed.
2522         (compact_blocks): Declare.
2523         * cfg.c (last_basic_block): New variable.
2524         (expunge_block_nocompact): Removed.
2525         (expunge_block): Do not compact basic blocks.
2526         (compact_blocks): New.
2527         * cfganal.c (flow_call_edges_add): Use the fact that bb indices no
2528         longer change.
2529         * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Set
2530         last_basic_block.
2531         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Do not change
2532         real positions of blocks.
2533         (delete_unreachable_blocks): Simplified -- quadratic behavior now
2534         cannot occur.
2535         (cleanup_cfg): Compact blocks.
2536         * cfgrtl.c (create_basic_block): Insert basic blocks to the end of
2537         basic_block_info varray.
2538         (flow_delete_block): Comment update.
2539         (back_edge_of_syntactic_loop_p): Modify position check code.
2540         (verify_flow_info): Update checking.
2541         * flow.c (calculate_global_regs_live): Use FOR_EACH_BB.
2542         * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
2543         (find_if_case_1, find_if_case_2, if_convert): Use the fact that bb
2544         indices no longer change.
2545         * lcm.c (optimize_mode_switching): Replace n_basic_blocks with
2546         last_basic_block.
2547         * predict.c (estimate_bb_frequencies): Remove unneccessary code.
2548         * profile.c (branch_prob): Compact blocks.
2549         * sched-rgn.c (find_rgns): Replace n_basic_blocks with
2550         last_basic_block.
2551
2552 2002-05-28  Kazu Hirata  <kazu@cs.umass.edu>
2553
2554         * config/h8300/h8300.md (two anonymous patterns): New.
2555
2556 2002-05-28  David S. Miller  <davem@redhat.com>
2557
2558         * config/sparc/sparc.md (cpu): Tidy.
2559         (type): Delete 'return', add 'ialuX', 'flushw', 'iflush', and
2560         'trap'.
2561         (in_call_delay): Delete reference to 'return' type.
2562         (eligible_for_return_delay, in_return_delay, define_delay
2563         referencing those): Delete.
2564         (rest of file): Use new type attributes as appropriate.
2565         * config/sparc/sparc-protos.h (eligible_for_return_delay): Delete.
2566         * config/sparc/sparc.c (eligible_for_return_delay): Likewise.
2567         * config/sparc/ultra1_2.md (us1_single): New reservation.
2568         (us1_ialuX): Likewise.
2569         * config/sparc/ultra3.md (us3_single): Likewise.
2570         (us3_ialuX): Likewise.
2571         (us3_imul, us3_idiv): Tweak.
2572
2573 2002-05-28  Richard Henderson  <rth@redhat.com>
2574
2575         * config/alpha/alpha.c (alpha_in_small_data_p): Return false for
2576         STRING_CST.
2577
2578 2002-05-28  Richard Henderson  <rth@redhat.com>
2579
2580         * config.gcc: Obsolete mn10200.
2581
2582 2002-05-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2583
2584         * cppexp.c (interpret_number): Optimize for single-digit
2585         and less-than-half-precision cases.
2586         (num_trim, num_positive, num_div_op): Cast constants.
2587
2588 2002-05-27  Bo Thorsen  <bo@suse.de>
2589
2590         * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the
2591         3.1 branch. The file was made by Jakub Jelinek.
2592         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386
2593         support so multilib doesn't break. And don't define this at all
2594         when -Dinhibit_libc is used.
2595         (MULTILIB_DEFAULTS): Always set default to 64 bit compilation.
2596         * config/i386/t-linux64: Implement full multilib support. Patch
2597         originally done by Andreas Jaeger and Jakub Jelinek.
2598
2599 2002-05-27  Roger Sayle  <roger@eyesopen.com>
2600
2601         * c-common.c: Add support for __attribute__((nothrow)) to specify
2602         that a function cannot throw an exception (using TREE_NOTHROW).
2603         (handle_nothrow_attribute): New function to process this attribute.
2604
2605         * doc/extend.texi: Document the new nothrow function attribute.
2606
2607 2002-05-27  H.J. Lu  (hjl@gnu.org)
2608
2609         * cppexp.c (num_trim): Use 1UL instead of 1 for long int.
2610         (num_positive): Likewise.
2611         (num_div_op): Likewise.
2612
2613 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2614
2615         * c-common.c (c_common_init): Always use intmax_t.
2616
2617 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2618
2619         * c-common.c (c_common_init): Use intmax_t for now.
2620
2621 2002-05-24  Andrew Haley  <aph@redhat.com>
2622
2623         * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
2624         if T is a boolean type.
2625
2626 2002-05-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2627
2628         * basic-block.h (last_basic_block): Defined as synonym for
2629         n_basic_blocks.
2630         * cfganal.c (mark_dfs_back_edges, flow_reverse_top_sort_order_compute,
2631         flow_depth_first_order_compute, flow_preorder_transversal_compute,
2632         flow_dfs_compute_reverse_init): Replaced relevant occurences of
2633         n_basic_blocks with last_basic_block.
2634         * cfgbuild.c (make_edges): Likewise.
2635         * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
2636         * cfgrtl.c (verify_flow_info, purge_all_dead_edges): Likewise.
2637         * combine.c (combine_instructions): Likewise.
2638         * df.c (df_alloc, df_analyse_1, df_analyse, iterative_dataflow_sbitmap,
2639         iterative_dataflow_bitmap): Likewise.
2640         * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
2641         calc_idoms, idoms_to_doms): Likewise.
2642         * flow.c (update_life_info_in_dirty_blocks, free_basic_block_vars):
2643         Likewise.
2644         * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties,
2645         compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass,
2646         one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p,
2647         one_pre_gcse_pass, compute_transpout, delete_null_pointer_checks_1,
2648         delete_null_pointer_checks, compute_code_hoist_vbeinout,
2649         hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
2650         compute_store_table, build_store_vectors): Likewise.
2651         * haifa-sched.c (sched_init): Likewise.
2652         * ifcvt.c (if_convert): Likewise.
2653         * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
2654         pre_edge_lcm, compute_available, compute_nearerout,
2655         compute_rev_insert_delete, pre_edge_rev_lcm, optimize_mode_switching):
2656         Likewise.
2657         * predict.c (estimate_probability, process_note_prediction,
2658         note_prediction_to_br_prob): Likewise.
2659         * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): Likewise.
2660         * recog.c (split_all_insns, peephole2_optimize): Likewise.
2661         * regrename.c (copyprop_hardreg_forward): Likewise.
2662         * resource.c (init_resource_info): Likewise.
2663         * sched-rgn.c (build_control_flow, find_rgns, compute_trg_info,
2664         init_regions, schedule_insns): Likewise.
2665         * ssa-ccp.c (ssa_const_prop): Likewise.
2666         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
2667         * ssa.c (compute_dominance_frontiers,
2668         compute_iterated_dominance_frontiers, convert_to_ssa): Likewise.
2669
2670         * df.c (df_refs_unlink): Fix FOR_EACH_BB usage (in #if 0'ed code)
2671         * gcse.c (alloc_rd_mem, alloc_avail_expr_mem): Use n_blocks for vector
2672         sizes consistently.
2673
2674 Mon May 27 14:28:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
2675
2676         * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge):
2677         new.
2678         * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,
2679         hoist_insn_after, hoist_insn_to_edge): New.
2680
2681 Mon May 27 12:14:02 CEST 2002  Jan Hubicka  <jh@suse.cz>
2682
2683         * basic-block.h (PEOP_SCAN_DEAD_STORES): New.
2684         (PROP_FINAL): Include.
2685         * flow.c (life_analysis, update_life_info,
2686         init_propagate_block_info, mark_set_1, mark_used_rgs):
2687         Support SCAN_DEAD_STORE.
2688
2689 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2690
2691         * c-common.c (c_common_init): Set CPP arithmetic precision.
2692         * cppexp.c (cpp_num_part): Move typedef ...
2693         * cpphash.h: ...here; make unsigned HOST_WIDE_INT.
2694         * cppinit.c (cpp_create_reader): Default to host long arithmetic.
2695         (sanity_checks): Update.
2696
2697 2002-05-26  Geoffrey Keating  <geoffk@redhat.com>
2698
2699         * Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
2700         (mkheaders): New rule.
2701         (install-mkheaders): New rule.
2702         * configure.in (all_outputs): Add mkheaders.
2703         * configure: Regenerate.
2704         * mkheaders.in: New file.
2705
2706 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
2707
2708         * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
2709
2710 2002-05-26  Andreas Jaeger  <aj@suse.de>
2711
2712         * cfg.c (dump_flow_info): Remove extra argument to fprintf.
2713
2714 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
2715
2716         * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
2717         right_shift): Remove.
2718         (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
2719         HIGH_PART): New.
2720         (struct op): Use cpp_num.
2721         (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
2722         num_part_mul, num_unary_op, num_binary_op, num_negate,
2723         num_bitwise_op, num_inequality_op, num_equality_op, num_mul,
2724         num_div_op, num_lshift, num_rshift, append_digit): New.
2725         (interpret_number, parse_defined, eval_token, reduce): Update
2726         for two-integer arithmetic.
2727         (binary_handler): New typedef.
2728         (optab): Update.
2729         (COMPARE, EQUALITY, BITWISE, MINMAX, UNARY, SHIFT): Delete.
2730         (_cpp_parse_expr, reduce): Update to handle two-integers.
2731         * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
2732
2733 2002-05-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2734
2735         * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.
2736         * config/avr/avr.c (jump_over_one_insn_p): Take length of the
2737         branch insn into account, do not assume 1.
2738         (avr_out_sbxx_branch): New function.  Optimize cases of skipping
2739         over single word insn.  Handle upper half of I/O space too.
2740         * config/avr/avr.md (*sbrx_branch): Use it.
2741         (*sbrx_and_branchhi, *sbrx_and_branchsi): Likewise.
2742         (*sbix_branch, *sbix_branch_bit7): Likewise.
2743         (*sbix_branch_tmp, *sbix_branch_tmp_bit7): New.
2744         Use RTL peepholes to optimize register operand sign tests.
2745
2746 2002-05-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2747
2748         * config/avr/avr.c (avr_asm_only_p): New variable.
2749         (avr_override_options): Set it here if AVR1.
2750         (asm_file_start): Test it here, report an error if set.
2751
2752 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
2753
2754         * alias.c: Fix formatting.
2755         * attribs.c: Likewise.
2756         * bb-reorder.c: Likewise.
2757         * bitmap.c: Likewise.
2758         * bitmap.h: Likewise.
2759         * builtins.c: Likewise.
2760
2761 Sun May 26 14:00:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
2762
2763         * reload.c (find_valid_class): Accept new argument DEST,
2764         choose class accordingly.
2765         (push_reload): Update callers.
2766
2767 2002-05-26  Andreas Jaeger  <aj@suse.de>
2768
2769         * combine.c (combine_instructions): Do not indent #if for
2770         traditional C.
2771
2772 2002-05-25  Richard Henderson  <rth@redhat.com>
2773
2774         * c-pragma.c (apply_pragma_weak): Convert value identifier to
2775         string for decl_attributes.
2776         (handle_pragma_weak): Call assemble_alias if we're modifying
2777         an existing decl.
2778
2779 2002-05-25  Richard Henderson  <rth@redhat.com>
2780
2781         PR target/6788
2782         * config/sparc/sparc.c (sparc_output_mi_thunk): New implementation
2783         using rtl instead of fprintf.
2784         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Use it.
2785         * config/sparc/sparc-protos.h: Update.
2786
2787 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2788
2789         * Makefile.in (C_COMMON_H): Fix.
2790         Update other targets.
2791         * c-common.c: Don't include c-lex.h.
2792         (builtin_define_with_value): Make static and prototype.
2793         (builtin_define_std): Move from c-lex.h.
2794         * c-common.h (init_c_lex): Move from c-lex.h.
2795         * c-decl.c: Don't include c-lex.h.
2796         (make_pointer_declarator): Move from c-parse.in.
2797         * c-lex.c: Don't include c-lex.h.
2798         * c-lex.h: Remove.
2799         * c-parse.in: Don't include c-lex.h; include c-pragma.h.
2800         (make_pointer_declarator): Move to c-decl.c.
2801         * c-pragma.c: Don't include c-lex.h.
2802         * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
2803         * c-tree.h (make_pointer_declarator): New.
2804 doc:
2805         * passes.texi, tm.texi: Update.
2806 objc:
2807         * Make-lang.in: Update and correct.
2808         * objc-act.c: Don't include c-lex.h or cpplib.h.
2809 treelang:
2810         * treetree.c: Don't include c-lex.h.
2811 config:
2812         * darwin-c.c: Don't include c-lex.h.
2813         * c4x/c4x-c.c: Don't include c-lex.h.
2814         * c4x/t-c4x: Update.
2815         * i370/i370-c.c: Don't include c-lex.h.
2816         * i370/t-i370: Update.
2817         * i960/i960-c.c: Don't include c-lex.h.
2818         * i960/i960.c: Don't include cpplib.h, c-lex.h or c-pragma.h.
2819         * i960/t-960bare: Update.
2820         * i960/t-vxworks: Update.
2821         * rs6000/rs6000-c.c: Don't include c-lex.h; include c-pragma.h.
2822         * rs6000/t-darwin: Update.
2823         * rs6000/t-rs6000-c-rule: Update.
2824         * v850/v850-c.c: Don't include c-lex.h.
2825         * v850/v850.c: Don't include c-lex.h or cpplib.h.
2826
2827
2828 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
2829
2830         * tree.def: Fix typos.
2831         * doc/install.texi: Likewise.
2832
2833 2002-05-25  Richard Henderson  <rth@redhat.com>
2834
2835         * configure.in (HAVE_AS_TLS): Add ia64 test.
2836         * configure: Rebuild.
2837         * config/ia64/ia64.c (ia64_tls_size_string, ia64_tls_size): New.
2838         (override_options): Set it.
2839         (TARGET_HAVE_TLS): New.
2840         (sdata_symbolic_operand): Look for 's'.
2841         (tls_symbolic_operand): New.
2842         (ia64_expand_load_address): Abort for tls symbols.
2843         (gen_tls_get_addr): New.
2844         (gen_thread_pointer): New.
2845         (ia64_expand_move): Split out from movdi.  Handle tls symbols.
2846         (rtx_needs_barrier): Add new unspecs.
2847         (ia64_encode_section_info): Handle tls symbols.
2848         (ia64_strip_name_encoding): Strip two encoding chars.
2849         * config/ia64/ia64.h (ia64_tls_size, ia64_tls_size_string): New.
2850         (TARGET_TLS14, TARGET_TLS22, TARGET_TLS64): New.
2851         (TARGET_OPTIONS): Add tls-size.
2852         (ENCODE_SECTION_INFO_CHAR): Rename from SDATA_NAME_FLAG_CHAR.
2853         * config/ia64/ia64.md (UNSPEC_LTOFF_DTPMOD, UNSPEC_LTOFF_DTPREL,
2854         UNSPEC_DTPREL, UNSPEC_LTOFF_TPREL, UNSPEC_TPREL, UNSPEC_LD_BASE): New.
2855         (movqi, movhi, movsi, movdi, movti): Use ia64_expand_move.
2856         (movsf, movdf): Likewise.
2857         (movdi_symbolic): Use match_scratch.  Don't split if we won't
2858         have a scratch availiable.
2859         (load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22,
2860         add_dtprel, add_dtprel14, add_dtprel22, load_ltoff_tprel, load_tprel,
2861         load_tprel64, load_tprel22, add_tprel, add_tprel14, add_tprel22): New.
2862         * config/ia64/ia64-protos.h: Update.
2863         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use
2864         sdata_symbolic_operand.
2865         (ASM_OUTPUT_LABELREF): Strip two characters.
2866
2867 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
2868
2869         * combine.c (simplify_set): Remove an unnecessary subreg.
2870
2871 2002-05-25  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2872
2873         * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
2874
2875         * config/avr/avr.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_BSS): New.
2876
2877 2002-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
2878
2879         * toplev.c (output_clean_symbol_name): Fix another thinko.  Gosh.
2880
2881 2002-05-25  Roger Sayle  <roger@eyesopen.com>
2882
2883         * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
2884         (cond (compare x y) 0) into the equivalent (cond x y).
2885
2886 2002-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
2887
2888         * toplev.c (output_clean_symbol_name): Use xstrdup.  Fix thinko.
2889
2890 2002-05-24  Zack Weinberg  <zack@codesourcery.com>
2891
2892         * config.gcc: Remove all stanzas for previously obsoleted
2893         systems.  Where necessary, add explicit error stanzas to
2894         prevent removed systems from being misidentified as something
2895         else.  Begin a fresh obsoletions list, with the systems that
2896         were reprieved last round.
2897         * doc/install.texi: Remove all mention of dead targets.
2898         * fixinc/mkfixinc.sh: Likewise.
2899
2900         * config/arm/arm.h: Bit 31 of target_flags is no longer
2901         reserved.
2902
2903         * config/1750a/1750a-protos.h, config/1750a/1750a.c,
2904         config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
2905         config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
2906         config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
2907         config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
2908         config/alpha/osf12.h, config/alpha/osf2or3.h,
2909         config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
2910         config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
2911         config/clipper/clipper-protos.h, config/clipper/clipper.c,
2912         config/clipper/clipper.h, config/clipper/clipper.md,
2913         config/clipper/clix.h, config/convex/convex-protos.h,
2914         config/convex/convex.c, config/convex/convex.h,
2915         config/convex/convex.md, config/convex/fixinc.convex,
2916         config/convex/proto.h, config/elxsi/elxsi-protos.h,
2917         config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
2918         config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
2919         config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
2920         config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
2921         config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
2922         config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
2923         config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
2924         config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
2925         config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
2926         config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
2927         config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
2928         config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
2929         config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
2930         config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
2931         config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
2932         config/m68k/altos3068.h, config/m68k/apollo68.h,
2933         config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
2934         config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
2935         config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
2936         config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
2937         config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
2938         config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
2939         config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
2940         config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
2941         config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
2942         config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
2943         config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
2944         config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
2945         config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
2946         config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
2947         config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
2948         config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
2949         config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
2950         config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
2951         config/mips/dec-osf1.h, config/mips/elflorion.h,
2952         config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
2953         config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
2954         config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
2955         config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
2956         config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
2957         config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
2958         config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
2959         config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
2960         config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
2961         config/ns32k/pc532-min.h, config/ns32k/pc532.h,
2962         config/ns32k/sequent.h, config/ns32k/tek6000.h,
2963         config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
2964         config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
2965         config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
2966         config/sparc/rtems.h, config/we32k/we32k-protos.h,
2967         config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
2968         Delete file.
2969
2970 2002-05-24  Richard Henderson  <rth@redhat.com>
2971
2972         * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
2973         * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
2974         * config/i386/i386.c (tls_model_chars): Add leading space.
2975         (tls_symbolic_operand): Don't bias by 1.
2976         (legitimize_address): Don't unbias by 1.
2977
2978 2002-05-24  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
2979
2980         * lcm.c (optimize_mode_switching): Change bb used as indices
2981         to bb->index.
2982
2983 2002-05-24  Richard Henderson  <rth@redhat.com>
2984
2985         * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
2986         of update_life_info_in_dirty_blocks.
2987
2988 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2989
2990         PR other/6782
2991         * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
2992
2993 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2994
2995         PR preprocessor/6780
2996         * cppmacro.c (enter_macro_context): Clear state.angled_headers.
2997
2998 2002-05-24  Jim Blandy  <jimb@redhat.com>
2999
3000         * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final
3001         entry with a type code of zero, marking the end of the compilation
3002         unit's macro info.
3003
3004 2002-05-24  Richard Henderson  <rth@redhat.com>
3005
3006         * varasm.c (asm_output_bss): Always output one byte.
3007         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
3008
3009 2002-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3010
3011         * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
3012         namespace.
3013
3014 2002-05-24  Andreas Jaeger  <aj@suse.de>
3015
3016         * ggc-page.c (alloc_page): Cast variables of type size_t to
3017         unsigned long, adjust printf format string.
3018         (ggc_alloc): Likewise.
3019         (ggc_print_statistics): Likewise.
3020         (ggc_print_statistics): Correct printf format string for SCALE to
3021         use unsigned long.
3022
3023 2002-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
3024
3025         * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
3026
3027 2002-05-23  Gabriel Dos Reis  <gdr@codesourcery.com>
3028             Zack Weinberg     <zack@codesourcery.com>
3029
3030         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly output
3031         quoted strings.
3032         * dwarf2out.c (lookup_filename): Properly quote filename in .file
3033         directive in assembly file.
3034         * config/m68k/dpx2.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
3035         * config/m88k/m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
3036         * config/pj/pj.h (ASM_FILE_START): Likewise.
3037         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
3038         * config/avr/avr.c (asm_file_end): Likewise.
3039         * toplev.c (output_quoted_string): Handle possibly signed plain
3040         char.
3041         * toplev.h (output_clean_symbol_name): Declare
3042         * toplev.c (output_clean_symbol_name): Define.
3043         * config/alpha/alpha.c (unicosmk_output_module_name): Use it.
3044         * config/1750a/1750a.h (ASM_FILE_START): Likewise.
3045
3046 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
3047
3048         * config/rs6000/rs6000.c (output_toc): Mask longs to 32 bits.
3049
3050 2002-05-23  Vladimir Makarov  <vmakarov@redhat.com>
3051
3052         * genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4
3053         of size of unsigned.
3054
3055 2002-05-23  Richard Henderson  <rth@redhat.com>
3056
3057         * configure.in (HAVE_AS_TLS): New test.
3058         * config.in, configure: Rebuild.
3059         * config/i386/i386.c (TARGET_HAVE_TLS): Set if HAVE_AS_TLS.
3060         (ix86_tls_dialect_string, ix86_tls_dialect): New.
3061         (override_options): Set it.
3062         (tls_model_chars, tls_symbolic_operand): New.
3063         (tls_symbolic_operand_1, global_dynamic_symbolic_operand): New.
3064         (local_dynamic_symbolic_operand, initial_exec_symbolic_operand): New.
3065         (local_exec_symbolic_operand): New.
3066         (get_pic_label_name): Merge into output_set_got.
3067         (ix86_asm_file_end): Emit pic_label_name if defined.
3068         (legitimate_constant_p, constant_address_p): New.
3069         (legitimate_pic_operand_p): New.
3070         (legitimate_pic_address_disp_p): Handle GOTTPOFF, NTPOFF, DTPOFF.
3071         (legitimate_address_p): Likewise.
3072         (ix86_encode_section_info): Rename from i386_; handle tls decls.
3073         (ix86_strip_name_encoding): New.
3074         (get_thread_pointer): New.
3075         (legitimize_address): Handle tls symbols.
3076         (output_pic_addr_const): Handle GOTTPOFF, TPOFF, NTPOFF, DTPOFF.
3077         Remove UNSPEC_PLT.
3078         (struct machine_function): Add some_ld_name.
3079         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Set it.
3080         (print_operand) [&]: Use it.  Handle UNSPEC_TP.
3081         (output_addr_const_extra): New.
3082         (maybe_get_pool_constant): New.
3083         (ix86_split_to_parts): Use it.
3084         (ix86_expand_move): Handle tls symbols.
3085         (ix86_tls_get_addr): New.
3086         * config/i386/i386.h (TARGET_GNU_TLS, TARGET_SUN_TLS): New.
3087         (TARGET_OPTIONS): Add tls-dialect.
3088         (CONSTANT_ADDRESS_P): Use new out-of-line function.
3089         (LEGITIMATE_CONSTANT_P): Likewise.
3090         (LEGITIMATE_PIC_OPERAND_P): Likewise.
3091         (TARGET_STRIP_NAME_ENCODING): New.
3092         (ASM_OUTPUT_LABELREF): New.
3093         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
3094         (OUTPUT_ADDR_CONST_EXTRA): New.
3095         (PREDICATE_CODES): Update.
3096         (ix86_tls_dialect, ix86_tls_dialect_string): New.
3097         * config/i386/i386.md: Regroup and renumber unspec constants.
3098         (tls_global_dynamic_gnu, tls_global_dynamic_sun): New.
3099         (tls_local_dynamic_base_gnu, tls_local_dynamic_base_sun): New.
3100         (tls_global_dynamic, tls_local_dynamic_base): New.
3101         (tls_local_dynamic_once): New.
3102         * config/i386/i386-protos.h: Update.
3103
3104 2002-05-23  Richard Henderson  <rth@redhat.com>
3105
3106         * genemit.c (gen_insn): Print file:lineno comment before function.
3107         (main): likewise.
3108         * gensupport.c (struct queue_elem): Add filename member.
3109         (queue_pattern): Initialize it; update all callers.
3110         (process_include): Don't free filename.
3111         (read_md_rtx): Set read_rtx_filename.
3112
3113 2002-05-23  Hans Boehm  <Hans_Boehm@hp.com>
3114
3115         * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
3116
3117 2002-05-23  Richard Henderson  <rth@redhat.com>
3118
3119         * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
3120
3121 2002-05-23  Richard Henderson  <rth@redhat.com>
3122
3123         * doc/extend.texi (C++98 Thread-Local Edits): Update with
3124         commentary from Mark.
3125
3126 2002-05-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3127
3128         * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
3129         Use FOR_EACH_BB macros to iterate over basic block chain.
3130         * cfg.c (clear_edges, clear_bb_flags, dump_flow_info,
3131         alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges):
3132         Likewise.
3133         * cfganal.c (set_edge_can_fallthru_flag, flow_call_edges_add,
3134         find_unreachable_blocks, create_edge_list, verify_edge_list,
3135         remove_fake_edges, add_noreturn_fake_exit_edges,
3136         flow_preorder_transversal_compute, flow_dfs_compute_reverse_execute):
3137         Likewise.
3138         * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
3139         find_sub_basic_blocks): Likewise.
3140         * cfgcleanup.c (try_optimize_cfg, delete_unreachable_blocks):
3141         Likewise.
3142         * cfglayout.c (record_effective_endpoints, cleanup_unconditional_jumps):
3143         Likewise.
3144         * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
3145         Likewise.
3146         * cfgrtl.c (compute_bb_for_insn, tidy_fallthru_edges,
3147         commit_edge_insertions, commit_edge_insertions_watch_calls,
3148         print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise.
3149         * combine.c (combine_instructions, reg_dead_at_p): Likewise.
3150         * conflict.c (conflict_graph_compute): Likewise.
3151         * df.c (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
3152         df_modified_p, df_refs_unlink, df_dump): Likewise.
3153         * dominance.c (calc_dfs_tree, calculate_dominance_info): Likewise.
3154         * final.c (compute_alignments): Likewise.
3155         * flow.c (update_life_info, update_life_info_in_dirty_blocks,
3156         delete_noop_moves, calculate_global_regs_live, allocate_bb_life_data,
3157         count_or_remove_death_notes): Likewise.
3158         * gcse.c (oprs_unchanged_p, record_last_reg_set_info,
3159         compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill,
3160         classic_gcse, compute_transp, cprop, compute_pre_data,
3161         compute_transpout, invalidate_nonnull_info,
3162         delete_null_pointer_checks_1, delete_null_pointer_checks,
3163         compute_code_hoist_vbeinout, hoist_code, compute_ld_motion_mems,
3164         compute_store_table, build_store_vectors, store_motion): Likewise.
3165         * global.c (global_conflicts, mark_elimination): Likewise.
3166         * graph.c (print_rtl_graph_with_bb): Likewise.
3167         * haifa-sched.c (sched_init): Likewise.
3168         * ifcvt.c (if_convert): Likewise.
3169         * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
3170         compute_available, compute_nearerout, compute_rev_insert_delete,
3171         optimize_mode_switching): Likewise.
3172         * local-alloc.c (local_alloc, update_equiv_regs): Likewise.
3173         * predict.c (estimate_probability, note_prediction_to_br_prob,
3174         propagate_freq, counts_to_freqs, expensive_function_p,
3175         estimate_bb_frequencies): Likewise.
3176         * profile.c (instrument_edges, get_exec_counts,
3177         compute_branch_probabilities, compute_checksum, branch_prob,
3178         find_spanning_tree): Likewise.
3179         * recog.c (split_all_insns, peephole2_optimize): Likewise.
3180         * reg-stack.c (reg_to_stack, convert_regs_entry, convert_regs):
3181         Likewise.
3182         * regclass.c (scan_one_insn, regclass): Likewise.
3183         * regmove.c (mark_flags_life_zones, regmove_optimize,
3184         record_stack_memrefs): Likewise.
3185         * regrename.c (regrename_optimize, copyprop_hardreg_forward): Likewise.
3186         * reload1.c (reload, reload_combine, fixup_abnormal_edges): Likewise.
3187         * resource.c (find_basic_block): Likewise.
3188         * sched-ebb.c (schedule_ebbs): Likewise.
3189         * sched-rgn.c (is_cfg_nonregular, build_control_flow,
3190         find_single_block_region, find_rgns, schedule_insns)
3191         * sibcall.c (optimize_sibling_and_tail_recursive_call)
3192         * ssa-ccp.c (optimize_unexecutable_edges,
3193         ssa_ccp_df_delete_unreachable_insns): Likewise.
3194         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
3195         * ssa.c (find_evaluations, compute_dominance_frontiers_1,
3196         rename_block, convert_to_ssa, compute_conservative_reg_partition,
3197         compute_coalesced_reg_partition, rename_equivalent_regs,
3198         convert_from_ssa): Likewise.
3199         * config/ia64/ia64.c (emit_predicate_relation_info, process_epilogue,
3200         process_for_unwind_directive): Likewise.
3201
3202         * df.c (FOR_ALL_BBS): Removed.
3203         * gcse.c (struct null_pointer_info): Type of current_block field
3204         changed.
3205         (struct reg_avail_info): Type of last_bb field changed.
3206         * config/ia64/ia64.c (block_num): Removed.
3207         (need_copy_state): Type changed.
3208         (last_block): New.
3209
3210 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
3211
3212         * cppinit.c (mark_named_operators): Split out from init_builtins.
3213         (cpp_finish_options): Call it from here instead.
3214
3215 2002-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
3216
3217         * builtin-attrs.def: Update copyright years.
3218         (ATTR_NONNULL): New attribute identifier.
3219         (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_3): New
3220         attribute tree lists.
3221         (DEF_FORMAT_ATTRIBUTE): Chain a nonnull attribute for the
3222         format operand.
3223         (ATTR_FORMAT_ARG_1, ATTR_FORMAT_ARG_2): Use...
3224         (DEF_FORMAT_ARG_ATTRIBUTE): ...this to generate format_arg
3225         attribute lists.  Chain the appropriate nonnull attribute.
3226         * c-format.c (check_format_arg): Remove null format string
3227         warning.
3228         * testsuite/gcc.dg/format/null-1.c: New test.
3229
3230 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3231
3232         * Makefile.in (ADAC): Define.
3233         (SYSLIBS): Define.
3234         (.SUFFIXES): Move before language makefile fragments.
3235         (STAGE2_FLAGS_TO_PASS): Use stage CC as ADAC.
3236
3237 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
3238
3239         * varasm.c (make_decl_rtl): Don't allow weak variables to be
3240         placed in common.
3241
3242 Thu May 23 19:43:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
3243
3244         * cfg.c (dump_flow_info): Print results of
3245         maybe_hot/probably_never_executed predicates.
3246         * toplev.c (open_dump_file): Print function frequency.
3247
3248 2002-05-23  David S. Miller  <davem@redhat.com>
3249
3250         * cse.c (approx_reg_cost_1, approx_reg_cost): Recode to not use
3251         regsets.
3252
3253 2002-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
3254
3255         * c-common.c (warn_nonnull): Declare.
3256         (c_common_attribute_table): Add "nonnull" attribute.
3257         (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
3258         check_nonnull_arg, get_nonnull_operand, check_function_arguments,
3259         check_function_arguments_recurse): New functions.
3260         * c-common.h (warn_nonnull): Declare extern.
3261         (check_function_arguments, check_function_arguments_recurse): New
3262         prototypes.
3263         * c-decl.c (c_decode_option): Add -Wnonnull option.
3264         * c-format.c (set_Wformat): Set warn_nonnull if enabling
3265         format checking.
3266         (format_check_context): New structure.
3267         (check_format_info_recurse): Remove recursion and rename to...
3268         (check_format_arg): ...this.  Update comment.
3269         (check_format_info): Use check_function_arguments_recurse.
3270         * c-typeck.c (build_function_call): Call check_function_arguments
3271         instead of check_function_format.
3272         * doc/extend.texi: Document "nonnull" attribute.
3273         * doc/invoke.texi: Docuemnt -Wnonnull option.
3274         * testsuite/gcc.dg/nonnull-1.c: New test.
3275         * testsuite/gcc.dg/nonnull-2.c: New test.
3276
3277 2002-05-23  David S. Miller  <davem@redhat.com>
3278
3279         * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
3280         * cfgcleanup.c (cleanup_cfg): If it is set do not
3281         attempt to delete trivially dead insns.
3282         * except.c (finish_eh_generation): Pass it to cleanup_cfg.
3283         * toplev.c (rest_of_compilation): Document non-trivial aspect
3284         the RTL before optimize_save_area_alloca is run.
3285
3286 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
3287
3288         * c-lex.c (indent_level): Remove.
3289         (cb_file_change, c_lex): Remove indent level handling.
3290         * c-lex.h (indent_level): Remove.
3291         * input.h (struct file_stack): Remove indent_level.
3292         * toplev.c (push_srcloc): Remove indent_level handling.
3293
3294 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
3295
3296         PR target/6753
3297         * config/i386/i386.md (sse_movdfcc, sse_movdfcc_eq): Use Y instead
3298         of x in constraints for clarity.
3299         (sse_mov?fcc split): abort if op2 == op3.
3300         (sse_movsfcc_const0_1, sse_movsfcc_const0_2, sse_movsfcc_const0_3,
3301         sse_movsfcc_const0_4): Add earlyclobber.
3302         (sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
3303         sse_movdfcc_const0_4): Likewise.  Use DFmode, not SFmode.
3304         Use Y instead of x in constraints.
3305
3306 2002-05-23  Richard Henderson  <rth@redhat.com>
3307
3308         * doc/extend.texi (C99 Thread-Local Edits): New subsection.
3309         (C++98 Thread-Local Edits): New subsection.
3310
3311         * config/i386/i386.c, config/i386/i386.h: Tidy comments and whitespace.
3312         (ix86_arch): Set type to enum processor_type.
3313
3314         * config/i386/i386.md (movsi_1, movdi_1_rex64): Use
3315         LEGITIMATE_PIC_OPERAND_P not SYMBOLIC_CONST.
3316
3317 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
3318
3319         * configure.in: Fix as version test for binutils 2.12.1 releases
3320         (without dates).
3321         * configure: Rebuilt.
3322
3323 2002-05-23  Richard Henderson  <rth@redhat.com>
3324
3325         * config/i386/i386.c (get_pic_label_name): New.
3326         (load_pic_register): Remove.
3327         (output_set_got): New.
3328         (ix86_expand_prologue): Use gen_set_got; mark insn REG_MAYBE_DEAD.
3329         * config/i386/i386.md (UNSPEC_SET_GOT): New.
3330         (UNSPECV_PROLOGUE_SET_GOT, UNSPECV_PROLOGUE_GET_PC): Remove.
3331         (prologue_set_got, prologue_get_pc): Remove.
3332         (set_got, set_got_nopic, set_got_deep, set_got_nodeep): New.
3333         (builtin_setjmp_receiver): Use gen_set_got.
3334         * config/i386/i386-protos.h: Update.
3335
3336 Thu May 23 09:22:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
3337
3338         * gcse.c (hash_expr): Do not use alias set for hashing.
3339
3340 2002-05-22  Kevin Buettner  <kevinb@redhat.com>
3341
3342         * dbxout.c (dbxout_class_name_qualifiers): New function.
3343         (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.
3344
3345 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
3346
3347         * cpperror.c (_cpp_begin_message): No special casing
3348         of CPP_FATAL_LIMIT.
3349         * cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
3350         (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
3351         * cpplib.c (do_include_common): Use DL_ERROR.
3352         * cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
3353         (DL_ICE): Renumber.
3354         * fix-header.c (read_scan_file): Update.
3355
3356 2002-05-22  Richard Henderson  <rth@redhat.com>
3357
3358         * config/i386/i386.c (ix86_expand_call): New function, extracted
3359         from md call patterns.  Add pic_offset_table_rtx to
3360         CALL_INSN_FUNCTION_USAGE when needed.
3361         * config/i386/i386.md (call_pop, call): Use ix86_expand_call.
3362         (call_value_pop, call_value, untyped_call): Likewise.
3363         (call_exp, call_value_exp): Remove.
3364         * config/i386/i386-protos.h: Update.
3365
3366 2002-05-22  Richard Henderson  <rth@redhat.com>
3367
3368         * varasm.c (default_section_type_flags): Check for VAR_DECL
3369         before using DECL_THREAD_LOCAL.
3370
3371 2002-05-22  David Edelsohn  <edelsohn@gnu.org>
3372
3373         * config/rs6000/aix43.h (LINK_SPEC): Add PE initializer.
3374         (STARTFILE_SPEC): Delete PE crt0.o.
3375         * config/rs6000/aix51.h: Same.
3376         * config/rs6000/rs6000.c: Use TARGET_XCOFF, not OBJECT_FORMAT_COFF.
3377         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
3378         function descriptor symbol.  Use RS6000_OUTPUT_BASENAME.
3379         (ASM_OUTPUT_DEF_FROM_DECLS): Use RS6000_OUTPUT_BASENAME.
3380         * config/rs6000/xcoff.h (ASM_OUTPUT_DEF): Define.
3381
3382 2002-05-22  Richard Henderson  <rth@redhat.com>
3383
3384         * varasm.c (default_section_type_flags): Handle tls data and
3385         default sections.
3386         (default_unique_section): Handle tls sections.
3387
3388 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
3389
3390         * configure.in (CROSS): Define NATIVE_CROSS.
3391         * configure: Regenerate.
3392         * gcc.c (STARTFILE_PREFIX_SPEC): Define.
3393         (startfile_prefix_spec): New var.
3394         (static_specs): Add startfile_prefix_spec.
3395         (do_spec_2): Split out from..
3396         (do_spec): ..here.
3397         (main): Process startfile_prefix_spec.
3398         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
3399         dynamic linker.
3400         (STARTFILE_PREFIX_SPEC): Define.
3401         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
3402         absolute paths.
3403
3404 2002-05-22  Kazu Hirata  <kazu@cs.umass.edu>
3405
3406         * cpperror.c: Fix formatting.
3407         * cppexp.c: Likewise.
3408         * cppfiles.c: Likewise.
3409         * cpphash.c: Likewise.
3410         * cpphash.h: Likewise.
3411         * cppinit.c: Likewise.
3412         * cpplex.c: Likewise.
3413         * cpplib.c: Likewise.
3414         * cppmacro.c: Likewise.
3415         * cppmain.c: Likewise.
3416         * cppspec.c: Likewise.
3417
3418 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
3419
3420         * combine.c (force_to_mode): Use gen_int_mode.
3421         Don't clear CONST_INT bits outside of mode.
3422
3423 2002-05-22  Richard Henderson  <rth@redhat.com>
3424
3425         * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.
3426         * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
3427
3428 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
3429
3430         PR c/6643
3431         * emit-rtl.c (widen_memory_access): Only call compare_tree_int
3432         if DECL_SIZE_UNIT is INTEGER_CST.
3433
3434 2002-05-22  Richard Henderson  <rth@redhat.com>
3435
3436         * flow.c (life_analysis): Delete broken reg_label check.
3437
3438 2002-05-22  Richard Henderson  <rth@redhat.com>
3439
3440         * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
3441         * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
3442
3443 Wed May 22 18:39:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
3444
3445         * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
3446         (embed-bb.c): New rule.
3447         * t-sh64 (LIB2FUNCS_EXTRA): Don't change.
3448         * config/sh/embed_bb.c: Delete.
3449
3450 Wed May 22 18:25:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
3451
3452         * c-common.c (cb_register_builtins): Don't indent '#' of #define.
3453
3454 2002-05-22  Kazu Hirata  <kazu@cs.umass.edu>
3455
3456         * config/h8300/h8300.md (*andorqi3): New.
3457
3458 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
3459
3460         PR preprocessor/6517
3461         * Makefile.in: Update.
3462         * c-common.c (c_common_post_options): Add preprocessor
3463         errors to the error count.
3464         * c-lang.c (c_post_options): Kill.
3465         (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
3466         * hooks.h: Add header guards.
3467         * langhooks-def.h: Include hooks.h.
3468         (LANG_HOOKS_POST_OPTIONS): Update.
3469         * langhooks.h (struct lang_hooks): Update post_options.
3470         * toplev.c (parse_options_and_default_flags): Update.
3471 objc:
3472         * objc-lang.c (objc_post_options): Kill.
3473         (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
3474
3475 2002-05-21  Bruce Korb  <bkorb@gnu.org>
3476
3477         * fixinc/tests/base/pthread.h(THREAD_KEYWORD_CHECK): add fix check
3478         * fixinc/inclhack.def(thread_keyword): use c_fix = format.
3479         * fixinc/fixincl.x: regen.
3480
3481 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
3482
3483         * cfgbuild.c: Fix formatting.
3484         * cfg.c: Likewise.
3485         * cfgcleanup.c: Likewise.
3486         * cfglayout.c: Likewise.
3487         * cfgloop.c: Likewise.
3488         * cfgrtl.c: Likewise.
3489
3490 2002-05-21  Richard Henderson  <rth@redhat.com>
3491
3492         * c-common.h (enum rid): Add RID_THREAD.
3493         * c-decl.c (start_decl): Do not set DECL_COMMON for tls variables.
3494         (grokdeclarator): Grok __thread.
3495         * c-parse.in (reswords): Add __thread.
3496         (rid_to_yy): Add RID_THREAD.
3497
3498         * tree.h (DECL_THREAD_LOCAL): New.
3499         (struct tree_decl): Add thread_local_flag.
3500         * print-tree.c (print_node): Dump DECL_THREAD_LOCAL.
3501         * tree.c (staticp): TLS variables are not static.
3502
3503         * target-def.h (TARGET_HAVE_TLS): New.
3504         * target.h (have_tls): New.
3505         * output.h (SECTION_TLS): New.
3506         * varasm.c (assemble_variable): TLS variables can't be common for now.
3507         (default_section_type_flags): Handle .tdata and .tbss.
3508         (default_elf_asm_named_section): Handle SECTION_TLS.
3509         (categorize_decl_for_section): Handle DECL_THREAD_LOCAL.
3510
3511         * flags.h (flag_tls_default): Declare.
3512         * toplev.c (flag_tls_default): Define.
3513         (display_help): Display help for it.
3514         (decode_f_option): Set it.
3515
3516         * doc/extend.texi (Thread-Local): New node describing language-level
3517         thread-local storage.
3518         * doc/invoke.texi (-ftls-model): Document.
3519
3520         * fixinc/inclhack.def (thread_keyword): New.
3521         * fixinc/fixincl.x: Rebuild.
3522
3523 2002-05-21  Jeffrey A Law  <law@redhat.com>
3524
3525         * optabs.c (expand_binop): For double-word integer multiplies,
3526         do not compute intermediate results into something that is
3527         not a register (such as a SUBREG or MEM).
3528
3529         * i386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
3530         (ix86_sched_reorder): Make sure to initialize scheduling
3531         data even when there's only one insn in the ready queue.
3532
3533 2002-05-21  Vladimir Makarov  <vmakarov@redhat.com>
3534
3535         * genautomata.c (reserv_sets_hash_value): Fix a typo.
3536
3537 2002-05-21  Vladimir Makarov  <vmakarov@redhat.com>
3538
3539         * genautomata.c (reserv_sets_hash_value): Define hash_value as
3540         set_el_t.  Transform the hash value into unsigned.
3541         (output_cycle_reservs): Fix bug with output of repeated `nothing'.
3542         (transform_3): Add code to process `(A,B)+(D,E)'.
3543
3544 2002-05-21  NIIBE Yutaka  <gniibe@m17n.org>
3545
3546         * reload1.c (do_output_reload): Run delete_output_reload
3547         only if optimizing.
3548
3549 2002-05-21  Roger Sayle  <roger@eyesopen.com>
3550
3551         PR middle-end/6600
3552         * expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
3553         larger than INTEGER_CST.  (store_by_pieces_1): Use it here...
3554         (can_store_by_pieces): ... and here to limit the largest mode used.
3555         Add a comment to document this function.
3556
3557 2002-05-21  Richard Henderson  <rth@redhat.com>
3558
3559         * flow.c (life_analysis): Fix test for deleted label.
3560
3561 2002-05-21  Neil Booth  <neil@daikokuya.demon.co.uk>
3562
3563         * doc/tm.texi: Fix typo.
3564
3565 2002-05-21  Zack Weinberg  <zack@codesourcery.com>
3566
3567         * c-common.c (c_common_init): Set options->unsigned_char from
3568         flag_signed_char.
3569         (cb_register_builtins): Define __STRICT_ANSI__ and
3570         __CHAR_UNSIGNED__ here...
3571         * cppinit.c (init_builtins): Not here.
3572         (cpp_create_reader): unsigned_char option defaults to 0, not
3573         !DEFAULT_SIGNED_CHAR.
3574         (COMMAND_LINE_OPTIONS, cpp_handle_option): Lose -fsigned-char
3575         and -funsigned-char.
3576
3577         * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
3578         * cpphash.c (_cpp_init_hashtable): Don't set it.
3579         * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting
3580         directly.  Clarify comment.
3581
3582 2002-05-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3583
3584         * bb-reorder.c (make_reorder_chain_1): Use prev_bb/next_bb to get to
3585         neighbouring basic blocks.  Use ENTRY_BLOCK_PTR->next_bb instead of
3586         BASIC_BLOCK (0).  Use EXIT_BLOCK_PTR->prev_bb instead of
3587         BASIC_BLOCK (n_basic_blocks - 1).
3588         * cfganal.c (can_fallthru, flow_call_edges_add,
3589         flow_preorder_transversal_compute): Too.
3590         * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
3591         find_sub_basic_blocks): Too.
3592         * cfgcleanup.c (try_simplify_condjump, try_optimize_cfg): Too.
3593         * cfglayout.c (skip_insns_after_block, fixup_reorder_chain,
3594         fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge): Too.
3595         * cfgrtl.c (tidy_fallthru_edges, verify_flow_info): Too.
3596         * combine.c (this_basic_block): Type changed to basic_block.
3597         (combine_instructions, set_nonzero_bits_and_sign_copies, try_combine,
3598         nonzero_bits, num_sign_bit_copies, get_last_value_validate,
3599         get_last_value, distribute_notes, distribute_links): Too.
3600         * final.c (compute_alignments): Too.
3601         * flow.c (regno_uninitialized, regno_clobbered_at_setjmp): Too.
3602         * function.c (thread_prologue_and_epilogue_insns): Too.
3603         * gcse.c (compute_code_hoist_vbeinout): Too.
3604         * global.c (build_insn_chain): Too.
3605         * ifcvt.c (find_if_block, find_cond_trap): Too.
3606         * predict.c (last_basic_block_p, note_prediction_to_br_prob): Too.
3607         * regmove.c (regmove_optimize): Too.
3608         * resource.c (find_basic_block): Too.
3609         * sched-ebb.c (schedule_ebbs): Too.
3610         * ssa-dce.c (find_control_dependence, find_pdom): Too.
3611
3612 2002-05-21  Andreas Jaeger  <aj@suse.de>
3613
3614         * cppinit.c (sanity_checks): Avoid printf mismatch warnings.
3615
3616 2002-05-21  Richard Henderson  <rth@redhat.com>
3617
3618         * reg-stack.c (swap_rtx_condition, subst_stack_regs_pat): Use
3619         unspec names, not numbers.
3620
3621 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3622
3623         * doc/sourcebuild.texi: Mention snapshot-README and
3624         snapshot-index.html as needing updating for new front ends.
3625
3626 2002-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3627
3628         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when
3629         disabling checking, and avoid multiple evaluation of RTX.
3630
3631 2002-05-21  Richard Earnshaw  <rearnsha@arm.com>
3632
3633         * bitmap.c (bitmap_find_bit): Return early if we have the correct
3634         element cached.
3635
3636 Tue May 21 10:51:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
3637
3638         * profile.c (gen_edge_profiler):  Set alias set before the memory is
3639         used.
3640
3641 2002-05-20  David S. Miller  <davem@redhat.com>
3642
3643         * cselib.c (max_value_regs): New.
3644         (cselib_lookup, cselib_invalidate_regno): Initialize it when
3645         adding new entries to the REG_VALUES table and we are dealing with
3646         a hard register.
3647         (clear_table): Initialize it.
3648         (cselib_invalidate_regno): Use it to determine which hard
3649         registers to scan when mode is not VOIDmode.
3650
3651 2002-05-20  Duraid Madina   <duraid@fl.net.au>
3652
3653         * tradcpp.c (fixup_newlines): Use old-style function header.
3654
3655 2002-05-20  Krister Walfridsson  <cato@df.lth.se>
3656
3657         * reload1.c (reload_cse_simplify): Fix typo in rtx code check.
3658
3659 2002-05-20  H.J. Lu  (hjl@gnu.org)
3660
3661         Base on suggestions from Zhang Fuxin <fxzhang@ict.ac.cn>:
3662
3663         * config/mips/mips.h (DFMODE_NAN): Defined.
3664         (SFMODE_NAN): Likewise.
3665
3666 2002-05-20  Dale Johannesen  <dalej@apple.com>
3667
3668         * combine.c (cant_combine_insn_p):  Back out my
3669         previous patch.
3670
3671 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
3672
3673         * params.c: Fix formatting.
3674         * params.h: Likewise.
3675         * predict.c: Likewise.
3676         * prefix.c: Likewise.
3677         * print-rtl.c: Likewise.
3678         * print-tree.c: Likewise.
3679         * profile.c: Likewise.
3680
3681 2002-05-20  H.J. Lu  (hjl@gnu.org)
3682
3683         * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
3684
3685 2002-05-20  Nick Clifton  <nickc@cambridge.redhat.com>
3686
3687         * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
3688         switches straight on to the assembler, do not abbreviate them.
3689         * config/arm/elf.h (ASM_SPEC): As above.
3690         * config/arm/semi.h (ASM_SPEC): As above.
3691         * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above.
3692         * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass
3693         -mcpu=xscale on to the assembler by default.
3694         * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above.
3695
3696 2002-05-20  Richard Henderson  <rth@redhat.com>
3697
3698         * cse.c (canon_hash): Reorder do_not_record test.  Always
3699         allow pic_offset_table_rtx.
3700
3701 2002-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
3702
3703         * optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.
3704         (expand_binop): Ditto (3 times).
3705
3706 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
3707
3708         * Makefile.in (distclean): Remove QMTest stuff.
3709         (QMTEST_PATH): New variable.
3710         (QMTESTFLAGS): Likewise.
3711         (QMTESTRUNFLAGS): Likewise.
3712         (QMTEST): Likewise.
3713         (QMTEST_GPP_TESTS): Likewise.
3714         (QMTEST_DIR): Likewise.
3715         (QMTEST_DIR/context): New target.
3716         (qmtest-g++): Likeise.
3717         (qmtest-gui): Likewise.
3718         (QMTEST_DIR/gpp-expected.qmr): Likewise.
3719
3720 2002-05-19  Aldy Hernandez  <aldyh@redhat.com>
3721
3722         * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
3723         an altivec register if TARGET_ALTIVEC.
3724
3725         * config/rs600/rs6000.c (rs6000_emit_move): Change VECTOR_MODE_P
3726         to ALTIVEC_VECTOR_MODE.
3727         (rs6000_va_arg): Only vectors of type AltiVec are 16 byte aligned.
3728         (rs6000_va_arg): Vectors may go in registers if they are not
3729         altivec vectors.
3730
3731 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
3732
3733         * protoize.c: Fix formatting.
3734
3735 2002-05-19  Richard Henderson  <rth@redhat.com>
3736
3737         * gensupport.c (init_include_reader): Merge into ...
3738         (process_include): ... here.  Simplify composite path creation.
3739         Plug memory leaks.  Fix file/line number tracking.  Do not
3740         process_define_cond_exec.  Return void.
3741         (process_rtx): Don't check process_include return value.
3742
3743 2002-05-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3744
3745         * basic_block.h (struct basic_block_def): Added prev_bb and next_bb
3746         fields.
3747         (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
3748         traversing basic block chain.
3749         (create_basic_block_structure, create_basic_block): Declaration changed.
3750         (link_block, unlink_block): Declare.
3751         * cfg.c (entry_exit_blocks): Initialize new fields.
3752         (link_block, unlink_block): New.
3753         (expunge_block_nocompact): Unlink basic block.
3754         (dump_flow_info): Print prev_bb/next_bb fields.
3755         * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
3756         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
3757         * cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
3758         * cfgrtl.c (create_basic_block_structure, create_basic_block,
3759         split_block, force_nonfallthru_and_redirect, split_edge): Modified.
3760         (verify_flow_info): Check that list agrees with numbering.
3761
3762 2002-05-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3763
3764         * c-common.c (preprocessing_asm): New macro.
3765         * c-lex.h (builtin_define, builtin_assert): Use pfile.
3766 doc:
3767         * tm.texi: Update.
3768 config/alpha:
3769         * alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
3770         (CPP_SPEC): Simplify.
3771         (TARGET_CPU_CPP_BUILTINS): Update.
3772         * freebsd.h (TARGET_OS_CPP_BUILTINS): New.
3773         (CPP_SPEC): Simplify.
3774         * linux.h (CPLUSPLUS_CPP_SPEC): Remove.
3775         (TARGET_OS_CPP_BUILTINS): Update.
3776         * osf.h (CPP_XFLOAT_SPEC): Kill.
3777         (TARGET_OS_CPP_BUILTINS): Update.
3778         (CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
3779         * osf5.h (CPP_XFLOAT_SPEC): Kill.
3780         * vms.h (CPP_SUBTARGET_SPEC): Kill.
3781         (TARGET_OS_CPP_BUILTINS): Update.
3782
3783 2002-05-19  Richard Henderson  <rth@redhat.com>
3784
3785         * varasm.c (default_binds_local_p): Fix typo.
3786
3787 2002-05-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3788
3789         * config/avr/avr.c (machine_dependent_reorg): Sign extend the
3790         CONST_INT operand to the correct mode after adding 1 to it.
3791
3792 2002-05-19  Mark Mitchell  <mark@codesourcery.com>
3793
3794         * config.gcc (powerpc-wrs-windiss*): New target.
3795
3796 2002-05-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3797
3798         * config/rs6000/rs6000.md (ashrdi3_no_power): New.
3799         (ashrdi3): Use it.
3800
3801 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
3802
3803         * configure.in (AC_CHECK_FUNCS): Add checks for scandir and
3804         alphasort.
3805         * config.in: Regenerated.
3806         * configure: Regenerated.
3807
3808 2002-05-19  Richard Henderson  <rth@redhat.com>
3809
3810         * target-def.h (TARGET_BINDS_LOCAL_P): New.
3811         * target.h (struct gcc_target): Move boolean fields to the end.
3812         Add binds_local_p.
3813         * varasm.c (default_binds_local_p): New.
3814         * output.h: Declare it.
3815
3816         * config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
3817         * config/cris/cris.c (cris_encode_section_info): Likewise.
3818         * config/i386/i386.c (i386_encode_section_info): Likewise.
3819         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
3820         * config/sh/sh.c (sh_encode_section_info): Likewise.
3821
3822         * doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
3823         (TARGET_BINDS_LOCAL_P): New.
3824
3825 2002-05-19  Richard Henderson  <rth@redhat.com>
3826
3827         * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
3828         FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
3829         MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
3830
3831         * toplev.c (display_help): Kill -a -ax help.
3832
3833         * config/1750a/1750a.h, config/alpha/alpha.h,
3834         config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
3835         config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
3836         config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
3837         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
3838
3839         * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
3840         * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
3841
3842         * config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
3843         (ix86_output_function_block_profiler): Kill.
3844         * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
3845         (m68hc11_function_block_profiler): Kill.
3846         * config/m68hc11/m68hc11-protos.h: Update.
3847         * config/m88k/m88k.c (output_block_profiler): Kill.
3848         (output_function_block_profiler): Kill.
3849         * config/m88k/m88k-protos.h: Update.
3850
3851 2002-05-19  Richard Henderson  <rth@redhat.com>
3852
3853         * system.h (STRIP_NAME_ENCODING): Poison it.
3854         * output.h (STRIP_NAME_ENCODING): Remove.
3855         (default_strip_name_encoding): Declare.
3856         * target-def.h (TARGET_STRIP_NAME_ENCODING): New.
3857         * target.h (strip_name_encoding): New.
3858         * varasm.c (default_strip_name_encoding): New.
3859
3860         * dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
3861         config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
3862         config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
3863         config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
3864         config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
3865         config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
3866         config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
3867         config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
3868         config/v850/v850.h: Use the hook, not the macro.
3869
3870         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
3871         config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
3872         config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
3873         config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
3874         config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
3875         config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
3876         config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
3877         config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
3878         config/v850/v850.c, config/v850/v850.h:
3879         Move STRIP_NAME_ENCODING to out-of-line function and add
3880         TARGET_STRIP_NAME_ENCODING.
3881
3882         * config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
3883         config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
3884         with TARGET_STRIP_NAME_ENCODING referencing existing function;
3885         make function static.
3886
3887         * xcoffout.c: Include target.h
3888         * Makefile.in (xcoffout.o): Update.
3889
3890         * config/avr/avr.c (avr_encode_section_info): Correct prototype.
3891         * config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
3892         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
3893         reloc argument unused.
3894         * config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
3895
3896         * doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
3897         STRIP_NAME_ENCODING docs.
3898
3899 2002-05-19  Andreas Jaeger  <aj@suse.de>
3900
3901         * gengenrtl.c: Add prototype for excluded_rtx.
3902
3903         * real.h: Add prototype for exact_real_truncate.
3904
3905 2002-05-18  Richard Henderson  <rth@redhat.com>
3906
3907         * system.h (ENCODE_SECTION_INFO): Poison it.
3908         * target-def.h (TARGET_ENCODE_SECTION_INFO): New.
3909         * target.h (encode_section_info): New.
3910         * varasm.c (make_decl_rtl, output_constant_def): Use it.
3911         * hooks.c (hook_tree_int_void): New.
3912         * hooks.h: Declare it.
3913
3914         * config/darwin.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
3915         config/alpha/alpha.h, config/arm/pe.h, config/avr/avr-protos.h,
3916         config/avr/avr.c, config/avr/avr.h, config/c4x/c4x-protos.h,
3917         config/c4x/c4x.c, config/c4x/c4x.h, config/cris/cris-protos.h,
3918         config/cris/cris.c, config/cris/cris.h, config/i386/cygwin.h,
3919         config/i386/win32.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
3920         config/ia64/ia64.h, config/m32r/m32r-protos.h, config/m32r/m32r.c,
3921         config/m32r/m32r.h, config/m68hc11/m68hc11-protos.h,
3922         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
3923         config/mcore/mcore-protos.h, config/mcore/mcore.c,
3924         config/mcore/mcore.h, config/mmix/mmix-protos.h, config/mmix/mmix.c,
3925         config/mmix/mmix.h, config/rs6000/rs6000-protos.h,
3926         config/rs6000/sysv4.h, config/stormy16/stormy16-protos.h,
3927         config/stormy16/stormy16.c, config/stormy16/stormy16.h:
3928         Replace ENCODE_SECTION_INFO with TARGET_ENCODE_SECTION_INFO
3929         referencing existing function.  Make function static.
3930
3931         * config/a29k/a29k.c, config/a29k/a29k.h, config/arc/arc.c,
3932         config/arc/arc.h, config/arm/arm.c, config/arm/arm.h,
3933         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
3934         config/i370/i370.h, config/i386/i386-interix.h, config/i386/i386.c,
3935         config/i386/i386.h, config/i386/interix.c, config/m88k/m88k.c,
3936         config/m88k/m88k.h, config/mips/mips.c, config/mips/mips.h,
3937         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa.c,
3938         config/pa/pa.h, config/romp/romp.c, config/romp/romp.h,
3939         config/rs6000/linux64.h, config/rs6000/xcoff.h, config/s390/s390.c,
3940         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
3941         config/sparc/sparc.c, config/sparc/sparc.h, config/v850/v850.c,
3942         config/v850/v850.h, config/vax/vax.c, config/vax/vms.h,
3943         config/xtensa/xtensa.c, config/xtensa/xtensa.h:
3944         Move ENCODE_SECTION_INFO to out-of-line function and add
3945         TARGET_ENCODE_SECTION_INFO.
3946
3947         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use hook, not macro.
3948         (ASM_DECLARE_OBJECT_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
3949
3950         * config/arm/pe.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Rename
3951         from SUBTARGET_*
3952         (switch_to_section): Replace in_rdata case with in_readonly_data.
3953
3954         * config/h8300/h8300.c (h8300_encode_label): Make static.
3955         * config/h8300/h8300-protos.h: Update.
3956
3957         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Rename
3958         from rs6000_encode_section_info; make static.
3959         (rs6000_xcoff_encode_section_info): New.
3960
3961         * config/v850/v850.c (v850_encode_data_area): Make static.
3962         * config/v850/v850-protos.h: Update.
3963
3964         * config/vax/vax.c: Include flags.h.
3965         (vms_select_section): Fix typo.
3966
3967         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update from previous
3968         ENCODE_SECTION_INFO docs.
3969
3970 2002-05-18  Richard Henderson  <rth@redhat.com>
3971
3972         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Rename from
3973         REGISTER_TARGET_PRAGMAS.
3974         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
3975
3976         * config.gcc: Do not use rs6000-c.c on powerpc-darwin.
3977
3978 2002-05-18  Richard Henderson  <rth@redhat.com>
3979
3980         * system.h (SELECT_RTX_SECTION): Poison.
3981         * target-def.h (TARGET_ASM_SELECT_RTX_SECTION): New.
3982         * target.h (select_rtx_section): New.
3983         * varasm.c (output_constant_pool): Use it.
3984         (default_select_rtx_section, default_elf_select_rtx_section): New.
3985         * output.h: Declare them.
3986
3987         * config/darwin.h (SELECT_RTX_SECTION): Move ...
3988         * config/darwin.c (machopic_select_rtx_section): ... here.
3989         * config/darwin-protos.h: Update.
3990
3991         * config/nextstep.h (SELECT_RTX_SECTION): Move ...
3992         * config/nextstep.c (machopic_select_rtx_section): ... here.
3993         (nextstep_select_section): Rename variable to avoid macro clash.
3994         * config/nextstep-protos.h: Update.
3995
3996         * config/elfos.h, config/svr3.h, config/arm/aof.h, config/c4x/c4x.h,
3997         config/i386/dgux.h, config/i386/osfrose.h, config/i386/sco5.h,
3998         config/i386/svr3gas.h, config/i860/paragon.h, config/ia64/aix.h,
3999         config/m32r/m32r.h, config/m68k/dpx2.h, config/m68k/lynx.h,
4000         config/m68k/m68k.h, config/m68k/tower-as.h, config/m88k/dgux.h,
4001         config/mcore/mcore-pe.h, config/mips/mips.h, config/mmix/mmix.h,
4002         config/pa/pa-linux.h, config/pa/pa.h, config/romp/romp.h,
4003         config/rs6000/lynx.h, config/rs6000/sysv4.h, config/s390/linux.h,
4004         config/sparc/sysv4.h, config/xtensa/elf.h, config/xtensa/linux.h
4005         (SELECT_RTX_SECTION): Remove.
4006
4007         * config/darwin.h, config/elfos.h, config/nextstep.h,
4008         config/ia64/aix.h, config/ia64/sysv4.h, config/alpha/alpha.c,
4009         config/mips/mips.c, config/romp/romp.c, config/rs6000/sysv4.h,
4010         config/rs6000/xcoff.h, config/s390/s390.c, config/sparc/aout.h,
4011         config/sparc/lynx.h, config/xtensa/xtensa.c
4012         (TARGET_ASM_SELECT_RTX_SECTION): New.
4013
4014         * config/alpha/elf.h (SELECT_RTX_SECTION): Move ...
4015         * config/alpha/alpha.c (alpha_elf_select_rtx_section): ... here.
4016         * config/ia64/sysv4.h (SELECT_RTX_SECTION): Move ...
4017         * config/ia64/ia64.c (ia64_select_rtx_section): ... here.
4018         (ia64_aix_select_rtx_section): New.
4019         * config/mips/iris6.h (READONLY_DATA_SECTION_ASM_OP): Undef before
4020         redefining.
4021         * config/mips/mips.c (mips_select_rtx_section): Make static.
4022         Support ELF SHF_MERGE features.
4023         * config/mips/mips-protos.h: Update.
4024         * config/rs6000/xcoff.h (SELECT_RTX_SECTION): Move ...
4025         * config/rs6000/rs6000.c (rs6000_xcoff_select_rtx_section): ... here.
4026         (rs6000_elf_select_rtx_section): Rename from rs6000_select_rtx_section;
4027         make static, fall back to default_elf_select_rtx_section.
4028         * config/rs6000/rs6000-protos.h: Update.
4029         * config/sparc/sparc.h (SELECT_RTX_SECTION): Move ...
4030         * config/sparc/sparc.c (sparc_aout_select_rtx_section): ... here.
4031         * config/sparc/sunos4.h (on_exit): Declare only if IN_LIBGCC2.
4032         * config/romp/romp.c (romp_select_rtx_section): New.
4033         * config/s390/s390.c (s390_select_rtx_section): New.
4034         * config/xtensa/xtensa.c: Include output.h.  Shuffle local function
4035         declarations before target macro definition.
4036         (xtensa_emit_call): Use static buffer.
4037         (xtensa_select_rtx_section): New.
4038         * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE): Remove.
4039         (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Remove.
4040         (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
4041
4042         * doc/tm.texi (TARGET_ASM_SELECT_RTX_SECTION): Update from
4043         SELECT_RTX_SECTION docs.
4044
4045 Sun May 19 00:24:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
4046
4047         * i386.md (movsi/movdi): Fix template.
4048         (sse2 patterns): Set attributes consistently.
4049
4050         * i386.md (pushqi2, ashrqi_*): Fix constraint.
4051
4052 2002-05-18  Toon Moene  <toon@moene.indiv.nluug.nl>
4053
4054         * optabs.c (complex_part_zero_p): New.
4055         * (expand_cmplxdiv_straight): Use it.
4056         * (expand_cmplxdiv_wide): Ditto.
4057         * (expand_binop): Ditto.
4058
4059 2002-05-18  Richard Henderson  <rth@redhat.com>
4060
4061         * final.c (HAVE_READONLY_DATA_SECTION): New.
4062         (shorten_branches): Use it instead of ifdefs.
4063         * varasm.c (enum in_section): Add in_readonly_data.
4064         (text_section, data_section): Tidy.
4065         (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
4066
4067         * config/darwin.h, config/nextstep.h, config/h8300/elf.h,
4068         config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h
4069         (READONLY_DATA_SECTION): Don't undef.
4070
4071         * config/alpha/unicosmk.h, config/h8300/elf.h, config/i386/aix386ng.h,
4072         config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h,
4073         config/rs6000/lynx.h (READONLY_DATA_SECTION_ASM_OP): Undef.
4074
4075         * config/elfos.h, config/svr3.h, config/alpha/alpha-interix.h,
4076         config/alpha/elf.h, config/c4x/c4x.h, config/i386/i386-interix.h,
4077         config/i386/sco5.h, config/i386/svr3gas.h, config/i860/sysv3.h,
4078         config/m88k/m88k.h, config/pa/pa64-hpux.h (USE_CONST_SECTION): Remove.
4079
4080         * config/elfos.h, config/netware.h, config/alpha/alpha-interix.h,
4081         config/alpha/elf.h, config/alpha/vms.h, config/arc/arc.h,
4082         config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
4083         config/i386/dgux.h, config/i386/i386-interix.h, config/i386/sco5.h,
4084         config/ia64/hpux.h, config/m32r/m32r.h, config/m68k/tower-as.h,
4085         config/m88k/m88k.h, config/mcore/mcore-pe.h, config/mips/iris6.h,
4086         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa64-hpux.h,
4087         config/sparc/sysv4.h (READONLY_DATA_SECTION_ASM_OP): Rename from
4088         CONST_SECTION_ASM_OP/READONLY_SECTION_ASM_OP/RDATA_SECTION_ASM_OP.
4089
4090         * config/elfos.h, config/netware.h, config/1750a/1750a.h,
4091         config/a29k/a29k.h, config/alpha/alpha-interix.h, config/alpha/alpha.h,
4092         config/arm/coff.h, config/h8300/h8300.h, config/i386/aix386ng.h,
4093         config/i386/i386-interix.h, config/i386/osfrose.h, config/mmix/mmix.h,
4094         config/pa/pa64-hpux.h, config/sparc/litecoff.h
4095         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
4096
4097         * config/elfos.h, config/netware.h, config/svr3.h,
4098         config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
4099         config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
4100         config/h8300/h8300.h, config/i386/i386-interix.h,
4101         config/i386/osfrose.h, config/i386/svr3gas.h, config/mmix/mmix.h,
4102         config/pa/pa64-hpux.h (READONLY_DATA_SECTION): Remove.
4103
4104         * config/elfos.h, config/netware.h, config/svr3.h,
4105         config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
4106         config/c4x/c4x.h, config/i386/aix386ng.h, config/i386/i386-interix.h,
4107         config/i386/sco5.h, config/i386/svr3gas.h, config/mmix/mmix.h,
4108         config/pa/pa64-hpux.h (CONST_SECTION_FUNCTION): Remove.
4109
4110         * config/lynx.h, config/svr3.h, config/alpha/elf.h, config/alpha/vms.h,
4111         config/c4x/c4x.h, config/dsp16xx/dsp16xx.h, config/i386/sco5.h,
4112         config/i386/svr3gas.h, config/i860/sysv3.h, config/i860/sysv4.h,
4113         config/ia64/sysv4.h, config/m32r/m32r.h, config/m88k/m88k.h,
4114         config/mcore/mcore-elf.h, config/mcore/mcore-pe.h, config/mips/elf.h,
4115         config/mips/elf64.h, config/mips/iris6.h, config/mips/linux.h,
4116         config/mips/mips.h, config/mips/rtems64.h, config/mips/vxworks.h,
4117         config/rs6000/sysv4.h, config/v850/v850.h
4118         (EXTRA_SECTIONS): Remove in_const/in_rdata.
4119         (EXTRA_SECTION_FUNCTIONS): Remove accompanying function.
4120
4121         * config/svr3.h, config/c4x/c4x.h, config/i386/dgux.h,
4122         config/i386/sco5.h, config/i386/svr3gas.h, config/ia64/aix.h,
4123         config/m88k/dgux.h, config/mcore/mcore-pe.h, config/mmix/mmix.h,
4124         config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
4125         * config/alpha/alpha.c (alpha_start_function): Likewise.
4126         (alpha_write_linkage): Likewise.
4127         * config/m32r/m32r.c (m32r_select_section): Likewise.
4128         * config/m88k/m88k.c (m88k_select_section): Likewise.
4129         * config/mips/mips.c (mips_select_rtx_section): Likewise.
4130         * config/rs6000/rs6000.c (rs6000_select_rtx_section): Likewise.
4131         (rs6000_elf_select_section): Likewise.
4132         * config/v850/v850.c (v850_select_section): Likewise.
4133
4134         * config/1750a/1750a.h, config/i860/sysv3.h
4135         (READONLY_DATA_SECTION_ASM_OP): New.
4136         READONLY_DATA_SECTION_ASM_OP.
4137         * config/i386/interix.c, config/i386/winnt.c
4138         (i386_pe_unique_section): Always use .rdata prefix.
4139         * config/pa/som.h (readonly_data): Always switch to read-only section.
4140         (READONLY_DATA_SECTION): Predicate on flag_pic.
4141         * config/we32k/we32k.h (READONLY_DATA_SECTION): Remove parenthesis.
4142         * doc/tm.texi (READONLY_DATA_SECTION_ASM_OP): New.
4143         (READONLY_DATA_SECTION): Update.
4144
4145 2002-05-18  Jason Thorpe  <thorpej@wasabisystems.com>
4146
4147         * c-common.c (c_common_post_options): Warn if -Wformat-zero-length
4148         is used without -Wformat.
4149         * c-common.h (warn_format_zero_length): Declare extern.
4150         * c-decl.c (warn_options): Add "format-zero-length".
4151         * c-format.c (warn_format_zero_length): Declare.
4152         (set_Wformat): Set warn_format_zero_length for -Wformat.
4153         (check_format_info): Only warn about zero-length formats if
4154         warn_format_zero_length is true.  Include the format type
4155         name in the warning message.
4156         * doc/invoke.texi: Document -Wformat-zero-length.
4157         * testsuite/gcc.dg/format/zero-length-1.c: New test.
4158
4159 2002-05-18  Kazu Hirata  <kazu@cs.umass.edu>
4160
4161         * timevar.c: Fix formatting.
4162         * tlink.c: Likewise.
4163         * toplev.c: Likewise.
4164         * tree-dump.c: Likewise.
4165         * tree-inline.c: Likewise.
4166
4167 2002-05-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4168
4169         * cppinit.c (cpp_post_options): If preprocessed, turn off
4170         traditional.  If traditional, turn off column numbers.
4171         * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
4172         * cpptrad.c (handle_newline): Update line_base.
4173         (skip_comment): Handle -Wcomment.
4174
4175 2002-05-17  Zack Weinberg  <zack@codesourcery.com>
4176
4177         * cppinit.c (struct builtin): Remove unused fields.
4178         (CPLUS, BUILTIN, OPERATOR, O, builtin_array_end): Kill.
4179         (operator_array): New - was second half of builtin_array.
4180         (init_builtins): Simplify loop over builtin_array/operator_array.
4181
4182 2002-05-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4183
4184         * defaults.h (UNIQUE_SECTION): Remove.
4185         * system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
4186
4187 2002-05-17  Richard Henderson  <rth@redhat.com>
4188
4189         * expr.c (init_expr_once): Don't use start/end_sequence.
4190         Use rtx_alloc instead of emit_insn.
4191         * toplev.c (lang_dependent_init): Run init_expr_once here ...
4192         (lang_independent_init): ... not here.
4193
4194 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
4195
4196         * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
4197
4198 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4199
4200         * config/avr/avr.c (avr_regs_to_save): New function.  Also check
4201         for fixed registers, possibly used for global register variables.
4202         (initial_elimination_offset, avr_output_function_prologue,
4203         avr_output_function_epilogue):  Move common code to avr_regs_to_save.
4204
4205 2002-05-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4206
4207         * Makefile.in: Update for cpptrad.c.
4208         * cpphash.h (struct cpp_buffer): New members for buffer
4209         overlays.
4210         (struct cpp_reader): New members for traditional output.
4211         (_cpp_read_logical_line, _cpp_overlay_buffer): New.
4212         * cppinit.c (cpp_create_reader): Set trad_line.
4213         (cpp_destroy): Free trad_out_base if used.
4214         (cpp_read_main_file): Overlay an empty buffer if traditional.
4215         (cpp_finish_options): Don't do builtins.
4216         (COMMAND_LINE_OPTIONS): Add -traditional-cpp.
4217         (cpp_handle_option): Handle it.
4218         * cpplex.c (continue_after_nul): New.
4219         (_cpp_lex_direct): Use handle_nul.
4220         * cpplib.h (struct cpp_options): New traditional option.
4221         * cpptrad.c: New file.
4222
4223 2002-05-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4224
4225         * c-common.c (c_common_init_options): Use C89 for Objective-C,
4226         and set the options flag.
4227         * cppinit.c (lang_flags): Remove objc.
4228         (lang_defaults): Remove OBJC and OBJCXX.
4229         (set_lang): Update.
4230         (COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
4231         (cpp_handle_option): Remove -+ and -lang-objc++.
4232         For ObjC, just set a flag.
4233         (print_help): Update.
4234         * cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.
4235
4236 2002-05-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4237
4238         * doc/install.texi (Specific, mips-sgi-irix6): Document need to
4239         bootstrap with -mips3.
4240
4241 2002-05-17  Kazu Hirata  <kazu@cs.umass.edu>
4242
4243         * final.c: Fix formatting.
4244         * fix-header.c: Likewise.
4245         * flow.c: Likewise.
4246         * fold-const.c: Likewise.
4247         * function.c: Likewise.
4248
4249 2002-05-17  David S. Miller  <davem@redhat.com>
4250
4251         PR c/6689, PR optimization/6615
4252         * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
4253         and make it a pointer to rtx.  Update comments.
4254         (update_equiv_regs): When scanning for equivalences, record
4255         address of SET_SRC (set) in reg_equiv[].src_p.  Dereference
4256         it while making the equiv replacements.
4257
4258 2002-05-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4259
4260         * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
4261
4262 2002-05-17  kaz Kojima  <kkojima@rr.iij4u.or.jp>
4263
4264         * config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
4265         when encoding visibility into SYMBOL_REF_FLAG.
4266
4267 2002-05-17  Richard Sandiford  <rsandifo@redhat.com>
4268
4269         * expr.c (force_operand): Fix reversed move.
4270
4271 2002-05-17  Kurt Wall <kwall@kurtwerks.com>
4272
4273         * doc/install.texi (Testing): Mention two common DejaGnu warnings
4274         that can be ignored.
4275
4276 2002-05-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4277
4278         * doc/install.texi (Final install): Recommend to install into a
4279         "clean" target directory.
4280
4281 2002-05-17  Richard Henderson  <rth@redhat.com>
4282
4283         * config/ia64/ia64.md: Use braced strings instead of quoted strings
4284         for code blocks.  Tidy whitespace.
4285
4286 2002-05-17  Richard Henderson  <rth@redhat.com>
4287
4288         * hooks.c (hook_tree_bool_false): New.
4289         * hooks.h: Declare it.
4290         * target-def.h (TARGET_ASM_SELECT_SECTION): New.
4291         (TARGET_ASM_UNIQUE_SECTION, TARGET_IN_SMALL_DATA_P): New.
4292         * target.h (select_section, unique_section): New.
4293         (in_small_data_p): New.
4294         * varasm.c (resolve_unique_section): Use hooks instead of macros.
4295         (variable_section, output_constant_def_contents): Likewise.
4296         (default_select_section, default_unique_section): New.
4297         (categorize_decl_for_section, default_elf_select_section): New.
4298         * output.h: Declare them.
4299
4300         * config/darwin.h (ALIAS_SECTION, try_section_alias): Remove.
4301         (TARGET_ASM_SELECT_SECTION): New.
4302         (SELECT_SECTION): Move ...
4303         * config/darwin.c (machopic_select_section): ... here.
4304         * config/darwin-protos.h: Update.
4305
4306         * config/nextstep.h (TARGET_ASM_SELECT_SECTION): New.
4307         (SELECT_SECTION): Move ...
4308         * config/nextstep.c (nextstep_select_section): ... here.
4309         * config/nextstep-protos.h: Update.
4310
4311         * config/elfos.h (UNIQUE_SECTION, SELECT_SECTION): Remove.
4312         (TARGET_ASM_SELECT_SECTION): New.
4313         * config/svr3.h (SELECT_SECTION): Remove.
4314
4315         * config/alpha/alpha.c (unicosmk_unique_section): Make static.
4316         (TARGET_ASM_UNIQUE_SECTION) [UNICOS]: New.
4317         (TARGET_IN_SMALL_DATA_P, alpha_in_small_data_p): New.
4318         (alpha_encode_section_info): Use it.
4319         * config/alpha/alpha-protos.h: Update.
4320         * config/alpha/elf.h (DO_SELECT_SECTION): Remove.
4321         (SELECT_SECTION, UNIQUE_SECTION): Remove.
4322         (TARGET_ASM_SELECT_SECTION): New.
4323         * config/alpha/unicosmk.h (UNIQUE_SECTION): Remove.
4324
4325         * config/arm/pe.h (UNIQUE_SECTION): Remove.
4326         (TARGET_ASM_UNIQUE_SECTION): New.
4327
4328         * config/avr/avr.c (TARGET_ASM_UNIQUE_SECTION): New.
4329         (avr_unique_section): Rename from unique_section; make static.
4330         * config/avr/avr-protos.h: Update.
4331         * config/avr/avr.h (UNIQUE_SECTION): Remove.
4332
4333         * config/c4x/c4x.h (SELECT_SECTION): Remove.
4334
4335         * config/i386/cygwin.h (UNIQUE_SECTION): Remove.
4336         (TARGET_ASM_UNIQUE_SECTION): New.
4337         * config/i386/i386-interix.h: Likewise.
4338         * config/i386/win32.h: Likewise.
4339         * config/i386/djgpp.h (UNIQUE_SECTION): Remove.
4340         * config/i386/i386.c (ix86_asm_file_end): Use target hook not macro.
4341         * config/i386/sco5.h (SELECT_SECTION): Remove.
4342         (TARGET_ASM_SELECT_SECTION): New.
4343         * config/i386/svr3gas.h (SELECT_SECTION): Remove.
4344
4345         * config/i860/paragon.h: Undef TARGET_ASM_SELECT_SECTION
4346         instead of SELECT_SECTION.
4347         * config/m68k/dpx2.h: Likewise.
4348         * config/rs6000/lynx.h: Likewise.
4349
4350         * config/ia64/aix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
4351         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
4352         * config/ia64/ia64.c (TARGET_IN_SMALL_DATA_P): New.
4353         (ia64_in_small_data_p): New.
4354         (ia64_encode_section_info): Use it.  Reorganize overlarge conditional.
4355         (ia64_aix_select_section, ia64_aix_unique_section): New.
4356         * config/ia64/sysv4.h (DO_SELECT_SECTION): Remove.
4357         (SELECT_SECTION, UNIQUE_SECTION): Remove.
4358
4359         * config/m32r/m32r.h (SELECT_SECTION): Remove.
4360         (TARGET_ASM_SELECT_SECTION): New.
4361         * config/m32r/m32r.c (m32r_select_section): Take align argument.
4362         * config/m32r/m32r-protos.h: Update.
4363
4364         * config/m88k/m88k.h (TARGET_ASM_SELECT_SECTION): New.
4365         (SELECT_SECTION): Move ...
4366         * config/m88k/m88k.c (m88k_select_section): ... here.
4367
4368         * config/mcore/mcore-pe.h (SELECT_SECTION): Remove.
4369         * config/mcore/mcore.h (UNIQUE_SECTION): Remove.
4370         * config/mcore/mcore.c (TARGET_ASM_UNIQUE_SECTION): New.
4371         (mcore_unique_section): Make static.
4372         * config/mcore/mcore-protos.h: Update.
4373
4374         * config/mips/elf.h (UNIQUE_SECTION): Remove.
4375         (TARGET_ASM_UNIQUE_SECTION): New.
4376         * config/mips/elf64.h: Likewise.
4377         * config/mips/iris6gld.h: Likewise.
4378         * config/mips/linux.h: Likewise.
4379         * config/mips/mips-protos.h: Update.
4380         * config/mips/mips.c (mips_select_section): Add align argument.
4381         * config/mips/mips.h (SELECT_SECTION): Remove.
4382         (TARGET_ASM_SELECT_SECTION): New.
4383
4384         * config/mmix/mmix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
4385         * config/mmix/mmix.c (mmix_select_section): Remove.
4386         (mmix_unique_section): Remove.
4387         * config/mmix/mmix-protos.h: Update.
4388
4389         * config/pa/pa.h (TARGET_ASM_SELECT_SECTION): New.
4390         (SELECT_SECTION): Move ...
4391         * config/pa/pa.c (pa_select_section): ... here.
4392         * config/pa/pa64-hpux.h (UNIQUE_SECTION): Remove.
4393
4394         * config/rs6000/rs6000.c (rs6000_elf_select_section): Rename
4395         from rs6000_select_section and make static.
4396         (rs6000_elf_unique_section): Similarly.
4397         (rs6000_xcoff_select_section): From xcoff.h.
4398         (rs6000_xcoff_unique_section): Likewise.
4399         * config/rs6000/rs6000-protos.h: Update.
4400         * config/rs6000/sysv4.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
4401         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
4402         * config/rs6000/xcoff.h: Likewise.
4403
4404         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): New.
4405         (SELECT_SECTION): Move ...
4406         * config/sparc/sparc.c (sparc_aout_select_section): ... here.
4407
4408         * config/v850/v850.h (SELECT_SECTION): Move ...
4409         * config/v850/v850.c (v850_select_section): ... here.
4410         (TARGET_ASM_SELECT_SECTION): New.
4411
4412         * config/vax/vms.h (SELECT_SECTION): Move ...
4413         * config/vax/vax.c (vms_select_section): ... here.
4414         (TARGET_ASM_SELECT_SECTION): New.
4415
4416         * doc/tm.texi: Update SELECT_SECTION and UNIQUE_SECTION docs
4417         for the target hooks.
4418
4419 2002-05-17  Nick Clifton  <nickc@cambridge.redhat.com>
4420
4421         * config/arm/arm.c (emit_multi_reg_push): Do not set
4422         RTX_FRAME_RELATED_P on the SEQUENCE.
4423
4424 2002-05-16  Richard Henderson  <rth@redhat.com>
4425
4426         * config/ia64/ia64.c (ia64_reorg): Rebuild bb_for_insn before
4427         splitting.  Use split_all_insns; update_life_info_in_dirty_blocks.
4428
4429 2002-05-16  Richard Henderson  <rth@redhat.com>
4430
4431         * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
4432
4433         * config/ia64/ia64.c (saveable_obstack): Do not declare.
4434
4435 2002-05-16  Richard Henderson  <rth@redhat.com>
4436
4437         * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
4438         cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
4439         conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
4440         gcse.c, global.c, graph.c, haifa-sched.c, ifcvt.c, lcm.c,
4441         local-alloc.c, loop.c, predict.c, print-rtl.c, profile.c,
4442         recog.c, reg-stack.c, regclass.c, regmove.c, regrename.c,
4443         reload1.c, reorg.c, resource.c, sbitmap.c, sched-deps.c,
4444         sched-ebb.c, sched-rgn.c, sibcall.c, ssa-ccp.c, ssa-dce.c, ssa.c:
4445         Revert "Basic block renumbering removal", and two followup patches.
4446
4447 2002-05-16  Jason Thorpe  <thorpej@wasabisystems.com>
4448
4449         * lcm.c (optimize_mode_switching): Revert previous change.
4450
4451 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4452
4453         * sched-rgn.c (schedule_insns): Initialize large_region_blocks
4454         with only extant block numbers.
4455
4456 2002-05-16  Jason Thorpe  <thorpej@wasabisystems.com>
4457
4458         * lcm.c (optimize_mode_switching): Fix typo.
4459
4460 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4461
4462         * flow.c (calculate_global_regs_live): Queue blocks in program order.
4463
4464 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4465
4466         * doc/install.texi (Configuration): Document PWDCMD.
4467
4468 2002-05-16  Dale Johannesen  <dalej@apple.com>
4469
4470         * combine.c (cant_combine_insn_p):  Reenable combinations
4471         involving hard regs unless CLASS_LIKELY_SPILLED_P.
4472
4473 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4474
4475         * c-common.c (cb_register_builtins): Handle more built-ins
4476         here rather than in gcc.c specs.
4477         * gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
4478         (cpp_options): Pass -O flags even when only preprocessing.
4479         * toplev.c (set_fast_math_flags): New prototype.
4480         (fast_math_flags_set_p): New.
4481         (set_no_fast_math_flags): Remove.
4482         (decode_f_option): Update.
4483         * toplev.h (set_fast_math_flags): Update.
4484         (fast_math_flags_set_p): New.
4485         (set_no_fast_math_flags): Remove.
4486 config:
4487         * c4x/c4x.c (c4x_override_options): Update.
4488
4489 2002-05-16  Zack Weinberg  <zack@codesourcery.com>
4490
4491         * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
4492         Default-define here.
4493         (builtin_define_with_value): Can now wrap the expansion in
4494         quotation marks if such is wanted.
4495         (cb_register_builtins): Update calls to builtin_define_with_value.
4496         Define __REGISTER_PREFIX__, __USER_LABEL_PREFIX__, and __VERSION__
4497         here.
4498         (c_common_init): Set options->stdc_0_in_system_headers.
4499         * c-lex.h: Update prototype of builtin_define_with_value.
4500         * cppdefault.h: Remove default definitions of USER_LABEL_PREFIX
4501         and REGISTER_PREFIX.
4502
4503         * cppinit.c (VERS, ULP, C, X): Kill.
4504         (builtin_array): Remove entries for __VERSION__,
4505         __USER_LABEL_PREFIX__, __REGISTER_PREFIX__, and
4506         __HAVE_BUILTIN_SETJMP__.  Make __STDC__ always a builtin, not
4507         a constant.
4508         (init_builtins): Kill off a bunch of now-dead code.
4509         (COMMAND_LINE_OPTIONS): Remove -fleading-underscore and
4510         -fno-leading-underscore.
4511         (cpp_handle_option): Remove code to set user_label_prefix.
4512         (cpp_post_options): Likewise.
4513
4514         * cpplib.h (struct cpp_options): Remove user_label_prefix.
4515         (stdc_0_in_system_headers): New.
4516         * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile,
4517         stdc_0_in_system_headers) too to decide the value of __STDC__.
4518
4519         * tradcpp.c (user_label_prefix): Kill.
4520         (main): Remove code handling -f(no-)leading-underscore.
4521         (initialize_builtins): Don't define __REGISTER_PREFIX__
4522         or __USER_LABEL_PREFIX__.
4523         (install_value): Wrap compound statement in dummy loop so the
4524         macro works properly in an if statement.
4525
4526
4527 2002-05-16  Janis Johnson  <janis187@us.ibm.com>
4528
4529         * loop.h (struct loop_info): Add member has_prefetch.
4530         * loop.c (PREFETCH_CONDITIONAL): Change default to 1.
4531         (prescan_loop): Initialize has_prefetch.
4532         (struct prefetch_info): Change prefetch_in_loop and
4533         prefetch_before_loop from bit fields to ints.
4534         (emit_prefetch_instructions): Several small fixes.
4535         (check_dbra_loop): Don't reverse loop that uses prefetch.
4536
4537 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4538
4539         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4540         * configure.in: Likewise.
4541         * fixinc/check.tpl: Likewise.
4542         * fixinc/fixinc.dgux: Likewise.
4543         * fixinc/fixinc.svr4: Likewise.
4544         * fixinc/fixinc.winnt: Likewise.
4545         * fixinc/fixincl.sh: Likewise.
4546         * fixproto: Likewise.
4547         * configure: Regenerate.
4548
4549 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4550
4551         Basic block renumbering removal:
4552         * basic_block.h (struct basic_block_def): Renamed index to sindex,
4553         added prev_bb and next_bb fields.
4554         (n_basic_blocks): Renamed to num_basic_blocks.
4555         (last_basic_block): New, index of last basic block.
4556         (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
4557         traversing basic block chain.
4558         (BLOCK_NUM): index -> sindex.
4559         (create_basic_block_structure, create_basic_block): Declaration changed.
4560         (debug_num2bb): Declare.
4561         (expunge_block_nocompact): Declaration removed.
4562         (link_block, unlink_block, compact_blocks): Declare.
4563         * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): Modified.
4564         * cfg.c (entry_exit_blocks): Initialize new fields.
4565         (clear_edges, alloc_block, expunge_block, cached_make_edge,
4566         redirect_edge_pred, dump_flow_info, dump_edge_info,
4567         alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
4568         free_aux_for_edges): Modified.
4569         (link_block, unlink_block, compact_blocks, debug_num2bb): New.
4570         (expunge_block_nocompact): Removed.
4571         * cfganal.c (can_fallthru, mark_dfs_back_edges, flow_call_edges_add,
4572         find_unreachable_blocks, create_edge_list, print_edge_list,
4573         verify_edge_list, flow_edge_list_print, remove_fake_successors,
4574         remove_fake_edges, flow_reverse_top_sort_order_compute,
4575         flow_depth_first_order_compute, flow_preorder_transversal_compute,
4576         flow_dfs_compute_reverse_init, flow_dfs_compute_reverse_add_bb,
4577         flow_dfs_compute_reverse_execute): Modified.
4578         * cfgbuild.c (make_edges, make_eh_edge, find_basic_blocks_1,
4579         find_basic_blocks, find_many_sub_basic_blocks, find_sub_basic_blocks):
4580         Modified.
4581         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
4582         merge_blocks_move_predecessor_nojumps,
4583         merge_blocks_move_successor_nojumps, merge_blocks,
4584         outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
4585         try_optimize_cfg, delete_unreachable_blocks, cleanup_cfg): Modified.
4586         * cfglayout.c (skip_insns_after_block, label_for_bb,
4587         record_effective_endpoints, scope_to_insns_finalize,
4588         fixup_reorder_chain, verify_insn_chain, cleanup_unconditional_jumps,
4589         fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge,
4590         cfg_layout_duplicate_bb): Modified.
4591         * cfgloop.c (flow_loops_cfg_dump, flow_loop_dump, flow_loops_dump,
4592         flow_loop_entry_edges_find, flow_loop_exit_edges_find,
4593         flow_loop_nodes_find, flow_loop_pre_header_find, flow_loop_scan,
4594         flow_loops_find, flow_loop_outside_edge_p): Modified.
4595         * cfgrtl.c (create_basic_block_structure, create_basic_block,
4596         flow_delete_block, compute_bb_for_insn, split_block,
4597         try_redirect_by_replacing_jump, redirect_edge_and_branch,
4598         force_nonfallthru_and_redirect, tidy_fallthru_edge,
4599         back_edge_of_syntactic_loop_p, split_edge, commit_one_edge_insertion,
4600         commit_edge_insertions, commit_edge_insertions_watch_calls,
4601         dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
4602         purge_all_dead_edges): Modified.
4603         * combine.c (combine_instructions, set_nonzero_bits_and_sign_copies,
4604         try_combine, nonzero_bits, num_sign_bit_copies, get_last_value_validate,
4605         get_last_value, reg_dead_at_p, distribute_notes, distribute_links):
4606         Modified.
4607         * conflict.c (conflict_graph_compute): Modified.
4608         * df.c (FOR_ALL_BBS): Removed.
4609         (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
4610         df_modified_p, df_analyse, df_refs_unlink, df_insn_modify,
4611         df_dump, hybrid_search_bitmap, iterative_dataflow_sbitmap): Modified.
4612         * df.h (DF_BB_INFO, DF_REF_BBNO): Modified.
4613         * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
4614         calc_idoms, idoms_to_doms, calculate_dominance_info): Modified.
4615         * final.c (compute_alignments, final_scan_insn): Modified.
4616         * flow.c (verify_local_live_at_start, update_life_info,
4617         update_life_info_in_dirty_blocks, free_basic_block_vars,
4618         delete_noop_moves, calculate_global_regs_live,
4619         initialize_uninitialized_subregs, allocate_bb_life_data,
4620         regno_uninitialized, regno_clobbered_at_setjmp, mark_set_1,
4621         mark_used_reg, count_or_remove_death_notes): Modified.
4622         * function.c (thread_prologue_and_epilogue_insns): Modified.
4623         * gcse.c (struct null_pointer_info): Change typo of current_block
4624         to basic_block.
4625         (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
4626         oprs_unchanged_p, load_killed_in_block_p, record_last_reg_set_info,
4627         compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
4628         alloc_avail_expr_mem, expr_killed_p, compute_ae_kill,
4629         expr_reaches_here_p_work, expr_reaches_here_p, handle_avail_expr,
4630         classic_gcse, one_classic_gcse_pass, compute_transp, cprop,
4631         one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p_work,
4632         pre_expr_reaches_here_p, insert_insn_end_bb, pre_edge_insert,
4633         pre_delete, one_pre_gcse_pass, compute_transpout,
4634         invalidate_nonnull_info, delete_null_pointer_checks_1,
4635         free_code_hoist_mem, compute_code_hoist_vbeinout,
4636         hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
4637         compute_ld_motion_mems, store_ops_ok, find_moveable_store,
4638         compute_store_table, build_store_vectors, insert_insn_start_bb,
4639         insert_store, replace_store_insn, free_store_memory, store_motion):
4640         Modified.
4641         * global.c (global_alloc, global_conflicts, mark_elimination,
4642         build_insn_chain): Modified.
4643         * graph.c (print_rtl_graph_with_bb): Modified.
4644         * haifa-sched.c (sched_init): Modified.
4645         * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
4646         (find_if_block, find_cond_trap, find_if_case_1, find_if_case_2,
4647         if_convert): Modified.
4648         * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
4649         compute_insert_delete, pre_edge_lcm, compute_available,
4650         compute_farthest, compute_nearerout, compute_rev_insert_delete,
4651         pre_edge_rev_lcm, make_preds_opaque, optimize_mode_switching):
4652         Modified.
4653         * local-alloc.c (alloc_qty, local_alloc, update_equiv_regs): Modified.
4654         * loop.c (loop_dump_aux): Modified.
4655         * predict.c (combine_predictions_for_insn, estimate_probability,
4656         last_basic_block_p, process_note_prediction, process_note_predictions,
4657         note_prediction_to_br_prob, propagate_freq, counts_to_freqs,
4658         expensive_function_p, estimate_bb_frequencies,
4659         compute_function_frequency): Modified.
4660         * print-rtl.c (print_rtx): Modified.
4661         * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX, instrument_edges,
4662         get_exec_counts, compute_branch_probabilities, compute_checksum,
4663         branch_prob, find_spanning_tree): Modified.
4664         * recog.c (split_all_insns, peephole2_optimize): Modified.
4665         * reg-stack.c (reg_to_stack, convert_regs_entry, compensate_edge,
4666         convert_regs_1, convert_regs_2, convert_regs): Modified.
4667         * regclass.c (scan_one_insn, regclass): Modified.
4668         * regmove.c (mark_flags_life_zones, regmove_optimize,
4669         combine_stack_adjustments): Modified.
4670         * regrename.c (regrename_optimize, copyprop_hardreg_forward): Modified.
4671         * reload1.c (reload, reload_combine, copy_eh_notes): Modified.
4672         * reorg.c (dbr_schedule): Modified.
4673         * resource.c (find_basic_block, init_resource_info): Modified.
4674         * sbitmap.c (sbitmap_intersection_of_succs,
4675         sbitmap_intersection_of_preds, sbitmap_union_of_succs,
4676         sbitmap_union_of_preds): Modified.
4677         * sched-deps.c (init_dependency_caches): Modified.
4678         * sched-ebb.c (schedule_ebbs): Modified.
4679         * sched-rgn.c (is_cfg_nonregular, build_control_flow, debug_regions,
4680         find_rgns, compute_trg_info, init_regions, schedule_insns): Modified.
4681         * sibcall.c (optimize_sibling_and_tail_recursive_call): Modified.
4682         * ssa-ccp.c (examine_flow_edges, optimize_unexecutable_edges,
4683         ssa_ccp_substitute_constants, ssa_ccp_df_delete_unreachable_insns,
4684         ssa_const_prop): Modified.
4685         * ssa-dce.c (set_control_dependent_block_to_edge_map_,
4686         find_control_dependence, find_pdom, ssa_eliminate_dead_code): Modified.
4687         * ssa.c (remove_phi_alternative, find_evaluations,
4688         compute_dominance_frontiers_1, compute_iterated_dominance_frontiers,
4689         insert_phi_node, rename_block, convert_to_ssa, eliminate_phi,
4690         make_regs_equivalent_over_bad_edges,
4691         make_equivalent_phi_alternatives_equival,
4692         compute_conservative_reg_partition,
4693         coalesce_regs_in_successor_phi_nodes, compute_coalesced_reg_partition,
4694         rename_equivalent_regs, convert_from_ssa, for_each_successor_phi):
4695         Modified.
4696
4697 2002-05-16  Mark Mitchell  <mark@codesourcery.com>
4698
4699         * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.
4700
4701 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
4702
4703         * config/arm/arm.c (arm_rtx_costs): Check for RTX being a
4704         SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
4705         (arm_adjust_cost): Check for RTX being a SYMBOL_REF before
4706         calling CONSTANT_POOL_ADDRESS_P.
4707         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in code
4708         to decide whether to define __arm__ or __thumb.
4709         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Check for RTX being a
4710         SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
4711
4712 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4713
4714         * config/arc/arc.h (CPP_PREDEFINES): Remove.
4715         (CPP_SPEC): Update.
4716         (TARGET_CPU_CPP_BUILTINS): New.
4717
4718 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4719
4720         * cpphash.h (cpp_macro): Move here, and make expansion a union.
4721         * cppmacro.c (cpp_macro): Remove.
4722         (enter_macro_context, replace_args, warn_of_redefinition,
4723         _cpp_create_definition, cpp_macro_definition): Update.
4724
4725 2002-05-16  Jason Merrill  <jason@redhat.com>
4726
4727         * config/mips/mips.c (mips_output_external): Don't do sdata
4728         optimization for a variable with DECL_COMDAT set.
4729
4730 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
4731
4732         * config/rs6000/altivec.h: Cleanups for tighter typechecking.
4733         Cleanups for accepting modifiers on pointers.
4734         Fix predicate typos.
4735         Allow long pointers as well as int pointers.
4736
4737 2002-05-15  Richard Henderson  <rth@redhat.com>
4738
4739         * varasm.c (merge_weak): Remove special case for extern and common.
4740
4741 2002-05-15  Matt Hiller  <hiller@redhat.com>
4742
4743         * testsuite/gcc.c-torture/compile/20000804-1.x: Don't return 1 if
4744         XFAILing.
4745         * testsuite/gcc.c-torture/compile/20001226-1.x: Ditto.
4746         * testsuite/gcc.c-torture/compile/920520-1.x: Ditto.
4747         * testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
4748         * testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
4749         * testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
4750         * testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.
4751
4752 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
4753
4754         * reload1.c (forget_old_reloads_1): Do not use subreg offset.
4755
4756 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
4757
4758         * config/rs6000/rs6000.md ("altivec_mtvscr"): Set VSCR register.
4759         ("altivec_mfvscr"): Read from VSCR.
4760
4761         Add vscr sets for the following insns: altivec_vctuxs,
4762         altivec_vaddubs, altivec_vaddsbs, altivec_vadduhs,
4763         altivec_vaddshs, altivec_vadduws, altivec_vaddsws, altivec_vctsxs,
4764         altivec_vmhaddshs, altivec_vmhraddshs, altivec_vmsumuhs,
4765         altivec_vmsumshs, altivec_vpkuhss, altivec_vpkshss,
4766         altivec_vpkuwss, altivec_vpkswss, altivec_vpkuhus,
4767         altivec_vpkshus, altivec_vpkuwus, altivec_vpkswus,
4768         altivec_vsububs, altivec_vsubsbs, altivec_vsubuhs,
4769         altivec_vsubshs, altivec_vsubuws, altivec_vsubsws,
4770         altivec_vsum4ubs, altivec_vsum4sbs, altivec_vsum4shs,
4771         altivec_vsum2sws, altivec_vsumsws.
4772
4773         * config/rs6000/rs6000.h: Add VSCR fixed register.
4774         (CALL_REALLY_USED_REGISTERS): Add vscr.
4775         (CALL_USED_REGISTERS): Same.
4776         (FIXED_REGISTERS): Same.
4777         (REG_ALLOC_ORDER): Same.
4778         (reg_class): Add VSCR_REGS.
4779         (REG_CLASS_NAMES): Same.
4780         (REG_CLASS_CONTENTS): Same.
4781         (VSCR_REGNO): New.
4782         (REGISTER_NAMES): Add vscr.
4783         (DEBUG_REGISTER_NAMES): Same.
4784         (ADDITIONAL_REGISTER_NAMES): Same.
4785         (FIRST_PSEUDO_REGISTER): Increment.
4786         (CONDITIONAL_REGISTER_USAGE): Set VSCR as a global register.
4787
4788 2002-05-15  Jakub Jelinek  <jakub@redhat.com>
4789
4790         * fold-const.c (fold): Fix a typo.
4791
4792 2002-05-15  Eric Botcazou  <ebotcazou@multimania.com>
4793
4794         * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
4795         comparison against the highest or lowest integer value before
4796         the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
4797         transformation and that of an unsigned comparison against 0
4798         right after.
4799
4800 2002-05-15  Richard Henderson  <rth@redhat.com>
4801
4802         * varasm.c (merge_weak): Error for any weakening after definition.
4803         Adjust weakening after use warning to catch more cases.
4804         (assemble_alias): Set TREE_USED and TREE_ASM_WRITTEN consistently.
4805         * config/alpha/alpha.c (alpha_encode_section_info): Do not abort.
4806
4807 Wed May 15 10:38:27 CEST 2002  Jan Hubicka  <jh@suse.cz>
4808
4809         * invoke.texi (-malign-double): Re-add lost warning.
4810
4811         * i386-protos.h (x86_output_mi_thunk): Declare.
4812         * unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
4813         * i386.c (x86_output_mi_thunk): ... here; handle 64bits.
4814
4815         * dwarf2out.c (output_call_frame_info): Do not skip unwind info
4816         when flag_asynchronous_unwind_tables is set.
4817
4818         * flags.h (flag_reorder_functions): Declare.
4819         * function.c (prepare_function_start): Initialize frequnecy.
4820         * params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New.
4821         * Makefile.in (predict.o): Add dependency on target.h and params.h
4822         * defaults.h (HOT_TEXT_SECTION_NAME,
4823         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
4824         * predict.c (choose_function_section): New function.
4825         (estimate_bb_frequencies): Use it.
4826         * toplev.c (flag_reorder_functions): New global variable.
4827         (lang_independent_options): New.
4828         (parse_options_and_default_flags): Set.
4829         * varasm.c (assemble_start_function): Bypass functdion alignment
4830         for never executed functions.
4831         * invoke.texi (-freorder-blocks, -freorder-functions): Document.
4832         (param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
4833         * tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
4834         Document.
4835
4836         Thu Jan  3 21:52:09 CET 2002  Jan Hubicka  <jh@suse.cz>
4837
4838         * predict.c: Inlude profile.h
4839         (MIN_COUNT): Rename to MIN_COUNT_FRACTION
4840         (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
4841         Use the information about maximal counter in the program.
4842
4843         Thu Dec 20 22:14:00 CET 2001  Jan Hubicka  <jh@suse.cz>
4844
4845         * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
4846         probably_never_executed_bb_p): New functions.
4847         * cfgcleanup.c (outgoing_edges_match): Use them.
4848         * predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
4849         (maybe_hot_bb_p, probably_cold_bb_p,
4850         probably_never_executed_bb_p): New functions.
4851
4852         * function.h (function): Add new field function_frequency.
4853         * predict.c (compute_function_frequency): New function.
4854         (estimate_probability): Call it.
4855
4856 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
4857
4858         PR optimization/5172, optimization/5200
4859         * gcse.c (gcse_main): Disable store_motion.
4860
4861 2002-05-14  Zack Weinberg  <zack@codesourcery.com>
4862
4863         * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
4864         (c_common_nodes_and_builtins): Use it.
4865         (builtin_define_with_value): New function.
4866         (cb_register_builtins): Define __SIZE_TYPE__,
4867         __PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
4868         using builtin_define_with_value.  Use consistent notation when
4869         defining __GXX_WEAK__.
4870         (WCHAR_TYPE_SIZE): Don't redefine.
4871         (combine_strings): Don't use WCHAR_TYPE_SIZE.
4872
4873         * cppdefault.h: Don't provide defaults for SIZE_TYPE,
4874         PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
4875         * cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
4876         * tradcpp.c (initialize_builtins): Likewise.
4877         * gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
4878
4879         * c-lex.h (builtin_define_with_value): Prototype.
4880         * system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
4881         NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
4882         * doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
4883
4884         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
4885         config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
4886         config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
4887         config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
4888         config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
4889         config/sparc/linux64.h, config/sparc/netbsd-elf.h,
4890         config/sparc/sol2-bi.h, config/sparc/sparc.h:
4891         Do not define NO_BUILTIN_SIZE_TYPE etc.  Remove all references
4892         to __SIZE_TYPE__ etc from all spec strings. When this makes
4893         extra specs empty, delete them.
4894
4895 2002-05-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4896
4897         * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
4898         for PA8000 or generating dwarf2 call frame information.
4899         (output_call): Remove DO_FRAME_NOTES check from return pointer
4900         optimization.
4901         (following_call): Return 0 when scheduling for PA8000 or generating
4902         dwarf2 call frame information.  Revise comment.
4903
4904 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4905
4906 config/alpha:
4907         * alpha.h (TARGET_CPU_CPP_BUILTINS): Define __IEEE_FP
4908         and __IEEE_FP_INEXACT as appropriate.
4909         (CPLUSPLUS_CPP_SPEC): Don't define __cplusplus.
4910         (CPP_SPEC): Remove ieee defines.
4911         * freebsd.h, netbsd.h: Remove ieee defines and cpp_cpu.
4912
4913 2002-05-14  Richard Henderson  <rth@redhat.com>
4914
4915         * config/i386/i386.c (ix86_save_reg): Make regno unsigned.
4916         (ix86_safe_length, ix86_safe_length_prefix, ix86_safe_memory): Kill.
4917
4918 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4919
4920         * arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define.
4921         (CPP_SPEC): Update.
4922         (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC,
4923         CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC, CPP_ENDIAN_SPEC,
4924         CPP_ENDIAN_DEFAULT_SPEC, CPP_INTERWORK_DEFAULT_SPEC,
4925         CPP_INTERWORK_SPEC, CPP_PREDEFINES): Remove.
4926         (EXTRA_SPECS): Update.
4927         * arm/conix-elf.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
4928         arm/riscix1-1.h, arm/rtems-elf.h, arm/semiaof.h, arm/unknown-elf.h,
4929         arm/unknown-elf-oabi.h, arm/vxarm.h: Remove CPP_PREDEFINES and
4930         define TARGET_OS_CPP_BUILTINS if necessary.
4931
4932 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4933
4934         * gcc.c (cpp_options): Must pass -m* and -f* options
4935         to the front end even when only preprocessing.
4936         (cc1_options): Remove redundant -lang-c.
4937         * tradcpp.c (main): Ignore -m options.
4938 objc:
4939         * lang-specs.h: Similarly.
4940
4941 2002-05-14  Vladimir Makarov  <vmakarov@redhat.com>
4942
4943         * genautomata.c (transform_3): Add code for transformation
4944         `(A,B,...)+C -> A+C,B,...'.
4945
4946 Tue May 14 12:48:22 CEST 2002  Jan Hubicka  <jh@suse.cz>
4947
4948         * final.c (end_final): Do not output profile_arcs constructor, when
4949         no functions are instrumented.
4950
4951 Tue May 14 12:38:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
4952
4953         * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
4954
4955 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4956
4957         * doc/install.texi: Remove special markup originally required for
4958         HTML generation with texi2html.
4959
4960 2002-05-14  Andreas Schwab  <schwab@suse.de>
4961
4962         * config/ia64/sysv4.h (DO_SELECT_SECTION): Factored out of
4963         SELECT_SECTION.
4964         (UNIQUE_SECTION): Define to get small data correctly.
4965
4966         * varasm.c (resolve_unique_section): Add third parameter
4967         flag_function_or_data_sections and use it instead of
4968         flag_function_sections.
4969         (assemble_start_function): Pass flag_function_sections.
4970         (asm_emit_uninitialised): Pass flag_data_sections.
4971         (assemble_variable): Likewise.
4972
4973 2002-05-14  Richard Henderson  <rth@redhat.com>
4974
4975         * config/i386/i386.md: Use define_constants for unspec numbers.
4976         * config/i386/i386.c: Likewise.
4977
4978 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4979
4980         * doc/contrib.texi: Update my entry.
4981
4982 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
4983
4984         * fixinc/inclhack.def (winidss_valist): Limit applicability.
4985         * fixinc/fixincl.x: Regenerated.
4986         * fixinc/tests/base/math.h: Update.
4987         * fixinc/tests/base/testing.h: Likewise.
4988
4989 2002-05-13  Zack Weinberg  <zack@codesourcery.com>
4990
4991         * genattr.c (gen_attr): Don't emit a comma after the last
4992         enumerator.
4993
4994 2002-05-13  Richard Henderson  <rth@redhat.com>
4995
4996         * cfgrtl.c (purge_dead_edges): Handle abnormal call edges created
4997         by non-local gotos.
4998         * recog.c (peephole2_optimize): Likewise.
4999
5000 2002-05-13  Andris Pavenis  <pavenis@lanet.lv>
5001
5002         * cppfiles.c (open_file): Change mode (DJGPP only) of redirected
5003         input to O_BINARY.
5004
5005 2002-05-13  Jeffrey A Law  (law@redhat.com)
5006
5007         * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
5008         Update prototype and callers.
5009         (propagate_one_insn): Stack pointer adjustments kill MEMs on
5010         the mem_set_list which reference the stack pointer, as do
5011         calls to constant functions as they may clobber outgoing
5012         argument space.
5013
5014         * i386.c (ia32_multipass_dfa_lookahead): Prototype.
5015
5016         * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
5017         (ia32_multipass_dfa_lookahead): New function.
5018
5019 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5020
5021         * gcc.c (SWITCH_TAKES_ARG): Remove 'V'.
5022         (translate_options): Remove 'V'.
5023         (process_command): Similarly.
5024 doc:
5025         * invoke.texi: Remove documentation of 'V'.
5026
5027 2002-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
5028
5029         * config/s390/linux.h: Revert 2002-04-22 changes.
5030
5031 2002-05-13  Scott Marks <SMarks@mobile-mind.com>
5032
5033         * config/fr30/fr30.md: Only allow splits of immediate loads
5034         if the destination is a register.
5035
5036 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5037
5038         * Makefile.in (c-common.o, cppinit.o): Update.
5039         * c-common.c: Include except.h.
5040         (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__.
5041         Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS.
5042         * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here.
5043         * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS,
5044         CPP_PREDEFINES): Handle here.
5045 config:
5046         * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h,
5047         alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h,
5048         alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define
5049         TARGET_OS_CPP_BUILTINS.
5050         * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define.
5051         (CPP_SPEC, EXTRA_SPECS): Update.
5052         (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC,
5053         CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC,
5054         CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC,
5055         CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC,
5056         CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove.
5057 doc:
5058         * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove.
5059         (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define.
5060
5061 2002-05-12  Zack Weinberg  <zack@codesourcery.com>
5062
5063         * emit-rtl.c (global_rtl): Update comment.
5064         (const_double_htab, const_double_htab_hash,
5065         const_double_htab_hash, lookup_const_double): New.
5066         (const_int_htab_hash, const_int_htab_eq): Remove const
5067         qualifiers, which cause tons of warnings with RTL checking on.
5068         (gen_rtx_CONST_DOUBLE): Deleted.
5069         (const_double_from_real_value): New function - bears some
5070         resemblance to the former immed_real_const_1.
5071         (immed_double_const): Moved here from varasm.c and
5072         simplified.
5073         (gen_rtx_REG): Make REGNO unsigned to squelch warnings.
5074         (gen_rtx_SUBREG): Use gen_rtx_raw_SUBREG.
5075         (gen_rtx): Use immed_double_const.
5076         (init_emit_once): Initialize the const_double_htab.  Use
5077         REAL_VALUE_FROM_INT where possible.  Can now use
5078         CONST_DOUBLE_FROM_REAL_VALUE when setting up const_tiny_rtx.
5079         * varasm.c (struct varasm_status): Remove x_const_double_chain.
5080         (const_double_chain, immed_real_const, clear_const_double_mem): Delete.
5081         (immed_double_const, immed_real_const_1): Moved to emit-rtl.c.
5082         (init_varasm_status, mark_varasm_status): Don't touch
5083         x_const_double_chain.
5084
5085         * output.h: Delete prototype for clear_const_double_mem.
5086         * real.h: Make REAL_VALUE_TYPE a macro again.  Remove leading
5087         '0' slot from all CONST_DOUBLE_FORMAT definitions.  Prototype
5088         const_double_from_real_value, not immed_real_const_1, and use
5089         it to define CONST_DOUBLE_FROM_REAL_VALUE.  Define new macro
5090         CONST_DOUBLE_ATOF.
5091         * rtl.h (CONST_DOUBLE_CHAIN): Kill.
5092         (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Adjust.
5093         (gen_rtx_CONST_DOUBLE, immed_real_const): Delete prototypes.
5094         (gen_rtx_REG): Second arg is unsigned.
5095
5096         * gengenrtl.c (special_rtx): Take out CONST_DOUBLE.
5097         (excluded_rtx): New, return true for CONST_DOUBLE.
5098         (genmacro): Write nothing for excluded codes.
5099         * combine.c (combine_simplify_rtx): Use CONST_DOUBLE_FROM_REAL_VALUE.
5100         * expr.c (expand_expr): Likewise.
5101         * ggc-common.c (ggc_mark_rtx_children_1): Don't mark the
5102         CONST_DOUBLE_CHAIN.
5103         * toplev.c (rest_of_compilation): Don't call
5104         clear_const_double_mem.
5105
5106         * config/rs6000/rs6000.c (rs6000_float_const): Delete.
5107         (rs6000_hash_constant): Remove CONST_DOUBLE special case.
5108         (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.
5109         * config/rs6000/rs6000-protos.h: Don't prototype rs6000_float_const.
5110         * config/c4x/c4x.md, config/rs6000/rs6000.md: Use CONST_DOUBLE_ATOF.
5111         * config/dsp16xx/dsp16xx.md, config/mips/mips.md,
5112         config/pa/pa.md: Use CONST_DOUBLE_FROM_REAL_VALUE.
5113         * config/sparc/sparc.md, config/sparc/sparc.c: Use immed_double_const.
5114
5115 2002-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5116
5117         * mips/iris6.h (CPLUSPLUS_CPP_SPEC): Define.
5118
5119 2002-05-12  Tom Tromey  <tromey@redhat.com>
5120
5121         * tree.h (copy_node): Don't mention TREE_PERMANENT.
5122
5123 2002-05-12  Zack Weinberg  <zack@codesourcery.com>
5124
5125         * gensupport.c (n_comma_elts): Moved here from genattrtab.c.
5126         (scan_comma_elt): New function.  Accepts whitespace in comma lists.
5127         * gensupport.h: Prototype new routines.
5128         * genattr.c (gen_attr): Use scan_comma_elt.  Avoid unnecessary
5129         use of printf.
5130         * genattrtab.c (n_comma_elts): Moved to gensupport.c.
5131         (next_comma_elt): Use scan_comma_elt.
5132
5133         * config/i386/i386.md: Use new attribute notation to break up
5134         long lines in define_attr forms.
5135
5136 2002-05-12  Richard Henderson  <rth@redhat.com>
5137
5138         * expr.c (compress_float_constant): New.
5139         (emit_move_insn): Use it.
5140         (float_extend_from_mem): New.
5141         (init_expr_once): Initialize it.
5142         * real.c (exact_real_truncate): New.
5143
5144         * config/i386/i386.h (CONST_COSTS): Assume CONST_DOUBLE gets
5145         dropped into memory; penalize for size.
5146         (RTX_COSTS): FLOAT_EXTEND is free.
5147         * config/i386/i386.md (extendsfdf2, extendsfxf2, extendsftf2,
5148         extenddfxf2, extenddftf2): Accept constants and drop them to memory.
5149
5150 2002-05-12  Richard Henderson  <rth@redhat.com>
5151
5152         * profile.h (profile_info): Add missing extern to declaration.
5153         * profile.c (profile_info): Define it.
5154
5155 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5156
5157         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers
5158         used for DImode and TImode.
5159
5160 2002-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
5161
5162         * cpplex.c (_cpp_lex_direct): When in a directive at EOF
5163         fake a newline.
5164
5165 2002-05-11  Zack Weinberg  <zack@codesourcery.com>
5166
5167         * config/rs6000/rs6000.c (rs6000_default_long_calls,
5168         rs6000_longcall_switch, rs6000_set_default_type_attributes): New.
5169         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Set it.
5170         (rs6000_override_options): Handle -m(no-)longcall.
5171         (init_cumulative_args, output_mi_thunk): Check for both
5172         longcall and shortcall attributes on the function.
5173         (rs6000_attribute_table): Add "shortcall".
5174         (rs6000_handle_longcall_attribute): Update comment.
5175         (altivec_expand_unop_builtin, altivec_expand_binop_builtin,
5176         altivec_expand_ternop_builtin): Add default clauses to switches
5177         to silence warnings.
5178
5179         * config/rs6000/rs6000.h: Declare rs6000_longcall_switch and
5180         rs6000_default_long_calls.  Define REGISTER_TARGET_PRAGMAS.
5181         (TARGET_OPTIONS): Add longcall and no-longcall.
5182
5183         * config/rs6000/rs6000.md (call_nonlocal_sysv,
5184         call_value_nonlocal_sysv): Split by alternatives.  One pair
5185         accepts only SYMBOL_REFs and rejects if CALL_LONG is set in
5186         the call cookie.  The other pair accepts only LR/CTR and has
5187         no restriction.
5188
5189         * config.gcc (rs6000-*-* | powerpc*-*-* trailer stanza):
5190         Set c_target_objs, cxx_target_objs; add t-rs6000-c-rule to
5191         tmake_file.
5192         * config/rs6000/rs6000-c.c: New file.
5193         * config/rs6000/t-rs6000-c-rule: New file.
5194         * config/rs6000/rs6000-protos.c: Add multiple-include guard.
5195         Prototype rs6000_pragma_longcall.
5196
5197         * doc/extend.texi: Document shortcall attribute.
5198         * doc/invoke.texi: Document -mlongcall, -mno-longcall.
5199
5200 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5201
5202         * reorg.c (dbr_schedule): Remove unnecessary test.
5203
5204 Sat May 11 14:34:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
5205
5206         * i386.md (testsi to testqi spliters): New.
5207
5208         2002-01-14  Josef Zlomek  <zlomek@matfyz.cz>
5209
5210         cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.
5211
5212         Wed Jan  9 2002  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
5213
5214         * basic-block.h: New flag EDGE_CAN_FALLTHRU
5215         * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges
5216         that can be made fallthru.
5217
5218         Mon Nov 12 16:25:53 CET 2001  Jan Hubicka  <jh@suse.cz>
5219
5220         * cfglayout.c (cleanup_unconditional_jumps): New static function.
5221         (cfg_layout_initialize): Use it.
5222
5223 2002-05-11  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5224
5225         * config/avr/avr.c (avr_mcu_types): Update supported devices.
5226         * config/avr/avr.h (CPP_SPEC, LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
5227         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
5228
5229 2002-05-11  Kazu Hirata  <kazu@cs.umass.edu>
5230
5231         * dbxout.c: Fix formatting.
5232         * dependence.c: Likewise.
5233         * df.c: Likewise.
5234         * diagnostic.c: Likewise.
5235         * doloop.c: Likewise.
5236         * dominance.c: Likewise.
5237         * doschk.c: Likewise.
5238         * dwarf2asm.c: Likewise.
5239         * dwarf2out.c: Likewise.
5240         * dwarfout.c: Likewise.
5241
5242 2002-05-10  Richard Henderson  <rth@redhat.com>
5243
5244         * final.c (end_final): Tidy whitespace.  Don't honor flag_pack_struct.
5245         Convert integers constants as needed.  Replace "nwords" field with
5246         "sizeof_bb".
5247         (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
5248         * function.h: Fix typo in comment.
5249         * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
5250
5251 2002-05-10  Roger Sayle  <roger@eyesopen.com>
5252
5253         * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)
5254         into the equivalent (signed char)c > 0.
5255
5256 2002-05-10  Janis Johnson  <janis187@us.ibm.com>
5257
5258         * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
5259         (PREFETCH_CONDITIONAL): Renamed from PREFETCH_NOT_ALWAYS.
5260         (struct prefetch_info): Fix spelling of member bytes_accessed.
5261         (emit_prefetch_instructions): Make dump messages more regular;
5262         restructure code to add more dump messages; use new macros for
5263         heuristics. (There are no code generation changes in any of this).
5264
5265 2002-05-10  David S. Miller  <davem@redhat.com>
5266
5267         * rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
5268         (struct rtx_def): Update unchanging flag comment.
5269         * doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
5270         * reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
5271         to be handled to INSN too.
5272         (dbr_schedule): Likewise.
5273         * resource.c (next_insn_no_annul): Likewise.
5274
5275         * cse.c (rtx_cost): Remove multiplication by power of 2 special
5276         casing.
5277
5278 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5279
5280         * doc/install.texi (Specific, *-*-solaris2*): Update passus on
5281         setting CONFIG_SHELL to /bin/ksh and remove alternate trick to
5282         (possibly) work around broken /bin/sh.
5283
5284 2002-05-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5285
5286         * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and
5287         . as N64/N32 libgcc_s.so subdirs.
5288
5289 2002-05-10  David S. Miller  <davem@redhat.com>
5290
5291         * config/sparc/sparc.md: Use define_constants for unspec numbers.
5292
5293         * rtl.h (struct rtx_def): Document unchanging and in_struct flags
5294         more accurately.
5295         (INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
5296         comment.
5297         (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
5298         * doc/rtl.texi: Document these macros more accurately.
5299         * recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
5300         JUMP_INSNs and CALL_INSNs.
5301         * resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
5302         or INSN_FROM_TARGET_P if the code is appropriate.
5303
5304 2002-05-10  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5305
5306         * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REF
5307         before using SYMBOL_REF_FLAG (addr).
5308
5309         * config/avr/avr-protos.h (avr_io_address_p): Declare.
5310         * config/avr/avr.c (io_address_p): Rename to avr_io_address_p.
5311         Make non-static.  Update all callers.
5312         * config/avr/avr.md (*cbi, *sbi, *sbix_branch, *sbix_branch_bit7):
5313         New insns to clear/set/test a single bit in I/O address space.
5314
5315 2002-05-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5316
5317         * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
5318
5319 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5320
5321         * Makefile.in: Update.
5322         * c-common.c (flag_iso, flag_undef, cb_register_builtins,
5323         builtin_define_std): New.
5324         (c_common_init): Register CPP builtins callback.
5325         * c-common.h (flag_iso, flag_undef): New.
5326         * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
5327         * c-lex.c: Don't include target.h.
5328         (cb_register_builtins): Move to c-common.c.
5329         (init_c_lex): Don't register hook here.
5330         * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
5331         (cpp_define, cpp_assert): Remove.
5332         * gcc.c (cc1_options): Pass -undef to front end.
5333         * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
5334         (TARGET_INITIALIZER): Update.
5335         * target.h (struct cpp_reader): Don't predeclare.
5336         (struct gcc_target): Remove cpp builtin hook.
5337         * tree.c (default_register_cpp_builtins): Remove.
5338 doc:
5339         * tm.texi: Update.
5340
5341 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5342
5343         * cppexp.c (_cpp_expand_op_stack): Set op_limit.
5344
5345 2002-05-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5346
5347         * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
5348         (SHLIB_LINK, SHLIB_INSTALL): Adjust.
5349
5350 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
5351
5352         * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
5353         * config/sparc/libgcc-sparc-glibc.ver: New file.
5354         * config/cris/t-linux (SHLIB_MAPFILES): Remove.
5355         * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
5356
5357 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
5358
5359         PR target/6429
5360         * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
5361         * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
5362         shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
5363         base multilibs.
5364         * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
5365         * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
5366         * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
5367         * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
5368
5369 2002-05-09  Richard Henderson  <rth@redhat.com>
5370
5371         * config/ia64/ia64.md: Use define_constants for unspec numbers.
5372         * config/ia64/ia64.c: Likewise.
5373
5374 2002-05-09  Richard Sandiford  <rsandifo@redhat.com>
5375
5376         * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
5377         (save_restore_insns): Likewise.
5378         (mips_expand_prologue, mips_expand_epilogue): Update callers.
5379         (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
5380
5381 Thu May  9 11:50:09 2002  Jeffrey A Law  (law@redhat.com)
5382
5383         * athlon.md, k6.md, pentium.md, ppro.md): New files.
5384         * i386.md: Move scheduling information into new files.
5385
5386         * i386.md (type attribute): Add "rotate" for rotate insns.
5387         (rotate insns): Set type to "rotate".
5388         (various attributes and function units): Treat rotate like shift.
5389         (pent_pair attribute): Only rotates by one bit position are
5390         pairable.
5391         (sbb insns): Explicitly set pent_pair attribute on a couple
5392         that were missing it.
5393
5394 Thu May  9 18:29:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
5395
5396         * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
5397         make sure that buffer starts on odd word address.
5398         (sh_va_arg): Skip odd fp registers when reading a double precision
5399         value.
5400
5401 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5402
5403         * tree.h (preserve_data, object_permanent_p, type_precision):
5404         Remove.
5405
5406 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5407
5408         * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
5409         * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
5410 doc:
5411         * cpp.texi: Update for removal of obsolete features.
5412
5413 Thu May  9 07:46:18 2002  Jan Hubicka <jh@suse.cz>
5414                           Jeffrey A Law  (law@redhat.com)
5415
5416         * i386.c (ia32_use_dfa_pipeline_interface): New function.  Use
5417         the DFA interface for Pentium processors.
5418         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
5419         (attr_pent_pair, ix86_pent_find_pair): Remove.
5420         (ix86_sched_reorder_pentium): Remove.
5421         (ix86_sched_reorder): Remove reordering for Pentium.
5422         * i386.md (Pentium scheduling): Rewrite using DFA description.
5423
5424 Thu May  9 14:55:39 CEST 2002  Jan Hubicka  <jh@suse.cz>
5425
5426         * cfganal.c (can_fallthru): Fix fast path.
5427         * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
5428         with edges to the next block.
5429
5430 Thu May  9 14:52:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
5431                                Pavel Nejedly  <bim@atrey.karlin.mff.cuni.cz>
5432
5433         * final.c (end_final): Use C trees to output data structures for profiling.
5434
5435         * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
5436         (profile.o): New dependency profile.h
5437         (final.o): New dependency profile.h
5438         * profile.h: New file. New global structure profile_info.
5439         * final.h (count_edges_instrumented_now): Declare.
5440         (current_function_cfg_checksum): Declare.
5441         (function_list): New structure.
5442         (functions_head, functions_tail): New static variables.
5443         (end_final): Emits more data, removed some -ax stuff.
5444         (final): Stores function names and chcksums.
5445         * gcov-io.h (__write_gcov_string): New function.
5446         (__read_gcov_string): New function.
5447         * gcov.c (read_profile): New function.
5448         (create_program_flow_graph): Uses read_profile instead of reading
5449         da_file.
5450         (read_files): Removed da_file checking, it's done by read_profile now.
5451         * libgcc2.c (bb_function_info): New structure.
5452         (bb): New field in structure, removed some -ax stuff.
5453         (__bb_exit_func): Changed structure of da_file.
5454         * profile.c (count_edges_instrumented_now): New global variable.
5455         (current_function_cfg_checksum): New global variable.
5456         (max_counter_in_program): New global variable.
5457         (get_exec_counts): New function.
5458         (compute_checksum): New function.
5459         (instrument_edges): Sets count_edges_instrumented_now.
5460         (compute_branch_probabilities): Uses get_exec_counts instead of
5461         reading da_file.
5462         (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
5463         (init_branch_prob): Removed da_file checking, done in get_exec_counts
5464         now.
5465         (end_branch_prob): Removed da_file checking, done in get_exec_counts
5466         now.
5467         * gcov.texi: Updated information about gcov file format.
5468
5469 2002-05-09  Kazu Hirata  <kazu@cs.umass.edu>
5470
5471         * sbitmap.c: Fix formatting.
5472         * scan.c: Likewise.
5473         * scan-decls.c: Likewise.
5474         * sched-deps.c: Likewise.
5475         * sched-ebb.c: Likewise.
5476         * sched-rgn.c: Likewise.
5477         * sched-vis.c: Likewise.
5478         * sdbout.c: Likewise.
5479         * sibcall.c: Likewise.
5480         * simplify-rtx.c: Likewise.
5481         * ssa.c: Likewise.
5482         * ssa-ccp.c: Likewise.
5483         * ssa-dce.c: Likewise.
5484         * stmt.c: Likewise.
5485         * stor-layout.c: Likewise.
5486         * stringpool.c: Likewise.
5487
5488 2002-05-09  David S. Miller  <davem@redhat.com>
5489
5490         * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
5491
5492 2002-05-07  David S. Miller  <davem@redhat.com>
5493
5494         * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
5495         * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
5496         * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
5497         library implementation clobbers the output before the inputs
5498         are fully consumed, use stack temporary for the output.
5499
5500 2002-05-09  Jason Thorpe  <thorpej@wasabisystems.com>
5501
5502         * config/netbsd.h (CPP_SPEC): Remove.
5503         * config/i386/netbsd-elf.h (CPP_SPEC): Define.
5504         * config/i386/netbsd.h (CPP_SPEC): Define.
5505         * config/ns32k/netbsd.h (CPP_SPEC): Define.
5506         * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
5507         * config/sparc/netbsd.h (CPP_SPEC): Define.
5508         * config/vax/netbsd.h (CPP_SPEC): Define.
5509
5510 2002-05-08  Kazu Hirata  <kazu@cs.umass.edu>
5511
5512         * read-rtl.c: Fix formatting.
5513         * real.c: Likewise.
5514         * recog.c: Likewise.
5515         * regclass.c: Likewise.
5516         * regmove.c: Likewise.
5517         * reg-stack.c: Likewise.
5518         * reload1.c: Likewise.
5519         * reload.c: Likewise.
5520         * resource.c: Likewise.
5521         * rtlanal.c: Likewise.
5522         * rtl.c: Likewise.
5523         * rtl-error.c: Likewise.
5524
5525 2002-05-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5526
5527         * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
5528         * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
5529
5530 2002-05-08  Bernd Schmidt  <bernds@redhat.com>
5531
5532         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
5533         use __SSE2__ macro instead.
5534         * config/i386/xmmintrin.h: Likewise.
5535
5536 2002-05-08  Janis Johnson  <janis187@us.ibm.com>
5537
5538         * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
5539         and use it in all invocations of these macros.  Clean up comments.
5540         * rtl.c (rtl_check_failed_flag): Add an argument for the name
5541         of the flag access macro whose check failed.
5542         * doc/rtl.texi (Flags): Document additional flag uses.
5543
5544 2002-05-08  Robert Spier <rspier@pobox.com>
5545             Neil Booth  <neil@daikokuya.demon.co.uk>
5546
5547         PR preprocessor/6521
5548         * cppfiles.c (handle_missing_header): Don't do anything
5549         different for <> includes.
5550 doc:
5551         * cppopts.texi: Update documentation for -MG.
5552
5553 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5554
5555         * cpplex.c (cpp_interpret_charconst): Truncate as well as
5556         sign-extend.
5557 doc:
5558         * cpp.texi: Clarify multichar charconst valuation.
5559
5560 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
5561
5562         * doc/invoke.texi: Document -mwindiss option.
5563
5564 2002-05-08  Jason Merrill  <jason@redhat.com>
5565
5566         * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
5567
5568         * dwarf2out.c (gen_type_die): Abort on broken recursion.
5569
5570         PR c++/6381
5571         * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
5572         REAL_CST.
5573
5574 2002-05-08  Nick Clifton  <nickc@cambridge.redhat.com>
5575
5576         * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
5577         little-endian multilibs to override arm/thumb multilibs.
5578         Do not build hardware floating point multilibs, nor apcs-26
5579         multilibs for the Thumb.
5580
5581 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
5582
5583         PR c/6569.
5584         * varasm.c (mark_weak): New function.
5585         (merge_weak): Use it.  Do not call declare_weak.
5586         (declare_weak): Use merge_weak.
5587
5588 Wed May  8 13:12:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
5589
5590         * cse.c (dead_libcall_p): Update counts.
5591         (delete_trivially_dead_insns): Update call of dead_libcall_p.
5592
5593 Wed May  8 11:08:50 CEST 2002  Jan Hubicka  <jh@suse.cz>
5594
5595         * cfglayout.c (function_tail_eff_head): Rename to ...
5596         (function_footer): ... this one.
5597         (unlink_insn_chain): New functions.
5598         (label_for_bb): Only call block_label and emit debug message.
5599         (record_effective_endpoints): Actually unlink the headers and footers.
5600         (fixup_reorder_cahin): Re-insert the unlinked sequences.
5601         (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
5602         * cfglayout.h (struct reorder_block_def): New fields footer/header;
5603         remove eff_head/eff_end.
5604         * rtl.h (set_first_insn): Declare.
5605         * emit-rtl.c (set_first_insn): New function.
5606
5607         * cfglayout.c (fixup_reorder_chain): Dump duplicated
5608         (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
5609         cfg_layout_duplicate_bb): New global function.
5610         (duplicate_insn_chain): New static function.
5611         * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
5612         cfg_layout_duplicate_bb): Declare.
5613         (struct reorder_block_def): Add "original" field.
5614         * emit-rtl.c (emit_copy_of_insn_after): New function.
5615         * rtl.h (emit_copy_of_insn_after): Declare.
5616
5617         * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
5618         (fixup_reorder_chain): properly handle edges to exit block.
5619
5620 Wed May  8 11:10:31 CEST 2002  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5621                                Jan Hubicka  <jh@suse.cz>
5622
5623         * basic-block.h (note_prediction_to_br_prob): declare.
5624         * c-semantics.c: Inlucde predit.h
5625         (expand_stmt): predict GOTO_STMT as not taken.
5626         * cfgcleanup.c: (delete_unreachable_blocks): Make global.
5627         (cleanup_cfg): Do not free tail_recursion_list.
5628         * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
5629         (flow_delete_block): Kill predictions past end of basic block.
5630         * output.h (delete_unreachable_blocks): Declare.
5631         * predict.c (predicted_by_p, process_note_predictions,
5632         process_note_prediction, last_block_p): New function.
5633         (estimate_probability): Bypass loop on PRED_CONTINUE;
5634         do not handle noreturn heuristics; kill PRED_RETURN; add
5635         PRED_EARLY_RETURN.
5636         * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
5637         PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
5638         * predict.h (IS_TAKEN): New constant.
5639         * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
5640         * rtl.c (NOTE_INSN_PREDICTION): New.
5641         * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
5642         New macro.
5643         (insn_note): add NOTE_INSN_PREDICTION.
5644         * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
5645         CFG; free tail_recursion_label_list.
5646         * stmt.c: Include predict.h;
5647         (return_prediction): New.
5648         (expand_value_return): Use it.
5649         * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
5650
5651 2002-05-08  Richard Sandiford  <rsandifo@redhat.com>
5652
5653         * config/mips/mips.md: Name the unspecs with define_constant.
5654         (*HILO_delay): Rename to 'hilo_delay' (no star).
5655         (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
5656         (reload_outdi, reload_outsi): Likewise.
5657
5658 2002-05-07  Kazu Hirata  <kazu@cs.umass.edu>
5659
5660         * toplev.c: Fix formatting.
5661
5662 2002-05-07  Janis Johnson  <janis187@us.ibm.com>
5663
5664         * config.in (ENABLE_RTL_FLAG_CHECKING): New.
5665         * configure.in (ac_rtlflag_checking): New.
5666         * doc/install.texi (--enable-checking): Document RTL flag checking.
5667
5668 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5669
5670         * c-common.c (c_common_init): Set options->unsigned_wchar.
5671         * cppinit.c (cpp_create_reader): Default unsigned_wchar,
5672         group target dependencies.
5673         (init_builtins, cpp_handle_option): Update.
5674         * cpplex.c (cpp_interpret_charconst): Update.
5675         * cpplib.h (struct cpp_options): Add unsigned_wchar, rename
5676         signed_char to unsigned_char, group target dependencies.
5677         * defaults.h (WCHAR_UNSIGNED): Remove.
5678         * system.h (WCHAR_UNSIGNED, MAX_CHAR_TYPE_SIZE): Poison.
5679 config:
5680         * freebsd.h, interix.h, alpha/freebsd.h, arm/freebsd.h,
5681         i386/386bsd.h, i386/beos-elf.h, i386/bsd386.h, i386/cygwin.h,
5682         i386/djgpp.h, i386/freebsd-aout.h, i386/i386-interix.h,
5683         i386/win32.h, ia64/freebsd.h, mips/netbsd.h, rs6000/freebsd.h,
5684         sh/elf.h, sh/sh.h, sparc/freebsd.h: Remove WCHAR_UNSIGNED.
5685 doc:
5686         * tm.texi: Remove MAX_CHAR_TYPE_SIZE.
5687
5688 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
5689
5690         * fixinc/inclhack.def (windiss_math1): New fix.
5691         (windiss_math2): Likewise.
5692         (windiss_valist): Likewise.
5693         * fixinc/fixincl.x: Regenerated.
5694
5695 2002-05-07  Andreas Jaeger  <aj@suse.de>
5696
5697         * genautomata.c (output_internal_min_issue_delay_func): Add
5698         ATTRIBUTE_UNUSED to avoid warning with empty dfa.
5699         (output_internal_trans_func): Likewise.
5700
5701 Tue May  7 10:06:22 2002  Jeffrey A Law  (law@redhat.com)
5702
5703         * pa.c (hppa_profile_hook): Use force_reg to get the address
5704         of the profile hook into an appropriate pseudo register.
5705
5706 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
5707
5708         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.
5709         (LINK_START_SPEC): Handle it.
5710         (LINK_OS_SPEC): Likewise.
5711         (CPP_SPEC): Likewise.
5712         (STARTFILE_SPEC): Likewise.
5713         (LIB_SPEC): Likewise.
5714         (ENDFILE_SPEC): Likewise.  Do not assume crtsavres.o is used on
5715         all platforms.
5716         (CRTSAVRES_DEFAULT_SPEC): New macro.
5717         (LIB_WINDISS_SPEC): New macro.
5718         (CPP_OS_WINDISS_SPEC): Likewise.
5719         (STARTFILE_WINDISS_SPEC): Likewise.
5720         (ENDFILE_WINDISS_SPEC): Likewise.
5721         (LINK_START_WINDISS_SPEC): Likewise.
5722         (LINK_OS_WINDISS_SPEC): Likewise.
5723         * config/rs6000/windiss.h: New file.
5724
5725 2002-05-07  Aldy Hernandez  <aldyh@redhat.com>
5726
5727         * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
5728
5729 2002-05-06  David S. Miller  <davem@redhat.com>
5730
5731         * config/sparc/sparc.md (shift insns): Do not mask off
5732         second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
5733         take care of it.
5734
5735 2002-05-06  Richard Henderson  <rth@redhat.com>
5736
5737         PR c++/6212
5738         * expr.c (highest_pow2_factor_for_type): New.
5739         (expand_assignment): Use it.
5740
5741 2002-05-06  Aldy Hernandez  <aldyh@redhat.com>
5742
5743         * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
5744         unspec_volatile.
5745         ("altivec_mfvscr"): Same.
5746
5747 2002-05-06  Janis Johnson  <janis187@us.ibm.com>
5748
5749         * rtl.h (struct rtx_def): Update comments.
5750         (RTL_FLAG_CHECK[12345678]): New.  (rtl_check_failed_flag): Declare.
5751         (RTL_FLAG): New.  (CLEAR_RTX_FLAGS): New.  (flag access macros): Use
5752         RTL_FLAG_CHECK macros with list of expected RTL codes.
5753         * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
5754         (rtl_check_failed_flag): New.
5755         * reload1.c (reload): Use REG macro before changing rtx to MEM.
5756         (reload_cse_noop_set_p): Check rtx code before using access macro.
5757         * config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
5758         before using access macro.
5759
5760 2002-05-06  Janis Johnson  <janis187@us.ibm.com>
5761
5762         * doc/rtl.texi (Flags): Update to reflect current usage.
5763
5764 2002-05-06  Roger Sayle  <roger@eyesopen.com>
5765
5766         PR opt/3995
5767         * fold-const.c (sign_bit_p): New function.
5768         (fold) [EQ_EXPR]: Use this to convert (A & C) == 0 into A >= 0 and
5769         (A & C) != 0 into A < 0, when constant C is the sign bit of A's type.
5770         Reapply fold when converting (A & C) == C into (A & C) != 0.
5771         (fold_binary_op_with_conditional_arg): Fix typo in comment.
5772
5773 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5774
5775         * c-common.c (warn_multichar): New.
5776         (c_common_init): Set CPP's warn_multichar.
5777         * c-common.h (warn_multichar): New.
5778         * c-decl.c (warn_multichar): Remove.
5779         * c-lex.c (lex_charconst): Update.
5780         * c-tree.h (warn_multichar): Remove.
5781         * cppexp.c (eval_token): Sign-extend charconst value.
5782         * cppinit.c (cpp_create_reader): Set warn_multichar.
5783         * cpplex.c (cpp_interpret_charconst): Don't sign-extend
5784         each character.  Update prototype.  Sign-extend the result.
5785         * cpplib.h: Fix conditions.
5786         (struct cpp_options): Add new warning flag.
5787         (cpp_interpret_charconst): Update prototype.
5788 doc:
5789         * cpp.texi: Update documentation.
5790
5791 2002-05-06  Vladimir Makarov  <vmakarov@redhat.com>
5792
5793         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
5794         Fix typo in usage of allof instead of unit.
5795
5796 2002-05-06  Richard Henderson  <rth@redhat.com>
5797
5798         * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
5799         and any jump or call for IN.
5800
5801 2002-05-06  Bernd Schmidt  <bernds@redhat.com>
5802
5803         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Define __SSE2_BUILTINS__ if
5804         -msse2.
5805         * config/i386/xmmintrin.h: Use it to conditionalize SSE2 support.
5806
5807 2002-05-06  Roger Sayle  <roger@eyesopen.com>
5808
5809         * fold-const.c (lshift-double): Cast the high word to an unsigned
5810         HOST_WIDE_INT when extracting sign bit to avoid compiler warning.
5811         (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to
5812         avoid compiler warning.  (fold): Remove redundant code from
5813         BIT_AND_EXPR as integer operands are canonicalized to be arg1.
5814
5815 2002-05-06  Jeff Law  <law@redhat.com>
5816
5817         * pa-protos.h (hppa_fpstore_bypass_p): Declare.
5818         * pa.c (pa_adjust_cost): Remove all true dependency cost
5819         adjustments.  Also remove support for non-DFA scheduling.
5820         * pa.md (700, 7100, 7100lc, 7200, 7300): Use bypass mechanism
5821         to adjust true dependency costs.  Update various comments.
5822         (7100lc, 7200, 7300 scheduling): Simplify by combining the
5823         FP ALU & MPY units into a single unit.
5824
5825 2002-05-06  Catherine Moore  <clm@redhat.com>
5826
5827         * config/v850/v850.c (compute_register_save_size): Make sure
5828         to count all of the registers that will be saved.
5829
5830 Mon May  6 18:03:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
5831
5832         * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
5833
5834 2002-05-06  David S. Miller  <davem@redhat.com>
5835
5836         * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
5837         allow result to overlap input operands in memory.
5838
5839 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
5840
5841 doc:
5842         * cpp.texi: Update multichar charconst docs.
5843
5844 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
5845
5846         * cpplex.c (cpp_interpret_charconst): Sign-extend each
5847         character.  Don't ignore excess characters.  Treat
5848         multicharacter character constants as signed.
5849         (cpp_parse_escape): Clarify diagnostic.
5850
5851 2002-05-05  Jakub Jelinek  <jakub@redhat.com>
5852
5853         * config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
5854         use add instead of shift.
5855         (ashldi3_sp64): Likewise.
5856         (ashlsi3_const1, ashldi3_const1): Remove.
5857         * config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
5858         * config/sparc/sparc.c (const1_operand): New.
5859
5860 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
5861
5862         * config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
5863
5864 2002-05-05  Jakub Jelinek  <jakub@redhat.com>
5865
5866         PR target/6561
5867         * config/sparc/sparc.md (muldi3_v8plus): Handle %1 equal to %2.
5868
5869 2002-05-05  Richard Henderson  <rth@redhat.com>
5870
5871         * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
5872         memory latency adjustments.
5873         (alpha_variable_issue): Remove.
5874         (alpha_use_dfa_pipeline_interface): New.
5875         (alpha_multipass_dfa_lookahead): New.
5876         * config/alpha/alpha.md: Remove define_function_unit scheduling;
5877         include new dfa scheduling.
5878         (attr type): Add none.
5879         (blockage): Use it.
5880         * config/alpha/ev4.md: New.
5881         * config/alpha/ev5.md: New.
5882         * config/alpha/ev6.md: New.
5883
5884 2002-05-05  David S. Miller  <davem@redhat.com>
5885
5886         * recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.
5887
5888 2002-05-05  Kazu Hirata  <kazu@cs.umass.edu>
5889
5890         * cse.c: Fix formatting.
5891         * emit-rtl.c: Likewise.
5892
5893 2002-05-05  Vladimir Makarov  <vmakarov@redhat.com>
5894
5895         * genautomata.c (initiate_states): Add additional guard to
5896         initialize `units_array'.
5897
5898 2002-05-05  Vladimir Makarov  <vmakarov@redhat.com>
5899
5900         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp,
5901         process_unit_to_form_the_same_automaton_unit_lists,
5902         form_the_same_automaton_unit_lists
5903         check_unit_distributions_to_automata): New prototypes and
5904         functions.
5905         (check_automata): Rename it into `check_automata_insn_issues'.
5906         (unit_decl): New fields `the_same_automaton_unit' and
5907         `the_same_automaton_message_reported_p'.
5908         (unit_decl_t): New typedef.
5909         (the_same_automaton_lists): New gloval variable.
5910         (unit_regexp, unit_set_el, units_array, units_cmp,
5911         output_get_cpu_unit_code_func): Use the typedef.
5912         (evaluate_max_reserv_cycles): Increment
5913         `description->max_insn_reserv_cycles'.
5914         (initiate_states): Don't increment `max_cycles_num'.
5915         (transform_insn_regexps): Move code around transformation of
5916         regexps from `generate'.
5917         (generate): Remove call of `transform_insn_regexps'.
5918         (expand_automata): Call `transform_insn_regexps' and
5919         `check_unit_distributions_to_automata'.  Check errors before
5920         `generate'.
5921
5922         * config/sparc/ultra3.md (us3_a0, us3_a1): Move the units into
5923         automaton `ultrasparc3_1'.
5924
5925 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5926
5927         * c-common.c (c_common_init): Set up CPP arithmetic.
5928         * cppinit.c (cpp_create_reader): Default CPP arithmetic to
5929         something reasonable for the host.
5930         (sanity_checks): Add checks.
5931         (cpp_read_main_file): Call sanity_checks() from here...
5932         (cpp_post_options): ... not here.
5933         * cpplex.c (cpp_interpret_charconst): Get max_chars right.
5934         * cpplib.h (struct cpp_options): New member int_precision.
5935
5936 2002-05-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5937
5938         * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements.
5939
5940 2002-05-04  David S. Miller  <davem@redhat.com>
5941
5942         * config/sparc/linux.h, config/sparc/linux64.h
5943         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
5944
5945         * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of
5946         more RTX codes.
5947         * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes.
5948
5949         * recog.c (store_data_bypass_p): Handle out_insn being a PARALLEL
5950         of SETs.
5951
5952 2002-05-05  Tim Josling  <tej@melbpc.org.au>
5953
5954         * treelang; New directory for new sample language treelang.
5955
5956 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
5957
5958         * Makefile.in (c-lex.o): Update.
5959         * c-lex.c: Include target.h.
5960         (cb_register_builtins): New.
5961         (init_c_lex): Set builtins callback.
5962         * c-lex.h (cpp_define, cpp_assert): New prototypes.
5963         * cppinit.c (init_builtins): Use callback, including for
5964         GXX_WEAK.
5965         * cpplib.h (struct cpp_callbacks): New member.
5966         * target-def.h (TARGET_REGISTER_CPP_BUILTINS): New.
5967         (TARGET_INITIALIZER): Update.
5968         * target.h (struct gcc_target): New hook.
5969         * tree.c (default_register_cpp_builtins): New.
5970         * tree.h (default_register_cpp_builtins): New.
5971 doc:
5972         * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Document.
5973
5974 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
5975
5976         * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
5977         (cpp_post_options): Move sanity checks to...
5978         (sanity_checks): New.
5979         * cpplex.c (maybe_read_ucs): Fix prototype.
5980         (parse_string, cpp_parse_escape): Cast for %c format specifier.
5981         * cpplib.h (cppchar_t): Use unsigned long or unsigned long long
5982         if necessary.
5983
5984 2002-05-04  Bernd Schmidt  <bernds@redhat.com>
5985
5986         * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
5987         builtins.  Use V2DI patterns instead of TI for logical operations.
5988         (ix86_init_mmx_sse_builtins): Add a couple of missing SSE2 builtins.
5989         Correct definitions of psadbw, pmovmskb128, movntdq, cvtdq2ps.
5990         (ix86_expand_builtins): Change the pattern used for movntdq.
5991         * config/i386/i386.md (sse2_andv2di3, sse2_iorv2di3, sse2_xorv2di3,
5992         sse2_nandv2di3): New patterns.
5993         (sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3): Correct modes
5994         on operands.
5995         (sse2_movntv2di): Renamed from sse2_movntti and modes adjusted.
5996         (cvtdq2pd): Correct mode on operand 1.
5997         (sse2_umulsidi3): Describe without unspec.
5998         (sse2_psadbw, mmx_psadbw): Describe with unspec; use more appropriate
5999         machine modes.
6000         (lshrv2di3): Renamed from sse2_lshrv2di3 and removed unspec.
6001         (ashlv2di3): Likewise, from sse2_ashlv2di3.
6002         (ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3,
6003         ashlv4si3, ashlv2di3): Use SImode for shift count.
6004         (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti, lshrv2di3_ti,
6005         lshrv4si3_ti, lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti):
6006         New patterns.
6007         * config/i386/xmmintrin.h (__v2df, __v2di, __v4si, __v8hi, __v16qi):
6008         New typedefs.
6009         (__m128i, __m128d): New macros.
6010         (_mm_add_pd, _mm_add_sd, _mm_sub_pd, _mm_sub_sd, _mm_mul_pd,
6011         _mm_mul_sd, _mm_div_pd, _mm_div_sd, _mm_sqrt_pd, _mm_sqrt_sd,
6012         _mm_min_pd, _mm_min_sd, _mm_max_sd, _mm_max_pd, _mm_and_pd,
6013         _mm_andnot_pd, _mm_xor_pd, _mm_or_pd, _mm_cmpeq_pd, _mm_cmplt_pd,
6014         _mm_cmple_pd, _mm_cmpgt_pd, _mm_cmpge_pd, _mm_cmpneq_pd,
6015         _mm_cmpnlt_pd, _mm_cmpnle_pd, _mm_cmpngt_pd, _mm_cmpnge_pd,
6016         _mm_cmpord_pd, _mm_cmpunord_pd, _mm_cmpeq_sd, _mm_cmplt_sd,
6017         _mm_cmple_sd, _mm_cmpgt_sd, _mm_cmpge_sd, _mm_cmpneq_sd,
6018         _mm_cmpnlt_sd, _mm_cmpnle_sd, _mm_cmpngt_sd, _mm_cmpnge_sd,
6019         _mm_cmpord_sd, _mm_cmpunord_sd, _mm_comieq_sd, _mm_comilt_sd,
6020         _mm_comile_sd, _mm_comigt_sd, _mm_comige_sd, _mm_comineq_sd,
6021         _mm_ucomieq_sd, _mm_ucomieq_sd, _mm_ucomilt_sd, _mm_ucomile_sd,
6022         _mm_ucomigt_sd, _mm_ucomige_sd, _mm_ucomineq_sd, _mm_cvtepi32_pd,
6023         _mm_cvtepi32_ps, _mm_cvtpd_epi32, _mm_cvtpd_pi32, _mm_cvtpd_ps,
6024         _mm_cvttpd_epi32, _mm_cvttpd_pi32, _mm_cvtpi32_pd, _mm_cvtps_epi32,
6025         _mm_cvttps_epi32, _mm_cvtps_pd, _mm_cvtsd_si32, _mm_cvttsd_si32,
6026         _mm_cvtsd_ss, _mm_cvtsi32_sd, _mm_cvtss_sd, _mm_unpackhi_pd,
6027         _mm_unpacklo_pd, _mm_loadh_pd, _mm_storeh_pd, _mm_storel_pd,
6028         _mm_movemask_pd, _mm_packs_epi16, _mm_packs_epi32, _mm_packus_epi16,
6029         _mm_unpackhi_epi8, _mm_unpackhi_epi16, _mm_unpackhi_epi32,
6030         _mm_unpacklo_epi8, _mm_unpacklo_epi16, _mm_unpacklo_epi32,
6031         _mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
6032         _mm_adds_epi8, _mm_adds_epi16, _mm_adds_epu8, _mm_adds_epu16,
6033         _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
6034         _mm_subs_epi8, _mm_subs_epi16, _mm_subs_epu8, _mm_subs_epu16,
6035         _mm_madd_epi16, _mm_mulhi_epi16, _mm_mullo_epi16, _mm_mul_pu16,
6036         _mm_mul_epu16, _mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64,
6037         _mm_sra_epi16, _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32,
6038         _mm_srl_epi64, _mm_slli_epi16, _mm_slli_epi32, _mm_slli_epi64,
6039         _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
6040         _mm_srli_epi64, _mm_and_si128, _mm_andnot_si128, _mm_or_si128,
6041         _mm_xor_si128, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
6042         _mm_cmpgt_epi8, _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_max_epi16,
6043         _mm_max_epu8, _mm_min_epi16, _mm_min_epu8, _mm_movemask_epi8,
6044         _mm_mulhi_epu16, _mm_maskmoveu_si128, _mm_avg_epu8, _mm_avg_epu16,
6045         _mm_sad_epu8, _mm_stream_si32, _mm_stream_si128, _mm_stream_pd,
6046         _mm_movpi64_epi64, _mm_clflush, _mm_lfence, _mm_mfence): New
6047         functions.
6048         (_mm_shufflehi_epi16, _mm_shufflelo_epi16, _mm_shuffle_epi32,
6049         _mm_extract_epi16, _mm_insert_epi16, _mm_shuffle_pd): New macros.
6050
6051 2002-05-04  Kazu Hirata  <kazu@cs.umass.edu>
6052
6053         * dwarf2out.c: Fix formatting.
6054         * varasm.c: Likewise.
6055
6056 2002-05-04  David Edelsohn  <edelsohn@gnu.org>
6057
6058         PR c/6543
6059         * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
6060         clobber and use result as temporary value.
6061
6062 Sat May  4 13:20:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
6063
6064         * expr.c (force_operand): Use expand_simple_* to handle more
6065         cases.
6066
6067 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6068
6069         * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
6070         and sign-extension.
6071         (lex_charconst): Update for change in prototype of
6072         cpp_interpret_charconst.  Extend from cppchar_t to HOST_WIDE_INT
6073         appropriately.
6074         * cpphash.h (BITS_PER_CPPCHAR_T): New.
6075         * cppinit.c (cpp_create_reader): Initialize them for no
6076         change in semantics.
6077         (cpp_post_options): Add sanity checks.
6078         * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
6079         and truncation issues.  Calculate in type cppchar_t.
6080         (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Remove.
6081         (cpp_interpret_charconst): Calculate in type cppchar_t.  Handle
6082         run-time dependent precision correctly.  Return whether the
6083         result is signed or not.
6084         * cpplib.c (dequote_string): Use cppchar_t; update.
6085         * cpplib.h (cppchar_signed_t): New.
6086         struct cpp_options): New precision members.
6087         (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
6088         * cppexp.c (eval_token): Update.
6089
6090 2002-05-03  David S. Miller  <davem@redhat.com>
6091
6092         * config/sparc/sparc-protos.h (sparc_rtx_costs): New.
6093         * config/sparc/sparc.c (sparc_rtx_costs): New function
6094         implementing RTX_COSTS and CONST_COSTS.
6095         * config/sparc/sparc.h (CONST_COSTS): Delete.
6096         (RTX_COSTS_CASES): Define.
6097         (RTX_COSTS): Expand RTX_COSTS_CASES and use sparc_rtx_costs to do
6098         the work.
6099
6100         * config/sparc/sparc.md (DFA schedulers): Split out...
6101         * config/sparc/cypress.md, config/sparc/hypersparc.md,
6102         config/sparc/sparclet.md, config/sparc/supersparc.md,
6103         config/sparc/ultra1_2.md, config/sparc/ultra3.md: ... into here.
6104
6105         * config/sparc/sparc.c (LEAF_REGISTERS): Do not do ifdef
6106         checks on it, always defined for Sparc.
6107
6108         * config/sparc/sparc.h (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER):
6109         Tweak, and add more detailed comments.
6110
6111 2002-05-03  Zack Weinberg  <zack@codesourcery.com>
6112
6113         * Re-apply patch accidentally reverted with
6114         DFA scheduler merge: remove all rules and variables to slurp
6115         source files out of libiberty and rebuild them with HOST_CC.
6116         ($(HOST_PREFIX_1)varray.o): New rule.
6117         (genattrtab rule): Word wrap.
6118
6119 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
6120
6121         * config/i386/netbsd64.h (CPP_LP64_SPEC): Define.
6122         (CPP_SUBTARGET_SPEC): Define.
6123         (SUBTARGET_EXTRA_SPECS): Redefine, adding cpp_lp64 and
6124         cpp_subtarget specs.
6125         (CPP_SPEC): Redefine to include %(cpp_subtarget).
6126
6127 2002-05-03  David S. Miller  <davem@redhat.com>
6128
6129         * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
6130         * target.h (struct gcc_target): Delete cycle_display member.
6131
6132         * config/ia64/ia64.c (ia64_emit_insn_before): Put it back.
6133         (rtx_needs_barrier): Delete reference to cycle_display unspec.
6134         (ia64_sched_reorder2): Mention need for cycle display handling
6135         once such notes exist.
6136
6137 2002-05-03  Richard Henderson  <rth@redhat.com>
6138
6139         * real.c (etoasc): Strip most trailing zeros for clarity.
6140         * sched-vis.c: Include real.h.
6141         (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
6142         * Makefile.in (sched-vis.o): Add real.h.
6143
6144 2002-05-03  David S. Miller  <davem@redhat.com>
6145
6146         * haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change,
6147         no longer needed.
6148
6149 2002-05-03  Aldy Hernandez  <aldyh@redhat.com>
6150
6151         * config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
6152         when we get an out of range literal.
6153         (altivec_expand_ternop_builtin): Same.
6154         (altivec_expand_unop_builtin): Same.
6155         (altivec_expand_builtin): Same, for dss.
6156         (altivec_expand_builtin): Use trees instead of rtl when
6157         determining literal argument validity.
6158
6159 2002-05-03  David S. Miller  <davem@redhat.com>
6160
6161         Delete cycle display scheduling hook.
6162         * config/ia64/ia64.c (ia64_cycle_display,
6163         TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
6164         (ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
6165         and use emit_insn_before instead of ia64_emit_insn_before.
6166         * config/ia64/ia64.md (unspec usage): Delete cycle display.
6167         (cycle_display): Delete insn pattern.
6168         * config/sparc/sparc.md (unspec usage): Delete cycle display.
6169         (cycle_display): Delete insn pattern.
6170         * config/sparc/sparc.c (sparc_cycle_display,
6171         TARGET_SCHED_CYCLE_DISPLAY): Delete.
6172         * doc/md.texi (cycle_display): Don't mention.
6173         * doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
6174
6175 2002-05-03  Richard Henderson  <rth@redhat.com>
6176
6177         * recog.c (store_data_bypass_p, if_test_bypass_p): New.
6178         * recog.h: Declare them.
6179
6180         * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
6181         * config/sparc/sparc.md: Use store_data_bypass_p instead.
6182         * config/sparc/sparc-protos.h: Update.
6183
6184 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
6185
6186         * config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
6187         -D__arch64__.  Add -D_LP64.
6188         (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
6189         from sparc.h.
6190         (CPP_ARCH64_SPEC): Likewise.
6191         (NO_BUILTIN_PTRDIFF_TYPE): Undef.
6192         (NO_BUILTIN_SIZE_TYPE): Undef.
6193
6194 2002-05-03  Vladimir Makarov  <vmakarov@redhat.com>
6195
6196         * genautomata.c (min_issue_delay_pass_states): Change return type
6197         in the prototype.
6198         (min_issue_delay_pass_states): Change the algorithm.
6199         (min_issue_delay): Set up min_insn_issue_delay for the state.
6200         (output_min_issue_delay_table): Interchange the nested loops and
6201         and initiate min_insn_issue_delay for states.
6202
6203 Fri May  3 22:59:15 CEST 2002  Jan Hubicka  <jh@suse.cz>
6204
6205         * cfgcleanup.c (try_optimize_cfg):  Call merge_block only when
6206         jump is simplejump.
6207
6208 Fri May  3 22:53:37 CEST 2002  Jan Hubicka  <jh@suse.cz>
6209
6210         * i386.c  (expand_movstr, expand_clrstr): Fix inline-all-stringops
6211         sequence.
6212
6213 2002-05-03  Richard Henderson  <rth@redhat.com>
6214
6215         PR opt/6534
6216         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
6217         noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
6218         noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
6219         code before JUMP, not EARLIEST.
6220
6221 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6222
6223         * c-format.c (check_format_info_main): Don't check for presence of
6224         parameter for * width until after operand number has been read,
6225         and only check for it if format parameters are available.
6226         Fixes PR c/6547.
6227
6228 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
6229
6230         * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
6231         (LINK_SPEC): Undef before defining.
6232
6233 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6234
6235         PR preprocessor/6489
6236         * tradcpp.c (fixup_newlines): New.
6237         (main, finclude): Use it.
6238
6239 2002-05-03  Richard Sandiford  <rsandifo@redhat.com>
6240
6241         * config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
6242         * config/mips/mips.c (mips_unique_section): Strip encoding from
6243         decl name.
6244
6245 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6246
6247         * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
6248         mode.
6249
6250 2002-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6251
6252         * doc/install.texi (Installing): Mention GCC 3.1 buildstats.
6253         (Specific): Removed buildstats references.
6254         (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
6255         (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
6256         Accomodate Solaris versions beyond 8.
6257         (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
6258         (Specific, *-*-solaris2.8): Removed, obsolete.
6259
6260 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6261
6262         PR target/6542
6263         * config/sparc/sparc.h (leaf_reg_remap): Remove const.
6264         (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
6265         fill leaf_reg_remap with identity.
6266         * config/sparc/sparc.c (leaf_reg_remap): Remove const.
6267
6268 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
6269
6270         * config/h8300/crti.asm: Remove trailing spaces.
6271         * config/h8300/h8300.c: Likewise.
6272         * config/h8300/lib1funcs.asm: Likewise.
6273
6274 2002-05-02  Jason Merrill  <jason@redhat.com>
6275
6276         * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
6277         * c-decl.c (c_init_decl_processing): Use it.
6278         * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
6279         * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
6280         * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
6281
6282 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
6283
6284         * regrename.c: Fix formatting.
6285         * tree.c: Likewise.
6286
6287 Fri May  3 13:34:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
6288
6289         * i386.md (attribute memory): Handle compares properly.
6290
6291 Fri May  3 10:51:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
6292
6293         * i386.md (sse_clrsf, sse_clrsi): Set memory attribute
6294         to none.
6295
6296 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
6297
6298         * function.c: Fix formatting.
6299
6300 2002-05-02  Jan Hubicka  <jh@suse.cz>
6301
6302         * haifa-sched.c (schedule_insn): Print table of instructions and
6303         reservations.
6304         (sched_block): Do not print ready list at verbosity level 1.
6305         * sched-vis.c (print_insn): Make global.
6306         * sched-ebb.c (ebb_print_insn): Rename from...
6307         (print_insn): ... this one.
6308         * sched-int.h (print_insn): Declare
6309
6310 2002-05-02  Richard Henderson  <rth@redhat.com>
6311
6312         * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
6313         emitted by cycle_display.
6314
6315 2002-05-02  Loren J. Rittle  <ljrittle@acm.org>
6316
6317         * doc/install.texi (*-*-freebsd*): Update to latest status.
6318
6319 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6320
6321         PR target/6540
6322         * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
6323         * config/float-sparc.h: Assume 128-bit long double if
6324         __LONG_DOUBLE_128__ is defined.
6325
6326 2002-05-02  Vladimir Makarov  <vmakarov@redhat.com>
6327
6328         * genattrtab.c (write_function_unit_info): Add a dummy element
6329         when num_units == 0.
6330
6331 2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6332
6333         * predict.c: (propagate_freq, estimate_bb_frequencies): Use
6334         TYPE_MODE (double_type_node) instead of DFmode.
6335
6336 Thu May  2 19:50:04 CEST 2002  Jan Hubicka  <jh@suse.cz>
6337
6338         * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
6339         jumps post reload.
6340         * toplev.c (rest_of_compilation): Revert Richard's patch.
6341
6342 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6343
6344         * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
6345
6346 2002-05-02  Catherine Moore  <clm@redhat.com>
6347
6348         * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
6349
6350 2002-05-02  Kazu Hirata  <kazu@hxi.com>
6351
6352         * combine.c: Fix comment typos.
6353         * expr.c: Likewise.
6354         * genautomata.c: Likewise.
6355         * stmt.c: Likewise.
6356         * tree.h: Likewise.
6357
6358 2002-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6359
6360         * doc/install.texi: State GNAT version requirements.
6361
6362 2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
6363
6364         * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
6365         of the frame pointer or arg pointer register which strict register
6366         checking is not enabled.
6367
6368 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
6369
6370         * gcc.dg/altivec-8.c: New.
6371
6372         * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
6373         PRE_INC and PRE_DEC for altivec modes.
6374
6375 2002-05-01  Bruce Korb  <bkorb@gnu.org>
6376
6377         * fixinc/check.tpl(set-writable): make sure the function exists first
6378         * fixinc/inclhack.def(alpha_assert): fix test_text
6379         * fixinc/tests/base/assert.h: add in missing result
6380
6381 2002-05-01  Jeff Law  <law@redhat.com>
6382
6383         * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
6384         'T' constraint.
6385
6386 2002-05-01  Joel Brobecker  <brobecker@gnat.com>
6387
6388         * dbxout.c (dbxout_type): Emit size information for range types,
6389         as well, but only when using GDB extensions.
6390
6391 2002-05-01  Richard Henderson  <rth@redhat.com>
6392
6393         * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
6394         target-independent gnu binutils date test.
6395
6396 2002-05-01  Richard Henderson  <rth@redhat.com>
6397
6398         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
6399         info before expunging the block.
6400
6401 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
6402
6403         * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
6404         (cpp_post_options): ...but here.  Disable -dD, -dN and -dI when
6405         -M -or -MM is in effect.
6406
6407 2002-05-01  Zack Weinberg  <zack@codesourcery.com>
6408
6409         * config.gcc: Correct test of --enable-obsolete.  Obsolete all
6410         A29k configurations.
6411         * doc/install.texi: Update to match.
6412
6413 2002-05-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6414
6415         PR bootstrap/6514
6416         * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check
6417         for duplicates. Always loop over whole list.
6418
6419 Wed May  1 10:32:37 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6420
6421         * reload.c (find_reloads, case 'p'): Set BADOP to 0.
6422
6423 2002-05-01      Joel Sherrill <joel@OARcorp.com>
6424
6425         * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
6426         support routines.
6427
6428 2002-05-01      Joel Sherrill <joel@OARcorp.com>
6429
6430         * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
6431
6432 2002-05-01  David Edelsohn  <edelsohn@gnu.org>
6433
6434         * rs6000.md (abssi2_nopower): Convert to define_insn_and_split.
6435         (nabs_nopower): Same.
6436         (floatdisf2): New pattern.
6437         (absdi2): Convert to define_insn_and_split.
6438         (nabsdi2): Same.
6439         (trunctfsf2): Same.
6440         (floatditf2): Same.
6441         (floatsitf2): Same.
6442         (fix_trunctfdi2): Same.
6443         (fix_trunctfsi2): Same.
6444
6445 2002-05-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6446
6447         * doc/install.texi: Update Texinfo version requirement
6448         documentation.
6449
6450 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
6451
6452         PR target/6512, PR target/5628
6453         * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32
6454         when memory is not aligned.
6455         (movdf_insn_v9only_vis): Likewise.
6456         * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS
6457         temporary for EXTRA_FP_REGS DFmode load from unaligned memory.
6458         (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly.
6459
6460 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
6461
6462         * gcc.dg/altivec-7.c: New.
6463
6464         * config/rs6000/altivec.h: Cleanup.
6465
6466 2002-04-30  Aldy Hernandez  <aldyh@redhat.com>
6467
6468         * doc/invoke.texi (Option Summary): Add -mvrsave=.
6469         (RS/6000 and PowerPC Options): Document -mvrsave=.
6470
6471         * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global.
6472         (rs6000_altivec_vrsave_string): Same.
6473         (rs6000_override_options): Call rs6000_parse_vrsave_option.
6474         (rs6000_parse_vrsave_option): New.
6475         (rs6000_stack_info): Only generate vrsave instructions when
6476         TARGET_ALTIVEC_VRSAVE.
6477
6478         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option.
6479         (rs6000_altivec_vrsave_string): Define extern.
6480         (rs6000_altivec_vrsave): Same.
6481         (TARGET_ALTIVEC_VRSAVE): New.
6482
6483 2002-04-30  Richard Henderson  <rth@redhat.com>
6484
6485         PR opt/6516
6486         * toplev.c (rest_of_compilation): Don't run cross-jump before
6487         bb-reorder.
6488
6489 2002-04-30  Tom Rix  <trix@redhat.com>
6490
6491         * regrename.c (build_def_use, copyprop_hardreg_forward_1): Sanity
6492         check which_alternative.
6493
6494 2002-04-30  Kazu Hirata  <kazu@hxi.com>
6495
6496         * cpplex.c: Fix comment formatting.
6497         * function.c: Likewise.
6498         * integrate.c: Likewise.
6499         * regrename.c: Likewise.
6500         * sibcall.c: Likewise.
6501         * simplify-rtx.c: Likewise.
6502         * tree-inline.c: Likewise.
6503
6504 2002-04-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6505
6506         * config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
6507         hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
6508         hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
6509         hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
6510         * pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
6511         * pa/x-ada: New file.  Define ADA_CFLAGS.
6512
6513 2002-04-30  Hans-Peter Nilsson  <hp@bitrange.com>
6514
6515         * config/mmix/mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed
6516         from MMIX_LAST_REGISTER_FILE_REGNUM.
6517         (NO_IMPLICIT_EXTERN_C): Remove cryptic obsolete comment.
6518         (struct machine_function): New member highest_saved_stack_register
6519         previously static variable in mmix.c.
6520         (MACHINE_DEPENDENT_REORG): Define.
6521         * config/mmix/mmix.c (highest_saved_stack_register): Deleted.
6522         (MMIX_OUTPUT_REGNO): New.
6523         (mmix_target_asm_function_prologue): Move calculation of last used
6524         saved-stack-register into...
6525         (mmix_machine_dependent_reorg): New function.  Update to also handle
6526         !TARGET_ABI_GNU.
6527         (mmix_print_operand): Apply MMIX_OUTPUT_REGNO when emitting
6528         register names, simplify somewhat by new variable regno.
6529         <case 'p'>: Remove fixed FIXME.  Always emit highest used saved
6530         register.
6531         (mmix_print_operand_address): Apply MMIX_OUTPUT_REGNO when
6532         emitting register names.
6533         (mmix_asm_output_reg_push, mmix_asm_output_reg_pop): Ditto.
6534         (mmix_dbx_register_number): Apply MMIX_OUTPUT_REGNO here too.
6535         Remove fixed FIXME.
6536         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg):
6537         Declare.
6538
6539         * config/mmix/mmix.md ("divmoddi4"): Update head comment.
6540
6541 2002-04-30  Richard Henderson  <rth@redhat.com>
6542
6543         * config/sparc/sparc.c (emit_soft_tfmode_libcall,
6544         emit_soft_tfmode_binop, emit_soft_tfmode_unop, emit_soft_tfmode_cvt,
6545         emit_hard_tfmode_operation, emit_tfmode_binop, emit_tfmode_unop,
6546         emit_tfmode_cvt): New.
6547         * config/sparc/sparc.md (extendsftf2, extenddftf2, trunctfsf2,
6548         trunctfdf2, floatsitf2, floatunssitf2, floatditf2, floatunsditf2,
6549         fix_trunctfsi2, fixuns_trunctfsi2, fix_trunctfdi2, fixuns_trunctfdi2,
6550         addtf3, subtf3, multf3, divtf3, sqrttf2): Use them.
6551         * config/sparc/sparc-protos.h: Update.
6552
6553 2002-04-30  Janis Johnson  <janis187@us.ibm.com>
6554
6555         * install.texi (Final install): Add to the list of info to include
6556         in a report of a successful bootstrap, and add link to 3.1 list.
6557
6558 Tue Apr 30 19:15:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
6559
6560         * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
6561         (mode): Add vector modes
6562         (i387): Kill attribute.
6563         (unit): New attribute.
6564         (length_immediate): Grok new types.
6565         (prefix_data16, prefix_rep, prefix_0f): Fix for SSE/MMX.
6566         (modrm): Use "unit".
6567         (memory): Handle MMX/SSE properly.
6568         (scheduling descriptions): Kill uses of fop1.
6569         (sse, mmx, fp patterns): Set type and mode properly.
6570
6571 Tue Apr 30 09:31:59 2002  Jeffrey A Law  (law@redhat.com)
6572
6573         * pa.c (override_options): Default to PA8000 scheduling.
6574         * doc/invoke.texi (HP-PA options): Mention newly added 7300
6575         scheduling parameter.
6576
6577         * pa.md (7100lc, 7200, 7300 scheduling): Slightly refine
6578         handling of double precision multiplies.
6579
6580         * pa.md (7100lc, 7200, 7300 scheduling): Refine handling of
6581         fpdiv and fpsqrt instructions.
6582         (7200 & 7300 scheduling): Fix typo in handling of
6583         store-load and store-store penalties.
6584
6585 2002-04-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6586
6587         * doc/contrib.texi (Contributors): Use MIPS instead of Mips and
6588         mips.  Add two missing commas.
6589
6590 2002-04-30  Paolo Carlini  <pcarlini@unitus.it>
6591
6592         * doc/contrib.texi (Contributors): Update Paolo Carlini's
6593         and Benjamin Kosnik's entries.
6594
6595 2002-04-29  David S. Miller  <davem@redhat.com>
6596
6597         * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
6598         SIMULTANEOUS_PREFETCHES): Tune for UltraSPARC-III.
6599         * config/sparc/sparc.md (call + jmp 32-bit peepholes): Likewise.
6600         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
6601
6602 2002-04-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6603
6604         * combine.c (find_split_point): Use gen_int_mode.
6605
6606 2002-04-29  Vladimir Makarov  <vmakarov@redhat.com>
6607
6608         Merging code from dfa-branch:
6609
6610         2002-04-24  Vladimir Makarov  <vmakarov@redhat.com>
6611
6612         * genautomata.c (output_reserv_sets): Fix typo.
6613
6614         2002-04-23  Vladimir Makarov  <vmakarov@redhat.com>
6615
6616         * genautomata.c (output_reserv_sets): Remove
6617         next_cycle_output_flag.
6618
6619         Thu Apr 18 08:57:06 2002  Jeffrey A Law  (law@redhat.com)
6620
6621         * sched-rgn.c (init_ready_list): Make the DFA code handle
6622         USE/CLOBBER insns in the same way as the traditional
6623         scheduler.
6624         (new_ready): Similarly..
6625
6626         2002-04-17  Vladimir Makarov  <vmakarov@redhat.com>
6627
6628         * haifa-sched.c (schedule_block): Change the DFA state only after
6629         issuing insn.
6630
6631         Wed Apr 17 15:38:36 2002  Jeffrey A Law  (law@redhat.com)
6632
6633         * pa.c (hppa_use_dfa_pipeline_interface): New function.
6634         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
6635         (override_options): Add PA7300 scheduling support.
6636         (pa_adjust_cost): Update various comments.  Properly
6637         handle anti and output dependencies when using the
6638         DFA scheduler.
6639         (pa_issue_rate): Add PA7300 scheduling support.
6640         (pa_can_combine_p): Call extract_insn before calling
6641         constrain_operands (taken from mainline tree).
6642         * pa.h (enum processor_type): Add PROCESSOR_PA7300.
6643         * pa.md (cpu attr): Add 7300.  Rewrite pipeline
6644         descriptions using DFA descriptions.  Add PA7300
6645         scheduling support.
6646
6647         2002-03-30  David S. Miller  <davem@redhat.com>
6648
6649         Add UltraSPARC-III DFA scheduling support.
6650         * config/sparc/sparc.md (define_attr type): Add fpcrmove.
6651         Update FP conditional move on register insn patterns to use it, as
6652         appropriate.
6653         (define_attr cpu): Add ultrasparc3.
6654         (define_attr us3load_type): New, update integer load patterns to
6655         set it, as appropriate.
6656         (define_automaton): Add ultrasparc3_0 and ultrasparc3_1.
6657         (rest): Add UltraSPARC3 scheduling description.
6658         * config/sparc/sparc.h (TARGET_CPU_ultrasparc3): New.
6659         (PROCESSOR_ULTRASPARC3): New.
6660         ({ASM,CPP}_CPU64_DEFAULT_SPEC): Handle ultrasparc3.
6661         ({ASM,CPP}_CPU_SPEC): Likewise.
6662         (REGISTER_MOVE_COST): Likewise.
6663         (RTX_COSTS): Likewise.
6664         * config/sparc/sparc.c (sparc_override_options,
6665         sparc_initialize_trampoline, sparc64_initialize_trampoline,
6666         sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
6667         sparc_issue_rate): Likewise.
6668         * config/sparc/sol2.h: Likewise.
6669         * config/sparc/sol2-sld-64.h: Likewise.
6670         * config/sparc/linux64.h: Likewise.
6671
6672         2002-03-22  Vladimir Makarov  <vmakarov@redhat.com>
6673
6674         * doc/md.texi: Add comments about usage the latency time for the
6675         different dependencies and about case when two or more conditions
6676         in different define_insn_reservations returns TRUE for an insn.
6677
6678         * doc/md.texi: Add reference for automaton based pipeline
6679         description.
6680
6681         2002-03-04  Vladimir Makarov  <vmakarov@redhat.com>
6682
6683         * doc/passes.texi: Add missed information about genattrtab.
6684
6685         2002-03-01  Vladimir Makarov  <vmakarov@redhat.com>
6686
6687         * genautomata.c (output_automata_list_transition_code): Check
6688         automata_list on NULL.
6689
6690         2002-02-28  Vladimir Makarov  <vmakarov@redhat.com>
6691
6692         * genautomata.c (output_insn_code_cases,
6693         output_automata_list_min_issue_delay_code,
6694         output_automata_list_transition_code,
6695         output_automata_list_state_alts_code): Comment the functions.
6696
6697         2002-02-22  Vladimir Makarov  <vmakarov@redhat.com>
6698
6699         * genautomata.c (automata_list_el_t): New typedef.
6700         (get_free_automata_list_el,free_automata_list_el,
6701         free_automata_list, automata_list_hash, automata_list_eq_p,
6702         initiate_automata_lists, automata_list_start, automata_list_add,
6703         automata_list_finish, finish_automata_lists,
6704         output_insn_code_cases, output_automata_list_min_issue_delay_code,
6705         output_automata_list_transition_code,
6706         output_automata_list_state_alts_code, add_automaton_state,
6707         form_important_insn_automata_lists): New functions and prototypes.
6708         (insn_reserv_decl): Add members important_automata_list and
6709         processed_p.
6710         (ainsn): Add members important_p.
6711         (automata_list_el): New structure.
6712         (first_free_automata_list_el, current_automata_list,
6713         automata_list_table): New global variables.
6714         (create_ainsns): Initiate member important_p.
6715         (output_internal_min_issue_delay_func): Generate the switch and
6716         call output_insn_code_cases.
6717         (output_internal_trans_func, output_internal_state_alts_func):
6718         Ditto.
6719         (generate): Call initiate_automata_lists.
6720         (automaton_states): New global variable.
6721         (expand_automata): Call form_important_insn_automata_lists.
6722         (write_automata): Call finish_automata_lists.
6723
6724         2002-02-21  Vladimir Makarov  <vmakarov@redhat.com>
6725
6726         * genautomata.c (add_excls, add_presence_absence): Check that
6727         cpu units in the sets belong the same automaton.
6728
6729         * rtl.def (EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET): Add comment
6730         about that cpu units in the sets belong the same automaton.
6731
6732         * doc/md.texi: Ditto.
6733
6734         2001-12-20  Naveen Sharma  <naveens@noida.hcltech.com>
6735                     Nitin Gupta  <niting@noida.hcltech.com>
6736
6737         * config/sh/sh.c (sh_use_dfa_interface): New function.
6738
6739         (sh_issue_rate): New Function.
6740         TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE: define.
6741         TARGET_SCHED_ISSUE_RATE: define.
6742
6743         * config/sh/sh.md: Add DFA based pipeline description for SH4.
6744
6745         (define_attr insn_class): New attribute used for DFA
6746          scheduling.
6747         (define_insn cmpgtsi_t): Set attribute insn_class mt_group.
6748         (cmpgesi_t,cmpgtusi_t,cmpgeusi_t,cmpeqsi_t,
6749          cmpeqdi_t): Likewise.
6750
6751         (add,addc1,addsi3,subc,subc1,*subsi3_internal,
6752          negc,negsi2,ashldi3_k,lshrdi3_k,ashrdi3_k): Set insn_class
6753          ex_group.
6754         (iorsi3,rotlsi3_1,rotlsi3_31,rotlsi3_16): Likewise.
6755
6756         2001-10-03  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
6757
6758         * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
6759         break.
6760
6761         2001-10-03  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
6762
6763         * genautomata.c (DFA_INSN_CODES_LENGTH_VARIABLE_NAME): New macro.
6764         (output_dfa_insn_code_func): Expand dfa_insn_codes if it is
6765         necessary.
6766         (output_dfa_start_func): Initiate new variable insn_codes_length,
6767         (write_automata): Output definition of the new variable.
6768
6769         2001-10-02  David S. Miller  <davem@redhat.com>
6770
6771         * haifa-sched.c (advance_one_cycle): New function.
6772         (schedule_block): Use it.
6773         (queue_to_ready): Use it, and also make sure to advance the DFA
6774         state on all stall cycles, not just those where insn_queue links
6775         are found.
6776
6777         2001-10-02  Richard Sandiford  <rsandifo@redhat.com>
6778
6779         * haifa-sched.c (max_issue): Remove last_p argument.  Only return
6780         non-zero if the highest-priority instruction could be scheduled.
6781         (choose_ready): Remove last argument from max_issue call.
6782
6783         2001-09-28  David S. Miller  <davem@redhat.com>
6784
6785         * config/sparc/sparc.c (sparc_use_sched_lookahead): Use 4 for
6786         ultrasparc and 3 for other multi-issue sparcs.
6787
6788         2001-09-27  David S. Miller  <davem@redhat.com>
6789
6790         * config/sparc/sparc.md (cycle_display): New pattern.
6791         * config/sparc/sparc.c (sparc_cycle_display): New.
6792         (TARGET_SCHED_CYCLE_DISPLAY): Set it.
6793
6794         2001-09-25  David S. Miller  <davem@redhat.com>
6795
6796         Convert all of Sparc scheduling to DFA
6797         * config/sparc/sparc.md: Kill all define_function_unit
6798         directives and replace with DFA equivalent.
6799         * config/sparc/sparc.c (ultrasparc_adjust_cost,
6800         mark_ultrasparc_pipeline_state, ultra_cmove_results_ready_p,
6801         ultra_fpmode_conflict_exists, ultra_find_type,
6802         ultra_build_types_avail, ultra_flush_pipeline,
6803         ultra_rescan_pipeline_state, ultrasparc_sched_reorder,
6804         ultrasparc_variable_issue, ultrasparc_sched_init,
6805         sparc_variable_issue, sparc_sched_reorder, ultra_code_from_mask,
6806         ultra_schedule_insn, ultra_code_names, ultra_pipe_hist,
6807         ultra_cur_hist, ultra_cycles_elapsed): Kill.
6808         (sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
6809         ultrasparc_store_bypass_p): New.
6810         * config/sparc/sparc-protos.h (ultrasparc_store_bypass_p):
6811         Declare.
6812
6813         2001-09-24  David S. Miller  <davem@redhat.com>
6814
6815         * haifa-sched.c (ready_remove): Fix thinko, we want to copy around
6816         ready->vec[foo] not ready[foo].
6817
6818         2001-09-07  Vladimir Makarov  <vmakarov@redhat.com>
6819
6820         * doc/md.texi: Correct examples for define_insn_reservations
6821         `mult' and `div'.
6822
6823         2001-09-07  Vladimir Makarov  <vmakarov@redhat.com>
6824
6825         * genautomata.c (create_automata): Print message about creation of
6826         each automaton.
6827         (generate): Remove printing meease about creation of
6828         automata.
6829
6830         2001-09-05  David S. Miller  <davem@redhat.com>
6831
6832         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
6833         * config/sparc/linux64.h: Likewise.
6834
6835         2001-08-31  Vladimir Makarov  <vmakarov@redhat.com>
6836
6837         * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
6838         schedule_block, sched_init, sched_finish): Add missed calls of
6839         use_dfa_pipeline_interface.
6840
6841         * sched-rgn.c (init_ready_list, new_ready, debug_dependencies):
6842         Ditto.
6843
6844         * sched-vis.c (get_visual_tbl_length): Ditto.
6845
6846         2001-08-27  Richard Henderson  <rth@redhat.com>
6847
6848         * genattr.c (main): Emit state_t even when not doing scheduling.
6849
6850         2001-08-27  Richard Henderson  <rth@redhat.com>
6851
6852         * genautomata.c (expand_automata): Always create a description.
6853
6854         2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
6855
6856         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
6857         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
6858         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
6859         RTL constructions.
6860
6861         * genattr.c (main): New variable num_insn_reservations.  Increase
6862         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
6863         pipeline hazard recognizer interface.
6864
6865         * genattrtab.h: New file.
6866
6867         * genattrtab.c: Include genattrtab.h.
6868         (attr_printf, check_attr_test, make_internal_attr,
6869         make_numeric_value): Move protypes into genattrtab.h.  Define them
6870         as external.
6871         (num_dfa_decls): New global variable.
6872         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
6873         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
6874         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
6875         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
6876
6877         * genautomata.c: New file.
6878
6879         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
6880
6881         * sched-int.h: (curr_state): Add the external definition for
6882         automaton pipeline interface.
6883         (haifa_insn_data): Add comments for members blockage and units.
6884
6885         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
6886         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
6887         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
6888         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
6889         TARGET_SCHED_DFA_POST_CYCLE_INSN,
6890         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
6891         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
6892         macros.
6893         (TARGET_SCHED): Use the new macros.
6894
6895         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
6896         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
6897         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
6898         dfa_bubble): New members in gcc_target.sched.
6899
6900         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
6901         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
6902         (insn_queue): Redefine it as pointer to array.
6903         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
6904         INSN_QUEUE_SIZE.
6905         (max_insn_queue_index_macro_value): New variable.
6906         (curr_state, dfa_state_size, ready_try): New varaibles for
6907         automaton interface.
6908         (ready_element, ready_remove, max_issue): New function prototypes
6909         for automaton interface.
6910         (choose_ready): New function prototype.
6911         (insn_unit, blockage_range): Add comments.
6912         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
6913         FUNCTION_UNITS_SIZE == 0.
6914         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
6915         actual_hazard, potential_hazard): Add comments.
6916         (insn_cost): Use cost -1 as undefined value.  Remove
6917         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
6918         pipeline interface.
6919         (ready_element, ready_remove): New functions for automaton
6920         interface.
6921         (schedule_insn): Add new code for automaton pipeline interface.
6922         (queue_to_ready): Add new code for automaton pipeline interface.
6923         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
6924         (debug_ready_list): Print newline when the queue is empty.
6925         (max_issue): New function for automaton pipeline interface.
6926         (choose_ready): New function.
6927         (schedule_block): Add new code for automaton pipeline interface.
6928         Print ready list before scheduling each insn.
6929         (sched_init): Add new code for automaton pipeline interface.
6930         Initiate insn cost by -1.
6931         (sched_finish): Free the current automaton state and finalize
6932         automaton pipeline interface.
6933
6934         * sched-rgn.c: Include target.h.
6935         (init_ready_list, new_ready, debug_dependencies): Add new code for
6936         automaton pipeline interface.
6937
6938         * sched-vis.c: Include target.h.
6939         (get_visual_tbl_length): Add code for automaton interface.
6940         (target_units, print_block_visualization):  Add comments.
6941
6942         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
6943         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
6944         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
6945         (getruntime.o, genautomata.o): New entries.
6946         (genattrtab.o): Add new dependency file genattrtab.h.
6947         (genattrtab): Add new dependencies.  Link it with `libm.a'.
6948         (getruntime.o, hashtab.o): New entries for canadian cross.
6949
6950         * doc/md.texi: Description of automaton based model.
6951
6952         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
6953         Add comments.
6954         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
6955         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
6956         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
6957         TARGET_SCHED_DFA_POST_CYCLE_INSN,
6958         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
6959         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
6960         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
6961         hook descriptions.
6962         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
6963         MAX_DFA_ISSUE_RATE): New macro descriptions.
6964
6965         * doc/contrib.texi: Add dfa based scheduler contribution.
6966
6967         * doc/gcc.texi: Add more information about genattrtab.
6968
6969 Mon Apr 29 17:19:10 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6970
6971         * reload1.c (eliminate_regs, case SUBREG): Fix typo in
6972         adjust_address_nv call.
6973
6974 2002-04-29  Janis Johnson  <janis187@us.ibm.com>
6975
6976         * doc/install.texi (Testing): Provide additional information, and
6977         a stronger encouragement, for running the testsuites.
6978
6979 2002-04-29  DJ Delorie  <dj@redhat.com>
6980
6981         * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
6982         given in upper case.
6983
6984 2002-04-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6985
6986         * fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
6987         Solaris 2 <widec.h> if missing.
6988         * fixinc/fixincl.x: Regenerate.
6989         * fixinc/tests/base/widec.h: New file.
6990
6991 2002-04-29  Nick Clifton  <nickc@cambridge.redhat.com>
6992
6993         * toplev.c (f_options): Add "profile" switch so that
6994         -fno-profile can be used to disable -p.
6995
6996 2002-04-29  Bernd Schmidt  <bernds@redhat.com>
6997
6998         * c-common.c (type_for_mode): Add support for V2DFmode, V2DImode,
6999         UV2DImode.
7000         * tree.c (build_common_tree_nodes_2): Likewise.
7001         * tree.h (enum tree_index): Likewise.
7002         (V2DF_type_node, V2DI_type_node, unsigned_V2DI_type_node): Define.
7003
7004         * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
7005         entries.
7006         (init_mmx_sse_builtins): Initialize SSE2 builtins.
7007         (ix86_expand_builtin): Add support for SSE2 builtins.
7008         * config/i386/i386.h (VALID_SSE2_REG_MODE): New macro.
7009         (VALID_SSE_REG_MODE): Use it.
7010         (VECTOR_MODE_SUPPORTED_P): Allow SSE2 modes here as well.
7011         (enum ix86_builtins): Add SSE2 builtins.
7012         * config/i386/i386.md (movv2df_internal, movv2df, movv8hi_internal,
7013         movv8hi, movv16qi_internal, movv16qi, pushv2df, pushv8hi, pushv16qi,
7014         addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3, vmmulv2df3,
7015         divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3, vmsminv2df3,
7016         sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3, sqrtv2df2,
7017         vmsqrtv2df2, maskcmpv2df3, maskncmpv2df3, vmmaskcmpv2df3,
7018         vmmaskncmpv2df3, sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb,
7019         sse2_maskmovdqu, sse2_movntv2df, sse2_movntti, sse2_movntsi, cvtdq2ps,
7020         cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq, cvtpd2pi,
7021         cvttpd2pi, cvtpi2pd, cvtsd2si, cvttsd2si, cvtsi2sd, cvtsd2ss,
7022         cvtss2sd, cvtpd2ps, cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3,
7023         ssaddv16qi3, ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3,
7024         subv4si3, subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3,
7025         mulv8hi3, smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
7026         sse2_umulv2siv2di3, sse2_pmaddwd, sse2_clrti, sse2_uavgv16qi3,
7027         sse2_uavgv8hi3, sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd,
7028         sse2_pshuflw, sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3,
7029         gtv8hi3, gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3,
7030         ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, sse2_lshrv2di3,
7031         ashlv8hi3, ashlv4si3, sse2_ashlv2di3, sse2_ashlti3, sse2_lshrti3,
7032         sse2_unpckhpd, sse2_unpcklpd, sse2_packsswb, sse2_packssdw,
7033         sse2_packuswb, sse2_punpckhbw, sse2_punpckhwd, sse2_punpckhdq,
7034         sse2_punpcklbw, sse2_punpcklwd, sse2_punpckldq, sse2_movapd,
7035         sse2_movupd, sse2_movdqa, sse2_movdqu, sse2_movdq2q, sse2_movq2dq,
7036         sse2_movhpd, sse2_movlpd, sse2_loadsd, sse2_movsd, sse2_storesd,
7037         sse2_shufpd, sse2_clflush, sse2_mfence, mfence_insn, sse2_lfence,
7038         lfence_insn): New patterns.
7039         (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Renamed from
7040         sse_andti3_sse2, sse_nandti3_sse2, sse_iorti3_sse2, sse_xorti3_sse2.
7041
7042 Mon Apr 29 17:03:24 CEST 2002  Jan Hubicka  <jh@suse.cz>
7043
7044         * i386.md (sse_mov?fcc*): Revert patch of Mar 14th.
7045
7046 2002-04-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7047
7048         * doc/contrib.texi (Contributors): Add Paolo Carlini and
7049         Janis Johnson.
7050         Update Richard Henderson, Jakub Jelinek, and Mark Mitchell.
7051         Refer to Objective-C instead of ObjC, SPARC instead of sparc,
7052         and CPU instead of cpu.
7053
7054 Mon Apr 29 13:36:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
7055
7056         * toplev.c (flag_if_conversion, flag_if_conversion2): New static
7057         variables.
7058         (lang_independent_options): Add -fif-conversion, -fif-conversion2
7059         (rest_of_compilation): Do if conversion only when asked for.
7060         (parse_options_and_default_flags): Set new variables to 1 for -O1
7061         * invoke.texi (-fif-conversion, -fif-conversion2): Document.
7062
7063 Mon Apr 29 13:02:50 CEST 2002  Jan Hubicka  <jh@suse.cz>
7064
7065         * i386.c (dbx64_register_map): Fix typo.
7066
7067 Mon Apr 29 12:18:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
7068
7069         * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
7070         real_one_half, real_bb_freq_max): New static variables.
7071         (debug_profile_bbauxs): Kill.
7072         (process_note_predictions): Kill unused variable.
7073         (block_info_def, edge_info_def): Use REAL_VALUE_TYPE instead of
7074         volatile double.
7075         (propagate_freq): Use REAL_ARITHMETICS.
7076         (estimate_bb_frequencies): Likevise; init new static variables.
7077         * Makefile.in (predict.o): Add dependency on real.h
7078
7079 2002-04-28  David S. Miller  <davem@redhat.com>
7080
7081         PR target/6500
7082         * config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
7083         64-bit TARGET_V9.  Do not use prefetch page, use prefetch for
7084         several {reads,writes} instead.
7085         * config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
7086         Define.
7087
7088 2002-04-27  David S. Miller  <davem@redhat.com>
7089
7090         PR target/6494
7091         * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
7092         of the stack bias.
7093
7094         * config/sparc/linux.h, config/sparc/linux64.h: Don't bother
7095         including signal.h and sys/ucontext.h, not needed.
7096
7097 2002-04-29  Hans-Peter Nilsson  <hp@bitrange.com>
7098
7099         * varasm.c (output_constant_def): Correct test for not calling
7100         ENCODE_SECTION_INFO for INTEGER_CST.
7101
7102 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7103
7104         * cppexp.c (lex): Move some code to _cpp_parse_expr, but
7105         keep most cases as function eval_token.
7106         (eval_token): New function.
7107         (_cpp_parse_expr): Read token here for improved diagnostics.
7108         Don't use op_as_text.  Detect bad ':' here.
7109         (reduce): Don't detect bad ':' here.
7110         (op_as_text): Remove.
7111         * cpphash.h (_cpp_test_assertion): Change prototype.
7112         * cpplib.c (_cpp_test_assertion): Change prototype.
7113
7114 2002-04-28  Richard Henderson  <rth@redhat.com>
7115
7116         PR c/5154
7117         * ggc-common.c (ggc_mark_rtx_children_1): Rename from...
7118         (ggc_mark_rtx_children): New.
7119
7120 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7121
7122         PR target/6496
7123         * config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
7124         after call peepholes for UltraSPARC.
7125         (call + jump 64-bit peepholes): Remove.
7126
7127 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7128
7129         PR c/6497
7130         * config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
7131         result as temporary value.
7132
7133 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7134
7135         PR c++/6396
7136         * toplev.c (rest_of_compilation): Only run regrename and copy
7137         propagation if optimizing.
7138
7139 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
7140
7141         PR optimization/6475
7142         * reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
7143         register of REGNO_DECL (i).
7144         * Makefile.in (reload1.o): Add $(TREE_H).
7145
7146 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7147
7148         * cppexp.c (lex): Update to use state.skip_eval.
7149         (struct op): Remove prio and flags members.
7150         (FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
7151         SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
7152         (LEFT_ASSOC): New macro.
7153         (optab): New table of operator priorities and flags.
7154         (SHIFT): Update.
7155         (_cpp_parse_expr): Clean up logic.  Return bool.  Use a
7156         malloc-ed parser stack.
7157         (reduce): New; reduce the operator stack.
7158         (_cpp_expand_op_stack): Expand the operator stack as necessary.
7159         * cpphash.h (struct op): Predeclare.
7160         (struct cpp_reader): New members op_stack, op_limit.
7161         (struct lexer_state): New member skip_eval.
7162         (_cpp_parse_expr): Update.
7163         (_cpp_expand_op_stack): New.
7164         * cpplib.c (do_if): Update.
7165         * cppinit.c (cpp_create_reader): Create op stack.
7166         (cpp_destroy): And destroy it.
7167         * cpplib.h (CPP_LAST_CPP_OP): Correct.
7168         (TTYPE_TABLE): Correct.
7169
7170 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7171
7172         PR c/6343
7173         * c-decl.c (duplicate_decls): Call merge_weak.
7174         * c-pragma.c (apply_pragma_weak): Warn about misuse.
7175         * output.h (merge_weak): Prototype merge_weak.
7176         * varasm.c (merge_weak): New function.
7177         (declare_weak): Make sure we don't give an error on VAR_DECLs.
7178         Mark RTL with SYMBOL_REF_WEAK.
7179
7180 2002-04-27  Kurt Garloff <garloff@suse.de>
7181
7182         * tree-inline.c (inlinable_function_p): Improve heuristics
7183         by using a smoother function to cut down allowable inlinable size.
7184         * param.def: Add parameters max-inline-insns-single,
7185         max-inline-slope, min-inline-insns that determine the exact
7186         shape of the above function.
7187         * param.h: Likewise.
7188
7189 2002-04-26  Richard Henderson  <rth@redhat.com>
7190
7191         * c-parse.in (malloced_yyss, malloced_yyvs): New.
7192         (yyoverflow): Re-add.  Set them.
7193         (free_parser_stacks): New.
7194         * c-common.h: Declare it.
7195         * c-lex.c (c_common_parse_file): Call it.
7196
7197 2002-04-26  Richard Henderson  <rth@redhat.com>
7198
7199         * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
7200         for fallthru search.
7201
7202 2002-04-26  Eric Christopher  <echristo@redhat.com>
7203
7204         PR optimization/3700
7205         * config/mips/mips.c (mips_issue_rate): Define.  New function.
7206         (TARGET_SCHED_ISSUE_RATE): Use.
7207
7208 2002-04-25  David S. Miller  <davem@redhat.com>
7209
7210         PR target/6422
7211         * reorg.c (optimize_skip): Do not allow exception causing
7212         instructions to be considered for delay slots.
7213         (fill_simply_delay_slots, fill_slots_from_thread): Likewise.
7214         (relax_delay_slots): Do not try to consider exception causing
7215         instructions as redundant.
7216
7217 2002-04-26  Richard Henderson  <rth@redhat.com>
7218
7219         PR c/5225
7220         * c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
7221
7222 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
7223
7224         PR bootstrap/6445
7225         * config/i386/i386.md (untyped_call): Return the value in a float
7226         register if TARGET_FLOAT_RETURNS_IN_80387, not just if
7227         TARGET_80387.
7228
7229 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
7230
7231         * tree.c (tree_int_cst_lt): Compare constants whose types differ
7232         in unsigned-ness correctly.
7233
7234 2002-04-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7235
7236         * pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
7237         portable runtime model.
7238
7239 2002-04-26  Richard Henderson  <rth@redhat.com>
7240
7241         * c-parse.in (yyoverflow): Revert.
7242
7243 2002-04-26  David Edelsohn  <edelsohn@gnu.org>
7244             Richard Henderson  <rth@redhat.com>
7245
7246         * config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
7247         result as temporary value.
7248
7249 2002-04-26  Richard Henderson  <rth@redhat.com>
7250
7251         PR c/3581
7252         * c-common.c (fix_string_type): Split out of ...
7253         (combine_strings): ... here.  Take a varray, not a tree list.
7254         (c_expand_builtin_printf): Use fix_string_type.
7255         * c-common.h: Update decls.
7256         * c-parse.in (string): Remove.  Update all uses to use STRING
7257         instead, and not call combine_strings.
7258         (yylexstring): New.
7259         (_yylex): Use it.
7260         * c-typeck.c (simple_asm_stmt): Don't call combine_strings.
7261         (build_asm_stmt): Likewise.
7262         * objc/objc-act.c (my_build_string): Use fix_string_type.
7263         (build_objc_string_object): Build varray for combine_strings.
7264
7265 2002-04-26  Bo Thorsen  <bo@suse.co.uk>
7266
7267         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
7268         x86-64.
7269
7270 2002-04-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7271
7272         * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
7273         (HAVE_NO_R_OPERAND): Remove.
7274         (HAVE_VALUE): Remove.
7275         (op_to_prio): Update.
7276         (UNARY): Don't alter flags.
7277         (_cpp_parse_expr): want_value used to indicate whether
7278         a number or unary operator is expected next.  Distinguish
7279         unary and binary +/-.
7280         (op_as_text): Update for unary operators.
7281
7282 2002-04-25  Richard Henderson  <rth@redhat.com>
7283
7284         PR c/2161
7285         * c-parse.in (yyoverflow): New.
7286
7287 2002-04-25  Richard Henderson  <rth@redhat.com>
7288
7289         PR c/2098
7290         * c-common.c (shorten_compare): Simplfy conditions leading to
7291         the generation of a warning.
7292
7293 2002-04-25  Richard Henderson  <rth@redhat.com>
7294
7295         PR c/2035
7296         * expmed.c (extract_bit_field): Fall through to generic code rather
7297         than aborting on subreg special case.
7298
7299 2002-04-25  David S. Miller  <davem@redhat.com>
7300
7301         * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
7302         for DECL being NULL.
7303
7304 2002-04-25  Steve Christiansen  <smc@us.ibm.com>
7305
7306         * doc/md.texi (Machine Constraints): Add IA-64 constraints.
7307
7308 2002-04-25  Eric Botcazou  <ebotcazou@multimania.com>
7309
7310         * c-decl.c (grokdeclarator): Remove outdated ??? note
7311         on invalid declaration of flexible array members.
7312
7313 2002-04-25  Richard Henderson  <rth@redhat.com>
7314
7315         * doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
7316
7317 2002-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
7318
7319         * config/s390/s390.c (s390_emit_epilogue): Always restore registers
7320         needed by the compiler, even if they are used as global regs.
7321
7322 2002-04-25  Matt Hiller  <hiller@redhat.com>
7323
7324         * mips.c (mips_class_max_nregs, mips_register_move_cost): New
7325         functions.
7326         * mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
7327         of the corresponding functions.
7328         * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
7329         New prototypes.
7330
7331 2002-04-25  Matt Hiller  <hiller@redhat.com>
7332
7333         * config/mips/mips.h (mips_sw_reg_names): Declare as extern.
7334
7335         (ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
7336         (FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
7337         registers, adjust comment accordingly.
7338         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
7339         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
7340         DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
7341         for coprocessor registers.
7342         (ADDITIONAL_REGISTER_NAMES): Include
7343         ALL_COP_ADDITIONAL_REGISTER_NAMES.
7344
7345         (COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
7346         COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
7347         COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
7348         COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
7349         COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
7350
7351         (mips_char_to_class): Adjust comment to include coprocessor
7352         constraint letters.
7353
7354         * config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
7355         New functions.
7356         (mips_reg_names, mips_regno_to_class): Include coprocessor
7357         information.
7358         (mips_sw_reg_names): Ditto, make non-static.
7359         (mips_move_1word): Handle moves to and from coprocessor registers.
7360         (mips_move_2words): Handle moves to and from coprocessor
7361         registers.
7362         (mips_class_max_nregs, mips_register_move_cost): Handle
7363         coprocessor register classes.
7364         (override_options): Initialize mips_char_to_class and
7365         mips_hard_regno_mode_ok properly for coprocessor registers.
7366
7367         * config/mips/mips.md (movdi_internal, movdi_internal2,
7368         movsi_internal1, movsi_internal2): Add constraint-sets for
7369         coprocessor registers.
7370         * testsuite/gcc.c-torture/mipscop-1.c: New testcase.
7371         * testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
7372         isn't mips.
7373         * testsuite/gcc.c-torture/mipscop-2.c: New testcase.
7374         * testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
7375         isn't mips.
7376         * testsuite/gcc.c-torture/mipscop-3.c: New testcase.
7377         * testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
7378         isn't mips.
7379         * testsuite/gcc.c-torture/mipscop-4.c: New testcase.
7380         * testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
7381         isn't mips.
7382
7383         * doc/tm.texi: Document feature.
7384
7385 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
7386
7387         * integrate.c (function_attribute_inlinable_p): Simplify.
7388         Check the table pointer is not NULL.
7389
7390 2002-04-25  Steven Bosscher  <S.Bosscher@student.tudelft.nl>
7391
7392         * doc/c-tree.texi: Fix typo in introduction.
7393
7394 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
7395
7396         * c-common.h (c_common_parse_file): Update.
7397         * c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
7398         * c-lex.c (YYDEBUG): Get from c-lex.h.
7399         (c_common_parse_file): Update.
7400         * c-lex.h (YYDEBUG, yydebug): New.
7401         * c-parse.in (YYDEBUG): Get from c-lex.h.
7402         (c_set_yydebug): Remove.
7403         * c-tree.h (c_set_yydebug): Remove.
7404         * langhooks-def.h (lhd_do_nothing_i): New.
7405         (lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
7406         (LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
7407         * langhooks.c  (lhd_do_nothing_i): New.
7408         (lhd_set_yydebug): Remove.
7409         * langhooks.h (struct lang_hooks): Update.
7410         * toplev.c (set_yydebug): New.
7411         (compile_file): Update call to parse_file hook.
7412         (decode_d_option): Update.
7413 objc:
7414         * objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
7415
7416 Wed Apr 24 23:45:37 2002  J"orn Rennecke <joern.rennecke@superh.com>
7417
7418         * loop.c (load_mems): Don't change the interface of called functions.
7419
7420         * calls.c (expand_call): Take current_function_pretend_args_size
7421         into account when setting argblock for sibcalls.
7422
7423 2002-04-24  Matt Hiller  <hiller@redhat.com>
7424
7425         * cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
7426         * c-lex.c: Ditto.
7427
7428         * cpplex.c (skip_line_comment): Process comment one multibyte
7429         character at a time rather than one char at a time, if
7430         appropriate.
7431         (parse_string): Process string one multibyte character at a time
7432         rather than one char at a time, if appropriate.
7433         * c-lex.c (lex_string): Lex and copy multibyte strings
7434         appropriately.
7435         * cpplib.h (cppchar_t): Change to unsigned.
7436
7437 2002-04-24  Richard Henderson  <rth@redhat.com>
7438
7439         PR c/3467
7440         * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
7441         for c99.
7442
7443 Wed Apr 24 21:51:54 2002  J"orn Rennecke <joern.rennecke@superh.com>
7444
7445         * sh.c (sh_va_arg): If argument was passed by reference,
7446         dereference the pointer.
7447
7448         * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
7449
7450         * sh.md (divsi3_i4_media): Use match_operand for input values
7451         rather than hard registers.
7452         (divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
7453         unnecessarily through hard registers.  Keep copies of pseudo
7454         registers outside of the libcall sequence.
7455
7456         * sh.md (casesi_shift_media): Add modes.
7457
7458         * sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
7459         values in memory.
7460
7461 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7462
7463         * attribs.c (c_common_attribute_table): Move table and handlers
7464         to c-common.c.
7465         (format_attribute_table, lang_attribute_table,
7466         lang_attribute_common): Remove.
7467         (init_attributes): Replace NULL pointers with pointers to the
7468         empty table.
7469         (handle_packed_attribute, handle_nocommon_attribute,
7470         handle_common_attribute, handle_noreturn_attribute,
7471         handle_noinline_attribute, handle_always_inline_attribute,
7472         handle_used_attribute, handle_unused_attribute,
7473         handle_const_attribute, handle_transparent_union_attribute,
7474         handle_constructor_attribute, handle_destructor_attribute,
7475         handle_mode_attribute, handle_section_attribute,
7476         handle_aligned_attribute, handle_weak_attribute,
7477         handle_alias_attribute, handle_visibility_attribute,
7478         handle_no_instrument_function_attribute, handle_malloc_attribute,
7479         handle_no_limit_stack_attribute, handle_pure_attribute,
7480         handle_deprecated_attribute, handle_vector_size_attribute,
7481         vector_size_helper): Move to c-common.c.
7482         * c-common.c (c_common_attribute_table,
7483         handle_packed_attribute, handle_nocommon_attribute,
7484         handle_common_attribute, handle_noreturn_attribute,
7485         handle_noinline_attribute, handle_always_inline_attribute,
7486         handle_used_attribute, handle_unused_attribute,
7487         handle_const_attribute, handle_transparent_union_attribute,
7488         handle_constructor_attribute, handle_destructor_attribute,
7489         handle_mode_attribute, handle_section_attribute,
7490         handle_aligned_attribute, handle_weak_attribute,
7491         handle_alias_attribute, handle_visibility_attribute,
7492         handle_no_instrument_function_attribute, handle_malloc_attribute,
7493         handle_no_limit_stack_attribute, handle_pure_attribute,
7494         handle_deprecated_attribute, handle_vector_size_attribute,
7495         vector_size_helper): Move from attribs.c.
7496         * c-common.h (c_common_attribute_table,
7497         c_common_format_attribute_table): New.
7498         * c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
7499         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
7500         * langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
7501         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
7502         (LANG_HOOKS_INITIALIZER): Update.
7503         * langhooks.h (struct lang_hooks): 3 new attribute hooks.
7504         * target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
7505         * target.h: Update comment.
7506         * tree.c (default_target_attribute_table): Remove.
7507         * tree.h (default_target_attribute_table, format_attribute_table,
7508         lang_attribute_table, lang_attribute_common): Remove.
7509 objc:
7510         * objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
7511         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
7512
7513 2002-04-24  Jason Merrill  <jason@redhat.com>
7514
7515         * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
7516         * dwarf2out.c (dwarf_attr_name): Support it.
7517         (gen_array_type_die): Emit it.
7518         (lookup_type_die): No special handling for VECTOR_TYPE.
7519         (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
7520
7521 2002-04-24  Richard Henderson  <rth@redhat.com>
7522
7523         * config/mips/mips.md (movdi_usd): Renumber.
7524
7525 2002-04-24  David S. Miller  <davem@redhat.com>
7526
7527         PR target/6420
7528         * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
7529         32-bit Sparc and current_function_returns_struct is true.
7530
7531 Wed Apr 24 13:48:25 CEST 2002  Jan Hubicka  <jh@suse.cz>
7532
7533         * loop.c (canonicalize_condition): Use gen_int_mode.
7534
7535 2002-04-24  Aldy Hernandez  <aldyh@redhat.com>
7536
7537         * config/rs6000/altivec.h: Cleanup file.  Add non individual
7538         variants.
7539         (vec_vaddubm): New.
7540         (vec_vadduhm): New.
7541         (vec_vadduwm): New.
7542         (vec_vaddfp): New.
7543         (vec_vaddcuw): New.
7544         (vec_vaddubs): New.
7545         (vec_vaddsbs): New.
7546         (vec_vadduhs): New.
7547         (vec_vadduws): New.
7548         (vec_vaddsws): New.
7549         (vec_vand): New.
7550         (vec_vandc): New.
7551         (vec_vavgub): New.
7552         (vec_vavgsb): New.
7553         (vec_vavguh): New.
7554         (vec_vavgsh): New.
7555         (vec_vavguw): New.
7556         (vec_vavgsw): New.
7557         (vec_vrfip): New.
7558         (vec_vcmpbfp): New.
7559         (vec_vcmpequb): New.
7560         (vec_vcmpequh): New.
7561         (vec_vcmpequw): New.
7562         (vec_vcmpeqfp): New.
7563         (vec_vcmpgefp): New.
7564         (vec_vcmpgtub): New.
7565         (vec_vcmpgtsb): New.
7566         (vec_vcmpgtuh): New.
7567         (vec_vcmpgtsh): New.
7568         (vec_vcmpgtuw): New.
7569         (vec_vcmpgtsw): New.
7570         (vec_vcmpgtfp): New.
7571         (vec_vcmpgefp): New.
7572         (vec_vcfux): New.
7573         (vec_vcfsx): New.
7574         (vec_vctsxs): New.
7575         (vec_vctuxs): New.
7576         (vec_vexptefp): New.
7577         (vec_vrfim): New.
7578         (vec_lvx): New.
7579         (vec_lvebx): New.
7580         (vec_lvehx): New.
7581         (vec_lde): Add vector float variant.
7582         (vec_lvewx): New.
7583         (vec_lvxl): New.
7584         (vec_vlogefp): New.
7585         (vec_vmaddfp): New.
7586         (vec_vmhaddshs): New.
7587         (vec_vmaxub): New.
7588         (vec_vmaxsb): New.
7589         (vec_vmaxuh): New.
7590         (vec_vmaxsh): New.
7591         (vec_vmaxuw): New.
7592         (vec_vmaxsw): New.
7593         (vec_vmaxsw): New.
7594         (vec_vmaxfp): New.
7595         (vec_vmrghb): New.
7596         (vec_vmrghh): New.
7597         (vec_vmrghw): New.
7598         (vec_vmrglb): New.
7599         (vec_vmrglh): New.
7600         (vec_vmrglw): New.
7601         (vec_vminub): New.
7602         (vec_vminsb): New.
7603         (vec_vminuh): New.
7604         (vec_vminsh): New.
7605         (vec_vminuw): New.
7606         (vec_vminsw): New.
7607         (vec_vminfp): New.
7608         (vec_vmladduhm): New.
7609         (vec_vmhraddshs): New.
7610         (vec_msumubm): New.
7611         (vec_vmsummbm): New.
7612         (vec_vmsumuhm): New.
7613         (vec_vmsumshm): New.
7614         (vec_vmsumuhs): New.
7615         (vec_vmsumshs): New.
7616         (vec_vmuleub): New.
7617         (vec_vmulesb): New.
7618         (vec_vmuleuh): New.
7619         (vec_vmulesh): New.
7620         (vec_vmuloub): New.
7621         (vec_mulosb): New.
7622         (vec_vmulouh): New.
7623         (vec_vmulosh): New.
7624         (vec_vnmsubfp): New.
7625         (vec_vnor): New.
7626         (vec_vor): New.
7627         (vec_vpkuhum): New.
7628         (vec_vpkuwum): New.
7629         (vec_vpkpx): New.
7630         (vec_vpkuhus): New.
7631         (vec_vpkshss): New.
7632         (vec_vpkuwus): New.
7633         (vec_vpkswss): New.
7634         (vec_vpkshus): New.
7635         (vec_vpkswus): New.
7636         (vec_vperm): New.
7637         (vec_vrefp): New.
7638         (vec_vrlb): New.
7639         (vec_vrlh): New.
7640         (vec_vrlw): New.
7641         (vec_vrfin): New.
7642         (vec_vrsqrtefp): New.
7643         (vec_vsel): New.
7644         (vec_vslb): New.
7645         (vec_vslh): New.
7646         (vec_vslw): New.
7647         (vec_vsldoi): New.
7648         (vec_vsl): New.
7649         (vec_vslo): New.
7650         (vec_vspltb): New.
7651         (vec_vsplth): New.
7652         (vec_vspltw): New.
7653         (vec_vspltisb): New.
7654         (vec_vspltish): New.
7655         (vec_vspltisw): New.
7656         (vec_vsrb): New.
7657         (vec_vsrh): New.
7658         (vec_vsrw): New.
7659         (vec_vsrab): New.
7660         (vec_vsrah): New.
7661         (vec_vsraw): New.
7662         (vec_vsr): New.
7663         (vec_vsro): New.
7664         (vec_stvx): New.
7665         (vec_stvebx): New.
7666         (vec_stvehx): New.
7667         (vec_stvewx): New.
7668         (vec_stvxl): New.
7669         (vec_vsububm): New.
7670         (vec_vsubuhm): New.
7671         (vec_vsubuwm): New.
7672         (vec_vsubfp): New.
7673         (vec_vsubcuw): New.
7674         (vec_vsububs): New.
7675         (vec_vsubsbs): New.
7676         (vec_vsubuhs): New.
7677         (vec_vsubshs): New.
7678         (vec_vsubuws): New.
7679         (vec_vsubsws): New.
7680         (vec_vsum4ubs): New.
7681         (vec_vsum4sbs): New.
7682         (vec_vsum4shs): New.
7683         (vec_vsum2sws): New.
7684         (vec_vsumsws): New.
7685         (vec_vrfiz): New.
7686         (vec_vupkhsb): New.
7687         (vec_vupkhpx): New.
7688         (vec_vupkhsh): New.
7689         (vec_vupklsb): New.
7690         (vec_vupklpx): New.
7691         (vec_vupklsh): New.
7692         (vec_vxor): New.
7693
7694 2002-04-23  Eric Botcazou  <ebotcazou@multimania.com>
7695
7696         PR c/5430
7697         * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
7698         added literals from substracted literals.
7699         (associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
7700         (fold) [associate]: Preserve MINUS_EXPR if needed.
7701
7702 2002-04-23  Zack Weinberg  <zack@codesourcery.com>
7703
7704         * doc/install.texi: Clarify which versions of alpha*-dec-osf*
7705         are obsoleted.
7706
7707 2002-04-23  Tom Tromey  <tromey@redhat.com>
7708
7709         * gcc.c: Added --resource.  For PR java/6314.
7710
7711 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
7712
7713         * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
7714         * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
7715         these libraries.
7716
7717 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
7718
7719         * config/freebsd.h(OBJECT_FORMAT_ELF): Define.
7720
7721 Tue Apr 23 14:24:25 CEST 2002  Jan Hubicka  <jh@suse.cz>
7722
7723         * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
7724         workaround.
7725         (ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
7726         (ix86_expand_clrstr): Fix typo.
7727         * loop.c (gen_load_of_final_value): New.
7728         (loop_givs_rescan, strength_reduce, check_dbra_loop):
7729         Use it.
7730
7731 2002-04-23  Roger Sayle  <roger@eyesopen.com>
7732
7733         * builtins.c (builtin_memset_gen_str): New function.
7734         (expand_builtin_memset): Optimize the case of constant length, but
7735         unknown value.
7736
7737 2002-04-23  Aldy Hernandez  <aldyh@redhat.com>
7738
7739         * config/rs6000/altivec.h (vec_step): Remove extraneous
7740         parentheses.
7741         (vec_ctu): Cast return.
7742
7743 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
7744
7745         PR target/6413
7746         * function.h: (struct function): Add profile_label_no field.
7747         (current_function_profile_label_no): Define.
7748         * function.c: (profile_label_no): New static var.
7749         (expand_function_start): Increment it, and copy to
7750         current_function_profile_label_no.
7751         * output.h (profile_label_no): Delete.
7752         * final.c (profile_label_no): Delete.
7753         (profile_function): Use current_function_profile_label_no.
7754         (final_end_function): Don't increment profile_label_no here.
7755         * config/i386/i386.c (ix86_osf_output_function_prologue): Replace
7756         profile_label_no with current_function_profile_label_no.
7757         * config/pa/pa.c (current_function_number): Delete.
7758         (pa_output_function_prologue): Don't output profile label here.
7759         (hppa_profile_hook): Use label_no param rather than
7760         current_function_number.
7761         (FUNC_BEGIN_PROLOG_LABEL): Move to ..
7762         * config/pa/pa.h: .. here.
7763         (FUNCTION_PROFILER): Output profile label here.
7764
7765 2002-04-22  Eric Christopher  <echristo@redhat.com>
7766
7767         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Revert
7768         patch of 2002-04-09 due to binutils issues.
7769         (FUNCTION_ARG_REGNO_P): Ensure even numbered float register.
7770
7771 2002-04-22  Aldy Hernandez  <aldyh@redhat.com>
7772
7773         * config/rs6000/rs6000.md ("*movv4si_internal"): Change 'm'
7774         constraint to 'o' for m=r and r=m alternatives.
7775         ("*movv8hi_internal1"): Same.
7776         ("*movv16qi_internal1"): Same.
7777         ("*movv4sf_internal1"): Same.
7778
7779 2002-04-22  Janis Johnson  <janis187@us.ibm.com>
7780
7781         * rtl.h (RTX_FLAG): New macro.
7782         * emit-rtl.c (copy_most_rtx): Use macros to access rtx flags.
7783         * final.c (alter_subreg): Use macro to access rtx flag.
7784         * integrate.c (copy_rtx_and_substitute): Use new access macro.
7785         * print-rtl.c (print_rtx): Use new access macro.
7786
7787         * cse.c (insert): Check rtx code before accessing flag.
7788
7789         * genattrtab.c (ATTR_IND_SIMPLIFIED_P, ATTR_CURR_SIMPLIFIED_P,
7790         ATTR_PERMANENT_P, ATTR_EQ_ATTR_P): New.
7791         (attr_hash_add_string, attr_rtx_1, attr_copy_rtx, check_attr_test,
7792         convert_const_symbol_ref, make_canonical, make_alternative_compare,
7793         evaluate_eq_attr, attr_rtx_cost, simplify_test_exp_in_temp,
7794         simplify_test_exp, optimize_attrs, simplify_by_exploding,
7795         find_and_mark_used_attributes, unmark_used_attributes,
7796         add_values_to_cover, simplify_with_current_value,
7797         simplify_with_current_value_aux, clear_struct_flag, walk_attr_value,
7798         copy_rtx_unchanging, main): Use new access macros.
7799
7800 2002-04-22  Tom Rix  <trix@redhat.com>
7801
7802         * expmed.c (init_expmed): Generate shifted constant once.
7803
7804 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
7805
7806         * c-lex.c (lex_charconst): Call convert to get constant in
7807         proper type; don't just smash the type field.
7808         Fixes PR c/6300.
7809
7810         * config.gcc: Add list of obsolete configurations.  Disallow
7811         building these without --enable-obsolete.
7812         * doc/install.texi: Document --enable-obsolete and obsoletion
7813         policy.  Mention obsoletion of individual targets in
7814         appropriate places.
7815
7816 2002-04-22  Richard Henderson  <rth@redhat.com>
7817
7818         * config/sparc/sol2-bi.h (ASM_DEBUG_SPEC): New.
7819
7820 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
7821
7822         PR f/6138.
7823         * function.c (fixup_memory_subreg): Add promoted_mode parameter.
7824         (walk_fixup_memory_subreg): Likewise.
7825         (fixup_var_refs_insn): Adjust accordingly.
7826         (fixup_var_refs_1): Likewise.
7827
7828 2002-04-22  Ulrich Weigand  <uweigand@de.ibm.com>
7829
7830         * config/s390/linux.h: (LIBPATH_SPEC, LIBPATH_ARCH31_SPEC,
7831         LIBPATH_ARCH64_SPEC): Define.
7832         (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64.
7833         (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
7834         (LINK_ARCH31_SPEC): Add libpath_arch31 to search path.
7835         (LINK_ARCH64_SPEC): Add libpath_arch64 to search path.
7836
7837 2002-04-22      Joel Sherrill <joel@OARcorp.com>
7838
7839         * gthr-rtems.h: Correct prototypes to remove warnings.
7840
7841 2002-04-22  Richard Henderson  <rth@redhat.com>
7842
7843         PR c/6344
7844         * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).
7845
7846         * gcse.c (free_insn_expr_list_list): New.
7847         (clear_modify_mem_tables): Use it.  Fix bit set usage.
7848         (canon_list_insert): Use EXPR_LISTs for expressions.
7849         (record_last_mem_set_info): Factor BLOCK_NUM (insn).
7850
7851 2002-04-22  Neil Booth  <neil@daikokuya.demon.co.uk>
7852
7853         * cppfiles.c (_cpp_pop_file_buffer): Return void.  Move
7854         file change and include code to _cpp_pop_buffer.
7855         * cpphash.h (struct pending_option): Predeclare.
7856         (struct cpp_reader): New member next_include_file.
7857         (_cpp_pop_file_buffer): Update.
7858         (_cpp_push_next_buffer): Update, rename.
7859         * cppinit.c (cpp_destroy): Free include chain and pending here.
7860         (cpp_finish_options): Simplify.
7861         (_cpp_push_next_buffer): Rename and clean up.
7862         * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer.
7863         Clarify.
7864         * cppmacro.c (cpp_scan_nooutput): Set return_at_eof here.
7865
7866 2002-04-22  Aldy Hernandez  <aldyh@redhat.com>
7867
7868         * config/rs6000/altivec.h (vec_xor): Add variant for both args
7869         being vector signed int.
7870         (vec_andc): Same.
7871         (vec_xor): Add variant for both args being vector signed char.
7872         Remove redundant variant.
7873         (vec_andc): Same.
7874
7875 2002-04-21  David S. Miller  <davem@redhat.com>
7876
7877         * config/sparc/sparc.md (set then compare DI mode peephole2): Fix
7878         compare mode in output RTL.
7879
7880 2002-04-22  David Edelsohn  <edelsohn@gnu.org>
7881
7882         * config/rs6000/rs6000.c (rs6000_override_options): Correct
7883         style and formatting of previous patch.
7884
7885 2002-04-22  Alan Modra  <amodra@bigpond.net.au>
7886
7887         * config/rs6000/rs6000.c (rs6000_override_options): Always clear
7888         flag_pic for ABI_AIX.
7889
7890 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7891
7892         * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.
7893         * cppfiles.c (read_include_file): Similarly.
7894         * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,
7895         uxstrdup ustrchr, ufputs): Similarly.
7896         * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
7897         * cpplex.c (parse_slow, unescaped_terminator_p, save_comment,
7898         cpp_ideq, parse_identifier, parse_number): Similarly.
7899         * cpplib.c (struct directive, dequote_string, D, run_directive,
7900         cpp_push_buffer): Similarly.
7901         * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
7902         _cpp_create_definition, check_trad_stringification,
7903         cpp_macro_definition): Similarly.
7904
7905 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7906
7907         * cppmacro.c (funlike_invocation_p): Don't step back
7908         over CPP_EOF.
7909
7910 2002-04-21  David Edelsohn  <edelsohn@gnu.org>
7911
7912         * config/rs6000/rs6000.c (output_profile_hook): Do not increment
7913         labelno.
7914
7915 2002-04-20  Joseph S. Myers  <jsm28@cam.ac.uk>
7916
7917         * doc/invoke.texi: Remove Chill references.
7918         * doc/gcc.texi: Update last modified date.
7919
7920 2002-04-20  Kazu Hirata  <kazu@hxi.com>
7921
7922         * config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
7923         push and pop.  Replace add.l with add.w.
7924
7925 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
7926
7927         * config/h8300/lib1funcs.asm (___mulsi3): Use hardware
7928         multiply instructions for H8/300H case.
7929
7930 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
7931
7932         * config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
7933         Bum three instructions from each routine.
7934
7935 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
7936
7937         * Makefile.in: Update.
7938         * decl.c (push_c_function_context, pop_c_function_context,
7939         mark_c_function_context): Rename for consistency.
7940         * c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
7941         * c-tree.h (push_c_function_context, pop_c_function_context,
7942         mark_c_function_context): Rename for consistency.
7943         * c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
7944         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
7945         * function.c (init_lang_status, save_lang_status,
7946         restore_lang_status, mark_lang_status, free_lang_status):
7947         Move to langhooks.h.
7948         (push_function_context_to, pop_function_context_from,
7949         free_after_parsing, prepare_function_start, ggc_mark_struct_function):
7950         Update.
7951         * function.h (init_lang_status, save_lang_status,
7952         restore_lang_status, mark_lang_status, free_lang_status):
7953         Move to langhooks.h.
7954         * langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
7955         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
7956         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
7957         LANG_HOOKS_FUNCTION_INITIALIZER): New.
7958         (LANG_HOOKS_INITIALIZER): Update.
7959         (lhd_do_nothing_f): New.
7960         * langhooks.h (struct lang_hooks_for_functions): New.
7961         (struct lang_hooks): New hooks.
7962         * langhooks.c (lhd_do_nothing_f): New.
7963 objc:
7964         * objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
7965         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
7966
7967 2002-04-19  David S. Miller  <davem@redhat.com>
7968
7969         * config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
7970         * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
7971
7972 2002-04-19  Jakub Jelinek  <jakub@redhat.com>
7973
7974         PR optimization/3756
7975         * config/i386/i386.c (ix86_expand_int_movcc): Optimize
7976         x = ((int) y < 0) ? cst1 : cst2.
7977
7978 2002-04-19  Jakub Jelinek  <jakub@redhat.com>
7979
7980         PR c/6358
7981         * function.c: Reapply patch for c/6358.
7982         (expand_function_end): Copy decl_rtl's mode, not
7983         current_function_return_rtx mode.
7984
7985 2002-04-19  Joel Sherrill  <joel@OARcorp.com>
7986
7987         * config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
7988         targets.
7989
7990 2002-04-19  Tom Tromey  <tromey@redhat.com>
7991
7992         * doc/install.texi (Specific): Update status of Solaris 2.8.
7993         For PR libgcj/6158.
7994
7995 2002-04-19  Andreas Schwab  <schwab@suse.de>
7996
7997         * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
7998         (PUT_REAL): Restore old definition.
7999
8000 2002-04-19  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
8001             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8002
8003         * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that
8004         binutils 2.11.2 and higher generate smaller binaries than Sun's
8005         native tools.
8006
8007 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8008
8009         PR c++/6352
8010         * toplev.c (rest_of_compilation): Do not defer functions for which
8011         TREE_SYMBOL_REFERENCED has already been set.
8012
8013 Fri Apr 19 15:53:03 CEST 2002  Jan Hubicka  <jh@suse.cz>
8014
8015         * i386.md (movsi_1, movhi_1): Force reload to use more flexible
8016         alternative.
8017
8018 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8019
8020         * builtins.c: Include langhooks.h.
8021         (lang_type_promotes_to): Remove.
8022         (expand_builtin_va_arg): Use new hook.
8023         * c-common.c (c_common_nodes_and_builtins): Don't set hook.
8024         (simple_type_promotes_to): Move to c-typeck.c.
8025         * c-common.h (simple_type_promotes_to): Remove.
8026         * c-decl.c (duplicate_decls, grokdeclarator): Update.
8027         * c-format.c: Include langhooks.h.
8028         (check_format_types): Update.
8029         * c-tree.h (c_type_promotes_to): New.
8030         * c-typeck.c (c_type_promotes_to): Move from c-common.c.
8031         (type_lists_compatible_p): Update.
8032         * langhooks-def.h (lhd_type_promotes_to): New.
8033         (LANG_HOOKS_TYPE_PROMOTES_TO): New.
8034         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
8035         * langhooks.c (lhd_type_promotes_to): New.
8036         * langhooks.h (struct lang_hooks_for_types): New hook.
8037         * tree.h (lang_type_promotes_to): Remove.
8038 objc:
8039         * objc-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
8040
8041 2002-04-18  Richard Henderson  <rth@redhat.com>
8042
8043         * function.c: Revert patch for c/6358.
8044
8045 2002-04-18  Richard Henderson  <rth@redhat.com>
8046
8047         * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN
8048         blocks.  Handle multiple references to the TRAP block.  Handle
8049         non-adjacent THEN and OTHER blocks.
8050
8051 2002-04-18  Richard Henderson  <rth@redhat.com>
8052
8053         * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): Don't
8054         crash with no type for by-mode libcalls.
8055
8056         * config/ia64/ia64.md (conditional_trap): Fix predicate polarity.
8057
8058 2002-04-18  Bob Wilson  <bob.wilson@acm.org>
8059
8060         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
8061         __xtensa_nonlocal_goto): Use a syscall instructions to flush
8062         the register windows.
8063
8064 2002-04-18  Zack Weinberg  <zack@codesourcery.com>
8065
8066         * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as
8067         appropriate.  Document need for extended precision even when
8068         MAX_LONG_DOUBLE_TYPE_SIZE is smaller.  Define REAL_WIDTH here,
8069         based on REAL_VALUE_TYPE_SIZE.  Use REAL_WIDTH to size
8070         REAL_VALUE_TYPE.  Define CONST_DOUBLE_FORMAT here.  Use #error
8071         instead of relying on later syntax error when REAL_WIDTH > 5.
8072         * real.c: Define NE based only on whether or not we have a
8073         full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT).
8074         Require sizeof(REAL_VALUE_TYPE) == 2*NE.  Unconditionally
8075         define GET_REAL and PUT_REAL as simple memcpy operations; no
8076         need to byteswap or round.
8077         Use #error instead of #ifdef-ing out the entire file, for
8078         prompt error detection.
8079
8080         * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here.
8081
8082 2002-04-18  David S. Miller  <davem@redhat.com>
8083
8084         * config/sparc/sparc.h (BRANCH_COST): Define.
8085
8086         * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
8087         does it.
8088
8089 2002-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
8090
8091         * flow.c (update_life_info): Ignore return value of cleanup_cfg.
8092         Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
8093         propagate_block calls after relaxation loop using new variable
8094         stabilized_prop_flags.
8095
8096 2002-04-18  Richard Henderson  <rth@redhat.com>
8097
8098         * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New.
8099         (ia64_va_arg): Expect variable sized types by reference.
8100         * config/ia64/ia64-protos.h: Update.
8101         * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use
8102         ia64_function_arg_pass_by_reference.
8103
8104 2002-04-18  Richard Henderson  <rth@redhat.com>
8105
8106         * ifcvt.c: Include except.h.
8107         (block_has_only_trap): Break out from find_cond_trap.
8108         (find_cond_trap): Use it.  Always delete the trap block.
8109         (merge_if_block): Allow then block null.  Be less simplistic about
8110         what insns can end a block.
8111         * Makefile.in (ifcvt.o): Depend on except.h.
8112
8113         * config/ia64/ia64.md (trap, conditional_trap): New.
8114
8115 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
8116
8117         PR c/6358
8118         * function.c (assign_parms): Assign hard current_function_return_rtx
8119         register here...
8120         (expand_function_end): ...not here.
8121
8122 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
8123
8124         * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
8125         * c-tree.h (c_incomplete_type_error): New.
8126         * c-typeck.c (require_complete_type, build_component_ref): Update.
8127         (incomplete_type_error): Rename.
8128         * langhooks-def.h (lhd_incomplete_type_error): New.
8129         (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New.
8130         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
8131         * langhooks.c (lhd_incomplete_type_error): New.
8132         * langhooks.h (struct lang_hooks_for_types): New hook.
8133         * tree.c (size_in_bytes): Use new hook.
8134         * tree.h (incomplete_type_error): Remove.
8135 objc:
8136         * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
8137
8138 2002-04-18  Zack Weinberg  <zack@codesourcery.com>
8139
8140         * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
8141         TARGET_FLOAT_FORMAT blocks.
8142
8143 2002-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8144
8145         * doc/install.texi (Downloading the source): Do not mention Chill
8146         any longer, but mention Ada.
8147         (Configuration): Do not mention Chill any longer.
8148
8149 2002-04-18  Hans-Peter Nilsson  <hp@axis.com>
8150
8151         * config/cris/cris.h (TARGET_VERSION): Remove local version number.
8152
8153 Thu Apr 18 17:14:08 CEST 2002  Jan Hubicka  <jh@suse.cz>
8154
8155         * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution
8156         in last patch.
8157
8158 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
8159
8160         * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
8161         instead of unsigned_type.
8162
8163 Thu Apr 18 15:49:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
8164
8165         * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.
8166         * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped
8167         later.
8168
8169 2002-04-18  Bernd Schmidt  <bernds@redhat.com>
8170
8171         * attribs.c (vector_type_node_list): New static variable.
8172         (handle_vector_size_attribute): Use it to avoid generating a
8173         new type node each time we are called.
8174
8175         * combine.c (subst): Avoid trying to make a vector mode subreg of
8176         an integer constant.
8177         (gen_lowpart_for_combine): Likewise.
8178
8179 2002-04-18  Roger Sayle  <roger@eyesopen.com>
8180             Jakub Jelinek  <jakub@redhat.com>
8181
8182         * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)
8183         for integer constant c (if x has unsigned type or sign bit is not
8184         set in c).  This folds the zero/sign extension into the bit-wise and
8185         operation.
8186
8187 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
8188
8189         PR middle-end/6205
8190         * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2,
8191         otherwise xorps.
8192
8193 2002-04-17  NIIBE Yutaka  <gniibe@m17n.org>
8194
8195         * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
8196
8197 2002-04-17  Nick Clifton  <nickc@cambridge.redhat.com>
8198
8199         * gcc.c (read_specs): Detect and fail if an attempt is made to
8200         rename a spec string to an already existing string.
8201
8202 2002-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
8203
8204         * config/s390/s390.c (legitimize_pic_address): Do not generate
8205         illegal address constant without CONST.
8206
8207 2002-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8208
8209         * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
8210         * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
8211
8212 2002-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
8213
8214         PR optimization/6305
8215         * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
8216         to make sure previous reloads are taken into account.  Generate
8217         better code if one operand is an in-range immediate constant.
8218
8219 2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>
8220
8221         * doc/install.texi (Building): libgcj requires GNU make.
8222
8223 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
8224
8225         PR bootstrap/6315
8226         * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
8227         even if hard quad and register is not floating.
8228         (movtf reg<-mem split): Disallow splitting if hard quad and
8229         register is floating.
8230         (movtf mem<-reg split): Likewise.
8231         * config/sparc/sparc.c (fp_register_operand): New predicate.
8232         * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.
8233
8234 2002-04-17  Zack Weinberg  <zack@codesourcery.com>
8235
8236         * Makefile.in (PROTO_OBJS): Add cppdefault.o.
8237         (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
8238         (unprotoize.o): Ditto.  Build from protoize.c.  Define
8239         UNPROTOIZE on command line.
8240         * protoize.c: Include cppdefault.h.  Delete include_defaults.
8241         (in_system_include_dir): Use cpp_include_defaults (defined in
8242         cppdefault.o).
8243         * unprotoize.c: Delete file.
8244
8245 2002-04-17  Aldy Hernandez  <aldyh@redhat.com>
8246
8247         * config/rs6000/altivec.h (vec_ld): Add array variants.
8248         (vec_lde): Same.
8249         (vec_ldl): Same.
8250
8251 2002-04-17  Alan Matsuoka  <alanm@redhat.com>
8252             Aldy Hernandez <aldyh@redhat.com>
8253
8254         * config/rs6000/altivec.h: Define __ALTIVEC__.
8255         (bool): New.
8256         (__pixel): New.
8257         (pixel): New.
8258         (vec_cfux): New.
8259         (vec_vmaddfp): New.
8260         (vec_vsldoi): New.
8261         Add parentheses to all macro arguments.
8262
8263 2002-04-16  Richard Henderson  <rth@redhat.com>
8264
8265         PR c++/6320
8266         * except.c (remove_eh_handler): Insert inner regions at beginning
8267         of sibling chain.  Refactor expressions.
8268
8269 2002-04-16  Richard Henderson  <rth@redhat.com>
8270
8271         * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
8272         * config/sparc/sol2-gas-bi.h: New file.
8273         * config.gcc (sparc*-solaris): Add it as needed.
8274         * configure.in (AS_SPARC64_FLAG): Remove check.
8275         * config.in, configure: Regenerate.
8276
8277         * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
8278
8279 2002-04-16  Richard Henderson  <rth@redhat.com>
8280
8281         * config/mips/mips.c (override_options): Don't override N32 for
8282         a 64-bit ISA.
8283
8284         PR 6202
8285         * config/mips/mips.md (can_delay): Split out of existing define_delays.
8286         (HILO_delay): Set can_delay false.
8287
8288 2002-04-16  Dale Johannesen <dalej@apple.com>
8289
8290         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
8291         instruction addresses.
8292         (rs6000_output_function_epilogue): Likewise.
8293
8294 2002-04-16  Paolo Carlini  <pcarlini@unitus.it>
8295
8296         * c-parse.in (poplevel, compstmt_start,
8297         compstmt_primary_start): Add ending ';', in accordance
8298         with POSIX.
8299
8300 2002-04-16  Richard Henderson  <rth@redhat.com>
8301
8302         * config.gcc (sparcv9-solaris): Configure for 64-bit default.
8303         Adjust tm_file order to get TARGET_DEFAULT set properly.
8304         (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
8305         * doc/install.texi (sparc-solaris): Update.
8306
8307 2002-04-16  Dale Johannesen <dalej@apple.com>
8308
8309         * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
8310         comparison operands do not match each other or if modes of
8311         conditions do not match result.
8312
8313 2002-04-16  Hartmut Penner <hpenner@de.ibm.com>
8314
8315         PR target/6305
8316         * config/s390/s390.md (mulsidi3): Set both subregs of the
8317         multiword register.
8318
8319 2002-04-16  Aldy Hernandez  <aldyh@redhat.com>
8320
8321         * config/rs6000/altivec.h (vec_addc): Type check.
8322
8323 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
8324
8325         PR middle-end/6279
8326         * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
8327
8328         * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
8329
8330 2002-04-15  Richard Henderson  <rth@redhat.com>
8331
8332         * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
8333         call_really_used_regs too.
8334
8335 2002-04-15  Richard Henderson  <rth@redhat.com>
8336
8337         * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
8338
8339 2002-04-15  David S. Miller  <davem@redhat.com>
8340
8341         * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
8342         as being CLOBBERed.
8343
8344 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
8345
8346         PR c/6290
8347         * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
8348         CONST_VECTOR is { 0, ... 0 }.
8349
8350 2002-04-15  Loren J. Rittle  <ljrittle@acm.org>
8351
8352         * doc/install.texi (Installing GCC: Configuration): Clarify
8353         the only supported ways to configure gcc.
8354
8355 2002-04-15  Roland McGrath  <roland@frob.com>
8356
8357         * config.gcc (alpha*-*-gnu*): New target configuration.
8358         * config/alpha/gnu.h: New file for it.
8359         * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.
8360
8361 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
8362
8363         * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
8364         * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
8365         * tree.h (expand_start_stmt_expr): Update prototype.
8366         * stmt.c (expand_start_stmt_expr): Add has_scope parameter.
8367         * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
8368         on the STMT_EXPR created for the inline function.
8369
8370 2002-04-15  Richard Henderson  <rth@redhat.com>
8371
8372         * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
8373         config/i386/linux-aout.h, config/i386/linux-oldld.h,
8374         config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
8375         config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
8376         config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
8377         config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
8378         config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
8379         Define __gnu_linux__, not gnu_linux.
8380         * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.
8381
8382 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
8383
8384         Remove Chill front end.
8385         * gcc.c (default_compilers): Remove Chill entries.
8386         * ch: Remove directory.
8387         * doc/frontends.texi: Remove information about Chill.
8388         * doc/sourcebuild.texi: Likewise.
8389         * doc/standards.texi: Likewise.
8390
8391 2002-04-15  Douglas B Rupp  <rupp@gnat.com>
8392
8393         * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
8394         (LONGLONG_STANDALONE): Define.
8395
8396 2002-04-15  David S. Miller  <davem@redhat.com>
8397
8398         * config/sparc/sparc.c (sparc_emit_float_lib_cmp):
8399         Call emit_library_call with LCT_NORMAL.
8400         (sparc_initialize_trampoline): Use LCT_foo instead of
8401         magic constant in emit_library_call invocations.
8402         (sparc64_initialize_trampoline): Likewise.
8403         (sparc_profile_hook): Likewise.
8404         * config/sparc/sparc.md: Likewise.
8405
8406         * config/sparc/sparc.c (sparc_extra_constraint_check):
8407         Fix type of argument 'c'.
8408         * config/sparc/sparc-protos.h (sparc_extra_constraint_check):
8409         Likewise.
8410
8411 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8412
8413         * diagnostic.h (output_buffer_state): Redefine.
8414         (output_format_decoder): New macro.
8415         (output_prefixing_rule): Likewise.
8416         (output_line_cutoff): Likewise.
8417         (diagnostic_format_decoder): Adjust.
8418         (diagnostic_prefixing_rule): Likewise.
8419         (diagnostic_line_cutoff): Likewise.
8420         (diagnostic_state): Likewise.
8421         (diagnostic_kind_count): Likewise.
8422         (diagnostic_buffer): Now a macro.
8423
8424         * diagnostic.c (diagnostic_buffer): Remove definition.
8425         (output_is_line_wrapping): Adjust.
8426         (set_real_maximum_length): Likewise.
8427         (output_set_maximum_length): Likewise.
8428         (init_output_buffer): Likewise.
8429         (lhd_print_error_function): Likewise.
8430         (output_do_verbatim): Likewise.
8431
8432 2002-04-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8433
8434         * cpperror.c (print_location): Don't print include chain
8435         if line == 0.
8436         (cpp_begin_message): Update to use DL_ macros.
8437         (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
8438         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
8439         cpp_notice, cpp_notice_from_errno): Remove.
8440         (cpp_error, cpp_error_with_line): Update to take a diagnostic
8441         level.
8442         (cpp_errno): New.
8443         * cppexp.c (CPP_ICE): Remove.
8444         (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
8445         lex, integer_overflow, _cpp_parse_expr): Update.
8446         * cppfiles.c (read_include_file, find_include_file,
8447         handle_missing_header, _cpp_read_file, remap_filename): Update.
8448         * cpphash.h (enum error_type): Remove.
8449         (_cpp_begin_message): Update.
8450         * cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
8451         cpp_handle_option, cpp_post_options): Update.
8452         * cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
8453         skip_whitespace, parse_identifier, parse_slow, parse_string,
8454         _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
8455         cpp_interpret_charconst): Update.
8456         * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
8457         lex_macro_node, do_undef, glue_header_name, parse_include,
8458         do_include_common, read_flag, do_line, do_linemarker, do_ident,
8459         cpp_register_pragma, do_pragma_once, do_pragma_system_header,
8460         do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
8461         do_elif, do_endif, parse_answer, parse_assertion, do_assert,
8462         _cpp_pop_buffer, do_diagnostic): Update.
8463         * cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
8464         DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
8465         (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
8466         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
8467         cpp_notice, cpp_notice_from_errno): Remove.
8468         (cpp_error, cpp_error_with_line): Update to take a diagnostic
8469         level.
8470         (cpp_errno): New.
8471         * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
8472         collect_args, enter_macro_context, save_parameter, parse_params,
8473         _cpp_create_definition, check_trad_stringification,
8474         cpp_macro_definition): Update.
8475         * cppmain.c (cpp_preprocess_file): Update.
8476         * fix-header.c (read_scan_file): Update.
8477
8478 2002-04-14  Andreas Schwab  <schwab@suse.de>
8479
8480         * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
8481
8482 2002-04-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
8483
8484         * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
8485
8486 2002-04-13  Mark Mitchell  <mark@codesourcery.com>
8487
8488         * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
8489         not gnu_hurd.
8490
8491 2002-04-13  Hans-Peter Nilsson  <hp@axis.com>
8492
8493         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
8494
8495 2002-04-13      Joel Sherrill <joel@OARcorp.com>
8496
8497         * config/sparc/t-elf: Enable v8 multilibs.  Impacts
8498         sparc-elf and sparc-rtems targets.
8499
8500 2002-04-13  Mark Mitchell  <mark@codesourcery.com>
8501
8502         * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
8503         defined, and __gnu_hurd__ wherever __GNU__ is defined.
8504         * arm/linux-elf.h: Likewise.
8505         * cris/aout.h: Likewise.
8506         * cris/linux.h: Likewise.
8507         * i370/linux.h: Likewise.
8508         * i386/gnu.h: Likewise.
8509         * i386/linux-aout.h: Likewise.
8510         * i386/linux-oldld.h: Likewise.
8511         * i386/linux.h: Likewise.
8512         * i386/linux64.h: Likewise.
8513         * ia64/linux.h: Likewise.
8514         * m68k/linux-aout.h: Likewise.
8515         * m68k/linux.h: Likewise.
8516         * mips/linux.h: Likewise.
8517         * pa/pa-linux.h: Likewise.
8518         * pj/linux.h: Likewise.
8519         * rs6000/sysv4.h: Likewise.
8520         * s390/linux.h: Likewise.
8521         * sh/linux.h: Likewise.
8522         * sparc/linux-aout.h: Likewise.
8523         * sparc/linux.h: Likewise.
8524         * sparc/linux64.h: Likewise.
8525         * xtensa/linux.h: Likewise.
8526
8527 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
8528
8529         * stmt.c (check_unique_operand_names): Expect operand names to
8530         be strings rather than identifiers.  Use simple_cst_equal to
8531         compare them.
8532         (resolve_operand_name_1): Make same identifier to string change here.
8533         * c-parse.in (asm_operand): Convert a named operand into a string.
8534         * cp/parse.y (asm_operand): Likewise.
8535
8536 2002-04-13  Andreas Schwab  <schwab@suse.de>
8537
8538         * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
8539
8540 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
8541
8542         Revert these changes:
8543
8544         2002-04-06  Mark Mitchell  <mark@codesourcery.com>
8545
8546         PR c++/5571
8547         * stor-layout.c (layout_decl): Reset the RTL for the decl.
8548
8549 2002-04-12  Richard Henderson  <rth@redhat.com>
8550
8551         * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
8552         (sparc*-*-solaris): Clean up header files.
8553         * configure.in (AS_SPARC64_FLAG): Error out if can't find it
8554         and plan on generating 64-bit code.
8555         * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
8556         * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
8557         * config/sparc/sol2-sld-64.h: Rename ...
8558         * config/sparc/sol2-bi.h: ... here.  Remove the bits that checked
8559         for AS_SPARC64_FLAG not defined.
8560         * config/sparc/sol2-gld-bi.h: New.
8561         * config/sparc/sol2-sld.h: Remove.
8562         * config/sparc/sol26-sld.h: New.
8563         * config/sparc/sol2.h: Tidy comments.
8564         * doc/install.texi: Document sparc-solaris configury changes.
8565
8566 2002-04-12  Richard Henderson  <rth@redhat.com>
8567
8568         * recog.c (offsettable_address_p): Match the logic in adjust_address.
8569
8570         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
8571         in 64-bit mode only.  Use only for 32-bit or MEDLOW.
8572
8573 2002-04-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8574
8575         * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
8576
8577 Fri Apr 12 15:42:59 2002  Jeffrey A Law  (law@redhat.com)
8578
8579         * pa.c (pa_can_combine_p): Call extract_insn before calling
8580         constrain_operands.
8581
8582 2002-04-12  Douglas B Rupp  <rupp@gnat.com>
8583
8584         * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
8585         (TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
8586         (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
8587         (CPP_PREDEFINES): Handle __declspec.
8588         * config/i386/t-interix (USER_H): Remove.
8589
8590 2002-04-12  DJ Delorie  <dj@redhat.com>
8591
8592         * integrate.c (compare_blocks): Make comparisons safe for when
8593         sizeof(int) < sizeof(char *).
8594         (find_block): Likewise.
8595
8596 2002-04-12  Jan Hubicka  <jh@suse.cz>
8597             David Edelsohn  <edelsohn@gnu.org>
8598
8599         * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
8600         registers.
8601         (symbol_ref_operand): New.
8602         * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
8603         * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.
8604
8605 2002-04-12  Andreas Schwab  <schwab@suse.de>
8606
8607         * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
8608         * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
8609         overrides the definition in config/svr4.h.
8610
8611 2002-04-12      Eric Norum <eric.norum@usask.ca>
8612
8613         * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
8614         config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
8615         config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
8616         config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
8617         config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
8618         config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
8619         config/v850/rtems.h (*-rtems*): Cleanup pass to move common
8620         definitions to config/rtems.h and make the targets more similar.
8621
8622 Fri Apr 12 08:06:54 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8623
8624         * expr.c (expand_assigment): Remove duplicate conversions #ifdef
8625         POINTERS_EXTEND_UNSIGNED.
8626         (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
8627         (store_expr): Use TYPE_MODE (sizetype), not ptr_mode.
8628
8629         * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
8630         not specified.
8631
8632 Fri Apr 12 12:11:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
8633
8634         * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
8635         depends on TARGET_SHMEDIA, not TARGET_SH5.
8636
8637 2002-04-12  Hans-Peter Nilsson  <hp@bitrange.com>
8638
8639         * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
8640         For paradoxical (subreg VAR), replace VAR, don't try the subreg.
8641
8642 Fri Apr 12 10:51:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
8643
8644         * sh.c (broken_move): Constant 0. / 1. load is OK if there is
8645         no r0 clobber.
8646
8647 2002-04-12  Andreas Schwab  <schwab@suse.de>
8648
8649         * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
8650
8651 2002-04-12  Richard Henderson  <rth@redhat.com>
8652
8653         PR bootstrap/4191
8654         * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
8655
8656         * flow.c (mark_used_reg): Manage reg_cond_dead properly for
8657         modes spanning multiple hard regs.
8658
8659         * recog.c (peephole2_optimize): Rebuild jump labels as needed.
8660
8661 2002-04-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8662
8663         * pa.c (pa_output_function_prologue): Don't accumulate the total
8664         number of code bytes when using TARGET_64BIT, or gas, SOM and not
8665         the portable runtime.
8666         (output_deferred_plabels): Handle 64bit plabels.
8667         (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
8668         generating pic code using the GAS assembler for object formats that
8669         are not SOM (ie., ELF32 and ELF64).
8670         (output_millicode_call): Check attribute type if attribute length is 28.
8671         Likewise use $PIC_pcrel$0.  Only call get_attr_length and
8672         dbr_sequence_length once.
8673         (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
8674         dbr_sequence_length once.
8675         * pa.h (TARGET_SOM): Define if not defined.
8676         * pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
8677         with GAS and not SOM.
8678         (jump, call_internal_reg, call_value_internal_reg): Likewise.
8679         * som.h (OBJ_SOM): Rename to TARGET_SOM.  Undefine before defining.
8680
8681 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
8682
8683         * config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
8684         (DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
8685         (USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
8686         DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
8687         elfos.h and dbxelf.h values are fine now.
8688         * config/i386/freebsd.h, config/alpha/freebsd.h
8689         (DEFAULT_PCC_STRUCT_RETURN): Define to 0.
8690
8691 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
8692
8693         * config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
8694         or set Acpu or Amachine.  Reformat.
8695         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
8696         define.
8697         (LINK_SPEC): Do not need to undef.
8698         * config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
8699         * config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
8700         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
8701         define.
8702         * config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
8703         (ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
8704         (LINK_SPEC): Do not need to undef.
8705         (DONT_USE_BUILTIN_SETJMP): Do not define.
8706         * config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
8707         (CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine.  Remove -Dia64.
8708         (DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
8709         Remove trailing spaces.
8710         * config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
8711         __ELF__, or set Acpu or Amachine.  Reformat.
8712         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
8713         define.
8714
8715 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
8716
8717         * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
8718         all other *-*-freebsd* targets.
8719
8720 2002-04-11  Richard Henderson  <rth@redhat.com>
8721
8722         * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
8723
8724 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
8725
8726         * config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
8727         Include {cpu}/{cpu}.h thru tm_file.
8728         (alpha*-*-linux*ecoff): Remove target.
8729         * config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
8730         (LINK_SPEC): Remove, is not OS independent.
8731         * config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
8732         (LINK_SPEC): Do not need to #undef any longer.
8733         * config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
8734         any longer.
8735         * config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
8736         __ELF__.
8737         (LINK_SPEC): Moved here from alpha/elf.h.
8738         * config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
8739         SUB_CPP_PREDEFINES.
8740         * config/alpha/linux-ecoff.h: Remove.
8741         * config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
8742         (CPP_SPEC): Define _POSIX_SOURCE as needed.
8743         (CPP_SUBTARGET_SPEC): Do not define.
8744         (LINK_SPEC): Do not need to #undef any longer.
8745         * config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
8746         * config/alpha/vms.h: Likewise.
8747
8748 2002-04-11  Richard Sandiford  <rsandifo@redhat.com>
8749
8750         * doc/extend.texi: Remove old claim that typedefs cannot have
8751         an alignment attribute.
8752
8753 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
8754
8755         PR optimization/6177
8756         * expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
8757         bitpos is 0 and bitsize CONCAT size.
8758
8759 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
8760
8761         PR c/6223
8762         * combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.
8763
8764 2002-04-10  David O'Brien  <obrien@FreeBSD.org>
8765
8766         * config/alpha/freebsd.h: Minor reformatting.
8767         (CPP_SPEC): Define ELF and add cpp_subtarget.
8768         (ASM_SPEC): No longer needed.
8769
8770 2002-04-11  Richard Henderson  <rth@redhat.com>
8771
8772         * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
8773         (movdi_insn_sp32_v9): Likewise.  Only allow stx with aligned memory.
8774         (dimode mem/zero splitter): New.
8775
8776 2002-04-11  Hans-Peter Nilsson  <hp@axis.com>
8777
8778         * config/cris/cris.c (cris_override_options): Tweak error message
8779         for PIC not implemented.
8780
8781         * config/cris/cris.h: Tweak comments related to parameter-passing.
8782
8783         * t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.
8784
8785 2002-04-10  Richard Henderson  <rth@redhat.com>
8786
8787         * except.c (add_ehl_entry): Allow duplicates after landing pad
8788         creation.
8789
8790 2002-04-10  David Edelsohn  <edelsohn@gnu.org>
8791
8792         * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
8793
8794 2002-04-10  Toon Moene  <toon@moene.indiv.nluug.nl>
8795
8796         * c-decl.c (c_init_decl_processing): Move generation of
8797         decls for g77_integer_type_node and friends from here ...
8798         * c-common.c (c_common_nodes_and_builtins): ... to here.
8799
8800 2002-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
8801
8802         * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
8803         is only used as frame pointer when frame_pointer_needed is true.
8804
8805 2002-04-10  Richard Earnshaw  <rearnsha@arm.com>
8806
8807         PR target/817
8808         * arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
8809         for the fact that the pool entry uses two words.
8810         (movdf_hard_insn): Similarly.  Also, ADR instruction can span
8811         1k bytes.
8812         (movdf_soft_insn): Similarly.
8813         (movxf_hard_insn): Adjust neg_pool_range attribute to allow
8814         for the fact that the pool entry uses three words.
8815
8816 2002-04-10  Richard Sandiford  <rsandifo@redhat.com>
8817
8818         * config/mips/mips.c (mips_va_arg): When using the struct version
8819         of the EABI va_list, allow arguments in the register save area to
8820         take up less room than a stack argument.
8821
8822 2002-04-10  Richard Henderson  <rth@redhat.com>
8823
8824         * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
8825         if EXPAND_INITIALIZER.
8826
8827 2002-04-09  Richard Henderson  <rth@redhat.com>
8828
8829         * config/alpha/alpha.md (movdi_er_maybe_g): New.
8830         * config/alpha/alpha.c (alpha_expand_mov): Use it.
8831
8832 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
8833
8834         PR optimization/6233
8835         * rtlanal.c (pure_call_p): New function.
8836         * rtl.h (pure_call_p): Declare.
8837         * loop.c (prescan_loop): Use it to set has_nonconst_call.
8838         * gcse.c (store_killed_in_insn): Use pure_call_p here too.
8839
8840 2002-04-09  Eric Christopher  <echristo@redhat.com>
8841
8842         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
8843         information to .comm directive.
8844
8845 2002-04-09  Richard Henderson  <rth@redhat.com>
8846
8847         PR c/5078
8848         * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
8849
8850 2002-04-09  Richard Henderson  <rth@redhat.com>
8851
8852         * basic-block.h (flow_delete_block_noexpunge): Declare.
8853         (expunge_block_nocompact): Declare.
8854         * cfg.c (expunge_block_nocompact): Split out from ...
8855         (expunge_block): ... here.
8856         * cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
8857         (flow_delete_block_noexpunge): Split out from ...
8858         (flow_delete_block): ... here.
8859         * cfgcleanup.c (delete_unreachable_blocks): Compact while
8860         removing dead blocks.
8861         * except.c (exception_handler_labels): Remove.
8862         (exception_handler_label_map): New.
8863         (struct eh_region): Add aka member.
8864         (mark_ehl_map_entry, mark_ehl_map, free_region): New.
8865         (ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
8866         (for_each_eh_label, for_each_eh_label_1): New.
8867         (init_eh): Register exception_handler_label_map.
8868         (free_eh_status): Use free_region.
8869         (find_exception_handler_labels): Use the map, not the list.
8870         (remove_exception_handler_label): Likewise.
8871         (maybe_remove_eh_handler): Likewise.
8872         (remove_eh_handler): Use the region aka bitmap.
8873         * except.h (exception_handler_labels): Remove.
8874         (for_each_eh_label): Declare.
8875         * jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
8876         * loop.c (invalidate_loops_containing_label): New.
8877         (find_and_verify_loops): Use it.  Use for_each_eh_label.
8878         * sched-rgn.c (is_cfg_nonregular): Use
8879         current_function_has_exception_handlers.
8880
8881 2002-04-09  Richard Henderson  <rth@redhat.com>
8882
8883         * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
8884         sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
8885         Do not return changed status.
8886         (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
8887         sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
8888         New functions that do return changed status.
8889         * sbitmap.h: Update decls.
8890         * gcse.c, lcm.c: Use _cg functions as needed.
8891
8892 Tue Apr  9 19:15:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
8893
8894         * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
8895         (sh64-*-elf*, sh-*-rtemself*): Likewise.
8896         * config/sh/embed_bb.c: New file.
8897         * config/sh/embed-elf.h: New file.
8898         * sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
8899         if -m[12345]* option is given.  Don't use subtarget_cpp_ptr_spec.
8900         (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
8901         __PTRDIFF_TYPE__ .
8902         (SUBTARGET_CPP_PTR_SPEC): Don't define.
8903         (EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
8904         Add subtarget_asm_endian_spec.
8905         (ASM_SPEC): Use subtarget_asm_endian_spec.
8906         (SUBTARGET_ASM_ENDIAN_SPEC): Define.
8907         (RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
8908         (WCHAR_UNSIGNED): Define.
8909         (SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
8910         (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
8911         (ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
8912         Fix value.
8913         * sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
8914         (sh_adjust_cost): Likewise.
8915         sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
8916         __PTRDIFF_TYPE__ .
8917         (SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
8918         (WCHAR_TYPE_SIZE): Likewise.
8919         (ASM_SPEC): Use subtarget_asm_endian_spec.
8920         (SH_ELF_WCHAR_TYPE): #undef/ #define.
8921         (MAX_WCHAR_TYPE_SIZE): Don't #undef.
8922         * config/sh/elf.h (WCHAR_UNSIGNED): #undef .
8923         (MAX_WCHAR_TYPE_SIZE): Don't #define .
8924         (WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
8925         (USER_LABEL_PREFIX): Don't #undef /#define .
8926         (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
8927         * config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
8928         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
8929         (ASM_SPEC): Likewise.
8930         (SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
8931         (CC1_SPEC): don't supply -m3 for -m4*, -m5*.
8932         * t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
8933         (LIB2FUNCS_EXTRA): Define.
8934         * t-sh64 (LIB2FUNCS_EXTRA): Define.
8935         * config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
8936         (LIB1ASMFUNCS_CACHE): Define.
8937         (LIB2FUNCS_EXTRA): Redefine empty.
8938
8939 2002-04-08  Richard Henderson  <rth@redhat.com>
8940
8941         * reorg.c (get_branch_condition): Use reversed_comparison_code.
8942
8943 2002-04-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8944
8945         * config/m68hc11/larith.asm (__map_data_section): Fix condition
8946         and optimize for size.
8947         (__do_global_ctors): Fix pointer comparison.
8948         (__do_global_dtors): Likewise.
8949
8950 2002-04-09  David S. Miller  <davem@redhat.com>
8951
8952         * config/sparc/sparc.c (sparc_extra_constraint_check): New
8953         function, implementing EXTRA_CONSTRAINTS.  For memory constraints,
8954         allow reloading pseudos.
8955         * config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
8956         * config/sparc/sparc-protos.h: Declare it.
8957
8958         * config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
8959         unsigned comparison warning.
8960         (output_restore_regs): Mark leaf_function as unused.
8961
8962 Tue Apr  9 09:35:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8963
8964         * expr.c (is_aligning_offset): New function.
8965         (expand_expr, case COMPONENT_EXPR): Call it.
8966
8967 2002-04-08  David S. Miller  <davem@redhat.com>
8968
8969         PR target/6082
8970         * config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
8971
8972         Make init_priority work on Sparc when using GNU ld.
8973         * config/sparc/linux.h, config/sparc/linux64.h,
8974         config/sparc/netbsd-elf.h, config/sparc/freebsd.h
8975         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
8976         * config/sparc/sol2-gld.h: New file to do the same.
8977         * config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
8978         sparc/sol2-gld.h to tm_file.
8979
8980         PR optimization/4328
8981         * config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
8982         * doc/md.texi: Document it.
8983         * config/sparc/sparc.md (movdi_insn_sp64_novis,
8984         movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
8985         movdf_insn_v9only_vis, movdf_insn_sp64_novis,
8986         movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
8987         * config/sparc/sparc.c (mem_min_alignment): Fix comment.
8988
8989 2002-04-08  Andreas Jaeger  <aj@suse.de>
8990
8991         * stmt.c (expand_asm_operands): Revert last patch from Richard
8992         Henderson.
8993
8994 2002-04-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8995
8996         * doc/contrib.texi (Contributors): Add John David Anglin and Loren
8997         J. Rittle (the latter also to Testers).  Update David O'Brien's entry.
8998
8999 2002-04-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9000
9001         * doc/contrib.texi (Contributors): Add David O'Brien.
9002
9003 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
9004
9005         * configure.in (auto-build.h): Use target_alias and build_alias
9006         when running configure.
9007         (gcc_cv_as, gcc_cv_ld): Search install paths when build != host too.
9008         (gcc_cv_nm, gcc_cv_objdump): Set for build != host too.
9009         * configure: Regenerate.
9010
9011 2002-04-07  David S. Miller  <davem@redhat.com>
9012
9013         * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
9014
9015 2002-04-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9016
9017         PR 5933
9018         * pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
9019         generating 32-bit pic code.
9020
9021 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
9022
9023         * cppinit.c (cpp_create_reader): Initialize
9024         discard_comments_in_macro_exp.
9025         (COMMAND_LINE_OPTIONS): Add "-CC" option.
9026         (cpp_handle_option): Handle "-CC" option.
9027         * cpplex.c (save_comment): If saving a C++ comment in
9028         a directive, convert it to a C comment.
9029         (_cpp_lex_direct): Pass second comment start character to
9030         save_comment to indicate comment type.
9031         * cpplib.c (_cpp_handle_directive): If processing
9032         a "#define" directive and discard_comments_in_macro_exp
9033         is false,  re-enable saving of comments.
9034         (lex_macro_node): If discard_comments_in_macro_exp is false,
9035         discard any comments before the macro identifier.
9036         * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
9037         member.
9038         * cppmacro.c (cpp_get_token): If expanding a macro while
9039         processing a directive, discard any comments we might encounter.
9040         (parse_params): If discard_comments_in_macro_exp is false,
9041         ignore comments in the macro parameter list.
9042         * gcc.c (cpp_unique_options): Add "-CC" option.
9043         (option_map): Map "--comments-in-macros" to "-CC".
9044         * doc/cppopts.texi: Document "-CC" option.
9045         * f/lang-specs.h: Add "-CC" option.
9046         * testsuite/gcc.dg/cpp/maccom1.c: New test.
9047         * testsuite/gcc.dg/cpp/maccom2.c: New test.
9048         * testsuite/gcc.dg/cpp/maccom3.c: New test.
9049         * testsuite/gcc.dg/cpp/maccom4.c: New test.
9050         * testsuite/gcc.dg/cpp/maccom5.c: New test.
9051         * testsuite/gcc.dg/cpp/maccom6.c: New test.
9052
9053 2002-04-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9054
9055         PR middle-end/6180
9056         * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
9057
9058 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9059
9060         PR c++/5571
9061         * stor-layout.c (layout_decl): Reset the RTL for the decl.
9062
9063         PR opt/5120
9064         * sibcall.c (optimize_sibling_and_tail_recursive_call): Clear
9065         RTX_UNCHANGING_P for the functions arguments when a tail call
9066         is made.
9067
9068 2002-04-06  Jason Merrill  <jason@redhat.com>
9069
9070         * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
9071         (parse_options_and_default_flags): Set them appropriately.
9072         * c-common.c (c_common_post_options): Don't set flag_really_no_inline.
9073
9074 2002-04-06  Hans-Peter Nilsson  <hp@bitrange.com>
9075
9076         * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc
9077         here.
9078
9079         * config/mmix/mmix.h (INITIAL_ELIMINATION_OFFSET): Remove spurious
9080         semicolon.
9081
9082         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Variable-size
9083         types come in by-reference.  Fix typo in comment.
9084
9085 2002-04-05  David S. Miller  <davem@redhat.com>
9086
9087         * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.
9088         * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos,
9089         sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*,
9090         {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file.
9091
9092 2002-04-05  David S. Miller  <davem@redhat.com>
9093
9094         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): If we
9095         are not going to emit return instructions, emit at least a nop
9096         for the sake of sane backtraces.
9097
9098 2002-04-05  Richard Henderson  <rth@redhat.com>
9099
9100         * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
9101
9102 2002-04-05  Jakub Jeilnek  <jakub@redhat.com>
9103
9104         * mklibgcc.in: Use $tmpmapfile, not tmp-$@.
9105
9106 2002-04-05  Alexandre Oliva  <aoliva@redhat.com>
9107
9108         * config/mips/mips.h (ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE,
9109         ISA_HAS_FP4, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
9110         ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Disable if TARGET_MIPS16.
9111
9112 2002-04-05  Andreas Schwab  <schwab@suse.de>
9113
9114         * c-convert.c: Include c-common.h.
9115         * Makefile.in (c-convert.o): Updated.
9116
9117 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
9118
9119         * mklibgcc.in: Use separate libgcc.map for each multilib.
9120         * Makefile.in (distclean): Don't remove libgcc.map here.
9121
9122 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
9123
9124         * Makefile.in (s-mlib): Handle --disable-multilib by separate
9125         genmultilib invocation.
9126
9127 2002-04-04  Richard Sandiford  <rsandifo@redhat.com>
9128
9129         * config/mips/mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs
9130         to avoid clash with Irix header file sys/ucontext.h.  Rename gp_regs
9131         to num_gprs for symmetry.
9132         * config/mips/mips.c: Adjust accordingly.
9133
9134 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9135
9136         * c-common.c (truthvalue_conversion): Rename, update.
9137         * c-common.h (c_common_truthvalue_conversion): New.
9138         * c-convert.c (convert): Update.
9139         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
9140         * c-parse.in (expr_no_commas, if_prefix, select_or_iter_stmt): Update.
9141         * c-typeck.c (build_binary_op, build_unary_op,
9142         build_conditional_expr): Update.
9143         * fold-const.c (constant_boolean_node, fold): Use langhook.
9144         * langhooks-def.h (LANGHOOK_INITIALIZER): Update.
9145         * langhooks.h (struct lang_hooks): New hook.
9146         * stmt.c (expand_decl_cleanup): Use langhook.
9147         * tree.h (truthvalue_conversion): Remove.
9148 objc:
9149         * objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
9150
9151 2002-04-05  Alan Modra  <amodra@bigpond.net.au>
9152
9153         * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
9154         Add rules to make null object file.
9155
9156 2002-04-04  Jim Blandy  <jimb@redhat.com>
9157
9158         * cppmacro.c (cpp_macro_definition): Do not emit spaces after
9159         macro formal parameter names.
9160
9161 2002-04-04  David S. Miller  <davem@redhat.com>
9162
9163         * calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.
9164
9165 2002-04-04  Richard Henderson  <rth@redhat.com>
9166
9167         PR middle-end/5099
9168         * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
9169         Support copies into and out of memory.  Don't accept allows_reg
9170         and allows_mem as gospel.
9171
9172 2002-04-04  Richard Henderson  <rth@redhat.com>
9173
9174         PR opt/6165
9175         * alias.c (true_dependence): Force (mem:blk (scratch)) to conflict.
9176         (write_dependence_p): Likewise.
9177
9178 2002-04-04  Richard Henderson  <rth@redhat.com>
9179
9180         * predict.c (estimate_bb_frequencies): Do frequency calculation
9181         with a volatile temporary.
9182
9183 2002-04-04  Ulrich Weigand  <uweigand@de.ibm.com>
9184
9185         * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
9186
9187 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9188
9189         PR c++/6119
9190         * final.c (final_start_function): Don't bump profile_label_no here...
9191         (final_end_function): ...but here.
9192
9193 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9194
9195         * config/sparc/sparc.md (pic): New attribute.
9196         (do_builtin_setjmp_setup): Save %fp, %i7 and %l7 for TARGET_V9
9197         into stack slots.
9198         (split after do_builtin_setjmp_setup): New.
9199
9200 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9201
9202         PR fortran/6106
9203         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
9204         change.
9205
9206 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9207
9208         * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
9209         UNITS_PER_WORD for zero sized aggregates.
9210
9211 2002-04-03  David S. Miller  <davem@redhat.com>
9212
9213         * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new
9214         one-character spec for this, just use %(link_gcc_c_sequence).
9215
9216 2002-04-03  David S. Miller  <davem@redhat.com>
9217
9218         * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
9219         handling.
9220
9221 2002-04-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9222
9223         * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
9224         (DWARF_FRAME_RETURN_COLUMN): Move.
9225         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9226         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Define.
9227         * pa.c (except.h, predict.h): Include.
9228         (FRP): Delete.
9229         (store_reg_modify, set_reg_plus_d): Revise prototypes.
9230         (output_ascii): Add cast.
9231         (store_reg_modify): Revise to add frame notes.
9232         (set_reg_plus_d): Likewise.
9233         (compute_frame_size): Include space for eh data registers in frame if
9234         the current function calls eh_return.
9235         (hppa_expand_prologue):  Ensure register %r2 is saved if the current
9236         function calls eh_return.  Save eh data registers if the current
9237         function calls eh_return.  Fix code to add frame notes.  Emit
9238         blockage to prevent insns with frame notes being scheduled in the
9239         delay slot of calls.
9240         (hppa_expand_epilogue): Restore eh data registers and do final stack
9241         adjustment if the current function calls eh_return.  Don't add frame
9242         notes.
9243         (output_call): Revise for change in length of call insn.  Don't do
9244         return pointer adjustment for an unconditional jump in the delay slot
9245         of a call when using frame notes.
9246         * pa.h (EH_RETURN_DATA_REGNO): Revise for TARGET_64BIT compatibility.
9247         (EH_RETURN_HANDLER_RTX): Use saved value on stack.
9248         (ARG_POINTER_CFA_OFFSET): Define.
9249         * pa.md (return_external_pic): New pattern.
9250         (prologue): Correct formatting.  Use return_external_pic if current
9251         function calls eh_return.
9252         (call_internal_symref, call_value_internal_symref,
9253         sibcall_internal_symref, sibcall_value_internal_symref): Change default
9254         lengths of short, long non-pic, and long pic calls to 8, 68, and 84,
9255         respectively.
9256         (exception_receiver): Use hppa_pic_save_rtx () to restore pic register.
9257
9258         * configure.in ("assembler dwarf2 debug_line support"): Add hppa*-*-* to
9259         list of targets to check using "nop" insn.
9260         * configure: Rebuilt.
9261
9262 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
9263
9264         * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.
9265
9266 2002-04-03  David S. Miller  <davem@redhat.com>
9267
9268         * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
9269         library sequence passed to the linker.
9270         (LINK_COMMAND_SPEC): Use it.
9271         * doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
9272         a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
9273         * config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
9274
9275 2002-04-03  Jason Merrill  <jason@redhat.com>
9276
9277         * except.c (struct eh_status): Remove protect_list.
9278         (begin_protect_partials, end_protect_partials): Remove.
9279         (add_partial_entry): Remove.
9280         * except.h: Remove prototypes.
9281
9282         * expr.c (expand_expr) [WITH_CLEANUP_EXPR, TARGET_EXPR]: Use
9283         expand_decl_cleanup_eh.
9284
9285         PR c++/5636
9286         * tree.h (CLEANUP_EH_ONLY): New macro.
9287         * stmt.c (expand_decl_cleanup_eh): New fn.
9288         (expand_cleanups): Check CLEANUP_EH_ONLY.
9289         * c-semantics.c (genrtl_decl_cleanup): Just take the CLEANUP_STMT.
9290         Use expand_decl_cleanup_eh.
9291         (expand_stmt): Adjust.
9292         * c-common.h: Adjust prototype.
9293
9294 2002-04-04  Hans-Peter Nilsson  <hp@axis.com>
9295
9296         * config/cris/cris.c (cris_target_asm_function_prologue): Cast
9297         uses of PIC_OFFSET_TABLE_REGNUM to int to silence warnings.
9298         (cris_target_asm_function_epilogue): Ditto.
9299         (cris_initial_frame_pointer_offset): Ditto.
9300         (cris_simple_epilogue): Ditto.
9301         (cris_expand_builtin_va_arg): Variable-size types come in
9302         by-reference.
9303
9304 2002-04-03  David S. Miller  <davem@redhat.com>
9305
9306         * config/sparc/crtfastmath.c (FPRS_NS): Get it right for
9307         little-endian.
9308         (set_fast_math): Correct 'fsr' type.
9309
9310 2002-04-03  Richard Henderson  <rth@redhat.com>
9311
9312         PR opt/3569
9313         * langhooks.h (lang_hooks.decls.warn_unused_global): New.
9314         * toplev.c (check_global_declarations): Use it.
9315         * langhooks-def.h (lhd_warn_unused_global_decl): Declare.
9316         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
9317         (LANG_HOOKS_DECLS): Add it.
9318         * langhooks.c (lhd_warn_unused_global_decl): New.
9319         * c-decl.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
9320         * c-objc-common.c (c_warn_unused_global_decl): New.
9321         * c-tree.h (c_warn_unused_global_decl): Declare.
9322         * objc/objc-lang.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
9323
9324 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
9325
9326         * langhooks-def.h (lhd_set_decl_assembler_name,
9327         LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
9328         (LANG_HOOKS_INITIALIZER): Update.
9329         * langhooks.c (lhd_set_decl_assembler_name): New, from tree.c
9330         * langhooks.h (struct lang_hooks): New hook.
9331         * tree.c (set_decl_assembler_name): Move to langhooks.c.
9332         (lang_set_decl_assembler_name): Remove.
9333         (init_obstacks): Don't set hook.
9334         (decl_assembler_name): New function.
9335         * tree.h (DECL_ASSEMBLER_NAME): Turn into a function call.
9336         (decl_assembler_name): New.
9337         (lang_set_decl_assembler_name): Remove.
9338
9339 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
9340
9341         * configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
9342         works properly with .hidden symbols.
9343         * configure: Rebuilt.
9344         * config.in: Rebuilt.
9345         * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
9346         DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
9347         properly with .hidden symbols.
9348
9349 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
9350
9351         PR middle-end/6102
9352         * df.c (df_insn_refs_record): Use XEXP not SET_DEST to access
9353         USE argument.
9354
9355 2002-04-03  Richard Henderson  <rth@redhat.com>
9356
9357         PR opt/4120
9358         * sched-rgn.c (sets_likely_spilled): New.
9359         (sets_likely_spilled_1): New.
9360         (add_branch_dependences): Use it.
9361
9362 2002-04-02  Richard Henderson  <rth@redhat.com>
9363
9364         PR opt/4311
9365         * loop.h (LOOP_FIRST_PASS): New.
9366         * loop.c (strength_reduce): Mind it when deciding to unroll.
9367         * toplev.c (rest_of_compilation): Set it.
9368
9369 2002-04-02  David S. Miller  <davem@redhat.com>
9370
9371         * config/sparc/sparc.md (ldd peephole2s): Fix final arg to
9372         mems_ok_for_ldd_peep when the order of the loads being examined
9373         is reversed.
9374         * config/sparc/sparc.c (mems_ok_for_ldd_peep): Expand upon
9375         existing comment to increase comprehension of this situation.
9376
9377 2002-04-02  Zack Weinberg  <zack@codesourcery.com>
9378
9379         * config/sh/sh.md: Don't use union real_extract.
9380
9381 2002-04-02  Richard Henderson  <rth@redhat.com>
9382
9383         * libgcc2.c (__bb_exit_func): Revert 03-31 change.
9384
9385 2002-04-02  David O'Brien  <obrien@FreeBSD.org>
9386
9387         * config.gcc (i386-dg-dgux, i386-go32-msdos , i386-go32-rtems,
9388         i386-ibm-aix, i386-moss-msdos, i386-ncr-sysv4, i386-next-,
9389         i386-pc-msdosdjgpp, i386-sequent-bsd, i386-sequent-ptx1,
9390         i386-sequent-ptx2, i386-sequent-ptx4, i386-sun-sunos,
9391         i386-wrs-vxworks, i386-*-aout, i386-*-beoself, i386-*-bsd,
9392         i386-*-bsdi, i386-*-chorusos, i386-*-coff, i386-*-elf,
9393         i386-*-freebsd5, i386-*-freebsd-aout, i386-*-gnu, i386-*-interix,
9394         i386-*-interix3, i386-*-isc, i386-*-linux, i386-*-linuxaout,
9395         i386-*-linuxoldld, i386-*-lynxos, i386-*-mach, i386-*-mingw32,
9396         i386-*-netbsd, i386-*-netbsdelf, i386-*-netware, i386-*-openbsd,
9397         i386-*-osf1, i386-*-osfrose, i386-*-pe , i386-*-rtems,
9398         i386-*-rtemscoff, i386-*-sco3.2v5, i386-*-solaris2, i386-*-sysv,
9399         i386-*-sysv4, i386-*-sysv5, i386-*-udk, i386-*-uwin, i386-*-vsta,
9400         i386-*-win32, x86_64-*-freebsd5, x86_64-*-linux, x86_64-*-netbsd):
9401         Include as many configury headers via tm_file as possible.  This
9402         includes among others i386/unix.h, i386/bsd.h, i386/gas.h.
9403         * config/openbsd-oldgas.h: New file.
9404         * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/att.h,
9405         config/i386/bsd.h, config/i386/djgpp.h, config/i386/freebsd-aout.h,
9406         config/i386/gas.h, config/i386/gstabs.h, config/i386/i386-aout.h,
9407         config/i386/i386-coff.h, config/i386/i386-interix.h,
9408         config/i386/iscdbx.h, config/i386/linux-aout.h,
9409         config/i386/linux-oldld.h, config/i386/lynx-ng.h, config/i386/lynx.h,
9410         config/i386/mach.h, config/i386/netbsd.h, config/i386/next.h,
9411         config/i386/openbsd.h, config/i386/osfelf.h, config/i386/osfrose.h,
9412         config/i386/sco5.h, config/i386/seq-gas.h, config/i386/seq-sysv3.h,
9413         config/i386/seq2-sysv3.h, config/i386/sequent.h, config/i386/sun.h,
9414         config/i386/sun386.h, config/i386/svr3dbx.h, config/i386/svr3gas.h,
9415         config/i386/sysv3.h, config/i386/uwin.h, config/i386/vsta.h,
9416         config/i386/vxi386.h: Do not directly include configury headers.
9417         * config/i386/cygwin.h, config/i386/djgpp.h, config/i386/win32.h:
9418         Directly include configury headers that are no longer automatically
9419         included by the above headers.
9420         * config/i386/att.h, config/i386/bsd.h (TARGET_VERSION): Do not define.
9421         * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/cygwin.h,
9422         config/i386/djgpp.h, config/i386/i386-aout.h, config/i386/i386-coff.h,
9423         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mach.h,
9424         config/i386/netbsd.h, config/i386/openbsd.h, config/i386/rtems.h,
9425         config/i386/seq-sysv3.h, config/i386/sequent.h, config/i386/svr3gas.h,
9426         config/i386/sysv3.h, config/i386/vsta.h, config/i386/vxi386.h
9427         (TARGET_VERSION): Define.
9428         * config/i386/beos-elf.h, config/i386/freebsd.h,
9429         config/i386/i386-interix.h, config/i386/i386elf.h, config/i386/linux.h,
9430         config/i386/linux64.h, config/i386/netbsd-elf.h, config/i386/netbsd64.h,
9431         config/i386/osfelf.h, config/i386/osfrose.h, config/i386/ptx4-i.h,
9432         config/i386/sco5.h, config/i386/sysv4.h
9433         (TARGET_VERSION): Do not need to protect.
9434         * config/i386/freebsd64.h (TARGET_VERSION): Fix style.
9435         * config/i386/386bsd.h, config/i386/cygwin.h, config/i386/djgpp.h,
9436         config/i386/freebsd-aout.h, config/i386/i386-aout.h,
9437         config/i386/i386-interix.h, config/i386/linux-aout.h,
9438         config/i386/linux-oldld.h, config/i386/mach.h, config/i386/netbsd.h,
9439         config/i386/openbsd.h, config/i386/vsta.h, config/i386/win32.h
9440         (YES_UNDERSCORES): Do not define - not needed.
9441         * config/i386/bsd.h, config/i386/gas.h (LPREFIX,
9442         ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
9443         USER_LABEL_PREFIX): Do not handle the "NO_UNDERSCORES" case.
9444         * config/i386/i386-coff.h, config/i386/lynx.h, config/i386/lynx-ng.h
9445         (LPREFIX, ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
9446         USER_LABEL_PREFIX): Define. (handles the "NO_UNDERSCORES" case)
9447         * config/i386/isc.h: Preserve comment from config/i386/isccoff.h.
9448         * config/i386/isccoff.h, config/i386/v3gas.h: Remove.
9449
9450 2002-04-02  Eric Botcazou  <ebotcazou@multimania.com>
9451             Richard Henderson  <rth@redhat.com>
9452
9453         PR c/5484
9454         * function.c (assign_temp): Accept either type or decl argument.
9455         Detect variables whose size is too large to fit into an integer.
9456         * stmt.c (expand_decl): Pass the decl, not the type.
9457
9458 2002-04-02  David O'Brien  <obrien@FreeBSD.org>
9459
9460         * protoize.c: Match include directory usage with cppdefault.c.
9461
9462 2002-04-03  Jeffrey A Law  (law@redhat.com)
9463             Hans-Peter Nilsson  <hp@bitrange.com>
9464
9465         * combine.c (simplify_comparison): Avoid narrowing a comparison
9466         with a paradoxical subreg when doing so would drop signficant bits.
9467
9468 2002-04-02  Steve Ellcey  <sje@cup.hp.com>
9469
9470         * builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
9471         if POINTERS_EXTEND_UNSIGNED is defined.
9472
9473 2002-04-02  Richard Henderson  <rth@redhat.com>
9474
9475         PR opt/3967
9476         * local-alloc.c (contains_replace_regs): LO_SUM may contain
9477         replace regs.
9478
9479 2002-04-02  Richard Henderson  <rth@redhat.com>
9480
9481         * doc/standards.texi: Document required freestanding libc entry points.
9482
9483 2002-04-02  Alan Modra  <amodra@bigpond.net.au>
9484
9485         * config/rs6000/rs6000.md (ctrdi*): Add FPR constraint and
9486         associated splitter.  Remove MQ constraint.
9487         (ctrdi_internal4): Correct CCmode clobber.
9488
9489 2002-04-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9490
9491         * milli64.S ($$dyncall): New function.
9492         * t-linux (LIB1ASMFUNCS): Revise module list.
9493         (LIB1ASMSRC): Use pa/milli64.S.
9494
9495 2002-04-02  Richard Henderson  <rth@redhat.com>
9496
9497         * fixinc/inclhack.def (AAB_solaris_sys_varargs_h): Move and
9498         rename solaris_sys_varargs_h.
9499
9500 Tue Apr  2 06:47:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9501
9502         * stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
9503         the same mode as its component.
9504
9505 2002-04-02  Richard Henderson  <rth@redhat.com>
9506
9507         PR opt/190
9508         * final.c (this_is_asm_operands): Export.
9509         * output.h (this_is_asm_operands): Declare.
9510         * config/i386/i386.c (print_operand): Error odd asm operands.
9511
9512 2002-04-02  Richard Henderson  <rth@redhat.com>
9513
9514         PR opt/420
9515         * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.
9516
9517 2002-04-01  Richard Henderson  <rth@redhat.com>
9518
9519         PR target/1538
9520         * fixinc/inclhack.def (solaris_sys_varargs_h): New.
9521         * fixinc/fixincl.x: Rebuild.
9522
9523 2002-04-01  Richard Henderson  <rth@redhat.com>
9524
9525         * config/ia64/unwind-ia64.c: Include ia64intrin.h.
9526         (atomic_alloc, atomic_free): New.
9527         (SIZE, MASK_FOR, PTR_IN): New.
9528         (emergency_reg_state, emergency_reg_state_free): New.
9529         (emergency_labeled_state, emergency_labeled_state_free): New.
9530         (reg_state_alloced, labeled_state_alloced): New.
9531         (alloc_reg_state, free_reg_state): New.
9532         (alloc_label_state, free_label_state, free_label_states): New.
9533         (push, pop, dup_state_stack, free_state_stack): Use them.
9534         (desc_label_state): Likewise.
9535         (uw_frame_state_for): Free label states and state stack.
9536         (uw_update_reg_address): Eliminate warnings.
9537
9538 2002-04-01  Vladimir Makarov  <vmakarov@redhat.com>
9539
9540         * config/pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON,
9541         ASM_OUTPUT_ALIGNED_LOCAL): Redefine them.
9542
9543 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9544
9545         * c-decl.c (grokdeclarator): Update.
9546         * c-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
9547         * c-tree.h (c_mark_addressable): New.
9548         * c-typeck.c (default_function_array_conversion, build_unary_op,
9549         build_array_ref, convert_for_assignment): Update.
9550         (mark_addressable): Rename.
9551         * calls.c (try_to_integrate, expand_call): Use langhook.
9552         * expr.c (expand_expr): Use langhook.
9553         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Update.
9554         * langhooks.h (struct lang_hooks): New hook.
9555         * stmt.c (expand_asm_operands): Use langhook.
9556         * tree.h (mark_addressable): Remove.
9557 objc:
9558         * objc-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
9559
9560 2002-04-01  Bob Wilson  <bob.wilson@acm.org>
9561
9562         * config/xtensa/xtensa.c (xtensa_va_arg): Fix compiler warning
9563         in previous change.
9564
9565 2002-04-01  Bob Wilson  <bob.wilson@acm.org>
9566
9567         * config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
9568         for which MUST_PASS_IN_STACK is true (e.g., variable-sized types).
9569
9570 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9571
9572         * c-common.c (unsigned_conversion_warning, convert_and_check,
9573         unsigned_type, signed_type, shorten_compare,
9574         c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
9575         (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
9576         * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
9577         New.
9578         * c-decl.c (grokdeclarator): Update.
9579         * c-format.c (check_format_types): Update.
9580         * c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
9581         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
9582         * c-typeck.c (build_binary_op, convert_for_assignment): Update.
9583         * convert.c (convert_to_integer): Use new hooks.
9584         * expmed.c (make_tree): Use new hooks.
9585         * expr.c (store_expr): Use new hooks.
9586         * fold-const.c (operand_equal_for_comparison_p, build_range_check,
9587         all_ones_mask_p, unextend, fold): Use new hooks.
9588         * langhooks.h (struct lang_hooks_for_types): New hooks.
9589         * tree.h (signed_or_unsigned_type, signed_type,
9590         unsigned_type): Remove.
9591 objc:
9592         * objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
9593         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
9594
9595 2002-03-31  Richard Henderson  <rth@redhat.com>
9596
9597         * config/ia64/unwind-ia64.c (alloc_spill_area): Fix offset.
9598         (desc_frgr_mem): Fix reference to f16-f31.
9599
9600 2002-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9601
9602         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
9603         RTVEC_ELT): Const-ify.
9604         * varray.h (VARRAY_CHECK): Const-ify.
9605         * ggc.h (ggc_mark_rtx, ggc_mark_tree, ggc_mark_nonnull_tree,
9606         ggc_mark_rtvec, ggc_mark): Const-ify.
9607
9608 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9609
9610         * diagnostic.c: Include langhooks-def.h.
9611         * Makefile.in (diagnostic.o): Update.
9612
9613 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
9614
9615         * c-common.c (c_unsafe_for_reeval): Rename.
9616         * c-common.h (c_unsafe_for_reeval): Rename.
9617         * c-decl.c (finish_incomplete_decl): Rename.
9618         (c_init_decl_processing): Don't set langhook.
9619         * c-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
9620         LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
9621         * c-objc-common.c (c_objc_common_init): Don't set langhook.
9622         * c-tree.h (finish_incomplete_decl): Rename.
9623         * langhooks-def.h (lhd_unsafe_for_reeval): New.
9624         (LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
9625         (LANG_HOOKS_INITIALIZER): Update.
9626         * langhooks.c (lhd_unsafe_For_reeval): New.
9627         * langhooks.h (struct langhooks): New hooks.
9628         * toplev.c (incomplete_decl_finalize_hook): Remove.
9629         (wrapup_global_declarations): Update.
9630         * tree.c (lang_unsafe_for_reeval): Remove.
9631         (unsafe_for_reeval): Update.
9632         * tree.h (lang_unsafe_for_reeval, incomplete_decl_finalize_hook):
9633         Remove.
9634 objc:
9635         * objc-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
9636         LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
9637
9638 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
9639
9640         * diagnostic.c (print_error_function): Remove.
9641         (default_print_error_function): Rename.
9642         (report_error_function): Update.
9643         * diagnostic.h (print_error_function): Remove.
9644         (default_print_error_function): Remove.
9645         * langhooks-def.h (struct diagnostic_context): Predeclare.
9646         (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
9647         (LANG_HOOKS_INITIALIZER): Update.
9648         * langhooks.h (struct diagnostic context): Predeclare.
9649         (struct lang_hooks): New hook.
9650
9651 2002-03-31  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9652
9653         * config/rs6000/rs6000.h (RS6000_PIC_OFFSET_TABLE_REGNUM): New.
9654         (PIC_OFFSET_TABLE_REGNUM): Use it and return INVALID_REGNUM if
9655         !flag_pic.
9656         (CONDITIONAL_REGISTER_USAGE): Adjust accordingly.
9657         * config/rs6000/rs6000.h: Use RS6000_PIC_OFFSET_TABLE_REGNUM instead
9658         of PIC_OFFSET_TABLE_REGNUM thruout.
9659         * config/rs6000/rs6000.md: Likewise.
9660         * config/rs6000/darwin.h: Likewise.
9661
9662 Sun Mar 31 14:43:24 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9663
9664         * emit-rtl.c (adjust_address_1, offset_address): Cast value to
9665         unsigned HOST_WIDE_INT, not unsigned int.
9666
9667 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
9668
9669         PR middle-end/6096, middle-end/6098, middle-end/6099
9670         * reorg.c (emit_delay_sequence): Only increment LABEL_NUSES for
9671         CODE_LABELs.
9672         (fill_slots_from_thread): Likewise.
9673
9674 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
9675
9676         * config/sparc/sparc.c (function_arg_record_value_1): Pass complex
9677         floating fields in float regs.
9678         (function_arg_record_value_2): Likewise.
9679
9680 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9681
9682         * config/mmix/mmix.md (define_constants): Remove misleading
9683         FIXME.  Add MMIX_fp_rO_OFFSET.
9684         ("nonlocal_goto_receiver"): Don't have stack-frame address of
9685         saved rO as part of the pattern.  Remove FIXME.
9686         ("*nonlocal_goto_receiver_expanded"): Similar.  Generate address
9687         here, at output-time.
9688
9689 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
9690
9691         PR middle-end/6100
9692         * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
9693         REG_BR_PRED.
9694         (output_v9branch): Likewise.
9695
9696 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
9697
9698         * gcc.c: Revert previous patch for now.
9699         * config/i386/djgpp.h: Likewise.
9700
9701 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9702
9703         * config/mmix/crti.asm (_init): Register _fini with atexit.
9704         * config/mmix/crtn.asm (_fini): Add omitted "POP 0,0".
9705
9706 2002-03-31  Richard Henderson  <rth@redhat.com>
9707
9708         PR target/3997
9709         * config/alpha/elf.h (ASM_OUTPUT_DEF): Tidy.
9710         (ASM_OUTPUT_DEF_FROM_DECLS): New.
9711
9712 2002-03-31  Richard Henderson  <rth@redhat.com>
9713
9714         * libgcc2.c (__bb_exit_func): Make static.
9715
9716         * config/alpha/alpha.md (trap): New.
9717
9718 2002-03-31  Richard Henderson  <rth@redhat.com>
9719
9720         * builtins.c (expand_builtin_va_arg): Give warnings not errors for
9721         promoted argument types; build trap.
9722         (expand_builtin_trap): New.
9723         (expand_builtin): Use it.
9724         * stmt.c (expand_nl_goto_receivers): Likewise.
9725         * expr.h (expand_builtin_trap): Declare.
9726         * libfuncs.h (LTI_abort, abort_libfunc): New.
9727         * optabs.c (init_optabs): Init abort_libfunc.
9728
9729 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
9730
9731         * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...
9732         (LINK_COMMAND_SPEC): ... from here.
9733         (init_gcc_specs): Duplicate it here too, omitting
9734         shared_name in the second copy.
9735         (init_spec): Test for duplicate
9736         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Remove `%L %G'.
9737
9738 2002-03-30  David S. Miller  <davem@redhat.com>
9739
9740         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
9741         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
9742
9743 2002-03-30  Roger Sayle <roger@eyesopen.com>
9744             Richard Henderson  <rth@redhat.com>
9745
9746         * regmove.c (combine_stack_adjustments_for_block): Avoid
9747         emitting a stack adjustment of zero bytes.  Let delete_insn
9748         update bb->head.
9749
9750 2002-03-30  Richard Henderson  <rth@redhat.com>
9751
9752         * config/sparc/sparc.c: Remove all references to TARGET_EPILOGUE.
9753         (sparc_emitting_epilogue): New.
9754         (leaf_label, output_return, sparc_return_peephole_ok): Remove.
9755         * config/sparc/sparc-protos.h: Update.
9756         * config/sparc/sparc.h (MASK_EPILOGUE, TARGET_EPILOGUE): Remove.
9757         (TARGET_SWITCHES): Update.
9758         * config/sparc/sparc.md (return): Remove.
9759         (return_*): Use sparc_emitting_epilogue, not !TARGET_EPILOGUE.
9760         * config/sparc/freebsd.h, config/sparc/linux64.h, config/sparc/lite.h,
9761         config/sparc/liteelf.h, config/sparc/netbsd-elf.h,
9762         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
9763         config/sparc/sp64-aout.h, config/sparc/sp64-elf.h,
9764         config/sparc/sp86x-aout.h, config/sparc/sp86x-elf.h,
9765         config/sparc/splet.h, config/sparc/vxsparc64.h (TARGET_DEFAULT):
9766         Remove MASK_EPILOGUE.
9767         * doc/invoke.texi: Update.
9768
9769 2002-03-30  Daniel Berlin  <dan@dberlin.org>
9770
9771         * dwarf2out.c (dwarf2out_define): Remove start_source_file call,
9772         CPP will start the file for us.
9773
9774 2002-03-30  Richard Henderson  <rth@redhat.com>
9775
9776         PR target/5446
9777         * config/ia64/ia64.c (group_barrier_needed_p): Special case
9778         prologue_allocate_stack.
9779         (ia64_single_set): Use insn codes for recognition of special
9780         cases, not rtl matching.
9781         * config/ia64/ia64.md (prologue_allocate_stack): Op 3 is in-out.
9782
9783 Sat Mar 30 23:48:41 CET 2002  Jan Hubicka  <jh@suse.cz>
9784
9785         * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
9786
9787 2002-03-30  Richard Henderson  <rth@redhat.com>
9788
9789         PR target/6032
9790         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
9791         or -fomit-frame-pointer with profiling.
9792         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
9793         (FUNCTION_PROFILER): Do nothing.
9794         (PROFILE_HOOK): New.
9795         * config/sparc/sparc.c (sparc_override_options): Don't check
9796         code models for profiling.
9797         (sparc_function_profiler): Remove.
9798         (sparc_profile_hook): New.
9799         * config/sparc/sparc-protos.h: Update.
9800
9801 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
9802
9803         PR optimization/6086
9804         * combine.c (combine_simplify_rtx): If simplify_rtx failed because
9805         of SUBREG of volatile MEM or because the MEM was mode dependent,
9806         return CLOBBER instead of unmodified SUBREG.
9807
9808 Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
9809
9810         * local-alloc.c (local_alloc): Avoid call of update_equiv_regs
9811         when not optimizing.
9812
9813         * toplev.c (rest_of_compilation): Cann mark_constant_function
9814         only when optimizing.
9815
9816         * flow.c (calculate_global_regs_live): Ensure that all AUX fields
9817         are NULL.
9818
9819         * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
9820         (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
9821         (try_optimize_cfg): clear all AUX fields.
9822
9823         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
9824         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
9825         (ix86_address_cost): Be prepared for SUBREGed registers.
9826         (legitimate_address_p): Accept SUBREGed registers.
9827
9828 2002-03-29  Richard Henderson  <rth@redhat.com>
9829
9830         PR target/5672
9831         * expr.c (expand_expr): Pass along EXPAND_INITIALIZER one more place.
9832
9833 2002-03-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9834
9835         * config/rs6000/rs6000.c (rs6000_va_arg): Correctly set register count
9836         for aggregate and TFmode types.
9837
9838 2002-03-29  Hans-Peter Nilsson  <hp@bitrange.com>
9839
9840         * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].
9841
9842 2002-03-29  Richard Henderson  <rth@redhat.com>
9843
9844         PR target/5886
9845         * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
9846         * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
9847
9848 2002-03-29  Richard Henderson  <rth@redhat.com>
9849
9850         PR target/6041
9851         * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
9852         (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
9853         * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
9854         * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
9855         conditional.
9856         * docs/invoke.texi: Update -mno-fancy-math-387 docs.
9857
9858 2002-03-29  Dale Johannesen <dalej@apple.com>
9859
9860         * loop.c (combine_movables): Do allow combination of pseudos.
9861
9862 2002-03-29  Loren J. Rittle  <ljrittle@acm.org>
9863
9864         * config.gcc (*-*-freebsd*): Enable creation of libgcc_s.so.
9865         * config/t-slibgcc-elf-ver (SHLIB_LC): Add macro and use it.
9866         No functional change except ...
9867         * config/t-slibgcc-nolc-override (SHLIB_LC): Override it.  New file.
9868         * doc/install.texi (*-*-freebsd*): Document port configuration.
9869
9870 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9871
9872         * Makefile.in (convert.o, calls.o, expmed.o): Update.
9873         * attribs.c (handle_mode_attribute, handle_vector_size_attribute):
9874         Use new hooks.
9875         * builtin-types.def (BT_PTRMODE): Update.
9876         * c-common.c (type_for_size): Rename c_common_type_for_size.
9877         (type_for_mode): Similarly.
9878         (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
9879         Use new hook.
9880         * c-bommon.h (c_common_type_for_size, c_common_type_for_mode): New.
9881         * c-decl.c (finish_enum, build_enumerator): Use new hooks.
9882         * c-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
9883         Redefine.
9884         * c-typeck.c (common_type, comptypes, default_conversion):
9885         Use new hooks.
9886         * calls.c: Include langhooks.h.
9887         (emit_library_call_value_1): Use new hooks.  Avoid redundant
9888         calls.
9889         * convert.c: Include langhooks.h
9890         (convert_to_pointer, convert_to_integer): Use new hooks.
9891         * except.c (init_eh): Similarly.
9892         * expmed.c: Include langhooks.h.
9893         (expand_mult_add): Use new hooks.
9894         * expr.c (store_expr, store_constructor, expand_expr, do_jump,
9895         try_casesi): Similarly.
9896         * fold-const.c (optimize_bit_field_compare, make_range,
9897         decode_field_reference, fold_truthop, fold): Similarly.
9898         * function.c (assign_stack_local_1, assign_stack_temp_for_type,
9899         put_var_into_stack): Similarly.
9900         * langhooks-def.h (LANG_HOOKS_TYPE_FOR_MODE,
9901         LANG_HOOKS_TYPE_FOR_SIZE): New.
9902         (LANG_HOOKS_TYPES_INITIALIZER): Update.
9903         * langhooks.h (lang_hooks_for_types): New hooks.
9904         * stmt.c (expand_decl_cleanup, emit_case_nodes): Use new hooks.
9905         * tree.c (get_unwidened, get_narrower): Similarly.
9906         * tree.h (type_for_mode, type_for_size): Remove.
9907         * varasm.c (force_const_mem): Use new hooks.
9908         * utils2.c (nonbinary_modular_operation): Update.
9909 objc:
9910         * objc-act.c (handle_impent): Update.
9911         * objc-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
9912         Redefine.
9913
9914 2002-03-29  Steve Ellcey  <sje@cup.hp.com>
9915
9916         * config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New.
9917         * config/ia64/ia64.c (basereg_operand): New.
9918         * config/ia64/ia64-protos.h (basereg_operand): Declare.
9919         * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand.
9920
9921 2002-03-29  Hans-Peter Nilsson  <hp@bitrange.com>
9922
9923         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Correct
9924         unwind information when frame_pointer_needed.
9925         (mmix_assemble_integer): Tweak wording in comment.
9926
9927 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9928
9929         * Makefile.in (except.o): Update.
9930         * except.c: Include langhooks.h.
9931         (init_eh): Use langhook.
9932         * langhooks-def.h (LANG_HOOKS_MAKE_TYPE,
9933         LANG_HOOKS_FOR_TYPES_INITIALIZER): New.
9934         (LANG_HOOKS_INITIALIZER): Update.
9935         * langhooks.h (lang_hooks_for_types): New.
9936         (struct lang_hooks): Add it.
9937         * tree.c (make_lang_type_fn, make_lang_type): Remove.
9938         * tree.h (make_lang_type_fn, make_lang_type): Remove.
9939 config:
9940         * alpha/alpha.c: Include langhooks.h.
9941         (alpha_build_va_list): Use langhook.
9942         * d30v/d30v.c: Include langhooks.h.
9943         (d30v_build_va_list): Use langhook.
9944         * i386/i386.c: Include langhooks.h.
9945         (ix86_build_va_list): Use langhook.
9946         * rs6000/rs6000.c (rs6000_build_va_list): Use langhook.
9947         * s390/s390.c: Include langhooks.h.
9948         (s390_build_va_list): Use langhook.
9949         * stormy16/stormy16.c: Include langhooks.h.
9950         (stormy16_build_va_list): Use langhook.
9951
9952 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9953
9954         PR c++/5964
9955         * config/sparc/sparc.md (empty_delay_slot, branch_type): New
9956         attributes.
9957         (length): Compute variable length for branches/calls/jumps here.
9958         (branch, inverted_branch, normal_fp_branch, inverted_fp_branch,
9959         normal_fpe_branch, inverted_fpe_branch): Remove length attribute,
9960         define branch_type attribute.
9961         (divsi3_sp32): Maximum length is 6 not 7.
9962         (call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
9963         call_address_untyped_struct_value_sp32,
9964         call_symbolic_untyped_struct_value_sp32): Set length to 3 not 2.
9965         * config/sparc/sparc.c (empty_delay_slot): New function.
9966         * config/sparc/sparc.h (ADJUST_INSN_LENGTH): Remove.
9967         * config/sparc/sparc-protos.h (empty_delay_slot): Add prototype.
9968
9969 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9970
9971         * combine.c (set_nonzero_bits_and_sign_copies): Don't call
9972         nonzero_bits if not needed.
9973         (nonzero_bits) [XOR]: Likewise.
9974         (nonzero_bits) [REG]: Use reg_last_set_nonzero_bits even if
9975         reg_last_set_mode and mode are both MODE_INT, but not equal.
9976         (record_value_for_reg): Compute reg_last_set_nonzero_bits
9977         in nonzero_bits_mode for MODE_INT modes.
9978
9979 2002-03-28  Richard Henderson  <rth@redhat.com>
9980
9981         PR target/5715
9982         * config/alpha/osf.h (ASM_SPEC): Don't pass any special options
9983         to GAS.  Correct drift between alternatives.
9984
9985 2002-03-28  Richard Henderson  <rth@redhat.com>
9986
9987         PR target/6087
9988         * reload1.c (fixup_abnormal_edges): Move insn to edge via sequence.
9989
9990 2002-03-28  Alexandre Oliva  <aoliva@redhat.com>
9991
9992         * config/i386/freebsd.h (LINK_SPEC): Don't pass default
9993         emulation to the linker.
9994
9995 2002-03-28  Loren J. Rittle  <ljrittle@acm.org>
9996
9997         * config/alpha/freebsd.h (LINK_SPEC): Likewise.
9998         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
9999
10000 Thu Mar 28 16:35:31 2002  Jeffrey A Law  (law@redhat.com)
10001
10002         * combine.c (simplify_and_const_int): Make sure to apply mask
10003         when force_to_mode returns a constant integer.  PR3311.
10004
10005 2002-03-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10006
10007         * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
10008
10009 2002-03-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10010
10011         * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
10012         and Objective-C Dialect Options.
10013
10014 2002-03-28  Richard Henderson  <rth@redhat.com>
10015
10016         * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
10017         comparison should be done vs !=0 not >0 return code.  Tidy cases.
10018
10019 2002-03-28  Richard Henderson  <rth@redhat.com>
10020
10021         * c-decl.c (finish_function): New arg can_defer_p.  Pass it
10022         on to c_expand_body.
10023         * c-tree.h (finish_function): Update decl.
10024         * c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
10025
10026 Thu Mar 28 19:13:36 CET 2002  Jan Hubicka  <jh@suse.cz>
10027
10028         * ifcvt.c (if_convert): Clear aux_for_blocks early enought.
10029
10030 Thu Mar 28 13:21:53 CET 2002  Jan Hubicka  <jh@suse.cz>
10031
10032         * rtlanal.c: Include flags.h
10033         (may_trap_p): Do not mark FP operations if trapping
10034         if !flag_trapping_math
10035         * Makefile.in (rtlanal.o): Add dependency on flag.h
10036         * ifcvt.c (noce_operand_ok): Avoid the lameness.
10037
10038 2002-03-27  Zack Weinberg  <zack@codesourcery.com>
10039
10040         * mips.md: Use dconst1, not 1.0, as first argument of
10041         REAL_VALUE_LDEXP.  Don't use union real_extract.
10042
10043 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
10044
10045         * configure.in (gcc_cv_as): Use $target_alias in directory searchs
10046         rather than $target.  Heed program_prefix and
10047         program_transform_name.  Search for gas in cross-compiler case too.
10048         "test -x" rather than "test -f".
10049         (gcc_cv_ld): Likewise.
10050         (gcc_cv_nm): Heed program_prefix and program_transform_name.
10051         (gcc_cv_objdump): Likewise.
10052         * configure: Regenerate.
10053
10054 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10055
10056         * Makefile.in (attribs.o): Update.
10057         * attribs.c: Include langhooks.h.
10058         (decl_attributes): Use langhook.
10059         * c-decl.c (insert_default_attributes): Rename.
10060         * c-tree.h (c_insert_default_attributes): New.
10061         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
10062         (LANG_HOOKS_INITIALIZER): Update.
10063         * langhooks.h (struct lang_hooks): New hook.
10064         * tree.h (insert_default_attributes): Remove.
10065 objc:
10066         * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
10067
10068 2002-03-27  Andreas Schwab  <schwab@suse.de>
10069
10070         * config/i386/i386.c (classify_argument): Also check for
10071         QUAL_UNION_TYPE.
10072
10073 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10074
10075         * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
10076         any more.
10077
10078 Wed Mar 27 23:19:30 CET 2002  Jan Hubicka  <jh@suse.cz>
10079
10080         * i960.md (ret): Set PC.
10081         (nonlocal_goto): Fix expander.
10082         * builtins.c (epxand_builin_longjmp): Check that we've emitted
10083         some jump or call.
10084
10085 Wed Mar 27 23:11:35 CET 2002  Jan Hubicka  <jh@suse.cz>
10086
10087         * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nesting
10088         of libcall regions.
10089
10090 Wed Mar 27 22:54:14 CET 2002  Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10091
10092         * cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of
10093         assigning to BLOCK_FOR_INSN directly.
10094
10095 Wed Mar 27 22:33:05 CET 2002  Jan Hubicka  <jh@suse.cz>
10096
10097         * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
10098
10099 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10100
10101         * c-common.c (c_expand_expr): Fix prototype.
10102         * c-common.h (c_expand_expr): Always declare, update.
10103         * c-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
10104         * c-objc-common.c (c_objc_common_init): No global hook.
10105         * expr.c (expand_expr): Use langhook.
10106         * expr.h (enum expand_modifier): Conditionally declare.
10107         * langhooks-def.h (lhd_expand_expr, LANG_HOOKS_EXPAND_EXPR): New.
10108         (LANG_HOOKS_INITIALIZER): Update.
10109         * langhooks.c (lhd_expand_expr): New.
10110         * langhooks.h (struct lang_hooks): New hook.
10111         * toplev.c (lang_expand_expr_t, lang_expand_expr): Delete.
10112         (lang_independent_init): Don't default hook.
10113 objc:
10114         * objc-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
10115
10116 2002-03-27  Richard Henderson  <rth@redhat.com>
10117
10118         PR target/6054
10119         * config/ia64/ia64.c (ia64_expand_call): Use pic patterns for
10120         TARGET_CONST_GP.  Simplify conditions.
10121
10122 2002-03-27  Richard Henderson  <rth@redhat.com>
10123
10124         * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
10125         config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h,
10126         config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define.
10127
10128 2002-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
10129
10130         * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32,
10131         TARGET_CYGWIN, TARGET_WINDOWS): Remove unused switches.
10132         (MASK_DLL, MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS):
10133         Remove unnecessary masks.
10134         (MASK_NOP_FUN_DLLIMPORT): Use an unused an bit.
10135         (SUBTARGET_SWITCHES): Use empty masks for -mwin32, -mcygwin,
10136         -mwindows, -mdll switches and their negations.
10137
10138 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10139
10140         * gcc-common.c (lang_mark_false_label_stack): Remove.
10141         * ggc.h (lang_mark_false_label_stack): Similarly.
10142
10143 2002-03-26  Vladimir Makarov  <vmakarov@redhat.com>
10144
10145         * pa/pa-pro-end.h (CPP_PREDEFINES): Add -D__pro__.
10146
10147         * pa/lib2funcs.asm: Don't use .SPACE and .SUBSPACE if __pro__
10148         or __rtems_ is defined.
10149
10150 2002-03-26  Richard Henderson  <rth@redhat.com>
10151
10152         * config/alpha/alpha.c (alpha_emit_set_const): Add a REG_EQUAL note
10153         if a non-trivial load was emitted.
10154         (alpha_emit_set_const_1): Remove obsolete extension.  Fix thinko
10155         in high+extra+low case.
10156
10157 2002-03-26  Richard Henderson  <rth@redhat.com>
10158
10159         * config.gcc (sparc*-solaris): Use float_format=sparc.
10160
10161 2002-03-26  Richard Henderson  <rth@redhat.com>
10162
10163         * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
10164         * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
10165         * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
10166         * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine.
10167         (WINT_TYPE_SIZE): Fix at 32.
10168
10169 2002-03-26  Richard Henderson  <rth@redhat.com>
10170
10171         * toplev.c (rest_of_compilation): Delay emit_initial_value_sets
10172         until after eh landing pad generation.
10173         * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof.
10174         * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs.
10175
10176 2002-03-26  Richard Henderson  <rth@redhat.com>
10177
10178         * expr.h (ADD_PARM_SIZE): One more convert for INC.
10179
10180 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
10181
10182         * gcc.c (cpp_options):  Preserve relative ordering of -pedantic
10183         and warning switches.
10184         (cc1_options):  Likewise.
10185
10186 2002-03-26  Hans Boehm <Hans_Boehm@hp.com>
10187
10188         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
10189         Restore more of the signal context.  Set no_reg_stack_frame.
10190         * config/ia64/unwind-ia64.c (unw_state_record):
10191         Add no_reg_stack_frame, comments.
10192         (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER.
10193         (uw_update_context): Adjust bsp when unwinding from leaf,
10194         but not signal frame.
10195
10196 2002-03-26  David Edelsohn  <edelsohn@gnu.org>
10197
10198         * config/rs6000/aix51.h (WCHAR_TYPE): Define.
10199
10200 2002-03-26  Bob Wilson  <bob.wilson@acm.org>
10201
10202         * config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
10203
10204 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
10205
10206         PR target/5621
10207         * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999:
10208         "Add a pool_range attribute", which was lost during the ARM/Thumb
10209         merge.
10210
10211 2002-03-26  Bob Wilson  <bob.wilson@acm.org>
10212
10213         * config/xtensa/xtensa.c (xtensa_valid_move): Allow move from
10214         a register into the MAC16 accumulator.
10215
10216 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
10217
10218         * doc/invoke.texi (Option Summary): Mention -Wswitch-enum.
10219         (Warning Options): Document -Wswitch-enum.
10220         * toplev.c (W_options): Add -Wswitch-enum.  Update comment on
10221         -Wswitch.
10222         (warn_switch_enum): Define variables.
10223         * flags.h (warn_switch_enum): Declare variables.
10224         * stmt.c (expand_end_case_type): When warn_switch_enum /
10225         -Wswitch-enum, perform switch checks.
10226         Fix PR c/5044.
10227
10228 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
10229
10230         * arm.md (reload_mulsi3, reload_mulsi_compare0, reload_muladdsi)
10231         (reload_mulsi_compare0_scratch, reload_muladdsi_compare0)
10232         (reload_muladdsi_compare0_scratch): Delete.
10233
10234 2002-03-26  Loren J. Rittle  <ljrittle@acm.org>
10235
10236         * doc/install.texi (*-*-freebsd*): Update.
10237
10238 2002-03-26  Richard Henderson  <rth@redhat.com>
10239
10240         * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.
10241         (SUB_PARM_SIZE): Cast DEC to ssizetype.
10242
10243         * config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK
10244         types from the normal argument frame.
10245
10246         * config/sparc/sparc.c (function_arg_pass_by_reference): Pass
10247         variable sized objects by reference.
10248         (sparc_va_arg): Receive them by reference too.
10249
10250 2002-03-26  Hartmut Penner  <hpenner@de.ibm.com>
10251
10252         * config/s390/s390.c (s390_emit_epilogue): Change epilogue
10253         code to not restoring global registers.
10254
10255 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
10256
10257         * Makefile.in (ggc-common.o): Update.
10258         * c-decl.c (lang_mark_tree): Rename c_mark_tree.
10259         * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
10260         * c-tree.h (c_mark_tree): New.
10261         * ggc-common.c: Include langhooks.h.
10262         (gcc_mark_trees): Use new langhook.
10263         * ggc-callbacks.c: Delete file.
10264         * ggc.h (lang_mark_tree): Remove.
10265         * langhooks-def.h (LANG_HOOKS_MARK_TREE): New.
10266         (LANG_HOOKS_INITIALIZER): Update.
10267         * langhooks.h (struct lang_hooks): New hook.
10268 objc:
10269         * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
10270
10271 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
10272
10273         * doc/cpp.texi: Exclude entire Top node from printed manual.
10274         Move option index after directive index.  Insert page breaks
10275         before GFDL and concept index.  Index environment variables
10276         with command line options.
10277         * doc/cppenv.texi: Use @vtable for environment variable list.
10278         Add paragraph explaining semantics of empty elements in path
10279         variables.  Exclude a cross-reference to Fishkill from the
10280         manpage.  Remove an unnecessary cross-reference of the entry
10281         right above the referer.  Don't use @anchor in text that goes
10282         into manpage.
10283         * doc/cppopts.texi: Cross-reference the environment variables
10284         section, not the specific environment variable, for consistency.
10285
10286 2002-03-25  Richard Henderson  <rth@redhat.com>
10287
10288         * recog.c (peephole2_optimize): Distribute EH_REGION -1 notes
10289         anywhere in the block.  Don't refer to insns that have been
10290         removed from the chain.  Iterate backward through the new insns.
10291         Don't refer to edges that have been removed.
10292
10293 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
10294
10295         * combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct
10296         test for overflow of constant.
10297
10298 2002-03-25  Richard Earnshaw  <rearnsha@arm.com>
10299
10300         PR target/2623
10301         * arm.md (loadhi_preinc, loadhi_predec, loadhi_shiftpreinc)
10302         (loadhi_shiftpredec, loadhi-with-writeback peephole): Don't use
10303         these patterns on arm_archv4.
10304
10305 2002-03-25  Danny Smith  <dannysmith@sourceforge.users.net>
10306
10307         * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
10308         int".
10309
10310 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
10311
10312         * toplev.c: Don't include setjmp.h.  Kill float_handler_set,
10313         float_handled, float_handler, float_signal, set_float_handler,
10314         and do_float_handler.  Set handler for SIGFPE to crash_signal.
10315         * toplev.h: Don't prototype do_float_handler.
10316
10317         * c-lex.c: Fold parse_float into lex_number.  Make warning
10318         about portability of hex float constants more informative, and
10319         don't issue it on top of a syntax error.
10320         * fold-const.c: Fold const_binop_1 and fold_convert_1 into
10321         their callers.
10322         * real.h: Define REAL_VALUE_ABS here...
10323         * simplify-rtx.c: ... not here.  Fold check_fold_consts,
10324         simplify_unary_real, simplify_binary_real, and
10325         simplify_binary_is2orm1 into their callers.
10326         * tree.c: Fold build_real_from_int_cst_1 into caller.
10327
10328         * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
10329
10330         * tsystem.h: Include float.h here...
10331         * libgcc2.c: ... not here.
10332
10333 2002-03-25  Nick Clifton  <nickc@cambridge.redhat.com>
10334
10335         Fixes for: PR bootstrap/3591, target/5676
10336         * config/mcore/mcore.h (CC1_SPEC): Define only if not already
10337         defined.  Do not disable exceptions or rtti.
10338         * config/mcore/mcore-pe.h (CC1_SPEC): Define before including
10339         mcore.h.  Disable exceptions and rtti, since they are not
10340         supported by EPOC.
10341
10342 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
10343
10344         * c-decl.c (maybe_build_cleanup): Remove.
10345         * expr.c (expand_expr): Use langhook.
10346         * langhooks-def.h (lhd_return_null_tree,
10347         LANG_HOOKS_MAYBE_BUILD_CLEANUP): New.
10348         (LANGHOOKS_INITIALIZER): Update.
10349         * langhooks.c (lhd_return_null_tree): New.
10350         * langhooks.h (struct lang_hooks): New hook.
10351         * tree-inline.c (initialize_inlined_parameters): Use langhook.
10352         * tree.h (maybe_build_cleanup): Remove.
10353
10354 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10355
10356         * regrename.c (build_def_use): Move recog_memoized
10357         before extract_insn.
10358
10359 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10360
10361         PR target/6043
10362         * expr.c (emit_group_store): Handle storing into CONCAT.
10363
10364 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10365
10366         * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and
10367         corresponding MATCH_DUP.
10368
10369 2002-03-24  Richard Henderson  <rth@redhat.com>
10370
10371         * unroll.c (unroll_loop): Zero label_map.
10372
10373         * gcse.c: Include except.h.
10374         * Makefile.in (gcse.o): Update.
10375
10376 2002-03-24  Richard Henderson  <rth@redhat.com>
10377
10378         * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
10379         Do resolve_unique_section before shared data clause.
10380
10381 2002-03-24  Richard Henderson  <rth@redhat.com>
10382
10383         * config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.
10384
10385 2002-03-24  Richard Henderson  <rth@redhat.com>
10386
10387         * recog.c (peephole2_optimize): Split blocks when EH insns are
10388         generated in the middle of a block.  Do global life update if
10389         zapped EH edges.
10390
10391 2002-03-24  Richard Henderson  <rth@redhat.com>
10392
10393         * mips.c (mips_function_value): Only promote_mode for non-libcalls.
10394
10395 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10396
10397         preprocessor/3951
10398         * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
10399         * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
10400         (init_dependency_output): Don't make no_output decision here.
10401
10402 2002-03-24  Andrew Cagney  <ac131313@redhat.com>
10403
10404         * stmt.c (check_for_full_enumeration_handling): Remove tests of
10405         warn_switch.  Update description.
10406         (expand_end_case_type): Call check_for_full_enumeration_handling
10407         when warn_switch.
10408
10409 2002-03-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10410
10411         * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function.
10412         (m68hc11_split_move): Call it to see if the source and destination
10413         operands use the same direction auto inc/dec mode, otherwise make the
10414         source an offsetable memory operand and generate an add.
10415
10416 2002-03-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10417
10418         * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address
10419         register for operand 2.
10420         ("*subsi3_zero_extendqi"): Likewise.
10421         ("*iorhi3_gen"): Do the operation on the upper bits and then lower
10422         bits so that it is compatible with a pop.
10423         ("*andhi3_gen"): Likewise.
10424         ("xorhi3"): Likewise.
10425
10426 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10427
10428         * cppinit.c (cpp_handle_option): Set warn_endif_labels if
10429         -pedantic here...
10430         (cpp_post_options): ... not here.
10431
10432 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10433             Aldy Hernandez  <aldyh@redhat.com>
10434
10435         Removal of separate preprocessor cpp0.
10436
10437         * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS,
10438         cpp0, install-common): Update.
10439         * c-common.c (flag_preprocess_only): New.
10440         (c_common_init): Preprocess for -E.
10441         * c-common.h (flag_preprocess_only): New.
10442         * c-decl.c (c_decode_option): Handle -E and -std=c++98.
10443         * c-objc-common.c (c_init_decl_processing): Exit quickly
10444         for NULL return from c_common_init.
10445         * cpplib.h (cpp_preprocess_file): New.
10446         * cppmain.c (main, general_init, pfile, progname): Remove.
10447         (do_preprocessing): Rename cpp_preprocess_file, don't call
10448         cpp_finish.  Don't close stdout here.
10449         (setup_callbacks): Update prototype.
10450         * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers):
10451         Update.
10452         * tradcpp.c (main): Ignore -quiet.
10453 objc:
10454         * lang-specs.h (default_compilers): Preprocess with cc1obj.
10455
10456 2002-03-24  Richard Henderson  <rth@redhat.com>
10457
10458         PR optimization/5742
10459         * machmode.def: Add inner mode field to complex modes.
10460         * config/mips/mips.c (mips_function_value): Always define.  Add
10461         new argument to handle libcalls.
10462         * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
10463         (FUNCTION_VALUE): Likewise.
10464         * config/mips/abi64.h (FUNCTION_VALUE): Remove.
10465         * config/mips/mips-protos.h: Update.
10466
10467 2002-03-23  Richard Henderson  <rth@redhat.com>
10468
10469         * config/sparc/sparc.c (sparc_emit_floatunsdi): New.
10470         * config/sparc/sparc-protos.h: Update.
10471         * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New.
10472
10473 2002-03-23  Richard Henderson  <rth@redhat.com>
10474
10475         * config/sparc/gmon-sol2.c (internal_mcount): Assume either
10476         _start or _init begins the text segment.
10477
10478 2002-03-23  David Edelsohn  <edelsohn@gnu.org>
10479
10480         * config/rs6000/rs6000.h (RETURN_IN_MEMORY):  Cast to HOST_WIDE_INT
10481         not HOST_WIDEST_INT.
10482         (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
10483
10484 2002-03-23  Richard Earnshaw  <rearnsha@arm.com>
10485
10486         PR java/5489
10487         * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
10488         operand argument to output_return_instruction.
10489         * arm.c (arm_print_operand, case 'd'): If the operand is
10490         const_true_rtx then just return.
10491         (arm_print_operand, case 'D'): If the operand is const_true_rtx
10492         then abort.
10493
10494 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10495
10496         * doc/invoke.texi (Option Summary): Mention -Wswitch-default.
10497         (Warning Options): Document -Wswitch-default.
10498         * toplev.c (W_options): Add -Wswitch-default.  Update comment on
10499         -Wswitch.
10500         (warn_switch_default): Define variable.
10501         (warn_switch): Update comment.
10502         * flags.h (warn_switch_default): Declare variable.
10503         (warn_switch): Update comment.
10504         * stmt.c (expand_end_case): Check for and, when
10505         warn_switch_no_default, warn of a missing default case.
10506
10507 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
10508
10509         * real.h (N): Special case 128 bit doubles.
10510
10511         * combine.c (simplify_comparison): When widening modes, ignore
10512         sign extension on CONST_INTs.
10513
10514 2002-03-22  Bob Wilson  <bob.wilson@acm.org>
10515
10516         * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
10517         passed to adjust_address.  Fix comment formatting.
10518
10519
10520 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
10521
10522         * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
10523         Always make REAL_VALUE_TYPE a struct containing an array of
10524         HOST_WIDE_INT, not a double.  Tidy up the code deciding how
10525         big it is.  Don't declare or use union real_extract.
10526
10527         * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
10528         decode_rtx_const, output_constant_pool), config/a29k/a29k.c
10529         (print_operand), config/arm/arm.c (output_move_double),
10530         config/arm/arm.md (consttable_4, consttable_8),
10531         config/romp/romp.c (output_fpops), config/s390/s390.h
10532         (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
10533         (xtensa_output_literal): Don't use union real_extract.
10534
10535         * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
10536         (sfmode_constant_to_ulong), config/ns32k/merlin.h
10537         (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
10538         config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
10539         (PRINT_OPERAND): Don't use local version of union
10540         real_extract.
10541
10542         * config/convex/convex.c (check_float_value), config/vax/vax.c
10543         (vax_float_literal), config/m88k/m88k.md (divdf3),
10544         config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
10545         config/pdp11/pdp11.c (output_move_quad): Don't do host
10546         arithmetic on target floating point quantities.
10547
10548         * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
10549         (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.
10550
10551         * fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
10552         Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.
10553
10554         * real.c (earith): Test INFINITY rather than REAL_INFINITY;
10555         NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
10556         INFINITY.
10557         * print-rtl.c (print_rtx): Disable code which needs
10558         floating-point emulator.
10559         * libgcc2.c: Include float.h and use DBL_MANT_DIG,
10560         FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
10561         depending on HOST_FLOAT_FORMAT to be defined properly.
10562
10563         * config/1750a/1750a.c (get_double, float_label): Delete.
10564         (print_operand): Delete huge commented-out chunk.  Use
10565         REAL_VALUE_TO_DECIMAL.
10566         * config/1750a/1750a-protos.h: Delete prototypes of deleted
10567         functions.
10568         * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
10569         IEEE_FLOAT_FORMAT.
10570         * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
10571         Use REAL_VALUE_TO_DECIMAL as ELF version does.
10572         * config/m88k/m88k.c (real_power_of_2_operand,
10573         legitimize_operand): Take the REAL_VALUE_TYPE and/or union
10574         real_extract out of the union; run the input through
10575         REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
10576         from that into the union.
10577         * config/pdp11/pdp11.c (output_move_double): Rearrange
10578         parentheses to make automatic indenter happy.
10579
10580         * doc/tm.texi (Cross-compilation): Rename node to "Floating
10581         Point" and rewrite to describe current situation.  Also adjust
10582         documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
10583         match code.
10584         * doc/rtl.texi: Adjust cross reference.
10585
10586 2002-03-22  Bob Wilson  <bob.wilson@acm.org>
10587
10588         * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
10589         (xtensa_valid_move, xtensa_preferred_reload_class): Define.
10590         * config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
10591         (xtensa_valid_move, xtensa_preferred_reload_class): Define to
10592         prevent use of sp as a reload register.
10593         (xtensa_emit_move_sequence): Use xtensa_valid_move instead of
10594         non_acc_reg_operand.
10595         * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
10596         (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
10597         * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
10598         movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.
10599
10600 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10601
10602         * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
10603         * cpplex.c (unterminated): Delete.
10604         (parse_string): No string literal may extend over multiple
10605         lines.  Suppress the error when preprocessing assembly.
10606         * cppmain.c (scan_translation_unit): Strings are single-line.
10607
10608         * doc/cpp.texi: Update to match.
10609
10610 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10611
10612         PR optimization/5854
10613         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
10614         Shut up warnings.
10615         (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
10616         (EXTRA_CONSTRAINT): Use S for non-push memory operand.
10617         * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
10618         const0 if scratch register was not allocated.
10619         (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
10620         m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
10621         with GEN_INT (...).
10622         (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
10623         * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
10624         with GEN_INT (...) everywhere.  Remove constraints in define_split
10625         patterns.
10626         (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
10627         require scratch register for setting 0 into regs/non-pushable memory.
10628
10629 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10630
10631         * config/mips/mips.h (MASK_RETURN_ADDR): Define.
10632         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
10633
10634 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
10635
10636         * cpplib.h (struct cpp_options):  New member, warn_endif_labels.
10637         * cppinit.c (cpp_create_reader):  On by default.
10638         (cpp_handle_option):  Handle -W[no-]endif-labels.
10639         (cpp_post_options):  Also enable if -pedantic.
10640         * cpplib.c (do_else):  Use it.
10641         (do_endif):  Likewise.
10642         * doc/cppopts.texi:  Document new option.
10643         * doc/invoke.texi:  Document new option.
10644
10645 2002-03-22  Lars Brinkhoff  <lars@nocrew.org>
10646
10647         * config/i386/i386.c, config/i386/i386.md: Change all occurences
10648         of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).
10649
10650 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10651
10652         * flow.c (calculate_global_regs_live): Clear aux fields of
10653         ENTRY and EXIT.
10654
10655 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10656
10657         * config/v850/v850.c (v850_reorg): Only call alter_subreg on
10658         REG or MEM subregs, pass rtx * instead of rtx to it.
10659         * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
10660         rtx * instead of rtx to alter_subreg.
10661         * config/m32r/m32r.c (gen_split_move_double): Likewise.
10662         * config/pj/pj.c (pj_output_rval): Likewise.
10663
10664 2002-03-22  Richard Henderson  <rth@redhat.com>
10665
10666         PR target/3177
10667         * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
10668         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
10669         * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
10670         (ia64_expand_prologue): Look at int_regs, not words, for number
10671         of incomming int regs.
10672
10673 2002-03-22  Andrew MacLeod  <amacleod@redhat.com>
10674
10675         * expr.c (expand_expr): A RESULT_DECL is part of a call.
10676
10677 Fri Mar 22 16:30:42 CET 2002  Jan Hubicka  <jh@suse.cz>
10678
10679         * toplev.c (flag_loop_optimize, flag_crossjumping):
10680         New static variables.
10681         (rest_of_compilation): Conditionalize crossjumping and
10682         loop optimizer.
10683         (parse_options_and_default_flags): Default loop_optimize and
10684         crossjumping.
10685         (lang_independent_options): Add -fcrossjumping and -floop-optimize
10686         * invoke.texi (crossjumping, loop-optimize): Document.
10687
10688 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
10689
10690         * real.c (eiisneg): Move outside #ifdef NANS.
10691
10692 Fri Mar 22 12:08:36 CET 2002  Jan Hubicka  <jh@suse.cz>
10693
10694         * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
10695         frequencies match; avoid match on different loop depths.
10696         (try_crossjump_to_bb): Kill tests that no longer brings time
10697         savings.
10698         * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
10699         updating code.
10700         (split_edge): Likewise.
10701
10702         * flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
10703         variable.
10704
10705         * Makefile.in (cfgrtl): Add insn-config.h depenendency.
10706         * cfgrtl.c: Include insn-config.h
10707         (split_block) Dirtify block in presence of conditional execution
10708
10709 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
10710
10711         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
10712         * config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
10713         (function_arg): Constify CUMULATIVE_ARGS.
10714         (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
10715         * config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
10716         (UNITS_PER_DOUBLE): New macro.
10717         (SETUP_INCOMING_VARARGS): Define.  Use mips_setup_incoming_varargs.
10718         (CUMULATIVE_ARGS): Reformat.  Remove num_adjusts workaround and
10719         last_arg_fp field.  Replace arg_words and fp_arg_words with gp_regs,
10720         fp_regs and stack_words.
10721         (EABI_FLOAT_VARARGS_P): New macro.
10722         * config/mips/mips.c (struct mips_arg_info): New.
10723         (mips_arg_info): New function.
10724         (function_arg_advance): Use it.  Add adjustment instructions here
10725         rather than in function_arg.
10726         (function_arg): Constify CUMULATIVE_ARGS.  Use mips_arg_info.  Check
10727         for VOIDmode at the beginning of the function.
10728         (function_partial_nregs): Constify CUMULATIVE_ARGS.  Use mips_arg_info.
10729         (function_arg_pass_by_reference): Likewise.
10730         (mips_setup_incoming_varags): New, largely based on old abi64.h code.
10731         (mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
10732         (mips_va_start): Likewise.  Use the new stack_words field of
10733         CUMULATIVE_ARGS to set up overflow area.  Reformat.
10734         (mips_va_arg): Test EABI_FLOAT_VARARGS_P.  Unify EABI handling of
10735         doubles and other types, aligning the overflow pointer for non-doubles
10736         too.  Remove some code duplication.  Replace hard-coded constants.
10737
10738 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
10739
10740         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
10741         (CLASS_UNITS): Undefine.
10742         (CLASS_MAX_NREGS): Use FP_INC.
10743         * config/mips/mips.c (compute_frame_size): Likewise.
10744         (override_options): Use FP_INC and UNITS_PER_FPVALUE.
10745
10746 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10747
10748         * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
10749         prototype, and handle lexing numbers and identifiers.
10750         (parse_identifier): Update to new form of parse_slow.
10751         (parse_number): Fast path only, use parse_slow otherwise.
10752         (_cpp_lex_direct): Update calls to parse_number.
10753
10754 2002-03-21  DJ Delorie  <dj@redhat.com>
10755
10756         * bb-reorder.c (make_reorder_chain_1): Protect against
10757         when redundant edges are omitted.
10758         * predict.c (dump_prediction): Likewise.
10759
10760 2002-03-21  Richard Henderson  <rth@redhat.com>
10761
10762         PR target/5996
10763         * fixinc/inclhack.def (solaris_stdio_tag): New.
10764         * fixinc/fixincl.x: Regenerate.
10765
10766 2002-03-21  Eric Botcazou <ebotcazou@multimania.com>
10767
10768         PR c/5597
10769         * c-typeck.c (process_init_element): Flag non-static
10770         initialization of a flexible array member as illegal.
10771
10772 2002-03-22  Alan Modra  <amodra@bigpond.net.au>
10773
10774         * config/rs6000/t-linux64: New.
10775         * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
10776         t-ppccomm.  Use t-rs6000 and t-linux64.
10777         (powerpc64-*-gnu* <tmake_file>): Likewise.
10778         * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
10779         * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
10780         * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.
10781
10782 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
10783
10784         * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
10785         flag_really_no_inline instead of optimize == 0.
10786
10787         * c-objc-common.c (c_cannot_inline_tree_fn): Same.
10788
10789         * cp/tree.c (cp_cannot_inline_tree_fn): Same.
10790
10791         * flags.h (flag_really_no_inline): New.
10792
10793         * c-common.c (c_common_post_options): Initialize
10794         flag_really_no_inline.
10795
10796         * toplev.c (flag_really_no_inline): New.
10797
10798 2002-03-21  Jakub Jelinek  <jakub@redhat.com>
10799
10800         * config/avr/avr.md (length): Fix length computation for
10801         conditional branches.
10802
10803 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10804
10805         * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
10806         sdbout.o, profile.o): Update.
10807         * c-common.c (c_common_nodes_and_builtins): Use pushdecl
10808         langhook.
10809         * c-common.h (gettags): Move here from tree.h.
10810         * c-tree.h (pushdecl, pushlevel, poplevel, set_block,
10811         insert_block, getdecls, kept_level_p, global_bindings_p): New.
10812         * dbxout.c (dbxout_init): Use getdecls langhook.
10813         * expr.c (expand_expr): Use insert_block langhook.
10814         * fold-const.c: Include langhooks.h.
10815         (fold_range_test, fold_binary_op_with_conditional_arg,
10816         fold): Use global_bindings_p langhook.
10817         * integrate.c (expand_inline_function): Use insert_block langhook.
10818         * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
10819         LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
10820         LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
10821         LANG_HOOKS_GETDECLS): New.
10822         (LANG_HOOKS_INITIALIZER): Update.
10823         * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
10824         langhook.
10825         * langhooks.h (struct lang_hooks_for_decls): New.
10826         (struct lang_hooks): Update.
10827         * profile.c: Include langhooks.h.
10828         (output_func_start_profiler): Use new langhooks.
10829         * sdbout.c: Include langhooks.h.
10830         (sdbout_init, sdbout_finish): Use getdecls langhook.
10831         * stmt.c: Include langhooks.h.
10832         (expand_fixup, fixup_gotos): Use new langhooks.
10833         * stor-layout.c: Include langhooks.h.
10834         (variable_size): Use global_bindings_p langhook.
10835         * toplev.c (compile_file): Use getdecls langhook.
10836         * tree-inline.c (remap_block): Use insert_block langhook.
10837         * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
10838         insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
10839
10840 2002-03-21  Richard Henderson  <rth@redhat.com>
10841
10842         * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
10843         constants in .data when -fpic.
10844
10845 2002-03-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10846
10847         * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
10848         where appropriate.
10849
10850 2002-03-21  Tom Tromey  <tromey@redhat.com>
10851
10852         * config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.
10853
10854 Thu Mar 21 09:50:48 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10855
10856         * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
10857
10858         * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
10859
10860 2002-03-21  Eric Botcazou <ebotcazou@multimania.com>
10861             Richard Henderson  <rth@redhat.com>
10862
10863         PR c/5354
10864         * c-common.c (c_expand_expr): Preserve result of a statement
10865         expression if needed.
10866
10867 2002-03-21  Jakub Jelinek  <jakub@redhat.com>
10868
10869         PR bootstrap/4195
10870         * genrecog.c (maybe_both_true_mode): Remove.
10871         (maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
10872         * machmode.def (Pmode): Likewise.
10873
10874 Thu Mar 21 01:55:06 EST 2002  John Wehle  (john@feith.com)
10875
10876         * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
10877         (nonlocal_mentioned_p_1): New function.
10878         (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
10879         (nonlocal_set_p, nonlocal_set_p_1): Likewise.
10880         (mark_constant_function): Recognize pure functions.
10881         * rtl.h (global_reg_mentioned_p): New prototype.
10882         * rtlanal.c (global_reg_mentioned_p,
10883         global_reg_mentioned_p_1): New function.
10884
10885 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10886
10887         * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
10888         UNIX assert.h.
10889         * fixinc/fixincl.x: Regenerate.
10890
10891 2002-03-20  Jason Merrill  <jason@redhat.com>
10892
10893         * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
10894
10895 2002-03-20  Michael Meissner  <meissner@redhat.com>
10896
10897         * doc/invoke.texi (Optimize Options): Document that -O2 sets
10898         -fstrict-aliasing.
10899
10900 2002-03-20  Bob Wilson  <bob.wilson@acm.org>
10901
10902         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
10903         ".literal_position" directive before the constant pool.
10904
10905 2002-03-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10906
10907         * doc/contrib.texi (Contributors): Update Geoffrey Keating.
10908         Add Craig Rodrigues.
10909         Add Brad Lucier to testers.
10910
10911 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10912
10913         PR target/4792
10914         * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
10915         to if_then_else.
10916         (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
10917         * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
10918         instead of insn_extract.
10919
10920 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10921
10922         PR bootstrap/4192
10923         * config/fr30/fr30.md (jump): Remove clobber of fixed register.
10924
10925         * genemit.c (output_added_clobbers_hard_reg_p): Only output return
10926         stmt if some case has been output.
10927
10928 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10929
10930         PR c/5972
10931         * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
10932         movsfcc_1, movdfcc_1): Add %O2.
10933         * config/i386/i386.c (print_operand): Handle %ON.
10934         Print . before float condition codes in Sun as cmov syntax.
10935         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
10936         * config.gcc (i[34567]86-*-solaris2*): Remove comment which is
10937         no longer true.
10938
10939 2002-03-20  Philip Blundell  <pb@nexus.co.uk>
10940
10941         * config/arm/arm.c (arm_output_epilogue): Don't generate separate
10942         return instruction if PC was popped.
10943
10944 2002-03-20  Bob Wilson  <bob.wilson@acm.org>
10945
10946         * config/xtensa/xtensa.md: Remove unused type attributes.
10947         (adddi_carry, subddi_carry): Change type attribute to "multi".
10948
10949 2002-03-19  Dale Johannesen  <dalej@apple.com>
10950
10951         PR optimization/5999, middle-end/5731
10952         * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
10953         multiplications by reciprocals.
10954
10955 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
10956
10957         * Makefile.in: Update.
10958         * c-common.c: Include langhooks.h.
10959         (inline_forbidden_p): Use new hook.
10960         * diagnostic.c: Include langhooks.h.
10961         (format_with_decl, announce_function,
10962         default_print_error_function): Use new hook.
10963         * dwarf2out.c (dwarf2_name): Use new hook.
10964         * function.c: Include langhooks.h.
10965         (init_function_start): Use new hook.
10966         * langhooks-def.h (lhd_decl_printable_name): New.
10967         (LANGHOOKS_DECL_PRINTABLE_NAME): New.
10968         (LANGHOOKS_INITIALIZER): Update.
10969         * langhooks.c (lhd_decl_printable_name): New.
10970         * langhooks.h (struct lang_hooks): New hook.
10971         * toplev.c (decl_name, decl_printable_name): Remove.
10972         (open_dump_file): Use new hook.
10973         (process_options): Remove old hook.
10974         * tree.h (decl_printable_name): Remove.
10975 objc:
10976         * objc-act.c (objc_init): Remove old hook.
10977         (objc_printable_name): Export.
10978         * objc-act.h (objc_printable_name): New.
10979         * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
10980
10981 2002-03-19  Jim Blandy  <jimb@redhat.com>
10982
10983         * c-lex.c (cb_file_change): Pass the #inclusion's line number to
10984         the start_source_file debug hook, not the current line number.
10985
10986 2002-03-19  Richard Henderson  <rth@redhat.com>
10987
10988         * flow.c (EH_USES): Provide default.
10989         (calculate_global_regs_live): Use it for EH edges and noreturn calls.
10990         * doc/tm.texi (EH_USES): New.
10991
10992         * config/ia64/ia64.c (ia64_eh_uses): New.
10993         * config/ia64/ia64-protos.h: Update.
10994         * config/ia64/ia64.h (EH_USES): New.
10995
10996 2002-03-19  Richard Henderson  <rth@redhat.com>
10997
10998         * varasm.c (output_constant_def): Fix stupid typo.
10999
11000 2002-03-19  Richard Henderson  <rth@redhat.com>
11001
11002         PR 5879
11003         * except.c (current_function_has_exception_handlers): New.
11004         * except.h: Declare it.
11005         * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
11006         Combine tests that disable all sibcalls for the function.
11007
11008 2002-03-19  Olivier Hainque  <hainque@act-europe.fr>
11009
11010         * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
11011         for INTEGER_CST.
11012
11013 2002-03-19  Richard Henderson  <rth@redhat.com>
11014
11015         PR 5977, 5991
11016         * config/ia64/ia64.c: Revert 2002-03-01 patch.
11017         * config/ia64/ia64.h (INIT_EXPANDERS): New.
11018
11019 2002-03-19  Jim Blandy  <jimb@redhat.com>
11020
11021         * cppmacro.c (cpp_macro_definition): Emit a space after the macro
11022         name, even if the replacement list contains no tokens, as required
11023         by Dwarf.
11024
11025 2002-03-19  Jason Merrill  <jason@redhat.com>
11026
11027         * varasm.c (globalize_decl): Get the name from the RTL, not
11028         DECL_ASSEMBLER_NAME.
11029
11030         * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
11031
11032 2002-03-19  Bob Wilson  <bob.wilson@acm.org>
11033
11034         * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
11035         subdi_carry): Define.
11036
11037 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
11038
11039         * config/rs6000/rs6000.c (rs6000_override_options): Only warn
11040         about -fpic/-fPIC if extra_warnings set.
11041
11042 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
11043
11044         * expr.c (expand_expr): Sign-extend CONST_INT generated from
11045         TREE_STRING_POINTER.
11046         * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
11047
11048 Tue Mar 19 14:12:32 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11049
11050         * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
11051         in favor of SP if FRAME_POINTER_REQUIRED is false.
11052
11053 2002-03-19  Lars Brinkhoff  <lars@nocrew.org>
11054
11055         * emit-rtl.c (gen_int_mode): New function.
11056         * rtl.h: Prototype for it.
11057         * combine.c (make_extraction, simplify_comparison), expmed.c
11058         (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
11059         (convert_modes, store_field), optabs.c (expand_fix),
11060         simplify-rtx.c (neg_const_int, simplify_unary_real),
11061
11062         * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
11063         Use it instead of GEN_INT (trunc_int_for_mode (...)).
11064
11065 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
11066
11067         PR c/5656
11068         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
11069         convert_parm_for_inlining.
11070         * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
11071         Define.
11072         * langhooks-def.h: Likewise.
11073         * objc/objc-lang.c: Likewise.
11074         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
11075         function.
11076         * tree-inline.c (initialize_inlined_parameters):
11077         Call convert_parm_for_inlining lang hook if needed.
11078         * c-typeck.c (c_convert_parm_for_inlining): New function.
11079         * c-tree.h (c_convert_parm_for_inlining): Add prototype.
11080
11081 2002-03-18  Mark Mitchell  <mark@codesourcery.com>
11082
11083         * calls.c (precompute_arguments): Do not assume that temporaries
11084         can be destroyed after expanding the argument.
11085         (expand_call): Likewise.
11086
11087 2002-03-15  Eric Christopher  <echristo@redhat.com>
11088
11089         * config/mips/mips.md (movdf_internal2): Add two new move constraints.
11090         Fix register preference on last change.
11091         * config/mips/mips.c (mips_return_in_memory): New function.
11092         * config/mips/mips.h (RETURN_IN_MEMORY): Use.
11093         * config/mips/mips-protos.h: Declare.
11094         * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
11095         * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
11096
11097 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
11098
11099         * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
11100         a register too.
11101         (anddi3, iorsi3): Likewise.
11102
11103         * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
11104         use %gprel for symbols that are going to be placed in linkonce
11105         sections.
11106
11107         * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
11108         RETURN_ADDRESS_POINTER_REGNUM to $ra.
11109         (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
11110         not needed.  Disregard leaf_function_p().
11111         (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
11112         mips16 frame pointer.
11113         * config/mips/mips.md (store ra): Only to small SP offsets.
11114         2001-08-22  Graham Stott  <grahams@redhat.com>
11115         * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
11116         return a REG rtx for the return address register.
11117
11118 2002-03-18  Bob Wilson  <bob.wilson@acm.org>
11119
11120         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
11121         constant-pool addresses as "mode-dependent".
11122         (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
11123
11124 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
11125
11126         PR target/5740
11127         * expr.c (emit_group_load): Use extract_bit_field if
11128         needed for CONCAT arguments.
11129
11130 2002-03-18  Richard Earnshaw  <rearnsha@arm.com>
11131
11132         PR target/4863
11133         * arm.md (tablejump): Make this a define_expand.  For PIC add the
11134         offset to the base of the table.
11135         (thumb_tablejump): Matcher for Thumb tablejump insn.
11136         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
11137         as the difference of two labels.
11138         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
11139         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
11140         tables in the code.
11141         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
11142         * arm.c (get_jump_table_size): If the table is not in the text
11143         section, return zero.
11144
11145 2002-03-18  Bernd Schmidt  <bernds@redhat.com>
11146
11147         * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
11148         of gen_rtx_SUBREG.
11149         (arm_reload_out_hi): Use gen_lowpart instead of
11150         gen_rtx_SUBREG to access QImode components.
11151         * config/arm/arm.md: Disable zero_extend split for QImode
11152         subregs in BIG_ENDIAN mode.
11153         (storehi_bigend): Match use of least significant byte.
11154         (storeinthi): Remove extraneous SUBREG.
11155         Add missing construction of operands[2].
11156         (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
11157         (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
11158         Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
11159
11160 2002-03-18  Aldy Hernandez  <aldyh@redhat.com>
11161
11162         * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
11163         any_operand.
11164
11165 2002-03-17  Richard Henderson  <rth@redhat.com>
11166
11167         * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
11168         explicitly.
11169
11170 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
11171
11172         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
11173         (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
11174
11175 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11176
11177         * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
11178
11179         * predict.c (estimate_bb_frequencies): Delete unused variables.
11180
11181 2002-03-17  Richard Henderson  <rth@redhat.com>
11182
11183         * config/ia64/ia64.c (ia64_attribute_table): Move before
11184         targetm definition.  Make static.
11185
11186 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11187
11188         * c-common.h (yyparse, c_common_parse_file): New.
11189         * c-lang.c: Include c-common.h.
11190         (LANG_HOOKS_PARSE_FILE): Redefine.
11191         * c-lex.c: Include c-common.h.
11192         (yyparse): Rename c_common_parse_file.  Call yyparse.
11193         * c-parse.in (yyparse): Remove macro.
11194         * c-tree.h (yyparse_1): Remove.
11195         * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
11196         (LANG_HOOKS_INITIALIZER): Update.
11197         * langhooks.h (struct lang_hoooks): New hook parse_file.
11198         * toplev.c (compile_file): Use parse_file hook.
11199         * tree.h (yyparse): Remove.
11200         * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
11201
11202 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
11203
11204         * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
11205         float_truncate, not fix.
11206         ("*truncdfsf2_real"): Ditto.
11207         ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
11208
11209         * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
11210
11211 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11212
11213         * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
11214         (s8), but rather HARD_FRAME_POINTER_REGNUM.  Add parentheses
11215         where appropriate.  Make the second reference to
11216         leaf_function_p a function call, as intended.  Reindented.
11217
11218         * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
11219         * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
11220
11221         * config/mips/mips.md (addsi3, adddi3): Use scratch register to
11222         add register to non-constant into sp.
11223
11224         * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
11225         * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
11226         (mips16_gp_pseudo_rtx): Lose.
11227         (INIT_EXPANDERS): Deleted.
11228         * config/mips/mips.c (mips_init_machine_status): New.
11229         (mips_free_machine_status): New.
11230         (mips_mark_machine_status): New.
11231         (override_options): Set them.
11232         (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
11233         (struct machine_function): ... new.  Replaced all references.
11234         (mips_add_gc_roots): Don't mark them.
11235         (embedded_pic_fnaddr_reg): New, extracted from...
11236         (embedded_pic_offset): ... here.
11237         * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
11238         (movsi): Likewise.
11239
11240 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11241
11242         * cppinit.c: Revert -MD removal.
11243
11244 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11245
11246         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
11247         soft registers by default for 68HC12.
11248         (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
11249         when compiling with -fomit-frame-pointer.
11250         (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
11251         (expand_epilogue): Likewise.
11252         (m68hc11_gen_rotate): Use exg when rotating by 8.
11253
11254 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11255
11256         * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
11257         * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
11258         (splits): Remove unused add splits.
11259         ("*addhi3_68hc12"): Tune constraints.
11260         ("addhi_sp"): Try to use X instead of Y in all cases and if the
11261         constant fits in 8-bits and D is dead use abx/aby instructions.
11262         ("*addhi3"): Remove extern declaration of ix_reg.
11263         ("*subsi3"): Optimize and provide new split.
11264         ("subhi3"): Cleanup.
11265         ("*subhi3_sp"): Avoid saving X if we know it is dead.
11266         (arith splits): For 68hc12 save the address register on the stack
11267         and do the arithmetic operation with a pop.
11268
11269 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11270
11271         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
11272         allocating QImode in address registers.
11273         ("*movqi_m68hc11"): Likewise.
11274
11275 Sat Mar 16 12:57:28 CET 2002  Jan HUbicka  <jh@suse.cz>
11276
11277         * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
11278
11279 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11280
11281         * cppinit.c (print_help): Display -MD and -MMD.
11282         Don't display usage string.  Update assertion syntax and
11283         typo.
11284         (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
11285         (cpp_handle_option): Update.
11286
11287 2002-03-15  Chris Demetriou  <cgd@broadcom.com>
11288
11289         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
11290         MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
11291         and define it so that regardless of target CPU size,
11292         __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
11293         of "int" rather than "long."
11294
11295 2002-03-15  Richard Henderson  <rth@redhat.com>
11296
11297         * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
11298         size as a tree.
11299
11300 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11301
11302         * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
11303         ("tstqi" split): Avoid using memory for tstqi on address register.
11304         (splits): Remove constraints.
11305         ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
11306         ("cmpdf", "cmpsf"): Remove since not used.
11307         ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
11308         (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
11309
11310 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11311
11312         * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
11313         ("neghi2"): Tighten constraints.
11314         ("one_cmplsi2"): Optimize and simplify split.
11315         * config/m68hc11/larith.asm (__negsi2): Likewise for library.
11316
11317 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11318
11319         * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
11320         and split of AND operation to clear the upper bits.
11321         ("*logicalsi3_zextqi"): Likewise.
11322         ("*logicallhi3_zexthi_ashift8"): Likewise.
11323         ("*logicalsi3_silshr16"): Likewise.
11324         ("logicalsi3_silshl16"): Likewise.
11325         ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
11326
11327 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11328
11329         * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
11330         (m68hc11_indirect_p): New function.
11331         (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
11332         (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
11333         TARGET_M6812.
11334         (asm_print_register): Likewise.
11335         * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
11336         (m68hc11_indirect_p): Declare.
11337         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
11338         (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
11339         (TARGET_SWITCHES): New option -mrelax.
11340         * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
11341         destination.
11342         ("iorsi3", "xorsi3"): Likewise.
11343         ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
11344         ("*andhi3_mem"): New to handle destination in memory with bclr
11345         and a scratch register.
11346         ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
11347         ("*andhi3_const"): New when operand2 is constant.
11348         ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
11349         ("*andhi3_gen"): Cleanup of the old "andhi3".
11350         ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
11351         ("xorqi3"): Update constraints.
11352
11353 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11354
11355         * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
11356         for reg_equiv_memory_loc when the operand is a register that does
11357         not get a hard register (stack location).
11358         (tst_operand): After reload, accept all memory operand.
11359         (symbolic_memory_operand): Fix detection of symbolic references.
11360         * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
11361         accept symbols and any constant.
11362
11363 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11364
11365         * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
11366         note on the insn that sets the soft frame register.
11367         (must_parenthesize): ix and iy are also reserved names.
11368         (print_operand_address): One more place where parenthesis are required
11369         to avoid confusion with register names.
11370         (m68hc11_gen_movhi): Allow push of stack pointer.
11371         (m68hc11_check_z_replacement): Fix handling of parallel with a
11372         clobber.
11373         (m68hc11_z_replacement): Must update the REG_INC notes to tell what
11374         the replacement register is.
11375         * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
11376         and D8_REGS classes.
11377         (MODES_TIEABLE_P): All modes are tieable except QImode.
11378
11379 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11380
11381         * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
11382         (___subdi3): Likewise.
11383         (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
11384         (__map_data_section): Optimize 68hc11 case.
11385
11386 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11387
11388         * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
11389         than a shift to avoid adding a register with itself.
11390         (m68hc11_memory_move_cost): Take into account NO_REGS.
11391         (m68hc11_register_move_cost): Update and use memory move cost
11392         for soft registers.
11393         (m68hc11_address_cost): Make cost of valid offset not 0 so that
11394         it gives more opportunities to cse to optimize.
11395         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
11396         * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
11397
11398 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
11399
11400         * c-common.c (statement_code_p): Handle CLEANUP_STMT.
11401         * c-common.def (CLEANUP_STMT): New tree node.
11402         * c-common.h (CLEANUP_DECL): New macro.
11403         (CLEANUP_EXPR): Likewise.
11404         * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
11405         * expr.c (expand_expr): Tidy.
11406         * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
11407         * tree-inline.c (initialize_inlined_parameters): Clean up
11408         new local variables.
11409
11410 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
11411
11412         PR bootstrap/4128
11413         * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
11414         before movrXX only, use reg_overlap_mentioned_p.
11415         Only special case NE if just one insn can be generated.
11416
11417 2002-03-15  Jason Merrill  <jason@redhat.com>
11418
11419         * varasm.c (assemble_variable): Call resolve_unique_section before
11420         checking DECL_SECTION_NAME.  Use zeros for a decl with DECL_INITIAL
11421         of error_mark_node.
11422
11423 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
11424
11425         PR target/5170
11426         * arm.md (split pattern for thumb shiftable immediates): Add comment
11427         explaining non-obvious test.
11428
11429 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
11430
11431         PR target/5712
11432         * arm.md (movaddr, movaddr_insn): Delete.
11433
11434 2002-03-15  Jason Merrill  <jason@redhat.com>
11435
11436         * toplev.c (wrapup_global_declarations): Clarify variable handling.
11437         -fkeep-static-consts doesn't apply to comdats.
11438
11439 2002-03-14  Richard Henderson  <rth@redhat.com>
11440
11441         * c-decl.c: Include c-pragma.h.
11442         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
11443         (finish_function): Tidy.
11444         * c-pragma.c: Include c-common.h.
11445         (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
11446         (handle_pragma_weak): Use them.
11447         (init_pragma): Register pending_weaks.
11448         * c-pragma.h (maybe_apply_pragma_weak): Declare.
11449         * print-tree.c (print_node): Print DECL_WEAK.
11450         * varasm.c (mark_weak_decls): Remove.
11451         (remove_from_pending_weak_list): Remove.
11452         (add_weak): Remove.
11453         (asm_emit_uninitialised): Call globalize_decl for weak commons.
11454         (weak_decls): Make a tree_list.
11455         (declare_weak): Cons weak_decls directly.
11456         (globalize_decl): Remove weak_decls elements directly.
11457         (weak_finish): Simplify weak_decls walk.  Don't weaken unused
11458         symbols.  Don't pretend to handle aliases.
11459         (init_varasm_once): Update weak_decls registry.
11460         * Makefile.in: Update dependencies.
11461
11462 2002-03-14  Richard Henderson  <rth@redhat.com>
11463
11464         PR target/5312
11465         * config/ia64/ia64.c: Include tm_p.h last.
11466         (gen_nop_type): Remove duplicate definition.
11467         (cycle_end_fill_slots): Set sched_data for second L slot.
11468         (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
11469         (nop_cycles_until): Fix typos.
11470
11471 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
11472
11473         PR optimization/5891
11474         * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
11475
11476 2002-03-14  David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
11477
11478         * config/ia64/unwind-ia64.c: Handle copy_state and label_state
11479           descriptors correctly.
11480
11481 2002-03-14  Michael Meissner  <meissner@redhat.com>
11482
11483         * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
11484         100, allowing MAX_UNROLLED_INSNS to be overridden.
11485
11486         * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
11487         --param.
11488
11489         * unroll.c (params.h): Include.
11490         (MAX_UNROLLED_INSNS): Delete, now in params.h.
11491
11492         * doc/invoke.texi (--param max-unroll-insns): Document.
11493
11494         * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
11495
11496 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
11497
11498         * arm.md: Fix warnings about constraints in peepholes and splits.
11499
11500 2002-03-14  Zack Weinberg  <zack@codesourcery.com>
11501
11502         * cpphash.h (struct lexer_state): Remove line_extension member.
11503         * cpplib.c (dequote_string, do_linemarker): New functions.
11504         (linemarker_dir): New data object.
11505         (DIRECTIVE_TABLE): No longer need to interpret #line in
11506         preprocessed source.  Delete obsolete comment about return
11507         values of handlers.
11508         (end_directive, directive_diagnostics, _cpp_handle_directive):
11509         Don't muck with line_extension.
11510         (directive_diagnostics): No need to issue warnings for
11511         linemarkers here.
11512         (_cpp_handle_directive): Issue warnings for linemarkers here,
11513         when appropriate.  Dispatch linemarkers to do_linemarker, not
11514         do_line.
11515         (do_line): Code to handle linemarkers split out to do_linemarker.
11516         Convert escape sequences in filename argument, both places.
11517
11518         * cppmacro.c (quote_string): Rename cpp_quote_string and
11519         export.  All callers changed.
11520         * cpplib.h (cpp_quote_string): Prototype.
11521         * cppmain.c (print_line): Call cpp_quote_string on to_file
11522         before printing it.
11523
11524         * doc/cpp.texi: Document that escapes are now interpreted in
11525         #line and in linemarkers, and that non-printing characters are
11526         converted to octal escapes when linemarkers are generated.
11527
11528 Thu Mar 14 19:04:29 CET 2002  Jan Hubicka  <jh@suse.cz>
11529
11530         * emit-rtl.c (try_split): Use delete_insns.
11531         * recog.c (split_all_insns): Fix terminating condition.
11532
11533 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
11534             Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
11535
11536         PR target/5828
11537         * arm.c (arm_output_epilogue): Fix floating-point register save
11538         adjustment when using a frame pointer.
11539
11540 2002-03-14  Richard Sandiford  <rsandifo@redhat.com>
11541
11542         * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
11543         * config/mips/mips.c (compute_frame_size): Retrofit them here.
11544         (save_restore_insns, mips_expand_epilogue): And here.
11545         (build_mips16_call_stub): And here.
11546         (mips_function_value): Use the new macros to decide whether a single
11547         or complex float can be returned in floating-point registers.  Return
11548         a parallel rtx in the complex case.
11549
11550 Thu Mar 14 11:03:12 CET 2002  Jan Hubicka  <jh@suse.cz>
11551
11552         * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
11553         call after liveness analysis.
11554
11555         * recog.c (split_insn): Use delete_insn_and_edges.
11556
11557         * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
11558         instructions to have branch prediction notes.
11559         * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
11560
11561 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
11562
11563         * configure.in: Don't pass -Wno-long-long to a ADA compiler
11564         that doesn't support it.
11565         * configure: Regenerate.
11566
11567 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
11568
11569         PR target/5626
11570         * config/sparc/sparc.md (normal_branch, inverted_branch,
11571         normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
11572         inverted_fp_branch): Adjust calls to output_cbranch.
11573         Set length attribute.
11574         (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
11575         output_v9branch.  Set length attribute.
11576         * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
11577         predicates.
11578         (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
11579         (output_cbranch): Likewise.  Handle far branches.
11580         (output_v9branch): Handle far branches.
11581         * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
11582         Adjust prototypes.
11583         * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
11584         noov_compare64_op predicates.
11585
11586 2002-03-13  Jason Merrill  <jason@redhat.com>
11587
11588         * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
11589         into the function and constify it.
11590         * gthr-dce.h, gthr-solaris.h: Likewise.
11591
11592 2002-03-13  David Edelsohn  <edelsohn@gnu.org>
11593
11594         * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
11595         * config/rs6000/rs6000.c (rs6000_va_arg): Use
11596         std_expand_builtin_va_arg if not ABI_V4.
11597
11598 2002-03-13  Jason Merrill  <jason@redhat.com>
11599
11600         * varasm.c (globalize_decl): New fn.
11601         (assemble_start_function): Use it.
11602         (asm_emit_uninitialized): Use it.
11603         (assemble_alias): Use it.
11604         (assemble_variable): Use it.
11605
11606 2002-03-13  Hans-Peter Nilsson  <hp@axis.com>
11607
11608         * config/cris/cris.c (cris_target_asm_function_prologue): Revert
11609         2002-03-12 internal visibility change.
11610         (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
11611         visibility into SYMBOL_REF_FLAG.
11612
11613 2002-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
11614
11615         * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
11616         VOIDmode operand.  Add compile-time optimization for constant results.
11617
11618 2002-03-12  Jason Merrill  <jason@redhat.com>
11619
11620         * c-typeck.c (convert_for_assignment): Don't allow conversions
11621         between pointers and references.  Only allow lvalues to convert to
11622         reference.
11623
11624 2002-03-13  Hartmut Penner  <hpenner@de.ibm.com>
11625
11626         * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
11627         before prologue, to avoid scheduling problems.
11628
11629 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
11630
11631         * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
11632         (ELIMINABLE_REGS): Add sfp->sp.
11633         (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
11634
11635 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
11636
11637         PR optimization/5892
11638         * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
11639
11640 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
11641
11642         * loop.c (basic_induction_var): Don't call convert_modes if mode
11643         classes are different.
11644
11645 2002-03-12  Richard Henderson  <rth@redhat.com>
11646
11647         PR optimization/5901
11648         * function.c (reposition_prologue_and_epilogue_notes): Position
11649         the markers after/before the last/first insn not deleted.
11650
11651 2002-03-12  Richard Henderson  <rth@redhat.com>
11652
11653         PR optimization/5878
11654         * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
11655         config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
11656         (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
11657
11658         * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
11659         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
11660         PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
11661
11662         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
11663         * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
11664         (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
11665         also.  Don't set it if not flag_pic.
11666         * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
11667         to be INVALID_REGNUM when not used.
11668
11669 2002-03-13  Aldy Hernandez  <aldyh@redhat.com>
11670
11671         * expmed.c (store_bit_field): Reset alias set for memory.
11672         (extract_bit_field): Same.
11673
11674 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11675
11676         * c-common.c (c_tree_code_type, c_tree_code_length,
11677         c_tree_code_name, add_c_tree_codes): Delete.
11678         * c-common.h (add_c_tree_codes): Delete.
11679         * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
11680         Define.
11681         * c-objc-common.c (c_objc_common_init): Don't call
11682         add_c_tree_codes, instead set lang_unsafe_for_reeval.
11683         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
11684         objc_tree_code_name, add_objc_tree_codes): Delete.
11685         (objc_init): Don't call add_objc_tree_codes.
11686         * objc/objc-lang.c (tree_code_type, tree_code_length,
11687         tree_code_name): Define.
11688         * toplev.c (lang_independent_init): Don't set
11689         tree_code_length[IDENTIFIER_NODE].
11690         * tree.c (tree_code_type, tree_code_length, tree_code_name):
11691         Delete definitions, moved to language front-ends.
11692         * tree.def (IDENTIFIER_NODE): Hardwire the length.
11693         * tree.h (tree_code_type, tree_code_length, tree_code_name):
11694         Const-ify.
11695         (tree_code_length): Change type to unsigned char.
11696
11697 2002-03-12  Richard Henderson  <rth@redhat.com>
11698
11699         * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
11700         internal visibility change.
11701
11702 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11703
11704         * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
11705         validize_mem() instead of change_address to avoid clobbering
11706         memory attributes.
11707
11708 2002-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
11709
11710         * c-lex.h (position_after_whitespace): Remove.
11711
11712 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
11713
11714         * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
11715         (lex_string): Use unsigned char pointers.
11716
11717 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
11718
11719         * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
11720         is not a valid memory_operand.
11721
11722 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11723
11724         * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
11725         * config/xtensa/lib1funcs.asm: Fix copyright to include
11726         special case for libgcc files.
11727         (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
11728         (__divsi3): Likewise.
11729         (__umodsi3): Likewise.
11730         (__modsi3): Likewise.
11731         * config/xtensa/lib2funcs.S: Fix copyright to include
11732         special case for libgcc files.
11733
11734 2002-03-12  Tom Rix  <trix@redhat.com>
11735
11736         * collect2.c (resolve_lib_name): Move outside of
11737         OBJECT_FORMAT_COFF ifdef.
11738         (ignore_library): Same.
11739
11740 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11741
11742         * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
11743
11744 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11745
11746         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
11747         to function_section before writing out the constant pool.
11748
11749 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
11750
11751         * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
11752         zero_constant.
11753         * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
11754
11755 2002-03-12  Alan Modra  <amodra@bigpond.net.au>
11756
11757         * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
11758         (adddi3): Likewise.
11759         (movdf): Likewise.
11760         (movdi): Likewise.
11761         (cmpsi splitter): Likewise.
11762         (modsi3): Fail if <= 0.
11763         * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
11764         redundant test when HOST_BITS_PER_WIDE_INT != 32.
11765         (reg_or_sub_cint64_operand): Likewise.
11766         (num_insns_constant_wide): Optimize sign extension.
11767         (rs6000_legitimize_address): Likewise.
11768
11769 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
11770
11771         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
11772         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
11773
11774 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
11775
11776         * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
11777         address calculation.
11778
11779 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
11780
11781         * config/s390/s390.md (reload_insi, reload_indi): Change mode of
11782         scratch register to DImode / TImode.
11783         config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
11784         register used does not overlap the target.
11785
11786 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11787
11788         * Makefile.in (debug.o): Depend on debug.h.
11789         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
11790         * debug.c (do_nothing_debug_hooks): Likewise.
11791         * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
11792         sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
11793         dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
11794         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
11795         * dwarfout.c (dwarf_debug_hooks): Likewise.
11796         * integrate.c (output_inline_function): Likewise.
11797         * objc/objc-act.c (synth_module_prologue): Likewise.
11798         * sdbout.c (sdb_debug_hooks): Likewise.
11799         * toplev.c (debug_hooks): Likewise.
11800         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
11801
11802 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11803
11804         * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
11805         dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
11806         m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
11807         ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
11808         v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
11809         * defaults.h (POINTER_SIZE): Define.
11810         * doc/tm.texi (POINTER_SIZE): Document default.
11811
11812 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11813
11814         * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
11815
11816 2002-03-11  Richard Henderson  <rth@redhat.com>
11817
11818         * toplev.c (rest_of_compilation): Call purge_all_dead_edges
11819         if rebuild_label_notes_after_reload.
11820
11821 2002-03-12  Hans-Peter Nilsson  <hp@axis.com>
11822
11823         * config/cris/cris.c (cris_target_asm_function_prologue):  Do not
11824         emit pic register load if "internal" visibility.
11825         (cris_print_operand): Avoid traditional-warning for 0xffffffff.
11826         (cris_expand_builtin_va_arg): Do all computations on trees.
11827
11828 2002-03-11  Richard Henderson  <rth@redhat.com>
11829
11830         * rtlanal.c: Include recog.h.
11831         (keep_with_call_p): Fix thinko.
11832         * Makefile.in (rtlanal.o): Update dependencies.
11833
11834 2002-03-11  Chris Meyer  <cmeyer@gatan.com>
11835
11836         * genflags.c (gen_insn): Use IS_VSPACE.
11837         * genoutput.c (output_insn_data): Likewise.
11838         (process_template): Likewise.
11839
11840 2002-03-11  Richard Henderson  <rth@redhat.com>
11841
11842         * toplev.c (rest_of_compilation): Don't compile if we've had errors.
11843
11844 2002-03-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11845
11846         * Makefile.in: Update.
11847         * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
11848         Update documentation.
11849         * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
11850         * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
11851
11852 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
11853
11854         * Makefile.in: Give texi2pod its input file as a command line
11855         argument, not on stdin.
11856
11857 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
11858             Daniel Berlin  <dan@dberlin.org>
11859
11860         C++ alias analysis improvement.
11861         * alias.c (record_component_aliases): Record aliases for base
11862         classes too.
11863
11864 2002-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
11865
11866         * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
11867
11868 2002-03-11  Douglas B Rupp  <rupp@gnat.com>
11869
11870         * toplev.c (vms_fopen): Remove, not needed.
11871
11872         * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
11873
11874         * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
11875
11876         * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
11877         for FP, already done later.
11878
11879         * toplev.c (debug_args): Add entry for VMS_DEBUG.
11880         * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
11881
11882 2002-03-11  Richard Sandiford  <rsandifo@redhat.com>
11883
11884         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
11885         (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
11886         LARGEST_EXPONENT_IS_NORMAL for the given mode.
11887         (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
11888         * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
11889         (ediv, emul, eldexp, esqrt): Likewise.
11890         (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
11891         (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
11892         (saturate): New function.
11893         (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
11894         (make_nan): Use a saturation value instead of a NaN if
11895         LARGEST_EXPONENT_IS_NORMAL.  Warn when this happens.
11896         * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
11897         inputs if LARGEST_EXPONENT_IS_NORMAL.  Represent subnormals as
11898         zero if NO_DENORMALS.  Only round to nearest if !ROUND_TOWARDS_ZERO.
11899         (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
11900         (_fpmul_parts, _fpdiv_parts): Only round to nearest if
11901         !ROUND_TOWARDS_ZERO.
11902         * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
11903         (ROUND_TOWARDS_ZERO): Document.
11904
11905 2002-03-11  Andreas Jaeger  <aj@suse.de>
11906
11907         * cfg.c (dump_flow_info): Remove unused variable.
11908
11909 2002-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
11910
11911         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
11912         computations on trees.
11913
11914 2002-03-10  Richard Henderson  <rth@redhat.com>
11915
11916         PR 5693:
11917         * reload.c (copy_replacements_1): New.
11918         (copy_replacements): Use it to recurse through the rtx.
11919
11920 2002-03-10  Richard Henderson  <rth@redhat.com>
11921
11922         * loop.c (strength_reduce): Compute number of iterations as
11923         unsigned HOST_WIDE_INT.
11924
11925 2002-03-10  Richard Henderson  <rth@redhat.com>
11926
11927         * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
11928         to move away from the end of the block.
11929
11930 2002-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
11931
11932         PR preprocessor/5899
11933         * cppinit.c (init_dependency_output): Don't ignore -dM etc.
11934
11935 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11936
11937         * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
11938
11939         * attribs.c (decl_attributes): Fix signed/unsigned warning.
11940
11941 2002-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
11942
11943         * config/mmix/mmix.c: Improve comments.
11944         (mmix_target_asm_function_prologue): Drop variable
11945         empty_stack_frame.  Don't allocate unused slot above fp.
11946         (mmix_target_asm_function_epilogue): Mirror prologue changes.
11947         * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
11948         brace in first column.
11949         (enum reg_class): Ditto.
11950         (FIRST_PARM_OFFSET): Now 0.
11951         (USER_LABEL_PREFIX): Remove #if 0:d definition.
11952
11953 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11954
11955         * combine.c (make_extraction): Fix error in last change.
11956
11957 2002-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11958
11959         * c4x.c (c4x_fp_reglist): Const-ify.
11960         * cris.c (cris_print_operand): Likewise.
11961         * i386.c (ix86_va_arg): Likewise.
11962         * ia64/unwind-ia64.c (unw_decode_table): Likewise.
11963         * m32r.c (m32r_hard_regno_mode_ok): Likewise.
11964         * m32r.h (m32r_hard_regno_mode_ok): Likewise.
11965         * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
11966         * mcore.h (regno_reg_class): Likewise.
11967         * mips.c (gen_int_relational): Likewise.
11968         * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
11969         * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
11970         * pdp11.c (move_costs): Likewise.
11971         * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
11972         * s390.c (s390_branch_condition_mnemonic, regclass_map):
11973         Likewise.
11974         * s390.h (regclass_map): Likewise.
11975         * sh.c (shift_amounts): Likewise.
11976         * sh.md (rotlsi3): Likewise.
11977
11978 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
11979
11980         * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
11981         (ne0+5): Use new clobber to generate proper shift pattern.
11982         Patch by Michael Matz <matz@kde.org>.
11983
11984 2002-03-09  Andreas Schwab  <schwab@suse.de>
11985
11986         * gcc.c (validate_all_switches): Also handle `%W{...}'.
11987
11988 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
11989
11990         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
11991
11992 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
11993
11994         PR middle-end/5877
11995         * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
11996         even for non-representable constants.
11997
11998 Sat Mar  9 07:20:01 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11999
12000         * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
12001         * function.c (fixup_var_refs): Add MAY_SHARE parameter.
12002         (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
12003         (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
12004         (pop_function_context): Compute MAY_SHARE parameter for
12005         fixup_var_refs.
12006         (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
12007         (gen_mem_addressof): Call fixup_var_refs with new parm.
12008
12009         * combine.c (make_extraction): Don't make extension of CONST_INT.
12010
12011 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
12012
12013         * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
12014         in o32 and o64 ABIs.
12015         * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
12016         but getting fixed-size structs passed in registers regardless of
12017         padding in o32 and o64 ABIs.
12018
12019         * config/mips/mips.c (mips_va_arg): Apply big-endianness address
12020         offset before loading address of argument passed by transparent
12021         reference.
12022
12023 2002-03-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12024
12025         * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
12026
12027 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
12028
12029         * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
12030         marker such that registers after it are saved.
12031
12032 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12033
12034         * sparc.c (arith_4096_operand): Fix error in last change.
12035
12036 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
12037
12038         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
12039         defaults for MEABI.
12040
12041 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
12042
12043         * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
12044         vectors.
12045
12046 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
12047
12048         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
12049
12050 Fri Mar  8 21:27:49 CET 2002  Jan Hubicka  <jh@suse.cz>
12051
12052         * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
12053         removed; fix return value.
12054         * combine.c (combine_instructions): Dirtify blocks where we failed to
12055         update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
12056         * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
12057
12058 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12059
12060         * gcse.c (insert_insn_end_bb): Fix typo in last change.
12061
12062 Fri Mar  8 21:08:52 CET 2002  Jan Hubicka  <jh@suse.cz>
12063
12064         * recog.c (peephole2_optimize): Re-distribute EH edges.
12065
12066 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12067
12068         * expr.c (expand_expr): Use unsave lang hook.
12069         * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
12070         (LANG_HOOKS_INITIALIZER): Update.
12071         * langhooks.h (struct lang_hooks): New hook unsave.
12072         * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
12073         (unsave_expr_1): Remove unused lang_unsave_expr_now.
12074         (unsave_expr_now_r): Rename lhd_unsave.  Update. Return input.
12075         (unsave_expr_now): Remove.
12076         * tree.h (unsave_expr_now, lang_unsave,
12077         lang_unsave_expr_now): Remove.
12078         (lhd_unsave): New.
12079
12080 2002-03-08  Andreas Jaeger  <aj@suse.de>
12081
12082         * flow.c (propagate_block_delete_insn): Remove unused variable.
12083
12084 2002-03-08  Kazu Hirata  <kazu@hxi.com>
12085
12086         * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
12087         insn length for memory load/store.
12088
12089 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12090
12091         * doc/install.texi (--with-libiconv-prefix): Document.
12092
12093 2002-03-08  Michael Y. Brukman  <myb2@cornell.edu>
12094
12095         * doc/sourcebuild.texi: Fix typo.
12096
12097 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
12098
12099         PR c/3711
12100         * builtins.c (std_expand_builtin_va_arg): Do all computations on
12101         trees.
12102
12103 Fri Mar  8 06:48:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12104
12105         * rtl.c (copy_most_rtx): Move from here ...
12106         * emit-rtl.c (copy_most_rtx): ... to here.
12107
12108 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
12109
12110         * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
12111         SUBTARGET_CPP_SIZE_SPEC.
12112         * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
12113
12114         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
12115
12116 2002-03-07  Matt Hiller  <hiller@redhat.com>
12117
12118         * gensupport.c (first_dir_md_include): Renamed from include;
12119         change all references.
12120         (last_dir_md_include): Renamed from last_include; change all
12121         references.
12122         (init_md_reader): Unconditionally initialize base_dir whether or
12123         not filename is a relative path.
12124
12125 2002-03-07  Alexandre Oliva  <aoliva@redhat.com>
12126
12127         * config/fp-bit.c (_unord_f2): Compile it in even if
12128         US_SOFTWARE_GOFAST is enabled.
12129
12130         * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
12131         NULL_RTX.  Set all HFmode operations as NULL_RTX.
12132         * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
12133         NULL_RTX, try reversing the comparison and the operands.
12134
12135 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
12136
12137         * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
12138         genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
12139         and MATCH_OP_DUP.
12140
12141 Thu Mar  7 16:54:10 CET 2002  Jan Hubicka  <jh@suse.cz>
12142
12143         * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
12144
12145 Thu Mar  7 16:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
12146
12147         * basic-block.h (fixup_abnormal_edges): Declare.
12148         * reload1.c (fixup_abnormal_edges): New function.
12149         * reg-stack.c (convert_regs): Use it.
12150
12151         * gcse.c (insert_insn_end_bb): Handle trapping insns.
12152
12153         * gcse.c (hash_scan_set): Refuse instructions with EH edges.
12154
12155 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
12156
12157         * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
12158         (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
12159         * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
12160         (HONOR_SIGN_DEPENDENT_ROUNDING): New.
12161         * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
12162         * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
12163         unless x and y could be infinite.
12164         (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
12165         Check that the common type of both arguments is a real, even for
12166         targets without unordered comparisons.  Allow an integer argument
12167         to be compared against a real.
12168         (expand_tree_builtin): Use expand_unordered_cmp.
12169         * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
12170         * cse.c (fold_rtx): Likewise.  Fix indentation.
12171         * fold-const.c (fold_real_zero_addition_p): New.
12172         (fold): Use it, and the new HONOR_... macros.
12173         * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
12174         * jump.c (reversed_comparison_code_parts): After searching for
12175         the true comparison mode, use HONOR_NANS to decide whether it
12176         can be safely reversed.
12177         (reverse_condition_maybe_unordered): Remove IEEE check.
12178         * simplify-rtx.c (simplify_binary_operation): Use the new macros
12179         to decide which simplifications are valid.  Allow the following
12180         simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
12181         and (a - -b) to (a + b).
12182         (simplify_relational_operation): Use HONOR_NANS.
12183         * doc/tm.texi: Document the MODE_HAS_... macros.
12184
12185 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
12186
12187         * combine.c (simplify_comparison): If simplifying a logical shift
12188         right and compare with constant, force the comparison to unsigned.
12189
12190 2002-03-07  Aldy Hernandez  <aldyh@redhat.com>
12191
12192         * doc/invoke.texi: Add documentation for -mabi=no-altivec.
12193
12194         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
12195         -mabi=no-altivec
12196         (alt_reg_names): Remove % for vrsave.
12197
12198 2002-03-06  Richard Henderson  <rth@redhat.com>
12199
12200         PR optimization/5844
12201         * genemit.c (gen_exp): New argument used.  Invoke copy_rtx
12202         if used indicates we've already emitted one copy of an operand.
12203         (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
12204         (gen_split): Supply a non-null used.
12205
12206 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
12207
12208         * reload1.c (reload): Unshare all rtl after reload is done.
12209
12210         * simplify-rtx.c (simplify_plus_minus): Do not abort,
12211         but simply fail if the expression is too complex to simplify.
12212         (simplify_gen_binary): Handle simplify_plus_minus failures.
12213
12214 Wed Mar  6 20:32:09 CET 2002  Jan Hubicka  <jh@suse.cz>
12215
12216         * toplev.c (rest_of_compilation): Do jump threading before SSA path;
12217         consistently call delete_trivially_dead_insns after CSE and GCSE;
12218         fix DFI_life dumping; do jump threading after liveness; do crossjumping
12219         after liveness2; update comment in last crossjumping.
12220         * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
12221
12222 Wed Mar  6 12:27:10 2002  Jeffrey A Law  (law@redhat.com)
12223
12224         * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
12225         after completing fast dead code elimination.
12226
12227         * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
12228         COMPARE operator.
12229
12230 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
12231
12232         * version.c:  Fix misplaced leading blanks on first line.
12233
12234 Wed Mar  6 19:08:03 CET 2002  Jan Hubicka  <jh@suse.cz>
12235
12236         * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
12237
12238 Wed Mar  6 18:14:43 CET 2002  Jan Hubicka  <jh@suse.cz>
12239
12240         * cfgcleanup.c (mentions_nonequal_regs): New function.
12241         (thread_jump): Use it.
12242         * toplev.c (rest_of_compilation): Run jump threading after
12243         liveness.
12244
12245 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
12246
12247         * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
12248         patch.
12249
12250 Wed Mar  6 11:28:19 CET 2002  Jan Hubicka  <jh@suse.cz>
12251
12252         * predict.c (estimate_bb_frequencies): Do not reload the
12253         frequencies from notes.
12254
12255 Wed Mar  6 10:59:39 CET 2002  Jan Hubicka  <jh@suse.cz>
12256
12257         * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
12258         * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
12259
12260         * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
12261         delete_noop_moves): Return indeger.
12262         * flow.c (ndead): New variable.
12263         (propagate_block_delete_insn): Use delete_insn_and_edges; remove
12264         BB argument; update callers.
12265         (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
12266         (life_analysis): Do not call purge_all_dead_edges.
12267         (update_life_info): Return number of deleted insns; print statistics.
12268         (update_life_info_in_dirty_blocks): likewise.
12269         (delete_noop_moves): Use delete_insn_and_edges; print statistics;
12270         return number of insns deleted.
12271
12272         * cse.c: Include timevar.h
12273         (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
12274         iterate until stabilizes; print statistics; return number of killed
12275         insns.
12276         * Makefile.in: (cse.o): Add timevar.h dependency
12277         * rtl.h (delete_trivially_dead_insns): New.
12278         * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
12279         * toplev.c (rest_of_compilation): Update callers.
12280
12281         * cfgcleanup.c (try_optimize_cfg): Kill blocks.
12282         (try_optimize_cfg): Do not update liveness.
12283         (cleanup-cfg): Loop until try_optimize_cfg and dead code
12284         removal stabilizes; use delete_trivially_dead_insns.
12285
12286         * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
12287
12288 2002-03-05  Zack Weinberg  <zack@codesourcery.com>
12289
12290         * cppmain.c (setup_callbacks): Disable #pragma and #ident
12291         callbacks when processing assembly language.
12292
12293 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12294
12295         * pa.h (ASM_FILE_END): Define.
12296         * som.h (ASM_FILE_END): Delete.
12297
12298         * pa.c (function_arg): Don't pass floats in general registers in
12299         indirect calls if TARGET_ELF32.
12300
12301 2002-03-05  Richard Henderson  <rth@redhat.com>
12302
12303         * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
12304
12305 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12306
12307         * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
12308
12309 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
12310
12311         * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
12312         -r command line.  Don't hide any symbols if not building
12313         shared libgcc.
12314
12315 Tue Mar  5 18:31:27 CET 2002  Jan Hubicka  <jh@suse.cz>
12316
12317         * cfg.c (dump_flow_info): Warn about profile mismatches.
12318         * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
12319         (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
12320
12321 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
12322
12323         * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
12324         wide volatile memory by parts.
12325
12326 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
12327
12328         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
12329         is NULL.
12330
12331 2002-03-05  Richard Henderson  <rth@redhat.com>
12332
12333         * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
12334
12335 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
12336
12337         * toplev.c (documented_lang_options): Document more
12338         language-specific options.
12339         * doc/invoke.texi (Warning Options): Correct documentation for
12340         -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
12341         * c-decl.c (c_decode_option): Use a table to handle warning options.
12342
12343 2002-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
12344
12345         * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
12346         parameter to mmix_encode_section_info.
12347         (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
12348         relocatably.  Always produce ELF, not mmo if linking relocatably.
12349         * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
12350         first is non-zero, don't add symbol prefix.
12351         * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
12352         prototype accordingly.
12353
12354 2002-03-04  Krister Walfridsson  <cato@df.lth.se>
12355
12356         * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
12357
12358 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12359
12360         * configure.in: Increase required makeinfo version to 4.1.
12361         * configure: Regenerate.
12362
12363 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
12364
12365         * .cvsignore: Remove *.info* and genrtl*; these files are generated
12366         elsewhere now.
12367
12368 2002-03-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12369
12370         * doc/include/texinfo.tex: Update to version 2002-03-01.06.
12371         * doc/invoke.texi: Fix @math uses.
12372
12373 Mon Mar  4 15:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
12374
12375         * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
12376         removal
12377
12378 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
12379
12380         * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
12381         (powerpc-*-eabisimaltivec*): Same.
12382
12383         * config/rs6000/t-ppcendian: New.
12384
12385 2002-03-04  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12386
12387         * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
12388         nonimmediate_src_operand and nonimmediate_lsrc_operand to
12389         disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
12390
12391 2002-03-03  Richard Henderson  <rth@redhat.com>
12392
12393         * toplev.c (rest_of_decl_compilation): Revert last two changes.
12394
12395 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
12396
12397         * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
12398         print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
12399         tree.c, config/m68k/m68k.c:
12400         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
12401         REAL_ARITHMETIC blocks unconditional.  Delete some further
12402         #ifdef blocks predicated on REAL_ARITHMETIC.
12403         * flags.h, toplev.c: Delete remaining references to
12404         flag_pretend_float.
12405
12406         * doc/invoke.texi: Remove documentation of -fpretend-float.
12407         * doc/tm.texi: Describe the various REAL_* macros as provided by
12408         real.h, not by the target configuration files.
12409
12410         * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
12411         config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
12412         config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
12413         config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
12414         config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
12415         config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
12416         config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
12417         config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
12418         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
12419         config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
12420         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
12421         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
12422         config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
12423         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
12424         config/xtensa/xtensa.h:
12425         Do not define, undefine, or mention in comments any of
12426         REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
12427         REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
12428         REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
12429         REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
12430         REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
12431         REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
12432         REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
12433         REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
12434         REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
12435
12436 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12437
12438         * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
12439         convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
12440         i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
12441         m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
12442         pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
12443         stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
12444         Delete.
12445         * defaults.h (BITS_PER_WORD): Define.
12446         * doc/tm.texi (BITS_PER_WORD): Document default value.
12447
12448         * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
12449         m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
12450         stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
12451
12452 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12453
12454         * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
12455         lieu of explicit sizeof/sizeof.
12456         * i386.c (override_options, ix86_init_mmx_sse_builtins,
12457         ix86_expand_builtin): Likewise.
12458         * mips.c (mips_add_gc_roots): Likewise.
12459         * mmix.c (mmix_output_condition): Likewise.
12460         * rs6000.c (rs6000_override_options, altivec_expand_builtin,
12461         altivec_init_builtins): Likewise.
12462         * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
12463         * cppexp.c (Nsuff, parse_number): Likewise.
12464         * cppinit.c (builtin_array_end): Likewise.
12465         * gcc.c (n_default_compilers, process_command): Likewise.
12466         * genpreds.c (output_predicate_decls): Likewise.
12467         * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
12468         * lcm.c (N_ENTITIES): Likewise.
12469         * stor-layout.c (set_sizetype): Likewise.
12470
12471 2002-03-03  Richard Henderson  <rth@redhat.com>
12472
12473         * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
12474         for types or labels.
12475
12476 2002-03-03  Richard Henderson  <rth@redhat.com>
12477
12478         * c-decl.c (start_decl): Initialized variables are not common.
12479
12480 2002-03-02  Per Bothner  <per@bothner.com>
12481
12482         * gcc.c (option_map):  Suport new --bootclasspath option.
12483         --CLASSPATH is now just an alias for --classpath.
12484
12485 2002-03-02  Richard Henderson  <rth@redhat.com>
12486
12487         * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
12488         load if "internal" visibility.
12489         * doc/extend.texi: Document visibility meanings.
12490
12491 2002-03-02  Richard Henderson  <rth@redhat.com>
12492
12493         * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
12494         to functions as well.
12495
12496 2002-03-02  Richard Henderson  <rth@redhat.com>
12497
12498         * attribs.c (handle_alias_attribute): Don't call assemble_alias.
12499         (handle_visibility_attribute): Don't call assemble_visibility.
12500         * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
12501         without asmspec.  Invoke assemble_alias when needed.
12502         * varasm.c (maybe_assemble_visibility): New.
12503         (assemble_start_function, assemble_variable, assemble_alias): Use it.
12504
12505 2002-03-02  Richard Henderson  <rth@redhat.com>
12506
12507         * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
12508         invoke ENCODE_SECTION_INFO with first call flag.
12509
12510         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
12511         config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
12512         config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
12513         config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
12514         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
12515         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
12516         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
12517         config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
12518         config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
12519         config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
12520         config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
12521         config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
12522         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
12523         config/m68hc11/m68hc11.h, config/m88k/m88k.h,
12524         config/mcore/mcore-protos.h, config/mcore/mcore.c,
12525         config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
12526         config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
12527         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12528         config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
12529         config/sh/sh.h, config/sparc/sparc.h,
12530         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
12531         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
12532         config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
12533         FIRST argument.  As needed, examine it and do nothing.
12534
12535         * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
12536         config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
12537         config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
12538
12539         * config/arm/t-pe (pe.o): Add dependencies.
12540
12541 2002-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12542
12543         * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
12544         cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
12545         i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
12546         mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
12547         pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
12548         vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
12549         * defaults.h (BITS_PER_UNIT): Define.
12550         * doc/tm.texi (BITS_PER_UNIT): Document default value.
12551
12552 2002-03-02  Kazu Hirata  <kazu@hxi.com>
12553
12554         * config/h8300/h8300-protos.h: Add a prototype for
12555         compute_a_shift_length.
12556         * config/h8300/h8300.c (h8300_asm_insn_count): New.
12557         (compute_a_shift_length): Likewise.
12558         (h8300_adjust_insn_length): Do not adjust insn length of shift
12559         insns.
12560         * config/h8300/h8300.md (anonymous shift patterns): Use
12561         compute_a_shift_length.
12562
12563 Sat Mar  2 06:30:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12564
12565         * config/sparc/sparc.c (sparc_initialize_trampoline): Use
12566         trunc_int_for_mode.
12567
12568         * emit-rtl.c (offset_address): Call update_temp_slot_address.
12569
12570 2002-03-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12571
12572         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
12573         * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
12574         * flags.h (flag_zero_initialized_in_bss): Declare.
12575         * toplev.c (flag_zero_initialized_in_bss): New flag.
12576         (lang_independent_options): Add flag_zero_initialized_in_bss.
12577         * tree.c (initializer_zerop): New function.
12578         * tree.h (initializer_zerop): Declare.
12579         * varasm.c (assemble_variable): If we can emit bss, put zero
12580         initializers in the bss section.
12581
12582 2002-03-02  Alan Modra  <amodra@bigpond.net.au>
12583
12584         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
12585         like more than one symbol per .weak directive.
12586
12587 2002-03-01  Richard Henderson  <rth@redhat.com>
12588
12589         * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
12590         adjust argument_pointer by pretend_args_size.
12591         (ia64_va_start): Adjust va_start address by -pretend_args_size.
12592
12593 2002-03-01  Kazu Hirata  <kazu@hxi.com>
12594
12595         * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
12596
12597 Fri Mar  1 20:59:14 CET 2002  Jan Hubicka  <jh@suse.cz>
12598
12599         * toplev.c (rest_of_compilation): Delete dead jumptables before
12600         loop.
12601         * flow.c (delete_dead_jumptables): Make global.
12602         * rtl.h (delete_dead_jumptables): Declare.
12603
12604 2002-03-01  David Edelsohn  <edelsohn@gnu.org>
12605
12606         * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
12607         * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
12608         * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
12609
12610 2002-03-01  Kazu Hirata  <kazu@hxi.com>
12611
12612         * config/h8300/h8300-protos.h: Fix formatting.
12613         * config/h8300/h8300.c: Likewise.
12614         * config/h8300/h8300.h: Likewise.
12615
12616 2002-03-01  Kazu Hirata  <kazu@hxi.com>
12617
12618         * config/h8300/h8300.c (print_operand): Support 16-bit
12619         constant addresses.
12620         * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
12621
12622 2002-02-28  Richard Henderson  <rth@redhat.com>
12623
12624         * expmed.c (store_bit_field): Prevent generation of CONCATs;
12625         pun complex values as integers; use gen_lowpart instead of
12626         gen_rtx_SUBREG.
12627         (extract_bit_field): Likewise.
12628
12629 2002-03-01  Alan Modra  <amodra@bigpond.net.au>
12630             David Edelsohn  <edelsohn@gnu.org>
12631
12632         * doc/tm.texi (ASM_WEAKEN_DECL): Document.
12633         (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
12634         (SUPPORTS_WEAK): Likewise.
12635         * output.h (add_weak): Add tree param.
12636         * varasm.c (add_weak): Likewise.  Save decl.
12637         (struct weak_syms): Add decl field.
12638         (mark_weak_decls): New function.
12639         (init_varasm_once): ggc_add_root mark_weak_decls.
12640         (assemble_start_function): Use ASM_WEAKEN_DECL.
12641         (assemble_variable): Likewise.
12642         (assemble_alias): Likewise.
12643         (declare_weak): Pass decl to add_weak.
12644         (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
12645         (remove_from_pending_weak_list): Declare and define for
12646         ASM_WEAKEN_DECL.
12647         * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
12648         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
12649         * defaults.h (SUPPORTS_WEAK): Likewise.
12650         * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
12651         .weak for code sym.  Do emit .size for descriptor sym.
12652         (ASM_DECLARE_FUNCTION_SIZE): Define.
12653         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
12654         (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here.  Don't output
12655         .lglobl unless TARGET_XCOFF.  Formatting fixes.
12656         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
12657         .weak for code sym.
12658         (HANDLE_PRAGMA_WEAK): Remove.
12659         (ASM_WEAKEN_LABEL): Remove.
12660         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
12661
12662 2002-03-01  Jason Merrill  <jason@redhat.com>
12663
12664         * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
12665         (TARGET_EXPR_CLEANUP): New macro.
12666
12667 2002-02-28  Steve Ellcey  <sje@cup.hp.com>
12668
12669         * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
12670         to take ptr_extend into account as third type of extension.
12671         (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
12672         fields used by SUBREG_PROMOTED_UNSIGNED_P.
12673         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
12674         (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
12675         * calls.c (precompute_arguments): Use new macro.
12676         (expand_call): Ditto.
12677         * combine.c (nonzero_bits): Ditto.
12678         (record_promoted_value): Ditto.
12679         * expr.c (store_expr): Ditto.
12680         (expand_expr): Ditto.
12681         * function.c (assign_parms): Ditto.
12682
12683 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12684
12685         * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
12686         override -shared and -shared-libgcc.
12687
12688 2002-02-28  David O'Brien  <obrien@FreeBSD.org>
12689
12690         * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
12691         of "ultrasparc".
12692         * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS.  It appears
12693         to be broken.
12694
12695 2002-02-28  Richard Henderson  <rth@redhat.com>
12696
12697         * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
12698         4 cycle latency from MM producers.
12699         (ia64_internal_sched_reorder): Likewise with pipeline flush.
12700
12701 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
12702
12703         * mklibgcc.in: Don't use GNU make extension.
12704
12705 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
12706
12707         * c-parse.in (STATIC): New terminal.
12708         (scspec): New non-terminal.  Update productions accordingly.
12709         (program): Remove bogus ifc / end ifc.
12710         (array_declarator): Simplify production using STATIC.
12711
12712 2002-02-28  Jim Meyering  <meyering@lucent.com>
12713
12714         * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
12715         \a still means TARGET_BELL.
12716
12717 2002-02-28  Richard Henderson  <rth@redhat.com>
12718
12719         * haifa-sched.c (sched_emit_insn): New.
12720         (schedule_block): Use last_scheduled_insn to track last insn.
12721         * sched-int.h (sched_emit_insn): Prototype.
12722         * config/ia64/ia64.c (last_issued): Remove.
12723         (ia64_variable_issue): Don't set it.
12724         (nop_cycles_until): Use sched_emit_insn.
12725
12726 2002-02-28  Andrew MacLeod  <amacleod@redhat.com>
12727
12728         * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
12729         extended constants.
12730
12731 2002-02-28  Kazu Hirata  <kazu@hxi.com>
12732
12733         * config/h8300/h8300.c: Fix formatting.
12734         * config/h8300/h8300.h: Likewise.
12735
12736 2002-02-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12737
12738         * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
12739         which may overwrite the high byte of the frame pointer.
12740
12741 2002-02-28  Bo Thorsen  <bo@suse.de>
12742
12743         * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
12744         (STARTFILE_SPEC): Add 64 bit files.
12745         (ENDFILE_SPEC): Likewise.
12746
12747 2002-02-28  Jason Merrill  <jason@redhat.com>
12748
12749         * c-decl.c (finish_function): Only warn about missing return
12750         statement with -Wreturn-type.
12751
12752 Don Feb 28 11:24:30 CET 2002  Jan Hubicka  <jh@suse.cz>
12753
12754         * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
12755
12756         * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
12757         PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
12758
12759 Don Feb 28 11:07:36 CET 2002  Jan Hubicka  <jh@suse.cz>
12760
12761         * basic-block.h (BB_REACHABLE): Renumber.
12762         (BB_DIRTY, BB_NEW): New flags.
12763         (clear_bb_flags): Declare.
12764         (update_life_info_in_dirty_blocks): Declare.
12765         * cfg.c (clear_bb_flags): New function.
12766         * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
12767         * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
12768         reorder_insns, emit_insn_after): Mark block as dirty.
12769         * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
12770         (update_life_info_in_dirty_blocks): New function.
12771         * recog.c (apply_change_group): Dirtify block.
12772
12773         * cse.c (cse_insn): Reorder emitting of jump insn to keep
12774         cfg consistent.
12775         * gcse.c (delete_null_pointer_checks): Likewise.
12776
12777         * toplev.c (dump_file_index): Move cse2 after bp,
12778         add DFI_null
12779         (dump_file_info): Similary.
12780         (rest_of_compilation): Avoid most of CFG rebuilds;
12781         do first if converision after null pointer checks, do cse2
12782         after branch prediction; avoid full liveness rebuild after
12783         initializing subregs.
12784         * invoke.texi (-d options): Document -du, renumber.
12785
12786         * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
12787         (notice_new_block): Do not set BB_UPDATE_LIFE.
12788         (try_forward_edges, merge_blocks_move_predecessor_nojumps,
12789          merge_blocks_move_successor_nojumps, merge_blocks,
12790          try_crossjump_to_edge): Likewise.
12791         (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
12792         * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
12793         * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
12794         (merge_of_block): Do not use life_data_ok.
12795         (find_if_case_1): Do not use SET_UPDATE_LIFE.
12796         (if_convert): Use BB_DIRTY mechanizm to update life.
12797         * lcm.c (optimize_mode_switching): Update
12798         update_life_info_in_dirty_blocks
12799
12800 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
12801
12802         * Makefile.in (integrate.o): Update.
12803         * c-decl.c (copy_lang_decl): Rename.
12804         * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
12805         * integrate.c: Include langhooks.h.
12806         (copy_decl_for_inlining): Update to use langhook.
12807         * langhooks-def.h (lhd_do_nothing_t,
12808         LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
12809         (LANG_HOOKS_INITIALIZER): Update.
12810         * langhooks.c (lhd_do_nothing_t): New.
12811         * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
12812         * tree.h (copy_lang_decl): Remove.
12813 objc:
12814         * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
12815
12816 2002-02-27  Andrew MacLeod  <amacleod@redhat.com>
12817
12818         * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
12819         POST_DEC, and POST_MODIFY.
12820
12821 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
12822
12823         * c-typeck.c (digest_init): Remove unused parameter; all
12824         callers changed.
12825
12826 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
12827
12828         * expmed.c (expand_shift): Correctly test for low part of a
12829         subreg.
12830
12831 2002-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
12832
12833         * config/s390/s390.c (s390_chunkify_pool): Do not confuse
12834         insn UIDs with insn addresses.
12835
12836 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
12837
12838         * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
12839         c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
12840         cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
12841         builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
12842         gcc.c, toplev.c: Delete code implementing -traditional mode.
12843
12844         * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
12845         doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
12846         Document removal of -traditional mode for compilation, and
12847         remove documentation only relevant to that mode.
12848
12849         * config/nextstep.h, config/ptx4.h, config/svr4.h,
12850         config/convex/convex.h, config/d30v/d30v.h,
12851         config/i386/dgux.h, config/i386/osf1elf.h,
12852         config/i386/osfelf.h, config/i386/osfrose.h,
12853         config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
12854         config/m68k/hp310.h, config/m88k/dgux.h,
12855         config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
12856         config/m88k/m88k.h, config/m88k/openbsd.h,
12857         config/mips/abi64.h, config/mips/osfrose.h,
12858         config/mips/svr4-5.h, config/mips/svr4-t.h,
12859         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
12860         config/stormy16/stormy16.h: Remove all references to
12861         -traditional from target specs.  Delete all mention of the
12862         no-longer-necessary TRADITIONAL_RETURN_FLOAT macro.  Also
12863         delete a couple of commented-out definitions of
12864         DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
12865         to -traditional.
12866
12867         * system.h: Poison TRADITIONAL_RETURN_FLOAT.
12868         * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
12869
12870 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
12871
12872         * mklibgcc.in: Don't use \n in a line subject to
12873         interpretation by echo.
12874
12875 2002-02-27  Graham Stott  <grahams@redhat.com>
12876
12877         * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
12878         Constify NAME.
12879
12880         * loop.c (prescan_loop): Handle PARALLEL.
12881
12882         * unroll.c (loop_iterations): Return 0 if the add_val for
12883         a BIV is REG.
12884
12885         * final.c (output_operand_lossage): Constify PFX_STR.
12886
12887         * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
12888
12889 Wed Feb 27 10:45:19 CET 2002  Jan Hubicka  <jh@suse.cz>
12890
12891         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
12892         * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
12893
12894 Wed Feb 27 10:39:20 CET 2002  Jan Hubicka  <jh@suse.cz>
12895
12896         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
12897
12898 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
12899
12900         * cpplex.c (_cpp_lex_token): Handle directives in macro
12901         arguments.
12902         * cpplib.c (_cpp_handle_directive): Save and restore state
12903         if parsing macro args when entering a directive.
12904         * cppmacro.c (collect_args): No need to handle directives
12905         in macro arguments.
12906         (enter_macro_context, replace_args): Use the original macro
12907         definition in case it was redefined whilst collecting arguments.
12908 doc:
12909         * cpp.texi: Update.
12910
12911 2002-02-26  David Edelsohn  <edelsohn@gnu.org>
12912
12913         * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
12914         * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
12915         * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
12916         method on AIX.
12917         * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
12918         (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
12919         (load_toc_v4_PIC_2): Same.
12920
12921 2002-02-26  Alan Modra  <amodra@bigpond.net.au>
12922
12923         * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
12924
12925 2002-02-26  Richard Henderson  <rth@redhat.com>
12926
12927         * config/alpha/alpha.md (ashldi_se): Re-enable.
12928
12929 2002-02-26  Richard Henderson  <rth@redhat.com>
12930
12931         * config/alpha/alpha.c (alpha_encode_section_info): Examine
12932         MODULE_LOCAL_P; improve commentary.
12933
12934 2002-02-26  Zack Weinberg  <zack@codesourcery.com>
12935
12936         * doc/cpp.texi: Clarify documentation of relationship between
12937         #line and #include.
12938
12939 2002-02-26  Kazu Hirata  <kazu@hxi.com>
12940
12941         * config/h8300/h8300-protos.h: Update the prototype for
12942         compute_logical_op_length.  Add the prototype for
12943         compute_logical_op_cc.
12944         * config/h8300/h8300.c (compute_logical_op_length): Figure out
12945         code from operands.
12946         (compute_logical_op_cc): New.
12947         * config/h8300/h8300.md: Combine all the logical op patterns
12948         in HImode and SImode.  Use compute_logical_op_cc.
12949
12950 2002-02-26  Kelley Cook  <kelleycook@comcast.net>
12951
12952         * config/i386/i386.c (print_operand): Don't append ATT-style
12953         length suffixs to x87 opcodes when in Intel mode.
12954
12955 2002-02-26  Ryan T. Sammartino <ryants@shaw.ca>
12956
12957         * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
12958         (init_emit_once): Update calls.
12959         * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
12960         (init_syntax_once): Prototype.
12961
12962 2002-02-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12963
12964         * pa-linux.h (LIB_SPEC): Update definition.
12965         * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
12966
12967 2002-02-26  Richard Henderson  <rth@redhat.com>
12968
12969         * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
12970         if we emitted a stop bit.
12971
12972 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
12973
12974         * configure.in (libgcc_visibility): Substitute.
12975         * configure: Rebuilt.
12976         * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
12977         defined symbols .hidden.
12978
12979 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
12980
12981         * attribs.c (c_common_attribute_table): Add visibility.
12982         (handle_visibility_attribute): New function.
12983         * varasm.c (assemble_visibility): New function.
12984         * output.h (assemble_visibility): Add prototype.
12985         * tree.h (MODULE_LOCAL_P): Define.
12986         * crtstuff.c (__dso_handle): Use visibility attribute.
12987         * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
12988         for MODULE_LOCAL_P symbols too.
12989         * config/ia64/ia64.c (ia64_encode_section_info): Handle
12990         MODULE_LOCAL_P symbols the same way as local symbols.
12991         Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
12992         into .sdata/.sbss by the user.
12993         * doc/extend.texi (Function Attributes): Document visibility
12994         attribute.
12995
12996 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
12997
12998         PR debug/5770
12999         * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
13000         STRING_CST initializer spanning the whole variable without
13001         embedded zeros.
13002         If expand_expr returned MEM, don't use it.
13003
13004 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
13005
13006         * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
13007         generate a die for the lexical block.
13008
13009 2002-02-26  Kazu Hirata  <kazu@hxi.com>
13010
13011         * config/h8300/h8300-protos.h: Add a prototype for
13012         compute_logical_op_length.
13013         * config/h8300/h8300.c (compute_logical_op_length): New.
13014         * config/h8300/h8300.md (anonymous logical patterns): Use
13015         compute_logical_op_length for length.
13016
13017 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
13018
13019         * dwarf2out.c (modified_type_die): Do not call type_main_variant
13020         for vectors.
13021         (gen_type_die): Same.
13022
13023         * attribs.c (handle_vector_size_attribute): Set debug information.
13024
13025 2002-02-26  Daniel Egger  <degger@fhm.edu>
13026
13027         * config/rs6000/rs6000.md: Swap define_insn attributes to
13028         fix incorrect generation of merge high instructions instead
13029         of merge low.
13030
13031 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
13032
13033         * c-typeck.c (really_start_incremental_init): Use
13034         bitsize_zero_node for vectors.
13035
13036 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
13037
13038         * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
13039         ("*set_vrsave_internal"): Same.
13040
13041 2002-02-25  Richard Henderson  <rth@redhat.com>
13042
13043         * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
13044         in EXPAND_SUM case.  Use host_integerp/tree_low_cst.
13045
13046 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
13047
13048         PR target/5755
13049         * config/i386/i386.c (ix86_return_pops_args): Only pop
13050         fake structure return argument if it was passed on the stack.
13051
13052 2002-02-25  Jason Merrill  <jason@redhat.com>
13053
13054         * attribs.c (decl_attributes): Also re-layout PARM_DECL and
13055         RESULT_DECL.
13056
13057 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
13058
13059         * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
13060         link with shared_name only.
13061         * doc/invoke.texi (Link Options): Document new behavior.
13062
13063 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
13064
13065         * c-typeck.c (push_init_level): Handle vectors.
13066
13067 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
13068
13069         * config/sparc/sparc.c (const64_high_operand): Zero-extend
13070         operands of SPARC_SETHI_P.
13071         (input_operand): Likewise.
13072         (sparc_emit_set_const32): Likewise.
13073         * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
13074         (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
13075         (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'.  Add `N' as SETHI.
13076         * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
13077         (movdi_insn_sp64_vis): Likewise.
13078         (movdi split, movdf split): Use SETHI32.
13079         * doc/md.texi: Document SPARC constraints L, M and N.
13080
13081 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
13082
13083         * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
13084         ("*set_vrsave_internal"): use mfspr for Darwin.
13085
13086         * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
13087         gen_get_vrsave_internal.
13088
13089 Sun Feb 24 16:38:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13090
13091         * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
13092
13093 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
13094
13095         * cpplex.c (cpp_interpret_charconst): Get signedness or
13096         otherwise of wide character constants correct.
13097         * cppexp.c (lex): Get signedness of wide charconsts correct.
13098
13099 Sun Feb 24 07:41:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13100
13101         * optabs.c (widen_operand): Only call convert_modes for
13102         promoted SUBREG if signedness matches.
13103         * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
13104
13105 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
13106
13107         * cpplib.c (glue_header_name): Use local buffer to build up
13108         header name.
13109
13110 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
13111
13112         * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
13113
13114 2002-02-23  Kazu Hirata  <kazu@hxi.com>
13115
13116         * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
13117         H8/300[HS] separately.
13118         * config/h8300/h8300.md: Remove the early clobber constraint
13119         from bit field patterns.
13120
13121 2002-02-23  Kazu Hirata  <kazu@hxi.com>
13122
13123         * config/h8300/h8300.md (mulqihi3): Tighten predicates to
13124         register_operand.
13125         (mulhisi3): Likewise.
13126         (umulqisi3): Likewise.
13127         (umulhisi3): Likewise.
13128
13129 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
13130
13131         * cppinit.c (output_deps): Correct test for stdout output.
13132         (init_dependency_output): Cure warning.
13133
13134 Sat Feb 23 08:42:47 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13135
13136         * expr.c (store_expr): When converting expression to promoted
13137         equivalent type, allow using SUBREG_REG of TARGET as the target
13138         of the expansion of EXP.
13139         * loop.c (basic_induction_var, case SUBREG): Always look inside.
13140         * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
13141         (alpha_emit_set_const): Handle SImode when can't make new pseudos.
13142         (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
13143         * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
13144
13145 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13146
13147         * doc/contribute.texi, doc/extend.texi, doc/install.texi,
13148         doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
13149         doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
13150
13151 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
13152
13153         PR optimization/5747
13154         * loop.c (scan_loop): Update reg info if move_movables created new
13155         pseudos.
13156
13157 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
13158
13159         * gcc.c (init_gcc_spec): Revert last change.
13160
13161 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
13162
13163         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
13164         gpc_reg_operand constraint.
13165
13166 2002-02-23  Alan Modra  <amodra@bigpond.net.au>
13167
13168         * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
13169         Simplify comparison of `low'.
13170         (add_operand): Fix formatting.
13171         (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
13172         (mask_operand): Disallow mask to wrap in 64-bit mode.
13173         (rs6000_stack_info): Remove redundant test setting push_p.
13174         (output_toc): Fix formatting.
13175         * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
13176         cc_reg_not_cr0_operand constraint.
13177         (booldi3, boolcdi3 splitters): Same.
13178
13179 2002-02-23  Aldy Hernandez  <aldyh@redhat.com>
13180
13181         * config/rs6000/altivec.h: Add extra level of parentheses on casts.
13182
13183 2002-02-22  David Edelsohn  <edelsohn@gnu.org>
13184
13185         * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
13186         gcc invoked with -shared-libgcc.
13187
13188 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
13189
13190         PR c++/5748
13191         * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
13192         decl if any of elements was TREE_USED.
13193
13194 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13195
13196         * config/sparc/sol2.h: Don't include sys/mman.h.
13197         * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
13198         (arith_4096_operand): Don't throw high bits away.
13199         (const64_operand): Take sign extension of CONST_INTs into account.
13200         (const64_high_operand, sparc_emit_set_const32): Likewise.
13201         (GEN_HIGHINT64): Likewise.
13202         (sparc_emit_set_const64_quick1): Likewise.
13203         (const64_is_2insns): Likewise.
13204         (print_operand): Use trunc_int_for_mode for sign extension.
13205         * config/sparc/sparc.h (SMALL_INT32): Likewise.
13206         * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
13207         chars.  Assume CONST_INT is already properly sign-extended.
13208         (movdi split): Sign-extend each SImode part.
13209         (andsi3 split): Don't mask high bits off, so that result
13210         remains properly sign-extend.
13211         (iorsi3 split): Likewise.
13212         (xorsi3 split): Likewise.
13213
13214 2002-02-22  Richard Sandiford  <rsandifo@redhat.com>
13215
13216         * fold-const.c (fold): Fix typo in comments.
13217
13218 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
13219
13220         * Makefile.in (langhooks.o): Update dependencies.
13221
13222 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
13223
13224         * langhooks.c: Include flags.h.
13225
13226 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
13227
13228         * testsuite/gcc.dg/attr-alwaysinline.c: New.
13229
13230         * c-common.c (c_common_post_options): Set inline trees by
13231         default.
13232
13233         * doc/extend.texi (Function Attributes): Document always_inline
13234         attribute.
13235         Update documentation about inlining when not optimizing.
13236
13237         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
13238
13239         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
13240         unless DECL_ALWAYS_INLINE.
13241
13242         * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
13243         unless DECL_ALWAYS_INLINE.
13244         (c_disregard_inline_limits): Disregard if always_inline set.
13245
13246         * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
13247         Disregard if always_inline set.
13248         (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
13249         unless DECL_ALWAYS_INLINE.
13250
13251         * attribs.c (handle_always_inline_attribute): New.
13252         (c_common_attribute_table): Add always_inline.
13253
13254         * config/rs6000/altivec.h: Add prototypes for builtins
13255         requiring the always_inline attribute.
13256
13257 2002-02-21  Eric Christopher  <echristo@redhat.com>
13258
13259         * expmed.c (store_bit_field): Try to simplify the subreg
13260         before generating a new one when when the mode size of
13261         value is less than maxmode.
13262
13263 2002-02-21  Richard Henderson  <rth@redhat.com>
13264
13265         * emit-rtl.c (offset_address): Use simplify_gen_binary rather
13266         than gen_rtx_PLUS to form the sum.
13267         * explow.c (force_reg): Rearrange to not allocate new pseudo
13268         when force_operand returns a register.
13269         * expr.c (expand_assignment): Allow offset_rtx expansion to
13270         return a sum.  Do not force addresses into registers.
13271         (expand_expr): Likewise.
13272         * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
13273         to canonicalize arithmetic that didn't simpify.
13274         (simplify_plus_minus): New argument force; update
13275         all callers.  Don't split CONST unless we can do something with it,
13276         and wouldn't lose the constness of the operands.
13277
13278         * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
13279         that we generated earlier.
13280
13281 2002-02-21  Tom Tromey  <tromey@redhat.com>
13282
13283         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
13284         (output_line_info): Use constant `1', with a long explanatory
13285         comment.
13286         * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
13287
13288 Thu Feb 21 22:43:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
13289
13290         * jump.c (redirect_jump): If old label has no UID, don't try to
13291         delete it.
13292
13293 Thu Feb 21 21:17:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
13294
13295         * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
13296         If input is constant, do shifts at compile time.
13297
13298 2002-02-21  Joseph S. Myers  <jsm28@cam.ac.uk>
13299
13300         * doc/extend.texi: Fix some more overfull hboxes.
13301
13302 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
13303
13304         PR optimization/4994
13305         * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
13306         register moves.
13307
13308 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
13309
13310         PR c++/4574
13311         * expr.h (expand_and): Add mode argument.
13312         * expmed.c (expand_and): Add mode argument.
13313         (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
13314         * expr.c (store_field, expand_expr, do_store_flag): Likewise.
13315         * except.c (expand_builtin_extract_return_addr): Likewise.
13316         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
13317         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
13318         * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
13319         Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
13320         * config/c4x/c4x.md: Use GEN_INT (x) instead of
13321         gen_rtx (CONST_INT, VOIDmode, x).
13322
13323 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
13324
13325         PR c/4697:
13326         * stmt.c (warn_if_unused_value): Move side effects test once more.
13327
13328 2002-02-20  Torbjorn Granlund  <tege@swox.com>
13329
13330         * config/avr/avr.md: Add more patterns for mized-mode add and subtract
13331         (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
13332
13333 Thu Feb 21 16:20:46 2002  Alexandre Oliva  <aoliva@redhat.com>
13334
13335         * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
13336         SUBREG or ZERO_EXTEND.
13337
13338 Thu Feb 21 15:35:46 2002  J"orn Rennecke <joern.rennecke@superh.com>
13339
13340         * sh.h (current_function_anonymous_args): Remove.
13341         (SETUP_INCOMING_VARARGS): Don't set it - just check that one
13342         of current_function_varargs and current_function_stdarg is set.
13343         * sh.c (sh_expand_prologue): Check current_function_varargs /
13344         current_function_stdarg / TARGET_SH5 instead of
13345         current_function_anonymous_args.
13346
13347         * sh64.h (TARGET_VERSION): Define.
13348
13349 2002-02-20  David Edelsohn  <edelsohn@gnu.org>
13350
13351         * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
13352         VRSAVE_REGNO on TARGET_ALTIVEC.
13353
13354 2002-02-20  Alan Modra  <amodra@bigpond.net.au>
13355
13356         * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
13357         bits of SImode const_int.
13358         (includes_rshift_p): Likewise.
13359         (print_operand): Call mask_operand and mask64_operand with correct
13360         mode.
13361         (rs6000_output_function_epilogue): Pad traceback table to word.
13362         * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
13363         (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
13364         mask64_operand with correct mode.
13365         (FUNCTION_ARG_REGNO_P): Correct parentheses.
13366
13367 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
13368
13369         PR debug/4461
13370         * varasm.c (get_pool_constant_mark): New.
13371         * rtl.h (get_pool_constant_mark): Add prototype.
13372         * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
13373         be represented if it has not been output.
13374
13375 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
13376
13377         * combine.c (do_SUBST): Sanity check substitutions of
13378         CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
13379         (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
13380         CONST_INT into its operand.
13381         (known_cond): Likewise, for ZERO_EXTEND.
13382         * simplify-rtx.c (simplify_unary_operation): Fix condition to
13383         allow for simplification of wide modes.  Reject CONST_INTs in
13384         ZERO_EXTEND when their actual mode is not given.
13385
13386 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
13387
13388         * c-decl.c (pushdecl): If no global declaration is found for an
13389         extern declaration in block scope, try a limbo one.
13390
13391 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
13392
13393         PR c++/4401
13394         * c-common.c (pointer_int_sum): Moved from...
13395         * c-typeck.c (pointer_int_sum): ...here.
13396         * c-common.h (pointer_int_sum): Add prototype.
13397
13398 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
13399
13400         PR c++/5713
13401         * c-decl.c (duplicate_decls): Return 0 if issued error about
13402         redeclaration.
13403
13404 2002-02-20  Roger Sayle  <roger@eyesopen.com>
13405             Jakub Jelinek  <jakub@redhat.com>
13406
13407         PR c/4389
13408         * tree.c (host_integerp): Ensure that the constant integer is
13409         representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
13410         when pos is zero or non-zero respectively.  Clarify comment.
13411         * c-format.c (check_format_info_recurse): Fix host_integerp
13412         usage; the pos argument should be zero when assigning to a
13413         signed HOST_WIDE_INT.
13414
13415 2002-02-20  Richard Henderson  <rth@redhat.com>
13416
13417         * config/i386/i386.c (ix86_expand_vector_move): Use the mode
13418         of the operand, rather than assuming TImode.
13419         (ix86_expand_binop_builtin): Cope with commutative patterns
13420         using nonimmediate_operand for both operands.
13421         (ix86_expand_timode_binop_builtin): Likewise.
13422         (ix86_expand_store_builtin): Validate operand 1.
13423         (ix86_expand_unop1_builtin): Likewise.
13424
13425 2002-02-20  Philip Blundell  <philb@gnu.org>
13426
13427         PR 5705
13428         * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
13429
13430 2002-02-20  Richard Henderson  <rth@redhat.com>
13431
13432         PR c/5615
13433         * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
13434
13435 2002-02-20  Tom Tromey  <tromey@redhat.com>
13436
13437         * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
13438         * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
13439         * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
13440         * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
13441         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
13442         unconditionally.
13443
13444 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
13445
13446         * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
13447           for (const_int 0) in X not just INTVAL.
13448
13449 2002-02-20  Joseph S. Myers  <jsm28@cam.ac.uk>
13450
13451         * doc/extend.texi: Avoid or reduce overfull hboxes.
13452
13453 2002-02-20  Diego Novillo  <dnovillo@redhat.com>
13454
13455         * expmed.c (store_bit_field): Do not store bit fields using SUBREG
13456         operations if the field does not start at a mode boundary.
13457
13458 2001-02-20      Joel Sherrill <joel@OARcorp.com>
13459
13460         * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
13461         config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
13462         Also done for -Acpu and -Amachine.
13463
13464 2002-02-20  Neil Booth  <neil@daikokuya.demon.co.uk>
13465
13466         * cppinit.c (init_dependency_output): Take deps output file
13467         from -o if none given with -MF.  Suppress normal output.
13468         * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
13469         * doc/cpp.texi, doc/invoke.texi: Update.
13470
13471 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
13472
13473         * toplev.c (output_quoted_string): Write unprintable
13474         characters with octal escapes.
13475
13476 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
13477
13478         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
13479         really_call_used[VRSAVE_REGNO] if not Altivec.
13480
13481 2002-02-19  Alan Modra  <amodra@bigpond.net.au>
13482
13483         * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
13484         MODE_MASK.
13485         (constant_pool_expr_1): Fix formatting.
13486         (rs6000_legitimize_reload_address): Likewise.
13487
13488 Tue Feb 19 20:13:57 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13489
13490         * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
13491         now that we have one.
13492
13493 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
13494
13495         * tree.h (struct tree_common): Remove aux.  Add unused_0 at
13496         end of first block of bitfields (which was only seven bits);
13497         rename dummy to unused_1; remove comment which is no longer true.
13498
13499 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
13500
13501         * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
13502
13503 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
13504
13505         PR 5399
13506         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
13507         if generating PIC.
13508
13509         PR 5054
13510         * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
13511         arm_is_longcall_p rather than inspecting call-type cookie
13512         directly.
13513         (call_value_insn) [TARGET_THUMB]: Likewise.
13514
13515 2002-02-19  Graham Stott  <grahams@redhat.com>
13516
13517         * config/i386/i386.c (ix86_expand_builtin): Fix typo.
13518
13519 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
13520
13521         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
13522         ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
13523         (FP_SAVE_INLINE): Delete.
13524
13525         * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
13526         * config/rs6000/eabi.asm: Remove ABI save restore routines.
13527         * config/rs6000/t-ppccomm: Build crtsavres.o.
13528         * config/rs6000/crtsavres.asm: New file.
13529
13530 2002-02-19  Philip Blundell  <philb@gnu.org>
13531
13532         * config/arm/arm.c (use_return_insn): Don't reject interrupt
13533         functions.
13534         (arm_compute_save_reg_mask): Save LR for interrupt functions too.
13535         (output_return_instruction): Allow interrupt functions to return with
13536         ldmfd sp!, {... pc}^.  Use LDR to restore any single register.
13537         (arm_expand_prologue): Subtract 4 before stacking LR in an
13538         interrupt function.
13539
13540 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
13541
13542         * config/arm/arm.c (arm_encode_call_attribute): Operate on any
13543         decl, not just FUNCTION_DECL.
13544         (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
13545         (arm_assemble_integer): Likewise.
13546         * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
13547         marked local.
13548
13549 2002-02-19  matthew green  <mrg@eterna.com.au>
13550
13551         * config.gcc (sparc-*-netbsdelf*): Enable target.
13552         (sparc64-*-netbsd*): New target.
13553         * config/sparc/netbsd-elf.h: New file.
13554         * config/sparc/t-netbsd64: New file.
13555
13556 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
13557
13558         * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
13559
13560 2002-02-19  Ryan T. Sammartino <ryants@shaw.ca>
13561
13562         * doc/invoke.texi: explicitly list the style guidelines that
13563         -Weffc++ checks for.
13564
13565 Tue Feb 19 12:37:23 CET 2002  Jan Hubicka  <jh@suse.cz>
13566
13567         * regmove.c (regmove_optimize): Avoid increasing of register pressure.
13568
13569 2002-02-19  Neil Booth  <neil@daikokuya.demon.co.uk>
13570
13571         PR other/5718
13572         * gcc.c (cpp_unique_options): Treat -o as indicating object file
13573         only if not -E.  If -E, pass -o through to the preprocessor.
13574
13575 2002-02-19  Kazu Hirata  <kazu@hxi.com>
13576
13577         * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
13578         register number with an appropriate macro.
13579
13580 2002-02-19  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
13581
13582         * doc/rtl.texi (Constants): Close @code tag.
13583
13584 2002-02-19  Aldy Hernandez  <aldyh@redhat.com>
13585
13586         * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
13587         ("mmx_uavgv4hi3"): Same.
13588         ("pmulhrwv4hi3"): Same.
13589
13590         * tree-inline.c (walk_tree): Handle vectors.
13591
13592         * c-common.c (constant_expression_warning): Handle vectors.
13593         (overflow_warning): Same.
13594
13595         * sched-deps.c (sched_analyze_2): Handle vectors.
13596
13597         * rtlanal.c (rtx_unstable_p): Handle vectors.
13598         (rtx_varies_p): Same.
13599         (count_occurrences): Same.
13600         (regs_set_between_p): Same.
13601         (modified_between_p): Same.
13602         (modified_in_p): Same.
13603         (volatile_insn_p): Same.
13604         (volatile_refs_p): Same.
13605         (side_effects_p): Same.
13606         (may_trap_p): Same.
13607         (inequality_comparisons_p): Same.
13608         (replace_regs): Same.
13609         (computed_jump_p_1): Same.
13610
13611         * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
13612         argument.
13613         (inner_mode_array): New.
13614         (copy_rtx): Handle vectors.
13615         (copy_most_rtx): Same.
13616         (rtx_equal_p): Same.
13617         (get_mode_alignment): Adjust for vectors.
13618
13619         * resource.c (mark_referenced_resources): Handle vectors.
13620         (mark_set_resources): Same.
13621
13622         * reload1.c (eliminate_regs): Handle vectors.
13623         (elimination_effects): Same.
13624         (scan_paradoxical_subregs): Same.
13625
13626         * reload.c (subst_reg_equivs): Handle vectors.
13627
13628         * regrename.c (scan_rtx): Handle vectors.
13629
13630         * regclass.c (reg_scan_mark_refs): Handle vectors.
13631
13632         * recog.c (find_single_use_1): Handle vectors.
13633
13634         * local-alloc.c (equiv_init_varies_p): Handle vectors.
13635         (contains_replace_regs): Same.
13636         (memref_referenced_p): Same.
13637
13638         * integrate.c (copy_rtx_and_substitute): Handle vectors.
13639         (subst_constants): Same.
13640
13641         * genattrtab.c (attr_copy_rtx): Handle vectors.
13642         (encode_units_mask): Same.
13643         (clear_struct_flag): Same.
13644         (count_sub_rtxs): Same.
13645
13646         * gcse.c (want_to_gcse_p): Handle vectors.
13647         (oprs_unchanged_p): Same.
13648         (hash_expr_1): Same.
13649         (oprs_not_set_p): Same.
13650         (expr_killed_p): Same.
13651         (compute_transp): Same.
13652         (store_ops_ok): Same.
13653
13654         * function.c (purge_addressof_1): Do not allow paradoxical subregs
13655         of vectors.
13656         (fixup_var_refs_1): Same.
13657         (instantiate_virtual_regs_1): Same.
13658
13659         * fold-const.c (operand_equal_p): Handle vectors.
13660         (fold): Same.
13661         (rtl_expr_nonnegative_p): Same.
13662
13663         * flow.c (mark_used_regs): Handle vectors.
13664
13665         * df.c (df_uses_record): Handle vectors.
13666
13667         * cselib.c (cselib_subst_to_values): Handle vectors.
13668         (cselib_mem_conflict_p): Same.
13669         (hash_rtx): Same.
13670
13671         * cse.c (canon_reg): Handle vectors.
13672         (fold_rt): Same.
13673         (cse_process_notes): Same.
13674         (count_reg_usage): Same.
13675         (canon_hash): Same.
13676
13677         * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
13678
13679         * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
13680
13681         * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
13682         (gen_rtx): Handle CONST_VECTOR.
13683         (gen_const_vector_0): New.
13684         (copy_rtx_if_shared): CONST_VECTORs can be shared.
13685         (reset_used_flags): Same.
13686         (copy_insn_1): Same.
13687         (initializer_constant_valid_p): Handle VECTOR_CST.
13688
13689         * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
13690
13691         * doc/rtl.texi (Constants): Document const_vector.
13692         (CONST0_RTX): Update for vectors.
13693         (RTL sharing): Same.
13694
13695         * print-tree.c (print_node): Add case for VECTOR_CST.
13696
13697         * tree.h (TREE_VECTOR_CST_ELTS): New.
13698         (struct tree_vector): New.
13699         (union tree_node): Add vector node.
13700         (build_vector): Add prototype.
13701
13702         * tree.def (VECTOR_CST): New.
13703
13704         * tree.c (build_vector): New.
13705
13706         * expmed.c (make_tree): Handle CONST_VECTOR.
13707
13708         * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
13709         (CONST_VECTOR_ELT): New.
13710         (CONST_VECTOR_NUNITS): New.
13711
13712         * machmode.h (GET_MODE_INNER): New.
13713         (DEF_MACHMODE): Accept 8th arg.
13714
13715         * machmode.def: Add 8th argument for vector inner mode.
13716         Add inner vector modes for vectors.
13717
13718         * rtl.def (VEC_CONST): Remove.
13719         (CONST_VECTOR): New.
13720
13721         * expr.c (clear_storage): Allow vectors.
13722         (is_zeros_p): Handle VECTOR_CST.
13723
13724         * varasm.c (output_constant_pool): Handle vectors.
13725         (rtx_const): Add veclo and vechi fields.
13726         (kind): Add RTX_VECTOR.
13727         (decode_rtx_const): Add case for vector.
13728
13729         * config/rs6000/rs6000-protos.h: Add zero_constant.
13730
13731         * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
13732         constants.  Force easy vector constants into memory.
13733         (easy_vector_constant): New.
13734         (emit_easy_vector_constant): New.
13735         (rs6000_legitimize_reload_address): Do not generate bad reloads on
13736         darwin.
13737
13738         * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
13739         instruction does.
13740         ("altivec_lvxl"): Same.
13741         (altivec_lvebx): Same.
13742         (altivec_lvehx): Same.
13743         (altivec_lvewx): Same.
13744         ("*movv4si_const0"): New.
13745         ("*movv4sf_const0"): New.
13746         ("*movv8hi_const0"): New.
13747         ("*movv16qi_const0"): New.
13748
13749 2002-02-18  Kazu Hirata  <kazu@hxi.com>
13750
13751         * config/h8300/h8300.c (notice_update_cc): Use
13752         cc_status.value2.
13753
13754 2002-02-18  Kazu Hirata  <kazu@hxi.com>
13755
13756         * config/h8300/h8300.md (divmod patterns): Change the
13757         constraints for operands[1] to register_operand.
13758
13759 2002-02-18  Kazu Hirata  <kazu@hxi.com>
13760
13761         * config/h8300/h8300-protos.h: Remove the prototype for
13762         p_operand.
13763         * config/h8300/h8300.c (p_operand): Remove.
13764         * config/h8300/h8300.md: Replace p_operand with
13765         const_int_operand.
13766
13767 2002-02-18 Philip Blundell <pb@nexus.co.uk>
13768
13769         * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
13770         comment.
13771         (output_return_instruction): Allow use of LDR to unstack
13772         return addresss even for interrupt handlers or when
13773         interworking.  If compiling for ARMv5, use interworking-safe
13774         return instructions by default.  Remove duplicated code and
13775         lengthy "strcat" sequences.
13776
13777 2002-02-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13778
13779         * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
13780         (LINK_EH_SPEC): Define.
13781         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
13782
13783 2002-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
13784
13785         * config/s390/s390.c (s390_emit_prologue): Do not set the
13786         frame_related flag for call-clobbered registers.
13787
13788 Mon Feb 18 15:07:35 CET 2002  Jan Hubicka  <jh@suse.cz>
13789
13790         * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
13791         (construct_container): Fix handling of SSE operands.
13792         (ix86_expand_builtin): Fix handling of 64bit pointers.
13793         (mmx_maskmovq_rex): New pattern.
13794
13795 Mon Feb 18 11:55:55 CET 2002  Jan Hubicka  <jh@suse.cz>
13796
13797         * regrename.c (kill_set_value): Handle subregs properly.
13798
13799 2002-02-18  David Billinghurst <David.Billinghurst@riotinto.com>
13800
13801         * objc/objc-act.c (handle_impent): Remove leading '*'
13802         from objc_class_name.
13803
13804 2002-02-17  Richard Henderson  <rth@redhat.com>
13805
13806         * config/alpha/alpha.c (some_small_symbolic_operand,
13807         some_small_symbolic_operand_1, split_small_symbolic_operand,
13808         split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
13809         Handle small SYMBOL_REFs anywhere, not just inside memories.
13810         * config/alpha/alpha-protos.h: Update.
13811         * config/alpha/alpha.h (PREDICATE_CODES): Update.
13812         * config/alpha/alpha.md (small symbolic operand splitter): Update.
13813
13814 2002-02-17  Roland McGrath  <roland@frob.com>
13815
13816         * config.gcc (powerpc-*-gnu-gnualtivec*,
13817         powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
13818         * config/rs6000/gnu.h: New file.
13819         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
13820         Grok "gnu" in rs6000_abi_name.
13821         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
13822         CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
13823         Grok -mcall-gnu analogous to -mcall-linux et al.
13824         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
13825         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
13826         (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
13827
13828 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
13829
13830         PR c/3444:
13831         * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
13832         shortening.
13833
13834 2002-02-17  Philipp Thomas  <pthomas@suse.de>
13835
13836         * config/cris/cris.h: Undefine STARTFILE_SPEC and
13837         ENDFILE_SPEC before (re)defining them.
13838
13839 2002-02-17  Kazu Hirata  <kazu@hxi.com>
13840
13841         * config/h8300/h8300.c: Fix formatting.
13842         * config/h8300/h8300.h: Likewise.
13843
13844 2002-02-17  Philipp Thomas  <pthomas@suse.de>
13845
13846         * doc/tm.texi: Explain why empty strings should not be
13847         marked for translation.
13848
13849 2002-02-17  Philipp Thomas  <pthomas@suse.de>
13850
13851         * final.c (output_operand_lossage): Changed to accept
13852         printf style arguments. Change calls where necessary.
13853         * output.h (output_operand_lossage): Change declaration
13854         accordingly. Update copyright.
13855         * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
13856         config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
13857         Update copyright date where necessary.
13858
13859         * config/i386/i386.c (print_operand): Likewise. Remove use of
13860         sprintf.
13861
13862         * config/cris/cris.c (cris_operand_lossage): Likewise.
13863         Rename parameter so that exgettext recognizes it as
13864         translatable message.
13865         (LOSE_AND_RETURN): Rename parameter to msgid.
13866
13867 2002-02-17  Kazu Hirata  <kazu@hxi.com>
13868
13869         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
13870         hard coded register number with an appropriate macro.
13871         (HARD_REGNO_MODE_OK): Likewise.
13872         (ARG_POINTER_REGNUM): Likewise.
13873         (STATIC_CHAIN_REGNUM): Likewise.
13874         (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
13875         * config/h8300/h8300.md (define_constants): Define more
13876         register numbers.
13877
13878 2002-02-17  Philipp Thomas  <pthomas@suse.de>
13879
13880         * config/i386/i386.h: Don't mark empty strings for translation.
13881
13882 2002-02-16  H.J. Lu <hjl@gnu.org>
13883
13884         * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
13885
13886 2002-02-16  Zack Weinberg  <zack@codesourcery.com>
13887
13888         * cppinit.c (merge_include_chains): Check for brack being
13889         NULL before attempting to merge it with qtail.
13890
13891 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
13892
13893         * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
13894         DBX_DEBUG.
13895
13896 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13897
13898         * pa/t-pa, pa/t-pro, som.h: Revert last patch.
13899
13900 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13901
13902         * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
13903         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
13904         * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
13905
13906 Sat Feb 16 13:48:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13907
13908         * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
13909         now only if !TARGET_FIX.
13910         (*movsi_nt_vms_fix): New pattern.
13911
13912 2002-02-16  Douglas B Rupp  <rupp@gnat.com>
13913
13914         * config/alpha/alpha.c: Implement null frame procedure types on VMS.
13915         (alpha_procedure_type): Replaces alpha_is_stack_procedure.
13916         (alpha_sa_mask, alpha_sa_size): Reflect above change.
13917         (alpha_pv_save_size, alpha_expand_prologue): Likewise.
13918         (alpha_start_function, alpha_expand_epilogue): Likewise.
13919         (unicosmk_gen_dsib): Likewise.
13920
13921 Sat Feb 16 13:39:09 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13922
13923         * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
13924
13925 2002-02-16  Ulrich Weigand  <uweigand@de.ibm.com>
13926
13927         * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
13928         check_and_change_labels, s390_final_chunkify): Delete.
13929         (s390_split_branches, s390_chunkify_pool): New functions.
13930         (s390_function_prologue): Call them.
13931
13932         * config/s390/s390.h (S390_REL_MAX): Delete.
13933         (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
13934
13935         * config/s390/s390.md (cjump, icjump, jump): Fix length
13936         attribute calculation.
13937
13938
13939 2002-02-15  David Edelsohn  <edelsohn@gnu.org>
13940
13941         * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
13942         * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
13943
13944 2002-02-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13945
13946         * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
13947         * config/pa/pa-linux.h (LIB_SPEC): Likewise.
13948         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
13949
13950 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
13951
13952         * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
13953
13954 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
13955
13956         * reload.c (find_dummy_reload): Check that an output register
13957         is valid for its mode.
13958
13959 2002-02-14  Alexandre Oliva  <aoliva@redhat.com>
13960
13961         * combine.c (known_cond): After replacing the REG of a SUBREG, try
13962         to simplify it.
13963
13964         * function.c (assign_parms): Demote promoted argument passed by
13965         transparent reference.
13966
13967 2001-02-14      Joel Sherrill <joel@OARcorp.com>
13968
13969         * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
13970         -Acpu() and -Amachine() to eliminate warnings.
13971
13972 2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
13973
13974         * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
13975
13976 2002-02-14  Kazu Hirata  <kazu@hxi.com>
13977
13978         * config/h8300/h8300-protos.h: Update the prototype for
13979         const_costs.
13980         * config/h8300/h8300.c (const_costs): Treat SET as a little
13981         more expensive operation.
13982         * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
13983         reference to const_costs.
13984
13985 2002-02-14  Hans-Peter Nilsson  <hp@axis.com>
13986
13987         * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
13988
13989 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
13990
13991         PR c/5503:
13992         * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
13993         use arguments from newtype.
13994
13995 2002-02-13  Eric Christopher  <echristo@redhat.com>
13996
13997         * config/mips/mips.c (override_options): Add check for march/mipsX
13998         on the same command line. Fix error message in cpu processing.
13999         Remove architecture and ISA checks.
14000
14001 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
14002
14003         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
14004
14005         * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
14006
14007 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
14008
14009         * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
14010         alternatives.
14011         ("*movv8hi_internal1"): Same.
14012         ("*movv16qi_internal1"): Same.
14013         ("*movv4sf_internal1"): Same.
14014
14015         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
14016         not push_reload for altivec modes.
14017
14018 2002-02-13  Joel Sherrill  <joel@OARcorp.com>
14019
14020         * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
14021         all RTEMS targets including removal of #includes from config/*/rtems*.h
14022         file and adding them to tm_file setting. Added xm_defines=POSIX to
14023         many targets.
14024         * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
14025         * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
14026         * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
14027         * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
14028         * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
14029         config/m68k/rtemself.h: Ditto.
14030         * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
14031         config/mips/rtems64.h: Ditto.
14032         * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
14033         * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
14034         Ditto.
14035         * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
14036         config/sparc/rtemself.h: Ditto.
14037         * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
14038         * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
14039         arm-rtems stanza closer to other arm-elf targets and made arm-rtems
14040         more like arm-elf.
14041         * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
14042         config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
14043         target made more similar to i386-elf.
14044         * config/i386/t-rtems-i386: Added soft float support and multilibs.
14045         * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
14046         be similar to config/m68k/t-m68kelf.
14047         * gthr-rtems.h: Encapsulate with extern "C" for C++.
14048
14049 Wed Feb 13 23:41:15 CET 2002  Jan Hubicka  <jh@suse.cz>
14050
14051         * regmove.c (kill_value): Handle subregs.
14052
14053 Wed Feb 13 23:34:30 CET 2002  Jan Hubicka  <jh@suse.cz>
14054
14055         * i386.md (mul patterns): Allow memory operand to be first;
14056         add expanders where needed; fix constraints.
14057         (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
14058         Allow memory operand to be the first.
14059
14060         * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
14061         operands.
14062
14063 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
14064
14065         PR c/5681:
14066         * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
14067         GET_MODE (x).
14068
14069 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
14070
14071         PR optimization/5547:
14072         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
14073         all valid IA-32 address modes involving non-scaled %ebx and
14074         GOT/GOTOFF as displacement.
14075
14076 2002-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
14077
14078         * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
14079         after emitting ltorg insns.
14080
14081         * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
14082         *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
14083         *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
14084         *abssf2): Fix "op_type" attribute.
14085
14086 2002-02-13  Douglas B Rupp  <rupp@gnat.com>
14087
14088         * mkconfig.sh: Avoid using a subshell redirect.
14089         ($output.T): Change to $(output)T.
14090         (ENABLE_NLS): Remove unneeded undef.
14091
14092         * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
14093         * config/alpha/x-vms (libsubdir): Define.
14094
14095         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
14096         register frame procedures. Optimize retrieving context.
14097
14098         * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
14099         (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
14100         * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
14101
14102 Wed Feb 13 09:45:08 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14103
14104         * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
14105         Make same change as for find_base_value.
14106
14107 2002-02-13  Kazu Hirata  <kazu@hxi.com>
14108
14109         * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
14110         of QImode and SImode.
14111
14112 2002-02-13  Kazu Hirata  <kazu@hxi.com>
14113
14114         * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
14115         length computation of movsi.
14116         * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
14117
14118 2002-02-13  Kazu Hirata  <kazu@hxi.com>
14119
14120         * config/h8300/h8300.md (subqi3): Tighten the predicate for
14121         operands[2] to register_operand.
14122
14123 Wed Feb 13 10:35:56 CET 2002  Jan Hubicka  <jh@suse.cz>
14124
14125         * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
14126
14127 2002-02-12  Aldy Hernandez  <aldyh@redhat.com>
14128
14129         * config/rs6000/rs6000.md: Use predicate altivec_register_operand
14130         for altivec_lvx* and altivec_stvx*.
14131         ("*movv4si_internal"): Add constraint for loading from GPRs.
14132         ("*movv8hi_internal1"): Same.
14133         ("*movv16qi_internal1"): Same.
14134         ("*movv4sf_internal1"): Same.
14135
14136         * config/rs6000/rs6000.c (altivec_register_operand): New.
14137
14138         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14139         altivec_register_operand.
14140
14141 2002-02-13  Hans-Peter Nilsson  <hp@bitrange.com>
14142
14143         * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
14144         handle SYMBOL_REF.
14145
14146 2002-02-13  Stan Shebs  <shebs@apple.com>
14147
14148         * c-typeck.c (digest_init): Handle vectors.
14149         (really_start_incremental_init): Same.
14150         (pop_init_level): Same.
14151         (process_init_element): Same.
14152
14153         * varasm.c (output_constant): Same.
14154
14155         * expr.c (clear_storage): Same.
14156         (store_constructor): Same.
14157
14158 2002-02-12  Eric Christopher  <echristo@redhat.com>
14159
14160         * explow.c (hard_function_value): Add comment explaining
14161         signed/unsigned comparison.
14162
14163 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
14164
14165         * jump.c (never_reached_warning): Add finish argument.
14166         If finish is NULL, stop on CODE_LABEL, otherwise stop before first
14167         real insn after end.
14168         * rtl.h (never_reached_warning): Adjust prototype.
14169         * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
14170         * cfgrtl.c (flow_delete_block): Pass b->end as finish to
14171         never_reached_warning.
14172
14173 2002-02-12  Graham Stott  <grahams@redhat.com>
14174
14175         * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
14176
14177 2002-02-12  Kazu Hirata  <kazu@hxi.com>
14178
14179         * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
14180         logical shifts on H8/300.
14181         (shift_alg_si): Improve several shifts on H8/300.
14182         (get_shift_alg): Likewise.
14183
14184 2002-02-12  Graham Stott  <grahams@redhat.com>
14185
14186         * config/pa/pa.c (compute_movstrsi_length): Fix typos.
14187
14188 Tue Feb 12 10:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14189
14190         * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
14191         Handle #ifdef POINTERS_EXTEND_UNSIGNED.
14192
14193 2002-02-11  Hans-Peter Nilsson  <hp@bitrange.com>
14194
14195         * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
14196         non-CONST_INT through default_assemble_integer.
14197         <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
14198         <case 8>: Abort for CONST_DOUBLE.
14199
14200 2002-02-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14201
14202         * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
14203         is specified.
14204         * config/pa/pa-linux.h (LIB_SPEC): Delete.
14205         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
14206
14207 2002-02-11  Andrew Haley  <aph@cambridge.redhat.com>
14208
14209         * config/stormy16/stormy16.md (zero_extendqihi2): New.
14210
14211 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
14212
14213         * regrename.c (regrename_optimize): Don't accept a
14214         part-clobbered register if the replaced register is not part
14215         clobbered.
14216
14217         * calls.c (store_one_arg): In the non-BLKmode non-partial case,
14218         take padding into account when computing the argument value.
14219
14220         * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
14221
14222         * combine.c (try_combine): Apply substitutions in
14223         CALL_INSN_FUNCTION_USAGE too.
14224
14225 2002-02-11  Aldy Hernandez  <aldyh@redhat.com>
14226
14227         * config/rs6000/rs6000.c (altivec_init_builtins): Handle
14228         __builtin_altivec_abs*.
14229         (bdesc_abs): New.
14230
14231         * config/rs6000/rs6000.h (rs6000_builtins): Add
14232         ALTIVEC_BUILTIN_ABS*.
14233
14234         * config/rs6000/altivec.h: Use const char for builtins expecting
14235         literals.
14236         (vec_abs): New versions for C and C++.
14237         (vec_abss): Same.
14238
14239 2002-02-10  Kazu Hirata  <kazu@hxi.com>
14240
14241         * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
14242         using Pmode.
14243
14244 2002-02-10  Kazu Hirata  <kazu@hxi.com>
14245
14246         * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
14247         constant definition from h8300.md.
14248         (FRAME_POINTER_REGNUM): Likewise.
14249         * config/h8300/h8300.md (define_constants): Add FP_REG.
14250
14251 2002-02-10  Kazu Hirata  <kazu@hxi.com>
14252
14253         * config/h8300/h8300.c (print_operand): Remove redundant code.
14254
14255 2002-02-10  Kazu Hirata  <kazu@hxi.com>
14256
14257         * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
14258         * config/h8300/h8300.c (byte_reg): Make it static.
14259
14260 2002-02-10  Richard Henderson  <rth@redhat.com>
14261
14262         PR c/5623
14263         * c-typeck.c (incomplete_type_error): Handle flexible array members.
14264
14265 2002-02-10  Richard Henderson  <rth@redhat.com>
14266
14267         PR c++/5624
14268         * tree.c (append_random_chars): Don't abort if main_input_filename
14269         does not exist.
14270
14271 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
14272
14273         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
14274
14275 2002-02-10  Kazu Hirata  <kazu@hxi.com>
14276
14277         * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
14278         (pushhi1): Likewise.
14279
14280 2002-02-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14281
14282         * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
14283         * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
14284
14285 2002-02-09  David O'Brien  <obrien@FreeBSD.org>
14286
14287         * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
14288         remove MASK_VIS.
14289         (ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.
14290
14291 2002-02-09  Kazu Hirata  <kazu@hxi.com>
14292
14293         * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
14294         a half of an SImode register on H8/300.
14295
14296 Sat Feb  9 18:28:02 CET 2002  Jan Hubicka  <jh@suse.cz>
14297
14298         * i386.md (movdi_2): Add missing '!'.
14299
14300 2002-02-09  Kazu Hirata  <kazu@hxi.com>
14301
14302         * config/h8300/h8300.h: Fix formatting.  Remove commented-out
14303         definitions.
14304
14305 2002-02-09  Kazu Hirata  <kazu@hxi.com>
14306
14307         * config/h8300/h8300.md (length): Correct the distance valid
14308         for the short branch.
14309
14310 2002-02-09  Kazu Hirata  <kazu@hxi.com>
14311
14312         * config/h8300/h8300.md (iorhi3): Tighten the predicates.
14313
14314 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14315
14316         * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
14317         registers in SImode.
14318         (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
14319         part-clobbered.
14320
14321         * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
14322         patch.
14323
14324         Contribute sh64-elf.
14325         2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
14326         * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
14327         (sh_cannot_modify_jumps_p): New function.
14328         2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
14329         * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
14330         (sh_ms_bitfield_layout_p): New function.
14331         2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
14332                     Zack Weinberg  <zack@codesourcery.com>
14333         * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
14334         expand_simple_binop instead of expand_binop.
14335         2002-02-03  Alexandre Oliva  <aoliva@redhat.com>
14336         * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
14337         use of .quad and .uaquad.
14338         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
14339         TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
14340         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
14341         * config/sh/sh.md (movdi_const, movdi_const_32bit,
14342         movdi_const_16bit): Make sure all CONSTs have modes.
14343         (sym2PIC): Ditto, but by adjusting all callers.
14344         * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
14345         if the prologue calls the SHmedia argument decoder or register
14346         saver.
14347         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
14348         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
14349         (TARGET_ASM_ALIGNED_DI_OP): Likewise.
14350         (sh_expand_epilogue): Don't emit USE of return target register.
14351         (prepare_move_operands): Legitimize DImode PIC addresses.
14352         (sh_media_register_for_return): Skip tr0, used to initialize the
14353         PIC register.
14354         (sh_expand_prologue): Remove explicit USE of return register.
14355         (nonpic_symbol_mentioned_p): PC is non-PIC.  Don't recurse in
14356         CONST_DOUBLEs.  UNSPEC_GOTPLT is PIC.
14357         * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
14358         (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
14359         (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
14360         EXTRA_CONSTRAINT_T.
14361         (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
14362         (MOVI_SHORI_BASE_OPERAND_P): New.
14363         (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
14364         (EXTRA_CONSTRAINT_T): Define in terms of them.
14365         (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
14366         * config/sh/sh.md (movsi_media, movsi_media_nofpu,
14367         movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
14368         alternatives supporting TARGET_REGS.
14369         (UNSPEC_GOTPLT): New constant.
14370         (movdi split): Move incrementing of LABEL_NUSES...
14371         (movdi_const, movdi_const_32bit): Here.  Use
14372         MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
14373         (movdi_const_16bit): New.
14374         (call, call_value) [flag_pic]: Use GOTPLT.
14375         (call_pop, call_value_pop): New expands.
14376         (call_pop_compact, call_pop_rettramp): New insns.
14377         (call_value_pop_compact, call_value_pop_rettramp): New insns.
14378         (sibcall) [flag_pic]: Use GOT.
14379         (builtint_setjmp_receiver): Remove bogus, unused expand.
14380         (GOTaddr2picreg): Implement for SHcompact and SHmedia.
14381         (*pt, *ptb, ptrel): New insns.
14382         (sym2GOT): Handle DImode GOT.
14383         (sym2GOTPLT, symGOTPLT2reg): New expands.
14384         (sym2PIC): New expand.
14385         (shcompact_return_tramp): Use GOTPLT to return trampoline.
14386         (shcompact_return_tramp_i): Use return register explicitly.
14387         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
14388         disable flag_reorder_blocks.
14389         2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
14390         * config/sh/sh.md (sibcall_compact): Reorder return, uses and
14391         clobbers, for clarity.
14392         (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
14393         restoring of r0 in macl as MAYBE_DEAD.
14394         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
14395         * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
14396         * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
14397         alter_subreg all over.
14398         (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
14399         reload, instead of emitting instructions that would require
14400         reloading.
14401         (casesi_load_media): Add missing modes.
14402         2001-11-09  Alexandre Oliva  <aoliva@redhat.com>
14403         * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
14404         as used if the argument decoder is called.
14405         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
14406         * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
14407         Pmode, then extend it to DImode if necessary.
14408         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
14409         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
14410         constants in FPU-enabled SHmedia, let them be loaded from memory.
14411         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
14412         * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
14413         Adjust whitespace in assembly output templates.
14414         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
14415         * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
14416         mode of if_then_else.
14417         2001-08-04  Alexandre Oliva  <aoliva@redhat.com>
14418         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
14419         sh.h.
14420         2001-07-26  Andrew Haley  <aph@cambridge.redhat.com>
14421                     Joern Rennecke <amylaar@redhat.com>
14422         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
14423         (SUBTARGET_CPP_PTR_SPEC): New.
14424         (SUBTARGET_CPP_SPEC): Remove.
14425         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
14426         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
14427         Fix typo in previous checkin.
14428         2001-07-11  Chandrakala Chavva  <cchavva@redhat.com>
14429         * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
14430         2001-07-10  Chandrakala Chavva  <cchavva@cygnus.com>
14431                     Alexandre Oliva  <aoliva@redhat.com>
14432         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
14433         what single FP register can hold for SHmedia target.
14434         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
14435                     Alexandre Oliva  <aoliva@redhat.com>
14436         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
14437         Do not split into SUBREG.
14438         2001-06-14  Alexandre Oliva  <aoliva@redhat.com>
14439         * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
14440         and added new functions as specified in SH5 ABI r9.
14441         2001-06-04  Alexandre Oliva  <aoliva@redhat.com>
14442         * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
14443         8-byte boundary.
14444         2001-06-03  Alexandre Oliva  <aoliva@redhat.com>
14445         * config/sh/sh.c (dump_table): Add const0_rtx in calls of
14446         gen_consttable_4 and gen_consttable_8.  Emit multiple labels
14447         and consttable_window_ends.
14448         2001-06-03  Graham Stott  <grahams@redhat,com>
14449         * config/sh/sh.md (movdi split): Remove unused variable last_insn.
14450         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
14451         * config/sh/sh.c (print_operand): Handle floating-point pair,
14452         vector and matrix registers.
14453         * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
14454         vector modes into account.
14455         * config/sh/sh.md (movv2sf): Split move between registers into
14456         movdf.
14457         (movv4sf, movv16sf): Introduce insns that get split only after
14458         reload.
14459         * config/sh/shmedia.h: Fix Copyright dates.
14460         * config/sh/ushmedia.h: Likewise.  Move loop counter
14461         declarations into conditionals that uses them.
14462         (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
14463         loop boundary.
14464         * config/sh/sshmedia.h: Fix Copyright dates.
14465         (sh_media_PUTCFG): Fix constraints.
14466         2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
14467         * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
14468         ptrmemfunc_vbit_in_delta for SH5.
14469         2001-05-08  Alexandre Oliva  <aoliva@redhat.com>
14470         * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
14471         * invoke.texi: Likewise.
14472         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
14473         * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
14474         GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
14475         GCC_pop_shmedia_regs_nofpu): New global symbols.
14476         * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
14477         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
14478         * config/sh/sh.c (calc_live_regs): Account for PR's saving in
14479         compact function with nonlocal labels.
14480         (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
14481         (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
14482         (initial_elimination_offset): Account for their stack space.
14483         * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
14484         * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
14485         movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
14486         movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
14487         least one of the operands to be a register.
14488         (movv2sf): Likewise.  Renamed to movv2sf_i.
14489         (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
14490         prepare_move_operands() before emitting SHmedia insns.
14491         2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
14492         * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
14493         Don't save nor initialize r12.  Don't mis-align the stack.
14494         Pad the code with a nop.
14495         * config/sh/crti.asm: Don't restore r12.  Don't mis-align the
14496         stack.
14497         2001-03-13  Alexandre Oliva  <aoliva@redhat.com>
14498         * gcc/longlong.h (__umulsidi3, count_leading_zeros)
14499         [__SHMEDIA__]: Implement.
14500         2001-03-11  Alexandre Oliva  <aoliva@redhat.com>
14501         * config/sh/sh.md: Set latency of `pt' closer to reality.
14502         (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
14503         movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
14504         Set move, load and store type attributes.
14505         * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
14506         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
14507         profiling.
14508         * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
14509         * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
14510         * config/sh/sh.c (sh_media_register_for_return): New function.
14511         (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
14512         branch-target register.
14513         (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
14514         * config/sh/sh.md (return_media_i): Use any call-clobbered
14515         branch-target register.
14516         (return_media): If r18 wasn't copied in the prologue, copy it
14517         here.
14518         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
14519         Clear class FP0_REGS.
14520         * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
14521         from elf.h.
14522         2001-03-08  DJ Delorie  <dj@redhat.com>
14523         * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
14524         2001-02-09  Alexandre Oliva  <aoliva@redhat.com>
14525         * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
14526         2001-02-07  Alexandre Oliva  <aoliva@redhat.com>
14527         * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
14528         2001-02-03  Alexandre Oliva  <aoliva@redhat.com>
14529         * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
14530         return value correctly for call_cookie.
14531         2001-02-01  Alexandre Oliva  <aoliva@redhat.com>
14532         * config/sh/crt1.asm (start): Modified so as to call
14533         ___setup_argv_and_call_main.
14534         2001-01-26  Alexandre Oliva  <aoliva@redhat.com>
14535         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
14536         SHmedia mode.
14537         2001-01-20  Alexandre Oliva  <aoliva@redhat.com>
14538         * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
14539         (STRIP_NAME_ENCODING): Use it.
14540         (ASM_OUTPUT_LABELREF): Likewise.  Don't call assemble_name().
14541         2001-01-19  Alexandre Oliva  <aoliva@redhat.com>
14542         * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
14543         prepare_scc_operands().
14544         * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
14545         (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
14546         2001-01-17  Alexandre Oliva  <aoliva@redhat.com>
14547         * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
14548         2001-01-13  Alexandre Oliva  <aoliva@redhat.com>
14549         * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
14550         * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
14551         used in shcompact_incoming_args.
14552         * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
14553         change.
14554         * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
14555         mode.
14556         * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
14557         Adjust accordingly.
14558         * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
14559         Simplify.  Adjust.  Add sanity check.
14560         * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
14561         FPU_SINGLE_BIT.
14562         * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
14563         TARGET_SHCOMPACT.
14564         (udivsi3, divsi3): Use them.
14565         (force_mode_for_call): New insn.
14566         (call, call_value, sibcall_value): Emit it before SHcompact
14567         calls.
14568         2001-01-11  Alexandre Oliva  <aoliva@redhat.com>
14569         * config/sh/sh.md (call, call_value, sibcall): Make sure the
14570         call cookie is non-NULL before taking its value.
14571         2001-01-10  Alexandre Oliva  <aoliva@redhat.com>
14572         * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
14573         2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
14574         * config/sh/sh.md (shcompact_incoming_args): Set argument memory
14575         block.
14576         * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
14577         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
14578         temporary for stack adjusts.  Use MACL and MACH to pass
14579         arguments to shcompact_incoming_args.
14580         * config/sh/sh.md (shcompact_incoming_args): Adjust.  Don't
14581         clobber r1.
14582         * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
14583         (nested_trampoline): Load static chain address into r1.
14584         * config/sh/sh.md (movdi_media splits): Fix sign-extension.
14585         2001-01-07  Alexandre Oliva  <aoliva@redhat.com
14586         * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
14587         fp_arith_reg_operand().
14588         2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
14589         * config/sh/sh.md (casesi): Sign-extend the first two operands,
14590         and use signed compares for them.
14591         * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
14592         4-byte ones.  Instead, inter-leave them, maintaining the 8-byte
14593         ones properly aligned.
14594         (find_barrier): Account for extra alignment needed for 8-byte wide
14595         constants.
14596         (machine_dependent_reorg): Require a label for the second 4-byte
14597         constant after an 8-byte one.
14598         * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
14599         change.
14600         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
14601         * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
14602         last_float when switching float modes.
14603         * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
14604         auto-increment for general-purpose registers.
14605         * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
14606         result.
14607         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
14608         for stack adjust.
14609         * config/sh/sh.c (sh_builtin_saveregs): Support using all
14610         registers for varargs.
14611         2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
14612         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
14613         * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
14614         CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
14615         (CALL_COOKIE_INT_REG_SHIFT): Adjust.
14616         (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK.  Adjust
14617         call_cookie accordingly.
14618         (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
14619         (SHCOMPACT_BYREF): Likewise.
14620         (SHCOMPACT_FORCE_ON_STACK): New macro.
14621         * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
14622         (sh_builtin_saveregs): Likewise.
14623         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
14624         shcompact_incoming_args): Use new shift values.  Support
14625         sequences of consecutive and non-consecutive pushes/pops.
14626         * config/sh/sh.md (return): Don't explicitly use PR_REG.
14627         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
14628         * config/sh/sh.h (TEXT_SECTION): Define.
14629         * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
14630         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
14631         * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
14632         * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
14633         return values on FPU-enabled SHmedia.
14634         (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
14635         FPU-enabled SHmedia.
14636         (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
14637         value is returned in a non-FP reg and is not returned by
14638         reference.
14639         * config/sh/sh.md (shcompact_return_tramp_i): Change type to
14640         jump_ind.
14641         2000-01-04  Alexandre Oliva  <aoliva@redhat.com>
14642         * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
14643         (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
14644         quad-aligned to be passed by callee-copy reference.
14645         2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
14646         * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
14647         * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
14648         2001-01-02  Alexandre Oliva  <aoliva@redhat.com>
14649         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
14650         copying low-numbered FP regs to r7 and r8.
14651         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
14652         FP regs to general-purpose regs only if the copy was passed on the
14653         stack.
14654         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
14655         copying FP reg to r9.
14656         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
14657         copy FP regs to general-purpose regs only in outgoing calls.
14658         * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
14659         change from     2000-10-30.  Adjust for 64-bit (or 32-bit)
14660         HOST_WIDE_INT.
14661         * config/sh/sh.h (struct sh_args): Document all fields.
14662         (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
14663         passed partially on the stack should not consider making
14664         sibcalls.
14665         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
14666         stack_regs only for incoming calls.  When passing FP args,
14667         make sure there are FP regs available before modifying
14668         call_cookie.
14669         (SHCOMPACT_BYREF): Pass double args in general-purpose
14670         registers by reference.
14671         2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
14672         * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
14673         attempt to generate sibcalls if the caller got any arguments
14674         by reference.
14675         * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
14676         * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
14677         to 8-byte boundaries.
14678         * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
14679         * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
14680         * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
14681         stored in the stack.
14682         * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
14683         for the offsets to have the ISA bit set.
14684         (shcompact_call_trampoline): Document.  Swap r0 and r1, to match
14685         invocation.  Use beq instead of bgt to mark end of sequence of
14686         loads.
14687         (shcompact_incoming_args): Fix store of r2.  Use beq instead of
14688         bgt to mark end of sequence of stores.
14689         * config/sh/sh.c (arith_operand): Don't check whether
14690         CONST_OK_FOR_J for now.
14691         * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
14692         instead of long for conversion.
14693         2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
14694         * config/sh/sh.c (print_operand_address): Convert INTVAL to int
14695         before passing it to fprintf.
14696         2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
14697         * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
14698         Call set_fpscr before reading/writing SR.
14699         * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
14700         Call set_fpscr.
14701         * config/sh/lib1funcs.asm: Add `.align 2' directives before
14702         SHmedia code.
14703         (FMOVD_WORKS): Define on SH5 with FPU.
14704         (set_fpscr): Define on SH5.  Remove separate _fpscr_values
14705         setting.
14706         * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
14707         _fpscr_values.
14708         2000-12-28  Hans-Peter Nilsson  <hpn@cygnus.com>
14709         * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
14710         address.
14711         (ia_main_table): Ditto.
14712         2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
14713         * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
14714         * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
14715         the definitions from sh.h.
14716         * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
14717         TARGET_SH5.
14718         (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
14719         * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
14720         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
14721         2000-12-26  Alexandre Oliva  <aoliva@redhat.com>
14722         * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
14723         Increment LABEL_NUSES.
14724
14725         * config/sh/sh.h (SIZE_TYPE): Define as conditional on
14726         TARGET_SH5.
14727         (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
14728         defined.
14729         * config/sh/elf.h (SIZE_TYPE): Likewise.
14730         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
14731         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
14732         shcompact_incoming_args): Load switch table addresses using
14733         datalabel.
14734         * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
14735         (NO_BUILTIN_SIZE_TYPE): Define.
14736         (SIZE_TYPE): Don't define.
14737         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
14738         * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
14739         definition of __SH5__=32 for -m5-compact-nofpu.
14740         * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
14741         ADDR_DIFF_VEC.
14742         2000-12-24  Alexandre Oliva  <aoliva@redhat.com>
14743         * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
14744         2000-12-23  Alexandre Oliva  <aoliva@redhat.com>
14745         * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
14746         (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
14747         (INSN_LENGTH_ALIGNMENT): Likewise.
14748         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14749         * config/sh/sh.md (call, call_value, sibcall): Simplify
14750         copying of non-branch-target register.
14751         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14752         * glimits.h (__LONG_MAX__): Revert      2000-12-13's patch.
14753         * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
14754         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14755         * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
14756         floating-point values as structs.
14757         (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
14758         (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
14759         general-purpose register.
14760         (SH5_PROTOTYPED_FLOAT_ARG): New macro.
14761         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
14762         * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
14763         * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
14764         * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
14765         (ENCODE_SECTION_INFO): Enclose variables and constants in
14766         DATALABEL unspecs.
14767         (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
14768         (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
14769         (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
14770         * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
14771         only for LABEL_REFs.  For SYMBOL_REFs, prepend
14772         SH_DATALABEL_ENCODING to the symbol name.
14773         * config/sh/sh.md (indirect_jump): Use SUBREG instead of
14774         convert_mode().
14775         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
14776         * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
14777         UNSPEC_DATALABEL.
14778         * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
14779         * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
14780         (DATALABEL_REF_P): Don't require CONST.
14781         (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
14782         REL label.
14783         2000-12-19  Alexandre Oliva  <aoliva@redhat.com>
14784         * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
14785         right.
14786         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14787         * config/sh/sh.md (movsi_media, call, call_value, sibcall):
14788         Use shallow_copy_rtx and PUT_MODE to change the mode of
14789         SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
14790         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
14791         on SHmedia using GENERAL_REGs.
14792         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
14793         bltu_media_i): Fix reversion of conditions.
14794         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
14795         * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
14796         * config/sh/sh.c (output_far_jump): Save r13 in macl.
14797         2000-12-17  Alexandre Oliva  <aoliva@redhat.com>
14798         * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
14799         2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
14800         * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
14801         (GCC_nested_trampoline): Likewise.
14802         * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
14803         * config/sh/sh.c (gen_datalabel_ref): Define.
14804         * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
14805         (INITIALIZE_TRAMPOLINE): Likewise.
14806         (TRAMPOLINE_ADJUST_ADDRESS): Define.
14807         (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
14808         (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
14809         (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
14810         * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
14811         (ic_invalidate): Adjust for SH5.
14812         (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
14813         * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
14814         _nested_trampoline.
14815         2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
14816         * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
14817         (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
14818         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
14819         * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
14820         * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
14821         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
14822         * config/sh/sh.c (target_reg_operand): Match only target-branch
14823         registers and pseudos that aren't virtual registers.
14824         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
14825         Copy operands that don't match target_reg_operand to pseudos.
14826         (call_media, call_value_media, sibcall_media): Use
14827         target_reg_operand instead of target_operand.
14828         2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
14829         * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
14830         * config/sh/sh.c (target_reg_operand): Match hardware registers
14831         other than branch-target registers.
14832         * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
14833         * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
14834         (fpscr_values) [SH5 == 32]: Define.
14835         * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
14836         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
14837         Handle function addresses coming in SUBREGs.
14838         2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14839         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
14840         shcompact_return_trampoline): Use datalabel where appropriate.
14841         2000-12-09  Alexandre Oliva  <aoliva@redhat.com>
14842         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
14843         general-purpose register to copy one branch-target register to
14844         another.
14845         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
14846         * config/sh/sh.c (target_operand): Accept LABEL_REFs and
14847         SYMBOL_REFs with VOIDmode.
14848         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
14849         bltu_media_i): New insns.
14850         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
14851         * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
14852         (INIT_CUMULATIVE_ARGS): Likewise.
14853         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
14854         * machmode.def (V16SFmode): New mode.
14855         * c-common.c (type_for_mode): Support V2SF and V16SF.
14856         * tree.c (build_common_tree_nodes_2): Likewise.
14857         * tree.h (tree_index): Likewise.
14858         * calls.c (emit_call_1): Take args_so_far.  Adjust all
14859         callers.  Introduce CALL_POPS_ARGS.
14860         * tm.texi (CALL_POPS_ARGS): Document.
14861         * config/sh/crt1.asm: Implement in SHmedia mode.
14862         * config/sh/crti.asm, config/sh/crtn.asm: Likewise
14863         * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
14864         (DBX_REGISTER_NUMBER): Renumber registers for SH5.
14865         * config/sh/lib1funcs.asm: Disable functions unused in SH5.
14866         Implement divsi and udivsi in SHmedia mode.  Introduce
14867         SHcompact trampolines.
14868         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
14869         only in SHmedia64.
14870         (regno_reg_class): Rewrite.
14871         (fp_reg_names): Remove.
14872         (sh_register_names, sh_additional_register_names): New.
14873         (print_operand): Added `u'.  Support SUBREGs in addresses.
14874         Add parentheses around shifted CONSTs.
14875         (output_file_start): Output .mode and .abi directives.
14876         (shiftcosts, addsubcosts, multcosts): Adjust.
14877         (output_stack_adjust): Compute alignment.  Sanity-check SIZE.
14878         (push_regs): Take array of HOST_WIDE_INTs.  Adjust callers.
14879         (calc_live_regs): Output to array of HOST_WIDE_INTs.  Count
14880         bytes, not registers.  Take into account the need for the
14881         SHcompact incoming args trampoline.  Adjust all callers.
14882         (sh_expand_prologue): Take stack_regs into account.  Call
14883         incoming args trampoline.  Keep stack aligned as per SH5 ABI.
14884         (sh_expand_epilogue): Take stack_regs into accoutn.  Keep
14885         stack aligned as per SH5 ABI.
14886         (sh_builtin_saveregs): Support SH5 ABI.
14887         (sh_build_va_list, sh_va_start): Likewise.
14888         (initial_elimination_offset): Take alignment into account.
14889         Compute location of PR according to the SH5 stack frame.
14890         (arith_reg_operand): Reject branch-target registers.
14891         (shmedia_6bit_operand): New.
14892         (logical_operand): Use CONST_OK_FOR_P on SHmedia.
14893         (target_reg_operand): Match DImode only.  Accept SUBREGs.
14894         (target_operand): New.
14895         * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
14896         (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI.  Initialize
14897         SIBCALL_REGS for SHmedia.
14898         (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
14899         (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
14900         (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
14901         (TARGET_SWITCHES): New SH5 flags.
14902         (OVERRIDE_OPTIONS): Set SH5-specific options.  Use
14903         VALID_REGISTER_P to disable unsupported registers.
14904         (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
14905         (POINTER_SIZE, PARM_BOUNDARY): Adjust.
14906         (FUNCTION_ARG_PADDING): Define.
14907         (FASTEST_ALIGNMENT): Adjust.
14908         (SH_REGISTER_NAMES_INITIALIZER): New.
14909         (sh_register_names): Declare.
14910         (DEBUG_REGISTER_NAMES): Define.
14911         (REGISTER_NAMES): Define based on sh_register_names.
14912         (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
14913         (sh_additional_register_names): Declare.
14914         (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
14915         (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
14916         (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
14917         (REGISTER_NATURAL_MODE): Define.
14918         (FIRST_PSEUDO_REGISTER): Adjust.
14919         (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
14920         (HARD_REGNO_CALL_PART_CLOBBERED): Define.
14921         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
14922         (VECTOR_MODE_SUPPORTED_P): Define.
14923         (REG_CLASS_CONTENTS): Adjust.
14924         (SMALL_REGISTER_CLASSES): Adjust.
14925         (REG_ALLOC_ORDER): Adjust.
14926         (INDEX_REG_CLASS): Adjust.
14927         (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
14928         (CONST_OK_FOR_LETTER_P): Adjust.
14929         (PREFERRED_RELOAD_CLASS): Adjust.
14930         (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
14931         (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
14932         (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
14933         (FIRST_FP_PARM_REG): Adjust.
14934         (CALL_POPS_ARGS): Define.
14935         (FUNCTION_ARG_REGNO_P): Adjust.
14936         (struct sh_args): New fields.
14937         (GET_SH_ARG_CLASS): Adjust.
14938         (INIT_CUMULATIVE_ARGS): Adjust.
14939         (INIT_CUMULATIVE_INCOMING_ARGS): Define.
14940         (FUNCTION_ARG_ADVANCE): Adjust.
14941         (FUNCTION_ARG): Adjust.
14942         (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
14943         (FUNCTION_ARG_CALLEE_COPIES): Define.
14944         (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
14945         (STRICT_ARGUMENT_NAMING): Define.
14946         (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
14947         (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
14948         (SH5_WOULD_BE_PARTIAL_NREGS): Define.
14949         (SETUP_INCOMING_VARARGS): Adjust.
14950         (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
14951         (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
14952         (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
14953         (SUBREG_OK_FOR_INDEX_P): Adjust.
14954         (EXTRA_CONSTRAINT_S): Update.
14955         (EXTRA_CONSTRAINT_T): New.
14956         (EXTRA_CONSTRAINT): Adjust.
14957         (GO_IF_LEGITIMATE_INDEX): Adjust.
14958         (GO_IF_LEGITIMATE_ADDRESS): Adjust.
14959         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
14960         (MOVE_MAX): Adjust.
14961         (MAX_MOVE_MAX): Define.
14962         (Pmode): Adjust.
14963         (CONST_COSTS): Adjust.
14964         (REGISTER_MOVE_COST): Adjust.
14965         (BRANCH_COST): Adjust.
14966         (TEXT_SECTION_ASM_OP): Adjust.
14967         (DBX_REGISTER_NUMBER): Adjust.
14968         (ASM_OUTPUT_DOUBLE_INT): New.
14969         (UNALIGNED_DOUBLE_INT_ASM_OP): New.
14970         (PREDICATE_CODES): Adjust.
14971         (PROMOTE_MODE): Adjust.
14972         (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
14973         * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
14974         (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
14975         (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
14976         (DR0_REG, DR2_REG, DR4_REG): Renumber.
14977         (TR0_REG, TR1_REG, TR2_REG): New.
14978         (XD0_REG): Renumber.
14979         (UNSPEC_COMPACT_ARGS): New.
14980         (type): Added pt and ptabs.
14981         (length): Default to 4 on SHmedia.  Default pt length to 12
14982         and     20 on SHmedia32 and SHmedia64, respectively.
14983         (pt): New function unit.
14984         (movdi, movsi): Add types pt and ptabs.  Don't increment LABEL_NUSES.
14985         Add whitespace between operands of SHmedia instructions.
14986         (movdicc): Fix.
14987         (adddi3_media, addsi3_media): Adjust constraints.
14988         (subsi3) [SHmedia]: Force operand 1 into a register.
14989         (udivsi3_i1_media, udivsi3_i4_media): New.
14990         (udivsi3): Support SHmedia.
14991         (divsi3_i1_media, divsi3_i4_media): New.
14992         (divsi3): Support SHmedia.
14993         (anddi3, iordi3, xordi3): Adjust constraints.
14994         (zero_extendhidi2, zero_extendqidi2): New.
14995         (extendsidi2, extendhidi2, extendqidi2): New.
14996         (push, pop, push_e, push_fpul, push_4): Disable on SH5.
14997         (pop_e, pop_fpul, pop_4): Likewise.
14998         (movsi_media): Support FP and BT registers.
14999         (movsi_media_nofpu): New.  Adjust splits to DImode.
15000         (lduw, ldub): Renamed to zero_extend* above.
15001         (movqi_media): Fix typo.
15002         (movdi_media): Support FP and BT registers.
15003         (movdi_media_nofpu): New.  Adjust splits for SHmedia32.
15004         (movdi_const_32bit): New.
15005         (shori_media): Require immediate operand.  Use `u' for output.
15006         (movdf_media, movsf_media): Simplified.
15007         (movdf_media_nofpu, movsf_media_nofpu): New.
15008         (movdf, movsf): Adjust
15009         (movv2sf, movv2sf, movv16sf): New.
15010         (beq_media, beq_media_i): Adjust constraints.  Don't use
15011         scratch BT register.
15012         (bne_media, bne_media_i): Likewise.
15013         (bgt_media, bgt_media_i): Likewise.
15014         (bge_media, bge_media_i): Likewise.
15015         (bgtu_media, bgtu_media_i): Likewise.
15016         (bgeu_media, bgeu_media_i): Likewise.
15017         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
15018         bunordered): Emit jump insn.  Force operands to registers when
15019         needed.
15020         (jump_media, jump): Simplify.
15021         (call_compact, call_compact_rettramp): New.
15022         (call_value_compact, call_value_compact_rettramp): New.
15023         (call_media, call_value_media): Simplify.
15024         (sibcall_compact, sibcall_media): New.
15025         (call, call_value): Adjust for SHmedia and SHcompact.
15026         (sibcall, sibcall_value, untyped_call): Likewise.
15027         (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
15028         (indirect_jump): Adjust for SHmedia.
15029         (casesi_jump_media): New.
15030         (nop): Re-enable for SHmedia.
15031         (call_site): Restrict to SH1.
15032         (casesi): Adjust for SHmedia.
15033         (casesi_shift_media, casesi_load_media): New.
15034         (return): Explicitly use PR register.  Call return trampoline
15035         on SHcompact.
15036         (return_i): Explicitly use PR register.
15037         (shcompact_return_tramp, shcompact_return_tramp_i): New.
15038         (return_media): Adjust.
15039         (shcompact_incoming_args): New.
15040         (epilogue): Adjust.
15041         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
15042         (movstrsi): Disable on SH5.
15043         (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
15044         (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
15045         (subsf3, subsf3_media): Likewise.
15046         (mulsf3, mulsf3_media, mac_media): Likewise.
15047         (divsf3, divsf3_media): Likewise.
15048         (floatdisf2, floatsisf2_media): Likewise.  Adjust constraints.
15049         (floatsisf2, fux_truncsfsi2): Likewise.
15050         (fix_truncsfdi2, fix_truncsfsi2_media): Likewise.  Adjust
15051         constraints.
15052         (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
15053         (cmpunsf_media, cmpsf): Likewise.
15054         (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
15055         (abssf2, abssf2_media): Likewise.
15056         (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
15057         (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
15058         (floatdidf2, floatsidf2_media): Likewise.  Adjust constraints.
15059         (floatsidf2, fix_truncdfsi2): Likewise.
15060         (fix_truncdfdi2, fix_truncdfsi2_media): Likewise.  Adjust
15061         constraints.
15062         (cmpeqdf_media, cmpgtdf_media): Likewise.
15063         (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
15064         (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
15065         (absdf2, absdf2_media): Likewise.
15066         (extendsfdf2, extendsfdf2_media): Likewise.
15067         (truncsfdf2, truncsfdf2_media): Likewise.
15068         * config/sh/sh64.h: New file.
15069         * config/sh/t-sh64: New file.
15070         * config/sh/shmedia.h: New file.
15071         * config/sh/ushmedia.h: New file.
15072         * config/sh/sshmedia.h: New file.
15073         * configure.in: Added sh64-*-elf.
15074         * configure: Rebuilt.
15075         2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
15076         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
15077         (reg_class_from_letter): Use `b' for TARGET_REGS.
15078         (print_operand): Support `%M', `%m', `AND' and
15079         `ASHIFTRT'.  Do not precede constants with `#' on SHmedia.
15080         (andcosts): Adjust for SHmedia.
15081         (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
15082         Likewise.
15083         (target_reg_operand): New function.
15084         * config/sh/sh-protos.h (target_reg_operand): Declare.
15085         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
15086         FP registers on SH5.
15087         (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
15088         on SH4.
15089         (TARGET_REGISTER_P): New macro.
15090         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
15091         (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
15092         (EXTRA_CONSTRAINT_S): New macro.
15093         (EXTRA_CONSTRAINT): Adjust.
15094         (FLOAT_TYPE_SIZE): Define to 32.
15095         (Pmode): DImode on SHmedia.
15096         (CONST_COSTS): Adjust for SHmedia literals.
15097         (PREDICATE_CODES): Added target_reg_operand.
15098         (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
15099         * config/sh/sh.md: Remove all attrs from SHmedia insns.
15100         (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
15101         (cmpdi): Accept SHmedia.
15102         (movdicc_false, movdicc_true): New insns.
15103         (movdicc): New expand.
15104         (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
15105         no_new_pseudos.
15106         (addsi3_media): Match `S' constraint.
15107         (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
15108         (negdi2): Expand for SHmedia.
15109         (one_cmpldi2): New expand.
15110         (zero_extendsidi2): Change from expand to insn.
15111         (extendsidi2): Add constraints.
15112         (movdi_media, movsi_media): Change `%x' to `%M'.  Use `%m' for
15113         LD/ST address.  Fix SI immediate loading split.
15114         (movhi_media, movqi_media, lduw, ldub): New insns.
15115         (movhi, movqi): Accept SHmedia.
15116         (shori_media, movdi_media): Relax input constraints.  Split
15117         symbolic constants.
15118         (movdf_media, movsf_media): New insn.  New split to movdi.
15119         (movdf, movsf): Match on SHmedia.
15120         (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
15121         bgeu_media): New insns and splits.  New insns with `_i' suffix.
15122         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
15123         (bunordered): New expand.
15124         (jump_compact): Renamed from `jump'.
15125         (jump_media): New insn.
15126         (jump): New expand.
15127         (call_media, call_value_media): New insns.
15128         (call, call_value): Adjust.
15129         (indirect_jump_compact): Renamed from `indirect_jump'.
15130         (indirect_jump_media): New insn.
15131         (indirect_jump): New expand.
15132         (untyped_call, return): Accept SHmedia.
15133         (return_media): New insn.
15134         (prologue, epilogue, blockage): Accept SHmedia.
15135         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
15136         (sunordered): New expand.
15137         (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
15138         cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
15139         (addsf3_media, subsf3_media, mulsf3_media, mac_media,
15140         divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
15141         fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
15142         cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
15143         abssf2_media): New insns.
15144         (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
15145         cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
15146         (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
15147         floatdidf2, floatsidf2_media, fix_truncdfdi2,
15148         fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
15149         cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
15150         absdf2_media): New insns.
15151         (extendsfdf2, truncdfsf2): Adjust for SHmedia.
15152         (extendsfdf2_media, truncdfsf2_media): New insns.
15153         2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
15154         * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
15155         * config/sh/sh.h (CONST_OK_FOR_J): Document.
15156         (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
15157         * config/sh/sh.md (adddi3): New expand.
15158         (adddi3_media, adddi3z_media): New insns.
15159         (adddi3_compact): Renamed from adddi3.
15160         (addsi3_media): Use add.l r63 to add constant zero.
15161         (subdi3): New expand.
15162         (subdi3_media): New insn.
15163         (subdi3_compact): Renamed from subdi3.
15164         (mulsidi3): New expand.
15165         (mulsidi3_media): New insn.
15166         (mulsidi3_compact): Renamed from mulsidi3.
15167         (umulsidi3): New expand.
15168         (umulsidi3_media): New insn.
15169         (umulsidi3_compact): Renamed from umulsidi3.
15170         (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
15171         (ashlsi3, ashrsi3, lshrsi3): Use them.
15172         (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
15173         (ashldi3, ashrdi3, lshrdi3): Use them.
15174         (zero_extendsidi2): New expand.
15175         (extendsidi2): New insn.
15176         (movsi_media): New insn.  Split to movdi to load constants.
15177         (movsi): Enable for shmedia.
15178         (movdi_media): New insn.  Use shori_media to load wide constants.
15179         (short_media): New insn.
15180         (movdi): Enable for shmedia.
15181         2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
15182         * config/sh/sh.h (CPP_SPEC): Added `m5'.
15183         (SUBTARGET_CPP_SPEC): Added `!m5'.
15184         (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
15185         (TARGET_SWITCHES): Added `5' and `5-compact'.  Added SH1_BIT
15186         to all other SH variants.
15187         (TARGET_DEFAULT): Set to SH1_BIT.
15188         (OVERRIDE_OPTIONS): Recognize sh5 CPU.
15189         (BITS_PER_WORD): Raise to 64 on shmedia.
15190         (MAX_BITS_PER_WORD): Change to 64.
15191         (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
15192         (INT_TYPE_SIZE): Keep as 32.
15193         (UNITS_PER_WORD): Raise to 8 on shmedia.
15194         (MIN_UNITS_PER_WORD): Keep as 4.
15195         (POINTER_SIZE): Raise to 64 on shmedia.
15196         (CONST_OK_FOR_J): New macro.
15197         (CONST_OK_FOR_LETTER_P): Use it.
15198         (processor_type): Add PROCESSOR_SH5.
15199         * config/sh/sh.md: Conditionalize all expands, insns and
15200         splits to TARGET_SH1.
15201         (cpu): Added sh5.
15202         (addsi3_compact): Renamed from...
15203         (addsi3): Now an expand.
15204         (addsi3_media, subsi3_media): New insns.
15205         (subsi3): Don't negate constants with SHmedia.
15206
15207         * hooks.c: New file.
15208         * hooks.h: New file.
15209         * Makefile.in (HOOKS_H): New.
15210         (TARGET_DEF_H): Added $(HOOKS_H).
15211         (OBJS): Added hooks.o.
15212         (cfgcleanup.o, bb-reorder.o): Added target.h.
15213         (hooks.o): Added dependencies.
15214         * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
15215         (TARGET_INITIALIZER): this.
15216         * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
15217         * target.h (struct gcc_target): Added cannot_modify_jumps_p.
15218         * bb-reorder.c: Include target.h.
15219         (reorder_basic_blocks): Skip if cannot modify jumps.
15220         * cfgcleanup.c: Include target.h.
15221         (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
15222
15223 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
15224
15225         * config/mips/mips.md (casesi_internal, casesi_internal_di):
15226         Protect jump delay slot instructions with .set noreorder and
15227         .set nomacro.
15228
15229 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
15230
15231         * config/mips/mips.md (casesi_internal_di): Calculate
15232         the index into the target offset table correctly.
15233
15234 2002-02-08  Richard Henderson  <rth@redhat.com>
15235
15236         * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
15237         * final.c (output_addr_const): Accept and discard SUBREG.
15238         * varasm.c (decode_addr_const): Don't abort on unknown expressions --
15239         mark them unknown instead.
15240         (simplify_subtraction): Handle RTX_UNKNOWN.
15241         (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
15242
15243 2002-02-08  David Edelsohn  <edelsohn@gnu.org>
15244
15245         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
15246
15247 2002-02-08  Richard Henderson  <rth@redhat.com>
15248
15249         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
15250
15251 2002-02-08  Andreas Jaeger  <aj@suse.de>
15252
15253         * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
15254         * config/i386/t-linux64: New file.
15255
15256 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
15257
15258         * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
15259         * c-parse.in (compstmt): Clear last_expr_type.
15260
15261 2002-02-07  Richard Henderson  <rth@redhat.com>
15262
15263         * loop.c (strength_reduce): Sink final_value when not
15264         eliminating a biv.
15265
15266 2002-02-07  David O'Brien  <obrien@FreeBSD.org>
15267
15268         * config/sparc/freebsd.h: Fix mismatched spec {.
15269
15270 2002-02-07  Richard Henderson  <rth@redhat.com>
15271
15272         * cfgrtl.c: Include recog.h and insn-config.h.
15273         (keep_with_call_p): Fix general_operand invocation.
15274         * Makefile.in (cfgrtl.o): Update dependencies.
15275
15276 2002-02-07  Kazu Hirata  <kazu@hxi.com>
15277
15278         * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
15279         comment.  Accept HImode only if TARGET_H8300.
15280
15281 2002-02-07  Eric Christopher  <echristo@redhat.com>
15282
15283         * config/mips/crtn.asm: Cleanup #ifdefs.
15284
15285 2002-02-07  Eric Christopher  <echristo@redhat.com>
15286
15287         * config/mips/crti.asm: Add changes for mips16. mips16 uses
15288         register 7 as RA instead of $31.
15289         * config/mips/crtn.asm: Ditto.
15290         * config/mips/mips.c (mips_move_2words): Add case for
15291         TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
15292         (compute_frame_size): Fix typo.
15293         (save_restore_insns): Ditto.  Make documentation about using
15294         register $7 as return register more precise.
15295         (mips_expand_epilogue): Fix comment. Add code to work around not
15296         being able to add to the stack pointer directly.
15297         * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
15298         to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
15299         epilogue.
15300
15301 2002-02-07  Tom Rix  <trix@redhat.com>
15302
15303         * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
15304         immediates in ldu and stdu DS opcode field.
15305         * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
15306         * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
15307         * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
15308
15309 2002-02-07  Jeff Sturm  <jsturm@one-point.com>
15310
15311         * config/sparc/sparc.c (compute_frame_size): Don't correct frame
15312         offset for stack bias.
15313
15314 2002-02-07  H.J. Lu <hjl@gnu.org>
15315
15316         * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
15317
15318 2002-02-07  Ulrich Weigand  <uweigand@de.ibm.com>
15319
15320         * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
15321
15322 Thu Feb  7 12:14:17 CET 2002  Jan Hubicka  <jh@suse.cz>
15323
15324         * i386-protos.h (x86_order_regs_for_local_alloc): Declare
15325         * i386.c (x86_order_regs_for_local_alloc): New global function.
15326         * i386.h (REG_ALLOC_ORDER): CLeanup.
15327         (ORDER_REGS_FOR_LOCAL_ALLOC): New.
15328
15329 2002-02-07  Richard Henderson  <rth@redhat.com>
15330
15331         PR optimization/2463
15332         * alias.c (find_base_value): Recall base values for fixed hard regs.
15333         * loop.c (loop_regs_update): Don't use single_set on non-insns.
15334
15335 2002-02-07  Alexandre Oliva  <aoliva@redhat.com>
15336
15337         * config/mips/mips.md (define_delay) [mips16]: Adjust required
15338         length.
15339
15340 2002-02-06  Richard Henderson  <rth@redhat.com>
15341
15342         PR c/5609
15343         * stmt.c (resolve_operand_name_1): Take more care with mixed
15344         named and unnamed operands.
15345
15346 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
15347             Jan Hubicka  <jh@suse.cz>
15348
15349         * loop.c (remove_constant_addition): Avoid clobbering a shared
15350         CONST expression.
15351
15352 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
15353
15354         * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
15355         * config/s390/t-linux64: New file.
15356         * config/s390/libgcc-glibc.ver: New file.
15357
15358 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
15359
15360         * config/s390/linux64.h: Delete file.
15361         * config/s390/s390x.h: New file.
15362         * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
15363         as target header file.
15364         * config/s390/linux.h (TARGET_VERSION): Define depending on
15365         DEFAULT_TARGET_64BIT.
15366         (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
15367         (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
15368         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
15369         (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
15370         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
15371         (EXTRA_SPEC): New define.
15372         * config/s390/s390.h (TARGET_VERSION): Define depending on
15373         DEFAULT_TARGET_64BIT.
15374         (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
15375
15376 2002-02-06  Jason Merrill  <jason@redhat.com>
15377
15378         * c-decl.c (finish_function): Warn about a non-void function with
15379         no return statement and no abnormal exit.
15380         (current_function_returns_abnormally): New variable.
15381         (start_function): Clear it.
15382         (struct c_language_function): Add returns_abnormally.
15383         (push_c_function_context): Save it.
15384         (pop_c_function_context): Restore it.
15385         (builtin_function): Set TREE_THIS_VOLATILE on return fns.
15386         (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
15387         an explicit return type.
15388         * c-tree.h: Declare current_function_returns_abnormally.
15389         (C_FUNCTION_IMPLICIT_INT): New macro.
15390         * c-typeck.c (build_function_call): Set it.
15391         (c_expand_return): Set current_function_returns_value even if the
15392         value is erroneous.
15393
15394 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
15395
15396         PR c/5420:
15397         * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
15398         unsafe for reevaluation.
15399
15400 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
15401
15402         PR c/5482:
15403         * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
15404         EXPR_STMT, but COMPOUND_STMT, recurse into it.
15405
15406 2002-02-06  Richard Henderson  <rth@redhat.com>
15407
15408         * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
15409         be a general_operand.  Dest for function value must be a pseudo.
15410
15411 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
15412
15413         * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
15414         as SYMBOL_REFs from the constant pool.
15415
15416 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
15417
15418         * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
15419         passed by invisible reference.
15420
15421 2002-02-05  Richard Henderson  <rth@redhat.com>
15422
15423         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
15424
15425 2002-02-06  Hans-Peter Nilsson  <hp@bitrange.com>
15426
15427         Implement using "base addresses" in insn operands as default.
15428         * config/mmix/mmix.c (mmix_conditional_register_usage): if
15429         -mabi=gnu, modify fixed_regs to fit the GNU ABI.
15430         (mmix_extra_constraint): Use 'R' to indicate that GETA should be
15431         used to read the rtx value.
15432         (mmix_target_asm_function_epilogue): Fix spacing.
15433         (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
15434         (mmix_legitimate_address): Ditto.
15435         (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
15436         should be loaded with a GETA insn.  Don't allocate needless extra
15437         char for nul termination and fix misleading comment.
15438         (mmix_print_operand_address): Handle constants if
15439         TARGET_BASE_ADDRESSES.
15440         (mmix_output_register_setting): Use base addressing if
15441         TARGET_BASE_ADDRESSES and the number of insns is 3.
15442         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
15443         * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
15444         to use R as constraint, add LDA to match s.
15445         * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
15446         (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
15447         (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
15448         (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
15449         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
15450         order with other fixed registers.
15451         (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
15452         other parameter/call-clobbered registers.
15453         * doc/invoke.texi (Option Summary) <MMIX Options>: Add
15454         -mbase-addresses, -mno-base-addresses.
15455         (MMIX Options): Ditto.
15456
15457 2002-02-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15458
15459         * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
15460
15461 2002-02-06  Aldy Hernandez  <aldyh@redhat.com>
15462
15463         * config/rs6000/altivec.h: Change elem to _S_elem.
15464
15465 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
15466
15467         * config/netbsd.h (WCHAR_TYPE): Define.
15468         (WCHAR_TYPE_SIZE): Ditto.
15469         (WINT_TYPE): Ditto.
15470         * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
15471         (WCHAR_UNSIGNED): Ditto.
15472         (WCHAR_TYPE_SIZE): Ditto.
15473         (WINT_TYPE): Ditto.
15474         * config/arm/netbsd.h: Likewise.
15475         * config/i386/netbsd-elf.h: Likewise.
15476         * config/i386/netbsd.h: Likewise.
15477         * config/m68k/netbsd-elf.h: Likewise.
15478         * config/m68k/netbsd.h: Likewise.
15479         * config/ns32k/netbsd.h: Likewise.
15480         * config/sparc/netbsd.h: Likewise.
15481         * config/vax/netbsd.: Likewise.
15482
15483 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
15484
15485         * target.h (struct gcc_target): Added ms_bitfield_layout_p.
15486         * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New.  Added to...
15487         (TARGET_INITIALIZER): this.
15488         * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
15489         (BITFIELD_NBYTES_LIMITED): Markup fix.
15490         * tree.h (default_ms_bitfield_layout_p): Declare.
15491         (record_layout_info): Added prev_field.
15492         * tree.c (default_ms_bitfield_layout_p): New fn.
15493         * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
15494         PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
15495         * stor-layout.c: Include target.h.
15496         (start_record_layout): Initialize prev_field.
15497         (place_field): Handle MS bit-field layout, and disregard
15498         EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
15499         PCC_BITFIELD_TYPE_MATTERS in this case.  Update prev_field.
15500         * Makefile.in (stor-layout.o): Adjust dependencies.
15501
15502 2002-02-05  Jason Merrill  <jason@redhat.com>
15503
15504         * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
15505
15506 2002-02-05  Andreas Jaeger  <aj@suse.de>
15507
15508         * crtstuff.c: Fix comments.
15509
15510 2002-02-05  Richard Henderson  <rth@redhat.com>
15511
15512         PR fortran/3393
15513         * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
15514         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
15515
15516         PR fortran/3392
15517         * config/mips/mips.c (function_arg): Handle TImode.
15518         (function_arg_advance): Likewise.
15519
15520 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
15521
15522         * config/rs6000/altivec.h (vec_step_help): Rename to
15523         __vec_step_help.
15524
15525 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
15526
15527         * config/rs6000/altivec.h: Fix typos.
15528
15529 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
15530
15531         * config/arm/netbsd.h: Correct a comment.
15532
15533 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
15534
15535         * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
15536         building void typed builtins.
15537
15538         * config/rs6000/altivec.h (vec_ld*): Fix typos.
15539         (vec_step): Implement for C++.
15540
15541 Mon Feb  4 19:23:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15542
15543         * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
15544
15545 2002-02-04  Richard Henderson  <rth@redhat.com>
15546
15547         * combine.c (nonzero_bits): Re-introduce special case for
15548         sp/fp/ap wrt REGNO_POINTER_ALIGN.
15549
15550 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
15551
15552         * doc/extend.texi: Warn about unsupported usage of altivec
15553         builtins.
15554
15555         * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
15556         (altivec_predicate_*): New.
15557
15558         * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
15559         Add C++ version of vec_*() functions.
15560
15561         * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
15562         (bdesc_2arg): Remove altivec predicates.
15563         (altivec_expand_builtin): Handle predicates.
15564         (altivec_init_builtins): Handle predicates.
15565         (altivec_expand_predicate_builtin): New.
15566
15567 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15568
15569         * pa.c (DO_FRAME_NOTES): Move forward.
15570         (store_reg): Revise handling of frame notes.
15571         (load_reg): Likewise.
15572         (set_reg_plus_d): Likewise.
15573         (hppa_expand_prologue): Likewise.
15574         (hppa_expand_epilogue): Likewise.
15575
15576 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15577
15578         * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
15579
15580 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
15581
15582         PR c/4475, c++/3780:
15583         * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
15584         * c-common.h (SWITCH_TYPE): Define.
15585         * c-typeck.c (c_start_case): Set SWITCH_TYPE.
15586         * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
15587         Rename spareness variable to sparseness.
15588         (expand_end_case_type): Renamed from expand_end_case, use orig_type
15589         if non-NULL instead of TREE_TYPE (orig_index).
15590         * tree.h (expand_end_case_type): Renamed from expand_end_case.
15591         (expand_end_case): Define using expand_end_case_type.
15592         * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
15593         to expand_end_case_type.
15594         * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
15595
15596 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15597
15598         * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
15599         (BIGGEST_ALIGNMENT): Change to 128.
15600
15601 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15602
15603         * pa32-linux.h (LINK_COMMAND_SPEC): Define.
15604
15605 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15606
15607         * pa.md (call_internal_reg_64bit): Remove unused variable.
15608
15609 2002-02-04  Nick Clifton  <nickc@cambridge.redhat.com>
15610
15611         * config/arm/arm.h (machine_function): Add uses_anonymous_args
15612         field.
15613         (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
15614         * config/arm/arm.c (current_function_anonymous_args): Delete,
15615         replace uses with cfun->machine->uses_anonymous_args.
15616         (arm_reorg): Do not reset uses_anonymous_args.
15617
15618         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
15619         any geenral register.
15620
15621 2001-02-04  Bernd Schmidt  <bernds@redhat.com>s
15622
15623         * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
15624         the entry block.
15625
15626 2002-02-04  Richard Henderson  <rth@redhat.com>
15627
15628         * combine.c (force_to_mode): Remove STACK_BIAS code.
15629         (nonzero_bits): Likewise.  Replace sp/fp special case with
15630         REGNO_POINTER_ALIGN.
15631
15632         * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
15633         (HARD_FRAME_POINTER_REGNUM): New.
15634         (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
15635         (FIXED_REGS, CALL_USED_REGS): Update.
15636         (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
15637         (CONDITIONAL_REGISTER_USAGE): Update for HFP.
15638         (HARD_REGNO_NREGS): Update for SFP.
15639         (STACK_POINTER_OFFSET): Include bias here ...
15640         (FIRST_PARM_OFFSET): ... not here.
15641         (STACK_BIAS): Remove.
15642         (INIT_EXPANDERS): New.
15643         (STARTING_FRAME_OFFSET): Do not include bias.
15644         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
15645         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
15646         (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
15647         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
15648         * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
15649         * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
15650         (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
15651         (MUST_SAVE_REGISTER): Likewise.
15652         (sparc_flat_function_prologue): Likewise.
15653         (sparc_flat_function_epilogue): Likewise.
15654         (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
15655         (sparc_init_modes): SFP is GENERAL_REGS.
15656         (sparc_builtin_saveregs): SFP does not have bias applied.
15657
15658 2002-02-04  Richard Henderson  <rth@redhat.com>
15659
15660         * config/alpha/alpha.c (current_function_is_thunk): Don't check
15661         current_function_is_thunk.
15662         (alpha_sa_mask): Distinguish between current_function_is_thunk
15663         called from ASM_OUTPUT_MI_THUNK and not.
15664         (alpha_does_function_need_gp): Thunks always need gp.
15665         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
15666         (alpha_output_mi_thunk_osf): New.
15667         * config/alpha/alpha-protos.h: Update.
15668         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
15669
15670 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
15671
15672         * c-typeck.c (build_c_cast): Warn when qualifiers are added to
15673         function types, not when they're taken away.
15674
15675 Mon Feb  4 09:05:58 2002  Jeffrey A Law  (law@redhat.com)
15676
15677         * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
15678         CODE_LABEL and jump table when replacing a table jump with a
15679         simple jump.
15680
15681 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15682
15683         * config/s390/s390-protos.h (legitimize_la_operand,
15684         s390_secondary_input_reload_class, s390_plus_operand,
15685         s390_expand_plus_operand): Add prototypes.
15686
15687         config/s390/s390.c (s390_secondary_input_reload_class,
15688         s390_plus_operand, s390_expand_plus_operand): New functions.
15689
15690         (struct s390_address): New member 'pointer'.
15691         (s390_decompose_address): Compute it.
15692         (legitimate_la_operand_p): Use it.
15693         (legitimize_la_operand): New function.
15694         (movti, movdi, movdf splitters): Call it.
15695
15696         config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
15697         (PREDICATE_CODES): Add s390_plus_operand.
15698
15699         config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
15700         (la_ccclobber): Allow GENERAL_REGS as output operand.
15701
15702         (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
15703         *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
15704         (*la_64, *la_31, reload_indi, reload_insi): ... these.
15705
15706 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15707
15708         * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
15709         register names for regular asm () construct.
15710
15711 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
15712
15713         * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
15714         registers.
15715
15716 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
15717
15718         * combine.c (recog_for_combine): Create a dummy insn with PATTERN
15719         pat for recog.
15720
15721 2002-02-04  Hartmut Penner  <hpenner@de.ibm.com>
15722
15723         * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
15724         constant pool to be identical by string address and index.
15725
15726 2002-02-04  Anthony Green  <green@redhat.com>
15727
15728         * output.h (SECTION_OVERRIDE): Define.
15729         * varasm.c (named_section): Obey SECTION_OVERRIDE.
15730
15731 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
15732
15733         * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
15734         by existing arm*-*-netbsd* (a.out) target.
15735         (ns32k-*-netbsdelf*): Likewise.
15736         (sparc-*-netbsdelf*): Likewise.
15737         (vax-*-netbsdelf*): Likewise.
15738
15739 2002-02-03  Danny Smith <dannysmith@users.sourceforge.net>
15740
15741         * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
15742         headers and libobjc headers.
15743
15744 2002-02-03  Mumit Khan  <khan@nanotech.wisc.edu>
15745
15746         * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
15747         (_mingw.h): Remove duplicate include.
15748
15749 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
15750
15751         * config.gcc: Set cpu_type to m68k for 68010, as well.
15752         (m68010-*-netbsdelf*): New...
15753         (m68k*-*-netbsdelf*): ...targets.
15754         * config/m68k/netbsd-elf.h: New file.
15755
15756 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15757
15758         * config/h8300/h8300.c (hand_list): Move inside function_arg.
15759
15760 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15761
15762         * config/h8300/h8300.c (h8_push_ops): Move inside
15763         h8300_init_once.
15764         (h8_pop_ops): Likewise.
15765         (h8_move_ops): Likewise.
15766
15767 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15768
15769         * config/h8300/h8300.c (os_task): Make it static.
15770         (monitor): Likewise.
15771         (pragma_saveall): Likewise.
15772
15773 2002-02-02  Alexandre Oliva  <aoliva@redhat.com>
15774
15775         * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
15776         constant is a valid sign-extension for Pmode.
15777
15778 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15779
15780         * config/h8300/h8300.c: Fix formatting.
15781
15782 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15783
15784         * config/h8300/h8300.md: Fix formatting.
15785
15786 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15787
15788         * config/h8300/h8300.md (one_cmpl patterns): Tighten the
15789         predicates of operands[1].  Split the patterns for each
15790         processor variant.
15791
15792 2002-02-02  Kazu Hirata  <kazu@hxi.com>
15793
15794         * config/h8300/h8300.md (xor patterns): Tighten the predicates
15795         of operands[1] to register_operand.
15796
15797 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15798
15799         * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
15800         * cpphash.c (_cpp_init_hashtable): Similarly.
15801         * cppinit.c (cpp_create_reader): Default the signed_char flag.
15802         (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
15803         (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
15804         (cpp_handle_option): Handle the new options.
15805         * cpplex.c (cpp_interpret_charconst): Use new flag.
15806         * cpplib.h (struct cpp_options): New member signed_char.
15807         * gcc.c (cpp_unique_options): Remove %c spec and documentation.
15808         (cpp_options): Handle -fsigned-char and -funsigned-char.
15809         (static_specs): Remove signed_char_spec.
15810         (do_spec1): Don't handle %c.
15811         * system.h: Poison SIGNED_CHAR_SPEC.
15812         * tradcif.y (yylex): Use flag_signed_char.
15813         * tradcpp.h (flag_signed_char): New.
15814         * tradcpp.c (flag_signed_char): New.
15815         (main): Handle new command-line options.
15816         (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
15817 config:
15818         * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
15819         * avr/avr.h: Remove old comments.
15820         * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
15821         (CC1_SPEC): Pass -fsigned-char if -mic*.
15822         (SIGNED_CHAR_SPEC): Remove.
15823 doc:
15824         * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
15825
15826 2002-02-01  Eric Christopher  <echristo@redhat.com>
15827
15828         From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
15829         * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
15830         * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
15831         (ASM_OUTPUT_REG_POP): Ditto.
15832
15833 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15834
15835         * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
15836         patch.
15837
15838 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
15839
15840         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
15841
15842 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
15843
15844         PR c/5304:
15845         * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
15846         unconditionally.
15847
15848 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
15849
15850         * cfganal.c: Include tm_p.h.
15851         (keep_with_call_p): Fix the test that determines if a register holds
15852         the return value of a call.
15853
15854 2002-02-01  DJ Delorie  <dj@redhat.com>
15855
15856         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
15857         we are given conflicting registers, switch to the other one we
15858         had allocated for us.
15859         * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
15860         as TImode so we know when the "other" register is available.
15861
15862 2002-02-01  David O'Brien  <obrien@FreeBSD.org>
15863
15864         * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
15865         sparc/sparc_bi.h.
15866
15867 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
15868
15869         * cfganal.c (keep_with_call_p): New function.
15870         (flow_call_edges_add): Prevent splitting a block between a call and
15871         a single-set instruction that should be kept in the same block.
15872
15873 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
15874
15875         * doc/install.texi (avr): Update outdated URL.
15876
15877 2002-01-30  Andrew Haley  <aph@cambridge.redhat.com>
15878
15879         * config/stormy16/stormy16.md (pushqi): New.
15880         (popqi): New.
15881         (pushhi): New.
15882         (pophi): New.
15883         (movhi): Remove stack operands.
15884         (movqi): Likewise.
15885         * config/stormy16/stormy16.h (PREDICATE_CODES): Add
15886         nonimmediate_nonstack_operand.
15887         * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
15888         New.
15889         * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
15890         New.
15891
15892 2002-01-31  Jason Merrill  <jason@redhat.com>
15893
15894         * Makefile.in (c-parse.c): Handle .output file.
15895         * objc/Make-lang.in (objc-parse.c): Likewise.
15896
15897 2002-02-01  Alexandre Oliva  <aoliva@redhat.com>
15898
15899         * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
15900         the -me[lb] option is given.  Don't output the default flag
15901         twice.
15902
15903 2002-01-31  Zack Weinberg  <zack@codesourcery.com>
15904
15905         * c-lex.c (yyparse): Call debug_hooks->start_source_file for
15906         the primary source file; this has not been done yet.
15907         * c-decl.c (c_expand_body): Reset input_filename from
15908         DECL_SOURCE_FILE (fndecl) before calling init_function_start.
15909
15910 2002-01-31  Kazu Hirata  <kazu@hxi.com>
15911
15912         * rtlanal.c (subreg_regno_offset): Do not use
15913         SUBREG_REGNO_OFFSET.
15914         * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
15915         * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
15916
15917 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15918
15919         * gccbug.in: Follow GNU Coding Standards for --version.  Use GCC
15920         version rather than GNATS version in --version output.
15921
15922 2002-01-31  Richard Sandiford  <rsandifo@redhat.com>
15923
15924         * ifcvt.c (noce_process_if_block): Make a copy of the destination
15925         when copying back from a temporary.
15926
15927 2002-01-30  Richard Henderson  <rth@redhat.com>
15928
15929         * ifcvt.c (dead_or_predicable): Handling merging when other_bb
15930         and new_dest are the same.
15931
15932 2002-01-30  Richard Henderson  <rth@redhat.com>
15933
15934         PR opt/5076
15935         * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
15936         * rtl.c (note_insn_name): Update.
15937         * emit-rtl.c (remove_unnecessary_notes): Kill it.
15938         * stmt.c (expand_end_loop): Kill jump opt code.  Use LOOP_END_TOP_COND
15939         to perform loop rotation.
15940         (expand_exit_loop_top_cond): New.
15941         * tree.h (expand_exit_loop_top_cond): Declare it.
15942         * c-semantics.c (genrtl_while_stmt): Use it.
15943         (genrtl_for_stmt): Likewise.
15944
15945 2002-01-30  Alexandre Oliva  <aoliva@redhat.com>
15946
15947         * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
15948         arguments to 64-bit boundaries on 64-bit ABIs.
15949
15950 2002-01-30  Steve Ellcey  <sje@cup.hp.com>
15951
15952         * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
15953
15954 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15955
15956         * c-decl.c (grokdeclarator): Handle type being a typedef for an
15957         invalid type.
15958
15959 2002-01-30  David O'Brien  <obrien@FreeBSD.org>
15960
15961         * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
15962         * config/sparc/sparc_bi.h: Remove file.
15963         * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
15964
15965 2002-01-30  Richard Henderson  <rth@redhat.com>
15966
15967         * sched-deps.c (sched_analyze): Make a call read the frame pointer.
15968
15969 2002-01-30  Zack Weinberg  <zack@codesourcery.com>
15970
15971         * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
15972
15973 2002-01-30  Jason Merrill  <jason@redhat.com>
15974
15975         * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
15976         (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
15977         (reg_save): Use DW_CFA_offset_extended_sf instead.
15978
15979         * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
15980
15981 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
15982
15983         * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
15984         in cselib_lookup.
15985
15986 2002-01-29  Aldy Hernandez  <aldyh@redhat.com>
15987
15988         * rs6000.md ("*call_value_local32"): Remove constraints.
15989         ("*call_value_local64"): Same.
15990         ("*call_value_indirect_nonlocal_aix32"): Same.
15991         ("*call_value_nonlocal_aix32"): Same.
15992         ("*call_value_indirect_nonlocal_aix64"): Same.
15993         ("*call_value_nonlocal_aix64"): Same.
15994         ("*call_value_nonlocal_sysv"): Same.
15995
15996 2002-01-29  Richard Henderson  <rth@redhat.com>
15997
15998         * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
15999
16000 2002-01-29  Richard Henderson  <rth@redhat.com>
16001
16002         * expr.c (force_operand): Ignore flag_pic for detecting pic
16003         address loads.
16004         * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
16005         for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
16006         * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
16007         instead of open-coded loop.
16008         * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
16009         be fixed when in use.
16010
16011 2002-01-29  Richard Henderson  <rth@redhat.com>
16012
16013         * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
16014         * sched-rgn.c (propagate_deps): Update them.
16015         * sched-deps.c (sched_analyze_insn): Update them.  Flush the
16016         clobbers list when either gets too long.
16017
16018 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16019
16020         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
16021         and INDEX_REGS the same as GENERAL_REGS.
16022         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
16023
16024 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16025
16026         * tree.c (build_nonstandard_integer_type): Correct prototype.
16027
16028 2002-01-29  Ulrich Weigand  <uweigand@de.ibm.com>
16029
16030         * config/s390/s390.md (movstrsico, movstrdix_64,
16031         movstrsix_31): Remove, replace by ...
16032         (movstrdi_short, movstrsi_short, movstrdi_long,
16033         movstrsi_long): ... these.  New.
16034         (movstrdi, movstrsi): Adapt.
16035
16036         (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
16037         ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
16038         Remove unnecessary CC clobber.
16039         (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
16040         *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
16041
16042         (divmoddi4): Don't partially initialize TImode register.
16043
16044 2002-01-29  Geoffrey Keating  <geoffk@redhat.com>
16045
16046         * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
16047
16048 2002-01-29  Richard Henderson  <rth@redhat.com>
16049
16050         * flow.c (print_rtl_and_abort): Remove.
16051         (print_rtl_and_abort_fcn): Remove.
16052         (verify_local_live_at_start): Use dump_bb instead.
16053         (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
16054         (verify_wide_reg_1): Return 2 on mode test failure.
16055
16056 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16057
16058         PR c/3325, c/3326, c/2511, c/3347
16059         * c-decl.c (enum_decl_context): Remove BITFIELD.
16060         (grokdeclarator): Take bitfield width as an input.
16061         Ensure bitfields are given the correct type.  Perform
16062         bitfield width validation with build_bitfield_integer_type
16063         rather than waiting for finish_struct.
16064         (grok_typename, grok_typename_in_parm_context, start_decl,
16065         push_parmdecl, grokfield, start_function): Update calls to
16066         grokdeclarator.
16067         (build_bitfield_integer_type): New function.
16068         (finish_struct): Move bitfield validation to grokdeclarator
16069         and build_bitfield_integer_type.
16070         * tree.c (build_nonstandard_integer_type): New function.
16071         * tree.h (build_nonstandard_integer_type): New prototype.
16072 objc:
16073         * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
16074
16075 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16076
16077         PR other/1502:
16078         * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
16079         don't ignore unrecognized -W* options.
16080         (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
16081         * cpplib.h (cpp_handle_option): Adjust prototype.
16082         * c-decl.c (c_decode_options): Pass 0 as last argument to
16083         cpp_handle_option.
16084
16085         PR c/2896:
16086         * gcc.c (cpp_unique_options): Split from cpp_options.
16087         (cpp_options): Source cpp_unique_options.
16088         (default_compilers): Use cpp_unique_options instead of cpp_options
16089         when used together with cc1_options.
16090         (static_specs): Add cpp_unique_options.
16091         * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
16092         when used together with cc1_options.
16093
16094 2002-01-29  Kazu Hirata  <kazu@hxi.com>
16095
16096         * config/h8300/h8300-protos.h: Update the prototype of
16097         output_a_shift.
16098         * config/h8300/h8300.c (output_a_shift): Remove an unused
16099         argument 'insn'.  Remove redundant code.
16100         * config/h8300/h8300.md: Adust to the new prototype of
16101         output_a_shift.
16102
16103 2002-01-29  Kazu Hirata  <kazu@hxi.com>
16104
16105         * config/h8300/h8300-protos.h: Update the prototypes of
16106         emit_a_rotate and expand_a_rotate.
16107         * config/h8300/h8300.c (emit_a_rotate): Change the type of the
16108         first argument to 'enum rtx_code'.
16109         (expand_a_rotate): Likewise.
16110
16111 2002-01-28  Kazu Hirata  <kazu@hxi.com>
16112
16113         * config/h8300/h8300-protos.h: Update the prototype of
16114         output_simode_bld.
16115         * config/h8300/h8300.c (output_simode_bld): Remove an argumen
16116         'log2'.
16117         * config/h8300/h8300.md: Adjust to the new prototype.
16118
16119 2002-01-28  Kazu Hirata  <kazu@hxi.com>
16120
16121         * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
16122         redundant code.
16123
16124 2002-01-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16125
16126         * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
16127         is a fixed register before returning pic_offset_table_rtx.
16128         * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
16129         when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
16130
16131 2002-01-28  Jason Merrill  <jason@redhat.com>
16132
16133         * dwarf2.h: Sync with src version.
16134
16135 2002-01-28  Paul Koning  <pkoning@equallogic.com>
16136
16137         * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
16138         BT_FN_VOID_PTR_VAR.
16139         * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
16140         * doc/extend.texi (__builtin_prefetch): Update documentation:
16141         first argument is now const void ptr.
16142
16143 2002-01-28  Kazu Hirata  <kazu@hxi.com>
16144
16145         * config/h8300/h8300-protos.h: Remove an unused prototype.
16146
16147 2002-01-28  Roman Zippel  <zippel@linux-m68k.org>
16148
16149         * toplev.c (lang_independent_init): Round up identifier size.
16150
16151 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
16152
16153         * config.gcc: Revert previous change.
16154
16155 2002-01-28  Andris Pavenis  <pavenis@latnet.lv>
16156
16157         * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
16158
16159 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
16160
16161         * config.gcc (*-*-netbsdelf*): Set up generic parameters.
16162         (*-*-netbsd*): Always use collect2.  Remove collect2 settings from
16163         other non-elf netbsd config frags.
16164         * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
16165         collect2 will does that.
16166         * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
16167         shared-lib frobbing will work.
16168
16169 2002-01-28  Kazu Hirata  <kazu@hxi.com>
16170
16171         * config/h8300/h8300.h: Fix formatting.
16172         * config/h8300/h8300.md: Likewise.
16173
16174 2002-01-28  Loren J. Rittle  <ljrittle@acm.org>
16175
16176         * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
16177         the old, removed AAA_standards fix.
16178         * fixinc/fixincl.x: Rebuilt.
16179
16180 2002-01-28  Hans-Peter Nilsson  <hp@axis.com>
16181
16182         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
16183         atexit call in crtbegin, hooked in after call to frame_dummy;
16184         register EH before registering __fini__start.
16185
16186 2002-01-28  Aldy Hernandez  <aldyh@redhat.com>
16187
16188         * config/rs6000/altivec.h: Remove spurious semicolons.
16189
16190 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16191
16192         * config/h8300/h8300.md: Replace dead bit extraction patterns
16193         with ones that work.
16194
16195 Sun Jan 27 13:23:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16196
16197         * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
16198         if not STRICT_ALIGNMENT.
16199         * rtl.h (MEM_ALIGN): Likewise.
16200
16201 2002-01-27  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16202
16203         * doc/invoke.texi (-fdump-translation-unit): Revert this
16204         patch: 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16205
16206 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16207
16208         * config/h8300/h8300.md (define_constants): New.
16209         (anonymous patterns) Use defined constants appropriately.
16210
16211 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16212
16213         * config/h8300/h8300.c (function_arg): Remove redundant code.
16214
16215 2002-01-26  Richard Henderson  <rth@redhat.com>
16216
16217         * sched-deps.c (reg_pending_uses_head): New.
16218         (reg_pending_barrier): Rename from reg_pending_sets_all.
16219         (find_insn_list): Don't mark inline.
16220         (find_insn_mem_list): Remove.
16221         (add_dependence_list, add_dependence_list_and_free): New.
16222         (flush_pending_lists): Replace only_write param with separate
16223         for_read and for_write parameters.  Update all callers.  Use
16224         add_dependence_list_and_free.
16225         (sched_analyze_1): Do not add reg dependencies here; just set
16226         the pending bits.  Use add_dependence_list.
16227         (sched_analyze_2): Likewise.
16228         (sched_analyze_insn): Replace schedule_barrier_found with
16229         reg_pending_barrier.  Add all dependencies for pending reg
16230         uses, sets, and clobbers.
16231         (sched_analyze): Don't add reg dependencies for calls, just
16232         set pending bits.  Use regs_invalidated_by_call.  Treat
16233         sched_before_next_call as a normal list, not a fake insn.
16234         (init_deps): No funny init for sched_before_next_call.
16235         (free_deps): Free pending mems lists.  Don't zero reg_last.
16236         (init_deps_global): Init reg_pending_uses.
16237         (finish_deps_global): Free it.
16238         * sched-int.h (deps): Make in_post_call_group_p boolean.  Update docs.
16239         (find_insn_mem_list): Remove.
16240         * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
16241         (propagate_deps): Use them.  Zero temp mem lists.
16242
16243 2002-01-26  Richard Henderson  <rth@redhat.com>
16244
16245         * Makefile.in (CRTSTUFF_CFLAGS): New.
16246         (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
16247         * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
16248         crtstuff.c instead of alpha assembly version.
16249         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
16250         entire dummy function sequence.  Use FORCE_CODE_SECTION_ALIGN
16251         not FORCE_{INIT,FINI}_SECTION_ALIGN.
16252         (__do_global_dtors_aux): Mark used.
16253         (frame_dummy, __do_global_ctors_aux): Mark used.
16254         (fini_dummy, init_dummy): Remove.
16255
16256         * config/alpha/crtbegin.asm: Remove file.
16257         * config/alpha/crtend.asm: Remove file.
16258         * config/alpha/t-crtbe: Remove file.
16259         * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
16260         (LINK_EH_SPEC): New.
16261
16262         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
16263         FORCE_INIT_SECTION_ALIGN hack.  Register __fini_start before
16264         calling constructors.
16265         * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
16266
16267         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
16268         * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
16269         CRT_END_INIT_DUMMY hack.
16270         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
16271         FORCE_{INIT,FINI}_SECTION_ALIGN.
16272
16273         * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
16274         FORCE_{INIT,FINI}_SECTION_ALIGN.
16275
16276         * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
16277         invocation sequence.
16278         * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
16279
16280         * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
16281         (FORCE_CODE_SECTION_ALIGN): New.
16282
16283 2002-01-26  Richard Henderson  <rth@redhat.com>
16284
16285         * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
16286
16287 2002-01-26  Richard Henderson  <rth@redhat.com>
16288
16289         * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
16290         (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
16291
16292 2002-01-26  Kazu Hirata  <kazu@hxi.com>
16293
16294         * config/h8300/h8300.md: Remove bit extraction patterns that
16295         cannot be triggered.
16296         Restrict each bit extraction pattern to a variant on which the
16297         pattern is tested.
16298
16299 2002-01-26  Joseph S. Myers  <jsm28@cam.ac.uk>
16300
16301         * doc/include/texinfo.tex: Update to version 2002-01-04.07.
16302
16303 2002-01-26  Kazu Hirata  <kazu@hxi.com>
16304
16305         * config/h8300/h8300.md: Remove bit test patterns that cannot
16306         be triggered.
16307         Restrict each bit test pattern to a variant on which the
16308         pattern is tested.
16309
16310 2002-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16311
16312         * builtins.c (expand_builtin_strncat): Remove redundant check for
16313         INTEGER_CST.
16314
16315 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
16316
16317         * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
16318         default setting.
16319         * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
16320         existing setting.
16321
16322 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16323
16324         * dbxout.c (dbxout_init): Use assemble_name rather than just
16325         stripping off the first character.
16326         (dbxout_source_file): Likewise.
16327
16328 2002-01-25  DJ Delorie  <dj@redhat.com>
16329
16330         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
16331         using rtx_equal_p, not by comparing pointers.
16332
16333 2002-01-25  Steve Ellcey  <sje@cup.hp.com>
16334
16335         * emit-rtl.c (gen_rtx_REG): Always return the same rtx
16336         for PIC_OFFSET_TABLE_REGNUM.
16337         (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
16338
16339 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
16340
16341         * config.gcc (x86_64-*-freebsd*): New target.
16342         (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
16343         value.
16344         (i[34567]86-*-freebsd*): Don't include svr4.h.
16345         * config/i386/freebsd64.h: New file.
16346
16347 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
16348
16349         * config/alpha/x-vms (version): Make static.
16350
16351         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
16352         in previous checkin.
16353
16354         * Makefile.in (install-headers-cp): New target.
16355         * config.gcc (alpha-dec-*vms*): Install headers with
16356         install-headers-cp
16357
16358 Fri Jan 25 22:42:49 CET 2002  Jan Hubicka  <jh@suse.cz>
16359
16360         * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
16361         avoid it's copies.
16362
16363 Fri Jan 25 08:26:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16364
16365         * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
16366         of compare_tree_int.
16367         (expand_builtin_strncat): Likewise.
16368         * c-decl.c (finish_struct): Use tree_low_cst.
16369         * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
16370         * tree.c (compare_tree_int): Likewise.
16371
16372 2002-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
16373
16374         * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
16375         adjustments even if they are implemented by more than two insns.
16376
16377 Fri Jan 25 20:43:56 CET 2002  Jan Hubicka  <jh@suse.cz>
16378
16379         * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
16380         * df.h (struct ref): Kill B.
16381         (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
16382
16383         * basic-block.h (PROP_EQUAL_NOTES): New flag.
16384         * flow.c (propagate_one_insn): Use it.
16385         (mark_used_regs): Handle NIL.
16386
16387 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16388
16389         * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
16390         to help folding.
16391
16392 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
16393
16394         * rs6000.md (prefetch): Make address V4SI mode so that the address
16395         is restricted to legitimate form for instruction.
16396
16397 2002-01-25  Bob Wilson  <bob.wilson@acm.org>
16398
16399         * doc/install.texi (xtensa-*-elf): New target.
16400         (xtensa-*-linux*): New target.
16401         * doc/contrib.texi: Add myself.
16402
16403 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
16404
16405         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
16406         purpose register to hold an SImode (or smaller) value.
16407
16408 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
16409
16410         * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
16411         registry only.
16412         * crtstuff.c: Likewise.
16413
16414 2002-01-25  Kazu Hirata  <kazu@hxi.com>
16415
16416         * config/h8300/h8300.md (negation patterns): Tighten
16417         predicates to register_operand.
16418
16419 2002-01-24  Aldy Hernandez  <aldyh@redhat.com>
16420
16421         * loop.c (emit_prefetch_instructions): Use the prefetch insn's
16422         mode, not Pmode.
16423
16424         * builtins.c (expand_builtin_prefetch): Same.
16425
16426 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
16427
16428         * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
16429         modes.
16430
16431 2002-01-24  Kazu Hirata  <kazu@hxi.com>
16432
16433         * config/h8300/h8300.c (print_operand): Remove support for
16434         operand character 'A'.
16435         * config/h8300/h8300.md (three anonymous patterns): Replace
16436         operand character 'A' with either 'T' or 'S'.
16437
16438 2002-01-24  Kazu Hirata  <kazu@hxi.com>
16439
16440         * config/h8300/h8300.c (print_operand): Remove support for
16441         operand character 'U'.
16442
16443 2002-01-24  Andris Pavenis  <pavenis@latnet.lv>
16444
16445         * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
16446
16447 2002-01-24  Nick Clifton  <nickc@cambridge.redhat.com>
16448
16449         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
16450         values to be assigned to the stack pointer.
16451
16452 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
16453
16454         * emit_rtl.c (gen_lowpart_common): Conversion from const_int
16455         to const_double needs to be done right for big-endian systems.
16456
16457 2002-01-24  Jason Merrill  <jason@redhat.com>
16458
16459         PR c++/2432
16460         * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
16461         to can_throw_internal.
16462
16463 2002-01-23  Richard Henderson  <rth@redhat.com>
16464
16465         * fold-const.c (fold): Change UINT_MAX test to check vs precision
16466         rather than TYPE_MAX_VALUE.  Fix indentation and a bogus negation.
16467
16468 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
16469
16470         * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
16471         (symGOT2reg): Use them, then set as GOT value as unchanging.
16472         (symGOTOFF2reg): Set REG_EQUAL note.  Use a different pseudo
16473         as a temporary, if possible.
16474         (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC.  Emit
16475         sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
16476
16477 2002-01-23  Kazu Hirata  <kazu@hxi.com>
16478
16479         * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
16480         accept to accept 0x80 as operands[2].
16481
16482 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
16483
16484         * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
16485
16486 2002-01-23  Richard Henderson  <rth@redhat.com>
16487
16488         * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
16489
16490 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
16491
16492         * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
16493         (parmlist_or_identifiers_1): Verify that only a parmlist follows
16494         an attribute.
16495
16496 2002-01-23  Richard Henderson  <rth@redhat.com>
16497
16498         * expr.c (move_by_pieces_1): Extend size before negation.
16499
16500         * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
16501         (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
16502         (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
16503         * config/m68k/t-m68kelf: Likewise.
16504
16505 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
16506
16507         * config/xtensa/elf.h: New file.
16508         * config/xtensa/lib1funcs.asm: New file.
16509         * config/xtensa/lib2funcs.S: New file.
16510         * config/xtensa/linux.h: New file.
16511         * config/xtensa/t-xtensa: New file.
16512         * config/xtensa/xtensa-config.h: New file.
16513         * config/xtensa/xtensa-protos.h: New file.
16514         * config/xtensa/xtensa.c: New file.
16515         * config/xtensa/xtensa.h: New file.
16516         * config/xtensa/xtensa.md: New file.
16517         * config.gcc (xtensa-*-elf*): New target.
16518         (xtensa-*-linux*): New target.
16519         * cse.c (canon_hash): Compare rtx pointers instead of register
16520         numbers.  This is required for the Xtensa port.
16521         * integrate.c (copy_insn_list): Handle case where the static
16522         chain is in memory and the memory address has to be copied to
16523         a register.
16524         * doc/invoke.texi (Option Summary): Add Xtensa options.
16525         (Xtensa Options): New node.
16526         * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
16527
16528 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16529
16530         * diagnostic.c (internal_error): Do ICE suppression only
16531         when ENABLE_CHECKING is not defined.
16532
16533         * c-typeck.c (require_complete_type): Return error_mark_node
16534         if type is error_mark_node.
16535
16536 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
16537
16538         * toplev.c (process_options): Disable -fprefetch-loop-arrays with
16539         -Os and issue a warning.
16540
16541 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16542
16543         * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
16544         current (lack of) need for host configuration by hand.
16545
16546         * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
16547         references.  Documentation of some target macros moved from
16548         hostconfig.texi to tm.texi.
16549
16550 2002-01-23  Will Cohen  <wcohen@redhat.com>
16551
16552         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
16553         defined.
16554
16555 2002-01-23  Kazu Hirata  <kazu@hxi.com>
16556
16557         * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
16558         operand[3].
16559
16560 2002-01-23  Jason Merrill  <jason@redhat.com>
16561
16562         * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
16563
16564         * function.c (assign_parms): Don't put args of inline functions
16565         into registers when not optimizing.
16566
16567 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
16568
16569         * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
16570         (prologue_use): New pattern.
16571         * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
16572         preference to gen_rtx_USE.
16573         (thumb_expand_prologue): Use gen_prologue_use in preference to
16574         gen_rtx_USE.
16575         (thumb_expand_epilogue): Use gen_prologue_use in preference to
16576         gen_rtx_USE.
16577
16578 2002-01-23  Hans-Peter Nilsson  <hp@bitrange.com>
16579
16580         * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
16581
16582 2002-01-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16583
16584         PR c/3504
16585         * doc/extend.texi: Correct documentation of __alignof__.
16586
16587 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
16588
16589         * params.h: Rename arguments of DEFPARAM so that it will be
16590         recognized as a translation keyword.
16591
16592 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
16593
16594         * extend.texi: Document altivec functions.
16595         Fix N-bit adjectives in X86 builtin documentation.
16596
16597 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
16598
16599         * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
16600         auto_inc_dec values.
16601
16602 2002-01-22  Richard Earnshaw  <rearnsha@arm.com>
16603
16604         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
16605         after backslash.
16606         (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
16607
16608 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
16609
16610         * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
16611
16612 2002-01-22  Richard Henderson  <rth@redhat.com>
16613
16614         * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
16615         copy_insn not copy_rtx.
16616
16617 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
16618
16619         * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
16620         "nonzero" as that might add "1" bits.  Ensure "constop" is
16621         properly sign extened.
16622         (force_to_mode): Tweak for sign extended constop.
16623
16624 2002-01-22  Richard Henderson  <rth@redhat.com>
16625
16626         * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
16627         for_each_rtx instead of assuming we're already looking at the MEM.
16628         (split_small_symbolic_mem_operand): Likewise.
16629         * config/alpha/alpha.h (PREDICATE_CODES): Update.
16630         * config/alpha/alpha.md (small symbolic memory splitters): Update.
16631
16632 2002-01-22  Richard Henderson  <rth@redhat.com>
16633
16634         * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
16635         sequence number for the literal.
16636         (divmoddi_internal_er): Likewise.
16637
16638 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16639
16640         PR java/4972
16641         * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
16642         in LIBICONV variable.
16643         * configure: Regenerated.
16644
16645 2002-01-22  Krister Walfridsson  <cato@df.lth.se>
16646
16647         * dependence.c (build_def_use): Remove array_idx.
16648
16649         * dwarfout.c (last_filename): Remove.
16650         (output_compile_unit_die): Remove last_filename.
16651
16652 2002-01-22  Roger Sayle  <roger@eyesopen.com>
16653             Richard Henderson  <rth@redhat.com>
16654
16655         PR opt/3640
16656         * fold-const.c (fold): Optimize unsigned comparisons against
16657         UINT_MAX (and similar unsigned constants).
16658
16659 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16660
16661         * Makefile.in (loop.o): Depend on OPTABS_H.
16662         * loop.c (emit_prefetch_instructions): Check the prefetch operand
16663         against the predicate.
16664
16665         PR target/5379
16666         * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
16667         for the address operand.
16668
16669 2002-01-22  Richard Henderson  <rth@redhat.com>
16670
16671         * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
16672
16673 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16674
16675         PR other/5450
16676         * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
16677         preprocessor flags.
16678
16679 2002-01-22  Jason Thorpe  <thorpej@wasabisystems.com>
16680
16681         * config.gcc (x86_64-*-netbsd*): New target.
16682         * config/i386/netbsd64.h: New file.
16683
16684 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
16685
16686         * regrename.c (kill_value): Fix typo.
16687
16688 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
16689
16690         * doc/tm.texi: Remove STARTING_FRAME_PHASE.
16691
16692         * config/rs6000/rs6000.h: Same.
16693
16694         * function.c (instantiate_virtual_regs): Remove
16695         STARTING_FRAME_PHASE.
16696         (assign_stack_local_1): Same.
16697         Calculate frame phase.
16698
16699 2002-01-22  Nick Clifton  <nickc@redhat.com>
16700
16701         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
16702         variable declaration to outer scope in order to simplify
16703         future extensions.
16704         (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
16705         arm_hard_regno_mode_ok.
16706         * config/arm/arm-protos.h: Add a prototype for
16707         arm_hard_regno_mode_ok.
16708         * config/arm/arm.c (soft_df_operand): Remove now redundant
16709         check for DImode values using IP_REGNUM.
16710         (nonimmediate_soft_df_operand): Remove now redundant check for
16711         DImode values using IP_REGNUM.
16712         (arm_hard_regno_mode_ok): New function. New check: make sure
16713         that DImode values are not stored in IP_REGNUM.
16714
16715         * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
16716         note with a USE.
16717         (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
16718
16719 2002-01-22  Jason Merrill  <jason@redhat.com>
16720
16721         * c-semantics.c (genrtl_compound_stmt): Only check nesting
16722         consistency if this COMPOUND_STMT is scoped.
16723
16724 2002-01-22  Kazu Hirata  <kazu@hxi.com>
16725
16726         * predict.c: Fix formatting.
16727         * print-tree.c: Likewise.
16728         * protoize.c: Likewise.
16729         * real.h: Likewise.
16730         * rtl.h: Likewise.
16731         * sbitmap.h: Likewise.
16732         * scan.c: Likewise.
16733         * sched-deps.c: Likewise.
16734         * sched-vis.c: Likewise.
16735         * sdbout.c: Likewise.
16736         * sibcall.c: Likewise.
16737         * ssa.c: Likewise.
16738         * ssa-ccp.c: Likewise.
16739         * ssa-dce.c: Likewise.
16740         * stmt.c: Likewise.
16741         * stor-layout.c: Likewise.
16742         * system.h: Likewise.
16743
16744 Tue Jan 22 06:26:33 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16745
16746         * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
16747         if fits in bounds of base type.
16748
16749         * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
16750         (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
16751         (add_bound_info, default): If can't find a context, make a
16752         SAVE_EXPR.
16753         (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
16754
16755 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16756
16757         * c-typeck.c (parser_build_binary_op): If result from
16758         build_binary_op is ERROR_MARK just return error_mark_node without
16759         further processing.
16760
16761 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
16762
16763         * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
16764         Split a.out-specific bits into...
16765         * config/netbsd-aout.h: ...this.
16766         * config/netbsd-elf.h: New file.
16767         * config/alpha/netbsd-elf.h: Remove.
16768         * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
16769         * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
16770         (STARTFILE_SPEC): Remove redundant definition.
16771         (ENDFILE_SPEC): Likewise.
16772         (LINK_SPEC): Likewise.
16773         (CPP_SPEC): Likewise.
16774         (ASM_SPEC): Likewise.
16775         (LIB_SPEC): Likewise.
16776         (SWITCH_TAKES_ARG): Likewise.
16777         (TARGET_MEM_FUNCTIONS): Likewise.
16778         (CPP_PREDEFINES): Redefine.
16779         (ASM_FINAL_SPEC): Remove redefinition.
16780         (ASM_COMMENT_START): Redefine.
16781         (FUNCTION_PROFILER): Define.
16782         (TARGET_VERSION): Redefine.
16783         Comment and formatting cleanup.
16784         * config/i386/netbsd.h: Include <netbsd-aout.h>.
16785         * config/m68k/netbsd.h: Include <netbsd-aout.h>.
16786         * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
16787         big- or little-endian.
16788         * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
16789         * config.gcc (*-*-netbsd*): Add definitions common to all
16790         NetBSD configs.
16791         (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
16792         gnu_ld definitions.  Add netbsd-elf.h to and remove
16793         alpha/netbsd-elf.h from tm_file.  Remove alpha/t-crtfm from
16794         tmake_file, and don't lose previous tmake_file contents.
16795         (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
16796         (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
16797         gnu_ld definitions.  Add netbsd-elf.h to tm_file.
16798         (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
16799         (mipsel-*-netbsd*): Rename this to...
16800         (mips*-*-netbsd*): ...this.  Add elfos.h to tm_file.  Add
16801         mips/little.h to tm_file for mips*el-*.
16802         (powerpc-*-netbsd*): Remove redundant xm_defines definition.
16803         (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
16804         (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
16805
16806 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16807
16808         * pa-protos.h (reg_before_reload_operand): New function prototype.
16809         * pa.c (reg_before_reload_operand): New function implementation.
16810         * pa.md (decrement_and_branch_until_zero, movb): Use it.  Change "!*m"
16811         contraints to "*m".
16812
16813 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16814
16815         * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
16816
16817 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16818
16819         * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
16820         (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
16821         (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
16822         (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
16823         (ENDFILE_SPEC): Undefine.
16824         (STARTFILE_SPEC): Redefine for PA.
16825
16826 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16827
16828         * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
16829
16830 2002-01-21  Daniel Jacobowitz  <drow@mvista.com>
16831
16832         * config.gcc: Add entries to supported PowerPC --with-cpu
16833         types.
16834
16835 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16836
16837         * config/i386/i386.c (ix86_function_arg_regno_p): Never return
16838         true for 64-bit mode only SSE registers in 32-bit mode.
16839
16840 2002-01-21  Kazu Hirata  <kazu@hxi.com>
16841
16842         * unwind-dw2.c: Fix formatting.
16843         * unwind-dw2-fde.c: Likewise.
16844         * unwind-dw2-fde.h: Likewise.
16845         * unwind-pe.h: Likewise.
16846         * varasm.c: Likewise.
16847         * varray.h: Likewise.
16848
16849 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
16850
16851         Remove workaround for register stack overwrite bug in mmix.
16852         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
16853         support for TARGET_REG_STACK_FILL_BUG.
16854         * config/mmix/mmix.h: Remove member has_call_without_parameters.
16855         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
16856         Delete.
16857         (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
16858         (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
16859         -mno-reg-stack-fill-bug-workaround.
16860         * config/mmix/mmix.md ("call", "call_value"): Don't set struct
16861         machine member has_call_without_parameters.
16862         * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
16863         -mreg-stack-fill-bug-workaround and
16864         -mno-reg-stack-fill-bug-workaround.
16865         (MMIX Options): Ditto.
16866
16867 2002-01-21  Kazu Hirata  <kazu@hxi.com>
16868
16869         * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
16870         as appropriate.
16871         Remove redundant code.
16872
16873 2002-01-21  Joseph S. Myers  <jsm28@cam.ac.uk>
16874
16875         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
16876         config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
16877         config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
16878         config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
16879         config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
16880         out target macro definitions and non-target-specific comments
16881         mostly taken from old versions of the manual.
16882
16883 2002-01-20  Kazu Hirata  <kazu@hxi.com>
16884
16885         * config/h8300/h8300.h: Fix comment formatting.
16886         * config/ia64/aix.h: Likewise.
16887         * config/ia64/ia64-protos.h: Likewise.
16888         * config/ia64/ia64.c: Likewise.
16889         * config/ia64/ia64.h: Likewise.
16890         * config/ia64/ia64intrin.h: Likewise.
16891         * config/ia64/linux.h: Likewise.
16892         * config/ia64/unwind-aix.c: Likewise.
16893         * config/ia64/unwind-ia64.c: Likewise.
16894
16895 2002-01-20  Kazu Hirata  <kazu@hxi.com>
16896
16897         * config/h8300/h8300.c: Revise comments about shift code.
16898
16899 2002-01-20  Kazu Hirata  <kazu@hxi.com>
16900
16901         * config/h8300/h8300.c (function_arg): Update a comment.
16902
16903 2002-01-20  Kazu Hirata  <kazu@hxi.com>
16904
16905         * config/h8300/h8300.md: Update the comments at the beginning
16906         of the file.
16907
16908 2002-01-20  Kazu Hirata  <kazu@hxi.com>
16909
16910         * config/i370/i370.c: Fix comment formatting.
16911         * config/i370/i370.h: Likewise.
16912         * config/i370/i370.md: Likewise.
16913         * config/i370/linux.h: Likewise.
16914
16915 Sun Jan 20 18:40:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16916
16917         * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
16918
16919         * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
16920         (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
16921         in incomplete case.
16922
16923 2002-01-20  Graham Stott  <grahams@redhat.com>
16924
16925         * cfgloop.c (flow_loop_preheader_scan): Fix typo.
16926
16927 2002-01-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16928
16929         * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
16930
16931 2002-01-19  Tom Rix  <trix@redhat.com>
16932
16933         * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
16934
16935 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16936
16937         * doc/tm.texi (STARTING_FRAME_PHASE): Document.
16938
16939         * function.c (assign_stack_local_1): Adjust x_frame_offset with
16940         STARTING_FRAME_PHASE.
16941         (STARTING_FRAME_PHASE): New.
16942         (instantiate_virtual_regs): Check saneness of
16943         STARTING_FRAME_PHASE.
16944
16945         * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
16946
16947 2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
16948
16949         * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
16950
16951 2002-01-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16952
16953         * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
16954         be used for bootstrapping GCC 3.0.
16955
16956 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16957
16958         * config/h8300/h8300.md: Fix an insn length.
16959
16960 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16961
16962         * bitmap.h: Fix comment formatting.
16963         * combine.c: Likewise.
16964         * cppfiles.c: Likewise.
16965         * c-pragma.h: Likewise.
16966         * c-typeck.c: Likewise.
16967         * df.c: Likewise.
16968         * dwarf2out.c: Likewise.
16969         * function.c: Likewise.
16970         * gcc.c: Likewise.
16971         * genattrtab.c: Likewise.
16972         * gthr-win32.h: Likewise.
16973         * haifa-sched.c: Likewise.
16974         * predict.c: Likewise.
16975         * rtlanal.c: Likewise.
16976         * rtl.h: Likewise.
16977         * unwind-dw2-fde.h: Likewise.
16978         * unwind-pe.h: Likewise.
16979         * vmsdbgout.c: Likewise.
16980
16981 Thu Jan 17 15:28:26 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16982
16983         * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
16984         if type_required and passed decl.
16985
16986 2002-01-17  Aldy Hernandez  <aldyh@redhat.com>
16987
16988         * config.gcc (cpu_type): Include altivec.h in powerpc
16989         extra_headers.
16990         Same for darwin.
16991
16992         * config/rs6000/altivec.h: New.
16993
16994 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
16995
16996         * doc/install.texi (*-ibm-aix*): Update assembler and exception
16997         handling information.
16998         * doc/trouble.texi (Interoperation): Add libstdc++ information
16999         for AIX.
17000         (Misunderstandings): Add template instantiation and static template
17001         member information for AIX.
17002
17003 2002-01-17  Jason Merrill  <jason@redhat.com>
17004
17005         * dbxout.c (dbxout_type): Support const and volatile.
17006
17007         * except.c (add_partial_entry): Remove backwards compatibility code.
17008         (end_protect_partials): Likewise.
17009
17010 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
17011
17012         * config/ia64/ia64.md (prologue_use): New.
17013         * config/ia64/ia64.c (ia64_expand_prologue): Use
17014         gen_prologue_use instead of gen_rtx_USE.
17015         (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
17016         as CODE_FOR_pred_rel_mutex.
17017         (ia64_sched_reorder2): Likewise.
17018
17019 2002-01-16  Eric Christopher  <echristo@redhat.com>
17020
17021         * config/mips/r3900.h: Reformat.
17022         (SUBTARGET_CPP_SIZE_SPEC): Remove.
17023         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
17024         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
17025         (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
17026         * config/mips/t-elf: Remove mips3 multilib.
17027
17028 2002-01-16  H.J. Lu <hjl@gnu.org>
17029
17030         * config/mips/linux.h: Include "mips/abi64.h".
17031
17032 2002-01-16  H.J. Lu <hjl@gnu.org>
17033
17034         * config/mips/t-linux: New.
17035
17036         * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
17037
17038         * config/mips/linux.h: Don't include "gofast.h".
17039         (INIT_SUBTARGET_OPTABS): Removed.
17040
17041 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17042
17043         * config/h8300/h8300-protos.h: Replace emit_a_shift with
17044         output_a_shift.
17045         * config/h8300/h8300.c: Likewise.
17046         * config/h8300/h8300.md: Likewise.
17047
17048 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17049
17050         * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
17051         spaces after an opcode name.
17052         (pushqi1_h8300hs): Likewise.
17053         (pushhi1_h8300hs): Likewise.
17054
17055 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17056
17057         * doc/extend.texi: Replace "option" with "attribute"
17058         appropriately.
17059
17060 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17061
17062         * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
17063         (and:DI () (const_int -8)).
17064         (split_small_symbolic_mem_operand): Split
17065         (mem (and:DI () (const_int -8)).
17066
17067 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17068
17069         PR target/5309:
17070         * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
17071         same way as TYPE_IMUL.
17072         (ultrasparc_sched_reorder): Likewise.
17073         * config/sparc/sparc.md (type): Add comment to update
17074         ultrasparc_sched_reorder when making changes.
17075
17076 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17077
17078         * doc/invoke.texi: Change the dump file name of block
17079         reordering pass from 28.bbro to 29.bbro.
17080         Mention -dk option.
17081
17082 Wed Jan 16 17:54:22 CET 2002  Jan Hubicka  <jh@suse.cz>
17083
17084         * i386.md (minsf splitter): Fix pasto.
17085
17086 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
17087
17088         * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
17089         to frame pointer initialisation instruction.
17090         (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
17091         initialisation instruction.
17092         (soft_df_operand): Do not accept the IP register.
17093         (nonimmediate_soft_df_operand): Do not accept the IP register.
17094
17095 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17096
17097         PR target/5357:
17098         * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
17099         MASK_V8 being both set.
17100
17101 2002-01-16  Ulrich Weigand  <uweigand@de.ibm.com>
17102
17103         * config/s390/s390.c (s390_emit_prologue): Do not emit USE
17104         insn for GOT register; add REG_MAYBE_DEAD notes instead.
17105         config/s390/s390.md (call, call_value): Add GOT register to
17106         CALL_INSN_FUNCTION_USAGE where needed.
17107         (call_exp, call_value_exp): New.
17108
17109 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
17110
17111         * config/arm/arm.c: General formatting tidy up.
17112
17113 2002-01-16  Graham Stott  <grahams@redhat.com>
17114
17115         * calls.c (try_to_integrate): Use "(size_t)" intermediate
17116         cast and when casting an integer literal to "rtx" pointer.
17117         (expand_call): Likewise.
17118         * flow.c (try_pre_increment): Likewise.
17119         (find_use_as_address): Likewise.
17120         * integrate.c (expand_iline_function): Likewise.
17121         * regmove.c (try_auto_increment): Likewise.
17122
17123 2002-01-16  Graham Stott  <grahams@redhat.com>
17124
17125         * sched-rgn.c (passed): Use sbitmap_free.
17126         (header): Likewise.
17127         (inner): Likewise.
17128         (in_queue): Likewise.
17129         (in_stack): Likewise.
17130
17131 2002-01-15  Eric Christopher  <echristo@redhat.com>
17132
17133         * flow.c (propagate_one_insn): Change to use fatal_insn.
17134
17135 2002-01-15  Kazu Hirata  <kazu@hxi.com>
17136
17137         * expmed.c (extract_fixed_bit_field): Remove unused code.
17138         * system.h: Poison SLOW_ZERO_EXTEND.
17139         * doc/tm.texi: Remove.
17140         * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
17141         * config/arm/arm.h: Likewise.
17142         * config/avr/avr.h: Likewise.
17143         * config/clipper/clipper.h: Likewise.
17144         * config/convex/convex.h: Likewise.
17145         * config/d30v/d30v.h: Likewise.
17146         * config/dsp16xx/dsp16xx.h: Likewise.
17147         * config/elxsi/elxsi.h: Likewise.
17148         * config/fr30/fr30.h: Likewise.
17149         * config/h8300/h8300.h: Likewise.
17150         * config/i370/i370.h: Likewise.
17151         * config/i386/i386.h: Likewise.
17152         * config/m68k/m68k.h: Likewise.
17153         * config/mips/mips.h: Likewise.
17154         * config/ns32k/ns32k.h: Likewise.
17155         * config/pdp11/pdp11.h: Likewise.
17156         * config/pj/pj.h: Likewise.
17157         * config/s390/s390.h: Likewise.
17158         * config/sh/sh.h: Likewise.
17159         * config/stormy16/stormy16.h: Likewise.
17160         * config/v850/v850.h: Likewise.
17161         * config/vax/vax.h: Likewise.
17162         * config/we32k/we32k.h: Likewise.
17163
17164 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
17165
17166         * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
17167         (altivec_lvsl): Change constraint to b.
17168         (altivec_lvsr): Same.
17169         (altivec_lvebx): Same.
17170         (altivec_lvehx): Same.
17171         (altivec_lvewx): Same.
17172         (altivec_lvxl): Same.
17173         (altivec_lvx): Same.
17174         (altivec_stvx): Add parallel.
17175         (altivec_stvxl): Same.
17176         (altivec_stvehx): Same.
17177         (altivec_stvebx): Same.
17178         (altivec_stvebx): Same.
17179
17180 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
17181
17182         * config.gcc: Change altivec.h to altivec-defs.h.
17183
17184         * config/rs6000/altivec.h: Delete.
17185
17186         * config/rs6000/altivec-defs.h: Add.
17187
17188 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17189
17190         * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
17191         and UMOD modes.
17192
17193         * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
17194         less than or equal to eight bytes.
17195
17196         * vax.md (andsi3): Remove constraints and change SET destination
17197         operand type to nonimmediate_operand.
17198         (andhi3, andqi3): Likewise.  Don't clear high order bits of operand 1
17199         when it is a CONST_INT.
17200
17201 2002-01-15  Jason Merrill  <jason@redhat.com>
17202
17203         * c-common.def (FILE_STMT): New code.
17204         * c-common.c (statement_code_p): It's a statement.
17205         * c-common.h (stmt_tree_s): Add x_last_filename.
17206         (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
17207         (last_expr_filename): New macro.
17208         * c-semantics.c (begin_stmt_tree): Initialize it.
17209         (add_stmt): If the filename changed, also insert a
17210         FILE_STMT.
17211         (expand_stmt): Handle seeing one.
17212
17213 2002-01-15  Eric Christopher  <echristo@redhat.com>
17214
17215         * flow.c (propagate_one_insn): Add error message and print out
17216         insn for debugging.
17217
17218 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
17219
17220         * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
17221         ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
17222         * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
17223         TRAMPOLINE_ALIGNMENT.
17224         * config/arm/arm.h, config/mcore/mcore.h: Likewise.  Change value
17225         to be in bits.
17226         * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
17227         PCC_BITFIELD_TYPE_MATTERS.
17228         * config/interix.h (STDC_VALUE): Remove.  Use
17229         STDC_0_IN_SYSTEM_HEADERS.
17230         * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
17231         (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
17232         ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
17233
17234 2002-01-15  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17235
17236         * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
17237         not work on this platform currently.
17238
17239 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
17240
17241         * c-typeck.c (build_unary_op): Don't wrap msgid argument of
17242         readonly_warning in _().
17243
17244 2002-01-15  Douglas B Rupp  <rupp@gnat.com>
17245
17246         * gcc.c (delete_if_ordinary): Backout previous change.
17247
17248 2002-01-15  Kazu Hirata  <kazu@hxi.com>
17249
17250         * config/h8300/h8300.c (print_operand): Remove support for
17251         unused operand characters.
17252
17253         * read-rtl.c: Fix formatting.
17254         * real.c: Likewise.
17255         * recog.c: Likewise.
17256         * regclass.c: Likewise.
17257         * regmove.c: Likewise.
17258         * reg-stack.c: Likewise.
17259         * reload1.c: Likewise.
17260         * rtlanal.c: Likewise.
17261
17262 2002-01-15  Kazu Hirata  <kazu@hxi.com>
17263
17264         * config/i386/i386.c: Fix formatting.
17265
17266 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
17267
17268         * c-typeck.c (process_init_element): Don't save_expr
17269         COMPOUND_LITERAL_EXPR if just its initializer will be used.
17270
17271 2002-01-15  David Edelsohn  <edelsohn@gnu.org>
17272
17273         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
17274         emit optional traceback table if optimize_size or TARGET_ELF.
17275         * config/rs6000/rs6000.md (prefetch): New.
17276
17277 2002-01-15  Andreas Jaeger  <aj@suse.de>
17278
17279         * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
17280
17281 2002-01-15  Kazu Hirata  <kazu@hxi.com>
17282
17283         * mips-tfile.c: Fix formatting.
17284
17285 Tue Jan 15 00:56:11 CET 2002  Jan Hubicka  <jh@suse.cz>
17286
17287         * unroll.c (final_reg_note_copy): Fix previous commit.
17288
17289 2002-01-14  Kazu Hirata  <kazu@hxi.com>
17290
17291         * config/h8300/h8300-protos.h: Remove the prototype for
17292         eq_operator.
17293         * config/h8300/h8300.c (eq_operator): Remove.
17294
17295 2002-01-14  Richard Henderson  <rth@redhat.com>
17296
17297         * config/i386/i386.md (prefetch): Tidy.
17298         (prefetch_3dnow): Fix locality operand.
17299
17300 2002-01-14  Richard Henderson  <rth@redhat.com>
17301
17302         * config/mips/mips.h (HI_AND_FP_REGS): New register class.
17303         (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
17304
17305 2002-01-14  Hans-Peter Nilsson  <hp@bitrange.com>
17306
17307         * reload1.c (reload_combine): Pass reg_sum replacement through
17308         copy_rtx in loop performing multiple changes.
17309
17310 2002-01-14  Jakub Jelinek  <jakub@redhat.com>
17311
17312         * except.c (remove_unreachable_regions): New.
17313         (free_eh_status): Clear exception_handler_labels.
17314         (convert_from_eh_region_ranges): Call remove_unreachable_regions.
17315         (find_exception_handler_labels): Don't add the same label more than
17316         once.
17317         (remove_exception_handler_label): Don't die if
17318         find_exception_handler_labels hasn't been called for the current
17319         function yet.
17320
17321 Mon Jan 14 21:26:13 CET 2002  Jan Hubicka  <jh@suse.cz>
17322
17323         * toplev.c (rest_of_compilation): Rebuild jump labels after
17324         gcse.
17325
17326 2002-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
17327
17328         * doc/extend.texi: Move documentation of X86 built-in functions
17329         here.
17330         * doc/invoke.texi: From here.
17331         * doc/sourcebuild.texi: Document location of documentation for
17332         machine built-in functions.
17333
17334 2002-01-13  Christopher Faylor  <cgf@redhat.com>
17335
17336         * cppfiles.c (TEST_THRESHOLD): New macro.
17337         (SHOULD_MMAP): Ditto.
17338         (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
17339         be used.
17340
17341 Mon Jan 14 20:23:34 CET 2002  Jan Hubicka  <jh@suse.cz>
17342
17343         * unroll.c (final_reg_note_copy): Properly handle
17344         REG_LABEL
17345         (unroll_loops): Fix LOOP_CONDITION heuristics.
17346
17347 2002-01-14  Geoffrey Keating  <geoffk@redhat.com>
17348
17349         * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
17350         * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
17351
17352 Mon Jan 14 20:18:19 CET 2002  Jan Hubicka  <jh@suse.cz>
17353
17354         * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
17355         threaded loop.
17356
17357 2002-01-14  Tom Rix  <trix@redhat.com>
17358
17359         * config/rs6000/rs6000.md: Fix typo with sradi.
17360
17361 2002-01-14  Ulrich Weigand  <uweigand@de.ibm.com>
17362
17363         * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
17364         movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
17365         (clrstrdi, clrstrsi): Adapt callers.
17366
17367         (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
17368
17369         (movti splitter): Never use register 0 as base register.
17370
17371 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
17372
17373         * combine.c (simplify_shift_const): Always generate new rtx
17374         for shift expression instead of reusing given expression.
17375
17376 Mon Jan 14 07:08:55 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17377
17378         * config/alpha/alpha.c (alpha_expand_mov): Don't call
17379         alpha_legitimize_address unless mode is Pmode.
17380
17381 2002-01-13  Geoffrey Keating  <geoffk@redhat.com>
17382
17383         * doc/md.texi (Modifiers): Document the '*' constraint for the
17384         user.
17385
17386         * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
17387         * doc/extend.texi (Function Attributes): 'interrupt' is valid
17388         for xstormy16 too.
17389
17390 2002-01-13  Richard Henderson  <rth@redhat.com>
17391
17392         * reload.c (find_reloads): Use a hard reg destination as reload reg
17393         for an input reload of the source.
17394
17395 2002-01-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17396
17397         * doc/install.texi (Binaries): Make link to ftp.writtenword.com
17398         more generic.
17399
17400 Sun Jan 13 07:23:01 2002  Douglas B Rupp  <rupp@gnat.com>
17401
17402         * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
17403         * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
17404
17405         * config/alpha/x-vms (USE_COLLECT2): Set to empty.
17406
17407 Sun Jan 13 06:55:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17408
17409         * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
17410
17411 2002-01-12  Tom Rix  <trix@redhat.com>
17412
17413         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
17414         TARGET_POWERPC64.
17415
17416 2002-01-12  Richard Henderson  <rth@redhat.com>
17417
17418         * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
17419
17420         * doc/invoke.texi: Update Alpha options.
17421
17422         * doc/invoke.texi: Update i386 built-in function lists.
17423
17424 Sat Jan 12 17:38:11 CET 2002  Jan Hubicka  <jh@suse.cz>
17425
17426         * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
17427         referencing outside.
17428
17429 Sat Jan 12 08:54:51 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17430
17431         * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
17432         * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
17433         offsets, and change line folding.
17434         * optabs.c (expand_binop): Remove warnings.
17435         * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
17436
17437 2002-01-12  Graham Stott <grahams@redhat.com>
17438
17439         * attribs.c (handle_deprecated_attribute): constify WHAT.
17440         * diagnostic.c (warn_deprecated_use): Add braces, fixes
17441         dangling else warning and constify WHAT.
17442         * except.h (struct function, struct inline_remap): Move
17443         struct tag forward defs before all prototypes.
17444         (duplicate_eh_regions): Whitespace.
17445
17446 2002-01-12  Nick Clifton  <nickc@cambridge.redhat.com>
17447
17448         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
17449         MODE_BASE_REG_CLASS.
17450         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
17451
17452 2002-01-12  Richard Henderson  <rth@redhat.com>
17453
17454         * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
17455         (ix86_expand_vector_move): New.
17456         (bdesc_2arg): Remove andps, andnps, orps, xorps.
17457         (ix86_init_mmx_sse_builtins): Make static.  Remove composite builtins.
17458         Remove old prefetch builtins.  Special case the logicals removed above.
17459         (ix86_expand_builtin): Likewise.
17460         (safe_vector_operand): Use V4SFmode, not TImode.
17461         (ix86_expand_store_builtin): Remove shuffle arg.  Update callers.
17462         (ix86_expand_timode_binop_builtin): New.
17463         * config/i386/i386-protos.h: Update.
17464         * config/i386/i386.h (enum ix86_builtins): Update.
17465         * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
17466         Use ix86_expand_vector_move in vector move expanders.
17467         (movti_internal, movti_rex64): Add xorps alternative.
17468         (sse_clrv4sf): Rename and adjust from sse_clrti.
17469         (prefetch): Don't work so hard.
17470         (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
17471         * config/i386/xmmintrin.h (__m128): Use V4SFmode.
17472         (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
17473
17474 2002-01-11  Richard Henderson  <rth@redhat.com>
17475
17476         * config/i386/mmintrin.h: New file.
17477         * config/i386/xmmintrin.h: New file.
17478         * config.gcc (i?86-*-*): Add extra_headers.
17479         * simplify-rtx.c (simplify_unary_operation): Handle saturating
17480         truncation codes.
17481         (simplify_binary_operation): Handle saturating arithmetic codes.
17482         * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
17483         not the lowpart subreg.
17484         (ix86_expand_builtin): Return a TImode dummy register instead of 0
17485         on error.
17486         * config/i386/i386.md (mmx_clrdi): Override memory attribute.
17487
17488 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17489
17490         * conflict.c (conflict_graph_compute): Free regsets when finished.
17491         * ssa.c (compute_coalesced_reg_partition): Likewise.
17492
17493 2002-01-12  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17494
17495         * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
17496         every where we allocate a register.
17497
17498 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17499
17500         * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
17501         * lcm.c (compute_earliest, compute_farthest): Likewise.
17502
17503 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
17504
17505         * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
17506
17507 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
17508
17509         * doc/rtl.texi (Insns): Fix 2 typos.
17510
17511 2002-01-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17512
17513         * doc/invoke.texi: Avoid overfull hboxes.  Add summary of D30V
17514         options.  Use @table @gcctabopt for MMIX options.  Add index
17515         entries for MMIX options.  Start new paragraph with first
17516         heading of the machine-dependent options.
17517
17518 2002-01-11  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17519
17520         PR other/5299
17521         * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
17522         * combine.c (force_to_mode): Same.
17523         * reload1.c (clear_reload_reg_in_use): Same.
17524
17525 2002-01-11  Nick Clifton  <nickc@cambridge.redhat.com>
17526
17527         * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
17528         and 'subtargets'.
17529
17530 2002-01-11  Andreas Jaeger  <aj@suse.de>,
17531             Brad Lucier <lucier@math.purdue.edu>
17532
17533         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
17534         mcpu.
17535
17536 Fri Jan 11 07:35:12 2002  Douglas B Rupp  <rupp@gnat.com>
17537
17538         * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
17539         Protect with IN_LIBGCC.
17540         (LINK_EH_SPEC): Add required trailing space.
17541
17542 Fri Jan 11 09:25:05 2002  Nicola Pero  <n.pero@mi.flashnet.it>
17543
17544         * c-tree.h: Move function declarations so that they are listed
17545         under the filename which contains them.
17546         (check_identifier, finish_decl_top_level,
17547         lookup_name_current_level_global, shadow_record_fields): Remove.
17548
17549 2002-01-11  Andreas Jaeger  <aj@suse.de>
17550
17551         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
17552         march.
17553
17554 2002-01-10  Richard Henderson  <rth@redhat.com>
17555
17556         * config/alpha/alpha.c (print_operand): Add 'J'.
17557         * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
17558         new operand with the sequence number for the lituse.  When splitting
17559         the insns, use gen_movdi_er_high_g and generate a sequence number.
17560         (gen_movdi_er_high_g): Print the sequence number if non-zero.
17561
17562 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
17563
17564         * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
17565         lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
17566         stvxl.
17567         (altivec_expand_builtin): Same.
17568         (altivec_expand_stv_builtin): New.
17569
17570         * config/rs6000/rs6000.h (rs6000_builtins): Same.
17571
17572         * config/rs6000/rs6000.md ("altivec_lvebx"): New.
17573         ("altivec_lvehx"): New.
17574         ("altivec_lvewx"): New.
17575         ("altivec_lvxl"): New.
17576         ("altivec_lvx"): New.
17577         ("altivec_stvx"): New.
17578         ("altivec_stvebx"): New.
17579         ("altivec_stvehx"): New.
17580         ("altivec_stvewx"): New.
17581         ("altivec_stvxl"): New.
17582
17583 2002-01-10  Richard Henderson  <rth@redhat.com>
17584
17585         * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
17586         * reload1.c (delete_output_reload): Zap spill_reg_store.  Take
17587         care not to delete instructions twice.
17588
17589 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
17590
17591         * toplev.c: Don't declare environ (it's not used anywhere).
17592         * configure.in: Don't check for declaration of environ.
17593         * config/i386/xm-mingw32.h: Don't #define environ.
17594         * config.in, configure: Regenerate.
17595
17596 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
17597
17598         * configure.in: Set stage1_cflags for powerpc-*-darwin*.
17599         * configure: Regenerate.
17600
17601         * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
17602         DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
17603         * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
17604         alpha/xm-vms.h.
17605         * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
17606         LIMITS_H_TEST here, not in m68k/x-next.
17607         * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
17608         SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
17609
17610         * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
17611         LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
17612         * config/alpha/x-vms: Don't set USE_COLLECT2.  Add comments.
17613
17614         * config/i386/x-djgpp: Renamed i386/t-djgpp.
17615         * config/m88k/x-dolph: Renamed m88k/t-dolph.
17616         * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
17617         * config/pa/x-pa-mpeix: Renamed pa/t-mpeix.  Update for
17618         replacement of quadlib.asm with quadlib.c.
17619
17620         * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
17621         config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
17622         config/rs6000/xm-beos.h: Delete file.
17623
17624         * config.gcc: Update to match above changes.
17625
17626 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17627
17628         * config/h8300/h8300.h: Fix comment typos.
17629         * config/h8300/h8300.md: Likewise.
17630         * config/h8300/lib1funcs.asm: Likewise.
17631
17632 2002-01-10  Dale Johannesen  <dalej@apple.com>
17633
17634         PR optimization/5269
17635         * unroll.c (precondition_loop_p): Make *increment be the correct
17636         sign when n_iterations known, to avoid confusing caller.
17637
17638 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17639
17640         * doc/extend.texi (deprecated): Fix a typo.
17641
17642 Thu Jan 10 22:35:54 CET 2002  Jan Hubicka  <jh@suse.cz>
17643
17644         * basic-block.h (update_br_prob_note): Declare.
17645         * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
17646         (try_forward_edges): Care negative frequencies and update note.
17647         (outgoing_edges_match): Tweek conditional merging heuristics.
17648         (try_crossjump_to_edge): use update_br_prob_note.
17649         * cfglayout.c (fixup_reorder_chain): Likewise.
17650         * cfrtl.c (update_br_prob_note): New.
17651         * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
17652
17653         * i386.c (ix86_decompose_address): Return -1 if address contains
17654         shift.
17655         (legitimate_address_p): Require ix86_decompose_address to return 1.
17656
17657         * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
17658         (cprop_insn): Likewise.
17659
17660 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17661
17662         * toplev.c: Fix formatting.
17663         * tree.c: Likewise.
17664         * tree-dump.c: Likewise.
17665         * unroll.c: Likewise.
17666         * unwind-dw2.c: Likewise.
17667         * unwind-dw2-fde.c: Likewise.
17668         * unwind-dw2-fde-glibc.c: Likewise.
17669         * unwind-sjlj.c: Likewise.
17670
17671 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
17672
17673         * doc/invoke.texi: Document PDP-11 options.
17674
17675 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17676
17677         * config/h8300/h8300.h: Fix formatting.
17678
17679 2002-01-10  Ira Ruben   <ira@apple.com>
17680
17681         Add __attribute__ ((deprecated)).
17682         * extend.texi: Document __attribute__ ((deprecated)).
17683         * invoke.texi: Document -Wno-deprecated-declarations.
17684         * testsuite/g++.dg/other/deprecated.C: New C++ test.
17685         * testsuite/gcc.dg/deprecated.c: New C test.
17686         * attribs.c (enum attrs): Declare handle_deprecated_attribute().
17687         (c_common_attribute_table): Add "deprecated" entry.
17688         (handle_deprecated_attribute): New function.
17689         * c-decl.c (deprecated_states): New enum.
17690         deprecated_state: State of "deprecated" handling.
17691         (start_decl): Set deprecated_state based on attributes.
17692         (grokdeclarator): Test for deprecated uses, propagate attribute.
17693         * c-typeck.c (build_component_ref): Test for deprecated fields.
17694         (build_external_ref): Test for deprecated primaries.
17695         * diagnostic.c (warn_deprecated_use) New function to issue
17696         warnings about __attribute__ ((depricated)) references.
17697         * flags.h (warn_deprecated_decl): Extern declared for
17698         -W[no-]deprecated-declarations option.
17699         * print-tree.c (print_node): Show deprecated flag status.
17700         * toplev.c (warn_deprecated_decl): Defined.
17701         (W_options): Added "deprecated-declaration".
17702         * toplev.h (warn_deprecated_use): Extern declared.
17703         * tree.h (struct tree_common): Define deprecated_flag.
17704         (TREE_DEPRECATED): New macro to access flag.
17705         * cp/call.c (build_call): Test for deprecated calls.
17706         * cp/class.c (add_implicitly_declared_members): Set global
17707         flag to tell grokdeclarator to not issue deprecated warnings.
17708         * cp/cp-tree.h: Add extern for adding_implicit_members.
17709         * cp/decl.c (deprecated_states): New enum.
17710         (start_decl): Set deprecated_state based on attributes.
17711         (grokdeclarator): Test for deprecated uses, propagate attribute.
17712         * cp/lex.c (do_identifier): Test for deprecated primaries.
17713         * cp/typeck.c (build_component_ref): Test for deprecated fields.
17714
17715 2002-01-10  Ira Ruben   <ira@apple.com>
17716
17717         Fix to assign attributes to inline member functions.
17718         * cp/decl.c (start_method): Handle attrlist.
17719
17720 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17721
17722         * combine.c (expand_field_assignment): Use subreg_lsb().
17723
17724 2002-01-10  David Edelsohn  <edelsohn@gnu.org>
17725
17726         * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
17727         POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
17728         (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
17729         Recurse for any operand of AND as long as constant is non-zero.
17730
17731 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17732
17733         * config/h8300/h8300.md: Remove constraints from expanders.
17734
17735 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17736
17737         * varasm.c: Fix formatting.
17738         * varray.c: Likewise.
17739         * vmsdbgout.c: Likewise.
17740         * xcoffout.c: Likewise.
17741
17742 Thu Jan 10 17:19:12 CET 2002  Jan Hubicka  <jh@suse.cz>
17743
17744         * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
17745         update edge probabilities to match.
17746
17747 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
17748
17749         * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
17750         dependencies.
17751         * doc/languages.texi, doc/sourcebuild.texi: New files.
17752         * doc/configfiles.texi: Make a subsubsection.  Update.
17753         * doc/configterms.texi: Add @node.  Remove warning that this isn't
17754         instructions for building GCC.
17755         * doc/makefile.texi: Make a subsection.
17756         * doc/gccint.texi: Update.
17757
17758 Thu Jan 10 16:39:58 CET 2002  Jan Hubicka  <jh@suse.cz>
17759
17760         * i386.md (sse_mov?fcc_const0_?): Fix constraints.
17761
17762 Thu Jan 10 12:45:50 2002  Nicola Pero  <n.pero@mi.flashnet.it>
17763
17764         * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
17765
17766 Thu Jan 10 11:19:18 CET 2002  Jan Hubicka  <jh@suse.cz>
17767
17768         * optabs.c (expand_fix): Look for wider integer modes first.
17769
17770         * i386.md (mov?f): Avoid the fake const double trick for medium
17771         memory model.
17772         (min?f*/max?f*): Prohibit memory operands for i387 variant.
17773         (fop_df_4): Disable for SSE compilation.
17774
17775 2002-01-10  Graham Stott  <grahams@redhat.com>
17776
17777         * dwarf2out.c (indirect_string_alloc, output_indirect_string):
17778         Move prototype into DWARF2_DEBUGGING_INFO conditional block.
17779
17780 2002-01-10  Richard Henderson  <rth@redhat.com>
17781
17782         * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
17783
17784 2002-01-10  Richard Henderson  <rth@redhat.com>
17785
17786         * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
17787         (copyprop_hardreg_forward_1): Likewise.  Use mode_change_ok.
17788
17789 2002-01-10  Kazu Hirata  <kazu@hxi.com>
17790
17791         * combine.c (can_combine_p): Fix a comment typo.
17792
17793 2002-01-09  Zack Weinberg  <zack@codesourcery.com>
17794
17795         * Makefile.in (s-gencheck, s-options, s-specs): Handle an
17796         empty list correctly.  Change loop index $t to $f for
17797         consistency with rest of Makefile.
17798
17799 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
17800
17801         * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
17802         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
17803
17804         * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
17805         mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
17806         (altivec_init_builtins): Same.
17807         (altivec_expand_unop_builtin): Return NULL_RTX on error.
17808         (altivec_expand_binop_builtin): Same.
17809         (altivec_expand_ternop_builtin): Same.
17810         (bdesc_dst): New.
17811
17812         * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
17813         ("altivec_vctuxs"): Fix typo.
17814         ("altivec_vnmsubfp"): Same.
17815         ("altivec_dssall"): New.
17816         ("altivec_mfvscr"): New.
17817         ("altivec_dss"): New.
17818         ("altivec_lvsl"): New.
17819         ("altivec_lvsr"): New.
17820         ("altivec_dstt"): New.
17821         ("altivec_dstst"): New.
17822         ("altivec_dststt"): New.
17823         ("altivec_dst"): New.
17824
17825         * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
17826         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
17827
17828 2002-01-09  Richard Henderson  <rth@redhat.com>
17829
17830         * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
17831
17832 2002-01-10  Hans-Peter Nilsson  <hp@bitrange.com>
17833
17834         * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
17835         function.
17836         * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
17837         prototype.
17838         * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
17839
17840 2002-01-09  Kazu Hirata  <kazu@hxi.com>
17841
17842         * read-rtl.c: Fix formatting.
17843         * real.c: Likewise.
17844         * regclass.c: Likewise.
17845         * regrename.c: Likewise.
17846         * reg-stack.c: Likewise.
17847         * reload1.c: Likewise.
17848         * reload.c: Likewise.
17849         * rtl.c: Likewise.
17850
17851 2002-01-09  Kazu Hirata  <kazu@hxi.com>
17852
17853         * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
17854         to extract items in the expr_list chain.
17855
17856 2002-01-09  Richard Henderson  <rth@redhat.com>
17857
17858         * config/vax/vax.c (vax_rtx_cost): Never abort.
17859
17860         * config/vax/vax.h (REAL_ARITHMETIC): Define.
17861
17862 2002-01-09  Jan Hubicka  <jh@suse.cz>
17863
17864         * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
17865
17866 2002-01-09  Richard Henderson  <rth@redhat.com>
17867
17868         * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
17869         Unify code from various alternatives.
17870
17871 2002-01-09  Richard Henderson  <rth@redhat.com>
17872
17873         * regrename.c (copy_value): Ignore the copy if the source register
17874         is present in the value chain with a narrower mode.
17875
17876 2002-01-09  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
17877
17878         * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
17879         for the c4x target. Also improve layout.
17880
17881 2002-01-09  Richard Henderson  <rth@redhat.com>
17882
17883         * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
17884         * config/m32r/m32r.md (and ior xor splitters): Swap operands
17885         to match insn patterns.
17886
17887 2002-01-09  Richard Henderson  <rth@redhat.com>
17888
17889         * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
17890         (copyprop_hardreg_forward_1): Likewise.
17891
17892 2002-01-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17893
17894         * pa.md (decrement_and_branch_until_zero): Change predicate for
17895         operand 0 from register_operand to reg_or_nonsymb_mem_operand.
17896
17897 2002-01-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
17898
17899         * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
17900         gets undefined. For Darwin.
17901
17902 2002-01-09  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17903
17904         * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
17905
17906 2002-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17907
17908         * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
17909
17910 2002-01-08  Richard Henderson  <rth@redhat.com>
17911
17912         * regrename.c (copy_value): Ignore overlapping copies.
17913
17914 2002-01-08  Richard Henderson  <rth@redhat.com>
17915
17916         * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
17917         as needed to avoid shared structure.
17918
17919 2002-01-08  Kazu Hirata  <kazu@hxi.com>
17920
17921         * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
17922         H8/300H and H8/S.
17923
17924 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
17925
17926         * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
17927         LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
17928         documentation of obsolete macros.
17929         * system.h: Poison these macros.
17930         * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
17931         config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
17932         config/c4x/c4x.h, config/clipper/clipper.h,
17933         config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
17934         config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
17935         config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
17936         config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
17937         config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
17938         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
17939         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
17940         config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
17941         config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
17942         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
17943         config/sparc/sparc.h, config/stormy16/stormy16.h,
17944         config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
17945         definitions and commented out definitions of obsolete macros.
17946         * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
17947         of MAX_INT_TYPE_SIZE.
17948
17949 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
17950
17951         * config/s390/s390.c (s390_preferred_reload_class): Never
17952         return ADDR_REGS if it isn't a subset of the given class.
17953         * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
17954         FP_REGS, but all superclasses as well.
17955
17956         * config/s390/s390.c (s390_function_profiler): Fix thinko.
17957
17958         * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
17959         cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
17960         must not be a const_int.
17961
17962 2002-01-08  Richard Henderson  <rth@redhat.com>
17963
17964         * Makefile.in (toplev.o): Depend on options.h.
17965         (gcc.o): Depend on specs.h.
17966
17967 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
17968
17969         * expr.c (store_expr): Convert VOIDmode constants back to target's
17970         mode.
17971
17972 2002-01-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17973
17974         * doc/invoke.texi: Markup gcc as @command.  Refer to
17975         http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
17976         of http://gcc.gnu.org/thanks.html.
17977
17978 2002-01-08  Dale Johannesen  <dalej@apple.com>
17979
17980         * config/rs6000/rs6000.md: Add missing int register
17981         target case to movdf_low.
17982
17983 2002-01-08  Zack Weinberg  <zack@codesourcery.com>
17984
17985         * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
17986         except.h.  Remove commands to define USING_SJLJ_EXCEPTIONS.
17987         (cppinit.o): Depend on except.h.
17988         (gencheck.h, options.h, specs.h, s-gencheck, s-options,
17989         s-specs): New rules.
17990
17991         * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
17992         Don't create specs.h/options.h/gencheck.h here.  Remove
17993         unnecessary variable settings from last argument of AC_OUTPUT.
17994         * config.in, configure: Regenerate.
17995         * intl.c: Hardcode package name as "gcc".
17996
17997         * cppinit.c: Include except.h.
17998         (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
17999         appropriate.
18000         * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
18001         Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
18002         (!)USING_SJLJ_EXCEPTIONS.
18003         * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
18004
18005 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18006
18007         * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
18008         ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
18009         OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
18010         documentation of obsolete macros.
18011         * system.h: Poison these macros.
18012         * config/d30v/d30v.h, config/ns32k/encore.h,
18013         config/stormy16/stormy16.h: Remove definitions and commented out
18014         definitions of obsolete macros.
18015
18016 Tue Jan  8 15:56:41 2002  Nicola Pero  <nicola@brainstorm.co.uk>
18017
18018         * objc/objc-act.c (handle_class_ref): Mark the declaration of
18019         %sobjc_class_ref_%s as used - to prevent unwanted compiler
18020         warnings.
18021
18022 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
18023
18024         * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
18025         * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
18026         to insn adjusting stack/frame pointer.
18027         * config/s390/s390.md (reload_la_64, reload_la_31): Do not
18028         accept operands that cause the insn to be non-splittable.
18029
18030 2002-01-08  Graham Stott  <grahams@redhat.com>
18031
18032         * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
18033         (C_TYPE_FIELDS_VOLATILE): Likewise.
18034         (C_TYPE_BEING_DEFINED): Likewise.
18035         (C_IS_RESERVED_WORD): Likewise.
18036         (C_TYPE_VARIABLE_SIZE): Likewise.
18037         (C_DECL_VARIABLE_SIZE): Likewise.
18038         (C_MISSING_PROTOTYPE_WARNED): Likewise.
18039         (C_SET_EXP_ORIGINAL_CODE): Likewise.
18040         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
18041         parenthesis.
18042         (C_DECL_ANTICIPATED): Likewise.
18043         (c_build_type_variant): Add parenthesis.
18044
18045 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18046
18047         * gcc.c (option_map): Remove --version.
18048         (process_command): Handle -fversion following the GNU Coding
18049         Standards.  Partially addresses PR other/704.
18050
18051 2002-01-08  Graham Stott  <grahams@redhat.com>
18052
18053         * combine.c (combine_instructions): Fix typo.
18054
18055 2002-01-08  Graham Stott  <grahams@redhat.com>
18056
18057         * debug.h: Use "tree" and "rtx" throughout.
18058
18059         * debug.c: Likewise.
18060
18061 2002-01-08  Nick Clifton  <nickc@cambridge.redhat.com>
18062
18063         * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
18064         constant pool, use the pool's version of the symbol instead.
18065
18066 2002-01-07  Richard Henderson  <rth@redhat.com>
18067
18068         * regrename.c (find_oldest_value_reg): Ignore the value chain if
18069         the original register was copied in a mode with a fewer number of
18070         hard registers than the desired mode.
18071         (copyprop_hardreg_forward_1): Likewise.
18072         (debug_value_data): Fix loop test.
18073         * toplev.c (parse_options_and_default_flags): Reenable
18074         -fcprop-registers at -O1.
18075
18076 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18077
18078         * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
18079         (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
18080
18081         * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
18082         predicates.
18083
18084         * config/rs6000/rs6000.md: Add altivec predicate patterns.
18085
18086 2002-01-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18087
18088         * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
18089         (pa_output_function_prologue): Output local label at the beginning of
18090         the prologue when profiling.
18091         (hppa_profile_hook): Use the local label rather than the function label.
18092         * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
18093
18094 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18095
18096         * config/rs6000/rs6000.c (print_operand): Remove extra space.
18097         (altivec_expand_unop_builtin): Fix thinko.
18098         (altivec_expand_binop_builtin): Same.
18099         (altivec_expand_ternop_builtin): Same.
18100         (altivec_expand_builtin): Same.
18101
18102 2002-01-07  Richard Henderson  <rth@redhat.com>
18103
18104         * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
18105
18106 2002-01-07  Jason Merrill  <jason@redhat.com>
18107
18108         * unwind-dw2.c (execute_cfa_program): Use < again.
18109
18110 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
18111
18112         * predict.c (combine_predictions_for_insn): Avoid division by zero.
18113
18114 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
18115
18116         * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
18117         Don't allow -1 - x -> ~x simplifications in the first pass.
18118
18119 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18120
18121         * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
18122         arguments.
18123         (altivec_expand_binop_builtin): Same.
18124         (altivec_expand_unop_builtin): Same.
18125         (print_operand): Fix typo.
18126         (bdesc_1arg): Add vupk* variants.
18127
18128         * rs6000.h (rs6000_builtins): Add vupk* enums.
18129
18130         * rs6000.md: Add altivec_vupk* variants.
18131
18132 2002-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
18133
18134         * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
18135         doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
18136         and last update dates.
18137
18138 2002-01-07  Janis Johnson  <janis187@us.ibm.com>
18139
18140         * doc/rtl.texi (Flags): Clean up documentation of RTL flags
18141
18142 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
18143
18144         * config/avr/avr.c (avr_mcu_types): Add new MCU types.
18145         * config/avr/avr.h (CPP_SPEC): Likewise.
18146         (LINK_SPEC): Likewise.
18147         (CRT_BINUTILS_SPECS): Likewise.
18148         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
18149         * doc/invoke.texi (AVR Options): Document them.
18150
18151 Mon Jan  7 11:59:34 CET 2002  Jan Hubicka  <jh@suse.cz>
18152
18153         * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
18154         LABEL_NUSES.
18155
18156 2002-01-07  Graham Stott  <grahams@redhat.com>
18157
18158         * config/i386/i386.h: Update copyright date.
18159         (HALF_PIC_PTR): Add parenthesis.
18160         (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
18161         (CONSTANT_ALIGNMENT): Add parenthesis.
18162         (DATA_ALIGNMENT): Likewise.
18163         (LOCAL_ALIGNMENT): Likewise.
18164         (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
18165         (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
18166         (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
18167         (HARD_REGNO_NREGS): Add paranethesis.
18168         (VALID_SSE_REG_MODE): Whitespace.
18169         (VALID_MMX_REG_MODE): Whitespace.
18170         (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
18171         (ix86_hard_regno_mode_ok): Add parenthesis.
18172         (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
18173         (RETURN_IN_MEMORY): Whitespace.
18174         (N_REG_CLASSES): Add parenthesis.
18175         (INTEGER_CLASS_P): Add parenthesis and wrap.
18176         (FLOAT_CLASS_P): Likewise.
18177         (SSE_CLASS_P): Likewise.
18178         (MMX_CLASS_P): Likewise.
18179         (MAYBE_INTEGER_CLASS_P): Likewise.
18180         (MAYBE_FLOAT_CLASS_P): Likewise.
18181         (MAYBE_SSE_CLASS_P): Likewise.
18182         (MAYBE_MMX_CLASS_P): Likewise.
18183         (Q_CLASS_P): Likewise.
18184         (GENERAL_REGNO_P): Uppercase macro parameter.
18185         (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
18186         (FP_REGNO_P): Likewise.
18187         (ANY_FP_REGNO_P): Uppercase macro parameter.
18188         (SSE_REGNO_P): Likewise.
18189         (SSE_REGNO): Likewise.
18190         (SSE_REG_P): Likewise.
18191         (SSE_FLOAT_MODE_P): Likewise.
18192         (MMX_REGNO_P): Likewise.
18193         (MMX_REG_P):Likewise.
18194         (STACK_REG_P): Likewise.
18195         (NON_STACK_REG_P): Likewise.
18196         (STACK_TOP_P): Likewise.
18197         (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
18198         (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
18199         (SECONDARY_MEMORY_NEEDED): Likewise.
18200         (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
18201         (MD_ASM_CLOBBERS): Whitespace and wrap.
18202         (MUST_PASS_IN_STACK): Whitespace and wrap.
18203         (RETURN_POPS_ARGS): Add parenthesis.
18204         (INIT_CUMULATIVE_ARGS): Likewise.
18205         (FUNCTION_ARG): Likewise.
18206         (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
18207         (SETUP_INCOMING_VARARGS): Likewise.
18208         (BUILD_VA_LIST_TYPE):  Add parenthesis.
18209         (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
18210         parenthsis.
18211         (EXPAND_BUILTIN_VA_ARG): Likewise.
18212         (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
18213         (INITIALIZE_TRAMPOLINE): Add parenthesis.
18214         (INITIAL_ELIMINATION_OFFSET): Likewise.
18215         (REGNO_OK_FOR_INDEX_P): Add parenthesis.
18216         (REGNO_OK_FOR_BASE_P): Likewise.
18217         (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
18218         (REGNO_OK_FOR_DIREG_P): Likewise.
18219         (REG_OK_FOR_INDEX_P): Whitespace.
18220         (REG_OK_FOR_BASE_P): Whitespace.
18221         (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
18222         parenthesis.
18223         (FIND_BASE_TERM): Fix typo.
18224         (LEGITIMIZE_ADDRESS): Wrap in  { .. } while (0) and add parenthesis.
18225         (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
18226         (SYMBOLIC_CONST; Whitespace.
18227         (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in  { .. } while (0) and wrap.
18228         (ENCODE_SECTION_INFO): Whitespace.
18229         (FINALIZE_PIC): Remove do { ... } while (0).
18230         (PROMOTE_MODE): Wrap in do { ... } while (0).
18231         (CONST_COSTS): Whitespace.
18232         (RTX_COSTS): Add paramethesis, whitespace and wrap.
18233         (REGISTER_MOVE_COST): Add parenthesis.
18234         (MEMORY_MOVE_COST): Likewise.
18235         (EXTRA_CC_MODES): Whitespace.
18236         (SELECT_CC_MODE): Add parenthesis and whitespace.
18237         (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
18238         (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
18239         (ASM_OUTPUT_LABEL): Add paramethesis.
18240         (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
18241         (ASM_OUTPUT_REG_POP): Likewise.
18242         (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
18243         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
18244
18245         * config/i386/i386.c: Update copyright.
18246         (CHECK_STACK_LIMIT): Add parenthesis.
18247         (AT_BP): Uppercase macro parameter.
18248         (x86_64_int_parameter_registers): Constify.
18249         (x86_64_int_return_registers): Likewise.
18250         (ix86_compare_op0): Use rtx.
18251         (construct_container): Constify INTREG parameter.
18252         (function_arg): Use rtx.
18253
18254         * diagnostic.h: Update copyright date.
18255         (output_buffer_state): Add parenthesis.
18256         (output_buffer_format_args): Likewise.
18257
18258         * combine.c (combine_instructions): Replace XEXP (links, 0)
18259         with link.
18260
18261 2002-01-06  H.J. Lu <hjl@gnu.org>
18262
18263         * cfgcleanup.c (thread_jump): Fix 2 typos.
18264
18265 2002-01-06  Aldy Hernandez  <aldyh@redhat.com>
18266
18267         * config.gcc: Add support for --enable-altivec.
18268
18269 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18270
18271         * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
18272
18273 2002-01-06  Jakub Jelinek  <jakub@redhat.com>
18274
18275         * objc/objc-act.c (handle_impent): Use assemble_variable to emit
18276         __objc_class_name_*.
18277
18278 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18279
18280         * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
18281
18282 2002-01-06  Richard Henderson  <rth@redhat.com>
18283
18284         * reorg.c (emit_delay_sequence): Remove death notes, not merely
18285         nop them out.  Increment label reference count for REG_LABEL.
18286         (fill_slots_from_thread): Frob label reference count around
18287         delete_related_insns.
18288
18289 2002-01-05  Richard Henderson  <rth@redhat.com>
18290
18291         * cfgcleanup.c (try_forward_edges): Detect infinite loops while
18292         jump threading.
18293
18294 2002-01-05  Richard Henderson  <rth@redhat.com>
18295
18296         * c-decl.c (c_expand_body): Don't call outlining_inline_function.
18297         * integrate.c (output_inline_function): Likewise.
18298         * toplev.c (rest_of_compilation): Do it here instead.  Move call
18299         to remove_unnecessary_notes after emitting abstract instance.
18300         Force an emitted nested function to have its parent emited as well.
18301         * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
18302         for null.
18303         (rtl_for_decl_location): Do not look at reload data structures
18304         before reload has run.
18305
18306 2002-01-05  Kazu Hirata  <kazu@hxi.com>
18307
18308         * cse.c: Fix formatting.
18309         * dwarf2asm.c: Likewise.
18310         * dwarf2out.c: Likewise.
18311         * explow.c: Likewise.
18312         * expmed.c: Likewise.
18313         * function.c: Likewise.
18314         * gcov.c: Likewise.
18315         * gencheck.c: Likewise.
18316         * genrecog.c: Likewise.
18317         * ggc-common.c: Likewise.
18318         * ggc-page.c: Likewise.
18319         * global.c: Likewise.
18320
18321 2002-01-05  Kazu Hirata  <kazu@hxi.com>
18322
18323         * combine.c: Fix formatting.
18324
18325 2002-01-05  Craig Rodrigues  <crodrigu@bbn.com>
18326
18327         PR middle-end/1557
18328         * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
18329
18330 2002-01-05  David Edelsohn  <edelsohn@gnu.org>
18331
18332         * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
18333         as 1 for __powerpc64__ as well.
18334
18335         * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
18336
18337         * alias.c (find_base_value, PLUS/MINUS): If we found a base,
18338         return it.
18339
18340 2002-01-05  Daniel Berlin  <dan@dberlin.org>
18341
18342         * lcm.c: Revert change, due to performance regression it causes on
18343         SPEC because it's slightly more conservative (sigh, I hate
18344         edge-based LCM).
18345
18346 Sat Jan  5 11:52:05 CET 2002  Jan Hubicka  <jh@suse.cz>
18347
18348         * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
18349
18350 2002-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18351
18352         * doc/cppinternals.texi: Update.
18353
18354 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
18355
18356         * doc/invoke.texi (Option Summary) <MMIX Options>: Document
18357         -mbranch-predict, -mreg-stack-fill-bug-workaround and their
18358         negatives.
18359         (MMIX Options): Ditto.  Fix item/itemx typo for -mno-zero-extend.
18360         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
18361         kludge for pre-october-14th mmix versions to handle new-found bug
18362         with PUSHJ/PUSHGO and the register stack.
18363         * config/mmix/mmix.h (struct machine_function): Rename member
18364         has_call_value_without_parameters to has_call_without_parameters.
18365         All referers changed.
18366         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
18367         TARGET_MASK_BRANCH_PREDICT): New macros.
18368         (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
18369         -mno-reg-stack-fill-bug-workaround.
18370         * config/mmix/mmix.md ("call"): Set struct machine member
18371         has_call_without_parameters.
18372
18373 Sat Jan  5 02:20:22 CET 2002  Jan Hubicka  <jh@suse.cz>
18374
18375         * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
18376
18377 Sat Jan  5 01:35:29 CET 2002  Jan Hubicka  <jh@suse.cz>
18378
18379         * cfgcleanup.c: Include tm_p.h
18380         (mark_effect): Fix handling of hard register; fix handling of SET
18381
18382 2002-01-04  Kazu Hirata  <kazu@hxi.com>
18383
18384         * config/h8300/h8300.md (anonymous patterns): Check that
18385         operands are registers before using REGNO on them.
18386
18387 2002-01-03  Roland McGrath  <roland@frob.com>
18388
18389         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
18390
18391 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
18392
18393         * tree.h (expand_expr_stmt_value): Add maybe_last argument.
18394         * c-common.h (genrtl_expr_stmt_value): Likewise.
18395         * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
18396         (expand_expr_stmt_value): Add maybe_last argument.
18397         Don't warn about statement with no effect if it is the last statement
18398         in expression statement.
18399         * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
18400         (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
18401         expand_expr_stmt_value.
18402         (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
18403         genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
18404         * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
18405         as maybe_last to expand_expr_stmt_value.
18406
18407 Fri Jan  4 11:45:05 2002  Jeffrey A Law  (law@redhat.com)
18408
18409         * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
18410         be passed in, do not build it.
18411         (c_begin_if_stmt): New function.
18412         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
18413         * c-common.h (c_expand_start_cond): Update prototype.
18414         (c_begin_if_stmt): Prototype new function.
18415         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
18416         * c-parse.in (if_prefix): Use c_begin_if_stmt,
18417         c_begin_while_stmt and c_finish_while_stmt_cond.
18418
18419 2002-01-04  William Cohen  <wcohen@redhat.com>
18420
18421         * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
18422         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
18423         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
18424         * config/pa/som.h (ASM_FILE_START): Likewise.
18425
18426 2002-01-04  Daniel Berlin  <dan@cgsoftware.com>
18427
18428         * lcm.c: Include df.h.
18429         Add available_transfer_function prototype.
18430         (compute_available): Rework to use iterative dataflow framework.
18431         (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
18432         with bb_info in df.h
18433         (available_transfer_function): New function.
18434
18435         * Makefile.in (lcm.o): add df.h to dependencies.
18436
18437 2002-01-04  Richard Henderson  <rth@redhat.com>
18438
18439         * config/alpha/alpha.c (some_operand): Accept HIGH.
18440         (input_operand): Likewise; accept simple references to globals.
18441         (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
18442         (alpha_const_double_ok_for_letter_p): Likewise.
18443         (alpha_extra_constraint): Likewise.
18444         (alpha_preferred_reload_class): Likewise.  Do not force
18445         symbolic constants to memory.
18446         (alpha_legitimate_address_p): Accept simple references
18447         to small_symbolic_operand.
18448         (alpha_legitimize_address): New arg scratch.  Be prepared to be
18449         called when no_new_pseudos.  Emit simple symbolic references.
18450         Split integers into low, high, and rest.
18451         (alpha_expand_mov): Use alpha_legitimize_address.
18452         (some_small_symbolic_mem_operand): New.
18453         (split_small_symbolic_mem_operand): New.
18454         * config/alpha/alpha-protos.h: Update.
18455         * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
18456         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
18457         (EXTRA_CONSTRAINT): Likewise.
18458         (PREFERRED_RELOAD_CLASS): Likewise.
18459         (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
18460         (PREDICATE_CODES): Update.
18461         * config/alpha/alpha.md: New post-reload splitters to convert
18462         simplfied symbolic operands to the form that references $29.
18463         (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
18464         (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
18465
18466 2002-01-03  Richard Henderson  <rth@redhat.com>
18467
18468         * local-alloc.c (function_invariant_p): Update commentary.
18469
18470 2002-01-04  H.J. Lu <hjl@gnu.org>
18471
18472         * toplev.c (rest_of_compilation): Fix a typo when calling
18473         cleanup_cfg.
18474
18475 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18476
18477         * c-common.c: Fix formatting.
18478         * diagnostic.c: Likewise.
18479         * doloop.c: Likewise.
18480         * dwarf2out.c: Likewise.
18481
18482 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18483
18484         * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
18485         of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
18486
18487 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18488
18489         * cpperror.c: Update comments and copyright.
18490         * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
18491         cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
18492
18493 2002-01-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18494
18495         * collect2.c (main): Use strcmp when testing for "-shared".
18496
18497 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
18498
18499         * cppmacro.c: Don't include intl.h.  Update comments.
18500         (new_number_token): Allocate enough buffer for 64-bit unsigned
18501         integers; update prototype.
18502         * cppmain.c: Update comments.
18503
18504 2002-01-03  William Cohen  <wcohen@redhat.com>
18505
18506         * function.h (struct function): Add profile.
18507         (current_function_profile): New.
18508         doc/extend.texi: Update documentation.
18509         * final.c (final_start_function): Use current_function_profile
18510         instead of profile_flag.
18511         (profile_after_prologue): Likewise.
18512         * function.c (expand_function_start): Likewise.
18513         (expand_function_start): Likewise.
18514         * config/alpha/alpha.c (direct_call_operand):
18515         (alpha_does_function_need_gp): Likewise.
18516         (alpha_expand_prologue): Likewise.
18517         * config/arm/arm.c (arm_expand_prologue): Likewise.
18518         thumb_expand_prologue: Likewise.
18519         * config/d30v/d30v.c (d30v_stack_info): Likewise.
18520         * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
18521         (fr30_expand_prologue): Likewise.
18522         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
18523         * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
18524         * config/i386/i386.h (FINALIZE_PIC): Likewise.
18525         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
18526         * config/i960/i960.c (i960_output_function_prologue): Likewise.
18527         * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
18528         * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
18529         (m32r_expand_prologue): Likewise.
18530         * config/m88k/m88k.c (m88k_layout_frame): Likewise.
18531         (m88k_expand_prologue): Likewise.
18532         * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
18533         * config/mips/mips.c (compute_frame_size): Likewise.
18534         (mips_expand_prologue): Likewise.
18535         (mips_can_use_return_insn): Likewise.
18536         * config/pa/elf.h (ASM_FILE_START): Likewise.
18537         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
18538         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
18539         * config/pa/som.h (ASM_FILE_START): Likewise.
18540         * config/romp/romp.c (romp_using_r14): Likewise.
18541         * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
18542         (rs6000_stack_info): Likewise.
18543         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
18544         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
18545         * config/v850/v850.c (compute_register_save_size): Likewise.
18546
18547 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
18548
18549         * simplify-rtx.c (simplify_binary_operation) [DIV]: If
18550         gen_lowpart_common fails, use gen_lowpart_SUBREG.
18551
18552 2002-01-03  Turly O'Connor  <turly@apple.com>
18553
18554         * darwin.c (machopic_output_possible_stub_label): Don't generate
18555         stub routines for pseudo-stubs which we've just defined.
18556
18557 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18558
18559         * builtins.c: Fix formatting.
18560         * c-typeck.c: Likewise.
18561         * combine.c: Likewise.
18562         * expr.c: Likewise.
18563         * loop.c: Likewise.
18564
18565 2002-01-03  Andreas Schwab  <schwab@suse.de>
18566
18567         * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
18568         and return true if _cpp_push_next_buffer pushed a new include
18569         file.
18570         * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
18571         _cpp_pop_file_buffer did not push a new file.
18572         * cpphash.h (_cpp_pop_file_buffer): Update declaration.
18573
18574 2002-01-02  Eric Christopher  <echristo@redhat.com>
18575
18576         * final.c (final_scan_insn): Change 0 -> NULL_RTX in
18577         FIND_REG_INC_NOTE call. Update copyright.
18578         * loop.c (canonicalize_condition): Ditto.
18579         * reorg.c (delete_scheduled_jump): Ditto.
18580
18581 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18582
18583         * gcse.c: Fix formatting.
18584
18585 2002-01-03  Graham Stott  <grahams@redhat.com>
18586
18587         * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
18588         forward defs for struct tags rtx_def, union_tree, rtvec_def
18589         also output corresponding typedefs for rtx, tree, and rtvec.
18590
18591         * system.h: Move forward defs for struct tags rtx_def, union_tree,
18592         rtvec_def along with corresponding typedefs for rtx, tree, and
18593         rtvec to config.h, hconfig.h, tconfig.h.
18594
18595 2002-01-03  Graham Stott  <grahams@redhat.com>
18596
18597         * tree.h: Update copyright date.
18598         (IS_EXPR_CODE_CLASS): Add parenthesis.
18599         (TREE_SET_CODE): Add whitespace.
18600         (TREE_CHECK): Add parenthesis.
18601         (TREE_CLASS_CODE): Add parenthesis and wrap long line.
18602         (CST_OR_CONSTRUCTOR_CHECK):
18603         (EXPR_CHECK): Add parenthis, whitespace and wrap line.
18604         (TREE_SYMBOL_REFERENCED): Whitespace.
18605         (INT_CST_LT): Likewise.
18606         (INT_CST_LT_UNSIGNED): Likewise.
18607         (tree_real_cst): Unwrap comment.
18608         (tree_string): Likewise.
18609         (tree_complex): Likewise.
18610         (IDENTIFIER_POINTER): correct cast.
18611         (SAVE_EXPR_CONTEXT): Whitespace.
18612         (EXPR_WFL_FILENAME_NODE): Likewise.
18613         (EXPR_WFL_FILENAME): Remove parenthesis.
18614         (DECL_ORIGIN): Add parenthesis.
18615         (DECL_FROM_INLINE): Use NULL_TREE.
18616         (build_int_2): Whitespace.
18617         (build_type_variant): Add parenthesis.
18618
18619         * gcc/jcf-parse.c: Update copyright date.
18620         (yyparse): Constify resource_filename.
18621
18622 2002-01-03  Graham Stott  <grahams@redhat.com>
18623
18624         * rtl.h: Update copyright date.
18625         (RTL_CHECK1): Wrap long line.
18626         (RTL_CHECK2): Likewise.
18627         (RTL_CHECKC1): Wrap long line and whitespace.
18628         (RTL_CHECKC2): Likewise.
18629         (XWINT): Whitespace.
18630         (XINT): Likewise.
18631         (XSTR): Likewise.
18632         (XEXP): Likewise.
18633         (XVEC): Likewise.
18634         (XMODE): Likewise.
18635         (XBITMAP): Likewise.
18636         (XTREE): Likewise.
18637         (XBBDEF): Likewise.
18638         (XTMPL): Likewise.
18639         (X0WINT): Likewise.
18640         (X0INT):Likewise.
18641         (X0UINT): Likewise.
18642         (X0STR): Likewise.
18643         (X0EXP): Likewise.
18644         (X0VEC): Likewise.
18645         (X0MODE): Likewise.
18646         (X0BITMAP): Likewise.
18647         (X0TREE): Likewise.
18648         (X0BBDEF): Likewise.
18649         (X0ADVFLAGS): Likewise.
18650         (X0CSELIB): Likewise.
18651         (X0MEMATTR): Likewise.
18652         (XCWINT): Likewise.
18653         (XCINT): Likewise.
18654         (XCUINT): Likewise.
18655         (XCSTR): Likewise.
18656         (XCEXP): Likewise.
18657         (XCVEC): Likewise.
18658         (XCMODE): Likewise.
18659         (XCBITMAP): Likewise.
18660         (XCTREE): Likewise.
18661         (XCBBDEF): Likewise.
18662         (XCADVFLAGS): Likewise.
18663         (XCCSELIB): Likewise.
18664         (XC2EXP): Likewise.
18665         (INSN_UID): Likewise.
18666         (PREV_INSN): Likewise.
18667         (PATTERN): Likewise.
18668         (INSN_CODE): Likewise.
18669         (PUT_REG_NOTE_KIND): Likewise.
18670         (CODE_LABEL_NUMBER): Likewise.
18671         (NOTE_SOURCE_FILE): Likewise.
18672         (NOTE_BLOCK): Likewise.
18673         (NOTE_EH_HANDLER): Likewise.
18674         (NOTE_RANGE_INFO): Likewise.
18675         (NOTE_LIVE_INFO): Likewise.
18676         (NOTE_BASIC_BLOCK): Likewise.
18677         (NOTE_EXPECTED_VALUE): Likewise.
18678         (NOTE_LINE_NUMBER): Likewise.
18679         (LABEL_NAME): Likewise.
18680         (LABEL_NUSES): Likewise.
18681         (LABEL_ALTERNATE_NAME): Likewise.
18682         (ADDRESSOF_DECL): Likewise.
18683         (JUMP_LABEL): Likewise.
18684         (LABEL_NEXTREF): Likewise.
18685         (REGNO): Likewise.
18686         (ORIGINAL_REGNO: Likewise.
18687         (HARD_REGISTER_NUM_P): Add parenthesis.
18688         (SUBREG_REG): Whitespace.
18689         (SUBREG_BYTE): Likewise.
18690         (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
18691         (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
18692         (ASM_OPERANDS_OUTPUT_IDX): Likewise.
18693         (ASM_OPERANDS_INPUT_VEC): Likewise.
18694         (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
18695         (ASM_OPERANDS_INPUT): Likewise.
18696         (ASM_OPERANDS_INPUT_LENGTH): Likewise.
18697         (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
18698         (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
18699         (ASM_OPERANDS_INPUT_MODE): Likewise.
18700         (ASM_OPERANDS_SOURCE_FILE): Likewise.
18701         (ASM_OPERANDS_SOURCE_LINE): Likewise.
18702         (MEM_SET_IN_STRUCT_P): Minor reformat.
18703         (TRAP_CONDITION): Whitespace.
18704         (TRAP_CODE): Likewise.
18705         (COND_EXEC_TEST): Likewise.
18706         (COND_EXEC_CODE): Likewise.
18707         (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
18708         (PHI_NODE_P): Add parenthesis.
18709         (plus_constant): Whitespace and add parenthesis.
18710
18711 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18712
18713         * config/avr/avr.c: Fix comment typos.
18714         * config/c4x/c4x.md: Likewise.
18715         * config/dsp16xx/dsp16xx.h: Likewise.
18716         * config/dsp16xx/dsp16xx.md: Likewise.
18717         * config/i386/i386.md: Likewise.
18718         * config/ia64/ia64.c: Likewise.
18719         * config/m32r/m32r.h: Likewise.
18720         * config/m68hc11/m68hc11.md: Likewise.
18721         * config/mmix/mmix.c: Likewise.
18722         * config/mn10200/mn10200.c: Likewise.
18723         * config/romp/romp.c: Likewise.
18724         * config/sh/sh.c: Likewise.
18725         * config/stormy16/stormy16.c: Likewise.
18726         * config/stormy16/stormy16.h: Likewise.
18727         * config/stormy16/stormy16.md: Likewise.
18728
18729 2002-01-03  Graham Stott  <grahams@redhat.com>
18730
18731         * loop.h: Update copyright date.
18732         (LOOP_MOVABLES): Fix typo.
18733         (LOOP_REGS): Likewise.
18734         (LOOP_IVS): Likewise.
18735
18736 2002-01-03  Graham Stott  <grahams@redhat.com>
18737
18738         * cppinit.c: Update copyright date.
18739         Don't include output.h
18740         * Makefile.in: Update copyright date.
18741         Update dependency.
18742
18743 2002-01-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18744
18745         PR c/5226
18746         * invoke.texi (-mthreads): Remove from documented RS/6000 options.
18747         (-pthread) Add to RS/6000 options.
18748
18749 2002-01-02  Kazu Hirata  <kazu@hxi.com>
18750
18751         * except.c: Fix comment typos.
18752         * loop.c: Likewise.
18753         * varasm.c: Likewise.
18754         * doc/tm.texi: Fix a typo.
18755
18756 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
18757
18758         * c-typeck.c (output_init_element): Allow initializing static storage
18759         duration objects with compound literals.
18760
18761 2002-01-02  Richard Henderson  <rth@redhat.com>
18762
18763         * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
18764         after abusing it.
18765
18766 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18767
18768         * gcc.c (default_compilers): Const-ify.
18769         * mips-tdump.c (stab_names): Likewise.
18770         * mips-tfile.c (map_coff_types, map_coff_storage,
18771         map_coff_sym_type, map_coff_derived_type, stabs_symbol,
18772         pseudo_ops_t, pseudo_ops): Likewise.
18773         * protoize.c (default_include): Likewise
18774
18775         * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
18776         (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
18777         Add array size in declaration.
18778         (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
18779         emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
18780         esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
18781         etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
18782         eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
18783         efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
18784         c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
18785         emtens, make_nan): Const-ify.
18786         (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
18787         DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
18788
18789 2002-01-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18790
18791         * config.gcc (ia64-*-*): Set extra_headers.
18792         (alpha*-dec-osf*): Likewise.  Don't use alpha/t-osf.
18793         * config/alpha/t-osf: Remove.
18794         * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
18795
18796 2002-01-02  David Edelsohn  <edelsohn@gnu.org>
18797
18798         * config/rs6000/t-aix43: Revert previous change.
18799
18800 2002-01-02  Jason Merrill  <jason@redhat.com>
18801
18802         * c-decl.c (c_expand_body): Call outlining_inline_function when
18803         emitting an inline function out of line.
18804
18805 2002-01-02  Richard Henderson  <rth@redhat.com>
18806
18807         * dwarf2out.c (limbo_die_node): Add created_for member.
18808         (new_die): New argument created_for.  Update all callers.
18809         (mark_limbo_die_list): New.
18810         (dwarf2out_init): Register limbo_die_list as a root.
18811         (dwarf2out_finish): Force insert limbo dies into their function
18812         context.
18813
18814 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18815
18816         PR c++/5089
18817         * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
18818
18819 2002-01-02  Kazu Hirata  <kazu@hxi.com>
18820
18821         * config/h8300/fixunssfsi.c: Update copyright.
18822         Fix comment typos.
18823         Fix formatting.
18824         * config/h8300/h8300.c: Update copyright.
18825         Eliminate warnings.
18826
18827 2002-01-02  Kazu Hirata  <kazu@hxi.com>
18828
18829         * config/romp/romp.c: Fix comment formatting.
18830         * config/romp/romp.h: Likewise.
18831         * config/romp/romp.md: Likewise.
18832         * config/s390/s390.c: Likewise.
18833         * config/stormy16/stormy16.c: Likewise.
18834         * config/stormy16/stormy16.h: Likewise.
18835
18836 2002-01-02  Alexandre Oliva  <aoliva@redhat.com>
18837
18838         * c-common.h (genrtl_expr_stmt_value): Declare.
18839         * c-semantics.c (genrtl_goto_stmt): Redirect to...
18840         (genrtl_goto_stmt_value): ... this new function.  Pass new
18841         argument down to expand_expr_stmt_value, taking
18842         TREE_ADDRESSABLE into account.
18843         * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
18844         STMT_EXPR as addressable, i.e., one whose result we want.
18845         * expr.c (expand_expr): Don't save expression statement value
18846         of labeled_blocks or loop_exprs.
18847         * stmt.c (expand_expr_stmt): Redirect to...
18848         (expand_expr_stmt_value): ... this new function.  Use new
18849         argument to tell whether to save expression value.
18850         (expand_end_stmt_expr): Reset last_expr_type and
18851         last_expr_value if we don't have either.
18852         * tree-inline.c (declare_return_variable): Mark its use
18853         statement as addressable.
18854         * tree.h: Document new use of TREE_ADDRESSABLE.
18855         (expand_expr_stmt_value): Declare.
18856
18857 2002-01-01  Tom Rix  <trix@redhat.com>
18858
18859         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
18860         rs6000_emit_allocate_stack.
18861
18862 2002-01-01  Joseph S. Myers  <jsm28@cam.ac.uk>
18863
18864         * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
18865         ${srcdir}/ginclude/ to every entry in extra_headers.
18866         * configure: Regenerate.
18867         * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
18868         * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
18869         * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
18870         * ginclude/proto.h: Rename to config/convex/proto.h.
18871
18872 Tue Jan  1 17:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18873
18874         * attribs.c (handle_vector_size_attribute): Use host_integerp
18875         and tree_int_cst; remove warnings.
18876         * caller-save.c (insert_restore): Add cast to get rid of warning.
18877         (insert_save): Likewise.
18878         * emit-rtl.c (adjust_address_1, offset_address): Likewise.
18879         * regmove.c (find_matches): Add temporary var to kill a warning.
18880
18881 2002-01-01  Douglas B Rupp  <rupp@gnat.com>
18882
18883         * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
18884         LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
18885         * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
18886         (vms-dwarf2eh.o): Add Makefile rule.
18887         * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
18888         * config/alpha/vms-dwarf2eh.asm: New file.
18889
18890         * gcc.c (delete_if_ordinary): Delete all versions.
18891
18892 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
18893
18894         * config/mmix/mmix.md: Update FIXME to not mention
18895         define_constants.
18896         (MMIX_rJ_REGNUM): New define_constants constant.
18897         ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
18898         "*movdicc_real"): Adjust contraints formatting.
18899         ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
18900         for branch prediction.
18901         ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
18902         output template.
18903         ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
18904         "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
18905         number.  Delete related FIXMEs.
18906         * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
18907         from number to MMIX_rJ_REGNUM.
18908         (TARGET_MASK_BRANCH_PREDICT): New.
18909         (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
18910         (TARGET_SWITCHES): Update comment.  Correct -mno-toplevel-symbols
18911         value.  Add -mbranch-predict and -mno-branch-predict.
18912         (TARGET_VERSION): Drop date.
18913         (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
18914         * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
18915         for finding out global symbols.
18916         (mmix_asm_output_labelref): Revert condition for global symbol.
18917         (mmix_print_operand): <case '+'>: Emit P for a likely branch.
18918         (mmix_print_operand_punct_valid_p): A '+' is valid.
18919
18920 See ChangeLog.6 for earlier changes.