OSDN Git Service

* Makefile.in (distclean): Delete junk left in testsuite
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2002-06-11  Zack Weinberg  <zack@codesourcery.com>
2
3         * Makefile.in (distclean): Delete junk left in testsuite
4         directory, too.
5
6 2002-06-11  Jeffrey Law <law@redhat.com>
7
8         * mips.c (function_arg_advance): gen_ashldi3 returns an INSN now,
9         not the pattern.  So extract the pattern from the insn.
10
11         * mips.c (embedded_pic_fnaddr_reg): Fix typo.
12
13 2002-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
14
15         * config/s390/s390.md (movsi): Only use floating point
16         register alternatives when operands are already fprs.
17         (movdi_31, movdi_64): Likewise.
18
19 2002-06-11  David S. Miller  <davem@redhat.com>
20
21         * emit-rtl.c (try_split): Do not abort on non-INSN_P.
22         Only run RTX equality checks on INSN_P rtl.
23
24 2002-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
25
26         * config/s390/s390.md (reload_base, ltorg): Remove.
27         * s390.c (s390_stop_dump_lit_p, s390_dump_literal_pool, 
28         s390_asm_output_pool_prologue, s390_pool_start_insn): Remove.
29         * s390-protos.h (s390_stop_dump_lit_p, s390_dump_literal_pool, 
30         s390_asm_output_pool_prologue): Likewise.
31         * s390.h (s390_pool_start_insn): Likewise.
32
33         * s390.c (s390_output_symbolic_const): Remove support for 
34         old-style pool chunks.
35         (s390_function_epilogue): Likewise.
36         (s390_output_constant_pool): Likewise.  Also, fix incorrect 
37         alignment for 64-bit literal pools.
38         (print_operand_address): Remove 'y' and 'Y' format flags.
39         * s390.h (ASM_OUTPUT_POOL_PROLOGUE): Remove support for 
40         old-style pool chunks.
41         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
42         (ASM_OUTPUT_POOL_EPILOGUE): Remove.
43         (S390_CHUNK_MAX, S390_CHUNK_OV, S390_POOL_MAX): Remove.
44
45         * s390.c (consttable_operand): New function.
46         * s390-protos.h (consttable_operand): Declare it.
47         * s390.h (PREDICATE_CODES): Add consttable_operand.
48         * s390.md (consttable_qi, consttable_hi, consttable_si, consttable_di, 
49         consttable_sf, consttable_df, pool_start_31, pool_end_31, 
50         pool_start_64, pool_end_64, reload_base, reload_base2): New insns.
51         * s390.c (struct constant, struct constant_pool): New data types.
52         (constant_modes, gen_consttable): New variables.
53         (s390_start_pool, s390_end_pool, s390_add_pool, 
54         s390_dump_pool, s390_free_pool): New functions.
55         (s390_chunkify_pool): Completely reimplement literal pool 
56         overflow handling.
57
58         * s390.c (s390_pool_overflow): New variable.
59         * s390.h (s390_pool_overflow): Declare it.
60         * s390.md (cjump, icjump): Use it to adapt length for out-of-range 
61         jumps in literal pool overflow situations.
62
63         * s390.c (s390_decompose_address): Accept new-style pool chunk offsets.
64         (s390_frame_info): Account for possible use of RETURN_REGNUM 
65         by new literal pool overflow code.
66         (s390_emit_prologue): Likewise.
67
68 2002-06-05  David S. Miller  <davem@redhat.com>
69
70         Delete SEQUENCE rtl usage outside of reorg and ssa passes.
71         * rtl.h (gen_sequence, emit_insns, emit_insns_before,
72         emit_insns_before_scope, emit_insns_after,
73         emit_insns_after_scope): Delete declaration.
74         * ada/misc.c (insert_code_for): Use emit_insn* instead of
75         emit_insns_foo.
76         * config/alpha/alpha.c (alpha_set_memflags_1): Abort on SEQUENCE.
77         (alpha_set_memflags): Fix comment.
78         (set_frame_related_p): Use get_insns instead of gen_sequence.
79         * config/alpha/alpha.md (setjmp receiver splitter): Avoid
80         emitting no insns.
81         * config/arm/arm.c (arm_finalize_pic): Use get_insns instead of
82         gen_sequence.
83         (arm_gen_load_multiple, arm_gen_store_multiple): Likewise.
84         * config/fr30/fr30.c (fr30_move_double): Likewise.
85         * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_movstr):
86         Likewise.
87         * config/ia64/ia64.c (spill_restore_mem): Likewise.
88         * config/ia64/ia64.md (conditional move spliiter): Avoid emitting
89         no insns.
90         * config/m32r/m32r.c (gen_split_move_double): Use get_insns
91         instead of gen_sequence.
92         * config/mips/mips.c (embedded_pic_fnaddr_reg): Likewise.
93         (mips_expand_prologue, mips16_gp_pseudo_reg): Likewise.
94         * config/sh/sh.c (sh_need_epilogue): Likewise.
95         * config/sparc/sparc.md (current_function_calls_alloca, flat): New
96         attributes.
97         (setjmp pattern and split): Use them to avoid splitter which emits
98         no RTL.
99         * genattrtab.c (main): Emit include of function.h
100         * config/stormy16/stormy16.c (xstormy16_split_cbranch): Use
101         get_insns instead of gen_sequence.
102         * config/cris/cris.c (cris_split_movdx): Likewise.
103         * emit-rtl.c (emit_insns*): Kill.
104         (try_split): Expect insn list instead of SEQUENCE.
105         (make_jump_insn_raw, make_call_insn_raw): Fix comments.
106         (emit_*insn*): Reimplement to work with INSN lists and PATTERNs.
107         Make them abort if a SEQUENCE is given and RTL checking is
108         enabled.
109         (emit_*_scope): Don't forget to set scope on final insn.
110         (gen_sequence): Move from here...
111         * ssa.c (gen_sequence): To here as private function.
112         * builtins.c (expand_builtin_apply_args): Use emit_insn_foo, fix
113         comments.
114         (expand_builtin_return, expand_builtin_mathfn): Likewise.
115         (expand_builtin_strlen): Use get_insns instead of gen_sequence.
116         (expand_builtin_saveregs): Use emit_insn_foo, fix comments.
117         (expand_builtin_expect_jump): Use get_insns and fix comments.
118         * calls.c (try_to_integrate): Use emit_insn_foo.
119         (expand_call, emit_library_call_value_1): Likewise.
120         * expr.c (emit_queue): Handle insn lists instead of SEQUENCE.
121         (emit_move_insn_1): Use get_insns instead of gen_sequence.
122         (expand_expr): Use emit_insn_foo.
123         * cfgrtl.c (commit_one_edge_insertion): Use emit_insn_foo.
124         * except.c (build_post_landing_pads): Likewise.
125         * flow.c (attempt_auto_inc): Likewise.
126         * stmt.c (expand_fixup, fixup_gotos, expand_nl_handler_label,
127         expand_nl_goto_receivers, expand_decl_cleanup): Likewise.
128         * function.c (fixup_var_refs_insn): Use get_insns instead of
129         gen_sequence.
130         (fixup_var_refs_1): Likewise and expect insn list from gen_foo.
131         (fixup_memory_subreg): Use get_insns instead of gen_sequence.
132         (fixup_stack_1, purge_addressof_1, expand_main_function,
133         get_arg_pointer_save_area): Likewise.
134         (optimize_bit_field, instantiate_virtual_regs_1, assign_parms,
135         expand_function_end): Use emit_insn_foo.
136         (record_insns, keep_stack_depressed): Work with insn list instead
137         of SEQUENCE, fix comments.
138         * ifcvt.c (noce_emit_store_flag, noce_try_store_flag,
139         noce_try_store_flag_constants, noce_try_store_flag_inc,
140         noce_try_store_flag_mask, noce_emit_cmove, noce_try_cmove_arith,
141         noce_try_minmax, noce_try_abs): Use emit_insn_foo.
142         (noce_process_if_block): Use get_insns instead of gen_sequence.
143         * optabs.c (add_equal_note): Work with insn list, fix comments.
144         (expand_binop): Expect insn list from GEN_FCN(), use emit_insn_foo.
145         (expand_unop, expand_complex_abs, expand_unop_insn,
146         expand_no_conflict_block): Likewise.
147         (gen_move_insn): Use get_insns instead of gen_sequence.
148         (gen_cond_trap): Likewise.
149         * integrate.c (copy_rtx_and_substitute): Likewise.
150         (emit_initial_value_sets): Use emit_insn_foo.
151         * reload1.c (emit_output_reload_insns, emit_reload_insns): Likewise.
152         (fixup_abnormal_edges): Avoid losing REG_NOTES more intelligently
153         now that RTL generators give insn lists.
154         * sibcall.c (replace_call_placeholder): Use emit_insn_foo.
155         * doloop.c (doloop_modify, doloop_modify_runtime): Use get_insns
156         instead of gen_sequence.
157         (doloop_optimize): Work with insn lists instead of SEQUENCE rtl.
158         * explow.c (emit_stack_save, emit_stack_restore): Use get_insns
159         instead of gen_sequence.
160         * loop.c (move_movables, emit_prefetch_instructions,
161         gen_add_mult, check_dbra_loop, gen_load_of_final_value):
162         Likewise.
163         (loop_regs_update): Work with insn list instead of SEQUENCE rtl.
164         (product_cheap_p): Likewise, and add commentary about RTL wastage
165         here.
166         * lcm.c (optimize_mode_switching): Use get_insns instead of
167         gen_sequence.
168         * profile.c (gen_edge_profiler): Likewise.
169         * regmove.c (copy_src_to_dest): Likewise.
170         * reg-stack.c (compensate_edge): Likewise and fix comment.
171         * gcse.c (process_insert_insn): Likewise.
172         (insert_insn_end_bb): Work with insn list instead of SEQUENCE rtl.
173         * jump.c (delete_prior_computation): Update comment.
174         * genemit.c (gen_expand, gen_split, main): Use get_insns instead
175         of gen_sequence, update comments to match.
176         * recog.c (peephole2_optimize): Work with insn lists instead of
177         SEQUENCE rtl.
178         * sched-vis.c (print_pattern): Abort on SEQUENCE.
179         * unroll.c (unroll_loop, find_splittable_givs, final_giv_value):
180         Use get_insns instead of gen_sequence.
181         (copy_loop_body): Likewise and don't emit dummy NOTE.
182         * genrecog.c: Don't mention SEQUENCE rtl in comments.
183         * combine.c (try_combine): Expect insn lists from split generator.
184         * reorg.c (relax_delay_slots): Emit SEQUENCE into insn list by
185         hand.
186         
187 2002-06-11  Roger Sayle  <roger@eyesopen.com>
188             Andreas Jaeger <aj@suse.de>
189
190         * cfgbuild.c: Update copyright years.
191
192 2002-06-11  Andreas Schwab  <schwab@suse.de>
193
194         * config/m68k/m68k.h (PREDICATE_CODES): Define. 
195
196 2002-06-11  Eric Christopher  <echristo@redhat.com>
197
198         * doc/tm.texi (Run-time Target): Add comment about flag_iso
199         and strict ANSI.
200         * config/mips/ecoff.h (CPP_PREDEFINES): Remove.
201         * config/mips/ecoffl.h: Ditto.
202         * config/mips/elf64.h (SUBTARGET_CPP_SPEC): Remove.
203         (CPP_PREDEFINES): Ditto.
204         * config/mips/elfl64.h: Ditto.
205         * config/mips/elfl.h: Ditto.
206         * config/mips/iris3.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): #if 0
207         out until irix header consolidation.
208         * config/mips/iris5.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): Replace
209         with SUBTARGET_OS_CPP_BUILTINS.
210         * config/mips/iris6.h: Ditto.
211         (CPLUSPLUS_CPP_SPEC): Remove.
212         * config/mips/linux.h: Ditto.
213         * config/mips/netbsd.h: Ditto.
214         * config/mips/openbsd.h: Ditto.
215         * config/mips/rtems.h: Ditto.
216         * config/mips/rtems64.h: Ditto.
217         * config/mips/sni-svr4.h: Ditto.
218         * config/mips/mips.h (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4,
219         ISA_MIPS32, ISA_MIPS64): New defines.
220         (GENERATE_MULT3_SI, HAVE_SQRT_P, ISA_HAS_64BIT_REGS,
221         ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4,
222         ISA_HAS_COND_TRAP, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
223         ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Use.
224         (TARGET_CPU_CPP_BUILTINS): Define.
225         (CPP_PREDEFINES, LONG_MAX_SPEC, CPP_FPR_SPEC, CPP_SPEC): Remove.
226         * config/mips/mips.md (mulsi3_mult3): Use ISA_MIPS32/64.
227         (movdicc): Remove check for ISA_MIPS32.
228          (bunordered, bordered, bungt, bunlt, buneq, bunge, bunle,
229         sunordered_df, sunordered_sf, sordered_df, sordered_sf,
230         sunlt_df, sunlt_sf, sungt_df, sungt_sf, suneq_df, suneq_sf, sunge_df,
231         sunge_sf, sunle_df, sunle_sf): New patterns.
232
233 2002-06-11  Neil Booth  <neil@daikokuya.demon.co.uk>
234
235         * Makefile.in: Update cppmain.o.
236         * cpphash.h (struct cpp_reader): Move some members to a
237         nested structure.
238         (trad_line): Rename saved_line.
239         (_cpp_read_logical_line_trad): Update.
240         (_cpp_remove_overlay): New.
241         * cppinit.c (cpp_create_reader): No need to set saved_line.
242         (cpp_destroy): Update.
243         (cpp_read_main_file): Only overlay if compiling.
244         * cpplex.c (continue_after_nul): Return false if in directive.
245         * cpplib.c (EXPAND): New.
246         (directive_table, SEEN_EOL): Update.
247         (end_directive): Remove overlay if traditional; don't skip
248         line in traditional #define.
249         (prepare_directive_trad): New.
250         (_cpp_handle_directive, run_directive): Update for traditional
251         directives.
252         (lex_macro_node): Simplify, don't use lex_identifier_trad.
253         * cpplib.h (struct options): Add preprocess_only.
254         * cppmain.c: Don't include intl.h.
255         (cpp_preprocess_file): Set options->preprocess_only.
256         (scan_translation_unit_trad): Fix, and print line numbers.
257         * cpptrad.c (check_output_buffer, lex_identifier, scan_parameters,
258         maybe_start_funlike, scan_out_logical_line, replace_args_and_push,
259         save_replacement_text, _cpp_create_trad_definition): Update for
260         variable renaming.
261         (_cpp_overlay_buffer): Save line number.
262         (_cpp_remove_overlay): Rename from restore_buff, restore line.
263         (_cpp_read_logical_line_trad): Don't handle overlays here.
264         (scan_out_logical_line): Process directives.
265
266 2002-06-11  Danny Smith  <dannysmith@users.sourforge.net>
267
268         * gthr-win32.h: Wrap functions in extern "C".
269         (__gthread_key_t): Typedef as unsigned long,
270         not win32 DWORD.
271         (__GTHREAD_ONCE_INIT): Use 0, not win32 FALSE.
272         (__gthread_mutex_t): Typedef as void*, not win32 HANDLE.
273         (__gthr_win32_once, __gthr_win32_key_create,
274         __gthr_win32_key_delete, __gthr_win32_getspecific,
275         __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
276         __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
277         __gthr_win32_mutex_unlock): Declare.
278         (__gthread_once,__gthread_key_create,
279         __gthread_key_delete, __gthread_getspecific,
280         __gthread_setspecific, __gthread_mutex_init_function,
281         __gthread_mutex_lock,__gthread_mutex_trylock,
282         __gthread_mutex_unlock): Call corresponding
283         __gthr_win32_* extern implementations if #defined
284         __GTHREAD_HIDE_WIN32API.
285         * config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Set to
286         $(srcdir)/config/i386/gthr-win32.c
287         * config/i386/gthr-win32.c: New implementation file.
288         (__gthr_win32_once, __gthr_win32_key_create,
289         __gthr_win32_key_delete, __gthr_win32_getspecific,
290         __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
291         __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
292         __gthr_win32_mutex_unlock): New functions, based on
293         static inlines in gthr-win32.h.
294
295 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
296
297         * config/xtensa/xtensa.c (override_options): Don't warn about
298         using -fpic or -fPIC when PIC is enabled by default.
299
300 2002-06-10  Roger Sayle  <roger@eyesopen.com>
301
302         * toplev.c (rest_of_compilation): Revert flag_if_conversion change.
303
304 2002-06-10  Zack Weinberg  <zack@codesourcery.com>
305
306         * Makefile.in (MACHMODE_H): Add @extra_modes_file@.
307         * configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def
308         exists, substitute its pathname as @extra_modes_file@, define
309         EXTRA_MODES_FILE to be an appropriate string to #include it
310         with, and define EXTRA_CC_MODES to 1.
311
312         * machmode.def: Update comments.  Include EXTRA_MODES_FILE if
313         it's defined.  Get rid of redundancy in calling sequence for
314         CC; don't use it to define CCmode, to avoid a warning.
315         * libgcc2.c: Include symcat.h for the sake of machmode.def.
316
317         * arc-modes.def, arm-modes.def, c4x-modes.def, i386-modes.def,
318         i960-modes.def, ia64-modes.def, m88k-modes.def, mmix-modes.def,
319         pa-modes.def, pdp11-modes.def, rs6000-modes.def, sparc-modes.def:
320         New files.
321         * arc.h, arm.h, c4x.h, i386.h, i960.h, ia64.h, m88k.h, mmix.h,
322         pa.h, pdp11.h, rs6000.h, sparc.h: Don't define EXTRA_CC_MODES.
323
324         * doc/sourcebuild.texi, doc/tm.texi: Document new scheme for
325         defining extra CC modes.
326
327 2002-06-10  Roger Sayle  <roger@eyesopen.com>
328             Andreas Jaeger <aj@suse.de>
329
330         * cfgrtl.c (create_basic_block_structure):  Remove index argument
331         and use last_basic_block++ instead.  (create_basic_block): Update.
332         * cfgbuild.c (find_basic_blocks_1): Likewise.
333
334         * cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument.
335         * haifa-sched.c (sched_init): Update compute_bb_for_insn caller.
336         * sched-ebb.c (schedule_ebbs): Likewise.
337         * sched-rgn.c (schedule_insns): Likewise.
338         * ssa-ccp.c (ssa_const_prop): Likewise.
339         * ssa-dcs.c (ssa_eliminate_dead_code): Likewise.
340         * toplev.c (rest_of_compilation): Likewise.
341         * config/ia64/ia64.c (ia64_reorg): Likewise.
342
343 2002-06-10  Roger Sayle  <roger@eyesopen.com>
344
345         * simplify-rtx.c (simplify_replace_rtx): Allow replacement
346         of matching registers.
347
348 2002-06-10  Roger Sayle  <roger@eyesopen.com>
349
350         * toplev.c (rest_of_compilation): Disable early if-conversion pass.
351         * gcse.c (bypass_conditional_jumps): Fix typo in setcc test.
352
353 2002-06-10  Hans-Peter Nilsson  <hp@bitrange.com>
354
355         * config/mmix/mmix.h: Improve comments.
356         (CPP_SPEC, CPP_PREDEFINES): Don't define.
357         (TARGET_CPU_CPP_BUILTINS): Define.
358         (CANONICALIZE_COMPARISON): Don't define, replace with comment.
359         (PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
360         unused predicate.
361         * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
362         compiler warning.
363         (mmix_constant_address_p): Remove another
364         redundant test before case.
365         (mmix_canonicalize_comparison): Remove unused function.
366         (mmix_print_operand_address): Don't test and adjust for operand in
367         non-canonical format.
368         (mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
369         (mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.
370
371 2002-06-10  Zack Weinberg  <zack@codesourcery.com>
372
373         * config/m32r/m32r.h: Don't define SELECT_CC_MODE.
374         * config/m32r/m32r-protos.h: Don't prototype m32r_select_cc_mode.
375         * config/m32r/m32r.c: Don't define m32r_select_cc_mode.
376         (gen_compare): Use CCmode unconditionally.
377
378 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
379
380         PR optimization/6759
381         * cse.c (cse_insn): Fold src_eqv just once, store it folded back into
382         the REQ_EQUAL note.
383
384 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
385
386         PR c/6660
387         * c-decl.c (grokfield): Allow user defined types if they declare
388         structs or unions for unnamed fields.
389
390 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
391
392         PR c/6809
393         * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
394
395 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
396
397         PR optimization/6842
398         * combine.c (combine_simplify_rtx) [SUBREG]: Don't ICE if VOIDmode
399         operand subreg cannot be simplified.
400
401 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
402
403         * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
404         (compare_constant): Likewise.
405         (output_addressed_constants): Likewise.
406
407 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
408
409         * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
410         merge bb with itself.
411
412 2002-06-10  Richard Henderson  <rth@redhat.com>
413
414         * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
415         (builtin_zapnot): Likewise.
416
417         * config/alpha/ev5.md: Don't combine shift and mvi insns in one
418         reservation.
419
420 2002-06-10  Eric Christopher  <echristo@redhat.com>
421
422         * config/i386/i386.c (ix86_osf_output_function_prologue): Remove
423         prototype and function.
424         (TARGET_ASM_FUNCTION_PROLOGUE): Remove OSF version.
425         (call_insn_operand): Remove half pic references.
426         (legitimate_address_p): Ditto.
427         * config/i386/i386.h: Remove half pic defines.
428
429 2002-06-10  Eric Christopher  <echristo@redhat.com>
430
431         * doc/extend.texi (Return Address): Add note explaining the side-
432         effects of inlining on __builtin_return_address.
433
434 2002-06-10  Tom Tromey  <tromey@redhat.com>
435
436         * Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
437         (c-common.o): Depend on langhooks.h.
438
439 2002-06-10  Neil Booth  <neil@daikokuya.demon.co.uk>
440
441         * cpphash.h (_cpp_read_logical_line_trad,
442         _cpp_expansions_different_trad): Update prototypes.
443         * cpplex.c (continue_after_nul): New.
444         * cppmain.c: Include cpphash.h.
445         (scan_translation_unit_trad): New.
446         (cpp_preprocess_file): Call it.
447         * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter
448         overlay.
449         (_cpp_expansions_different_trad): Update prototype.
450
451 Mon Jun 10 18:02:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
452
453         Fix cfi generation for SH[1-4]:
454
455         * sh.c (frame_insn): New function.
456         (output_stack_adjust): Add parameter emit_fn.  All callers changed.
457         (push): Now returns rtx.  Use frame_insn.
458         (sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push
459         of a DF register.
460         * sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define.
461
462 2002-06-10  Zack Weinberg  <zack@codesourcery.com>
463
464         * Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
465         and gtype-desc.c.
466         (mostlyclean): Delete specs.h, options.h, gencheck.h here...
467         (distclean): ... not here.  But do delete all testsuite/*.log,
468         testsuite/*.sum files here.  Delete mkheaders.  Delete
469         po/*.gmo and the testsuite directory in a split tree build.
470
471 2002-06-10  Jeffrey Law  <law@redhat.com>
472
473         * alias.c (static_reg_base_value): New to hold RTL for
474         items allocated once per function for the aliasing code.
475         (init_alias_once_per_function): Initialize static_reg_base_value.
476         (init_alias_analysis): Avoid throw-away allocations of RTL by
477         using pre-computed values in static_reg_base_value.
478         * function.c (prepare_function_start): Call
479         init_alias_once_per_function appropriately.
480         * rtl.h (init_alias_once_per_function): Declare.
481         * caller-save (init_caller_save): Restructure slightly to
482         avoid lots of silly RTL generation.
483         * expr.c (init_expr_once): Likewise.
484         * reload1.c (reload_cse_regs_1): Allocate throw-away register
485         RTL object here.  Pass it into children.
486         (reload_cse_simplify_operands): Use passed-in register RTL
487         object.
488         (reload_cse_simplify): Pass through throw-away register
489         RTL object.
490
491 2002-06-10  Daniel Berlin  <dberlin@dberlin.org>
492
493         * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing.
494
495 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
496
497         * gcc.c (process_command): Avoid assignment to read-only location.
498         Fix sizeof calculation.
499
500 2002-06-10  Neil Booth  <neil@daikokuya.demon.co.uk>
501
502         * cpphash.h (struct cpp_macro): Put comments on their own lines.
503         (_cpp_expansions_different_trad): New.
504         * cppmacro.c (warn_of_redefinition): Fix for traditional case.
505         * cpptrad.c (canonicalize_text): New.
506         (scan_out_logical_line): Handle no arguments correctly.
507         (save_replacement_text): Commit memory when finished.
508         (_cpp_expansions_different_trad): New.
509
510 2002-06-10  Tim Josling  <tej@melbpc.org.au>
511
512         * gengtype.c (unnamed enum containing BASE_FILE_*): Add languages
513         TREELANG and COBOL.
514         (lang_names): Add treelang and cobol.
515         (get_file_basename): Add code to support treelang and cobol as
516         4th and 5th users of c-common.c.
517
518 2002-06-09  Geoffrey Keating  <geoffk@redhat.com>
519
520         * Makefile.in (install-driver): Install driver as
521         $(target_alias)-gcc-$(version).
522         * gcc.c (spec_version): Make const.
523         (process_command): Handle -V and -b by using exec.
524         * doc/invoke.texi (Target Options): Restore -V option,
525         update docs for -b option.
526
527 2002-06-10  Tim Josling  <tej@melbpc.org.au>
528
529         * configure.in (remaining_languages_check):
530         Added check that all languages specified were found.
531         Exit if not found. Previous behaviour was silent failure.
532         * configure: Regenerated.
533
534 2002-06-10  Tim Josling  <tej@melbpc.org.au>
535
536          First steps to making treelang documentation compliant, based on
537          instructions in sourcebuild.texi. Also add to gcc.c list of
538          default languages.
539
540         * doc/contrib.texi: Add self as contributor of treelang.
541
542         * doc/frontends.texi: Add mention of treelang.
543
544         * doc/invoke.texi (Overall Options): Add mention of treelang.
545
546         * doc/standards.texi:  Add mention of treelang.
547
548 2002-06-09  Hans-Peter Nilsson  <hp@axis.com>
549
550         * config/cris/cris.c: Include ggc.h
551
552 2002-06-09  Neil Booth  <neil@daikokuya.demon.co.uk>
553
554         * cpphash.h (_cpp_push_text_context): Update.
555         (_cpp_arguments_ok): New.
556         * cppmacro.c (_cpp_arguments_ok): New, split out from...
557         (collect_args): ...here.
558         (_cpp_push_text_context): Change inputs.
559         * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
560         replace_args_and_push): New.
561         (lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
562         Don't use IS macros directly.
563         (scan_out_logical_line): Handle function-like macro argument
564         collection.
565         (push_replacement_text): Update.
566         (replacement_length): Remove.
567         (_cpp_create_trad_definition): Don't skip whitespace before
568         checking for '('.
569
570 2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
571
572         * config/avr/avr.c (avr_mcu_types): Update for new devices.
573         * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
574         (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
575         * config/avr/avr.md ("type" and "length" attributes): New type
576         "xcall", length 1 or 2 if AVR_MEGA.  Use in all patterns that
577         output a single "call" or "rcall" insn depending on device size.
578         * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.
579
580 2002-06-09  David Edelsohn  <edelsohn@gnu.org>
581
582         * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
583         synonym for 630.  Add power4.  Remove embedded processors.  Use -m604
584         assembler option.
585         (CPP_CPU_SPEC): Add power3 and power4.
586         (PROCESSOR_DEFAULT): Change to 604e.
587         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
588         (CPP_CPU_SPEC): Similar additions.
589         (enum process_type): Add POWER4.
590         (RTX_COSTS): Add POWER4.
591         (CPP_CPU_SPEC): Similar additions.
592         * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
593         (PROCESSOR_DEFAULT64): Define.
594         * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
595         (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
596         branch adjustment.
597         (rs6000_issue_rate): Add Power4.
598         * config/rs6000/rs6000.md (cpu attr): Add power4.
599         (iu compare): Remove 604, 604e, 620, 630.
600         Add basic Power4 scheduling information.
601         (mfcr/mtcrf): Change type attribute to cr_logical.
602
603 2002-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
604
605         * gengtype.h (error_at_line): Use PARAMS, not VPARAMS.  Add
606         ATTRIBUTE_PRINTF_2.
607         * gengtype-lex.l: Fix format specifier warning.
608
609         * genautomata.c: Don't include ctype.h or limits.h.  Use ISSPACE,
610         not isspace.
611         * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
612         lieu of isspace/IDchar.
613         * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
614         * read-rtl.c: Likewise for ctype.h.  Don't define ISDIGIT or
615         ISSPACE.
616
617 2002-06-08  Zack Weinberg  <zack@codesourcery.com>
618
619         * Makefile.in (LIBCPP_OBJS): Take out version.o.
620         * cpphash.h (cpp_reader): Take out print_version member.
621         * cppinit.c: (cpp_handle_option): Don't do anything with
622         -version.  Just set help_only for --version, --target-help.
623         Just set verbose option for -v.
624         (cpp_post_options): Don't print a version string.
625
626 2002-06-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
627
628         * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
629         (avr_section_type_flags): New, handle .noinit* sections.
630
631 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
632
633         * config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
634         and include netbsd_entry_point.
635         (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
636         (NETBSD_ENTRY_POINT): Define.
637
638 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
639
640         * config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
641         if not already defined.
642         (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.
643
644 2002-06-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
645
646         * config/avr/avr.c (avr_regs_to_save): No need to save any registers
647         in a noreturn function.
648         (avr_output_function_prologue, avr_output_function_epilogue):
649         Correct function size calculation.  Do not crash on empty function.
650         (avr_output_function_epilogue): No need for epilogue after a BARRIER.
651
652 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
653
654         * config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
655         netbsd_link_spec and netbsd_entry_point.
656         (LINK_SPEC): Use %(netbsd_link_spec).
657         (NETBSD_ENTRY_POINT): Define.
658
659 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
660
661         * config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
662         linker emulation.
663         (LINK_ARCH64_SPEC): Likewise.
664         (LINK_SPEC, NETBSD_ENTRY_POINT): Define.
665         (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.
666
667 2002-06-08  Marc Espie  <espie@openbsd.org>
668
669         * lists.c (free_list):  Fix typo in comment.
670
671 2002-06-08  Andreas Jaeger  <aj@suse.de>
672
673         * lcm.c (optimize_mode_switching): Add unused attribute for
674         variable.
675
676         * sched-deps.c (sched_analyze): Remove unused variable.
677
678 2002-06-08  Gabriel Dos Reis  <gdr@codesourcery.com>
679
680         * diagnostic.def: Don't capitalize diagnostict descriptors.
681
682 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
683
684         * config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
685         (LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
686         (NETBSD_ENTRY_POINT): Define.
687
688 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
689
690         * config/i386/netbsd-elf.h (LINK_SPEC): Define as
691         NETBSD_LINK_SPEC_ELF.
692         (SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
693         (NETBSD_ENTRY_POINT): Define.
694         * config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
695         (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
696         netbsd_entry_point.
697         (NETBSD_ENTRY_POINT): Define.
698
699 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
700
701         * config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
702         netbsd_link_spec and netbsd_entry_point.
703         (LINK_SPEC): Use %(netbsd_link_spec).
704         (NETBSD_ENTRY_POINT): Define.
705
706 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
707
708         * config/netbsd-elf.h (LINK_SPEC): Rename to...
709         (NETBSD_LINK_SPEC_ELF): ...this.  Use %(netbsd_entry_point)
710         to specify program entry point.
711
712 2002-06-07  Jeff Law <law@redhat.com
713
714         * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
715         * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
716         than creating a new register.
717         (distribute_notes): Likewise.
718         * df.c (df_reg_use_gen): Likewise.
719         (df_reg_clobber_gen): Likewise.
720         (df_ref_record): Likewise.
721         * expr.c (use_regs): Likewise.
722         * flow.c (propagate_one_insn): Likewise.
723         (mark_set_1): Likewise.
724         (mark_used_reg): Likewise.
725         * reload.c (emit_reload_insns): Likewise.
726
727 2002-06-07  Roger Sayle  <roger@eyesopen.com>
728
729         * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
730         (ne (comp x y) 0) into (comp x y) where comp is a comparison code.
731         Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
732         comparison code comp can be reversed.
733
734 2002-06-07  Roger Sayle  <roger@eyesopen.com>
735
736         * fold-const.c (fold) [EQ_EXPR]:  Place both integer and real
737         constants last in comparisons.  Optimize (x+1.0)>0.0 into the
738         equivalent x > -1.0 when -ffast-math.
739
740 2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
741
742         * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
743         * config/mips/t-netbsd: New file.
744
745 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
746
747         * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
748         options their own entries.
749         (parse_option): Clarify comment.
750         (cpp_handle_option): Remove 'ignore' parameter and OPT_W
751         special case.  Replace if/strcmp chain for -W options with
752         use of new OPT_* entries for them.
753         (cpp_handle_options): Update to match.
754         * cpplib.h: Remove last parameter to cpp_handle_option from prototype.
755         * c-decl.c: Update call to cpp_handle_option.
756
757 2002-06-07  Akim Demaille  <akim@epita.fr>
758
759         * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
760         Whitespace changes.
761
762 2002-06-07  Jeffrey Law  <law@redhat.com>
763
764         * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
765         on empty lists.
766
767 2002-06-07  H.J. Lu  (hjl@gnu.org)
768
769         * configure.in: Add --enable-__cxa_atexit.
770         * configure: Regenerated.
771         * config.in: Likewise.
772
773         * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
774         not defined.
775
776 2002-06-07  Gabriel Dos Reis  <gdr@merlin.nerim.net>
777
778         * diagnostic.c (diagnostic_build_prefix): Fix initialization.
779
780 2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
781
782         * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
783
784 2002-06-07  Jason Merrill  <jason@redhat.com>
785
786         * cppexp.c (num_equality_op): Use a temporary variable to work
787         around gcc 3.0.4 bug.
788
789 2002-06-07  Gabriel Dos Reis  <gdr@codesourcery.com>
790
791         * diagnostic.c (diagnostic_build_prefix): Tidy.
792
793 2002-06-07  Neil Booth  <neil@daikokuya.demon.co.uk>
794
795         * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
796         scan_parameters, save_replacement_text, replacement_length): New.
797         (scan_out_logical_line): Take a macro and save parameters if
798         non-NULL.
799         (_cpp_logical_line_trad): Update.
800         (_cpp_create_trad_definition): Update to handle function-like
801         macros.
802         * cpplex.c (new_buff): Update.
803         (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
804         * cpphash.h: ...here.
805         (CPP_ALIGN2, _cpp_save_parameter): New.
806         * cppmacro.c (save_parameter): Rename, export.
807         (parse_params): Update.
808
809 2002-06-07  Andreas Jaeger  <aj@suse.de>
810
811         * config/mmix/mmix.c: Remove extra broken prototype for
812         mmix_init_machine_status.
813
814 2002-06-06  Geoffrey Keating  <geoffk@redhat.com>
815
816         * gengtype.c: Add comments before all the routines.
817
818 2002-06-07  Jason Thorpe  <thorpej@wasabisystems.com>
819
820         * config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
821         from and add t-sh64 to ${tmake_file}.
822         (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
823         * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
824         * config/sh/t-netbsd-sh5-32: Remove.
825         * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
826         MULTILIB_ENDIAN.
827         (MULTILIB_DIRNAMES): Define.
828
829 Thu Jun  6 23:14:46 CEST 2002  Jan Hubicka  <jh@suse.cz>
830
831         * i386.md (and promoting splitters): Disable QI to SImode promoting
832         when doing so changes immediate to be 32bit.
833
834         * rtl.h (emit_*_scope): Declare.
835         * emit-rtl.c (emit_*_scope): New global functions.
836         (try_split): Copy scope.
837         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
838         noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
839         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
840         noce_process_if_block, find_cond_trap): Copy scopes.
841         * recog.c (peephole2_optimize): likewise.
842
843 2002-06-06  Jeffrey Law  <law@redhat.com>
844
845         * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
846
847 Thu Jun  6 21:06:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
848
849         * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
850
851 2002-06-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
852
853         * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
854         ($(docdir)/gccinstall.info): New target.
855         (info): Depend on it.
856         (gccinstall.dvi): New target.
857         (dvi): Depend on it.
858         * doc/.cvsignore: Ignore new info files.
859         * doc/install.texi (@setfilename): Reflect new info filename.
860
861 Thu Jun  6 15:57:23 2002  J"orn Rennecke <joern.rennecke@superh.com>
862
863         * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
864         on an UNSPEC.
865
866 Thu Jun  6 07:17:43 2002  Nicola Pero  <n.pero@mi.flashnet.it>
867
868         PR objc/6834
869         * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
870         c_common_get_alias_set.
871         (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
872
873 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
874
875         * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
876         functions.
877         * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
878         * avr/avr.c (avr_output_function_epilogue): Use above to determine
879         function size.
880         * pa/pa.c (pa_output_function_prologue): Likewise.
881
882 2002-06-05  David S. Miller  <davem@redhat.com>
883
884         * integrate.c (subst_constants): Handle 'B' RTL format.
885
886 2002-06-05  Eric Christopher  <echristo@redhat.com>
887
888         * varasm.c (make_decl_rtl): Fix comment for removed
889         halfpic.c.
890
891 2002-06-05  Eric Christopher  <echristo@redhat.com>
892
893         * Makefile.in: Remove missed halfpic bits.
894
895 2002-06-05  Eric Christopher  <echristo@redhat.com>
896
897         * toplev.c: Remove half-pic.
898         * config/mips/mips.c: Ditto.
899         * config/mips/mips.h: Ditto. Remove unused defines.
900         * config/mips/openbsd.h: Update comment to reflect above.
901         * config/mips/mips.md: Remove half-pic constraints.
902         * halfpic.h: Delete.
903         * halfpic.c: Ditto.
904
905 2002-06-05  Jeffrey Law  <law@redhat.com>
906
907         * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
908         rejects (mem (lo_sum (reg) (unspec))), but will allow
909         (mem (lo_sum (reg) (symbol_ref)) for PA2.0.
910
911 2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
912
913         * cpphash.h (_cpp_create_definition): Update prototype.
914         (_cpp_push_text_context, _cpp_create_trad_definition): New.
915         ( cpp_lex_identifier_trad): New.
916         (_cpp_set_trad_context): New.
917         * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
918         * cpplib.c (SEEN_EOL): Update.
919         (lex_macro_node): Update for -traditional.
920         (cpp_push_buffer, _cpp_pop_buffer): Similarly.
921         * cppmacro.c (_cpp_create_definition): Split into
922         create_iso_definition() and _cpp_create_trad_definition().
923         (warn_of_redefinition): Update prototype; handle traditional
924         macros.
925         (_cpp_push_text_context): New.
926         * cpptrad.c (skip_whitespace, push_replacement_text): New.
927         (lex_identifier): Call ht_lookup with correct start.
928         (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
929         _cpp_set_trad_context): New.
930         (scan_out_logical_line): Update to handle changing contexts.
931
932 Wed Jun  5 20:42:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
933
934         * config.gcc (sh-*-elf*,  sh64*-*-elf*): Unify.
935         (shl*-*-elf*): Add.
936         * config/sh/t-be (MULTILIB_ENDIAN): Set.
937         * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
938         * t-sh (MULTILIB_ENDIAN): Set.
939         (MULTILIB_OPTIONS): Use it.
940         * t-sh64 (MULTILIB_OPTIONS): Likewise.
941         (MULTILIB_DIRNAMES): Likewise.
942
943 2002-06-05  Gabriel Dos Reis  <gdr@codesourcery.com>
944
945         * toplev.h (report_error_function): Remove.
946
947         * diagnostic.h (location_t): New datatype.
948         (text_info): Likewise.
949         (diagnostic_info): Likewise.
950         (output_prefix): New macro.
951         (diagnostic_last_function_changed): Likewise.
952         (diagnostic_set_last_function): Likewise.
953         (diagnostic_last_module_changed): Likewise.
954         (diagnostic_set_last_module): Likewise.
955         (report_diagnostic): Now macro.
956         (diagnostic_set_info): Declare.
957
958         * diagnostic.c (report_problematic_module): Rename to
959         diagnostic_repor_current_module.
960         (set_diagnostic_context): Remove.
961         (count_error): Rename to diagnostic_error_count.
962         (error_function_changed): Remove.
963         (record_last_error_function): Likewise.
964         (error_module_changed): Likewise.
965         (record_last_error_module): Likewise.
966         (context_as_prefix): Rename to diagnostic_build_prefix.
967         (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
968         (diagnostic_set_info): New function.
969
970         * objc/objc-act.c: #include diagnostic.h
971         (error_with_ivar): Adjust call to count_error.
972         (warn_with_method): Likewise.
973         * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
974
975 2002-06-05  Bob Wilson  <bob.wilson@acm.org>
976
977         * config/xtensa/xtensa.c (xtensa_build_va_list): Use
978         lang_hooks.types.make_type instead of make_node; set up
979         __va_list_tag type decl.
980         (xtensa_builtin_saveregs): Remove broken use of
981         RTX_UNCHANGING_P and unnecessary use of MEM_IN_STRUCT_P
982         for saved registers; add varargs alias set.
983
984 2002-06-05  Neil Booth  <neil@daikokuya.demon.co.uk>
985
986 config:
987         * alpha/gnu.h: Undef TARGET_OS_CPP_BUILTINS.
988         * i386/beos-elf.h: Use TARGET_OS_CPP_BUILTINS rather than
989         CPP_PREDEFINES and part of CPP_SPEC.
990         i386/freebsd-aout.h, i386/gas.h, i386/gnu.h, i386/linux-aout.h,
991         i386/linux.h, i386/moss.h, i386/xm-vsta.h: Similarly.
992
993 Wed Jun  5 15:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
994
995         * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
996
997 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
998
999         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
1000
1001 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
1002
1003         * gengtype-yacc.y: Make sure all rules end with a semicolon.
1004
1005 2002-06-04  Bob Wilson  <bob.wilson@acm.org>
1006
1007         * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
1008         typo in function prototype and include "ggc.h" header.
1009
1010 2002-06-04  Richard Henderson  <rth@redhat.com>
1011
1012         * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
1013         (print_operand) ['U']: Likewise.
1014         (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
1015         (alpha_expand_unaligned_store_words): Likewise.
1016         (alpha_expand_builtin_vector_binop): Fix typo.
1017         (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
1018         umulh, and cix insns.
1019         (one_arg_builtins): Add cix builtins.
1020         (two_arg_builtins): Add ext, ins, msk, umulh builtins.
1021         (alpha_expand_builtin): Fix typo in arity.
1022         * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
1023         (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
1024         builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
1025         builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
1026         builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
1027         builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
1028         builtin_ctlz, builtin_ctpop): New.
1029         * doc/extend.texi (Alpha Built-in Functions): Update.
1030
1031 2002-06-04  Geoffrey Keating  <geoffk@redhat.com>
1032
1033         * gengtype.c (write_gc_root): Don't unnecessarily prevent
1034         global variable-length arrays being roots.
1035
1036         * config.gcc (powerpc-*-darwin*): Set config_gtfiles.
1037         * configure.in (config_gtfiles): New variable.
1038         (all_gtfiles): Initialise from config_gtfiles.
1039         * configure: Regenerate.
1040
1041 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1042
1043 config/i386:
1044         * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
1045         i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
1046         mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
1047         sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
1048         win32.h (CPP_SPEC): Remove cpp_cpu.
1049         * i386.h (TARGET_CPU_CPP_BUILTINS): Use.
1050         (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
1051
1052 2002-06-04  Janis Johnson  <janis187@us.ibm.com>
1053
1054         * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
1055
1056 2002-06-04  Jeff Law <law@redhat.com.
1057             David Edelsohn <edelsohn@gnu.org>
1058             Michael Matz <matz@kde.org>
1059
1060         * sched-int.h (struct deps): New field libcall_block_tail_insn.
1061         * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
1062         * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
1063         is set, then mark the current insn as being part of a libcall
1064         scheduling group.
1065         (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
1066
1067         * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
1068         insns against the issue rate.
1069
1070 Tue Jun  4 19:29:42 CEST 2002  Jan Hubicka  <jh@suse.cz>
1071
1072         * cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
1073         * final.c (final_scan_insn): Likewise.
1074         * ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
1075         NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
1076         * haifa-sched.c (unlink_other_notes): Likeewise.
1077         (reemit_notes): Likewise.
1078         * print-rtl.c (print_rtx): Likewise.
1079         * sched-deps (sched-analyze): Likewise.
1080         * rtl.c (note_insn_name): Likewise.
1081         * rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
1082         (enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
1083         (RANGE_*): Kill.
1084
1085 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1086
1087         * varasm.c (mark_constants): Handle RTX format 'B'.
1088
1089 2002-06-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1090
1091         * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
1092         (struct cpp_context): Add traditional fields.
1093         * cppmacro.c (paste_all_tokens, push_ptoken_context,
1094         push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
1095         * cpptrad.c (skip_comment, lex_identifier,
1096         _cpp_read_logical_line_trad, scan_out_logical_line): Update.
1097
1098 2002-06-04  Kazu Hirata  <kazu@cs.umass.edu>
1099
1100         * gbl-ctors.h: Fix formatting.
1101         * gcc.c: Likewise.
1102         * gccspec.c: Likewise.
1103         * gcov.c: Likewise.
1104         * gcov-io.h: Likewise.
1105         * gcse.c: Likewise.
1106         * ggc-common.c: Likewise.
1107         * ggc.h: Likewise.
1108         * ggc-page.c: Likewise.
1109         * ggc-simple.c: Likewise.
1110         * global.c: Likewise.
1111         * graph.h: Likewise.
1112         * gthr-dce.h: Likewise.
1113         * gthr.h: Likewise.
1114         * gthr-posix.h: Likewise.
1115         * gthr-rtems.h: Likewise.
1116         * gthr-solaris.h: Likewise.
1117         * gthr-win32.h: Likewise.
1118
1119 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
1120
1121         Merge from pch-branch:
1122
1123         * gengtype.h (UNION_OR_STRUCT_P): New macro.
1124         * gengtype.c (write_gc_structure_fields): Use it.
1125         (write_gc_root): Use it here too.
1126
1127         * gengtype.c (write_gc_structure_fields): Assume that lengths
1128         of typenames fit into an 'int'; don't pass a size_t to "%d" in
1129         printf.
1130         (write_gc_marker_routine_for_structure): Likewise.
1131         (write_gc_types): Likewise.
1132         (write_gc_root): Likewise.
1133
1134         * varray.h (VARRAY_CLEAR): New.
1135         (varray_clear): Prototype.
1136         * varray.c (varray_clear): New.
1137         * cselib.c (reg_values_old): New.
1138         (used_regs_old): New.
1139         (cselib_init): Use cached varrays if available to avoid
1140         generating large amounts of garbage.
1141         (cselib_finish): Don't throw away old varrays.
1142
1143         * final.c (insn_addresses_): Move out of ifdef.
1144
1145         * varray.c (uses_ggc): Make more varray kinds GCable.
1146         * varray.h (union varray_data_tag): Let gengtype see
1147         fields 'generic' and 'te'.
1148         * reg-stack.c: Include gt-reg-stack.h, ggc.h.
1149         (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.
1150         (reg_to_stack): Don't call VARRAY_FREE.
1151         * insn-addr.h (INSN_ADDRESSES_FREE): Don't use VARRAY_FREE.
1152         (insn_addresses_): Use gengtype to mark.
1153         * gengtype.c (write_gc_structure_fields): Handle arrays of generic
1154         pointers; handle generic pointers in unused union fields.
1155         (get_output_file_with_visibility): Include cselib.h,
1156         insn-addr.h in gtype-desc.c.
1157         * function.c (prologue): Use gengtype to mark.
1158         (epilogue): Likewise.
1159         (sibcall_epilogue): Likewise.
1160         * dependence.c: Include gt-dependence.h, ggc.h.
1161         (struct def_use): Use gengtype to mark.
1162         (struct loop): Likewise.
1163         (struct induction): Likewise.
1164         (struct dependence): Likewise.
1165         (def_use_chain): Likewise.
1166         (dep_chain): Likewise.
1167         (loop_chain): Likewise.
1168         (induction_chain): Likewise.
1169         (init_dependence_analysis): Don't free anything, just clear pointers.
1170         (build_def_use): Use GGC to allocate def_use.
1171         (add_loop): Use GGC to allocate loop.
1172         (find_induction_variable): Use GGC to allocate induction.
1173         (check_node_dependence): Use GGC to allocate induction, dependence.
1174         (dump_node_dependence): Don't free varrays.
1175         (end_dependence_analysis): Likewise.
1176         * cselib.h (struct cselib_val_struct): Use gengtype to mark.
1177         (struct elt_loc_list): Likewise.
1178         (struct elt_list): Likewise.
1179         * cselib.c: Don't include obstack.h.
1180         (hash_table): Use gengtype to mark.
1181         (reg_values): Use gengtype to mark.
1182         (used_regs): Use gengtype to mark.
1183         (cselib_obstack): Delete.
1184         (cselib_startobj): Delete.
1185         (empty_vals): Mark as deletable.
1186         (empty_elt_lists): Mark as deletable.
1187         (empty_elt_loc_lists): Mark as deletable.
1188         (new_elt_list): Use GGC to allocate struct elt_list.
1189         (new_elt_loc_list): Use GGC to allocate struct elt_loc_list.
1190         (clear_table): Don't delete obstack; don't unnecessarily clear
1191         deletable variables.
1192         (new_cselib_val): Use GGC to allocate struct cselib_val.
1193         (cselib_init): Don't set up obstacks.  Use GGC to allocate
1194         hash table.
1195         (cselib_finish): Just clear variables, don't free anything.
1196         * Makefile.in (cselib.o): Remove dependency on $(OBSTACK_H).
1197         (reg-stack.o): Add dependency on gt-reg-stack.h, $(GGC_H).
1198         (dependence.o): Add dependency on gt-dependence.h, $(GGC_H).
1199         (GTFILES): Add insn-addr.h, cselib.h, dependence.c, reg-stack.c.
1200         (gt-reg-stack.h): New rule.
1201         (gt-dependence.h): New rule.
1202         (gtype-desc.o): Add cselib.h, insn-addr.h.
1203
1204         * varray.c: Use only necessary headers.
1205         (element_size): New.
1206         (uses_ggc): New.
1207         (varray_init): Take type, not size.  Use GGC if appropriate.
1208         (varray_grow): Update for change to struct varray_head_tag.
1209         Use GGC if appropriate.
1210         * varray.h (struct const_equiv_data): Use gengtype.
1211         (enum varray_data_enum): New.
1212         (union varray_data_tag): Use gengtype.
1213         (struct varray_head_tag): Use gengtype.  Replace size field with
1214         enum varray_data_enum.
1215         (varray_init): Update prototype.
1216         (VARRAY_SCHED_INIT): Delete.
1217         (VARRAY_*_INIT): Update for change to varray_init.
1218         (VARRAY_SCHED): Delete.
1219         (VARRAY_PUSH_SCHED): Delete.
1220         (VARRAY_TOP_SCHED): Delete.
1221         * tree.h: Update for change to length specifier.
1222         * tree-inline.c (optimize_inline_calls): Don't use VARRAY_FREE.
1223         (clone_body): Likewise.
1224         * ssa.h (ssa_definition): Use gengtype to mark.
1225         * ssa.c (convert_from_ssa): Don't use VARRAY_FREE.
1226         * ssa-dce.c (ssa_eliminate_dead_code): Don't use VARRAY_FREE.
1227         * rtl.h (struct rtvec_def): Update for change to length specifier.
1228         * integrate.c (expand_inline_function): Don't use VARRAY_FREE.
1229         (struct initial_value_struct): Update for change to length specifier.
1230         * ggc.h (ggc_add_rtx_varray_root): Delete prototype.
1231         (ggc_add_tree_varray_root): Delete prototype.
1232         (ggc_mark_rtx_varray): Delete prototype.
1233         (ggc_mark_tree_varray): Delete prototype.
1234         * ggc-common.c (ggc_add_rtx_varray_root): Delete.
1235         (ggc_add_tree_varray_root): Delete.
1236         (ggc_mark_rtx_varray): Delete.
1237         (ggc_mark_tree_varray): Delete.
1238         (ggc_mark_rtx_varray_ptr): Delete.
1239         (ggc_mark_tree_varray_ptr): Delete.
1240         * gengtype.h (enum typekind): Remove TYPE_VARRAY.
1241         (create_varray): Delete prototype.
1242         * gengtype.c (varrays): Delete.
1243         (create_varray): Delete.
1244         (adjust_field_type): Detect array of string pointers.
1245         (process_gc_options): Remove code to handle varray_type option.
1246         (set_gc_used_type): Remove TYPE_VARRAY case.
1247         (output_escaped_param): New.
1248         (write_gc_structure_fields): Use output_escaped_param on all
1249         parameters.  Handle 'skip' with 'use_param' option.  Handle
1250         arrays of strings.  Remove TYPE_VARRAY handling.
1251         (write_gc_roots): Use boolean to detect 'length' option.
1252         * gengtype-yacc.y (VARRAY_TYPE): Delete token.
1253         (struct_fields): Call adjust_field_type on array fields.
1254         (type): Remove VARRAY_TYPE case.
1255         (type_option): Likewise.
1256         * gengtype-lex.l: Don't consider varray_type a keyword.
1257         * function.h: Update for change to length specifier.
1258         (free_eh_status): Delete prototype.
1259         * function.c (free_after_compilation): Don't call free_eh_status.
1260         (reorder_blocks): Don't use VARRAY_FREE.
1261         * except.c (struct eh_status): Update for change to length specifier.
1262         remove varray_type specifier.
1263         (free_eh_status): Delete.
1264         * dwarf2out.c: Include gt-dwarf2out.h.
1265         (used_rtx_varray): Use gengtype to mark, move
1266         outside ifdefs.
1267         (incomplete_types): Likewise.
1268         (decl_scope_table): Likewise.
1269         (dwarf2out_init): Don't call ggc_add_tree_varray_root.
1270         * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
1271         * c-tree.h (struct lang_type): Update for change to length specifier.
1272         * c-parse.in (yylexstring): Don't use VARRAY_FREE.
1273         * c-objc-common.c: Include gt-c-objc-common.h.
1274         (deferred_fns): Mark for gengtype.
1275         (c_objc_common_init): Don't call ggc_add_tree_varray_root.
1276         (expand_deferred_fns): Just set deferred_fns to 0 to free it.
1277         * Makefile.in (c-objc-common.o): Add gt-c-objc-common.h.
1278         (gtype-desc.o): Update dependencies.
1279         (dwarf2out.o): Add gt-dwarf2out.h.
1280         (varray.o): Update dependencies.
1281         (GTFILES): Add varray.h, ssa.h, dwarf2out.c, c-objc-common.c.
1282         (gt-c-objc-common.h): New rule.
1283         (gt-dwarf2out.h): New rule.
1284         * objc/objc-act.c (build_objc_string_object): Don't use VARRAY_FREE.
1285
1286         * doc/gty.texi (GTY Options): Correct spelling.
1287         (GGC Roots): Likewise.
1288         * Makefile.in (TEXI_CPP_FILES): New.
1289         (TEXI_GCC_FILES): New.
1290         (TEXI_GCCINT_FILES): New.
1291         (TEXI_CPPINT_FILES): New.
1292         ($(docdir)/cpp.info): Use new macros.
1293         ($(docdir)/gcc.info): Likewise.
1294         ($(docdir)/gccint.info): Likewise.
1295         ($(docdir)/cppinternals.info): Likewise.
1296         (cpp.dvi): Likewise.
1297         (gcc.dvi): Likewise.
1298         (gccint.dvi): Likewise.
1299         (cppinternals.dvi): Likewise.
1300
1301         * Makefile.in ($(docdir)/gccint.info): Depend on gty.texi.
1302         * doc/gccint.texi (Top): Include gty.texi.
1303         * doc/gty.texi: New file.
1304
1305         * bitmap.c: Include ggc.h, gt-bitmap.h.
1306         (bitmap_ggc_free): New.
1307         (bitmap_elem_to_freelist): New.
1308         (bitmap_element_free): Use bitmap_elem_to_freelist.
1309         (bitmap_element_allocate): Allow use of GGC.
1310         (bitmap_clear): Use bitmap_elem_to_freelist.
1311         (bitmap_copy): Update for change to bitmap_element_allocate.
1312         (bitmap_set_bit): Likewise.
1313         (bitmap_operation): Update for changes elsewhere.
1314         (bitmap_initialize): Allow to create bitmaps that will use GGC.
1315         * bitmap.h (struct bitmap_element_def): Use gengtype.
1316         (struct bitmap_head_def): Likewise.  Also add 'using_obstack' field.
1317         (bitmap_initialize): Add extra parameter.
1318         (BITMAP_OBSTACK_ALLOC): Update for change to bitmap_initialize.
1319         (BITMAP_ALLOCA): Delete.
1320         (BITMAP_XMALLOC): Update for change to bitmap_initialize.
1321         (BITMAP_GGC_ALLOC): New.
1322         * Makefile.in (gtype-desc.o): Add bitmap.h.
1323         (bitmap.o): Add gt-bitmap.h, $(GGC_H).
1324         (GTFILES): Add bitmap.c.
1325         (gt-bitmap.h): New rule.
1326         ($(HOST_PREFIX_1)bitmap.o): Add gt-bitmap.h.
1327         * basic-block.h: Update for changes to bitmap_initialize.
1328         * except.c (exception_handler_label_map): Move into...
1329         (struct eh_status): Here.
1330         (struct eh_region): Make 'aka' GCable.
1331         (free_eh_status): Don't need to specially handle
1332         exception_handler_label_map.
1333         (add_ehl_entry): Update for changes to exception_handler_label_map.
1334         (find_exception_handler_labels): Likewise.
1335         (remove_exception_handler_label): Likewise.
1336         (maybe_remove_eh_handler): Likewise.
1337         (for_each_eh_label): Likewise.
1338         (remove_eh_handler): Allocate 'aka' using GGC.
1339         * gengtype.c (get_output_file_with_visibility): Add bitmap.h
1340         to list of includes.
1341
1342         * gengtype.c (write_gc_marker_routine_for_structure): Name
1343         the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.
1344         (write_gc_types): Arrange for the tests with NULL to be inlined.
1345         (write_gc_roots): Update uses of procedure pointers.
1346         * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
1347
1348         * Makefile.in (explow.o): Add dependency on gt-explow.h.
1349         (sdbout.o): Add dependency on gt-sdbout.h.
1350
1351         * emit-rtl.c (const_int_htab): Use gengtype to clear unused entries.
1352         (mem_attrs_htab): Likewise.
1353         (init_emit_once): Don't call ggc_add_deletable_htab.
1354         * fold-const.c (size_htab): Use gengtype to clear unused entries.
1355         (size_int_type_wide): Don't call ggc_add_deletable_htab.
1356         * gengtype.c (finish_root_table): Add LASTNAME and TNAME
1357         parameters, use them, change callers.
1358         (write_gc_root): Add IF_MARKED parameter, use it, change callers.
1359         (write_gc_roots): Handle 'if_marked' option.
1360         (main): Don't need to call set_gc_used_type any more.
1361         * ggc.h (ggc_htab_marked_p): Delete.
1362         (ggc_htab_mark): Delete.
1363         (struct ggc_cache_tab): New.
1364         (gt_ggc_cache_rtab): New declaration.
1365         * ggc-common.c (struct d_htab_root): Delete.
1366         (d_htab_roots): Delete.
1367         (ggc_add_deletable_htab): Delete.
1368         (ggc_htab_delete): Handle new htab-deleting mechanism.
1369         (ggc_mark_roots): Use new htab-deleting mechanism.
1370         * tree.c (type_hash_table): Use gengtype to clear unused entries.
1371         Make static.
1372         (init_obstacks): Don't call ggc_add_deletable_htab.
1373
1374         * objc/objc-act.h (struct hashed_attribute): Use gengtype.
1375         (struct hashed_entry): Likewise.
1376         (nst_method_hash_list): Likewise.
1377         (cls_method_hash_list): Likewise.
1378         (HASH_ALLOC_LIST_SIZE): Delete.
1379         (ATTR_ALLOC_LIST_SIZE): Delete.
1380         * objc/objc-act.c (hash_init): Use ggc to allocate
1381         nst_method_hash_list, cls_method_hash_list.
1382         (hash_enter): Use ggc to allocate; allocate one entry at a time.
1383         (hash_add_attr): Likewise.
1384         (ggc_mark_hash_table): Delete.
1385         (objc_act_parse_init): Delete.
1386         (objc_init): Delete reference to objc_act_parse_init.
1387         * tlink.c: Replace hash.h with hashtab.h.  Explicitly include
1388         obstack.h.  Replace references to 'struct hash_table' with htab_t.
1389         (struct symbol_hash_entry): Replace hash header with key field.
1390         (struct file_hash_entry): Replace hash header with key field.
1391         (struct demangled_hash_entry): Replace hash header with key field.
1392         (hash_string_eq): New.
1393         (hash_string_hash): New.
1394         (symbol_hash_newfunc): Delete.
1395         (symbol_hash_lookup): Modify to use htab_t.
1396         (file_hash_newfunc): Delete.
1397         (file_hash_lookup): Modify to use htab_t.
1398         (demangled_hash_newfunc): Delete.
1399         (demangled_hash_lookup): Modify to use htab_t.
1400         (tlink_init): Modify to use htab_t.
1401         * hash.h: Delete.
1402         * hash.c: Delete.
1403         * ggc.h: Delete forward structure declarations.
1404         Delete prototypes for deleted functions.
1405         * ggc-common.c: Don't include hash.h.
1406         (ggc_add_tree_hash_table_root): Delete.
1407         (ggc_mark_tree_hash_table_entry): Delete.
1408         (ggc_mark_tree_hash_table): Delete.
1409         (ggc_mark_tree_hash_table_ptr): Delete.
1410         * gengtype.c (write_gc_structure_fields): Allow param_is option.
1411         (write_gc_marker_routine_for_structure): Use visibility of
1412         the parameter if there is one.
1413         * function.c: Replace hash.h with hashtab.h.  Replace references
1414         to 'struct hash_table *' with htab_t.
1415         (struct insns_for_mem_entry): Include a plain key.
1416         (fixup_var_refs_insns_with_hash): Update to use htab_t.
1417         (insns_for_mem_newfunc): Delete.
1418         (insns_for_mem_hash): Update to use htab_t.
1419         (insns_for_mem_comp): Likewise.
1420         (insns_for_mem_walk): Likewise.
1421         * c-lang.c: Include ggc.h.
1422         * Makefile.in (OBJS): Remove hash.o.
1423         (c-lang.o): Add GGC_H.
1424         (COLLECT2_OBJS): Remove hash.o.
1425         (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
1426         (ggc-common.o): Remove hash.h.
1427         (function.o): Remove hash.h, add HASHTAB_H.
1428         (genautomata.o): Remove hash.h, add HASHTAB_H.
1429
1430         * varasm.c (mark_const_str_htab_1): Delete.
1431         (mark_const_str_htab): Delete.
1432         (const_str_htab_del): Delete.
1433         (const_str_htab): Use gengtype to mark.
1434         (init_varasm_once): Use gengtype to mark hashtables.  Use GC to
1435         allocate them.
1436         * tree.c (mark_tree_hashtable_entry): Delete.
1437         (mark_tree_hashtable): Delete.
1438         * tree.h (mark_tree_hashtable): Delete prototype.
1439         * ggc.h (ggc_test_and_set_mark): Treat (void *)1 like NULL.
1440         (ggc_mark): Likewise.
1441         (ggc_calloc): New.
1442         (htab_create_ggc): New.
1443         * ggc-common.c (ggc_calloc): New.
1444         * gengtype.h (enum typekind): Add TYPE_PARAM_STRUCT.
1445         (struct type): Add param_struct structure.
1446         * gengtype.c (param_structs): New.
1447         (adjust_field_type): Handle param_is option.
1448         (set_gc_used_type): Handle TYPE_PARAM_STRUCT.
1449         (get_output_file_with_visibility): Include hashtab.h in gtype-desc.c.
1450         (write_gc_structure_fields): Add new PARAM parameter.  Update
1451         callers.  Handle use_param option.  Handle TYPE_PARAM_STRUCT.
1452         (write_gc_marker_routine_for_structure): Add new PARAM parameter.
1453         Use it to generate function name.  Update callers.
1454         (write_gc_types): Add new PARAM_STRUCTS parameter.  Update callers.
1455         Process them.
1456         (write_gc_roots): Handle TYPE_PARAM_STRUCT.  Allow param_is
1457         option.
1458         (main): Define PTR as pointer-to-scalar.  Don't specially
1459         mark deferred_string or ehl_map_entry.
1460         * gengtype-yacc.y (PARAM_IS): Add new token.
1461         (externstatic): Use adjust_field_type.
1462         (type_option): Add PARAM_IS.
1463         * gengtype-lex.l: Add rule for typedef of function pointers.
1464         Add rule for PARAM_IS.
1465         (IWORD): Add size_t.
1466         * except.c (exception_handler_label_map): Use gengtype to mark.
1467         (type_to_runtime_map): Likewise.
1468         (mark_ehl_map_entry): Delete.
1469         (mark_ehl_map): Delete.
1470         (init_eh): Use gengtype for roots; use GC to allocate hash tables.
1471         (t2r_mark_1): Delete.
1472         (t2r_mark): Delete.
1473         * Makefile.in (gtype-desc.o): Correct dependencies.
1474         (GTFILES): Add hashtab.h.
1475         (genautomata.o): Actually uses hashtab.h.
1476
1477         * Makefile.in (stringpool.o): Add $(GGC_H).
1478         (dwarf2asm.o): Likewise.
1479         (GTFILES): Add hashtable.h.
1480         * c-common.h (struct c_common_identifier): Use gengtype.
1481         * c-decl.h (c_mark_tree): Delete.
1482         * c-lang.c (LANG_HOOKS_MARK_TREE): Delete.
1483         * c-tree.h (struct lang_identifier): Use gengtype.
1484         (union lang_tree_node): New.
1485         (c_mark_tree): Delete prototype.
1486         * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy
1487         dwarf2_debug_hooks.
1488         * gengtype-lex.l (IWORD): Allow 'bool'.
1489         (ptr_alias): Match.
1490         * gengtype-yacc.y (ALIAS): New token.
1491         (type_option): New rule.
1492         (option): Use type_option.
1493         * gengtype.c (process_gc_options): New.
1494         (set_gc_used_type): Use it.
1495         (write_gc_structure_fields): Add 'bitmap' parameter, change callers.
1496         Add new variable 't' to hold the type of the field being processed.
1497         Add more error checking.  Use UNION_P when looking at 'desc' option.
1498         Handle language-specific structures containing other
1499         language-specific structures.
1500         (write_gc_types): Handle 'ptr_alias' option.
1501         (main): Don't need to specially output lang_type, lang_decl, lang_id2.
1502         * ggc-common.c (ggc_pending_trees): Delete.
1503         (ggc_mark_roots): Don't manipulate ggc_pending_trees.
1504         (ggc_mark_trees): Delete.
1505         (gt_ggc_m_tree_node): Delete.
1506         * ggc.h (ggc_pending_trees): Delete.
1507         (ggc_mark_tree): Make alias of gt_ggc_m_tree_node.
1508         * hashtable.h (ht_identifier): Use gengtype.
1509         * langhooks-def.h (LANG_HOOKS_MARK_TREE): Delete.
1510         * langhooks.h (struct lang_hooks): Delete mark_tree.
1511         * sdbout.c [! SDB_DEBUGGING_INFO]: Define dummy sdb_debug_hooks
1512         anyway.
1513         * system.h: Poison LANG_HOOKS_MARK_TREE.
1514         * tree.c (tree_node_structure): New.
1515         * tree.h (struct tree_common): Use gengtype.
1516         (struct tree_int_cst): Likewise.
1517         (struct tree_real_cst): Likewise.
1518         (struct tree_string): Likewise.
1519         (struct tree_complex): Likewise.
1520         (struct tree_vector): Likewise.
1521         (struct tree_identifier): Likewise.
1522         (struct tree_list): Likewise.
1523         (struct tree_vec): Likewise.
1524         (struct tree_exp): Likewise.
1525         (struct tree_block): Likewise.
1526         (struct tree_type): Likewise.
1527         (struct tree_decl): Likewise.
1528         (enum tree_structure_enum): New.
1529         (union tree_node): Use gengtype, with an alias.
1530         (tree_node_structure): Prototype.
1531         * objc/objc-lang.c (LANG_HOOKS_MARK_TREE): Delete.
1532
1533         Merge to tag pch-merge-20020430.  The LANG_HOOKS_FUNCTION_MARK
1534         macro was deleted.  The LANG_HOOKS_FUNCTION_FREE macro was renamed
1535         to LANG_HOOKS_FUNCTION_FINAL.
1536         * Makefile.in (GTFILES): Add bitmap.h.
1537         * except.c (struct eh_region): Mark field 'aka' to be skipped.
1538
1539         * config/alpha/alpha.c [TARGET_ABI_UNICOSMK]
1540         (alpha_init_machine_status): Give proper type.
1541         * Makefile.in (c-lang.o): Depend on gtype-c.h.
1542         (optabs.o): Depend on gt-optabs.h.
1543         (GTFILES): Add optabs.o.
1544         (gt-optabs.h): Add rule.
1545         * optabs.c: Include gt-optabs.h.
1546
1547         * gengtype.c (set_gc_used_type): Correct some errors in last change.
1548         (write_gc_structure_fields): If a field which should be NULL is
1549         not, abort.
1550         * c-pragma.c: Move struct align_stack and variable alignment_stack
1551         out from the ifdef.
1552
1553         * config/xtensa/t-xtensa: Add dependencies for gt-xtensa.h.
1554         * config/xtensa/xtensa.c: Include gt-cris.h.
1555         (struct machine_function): Use gengtype to mark.
1556         * config/mmix/mmix.h (struct machine_function): Use gengtype
1557         to mark.
1558         * config/cris/t-cris: Add dependencies for gt-cris.h.
1559         * config/cris/cris.c: Include gt-cris.h.
1560         (struct machine_function): Use gengtype to mark.
1561         * config/rs6000/rs6000.h (struct machine_function): Use gengtype
1562         to mark.
1563         * doc/tm.texi (Per-Function Data): Delete references to
1564         mark_machine_status.
1565         * config/ia64/ia64.c (ia64_override_options): Don't set
1566         mark_machine_status.
1567         * config/i386/i386.c (override_options): Likewise.
1568         * config/d30v/d30v.c (d30v_init_expanders): Likewise.
1569         * config/arm/arm.c (arm_init_expanders): Likewise.
1570         * config/alpha/alpha.c (override_options): Likewise.
1571         * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO.
1572         * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
1573         (write_gc_structure_fields): Don't handle 'really' option.
1574         Handle 'maybe_null' option.
1575         (write_gc_types): Handle 'maybe_null' option.
1576         * function.h (struct function): Don't use "really".
1577         (mark_machine_status): Delete declaration.
1578         (mark_lang_status): Delete declaration.
1579         (gt_ggc_mr_machine_function): Delete prototype.
1580         (gt_ggc_mr_language_function): Delete prototype.
1581         * function.c (mark_machine_status): Delete.
1582         (mark_lang_status): Delete.
1583         (gt_ggc_mr_machine_function): Delete.
1584         (gt_ggc_mr_language_function): Delete.
1585         * c-tree.h (mark_c_function_context): Delete prototype.
1586         * c-objc-common.c (c_objc_common_init): Don't set mark_lang_status.
1587         * c-decl.c (struct language_function): Rename from struct
1588         c_language_function.  Update uses.  Use gengtype to mark.
1589         (mark_c_function_context): Delete.
1590         * c-common.h (struct c_language_function): Rename from struct
1591         language_function.
1592         (mark_stmt_tree): Delete prototype.
1593         (c_mark_lang_decl): Delete prototype.
1594         (mark_c_language_function): Delete prototype.
1595         * c-common.c (mark_stmt_tree): Delete.
1596         (c_mark_lang_decl): Delete.
1597         (mark_c_language_function): Delete.
1598
1599         * gengtype.h (enum typekind): Add TYPE_LANG_STRUCT.
1600         (lang_bitmap): New typedef.  Use where appropriate.
1601         (struct type): Add gc_used field, lang_struct field.
1602         (UNION_P): New macro.
1603         (new_structure): New prototype.
1604         (find_structure): Remove 'pos' parameter.  Change all callers.
1605         * gengtype-lex.l: Update for changes to find_structure.
1606         * gengtype-yacc.y (typedef_struct): Use new_structure.
1607         (yacc_ids): Suppress warning.
1608         (type): Use new_structure.
1609         * gengtype.c (string_type): Update for changes to struct type.
1610         (find_structure): Just find a structure, don't worry about
1611         creating one.
1612         (new_structure): New.
1613         (note_yacc_type): Use new_structure.
1614         (set_gc_used_type): New.
1615         (set_gc_used): New.
1616         (write_gc_structure_fields): Allow for pointers to TYPE_LANG_STRUCT.
1617         (write_gc_types): Handle TYPE_LANG_STRUCT.
1618         (write_gc_marker_routine_for_structure): New.
1619         (main): Call set_gc_used.  Add some calls to set_gc_used_type
1620         for places where GCC doesn't use gengtype properly yet.
1621         * ggc.h (gt_ggc_m_rtx_def): Don't prototype.
1622         (gt_ggc_m_tree_node): Likewise.
1623
1624         * varasm.c (copy_constant): Call expand_constant if we hit
1625         something we can't recognise.
1626
1627         * ggc-common.c (ggc_mark_rtvec_children): Delete.
1628         (ggc_mark_rtx_children): Use generic name for ggc_mark_rtvec.
1629         (lang_mark_false_label_stack): Delete.
1630         * rtl.h (struct rtvec_def): Use gengtype to mark.
1631         * ggc.h (ggc_mark_rtvec): Delete.
1632         (gt_ggc_m_rtvec_def): Delete.
1633         (ggc_mark_nonnull_tree): Delete.
1634         (ggc_mark_rtvec_children): Delete prototype.
1635         (lang_mark_false_label_stack): Delete declaration.
1636
1637         * gengtype.h (note_yacc_type): Add prototype.
1638         * gengtype.c (note_yacc_type): New function.
1639         * gengtype-lex.l: Add lexer support for yacc files.
1640         * gengtype-yacc.y (start): Extract union from yacc files.
1641         (yacc_union): New rule.
1642         (yacc_typematch): New rule.
1643         (yacc_ids): New rule.
1644         (enum_items): Tweak for efficiency.
1645         (optionseq): Likewise.
1646
1647         * c-common.h (struct language_function): Use gengtype.
1648         (struct c_lang_decl): Likewise.
1649         * c-tree.h (struct lang_decl): Likewise.
1650         (struct lang_type): Likewise.
1651         * c-decl.c (lang_mark_tree): Use generated marker routines to mark
1652         tree language substructures.
1653
1654         * stringpool.c (mark_ident): Replace ggc_mark_nonnull_tree with
1655         ggc_mark_tree.
1656         * dwarf2asm.c (mark_indirect_pool_entry): Likewise.
1657
1658         * varasm.c (struct rtx_const): Remove 'skip' tags for scalar arrays.
1659
1660         * stmt.c (struct nesting): Add discriminator.  Use gengtype to
1661         mark. Remove 'data.block.cleanup_ptr' field.
1662         (struct stmt_status): Use usual technique to mark struct nesting.
1663         (gt_ggc_mr_nesting_cond): Delete.
1664         (gt_ggc_mr_nesting_loop): Delete.
1665         (gt_ggc_mr_nesting_block): Delete.
1666         (gt_ggc_mr_nesting_case_stmt): Delete.
1667         (expand_start_cond): Set discriminator.
1668         (expand_start_loop): Likewise.
1669         (expand_start_null_loop): Likewise.
1670         (expand_start_bindings_and_block): Set discriminator.  Don't set
1671         deleted fields.
1672         (expand_decl_cleanup): Replace 'cleanup_ptr' with
1673         &thisblock->data.block.cleanups.
1674         (expand_start_case): Set discriminator.
1675         (expand_start_case_dummy): Set discriminator.
1676
1677         * ggc-callbacks.c: Remove.
1678
1679         * gengtype.h (struct type): Add 'u.s.bitmap' field.
1680         (find_structure): Add 'pos' parameter.
1681         * gengtype-lex.l: Update callers to find_structure.
1682         * gengtype-yacc.y: Likewise.
1683         * gengtype.c (find_structure): Allow for structures to be defined
1684         in multiple language backends.
1685         (get_output_file_with_visibility): Include debug.h in gtype-desc.c.
1686         (counter): Rename to gc_counter.
1687         (write_gc_structure_fields): Fail when writing out fields for
1688         an incomplete structure.  Ignore arrays of scalars.  Handle
1689         'tree_vec' special.
1690         (write_gc_types): Reset counter for each procedure written.
1691
1692         * stmt.c (add_case_node): Use GGC to allocate struct case_node.
1693         (free_case_nodes): Delete.
1694         (expand_end_case_type): Delete call to free_case_nodes.
1695
1696         * Makefile.in (cselib.o): Include gt-<filename>.h.
1697         (gcse.o): Likewise.
1698         (profile.o): Likewise.
1699         (alias.o): Likewise.
1700         (GTFILES): Add alias.c, cselib.c, gcse.c, profile.c, and
1701         alphabetize backend files.
1702         (gt-alias.h, gt-cselib.h, gt-gcse.h, gt-profile.h): New rules.
1703         * alias.c: Use gengtype for roots.
1704         * c-common.h (struct stmt_tree_s): Use gengtype.
1705         * c-decl.c: Use gengtype for roots.
1706         * cselib.c: Use gengtype for roots.
1707         * expr.c: Use gengtype for roots.
1708         * fold-const.c: Use gengtype for roots.
1709         * gcse.c: Use gengtype for roots.
1710         * gengtype-lex.l: Handle typedefs of function types.
1711         Allow for empty array bounds.
1712         Allow processing to stop on initialisers.
1713         * gengtype-yacc.y (externstatic): Stop processing on initialisers.
1714         (semiequal): New rule.
1715         * gengtype.c (create_file): Tidy output files.
1716         (get_output_file_with_visibility): Fix paren warning.  Fix bug
1717         involving multiple input files mapping to one output file.
1718         (write_gc_structure_fields): Skip arrays of scalars.
1719         (write_gc_types): Tidy output files.
1720         (write_gc_root): New function.
1721         (write_gc_roots): Fix bugs, add support for roots that are
1722         structures.
1723         * ggc-common.c (ggc_mark_rtx_ptr): Delete.
1724         (ggc_mark_tree_ptr): Delete.
1725         (ggc_add_rtx_root): Delete.
1726         (ggc_add_tree_root): Delete.
1727         (ggc_del_root): Delete.
1728         * integrate.c (get_func_hard_reg_initial_val): Use ggc_alloc to
1729         allocate struct initial_value_struct.
1730         * profile.c: Use gengtype for roots.
1731         * sdbout.c: Use gengtype for roots.
1732         * varasm.c (mark_weak_decls): Delete unused prototype.
1733         (mark_const_hash_entry): Delete unused function.
1734         * config/darwin-protos.h: Use gengtype for roots.
1735         (machopic_add_gc_roots): Delete.
1736         * config/arm/arm.c: Use gengtype for roots.
1737         * config/arm/arm.h: Use gengtype for roots.
1738         * config/c4x/c4x-protos.h: Use gengtype for roots.
1739         * config/c4x/c4x.c (c4x_add_gc_roots): Delete.
1740         * config/d30v/d30v-protos.h: Use gengtype for roots.
1741         * config/d30v/d30v.c (d30v_add_gc_roots): Delete.
1742         * config/dsp16xx/dsp16xx.c (override_options): Use gengtype for roots.
1743         * config/dsp16xx/dsp16xx.h: Use gengtype for roots.
1744         * config/ia64/ia64-protos.h: Use gengtype for roots.
1745         * config/ia64/ia64.c (ia64_add_gc_roots): Delete.
1746         * config/m68hc11/m68hc11-protos.h: Use gengtype for roots.
1747         * config/m68hc11/m68hc11.c (z_reg): Make global.
1748         (z_reg_qi): Make global.
1749         (m68hc11_add_gc_roots): Delete.
1750         * config/mcore/mcore-protos.h: Use gengtype for roots.
1751         * config/mcore/mcore.c (mcore_add_gc_roots): Delete.
1752         * config/mips/mips.c (mips_add_gc_roots): Delete.
1753         * config/mips/mips.h: Use gengtype for roots.
1754         * config/mmix/mmix.c (override_options): Use gengtype for roots.
1755         * config/mmix/mmix.h: Use gengtype for roots.
1756         * config/mn10200/mn10200.c (asm_file_start): Use gengtype for roots.
1757         * config/mn10200/mn10200.h: Use gengtype for roots.
1758         * config/pa/pa.c: Use gengtype for roots, marking.
1759         (struct deferred_plabel): Use GGC, gengtype.
1760         (pa_add_gc_roots): Delete.
1761         (mark_deferred_plabels): Delete.
1762         * config/pj/pj-protos.h: Use gengtype for roots.
1763         * config/pj/pj.h (OVERRIDE_OPTIONS): Don't define.
1764         * config/rs6000/rs6000.c: Use gengtype for roots.  Don't call
1765         machopic_add_gc_roots.
1766         * config/rs6000/rs6000.h: Use gengtype for roots.
1767         * config/rs6000/t-darwin (darwin.o): Add dependency on gt-darwin.h.
1768         (gt-darwin.h): Add rule.
1769         * config/sh/sh.c: Use gengtype for roots.
1770         * config/sh/t-sh ($(out_object_file)): Add dependency on gt-sh.h.
1771         (gt-sh.h): Add rule.
1772         * config/sparc/sparc.c: Use gengtype for roots.
1773         (sparc_add_gc_roots): Delete.
1774         (struct ultrasparc_pipeline_state): Use GGC, gengtype.
1775         (mark_ultrasparc_pipeline_state): Delete.
1776         * config/sparc/sparc.h: Use gengtype for roots.
1777
1778         * Makefile.in (c-parse.o): Update dependencies.
1779         (c-common.o): Likewise.
1780         (GTFILES): Add c-common.h, c-tree.h, c-common.c, c-parse.in.
1781         Add dependencies for the files they generate.
1782         * c-common.c: Replace ggc_add_* uses with GTY annotations.
1783         * c-common.h: Likewise.
1784         * c-decl.c: Likewise.
1785         (gt_ggc_mp_binding_level): Delete.
1786         * c-lang.c: Include gtype-c.h.
1787         * c-parse.in: Replace ggc_add_* uses with GTY annotations.  Include
1788         gt-c-parse.h.
1789         * c-pragma.h: Replace ggc_add_* uses with GTY annotations.
1790         (gt_ggc_mp_align_stack): Delete.
1791         * c-tree.h: Replace ggc_add_* uses with GTY annotations.
1792         * function.c: Replace ggc_add_* uses with GTY annotations.
1793         (gt_ggc_mp_function): Delete.
1794         * function.h: Replace ggc_add_* uses with GTY annotations.
1795         * gengtype.c (lang_names): New.
1796         (NUM_BASE_FILES): New.
1797         (open_base_files): Create language base files.
1798         (startswith): New.
1799         (get_file_basename): New.
1800         (get_base_file_bitmap): New.
1801         (get_output_file_with_visibility): Rename from get_output_file.
1802         Add more mappings for various C/Objc filenames.
1803         (finish_root_table): New.
1804         (write_gc_roots): Handle dependencies and scoping properly.
1805         * gengtype.h: Add prototypes for new functions.
1806         * ggc-common.c (struct deletable_root): Delete.
1807         (deletables): Delete.
1808         (ggc_add_deletable_root): Delete.
1809         (ggc_mark_roots): No need to deal with deleted functionality.
1810         * ggc.h (ggc_add_deletable_root): Delete prototype.
1811         * objc/Make-lang.in (objc-act.o): Add gtype-objc.h dependency.
1812         (gtype-objc.h): Add rule to create.
1813         * objc/config-lang.in (gtfiles): New.
1814         * objc/objc-act.c: Allocate imp_list using GGC.  Replace uses of
1815         ggc_add_* with GTY markers.  Include gtype-objc.h.
1816         (ggc_mark_imp_list): Delete.
1817         * objc/objc-act.h: Replace uses of ggc_add_* with GTY markers.
1818         * objc/objc-lang.c: Random Whitespace Change.
1819
1820         * except.h (exception_handler_labels): Delete.
1821         (get_exception_handler_labels): New.
1822         * except.c (exception_handler_labels): Delete.
1823         (struct eh_status): Add exception_handler_labels field.
1824         (doing_eh): Don't add exception_handler_labels as root.
1825         (free_eh_status): Don't need to free exception_handler_labels.
1826         (get_exception_handler_labels): New.
1827         (find_exception_handler_labels): Update for move of
1828         exception_handler_labels.
1829         (remove_exception_handler_label): Likewise.
1830         * cfgrtl.c (can_delete_label_p): Use get_exception_handler_labels.
1831         * jump.c (rebuild_jump_labels): Likewise.
1832         * loop.c (find_and_verify_loops): Likewise.
1833         * sched-rgn.c (is_cfg_nonregular): Likewise.
1834
1835         * gengtype.c (write_gc_structure_fields): Handle variable-length
1836         TYPE_ARRAYs.
1837
1838         * varasm.c (struct weak_syms): Use GGC, gengtype.
1839         (mark_weak_decls): Delete.
1840         (weak_decls): Likewise.
1841         (add_weak): Likewise.
1842         (remove_from_pending_weak_list): Likewise.
1843         (init_varasm_once): Likewise.
1844
1845         * Makefile.in (gtype-desc.o): Add libfuncs.h dependency.
1846         (GTFILES): Add tree.h, libfuncs.h, emit-rtl.c, explow.c,
1847         stor-layout.c, regclass.c, and lists.c.
1848         Add dependencies of gt-emit-rtl.h gt-explow.h gt-stor-layout.h
1849         gt-regclass.h and gt-lists.h on s-gtype.
1850         * emit-rtl.c: Use gengtype for roots.  Include gt-emit-rtl.h.
1851         * except.c: Use gengtype for roots.
1852         * explow.c: Use gengtype for roots.  Include gt-explow.h.
1853         * expr.h (init_stor_layout_once): Delete prototype.
1854         * function.c: Use gengtype for roots.
1855         * gengtype-lex.l: Add ENT_EXTERNSTATIC lexing.
1856         * gengtype-yacc.y (start): Can also be an externstatic.
1857         (externstatic): New production.
1858         (struct_fields): Correct array bounds inversion for 2-d arrays.
1859         * gengtype.c (variables): New variable.
1860         (note_variable): New function.
1861         (get_output_file): Include libfuncs.h into gtype-desc.c.
1862         (get_output_file_name): New function.
1863         (write_gc_structure_fields): Suppress warnings.
1864         (write_gc_types): Make static.
1865         (put_mangled_filename): New function.
1866         (write_gc_roots): New function.
1867         (main): Call write_gc_roots.
1868         * gengtype.h (note_variable): Prototype.
1869         (get_output_file_name): Prototype.
1870         (write_gc_types): Delete prototype.
1871         * ggc.h: Clean up unnecessary structure predefinitions.
1872         (struct ggc_root_tab): Define.
1873         (gt_ggc_m_rtx_def): Make function, not macro.
1874         (gt_ggc_m_tree_node): Likewise.
1875         * libfuncs.h: Use gengtype for roots.
1876         * lists.c: Use gengtype for roots.  Include gt-lists.h.
1877         (init_EXPR_INSN_LIST_cache): Delete.
1878         * optabs.c: Use gengtype for roots.
1879         (gt_ggc_mp_optab): Delete.
1880         * optabs.h: Use gengtype for roots.
1881         * regclass.c: Use gengtype for roots.  Include gt-regclass.h.
1882         * rtl.h: Use gengtype for roots.
1883         (init_EXPR_INSN_LIST_cache): Delete prototype.
1884         * stor-layout.c: Use gengtype for roots.
1885         Include gt-stor-layout.h.
1886         (init_stor_layout_once): Delete.
1887         * toplev.c: Use gengtype for roots.  Delete calls to deleted
1888         routines.
1889         * tree.c: Use gengtype for roots.
1890         * tree.h: Use gengtype for roots.
1891         * varasm.c: Use gengtype for roots.
1892
1893         * Makefile.in (GTFILES): Add @all_gtfiles@.
1894         * configure: Regenerate.
1895         * configure.in: Construct all_gtfiles from the gtfiles definitions
1896         in config-lang.in.
1897         * gengtype-yacc.y (type): Warn about duplicate structure names.
1898         * gengtype.c (get_output_file): Handle .c files in language
1899         subdirectories.
1900
1901         * Makefile.in (GTFILES): Run gengtype on all the config files
1902         and on the target .c file.
1903         * except.c (mark_eh_region): Delete.
1904         (init_eh_for_function): Use GGC on struct eh_status.
1905         (mark_eh_status): Delete.
1906         (free_eh_status): Use GGC.
1907         (expand_eh_region_start): Use GGC to
1908         (collect_eh_region_array): Allocate last_region_number using GGC.
1909         (duplicate_eh_region_1): Use GGC to allocate struct eh_region.
1910         (remove_eh_handler): Let GGC free struct eh_region.
1911         (add_call_site): Use GGC to reallocate call_site_record array.
1912         * function.c (init_machine_status): Update calling sequence.
1913         (mark_machine_status): Likewise.
1914         (mark_lang_status): Likewise.
1915         (prepare_function_start): Update init_machine_status call.
1916         (mark_function_status): Delete.
1917         (maybe_mark_struct_function): Delete.
1918         (ggc_mark_struct_function): Delete.
1919         (gt_ggc_mp_function): New.
1920         (gt_ggc_mr_machine_function): New.
1921         (gt_ggc_mr_language_function): New.
1922         (init_function_once): Use canonical names.
1923         * function.h (struct function): Use gengtype.
1924         (init_machine_status): Return the structure.
1925         (mark_machine_status): Take a 'void *'.
1926         (mark_lang_status): Likewise.
1927         * ggc-common.c (ggc_mark_trees): Use canonical name for
1928         ggc_mark_struct_function.
1929         * tree.h (ggc_mark_struct_function): Delete prototype.
1930         * config/alpha/alpha.c (alpha_mark_machine_status): Delete.
1931         (alpha_init_machine_status): Likewise.
1932         (override_options): Use canonical name for alpha_mark_machine_status.
1933         * config/alpha/unicosmk.h (struct machine_function): Use gengtype.
1934         * config/arm/arm.h (struct machine_function): Use gengtype.
1935         * config/arm/arm.c (arm_mark_machine_status): Delete.
1936         (arm_init_machine_status): Update calling sequence.
1937         (arm_init_expanders): Use canonical name for arm_mark_machine_status.
1938         * config/cris/cris.c (cris_init_machine_status): Update
1939         calling sequence.
1940         * config/d30v/d30v.h (struct machine_function): Use gengtype.
1941         * config/d30v/d30v.c (d30v_init_machine_status): Update
1942         calling sequence.
1943         (d30v_mark_machine_status): Delete.
1944         * config/i386/i386.c: Include gt-i386.h.
1945         (struct machine_function): Use gengtype.
1946         (ix86_init_machine_status): Update calling sequence.
1947         (ix86_mark_machine_status): Delete.
1948         (override_options): Use canonical namke for ix86_mark_machine_status.
1949         * config/ia64/ia64.h (struct machine_function): Use gengtype.
1950         * config/ia64/ia64.c (ia64_init_machine_status): Update calling
1951         sequence.
1952         (ia64_mark_machine_status): Delete.
1953         (ia64_override_options): Use canonical name for
1954         ia64_mark_machine_status.
1955         * config/mmix/mmix.c (mmix_init_machine_status): Update calling
1956         sequence.
1957         * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
1958         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
1959         * gengtype.c (get_output_file): Fix warning.
1960         (main): Add prototype to suppress warning.
1961         * tree.c: Remove tree_hash_mark prototype.
1962
1963         * tree.h (init_stmt): Delete prototype.
1964         * toplev.c (lang_independent_init): Don't call init_stmt.
1965         * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.
1966         (stmt_obstack): Delete.
1967         (POPSTACK): No need to free 'struct nesting'.
1968         (gt_ggc_mr_nesting_cond): Use canonical names.
1969         (gt_ggc_mr_nesting_loop): Use canonical names.
1970         (gt_ggc_mr_nesting_block): Use canonical names.
1971         (gt_ggc_mr_nesting_case_stmt): Use canonical names.
1972         (mark_stmt_status): Delete.
1973         (init_stmt): Delete.
1974         (clear_last_expr): Clear both last_expr_type and last_expr_value.
1975         Use it everywhere that last_expr_type was cleared.
1976         * lists.c (init_EXPR_INSN_LIST_cache): Use ggc_add_deletable_root.
1977         (zap_lists): Delete.
1978         * ggc.h (ggc_add_deletable_root): Prototype.
1979         (mark_stmt_status): Remove prototype.
1980         * ggc-common.c (ggc_add_deletable_root): New.
1981         (ggc_mark_roots): Handle deletable roots.
1982         * function.c (ggc_mark_struct_function): Use canonical name
1983         for mark_stmt_status.
1984         * emit-rtl.c (free_sequence_stack): New.
1985         (start_sequence): Use a freelist for sequences.
1986         (end_sequence): Likewise.
1987         (init_emit_once): Add free_sequence_stack as a deleteable root.
1988         * c-pragma.c Include gt-c-pragma.h.
1989         (struct align_stack): Use gengtype.
1990         (push_alignment): Use GGC for struct align_stack.
1991         (mark_align_stack): Delete.
1992         (gt_ggc_mp_align_stack): New.
1993         (init_pragma): Use canonical name for mark_align_stack.
1994         * c-decl.c: Include gt-c-decl.h.
1995         (struct binding_level): Use gengtype.
1996         (make_binding_level): Use GGC; handle the freelist here.
1997         (pop_binding_level): New.
1998         (pushlevel): Move code into make_binding_level.
1999         (push_label_level): Likewise.
2000         (poplevel): Move code into pop_binding_level.
2001         (pop_label_level): Likewise.
2002         (mark_binding_level): Delete.
2003         (gt_ggc_mp_binding_level): New.
2004         (c_init_decl_processing): Use canonical name for mark_binding_level.
2005         Add free_binding_level as deletable root.
2006         (mark_c_function_context): Use canonical name for mark_binding_level.
2007         * Makefile.in (c-decl.o): Add gt-c-decl.h.
2008         (c-pragma.o): Add gt-c-pragma.h.
2009         (GTFILES): Add c-decl.c and c-pragma.c.
2010         (gt-c-decl.h, gt-c-pragma.h): Create using gengtype.
2011
2012         * tree.c (struct type_hash): Use gengtype.
2013         (init_obstacks): Use canonical name for type_hash_mark.
2014         (type_hash_mark): Delete.
2015         Include gt-tree.h.
2016         * rtl.h (struct mem_attrs): Use gengtype.
2017         * optabs.h (struct optab): Use gengtype.
2018         * optabs.c (expand_binop): Squish signed/unsigned warning.
2019         (mark_optab): Make local, use canonical name, use autogenerated
2020         marker procedure.
2021         (init_optabs): Use canonical name for mark_optab.
2022         (new_optab): Use GGC to allocate optabs.
2023         * ggc.h: Delete mark_optab prototype.
2024         * ggc-common.c (ggc_mark_rtx_children): Use canonical name for
2025         mem_attrs marker procedure.
2026         * gengtype.c (get_output_file): Include headers in gtype-desc.c
2027         explicitly rather than deducing them from file names.
2028         (write_gc_structure_fields): Handle arrays of structures.
2029         (main): Return non-zero exit code if errors occur during output.
2030         * emit-rtl.c (mem_attrs_mark): Delete.
2031         (init_emit_once): Use canonical name for mem_attrs marker procedure.
2032         * Makefile.in (gtype-desc.o): Explicitly name dependencies.
2033         (tree.o): Depend on gt-tree.h.
2034         (GTFILES): Add rtl.h, optabs.h, tree.c.
2035         (gt-tree.h): Add it to s-gtype rule.
2036
2037         * .cvsignore: Ignore gengtype flex/bison generated files.
2038         * Makefile.in (GGC_H): Add gtype-desc.h.
2039         (OBJS): Add gtype-desc.o.
2040         (GEN): Add gengtype.
2041         (STAGESTUFF): Add gengtype.
2042         (varasm.o): Add gt-varasm.h.
2043         (stmt.o): Add gt-stmt.h.
2044         (except.o): Add gt-except.h.
2045         (integrate.o): Add gt-integrate.h.
2046         (GTFILES): New.
2047         Add new rules for new files.
2048         * configure: Regenerate.
2049         * configure.in: Correct defaults.h paths.
2050         * emit-rtl.c (mark_sequence_stack): Delete.
2051         (mark_emit_status): Delete.
2052         (start_sequence): Allocate sequence structures using GGC.
2053         (end_sequence): Allocate sequence structures using GGC.
2054         * except.c: Use gengtype for various structures.  Include
2055         gt-except.h.
2056         * expr.c (mark_expr_status): Delete.
2057         * function.c: Use gengtype for various structures.  Include
2058         gt-function.h.
2059         (mark_function_status): Use standard gt_ggc names for marker functions.
2060         (ggc_mark_struct_function): Likewise.
2061         * function.h: Use gengtype for various structures.
2062         * gengtype-lex.l: New file.
2063         * gengtype-yacc.y: New file.
2064         * gengtype.c: New file.
2065         * gengtype.h: New file.
2066         * ggc.h: Include gtype-desc.h.  Alias some marker procedures to
2067         the standard names.  Remove some now-unnecessary prototypes.
2068         * integrate.c: Use gengtype for various structures.  Include
2069         gt-integrate.h.
2070         (mark_hard_reg_initial_vals): Delete.
2071         * integrate.h (mark_hard_reg_initial_vals): Delete.
2072         * stmt.c: Use gengtype for various structures.  Include
2073         gt-stmt.h.
2074         (mark_case_node): Delete.
2075         (mark_goto_fixup): Delete.
2076         (mark_stmt_status): Use standard gt_ggc names for marker functions.
2077         * system.h: Define GTY to empty.   In flex/bison files,
2078         don't poison malloc or realloc, instead just define them to
2079         xmalloc and xrealloc.
2080         * varasm.c: Use gengtype for various structures.  Include
2081         gt-varasm.h.  Use standard gt_ggc names for marker functions.
2082         (mark_pool_constant): Delete.
2083         (mark_varasm_status): Delete.
2084         (decode_rtx_const): #if 0 out non-typesafe hack.
2085
2086         * function.h (free_lang_status): Mark as obsolete.
2087         * function.c (free_lang_status): Mark as obsolete.
2088         * c-decl.c (push_c_function_context): Use GC to allocate and free
2089         struct language_function.
2090         (pop_c_function_context): Likewise.
2091         * c-common.c (mark_c_language_function): Mark struct
2092         language_function.
2093
2094         * doc/tm.texi (Per-Function Data): Don't document free_machine_status.
2095         Document that the machine_function structures must be allocated
2096         using GC.  Update mark_machine_status documentation.
2097         * function.h: Don't declare free_machine_status.
2098         * function.c (free_machine_status): Don't define.
2099         (free_after_compilation): Don't call free_machine_status.
2100         (ggc_mark_struct_function): Mark f->machine.  Call
2101         mark_machine_status only on non-NULL pointers.
2102         * system.h: Poison free_machine_status.
2103         * config/xtensa/xtensa.c (xtensa_init_machine_status): Use GC on
2104         struct machine_function.
2105         (xtensa_free_machine_status): Delete.
2106         (override_options): Don't set free_machine_status.
2107         * config/rs6000/rs6000.c (rs6000_override_options): Don't set
2108         free_machine_status.
2109         (rs6000_init_machine_status): Use GC on struct machine_function.
2110         (rs6000_free_machine_status): Delete.
2111         * config/ia64/ia64.c (ia64_init_machine_status): Use GC on struct
2112         machine_function.
2113         (ia64_mark_machine_status): Likewise.
2114         (ia64_free_machine_status): Delete.
2115         (ia64_override_options): Don't set free_machine_status.
2116         * config/i386/i386.c (override_options): Don't set
2117         free_machine_status.
2118         (ix86_init_machine_status): Use GC on struct machine_function.
2119         (ix86_mark_machine_status): Likewise.
2120         (ix86_free_machine_status): Delete.
2121         * config/d30v/d30v.c: (d30v_init_machine_status): Use GC on struct
2122         machine_function.
2123         (d30v_mark_machine_status): Likewise.
2124         (d30v_free_machine_status): Delete.
2125         (d30v_init_expanders): Don't set free_machine_status.
2126         * config/arm/arm.c (arm_mark_machine_status): Use GC on struct
2127         machine_function.
2128         (arm_init_machine_status): Likewise.
2129         (arm_free_machine_status): Delete.
2130         (arm_init_expanders): Don't set free_machine_status.
2131         * config/alpha/alpha.c (override_options): Don't set
2132         free_machine_status.
2133         (alpha_init_machine_status): Use GC on struct machine_function.
2134         (alpha_mark_machine_status): Likewise.
2135         (alpha_free_machine_status): Delete.
2136
2137         * varasm.c (compare_constant): Fix typo.
2138
2139         * varasm.c: Don't include obstack.h.
2140         (struct varasm_status): x_const_rtx_hash_table is a hash of rtxes.
2141         (struct rtx_const): Give substructures names, improve formatting.
2142         (struct constant_descriptor): Delete.
2143         (struct constant_descriptor_tree): New, based on constant_descriptor.
2144         (const_hash_table): Is a hash table of trees.
2145         (mark_const_hash_entry): Is used for hashes of trees.  Mark
2146         constant_descriptor_tree structure.
2147         (mark_const_str_htab_1): Mark deferred_string structure.
2148         (compare_constant): Rewrite to compare trees.
2149         (compare_constant_1): Delete.
2150         (record_constant): Delete.
2151         (record_constant_1): Delete.
2152         (output_constant_def): Use struct constant_descriptor_tree.
2153         Don't duplicate trees twice.
2154         (struct constant_descriptor_rtx): New.
2155         (struct pool_constant): Used for rtx constants.
2156         (init_varasm_status): Update for change to struct varasm_status.
2157         (mark_varasm_status): Likewise.
2158         (free_varasm_status): Delete.
2159         (compare_constant_rtx): Rewrite to handle constant_descriptor_rtx.
2160         (record_constant_rtx): Likewise.
2161         (mem_for_const_double): Update to use struct constant_descriptor_rtx.
2162         (force_const_mem): Likewise.
2163         * Makefile.in (varasm.o): Doesn't depend on obstack.h.
2164         * function.c (free_after_compilation): Don't use free_varasm_status.
2165         * function.h: Don't prototype free_varasm_status.
2166
2167         * ggc-common.c (ggc_realloc): Handle X being NULL.
2168
2169         * ggc-common.c (ggc_realloc): New function.
2170         * ggc.h: Prototype it.
2171         * emit-rtl.c (free_emit_status): Delete.
2172         (init_emit): Allocate emit subarrays using GC.
2173         (gen_reg_rtx): Reallocate subarrays using GC.
2174         (init_emit): Use GC to allocate 'struct emit_status' and its
2175         subarrays.
2176         (mark_emit_status): Mark structure and its subarrays.
2177         * stmt.c (free_stmt_status): Delete.
2178         * expr.c (free_expr_status): Delete.
2179         * function.h: Remove prototypes for deleted functions.
2180         * function.c (free_after_compilation): Don't use deleted functions.
2181         Don't call free() on x_parm_reg_stack_loc.
2182         (free_after_parsing): Don't use free_stmt_status.
2183         (assign_parms): Use GC to allocate and resize x_parm_reg_stack_loc.
2184         (mark_function_status): Mark x_parm_reg_stack_loc.
2185
2186         * varasm.c (init_varasm_status): Use GC to allocate
2187         'struct varasm_status' and its fields x_const_rtx_hash_table
2188         and x_const_rtx_sym_hash_table.
2189         (mark_varasm_status): Mark them.
2190         (free_varasm_status): Use GC to free them.
2191         * expr.c (init_expr): Use GC to allocate 'struct expr_status'.
2192         (mark_expr_status): Mark the structure itself.
2193         (free_expr_status): Use GC to free the structure.
2194         * stmt.c (free_stmt_status): Use GC to free 'struct stmt_status'.
2195         (mark_stmt_status): Mark the 'struct stmt_status' itself.
2196         (init_stmt_for_function): Allocate the structure for GC.
2197
2198         * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
2199         (equate_type_number_to_die): Likewise.
2200         * tree.h (TYPE_SYMTAB_DIE): New macro.
2201         (struct die_struct): Predeclare.
2202         (struct tree_type): Add field symtab.die.   Add a tag
2203         to the union type of field symtab.
2204
2205         * varray.h (VARRAY_RTVEC_INIT): A varray of rtvec contains
2206         'struct rtvec_def *', not 'struct rtvec_def'.
2207
2208         * function.h (original_arg_vector): Make a real rtvec.
2209         * function.c (ggc_mark_struct_function): Adjust.
2210         * integrate.c (expand_inline_function): Adjust.
2211
2212 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
2213
2214         * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*)
2215         (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
2216         * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
2217         (TARGET_VERSION_CPU): Define according to the
2218         default target.
2219         (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
2220         TARGET_VERSION_CPU.
2221         (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
2222         if TARGET_SHMEDIA64.
2223         (LINK_DEFAULT_CPU_EMUL): Define according to the
2224         default target.
2225         (SUBTARGET_LINK_EMUL_SUFFIX): Define.
2226         (SUBTARGET_LINK_SPEC): Define.
2227         (LINK_SPEC): Use SH_LINK_SPEC.
2228         (ASM_SPEC): Remove.
2229         (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
2230         (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
2231         and TARGET_SHMEDIA64 which abort, for now.
2232         * config/sh/t-netbsd-sh5: New file.
2233         * config/sh/t-netbsd-sh5-32: New file.
2234         * config/sh/t-netbsd-sh5-64: New file.
2235
2236 2002-06-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2237             Richard Henderson  <rth@redhat.com>
2238
2239         * config/alpha/alpha.c (reg_or_const_int_operand): New.
2240         (some_operand, input_operand): Accept CONST_VECTOR.
2241         (alpha_extra_constraint): Add 'W'.
2242         (alpha_expand_zap_mask): New.
2243         (alpha_expand_builtin_vector_binop): New.
2244         (enum alpha_builtin): New.
2245         (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
2246         (alpha_init_builtins, alpha_expand_builtin): New.
2247         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
2248         * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
2249         (PREDICATE_CODES): Update.
2250         * config/alpha/alpha-protos.h: Update.
2251         * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
2252         UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
2253         (movv8qi, movv8qi_fix, movv8qi_nofix): New.
2254         (movv4hi, movv4hi_fix, movv4hi_nofix): New.
2255         (movv2si, movv2si_fix, movv2si_nofix): New.
2256         (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
2257         (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
2258         (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
2259         builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
2260         builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
2261         builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
2262         builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
2263         pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
2264         builtin_unpkbw, unpkbw): New.
2265         * doc/extend.texi (Alpha Built-in Functions): New.
2266
2267 2002-06-03  Richard Henderson  <rth@redhat.com>
2268
2269         * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
2270         USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
2271
2272 2002-06-03  Richard Henderson  <rth@redhat.com>
2273
2274         * config/alpha/alpha-protos.h: Eliminate unneeded ifdefs.
2275
2276         * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
2277         (const0_operand): New.
2278         (reg_or_fp0_operand, fp0_operand): Remove.
2279         * config/alpha/alpha.h (PREDICATE_CODES): Update.
2280         * config/alpha/alpha-protos.h: Update.
2281         * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
2282         and fp0_operand with reg_or_0_operand and const0_operand.
2283
2284 2002-06-03  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
2285
2286         * alias.c (nonoverlapping_memrefs_p): Fix off by one error.
2287
2288 2002-06-03  Roger Sayle  <roger@eyesopen.com>
2289
2290         * gcse.c (cprop_jump): Use single_set to get the pattern
2291         from the setcc argument.
2292
2293 2002-06-03  Gabriel Dos Reis  <gdr@codesourcery.com>
2294
2295         * diagnostic.h (diagnostic_count): Move from output_buffer to
2296         diagnostic_context.
2297         (diagnostic_kind_count): Adjust definition.
2298
2299 Mon Jun  3 19:11:53 CEST 2002  Jan Hubicka  <jh@suse.cz>
2300
2301         * except.c (except.c): Do not rebuild CFG.
2302         * toplev.c (rest_of_compilation): Recompute CFG after sibcall
2303         optimization.
2304
2305 Mon Jun  3 11:53:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
2306
2307         * integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
2308         * toplev.c: Include cfglahout.h
2309         * Makefile.in (toplev.c): Add dependnecy.
2310
2311 2002-06-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2312
2313         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): New.
2314         (CPP_CPU32_SPEC, CPP_CPU64_SPEC): Kill.
2315         (CPP_CPUCOMMON_SPEC): Rename CPP_CPU_SPEC.
2316
2317 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
2318
2319         * config/ns32k/netbsd.h: Update copyright years.
2320         (TARGET_OS_CPP_BUILTINS): Define.
2321         (CPP_PREDEFINES): Remove.
2322         * config/ns32k/ns32k.h (CPP_PREDEFINES): Remove.
2323         (TARGET_CPU_CPP_BUILTINS): Define.
2324
2325 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
2326
2327         * emit-rtl.c: Fix formatting.
2328         * errors.h: Likewise.
2329         * except.c: Likewise.
2330         * explow.c: Likewise.
2331         * expmed.c: Likewise.
2332         * expr.c: Likewise.
2333         * expr.h: Likewise.
2334
2335 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
2336
2337         * config/h8300/elf.h: Fix formatting.
2338         * config/h8300/rtems.h: Likewise.
2339
2340 2002-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
2341
2342         * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
2343
2344 2002-06-02  Tom Tromey  <tromey@redhat.com>
2345
2346         * fixinc/fixincl.x: Rebuilt.
2347         * fixinc/inclhack.def (thread_keyword): Match `*__thread'.
2348
2349 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2350
2351 config/i370:
2352         * i370.h (TARGET_CPU_CPP_BUILTINS): Use.
2353         * linux.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES.
2354         * mvs.h: Similarly.
2355         * oe.h: Similarly.
2356
2357 Mon Jun  3 00:18:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
2358
2359         * final.c (final):  Allow notes to not have computed addresses;
2360         kill no longer needed STACK_REGS ifdef.
2361
2362 2002-06-02  Richard Henderson  <rth@redhat.com>
2363
2364         * gcse.c (bypass_conditional_jumps): Fix typo last change.
2365
2366 Sun Jun  2 23:02:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
2367
2368         * loop.c (emit_prefetch_instructions): Properly place the address
2369         computation.
2370
2371 Sun Jun  2 22:56:48 CEST 2002  Jan Hubicka  <jh@suse.cz>
2372
2373         * basic-block.h (basic_block_for_insn, BLOCK_FOR_INSN): Kill.
2374         (set_block_for_insn): Turn into macro.
2375         * cfgbuild.c (find_basic_block): Do not clear basic_block_for_insn.
2376         * cfglayout.c (insn_scopes): Kill.
2377         (scope_to_insns_initialize): Do not use insn_scopes.
2378         (scope_to_insns_finalize): Likewise.
2379         (duplicate_insn_chain): Likewise.
2380         (cfg_layout_initialize, cfg_layout_finalize): Do not turn scopes to notes.
2381         * cfgrtl.c (basic_block_for_insn): Kill.
2382         (delete_insn_and_edges, delete_insn_chain_and_edges): Simplify.
2383         (create_basic_block_structure): Use reorder_insns.
2384         (compute_bb_for_insn): Do not use basic_block_for_insn.
2385         (merge_blocks_nomove): Likewise.
2386         (update_bb_for_insn): Likewise.
2387         (verify_flow_info): Likewise.
2388         (set_block_for_insn): Kill.
2389         * combine.c (try_combine): Update gen_rtx_INSN call.
2390         * emit-rtl.c (gen_label_rtx): Update gen_rtx_CODE_LABEL call.
2391         (mark_insn_raw, make_jump_insn_raw, make_call_insn_raw): Clear
2392         scopes and BBs.
2393         (add_insn_after, add_insn_before, remove_insn, reorder_insns): Simplify.
2394         (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
2395         Clear BB.
2396         (emit_insns_after): Simplify.
2397         (emit_copy_of_insn_after): Copy scope.
2398         * final.c (final_start_function): Lower scopes.
2399         * flow.c (check_function_return_warnings): Do not rely on deleted insn.
2400         * integrate.c (copy_insn_list): Cope scopes.
2401         * jump.c (duplicate_loop_exit_test): LIkewise; simplify.
2402         * loop.c (loop_optimize): Do not care block notes.
2403         * print-rtl.c (print_rtx): Print BB.
2404         * recog.c (apply_change_group): Simplify.
2405         * rtl.c (copy_rtx): Handle 'B'.
2406         * rtl.def (INSN, CALL_INSN, JUMP_INSN, NOTE): Add extra fields.
2407         * rtl.h (Field accessors): Update indexes.
2408         * sched-ebb.c (schedule_ebbs): Do not lower notes.
2409         * sched-rgn.c (schedule_insns): Likewise.
2410         * toplev.c (rest_of_compilation): Lower notes.
2411         * unroll.c (unroll_loop): Do not care scoping notes.
2412         (copy_loop_body): Copy scopes.
2413
2414 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2415
2416 config/h8300:
2417         * elf.h: Use TARGET_OS_CPP_BUILTINS rather than
2418         SUBTARGET_SPEC.
2419         * rtems.h: Similarly.
2420         * h8300.h (CPP_PREDEFINES, CPP_SPEC, SUBTARGET_CPP_SPEC,
2421         EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
2422         (TARGET_CPU_CPP_BUILTINS): Use.
2423
2424 2002-06-02  Richard Henderson  <rth@redhat.com>
2425
2426         * alias.c: Include target.h.
2427         (mark_constant_function): Use targetm.binds_local_p instead
2428         of checking TREE_PUBLIC ourselves.
2429         * Makefile.in (alias.o): Add TARGET_H.
2430
2431 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2432
2433         * c-lex.c: Update copyright and file description.
2434
2435 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2436
2437         * config/fr30/fr30.h: Update to new CPP macros.
2438
2439 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2440
2441         * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
2442
2443 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2444             Zack Weinberg <zack@codesourcery.com>
2445
2446         * c-common.c (c_common_init): Override cpplib's default
2447         warn_long_long setting.
2448         * c-lex.c (lex_number): Replace with interpret_integer,
2449         interpret_float, narrowest_unsigned_type and
2450         narrowest_signed_type, taking advantage of the new
2451         cpplib functionality.
2452         * cpperror.c (_cpp_begin_message): If a warning is turned
2453         into an error, avoid printing "warning:".
2454         * cppexp.c (cpp_num_sign_extend): New.
2455         * cppinit.c: Update comment.
2456         * cpplib.h (cpp_num_sign_extend): New.
2457         * tree.h: Update comment.
2458
2459 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
2460
2461         * diagnostic.h (struct diagnostic_context):  Add new member
2462         internal_error.
2463         (internal_error_function): Remove declaration.
2464         * diagnostic.c (internal_error_function): Remove definition..
2465         (internal_error): Adjust use.
2466
2467 2002-06-02  Richard Henderson  <rth@redhat.com>
2468
2469         * rtl.h (CC0_P): New.
2470         * gcse.c (cprop_jump): Use it with single_set.  Tweak dump text.
2471         (cprop_insn): Allow any mode register; use CC0_P.  CSE out single_set.
2472         (bypass_block): Save old dest block for dump text.
2473         (bypass_conditional_jumps): Allow any mode register; use CC0_P.
2474         Allow only true SET insns, not single_set.
2475
2476 2002-06-02  Gabriel Dos Reis  <gdr@codesourcery.com>
2477
2478         * diagnostic.c (diagnostic_finish): Rename to output_flush.
2479         (clear_disgnostic_info): Rename to output_clear_data.  Use false
2480         instead of 0 for boolean value.
2481         Adjust function call throughout.
2482
2483 Sun Jun  2 19:15:27 CEST 2002  Jan Hubicka  <jh@suse.cz>
2484
2485         * cfgrtl.c (commit_one_edge_insertion): Fix warning.
2486         * gcse.c (bypass_conditional_jumps): CSE out single_set call.
2487
2488 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2489
2490         * d30v.h (CPP_PREDEFINES): Replace with
2491         (TARGET_CPU_CPP_BUILTINS): New.
2492
2493 2002-06-02  Roger Sayle  <roger@eyesopen.com>
2494
2495         * config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
2496
2497 Sun Jun  2 12:11:52 CEST 2002  Jan Hubicka  <jh@suse.cz>
2498
2499         * gcse.c (bypass_conditional_jumps): Use single set to obtain set.
2500
2501 2002-06-02  Richard Henderson  <rth@redhat.com>
2502
2503         * rtlanal.c (volatile_refs_p): Not automatically true for CALL.
2504
2505 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2506
2507         Support for C++ constructors/destructors.
2508         * config/avr/avr.c (avr_output_function_epilogue): Jump to exit()
2509         instead of looping if main() returns.
2510         (asm_file_start): Output global symbols that cause .data and .bss
2511         initialization code to be linked in, unconditionally for now.
2512         (avr_asm_out_ctor, avr_asm_out_dtor): New functions.
2513         * config/avr/avr.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): New.
2514         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
2515         (LIBSTDCXX): New.
2516         * config/avr/libgcc.S (_exit): Split in .fini9 and .fini0 sections.
2517         (__tablejump__): New.
2518         (__do_copy_data, __do_clear_bss): New.
2519         (__do_global_ctors, __do_global_dtors): New.
2520         * config/avr/t-avr (LIB1ASMFUNCS): Add _copy_data, _clear_bss,
2521         _ctors, _dtors.
2522
2523 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2524
2525         * c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): New.
2526         (CPP_SPEC, CPP_PREDEFINES): Kill.
2527         * c4x/rtems.h (CPP_PREDEFINES): Kill.
2528         (TARGET_OS_CPP_BUILTINS): New.
2529
2530 Sat Jun  1 23:29:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
2531
2532         * Makefile.in (tracer.o): New.
2533         * params.def (TRACER_*): New options.
2534         * rtl.h (tracer): Declare.
2535         * timevar.def (TV_TRACER): New.
2536         * toplev.c (dump_file_index): Add DFI_tracer.
2537         (dump_file_info): Add tracer.
2538         (flag_tracer): New.
2539         (lang_indepdenent_options): Add tracer.
2540         (rest_of_compilation): Call tracer.
2541         * tracer.c: New file.
2542         * invoke.texi (-ftracer): Document.
2543         (--param tracer-*): Document.
2544
2545 2002-06-01  Daniel Berlin  <dberlin@dberlin.org>
2546
2547         * tree-inline.c (expand_call_inline): Make the statement
2548         expression we generate have a COMPOUND_STMT.
2549
2550 2002-06-01  Roger Sayle  <roger@eyesopen.com>
2551
2552         * gcse.c (cprop_cc0_jump): Function deleted.
2553         (cprop_jump): Take an additional argument which is the possibly
2554         NULL cc setting insn immediately before the conditional jump.
2555         When a MODE_CC set is present, substitute it into the JUMP_INSN
2556         before attempting the constant propagation.
2557         (cprop_insn):  Recognize cc setters followed by conditional jumps
2558         as a special case.   Use cprop_jump instead of cprop_cc0_jump.
2559         (cprop_one_pass):  Call bypass_conditional_jumps if altering jumps.
2560         (find_bypass_set): New function based upon find_avail_set used by
2561         cprop, but finds constant expressions available at the end of
2562         basic blocks.
2563         (bypass_block): New function.  Given a basic block that begins
2564         with a conditional jump and multiple incoming edges, perform
2565         the jump bypass optimization.
2566         (bypass_conditional_jumps): New function.  Call bypass_block with
2567         each suitable basic block in the CFG using a simple single pass.
2568
2569 2002-06-01  Roger Sayle  <roger@eyesopen.com>
2570
2571         * tree.c (real_minus_onep): New function to test for -1.0.
2572         * fold-const.c (fold) [MULT_EXPR]:  Optimize -1.0*x into -x.
2573
2574 2002-06-01  Roger Sayle  <roger@eyesopen.com>
2575
2576         * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
2577         and "!p && !q" into "(p|q) == 0" under suitable conditions.
2578
2579 2002-06-01  Andreas Jaeger  <aj@suse.de>
2580
2581         * cppexp.c (cpp_classify_number): Cast precission to int for
2582         correct printf format.
2583
2584 2002-06-01  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2585
2586         * config/avr/avr.c (avr_mcu_types): Remove devices that were once
2587         expected, but don't really exist: atmega83, atmega85, attiny10.
2588         * config/avr/avr.h (LINK_SPEC): Update to use the new avr[1-5] ld
2589         emulations for all devices.
2590         (CRT_BINUTILS_SPECS): Remove atmega83, atmega85, attiny10.
2591         * config/avr/t-avr (MULTILIB_MATCHES): Remove atmega83, atmega85.
2592
2593 2002-06-01  Kazu Hirata  <kazu@cs.umass.edu>
2594
2595         * config/h8300/h8300-protos.h: Add a prototype for
2596         h8300_shift_needs_scratch_p.
2597         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): New.
2598         * config/h8300/h8300.h (OK_FOR_R): New.
2599         (OK_FOR_S): Likewise.
2600         (OK_FOR_T): Likewise.
2601         (EXTRA_CONSTRAINT): Call OK_FOR_R, OK_FOR_S, and OK_FOR_T.
2602         * config/h8300/h8300.md (anonymous shift patterns): Use
2603         constraints R, S, and T.
2604
2605 Sat Jun  1 11:23:22 CEST 2002  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2606
2607         * basic-block.h (struct basic_block_def): New field loop_father.
2608         (BB_VISITED): New flag.
2609         (struct loop): New field pred, removed field shared.
2610         (struct loops): New field parray.
2611         (LOOP_EXITS_DOMS): Removed.
2612         (flow_loop_tree_node_add, flow_loop_tree_node_remove,
2613         flow_loop_nested_p, flow_bb_inside_loop_p, get_loop_body,
2614         dfs_enumerate_from, loop_preheader_edge, loop_latch_edge,
2615         add_bb_to_loop, remove_bb_from_loops, find_common_loop,
2616         verify_loop_structure): Declare.
2617         * cfg.c (entry_exit_blocks): Initialize loop_father field.
2618         * cfganal.c (dfs_enumerate_from): New function.
2619         * cfgloop.c (HEAVY_EDGE_RATIO): New constant.
2620         (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
2621         flow_loop_nodes_find, flow_loop_level_compute, flow_loop_nested_p,
2622         flow_loop_dump, flow_loops_dump, flow_loops_free,
2623         flow_loop_tree_node_add, flow_loop_level_compute,
2624         flow_loops_level_compute, flow_loop_scan, flow_loops_update,
2625         flow_loop_outside_edge_p): Modified for new infrastructure.
2626         (make_forwarder_block, canonicalize_loop_headers, glb_enum_p,
2627         redirect_edge_with_latch_update, flow_loop_free): New static functions.
2628         (flow_loop_tree_node_remove, flow_bb_inside_loop_p,
2629         get_loop_body, add_bb_to_loop, remove_bb_from_loops,
2630         find_common_loop, verify_loop_structure, loop_latch_edge,
2631         loop_preheader_edge): New functions.
2632         (flow_loops_cfg_dump): Do not show dominators, as this information
2633         does not remain up to date long.
2634         (flow_loops_find): Store results in new format.
2635         * predict.c (propagate_freq, estimate_probability,
2636         estimate_loops_at_level, estimate_bb_frequencies): Use new loop
2637         infrastructure.
2638
2639 2002-06-01  Alan Lehotsky  <apl@alum.mit.edu>
2640
2641         * except.c (nothrow_function_p): Walk epilogue delay list
2642         checking the insn, not the chain for potential throws.
2643
2644 2002-05-31  Zack Weinberg  <zack@codesourcery.com>
2645
2646         * Makefile.in (INSTALL_CPP, UNINSTALL_CPP): Remove.
2647         (install): Refer to install-cpp directly.
2648         (uninstall-cpp): Folded into uninstall rule.
2649         * configure.in: Delete all code relating to --disable-cpp.
2650         * configure: Regenerate.
2651         * config/t-install-cpp: Delete.
2652
2653 2002-05-31  Richard Henderson  <rth@redhat.com>
2654
2655         * configure.in (HAVE_AS_TLS): Add alpha tests.
2656         * configure: Rebuild.
2657         * config/alpha/alpha.c (TARGET_AS_TLS): New.
2658         (alpha_tls_size, alpha_tls_size_string): New.
2659         (overide_options): Set it.  Always install machine_status hooks.
2660         (input_operand): Accept got tls predicates.
2661         (local_symbol_p): Merge into ...
2662         (local_symbolic_operand): ... here.  Reject tls symbols.
2663         (global_symbolic_operand): Likewise.
2664         (tls_symbolic_operand_1, dtp16_symbolic_operand): New.
2665         (dtp32_symbolic_operand, gotdtp_symbolic_operand): New.
2666         (tp16_symbolic_operand, tp32_symbolic_operand): New.
2667         (gottp_symbolic_operand, tls_symbolic_operand_type): New.
2668         (alpha_encode_section_info): Handle TLS symbols.
2669         (alpha_strip_name_encoding): Likewise.
2670         (alpha_legitimate_address_p): Likewise.
2671         (alpha_legitimize_address): Likewise.
2672         (alpha_expand_mov): Early exit to avoid nop moves.
2673         (struct machine_function): Move from unicosmk.h.  Add some_ld_name.
2674         (alpha_init_machine_status, alpha_mark_machine_status,
2675         alpha_free_machine_status): Always define.
2676         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
2677         (print_operand, print_operand_address): Add TLS relocs.
2678         * config/alpha/alpha.h (HAVE_AS_TLS): Default 0.
2679         (MASK_TLS_KERNEL, TARGET_TLS_KERNEL): New.
2680         (TARGET_SWITCHES): Add -mtls-kernel.
2681         (alpha_tls_size, alpha_tls_size_string): New.
2682         (TARGET_OPTIONS): Add -mtls-size=.
2683         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
2684         REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Add R0_REG.
2685         (ASM_OUTPUT_LABELREF): Skip %.
2686         (PRINT_OPERAND_PUNCT_VALID_P): Add &.
2687         (PREDICATE_CODES): Update.
2688         * config/alpha/alpha.md (UNSPEC_TLSGD_CALL, UNSPEC_TLSLDM_CALL,
2689         UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_DTPREL, UNSPEC_TPREL,
2690         UNSPEC_TP, UNSPECV_SET_TP): New.
2691         (adddi_er_lo16_dtp, adddi_er_hi32_dtp, adddi_er_lo32_dtp,
2692         adddi_er_lo16_tp, adddi_er_hi32_tp, adddi_er_lo32_tp, load_tp,
2693         set_tp, movdi_er_tlsgd, movdi_er_tlsldm, movdi_er_gotdtp,
2694         movdi_er_gottp, call_value_osf_tlsgd, call_value_osf_tlsldm): New.
2695         (call_value_osf_2_er): Accept anything as op4.
2696         * config/alpha/alpha-protos.h: Update.
2697         * config/alpha/unicosmk.h (struct machine_function): Move to alpha.c.
2698
2699 2002-05-31  Zack Weinberg  <zack@codesourcery.com>
2700
2701         * cppinit.c (append_include_chain): Always pay attention to
2702         cxx_aware when setting new->sysp.  Remove ATTRIBUTE_UNUSED
2703         marker on argument.
2704
2705 2002-05-31  Kazu Hirata  <kazu@cs.umass.edu>
2706
2707         * target.h: Fix formatting.
2708         * timevar.h: Likewise.
2709         * tlink.c: Likewise.
2710         * toplev.c: Likewise.
2711         * toplev.h: Likewise.
2712         * tree.c: Likewise.
2713         * tree-dump.h: Likewise.
2714         * tree.h: Likewise.
2715         * tree-inline.h: Likewise.
2716         * unroll.c: Likewise.
2717         * unwind-dw2.c: Likewise.
2718         * unwind-dw2-fde.c: Likewise.
2719         * unwind-dw2-fde-glibc.c: Likewise.
2720         * unwind-dw2-fde.h: Likewise.
2721         * unwind.h: Likewise.
2722         * unwind-sjlj.c: Likewise.
2723         * varasm.c: Likewise.
2724         * varray.h: Likewise.
2725         * vmsdbg.h: Likewise.
2726         * vmsdbgout.c: Likewise.
2727         * xcoffout.h: Likewise.
2728
2729 2002-05-31  Igor Shevlyakov <igor@microunity.com>
2730
2731         * expr.c (compare_from_rtx): Generate comparison between op0 and op1
2732         rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
2733
2734 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
2735
2736         * gcc.c (cpp_unique_options): Remove "-d" options.
2737         (cpp_debug_options): New spec string.
2738         (default_compilers): Use it.
2739         * objc/lang-specs.h: Likewise.
2740
2741 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
2742
2743         * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
2744         BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
2745         * gcc/mklibgcc.in: Likewise.
2746         * gcc/config/arc/t-arc: Likewise.
2747         * gcc/configure.in: Likewise.
2748         * gcc/configure: Regenerate.
2749
2750 2002-05-31  Stan Shebs  <shebs@apple.com>
2751             Turly O'Connor  <turly@apple.com>
2752
2753         * c-decl.c (struct binding_level): Change int field n_incomplete
2754         to tree list incomplete_list.
2755         (clear_binding_level): Init field with NULL.
2756         (pushdecl): Add incomplete type to list.
2757         (mark_binding_level): Mark the incomplete list.
2758         (finish_struct): Scan the incomplete list for types instead
2759         of all decls in the current binding level.
2760
2761 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2762
2763         * pa.c (output_millicode_call): Add missing '%' characters.
2764         (output_call): Likewise.
2765
2766 2002-05-31  David Edelsohn  <edelsohn@gnu.org>
2767
2768         * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
2769         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
2770
2771 2002-05-31  Alan Lehotsky <apl@alum.mit.edu>
2772
2773         * varasm.c (mark_constant_pool): Walk epilogue delay list
2774         checking the insn, not the chain for potential constants.
2775
2776 Fri May 31 12:38:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
2777
2778         * config/sh/elf.h (ASM_SPEC): Use subtarget_endian_asm_spec.
2779
2780 Fri May 31 13:50:19 CEST 2002  Jan Hubicka  <jh@suse.cz>
2781
2782         * i386.c (classify_argument): Properly handle base types.
2783
2784         * dwarf2out.c (expand_builin_init_dwarf_reg_sizes):
2785         Store first DWARF_FRAME_REGISTERS dwarf registers, not pseudo
2786         registers.
2787
2788 Fri May 31 13:37:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
2789
2790         * gcse.c (gcse_emit_move_after): New.
2791         (pre_delete, hoist_store): Use it.
2792
2793         * reload1.c (emit_input_reload_insns): Use constrain_operands
2794         instead of constraint_accepts_reg_p to verify optimization.
2795         (constraint_accepts_reg_p): Kill
2796
2797         * reload1.c (reload_cse_delete_noop_set): Kill.
2798         (reload_cse_simplify): use delte_insn_and_edges.
2799
2800 2002-05-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2801
2802         * cfgloop.c (flow_loops_find): Initialize first and last fields
2803         correctly.
2804
2805 2002-05-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2806
2807         * c-common.c (builtin_define_std): Correct logic.
2808
2809 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2810
2811         * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
2812         (output_call): Likewise.
2813
2814 2002-05-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2815
2816         * pa.c: Move output.h include after tree.h include.
2817         (pa_asm_output_mi_thunk): Constify identifier lab.
2818
2819 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
2820
2821         * config/ns32k/ns32k.h: Define named constants for the
2822         bits in target_flags and use them.
2823         * config/ns32k/netbsd.h (TARGET_DEFAULT): Use named constants.
2824
2825 2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2826
2827         * config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
2828         architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
2829         * pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
2830         default scheduling model.
2831         * pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
2832         * pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
2833         * pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
2834         * doc/install.texi (hppa*-*-*): Document default scheduling.
2835
2836 2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2837
2838         * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
2839
2840 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
2841
2842         * config.gcc (ns32k-*-netbsd*): Set tm_file to
2843         "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
2844         * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
2845         netbsd.h, or netbsd-aout.h.
2846
2847 2002-05-31  Jason Thorpe  <thorpej@wasabisystems.com>
2848
2849         * longlong.h (count_trailing_zeros): Add missing \, and clean up
2850         whitespace in __ns32000__ case.
2851
2852 2002-05-31  Aldy Hernandez  <aldyh@redhat.com>
2853
2854         * expr.c (expand_expr): Output partially zeroed out vectors with
2855         output_constant_def.
2856
2857 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
2858
2859         * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh.
2860         (sh-*-netbsdelf*)
2861         (shl*-*-netbsdelf*): New targets.
2862         * config/sh/netbsd-elf.h: New file.
2863         * config/sh/t-netbsd: New file.
2864
2865 2002-05-30  Richard Henderson  <rth@redhat.com>
2866             Eric Botcazou  <ebotcazou@multimania.com>
2867
2868         PR optimization/6822
2869         * config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
2870         to unsigned int for op1 comparisons.  Use gen_int_mode.
2871
2872 2002-05-30  Eric Botcazou  <ebotcazou@multimania.com>
2873
2874         * expmed.c (const_mult_add_overflow_p): New.
2875         * expr.h: Declare it.
2876         * loop.c (maybe_eliminate_biv_1) [COMPARE]: Use it.
2877         Don't eliminate the biv if the giv has a constant multiplier and
2878         the rhs argument of the comparison does satisfy the predicate.
2879         Use expand_mult_add to compute the replacement constant.
2880
2881 2002-05-30  Osku Salerma  <osku@iki.fi>
2882
2883         * c-common.c (c_common_attribute_table): Add "may_alias" entry.
2884         (c_common_get_alias_set): Handle it.
2885         * doc/extend.texi: Document it.
2886
2887 2002-05-30  Richard Henderson  <rth@redhat.com>
2888
2889         * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
2890         * toplev.c (process_options): Don't check it.
2891         * doc/tm.texi: Don't document it.
2892         * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
2893         (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
2894         * config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
2895         frame pointer optimization if current_function_profile.
2896
2897 2002-05-30  Kazu Hirata  <kazu@cs.umass.edu>
2898
2899         * langhooks.c: Fix formatting.
2900         * langhooks.h: Likewise.
2901         * lcm.c: Likewise.
2902         * libgcc2.c: Likewise.
2903         * lists.c: Likewise.
2904         * local-alloc.c: Likewise.
2905         * loop.c: Likewise.
2906         * loop.h: Likewise.
2907
2908 2002-05-30  Marc Espie <espie@openbsd.org>
2909
2910         * config.gcc (sparc64-*-openbsd*): New.
2911         * config/sparc/openbsd1-64.h: New.
2912         * config/sparc/openbsd64.h: New.
2913
2914 2002-05-30  Jeff Law <law@redhat.com>
2915
2916         * flow.c (propagate_one_insn): Revise yesterday's patch.  Delete
2917         a dead insn with a REG_RETVAL note when the entire libcall is not
2918         dead and remove the associated REG_LIBCALL note at the same time.
2919
2920 Thu May 30 19:54:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
2921
2922         * lcm.c (output.h): #include.
2923         (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
2924         as an ordinary block.
2925         (optimize_mode_switching): Don't pretend that the exit block is
2926         an ordinary block, or handle sucessors of entry block specially.
2927         Instead, split edges from entry block and to exit block, and
2928         put a computing definition on the thus gained post-entry-block,
2929         and a need on the pre-exit-block.
2930
2931 Thu May 30 20:28:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
2932
2933         * gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
2934         * rtl.texi: Document 'B'
2935
2936 2002-05-30  Jason Thorpe  <thorpej@wasabisystems.com>
2937
2938         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute
2939         at run-time.
2940         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.
2941
2942 2002-05-30  Aldy Hernandez  <aldyh@redhat.com>
2943
2944         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
2945         const0_rtx instead of NULL_RTX when in error.
2946         (altivec_expand_abs_builtin): Same.
2947         (rs6000_expand_binop_builtin): Same.
2948         (altivec_expand_predicate_builtin): Same.
2949         (altivec_expand_stv_builtin): Same.
2950         (rs6000_expand_ternop_builtin): Same.
2951         (altivec_expand_builtin): Same.
2952
2953 2002-05-29  David S. Miller  <davem@redhat.com>
2954
2955         * rtl.h (clear_emit_caches): Delete.
2956         * integrate.c (output_inline_function): Don't call it.
2957         * emit-rtl.c (restore_emit_status, init_emit): Likewise.
2958         (clear_emit_caches): Delete definition.
2959         (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise.
2960
2961 2002-05-30  Hans-Peter Nilsson  <hp@bitrange.com>
2962
2963         * config/mmix/mmix.c: Include real.h.
2964         (mmix_constant_address_p): Remove redundant test before switch.
2965
2966 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2967
2968         * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
2969         only if not already defined.
2970
2971 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
2972
2973         * config/h8300/h8300-protos.h: Remove prototypes for
2974         ok_for_bclr and small_power_of_two.
2975         * config/h8300/h8300.c (small_power_of_two): Remove.
2976         (ok_for_blcr): Likewise.
2977         (fix_bit_operand): Make WHAT deal with an integer instead of a
2978         constraint character.
2979         * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
2980         (CONST_OK_FOR_P): Likewise.
2981         (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
2982         CONST_OK_FOR_P any more.
2983         * config/h8300/h8300.md (andqi3): Adjust to the new prototype
2984         of fix_bit_operand.
2985         (iorqi3): Likewise.
2986         (xorqi3): Likewise.
2987
2988 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2989
2990         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
2991         (CPP_PREDEFINES): Make sure this is undefined.
2992         (CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
2993         since it is no longer in CPP_PREDEFINES.  Don't -U__MIPSEL__
2994         or -U__MIPSEB__ before defining one or the other.  Instead,
2995         use %(subtarget_endian_default) if neither -EB nor -EL are
2996         specified.
2997         (SUBTARGET_EXTRA_SPECS): Define.
2998         (SUBTARGET_CPP_SPEC): Remove __LONG64 handling.  Use
2999         %(netbsd_cpp_spec).
3000
3001 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
3002
3003         * doc/md.texi (Patterns): Note pattern condition pitfall
3004         for unnamed insn.
3005
3006 2002-05-29  Aldy Hernandez  <aldyh@redhat.com>
3007
3008         * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
3009         when TARGET_ALTIVEC.  Move handling of generic unary, binary, and
3010         ternary operations from here...
3011         (rs6000_expand_builtin): ...to here.
3012         New argument expandedp.
3013         Change all instances of altivec_expand_binop_builtin to
3014         rs6000_expand_binop_builtin.
3015         (altivec_expand_unop_builtin): Rename to
3016         rs6000_expand_unop_builtin.
3017         (altivec_expand_binop_builtin): Rename to
3018         rs6000_expand_binop_builtin.
3019         (altivec_expand_ternop_builtin): Rename to
3020         rs6000_expand_ternop_builtin.
3021
3022 2002-05-29  Richard Henderson  <rth@redhat.com>
3023
3024         * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
3025         (TARGET_BI_ARCH): Likewise.
3026         * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value.
3027         (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT.
3028         (TARGET_64BIT_DEFAULT): Default to 0.
3029         (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER.
3030
3031 2002-05-29  Richard Henderson  <rth@redhat.com>
3032
3033         * config/i386/i386.c (USE_HIDDEN_LINKONCE): New.
3034         (get_pc_thunk_name): New.
3035         (output_set_got): Use it.
3036         (ix86_asm_file_end): If USE_HIDDEN_LINKONCE, emit get_pc thunks
3037         into linkonce sections.
3038
3039 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3040
3041         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
3042         (CPP_PREDEFINES): Make sure this is undefined.
3043         (CPP_SUBTARGET_SPEC64, CPP_SUBTARGET_SPEC32): Remove.
3044         (CPP_SUBTARGET_SPEC): Don't provide different versions for
3045         default-32 and default-64.  Just always use %(netbsd_cpp_spec).
3046         (SUBTARGET_EXTRA_SPECS): Remove cpp_subtarget_spec32 and
3047         cpp_subtarget_spec64.  Add netbsd_cpp_spec.
3048         * config/sparc/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3049         (CPP_PREDEFINES): Make sure this is undefined.
3050         (SUBTARGET_EXTRA_SPECS): Define.
3051         (CPP_SPEC): Use %(netbsd_cpp_spec).
3052
3053 2002-05-29  Jeff Law <law@redhat.com>
3054
3055         * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
3056
3057         * flow.c (propagate_one_insn): Do not remove a dead insn if it
3058         contains a REG_RETVAL note.
3059
3060         * haifa-sched (sched_analyze): Remove another useless clearing
3061         of SCHED_GROUP_P I missed yesterday.
3062
3063         * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
3064         * pa.c (pa_asm_output_mi_thunk): New function.
3065         * pa-protos.h (pa_asm_output_mi_thunk): Declare.
3066
3067 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3068             Marek Michalkiewicz  <marekm@amelek.gda.pl>
3069
3070         * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.
3071         (avr_asm_only_p): Make non-static.
3072         (enum avr_arch): Remove.
3073         (avr_arch_types): New.
3074         (avr_mcu_types): Update.
3075         (avr_override_options): Use avr_arch_types table instead of switch.
3076         * avr.h (CPP_PREDEFINES): Die.
3077         (avr_base_arch_macro, avr_extra_arch_macro): New.
3078         (TARGET_CPU_CPP_BUILTINS): New.
3079         (CPP_SPEC, EXTRA_SPECS): Simplify.
3080         (CPP_AVR1_SPEC, CPP_AVR2_SPEC, CPP_AVR3_SPEC, CPP_AVR4_SPEC,
3081         CPP_AVR5_SPEC): Die.
3082
3083 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3084
3085         * config/arm/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
3086         NETBSD_OS_CPP_BUILTINS_AOUT.
3087         (SUBTARGET_EXTRA_SPECS): Define.
3088         (CPP_SPEC): Use %(netbsd_cpp_spec).
3089
3090 2002-05-29  Richard Henderson  <rth@redhat.com>
3091
3092         * config/i386/i386.c (ix86_output_function_epilogue): New.
3093         (TARGET_ASM_FUNCTION_EPILOGUE): New.
3094         (pic_label_name): Remove.
3095         (pic_labels_used): New.
3096         (ix86_asm_file_end): Emit one pc load stub for each register used.
3097         (output_set_got): Generate deep pc load to any register.
3098         (ix86_select_alt_pic_regnum): New.
3099         (ix86_save_reg): Don't save pic register if we can find a valid
3100         call-clobbered replacement.
3101         (ix86_expand_prologue): If we found a valid replacement, renumber
3102         pic_offset_table_rtx.
3103         * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Look at
3104         pic_offset_table_rtx after reload.
3105         (REAL_PIC_OFFSET_TABLE_REGNUM): New.
3106         * config/i386/i386.md (set_got): Make insn, not expander.
3107         (set_got_nopic, set_got_deep, set_got_nodeep): Remove.
3108
3109 2002-05-29  Richard Henderson  <rth@redhat.com>
3110
3111         * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom
3112         alignment for alloca.
3113
3114 2002-05-29  Richard Henderson  <rth@redhat.com>
3115
3116         * config/i386/i386.c (output_pic_addr_const): Lowercase rip.
3117         (print_operand_address): Only add rip for symbolic addresses
3118         for which we do not have another relocation type.
3119
3120 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3121
3122         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
3123         (EXTRA_SPECS): Add netbsd_cpp_spec.
3124         (CPP_SPEC): Use %(netbsd_cpp_spec).
3125         (CPP_PREDEFINES): Remove.
3126         * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3127         (EXTRA_SPECS): Define.
3128         (CPP_SPEC): Use %(netbsd_cpp_spec).
3129         (CPP_PREDEFINES): Remove.
3130
3131 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3132
3133         PR preprocessor/6844
3134         * cppmacro.c (cpp_macro_definition): Reserve space for terminating
3135         NUL.
3136
3137 2002-05-29  Eric Christopher  <echristo@redhat.com>
3138
3139         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Add support for
3140         mips5/mips32/mips64 and _MIPS_ISA_MIPSXX.
3141
3142 2002-05-29  Nick Clifton  <nickc@cambridge.redhat.com>
3143
3144         * config/fr30/fr30.md: Remove previous restriction on splits.
3145         Enforce conformance through gen_lowpart and cont_int_operand.
3146         * config/fr30/fr30.h (BSS_SECTION_ASM_OP): Use ".section .bss"
3147         as the assembler does not support ".bss".
3148
3149 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3150
3151         * config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
3152         (CPP_PREDEFINES): Remove.
3153         (SUBTARGET_EXTRA_SPECS): Define.
3154         (CPP_SPEC): Use %(netbsd_cpp_spec).
3155         * config/i386/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3156         (CPP_PREDEFINES): Remove.
3157         (SUBTARGET_EXTRA_SPECS): Define.
3158         (CPP_SPEC): Use %(netbsd_cpp_spec).
3159         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Define.
3160         (CPP_PREDEFINES, CPP_LP64_SPEC, CPP_SUBTARGET_SPEC): Remove.
3161         (SUBTARGET_EXTRA_SPECS): Remove cpp_lp64 and cpp_subtarget.
3162         Add netbsd_cpp_spec.
3163         (CPP_SPEC): Remove %(cpp_subtarget), add %(netbsd_cpp_spec).
3164
3165 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3166             Zack Weinberg <zack@codesourcery.com>
3167
3168         * cppexp.c (cpp_num): Move to cpplib.h.
3169         (CPP_ERROR): Remove.
3170         (interpret_float_suffix, interpret_int_suffix): New.
3171         (struct suffix, vsuf_1, vsuf_2, vsuf_3): Remove.
3172         (cpp_classify_number, cpp_interpret_integer): New.
3173         (interpret_number): Remove.
3174         (eval_token): Update to use new routines.
3175         * cpphash.h (cpp_num_part): Move to cpplib.h.
3176         * cppinit.c (cpp_post_options): Set warn_long_long.
3177         * cpplib.h (struct cpp_options): Add warn_long_long.
3178         (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
3179         CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
3180         CPP_N_MEDIUM, CPP_N_LARGE, CPP_N_RADIX, CPP_N_DEC, CPP_N_HEX,
3181         CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
3182         cpp_interpret_integer): New.
3183
3184 2002-05-29  Joel Sherrill <joel@OARcorp.com>
3185
3186         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
3187
3188 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
3189
3190         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
3191         NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_OS_CPP_BUILTINS_LP64.
3192         (CPP_SUBTARGET_SPEC): Define.
3193         (SUBTARGET_EXTRA_SPECS): Define.
3194         (CPP_SPEC): Remove.
3195
3196 2002-05-29  Chris Lattner  <sabre@nondot.org>
3197
3198         * ssa.c (rename_insn_1): Rename uses of undefined registers to
3199         prevent confusion if/when the register is defined.
3200
3201 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
3202
3203         PR target/6838
3204         * config/cris/cris.md: Fix typos and thinkos in comments.
3205         ("*mov_sideqi_biap_mem"): Remove '*' in constraint for operand 4,
3206         second alternative.
3207         ("*mov_sidehi_biap_mem", "*mov_sidesi_biap_mem"): Ditto.
3208         ("*mov_sideqi_mem"): Similar, but for operand 3.
3209         ("*mov_sidehi_mem", "*mov_sidesi_mem"): Ditto.
3210         (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
3211         Remove spurious mode specifier on operand 2.
3212
3213 2002-05-29  Kazu Hirata  <kazu@cs.umass.edu>
3214
3215         * config/h8300/h8300-protos.h: Remove the prototype for
3216         o_operand.
3217         Add prototypes for single_one_operand and single_zero_operand.
3218         * config/h8300/h8300.c (o_operand): Remove.
3219         (single_one_operand): New.
3220         (single_zero_operand): Likewise.
3221         (print_operand): For 'V' operand, and the operand with 0xff.
3222         For 'V' and 'W' operands, do not and the bit position with 7.
3223         * config/h8300/h8300.md (various anonymous patterns): Replace
3224         use of exact_log2 with single_one_operand/single_zero_operand.
3225
3226 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
3227
3228         * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
3229
3230 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
3231
3232         * config/s390/s390.c (legitimate_pic_operand_p): Do not
3233         accept symbolic LARL operands.
3234         (s390_emit_epilogue): Do not set FRAME_RELATED_P on
3235         epilogue insns.
3236
3237 2002-05-29  Hartmut Penner  <hpenner@de.ibm.com>
3238
3239         * config/s390/s390.md (cmpstr_64/31): Mark whole
3240         input registers as used.
3241
3242 2002-05-28  Richard Henderson  <rth@redhat.com>
3243
3244         * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live,
3245         not current_function_uses_pic_offset_table and
3246         current_function_uses_const_pool; examine current_function_profile.
3247         (ix86_expand_prologue): Likewise.  Add pic_offset_table_rtx as
3248         input to blockage if needed.
3249         (ix86_expand_call): Do not set current_function_uses_pic_offset_table.
3250         (legitimize_pic_address): Likewise.  Set regs_ever_live for
3251         pic_offset_table_rtx when invoked during reload.
3252         * config/i386/i386.h (FINALIZE_PIC): Remove.
3253         * config/i386/i386.md (tablejump): Reformat.  Do not set
3254         current_function_uses_pic_offset_table.
3255         (tls_global_dynamic, tls_local_dynamic_base): Likewise.
3256         (blockage): Accept anything as operand 0.
3257
3258 2002-05-28  Jason Thorpe  <thorpej@wasabisystems.com>
3259
3260         * config/netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define
3261         common CPP built-ins for all NetBSD a.out targets.
3262         * config/netbsd-elf.h (NETBSD_OS_CPP_BUILTINS_ELF): Define
3263         common CPP built-ins for all NetBSD ELF targets.
3264         * config/netbsd.h: Add missing notice.
3265         (NETBSD_OS_CPP_BUILTINS_COMMON): Define common CPP built-ins
3266         for all NetBSD targets.
3267         (NETBSD_OS_CPP_BUILTINS_LP64): Define common CPP built-ins
3268         for all NetBSD targets using an LP64 code model.
3269         (NETBSD_CPP_SPEC): Define CPP_SPEC parts common to all
3270         NetBSD targets.
3271
3272 2002-05-28  Richard Henderson  <rth@redhat.com>
3273
3274         * flow.c (update_life_info_in_dirty_blocks): Only do a partial
3275         update if UPDATE_LIFE_LOCAL.
3276
3277 2002-05-28  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
3278
3279         * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
3280
3281 Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
3282                           Jason R. Thorpe <thorpej@wasabisystems.com>
3283
3284         config/sh reorganization to factor out endianness and coff:
3285
3286         * config/sh/little.h: New file.
3287         * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
3288         defined, define to 0 to select big-endian.
3289         (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
3290         (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
3291         * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
3292         * config/sh/t-be: New file.
3293         * config/sh/t-le: New file.
3294
3295         * sh.h (SDB_DEBUGGING_INFO, #include "dbxcoff.h"): Moved to sh/coff.h.
3296         (SDB_DELIM, MAX_OFILE_ALIGNMENT, IDENT_ASM_OP): Likewise.
3297         (TARGET_ASM_NAMED_SECTION, ASM_OUTPUT_SKIP): Likewise.
3298         (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Likewise.
3299         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise.
3300         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
3301         (ASM_FILE_END, ASM_DECLARE_FUNCTION_NAME): Deleted.
3302         (CPP_SPEC, SUBTARGET_CPP_ENDIAN_SPEC): Likewise.
3303         (SUBTARGET_CPP_SPEC, CPP_DEFAULT_CPU_SPEC, CPP_PREDEFINES): Likewise.
3304         (EXTRA_SPECS): Remove SUBTARGET_CPP_ENDIAN_SPEC and
3305         CPP_DEFAULT_CPU_SPEC.  Add LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL,
3306         SUBTARGET_LINK_EMUL_SUFFIX and SUBTARGET_LINK_SPEC.
3307         (LINK_SPEC): Define to SH_LINK_SPEC.
3308         (TARGET_CPU_CPP_BUILTINS, SH_LINK_SPEC): Define.
3309         (LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL): Likewise.
3310         (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
3311         (CPP_SPEC): Reduce to %(subtarget_cpp_spec).
3312         (TARGET_ENDIAN_DEFAULT): Define if not already defined.
3313         * config/sh/coff.h: New file.
3314         (TARGET_ASM_NAMED_SECTION): Now default_coff_asm_named_section
3315         (TARGET_OBJFMT_CPP_BUILTINS): Define.
3316         * config/sh/elf.h (IDENT_ASM_OP): No need to #undef at the start.
3317         (ASM_FILE_END, ASM_OUTPUT_SOURCE_LINE): Likewise.
3318         (DBX_OUTPUT_MAIN_SOURCE_FILE_END, TARGET_ASM_NAMED_SECTION): Likewise.
3319         (ASM_DECLARE_FUNCTION_NAME, MAX_OFILE_ALIGNMENT, SIZE_TYPE): Likewise.
3320         (PTRDIFF_TYPE): Likewise.
3321         ("dbxelf.h", "elfos.h", "svr4.h"): Don't #include.
3322         (CPP_PREDEFINES): Don't define.
3323         (TARGET_OBJFMT_CPP_BUILTINS): Define.
3324         (LINK_SPEC): Define to SH_LINK_SPEC.
3325         (LINK_EMUL_PREFIX): Redefine.
3326         * config/sh/linux.h: (SUBTARGET_CPP_SPEC): Remove -fpic / -fPIC cases.
3327         (SUBTARGET_CPP_ENDIAN_SPEC, CPP_DEFAULT_CPU_SPEC): Remove redefinition.
3328         (CPP_PREDEFINES, SUBTARGET_ASM_ENDIAN_SPEC): Likewise.
3329         (CC1_SPEC, CC1PLUS_SPEC, LINK_SPEC): Likewise.
3330         (TARGET_OS_CPP_BUILTINS): Define.
3331         (TARGET_DEFAULT): Redefine.
3332         (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
3333         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Remove.
3334         (LINK_SPEC): Don't redefine.
3335         (LINK_DEFAULT_CPU_EMUL): Redefine.
3336         (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
3337         * sh.c (sh_asm_named_section): Don't declare / define.
3338         * t-linux (MULTILIB_OPTIONS): Rely on pre-set endianness option.
3339         * config.gcc (sh-*-elf* tm_file): Add dbxelf.h elfos.h svr4.h.
3340         (sh64-*-elf* tm_file): Likewise.
3341         (sh-*-rtemself* tm_file): Likewise.
3342         (sh-*-linux* tm_file): Likewise.  Add sh/little.h.
3343         (sh-*-linux* tmake_file): Add sh/t-le.
3344         (sh-*-rtems* tm_file): Add sh/coff.h
3345         (sh-*-* tm_file): Likewise.
3346
3347 Tue May 28 21:16:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
3348
3349         * sh.h (LEGITIMATE_PIC_OPERAND_P): Check for SYMBOL_REF before using
3350         CONSTANT_POOL_ADDRESS_P.
3351
3352         * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
3353
3354 2002-05-28  David Edelsohn  <edelsohn@gnu.org>
3355             Jeff Law <law@redhat.com>
3356
3357         * optabs.c (expand_binop): Fix nwords sign warnings.
3358         generate pseudo for add_optab.
3359
3360         * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.
3361         * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
3362
3363 2002-05-28      Marc Espie <espie@openbsd.org>
3364
3365         * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN):  Remove,
3366         inherited from gas.h.
3367         (ASM_QUAD):  Undef.  OpenBSD does not support it.
3368
3369 2002-05-28  Danny Smith  <dannysmith@users.sourceforge.net>
3370
3371         * doc/install.texi (binaries): Change mingw binaries
3372         link to www.mingw.org.
3373
3374 2002-05-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3375
3376         * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.
3377
3378 2002-05-28  Richard Henderson  <rth@redhat.com>
3379
3380         * config/i386/i386.c (ix86_compute_frame_layout): Do not add
3381         bottom alignment for leaf functions.
3382
3383 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
3384
3385         * config/pa/milli32.S, config/pa/lib1funcs.asm,
3386         config/sparc/sol2-g1.asm: Delete unused files.
3387
3388 2002-05-28  Richard Henderson  <rth@redhat.com>
3389
3390         * cfg.c (dump_flow_info): Print bb->index, not i, for block number.
3391
3392         * flow.c (calculate_global_regs_live): Rename call_used to
3393         invalidated_by_call.  Initialize from regs_invalidated_by_call
3394         instead of call_used_regs.
3395
3396         * varasm.c (default_binds_local_p): Check TREE_PUBLIC before
3397         DECL_EXTERNAL.
3398
3399 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
3400
3401         * tree.h: Don't include real.h.
3402         Forward-declare struct realvaluetype.
3403         (struct tree_real_cst): Point to the REAL_VALUE_TYPE, do not
3404         contain it.
3405         (TREE_REAL_CST_PTR): New accessor.
3406         (TREE_REAL_CST): Update.
3407         * real.h: Include machmode.h.
3408         (realvaluetype): Make it struct realvaluetype, not a typedef.
3409         (build_real): Prototype here.
3410
3411         * tree.c: Include real.h.
3412         (build_real): Allocate the REAL_VALUE_TYPE as a separate
3413         object in GC memory, set TREE_REAL_CST_PTR to point to it.
3414         (build_real_from_int_cst): Use build_real.
3415         * ggc-common.c (ggc_mark_trees): Mark TREE_REAL_CST_PTR of a
3416         REAL_CST.
3417
3418         * builtins.c, c-common.c, c-lex.c, dwarf2out.c, expr.c,
3419         fold-const.c, print-tree.c, real.c: Include real.h.
3420         * Makefile.in: Update dependency lists.
3421
3422 2002-05-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3423
3424         * basic-block.h (last_basic_block): Declare.
3425         (expunge_block_nocompact): Declaration removed.
3426         (compact_blocks): Declare.
3427         * cfg.c (last_basic_block): New variable.
3428         (expunge_block_nocompact): Removed.
3429         (expunge_block): Do not compact basic blocks.
3430         (compact_blocks): New.
3431         * cfganal.c (flow_call_edges_add): Use the fact that bb indices no
3432         longer change.
3433         * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Set
3434         last_basic_block.
3435         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Do not change
3436         real positions of blocks.
3437         (delete_unreachable_blocks): Simplified -- quadratic behavior now
3438         cannot occur.
3439         (cleanup_cfg): Compact blocks.
3440         * cfgrtl.c (create_basic_block): Insert basic blocks to the end of
3441         basic_block_info varray.
3442         (flow_delete_block): Comment update.
3443         (back_edge_of_syntactic_loop_p): Modify position check code.
3444         (verify_flow_info): Update checking.
3445         * flow.c (calculate_global_regs_live): Use FOR_EACH_BB.
3446         * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
3447         (find_if_case_1, find_if_case_2, if_convert): Use the fact that bb
3448         indices no longer change.
3449         * lcm.c (optimize_mode_switching): Replace n_basic_blocks with
3450         last_basic_block.
3451         * predict.c (estimate_bb_frequencies): Remove unneccessary code.
3452         * profile.c (branch_prob): Compact blocks.
3453         * sched-rgn.c (find_rgns): Replace n_basic_blocks with
3454         last_basic_block.
3455
3456 2002-05-28  Kazu Hirata  <kazu@cs.umass.edu>
3457
3458         * config/h8300/h8300.md (two anonymous patterns): New.
3459
3460 2002-05-28  David S. Miller  <davem@redhat.com>
3461
3462         * config/sparc/sparc.md (cpu): Tidy.
3463         (type): Delete 'return', add 'ialuX', 'flushw', 'iflush', and
3464         'trap'.
3465         (in_call_delay): Delete reference to 'return' type.
3466         (eligible_for_return_delay, in_return_delay, define_delay
3467         referencing those): Delete.
3468         (rest of file): Use new type attributes as appropriate.
3469         * config/sparc/sparc-protos.h (eligible_for_return_delay): Delete.
3470         * config/sparc/sparc.c (eligible_for_return_delay): Likewise.
3471         * config/sparc/ultra1_2.md (us1_single): New reservation.
3472         (us1_ialuX): Likewise.
3473         * config/sparc/ultra3.md (us3_single): Likewise.
3474         (us3_ialuX): Likewise.
3475         (us3_imul, us3_idiv): Tweak.
3476
3477 2002-05-28  Richard Henderson  <rth@redhat.com>
3478
3479         * config/alpha/alpha.c (alpha_in_small_data_p): Return false for
3480         STRING_CST.
3481
3482 2002-05-28  Richard Henderson  <rth@redhat.com>
3483
3484         * config.gcc: Obsolete mn10200.
3485
3486 2002-05-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3487
3488         * cppexp.c (interpret_number): Optimize for single-digit
3489         and less-than-half-precision cases.
3490         (num_trim, num_positive, num_div_op): Cast constants.
3491
3492 2002-05-27  Bo Thorsen  <bo@suse.de>
3493
3494         * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the
3495         3.1 branch. The file was made by Jakub Jelinek.
3496         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386
3497         support so multilib doesn't break. And don't define this at all
3498         when -Dinhibit_libc is used.
3499         (MULTILIB_DEFAULTS): Always set default to 64 bit compilation.
3500         * config/i386/t-linux64: Implement full multilib support. Patch
3501         originally done by Andreas Jaeger and Jakub Jelinek.
3502
3503 2002-05-27  Roger Sayle  <roger@eyesopen.com>
3504
3505         * c-common.c: Add support for __attribute__((nothrow)) to specify
3506         that a function cannot throw an exception (using TREE_NOTHROW).
3507         (handle_nothrow_attribute): New function to process this attribute.
3508
3509         * doc/extend.texi: Document the new nothrow function attribute.
3510
3511 2002-05-27  H.J. Lu  (hjl@gnu.org)
3512
3513         * cppexp.c (num_trim): Use 1UL instead of 1 for long int.
3514         (num_positive): Likewise.
3515         (num_div_op): Likewise.
3516
3517 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3518
3519         * c-common.c (c_common_init): Always use intmax_t.
3520
3521 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3522
3523         * c-common.c (c_common_init): Use intmax_t for now.
3524
3525 2002-05-24  Andrew Haley  <aph@redhat.com>
3526
3527         * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
3528         if T is a boolean type.
3529
3530 2002-05-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3531
3532         * basic-block.h (last_basic_block): Defined as synonym for
3533         n_basic_blocks.
3534         * cfganal.c (mark_dfs_back_edges, flow_reverse_top_sort_order_compute,
3535         flow_depth_first_order_compute, flow_preorder_transversal_compute,
3536         flow_dfs_compute_reverse_init): Replaced relevant occurences of
3537         n_basic_blocks with last_basic_block.
3538         * cfgbuild.c (make_edges): Likewise.
3539         * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
3540         * cfgrtl.c (verify_flow_info, purge_all_dead_edges): Likewise.
3541         * combine.c (combine_instructions): Likewise.
3542         * df.c (df_alloc, df_analyse_1, df_analyse, iterative_dataflow_sbitmap,
3543         iterative_dataflow_bitmap): Likewise.
3544         * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
3545         calc_idoms, idoms_to_doms): Likewise.
3546         * flow.c (update_life_info_in_dirty_blocks, free_basic_block_vars):
3547         Likewise.
3548         * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties,
3549         compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass,
3550         one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p,
3551         one_pre_gcse_pass, compute_transpout, delete_null_pointer_checks_1,
3552         delete_null_pointer_checks, compute_code_hoist_vbeinout,
3553         hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
3554         compute_store_table, build_store_vectors): Likewise.
3555         * haifa-sched.c (sched_init): Likewise.
3556         * ifcvt.c (if_convert): Likewise.
3557         * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
3558         pre_edge_lcm, compute_available, compute_nearerout,
3559         compute_rev_insert_delete, pre_edge_rev_lcm, optimize_mode_switching):
3560         Likewise.
3561         * predict.c (estimate_probability, process_note_prediction,
3562         note_prediction_to_br_prob): Likewise.
3563         * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): Likewise.
3564         * recog.c (split_all_insns, peephole2_optimize): Likewise.
3565         * regrename.c (copyprop_hardreg_forward): Likewise.
3566         * resource.c (init_resource_info): Likewise.
3567         * sched-rgn.c (build_control_flow, find_rgns, compute_trg_info,
3568         init_regions, schedule_insns): Likewise.
3569         * ssa-ccp.c (ssa_const_prop): Likewise.
3570         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
3571         * ssa.c (compute_dominance_frontiers,
3572         compute_iterated_dominance_frontiers, convert_to_ssa): Likewise.
3573
3574         * df.c (df_refs_unlink): Fix FOR_EACH_BB usage (in #if 0'ed code)
3575         * gcse.c (alloc_rd_mem, alloc_avail_expr_mem): Use n_blocks for vector
3576         sizes consistently.
3577
3578 Mon May 27 14:28:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
3579
3580         * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge):
3581         new.
3582         * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,
3583         hoist_insn_after, hoist_insn_to_edge): New.
3584
3585 Mon May 27 12:14:02 CEST 2002  Jan Hubicka  <jh@suse.cz>
3586
3587         * basic-block.h (PEOP_SCAN_DEAD_STORES): New.
3588         (PROP_FINAL): Include.
3589         * flow.c (life_analysis, update_life_info,
3590         init_propagate_block_info, mark_set_1, mark_used_rgs):
3591         Support SCAN_DEAD_STORE.
3592
3593 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3594
3595         * c-common.c (c_common_init): Set CPP arithmetic precision.
3596         * cppexp.c (cpp_num_part): Move typedef ...
3597         * cpphash.h: ...here; make unsigned HOST_WIDE_INT.
3598         * cppinit.c (cpp_create_reader): Default to host long arithmetic.
3599         (sanity_checks): Update.
3600
3601 2002-05-26  Geoffrey Keating  <geoffk@redhat.com>
3602
3603         * Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
3604         (mkheaders): New rule.
3605         (install-mkheaders): New rule.
3606         * configure.in (all_outputs): Add mkheaders.
3607         * configure: Regenerate.
3608         * mkheaders.in: New file.
3609
3610 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
3611
3612         * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
3613
3614 2002-05-26  Andreas Jaeger  <aj@suse.de>
3615
3616         * cfg.c (dump_flow_info): Remove extra argument to fprintf.
3617
3618 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3619
3620         * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
3621         right_shift): Remove.
3622         (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
3623         HIGH_PART): New.
3624         (struct op): Use cpp_num.
3625         (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
3626         num_part_mul, num_unary_op, num_binary_op, num_negate,
3627         num_bitwise_op, num_inequality_op, num_equality_op, num_mul,
3628         num_div_op, num_lshift, num_rshift, append_digit): New.
3629         (interpret_number, parse_defined, eval_token, reduce): Update
3630         for two-integer arithmetic.
3631         (binary_handler): New typedef.
3632         (optab): Update.
3633         (COMPARE, EQUALITY, BITWISE, MINMAX, UNARY, SHIFT): Delete.
3634         (_cpp_parse_expr, reduce): Update to handle two-integers.
3635         * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
3636
3637 2002-05-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3638
3639         * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.
3640         * config/avr/avr.c (jump_over_one_insn_p): Take length of the
3641         branch insn into account, do not assume 1.
3642         (avr_out_sbxx_branch): New function.  Optimize cases of skipping
3643         over single word insn.  Handle upper half of I/O space too.
3644         * config/avr/avr.md (*sbrx_branch): Use it.
3645         (*sbrx_and_branchhi, *sbrx_and_branchsi): Likewise.
3646         (*sbix_branch, *sbix_branch_bit7): Likewise.
3647         (*sbix_branch_tmp, *sbix_branch_tmp_bit7): New.
3648         Use RTL peepholes to optimize register operand sign tests.
3649
3650 2002-05-26  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3651
3652         * config/avr/avr.c (avr_asm_only_p): New variable.
3653         (avr_override_options): Set it here if AVR1.
3654         (asm_file_start): Test it here, report an error if set.
3655
3656 2002-05-26  Kazu Hirata  <kazu@cs.umass.edu>
3657
3658         * alias.c: Fix formatting.
3659         * attribs.c: Likewise.
3660         * bb-reorder.c: Likewise.
3661         * bitmap.c: Likewise.
3662         * bitmap.h: Likewise.
3663         * builtins.c: Likewise.
3664
3665 Sun May 26 14:00:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
3666
3667         * reload.c (find_valid_class): Accept new argument DEST,
3668         choose class accordingly.
3669         (push_reload): Update callers.
3670
3671 2002-05-26  Andreas Jaeger  <aj@suse.de>
3672
3673         * combine.c (combine_instructions): Do not indent #if for
3674         traditional C.
3675
3676 2002-05-25  Richard Henderson  <rth@redhat.com>
3677
3678         * c-pragma.c (apply_pragma_weak): Convert value identifier to
3679         string for decl_attributes.
3680         (handle_pragma_weak): Call assemble_alias if we're modifying
3681         an existing decl.
3682
3683 2002-05-25  Richard Henderson  <rth@redhat.com>
3684
3685         PR target/6788
3686         * config/sparc/sparc.c (sparc_output_mi_thunk): New implementation
3687         using rtl instead of fprintf.
3688         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Use it.
3689         * config/sparc/sparc-protos.h: Update.
3690
3691 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3692
3693         * Makefile.in (C_COMMON_H): Fix.
3694         Update other targets.
3695         * c-common.c: Don't include c-lex.h.
3696         (builtin_define_with_value): Make static and prototype.
3697         (builtin_define_std): Move from c-lex.h.
3698         * c-common.h (init_c_lex): Move from c-lex.h.
3699         * c-decl.c: Don't include c-lex.h.
3700         (make_pointer_declarator): Move from c-parse.in.
3701         * c-lex.c: Don't include c-lex.h.
3702         * c-lex.h: Remove.
3703         * c-parse.in: Don't include c-lex.h; include c-pragma.h.
3704         (make_pointer_declarator): Move to c-decl.c.
3705         * c-pragma.c: Don't include c-lex.h.
3706         * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
3707         * c-tree.h (make_pointer_declarator): New.
3708 doc:
3709         * passes.texi, tm.texi: Update.
3710 objc:
3711         * Make-lang.in: Update and correct.
3712         * objc-act.c: Don't include c-lex.h or cpplib.h.
3713 treelang:
3714         * treetree.c: Don't include c-lex.h.
3715 config:
3716         * darwin-c.c: Don't include c-lex.h.
3717         * c4x/c4x-c.c: Don't include c-lex.h.
3718         * c4x/t-c4x: Update.
3719         * i370/i370-c.c: Don't include c-lex.h.
3720         * i370/t-i370: Update.
3721         * i960/i960-c.c: Don't include c-lex.h.
3722         * i960/i960.c: Don't include cpplib.h, c-lex.h or c-pragma.h.
3723         * i960/t-960bare: Update.
3724         * i960/t-vxworks: Update.
3725         * rs6000/rs6000-c.c: Don't include c-lex.h; include c-pragma.h.
3726         * rs6000/t-darwin: Update.
3727         * rs6000/t-rs6000-c-rule: Update.
3728         * v850/v850-c.c: Don't include c-lex.h.
3729         * v850/v850.c: Don't include c-lex.h or cpplib.h.
3730
3731
3732 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
3733
3734         * tree.def: Fix typos.
3735         * doc/install.texi: Likewise.
3736
3737 2002-05-25  Richard Henderson  <rth@redhat.com>
3738
3739         * configure.in (HAVE_AS_TLS): Add ia64 test.
3740         * configure: Rebuild.
3741         * config/ia64/ia64.c (ia64_tls_size_string, ia64_tls_size): New.
3742         (override_options): Set it.
3743         (TARGET_HAVE_TLS): New.
3744         (sdata_symbolic_operand): Look for 's'.
3745         (tls_symbolic_operand): New.
3746         (ia64_expand_load_address): Abort for tls symbols.
3747         (gen_tls_get_addr): New.
3748         (gen_thread_pointer): New.
3749         (ia64_expand_move): Split out from movdi.  Handle tls symbols.
3750         (rtx_needs_barrier): Add new unspecs.
3751         (ia64_encode_section_info): Handle tls symbols.
3752         (ia64_strip_name_encoding): Strip two encoding chars.
3753         * config/ia64/ia64.h (ia64_tls_size, ia64_tls_size_string): New.
3754         (TARGET_TLS14, TARGET_TLS22, TARGET_TLS64): New.
3755         (TARGET_OPTIONS): Add tls-size.
3756         (ENCODE_SECTION_INFO_CHAR): Rename from SDATA_NAME_FLAG_CHAR.
3757         * config/ia64/ia64.md (UNSPEC_LTOFF_DTPMOD, UNSPEC_LTOFF_DTPREL,
3758         UNSPEC_DTPREL, UNSPEC_LTOFF_TPREL, UNSPEC_TPREL, UNSPEC_LD_BASE): New.
3759         (movqi, movhi, movsi, movdi, movti): Use ia64_expand_move.
3760         (movsf, movdf): Likewise.
3761         (movdi_symbolic): Use match_scratch.  Don't split if we won't
3762         have a scratch availiable.
3763         (load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22,
3764         add_dtprel, add_dtprel14, add_dtprel22, load_ltoff_tprel, load_tprel,
3765         load_tprel64, load_tprel22, add_tprel, add_tprel14, add_tprel22): New.
3766         * config/ia64/ia64-protos.h: Update.
3767         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use
3768         sdata_symbolic_operand.
3769         (ASM_OUTPUT_LABELREF): Strip two characters.
3770
3771 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
3772
3773         * combine.c (simplify_set): Remove an unnecessary subreg.
3774
3775 2002-05-25  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3776
3777         * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
3778
3779         * config/avr/avr.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_BSS): New.
3780
3781 2002-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
3782
3783         * toplev.c (output_clean_symbol_name): Fix another thinko.  Gosh.
3784
3785 2002-05-25  Roger Sayle  <roger@eyesopen.com>
3786
3787         * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
3788         (cond (compare x y) 0) into the equivalent (cond x y).
3789
3790 2002-05-25  Gabriel Dos Reis  <gdr@codesourcery.com>
3791
3792         * toplev.c (output_clean_symbol_name): Use xstrdup.  Fix thinko.
3793
3794 2002-05-24  Zack Weinberg  <zack@codesourcery.com>
3795
3796         * config.gcc: Remove all stanzas for previously obsoleted
3797         systems.  Where necessary, add explicit error stanzas to
3798         prevent removed systems from being misidentified as something
3799         else.  Begin a fresh obsoletions list, with the systems that
3800         were reprieved last round.
3801         * doc/install.texi: Remove all mention of dead targets.
3802         * fixinc/mkfixinc.sh: Likewise.
3803
3804         * config/arm/arm.h: Bit 31 of target_flags is no longer
3805         reserved.
3806
3807         * config/1750a/1750a-protos.h, config/1750a/1750a.c,
3808         config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
3809         config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
3810         config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
3811         config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
3812         config/alpha/osf12.h, config/alpha/osf2or3.h,
3813         config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
3814         config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
3815         config/clipper/clipper-protos.h, config/clipper/clipper.c,
3816         config/clipper/clipper.h, config/clipper/clipper.md,
3817         config/clipper/clix.h, config/convex/convex-protos.h,
3818         config/convex/convex.c, config/convex/convex.h,
3819         config/convex/convex.md, config/convex/fixinc.convex,
3820         config/convex/proto.h, config/elxsi/elxsi-protos.h,
3821         config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
3822         config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
3823         config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
3824         config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
3825         config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
3826         config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
3827         config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
3828         config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
3829         config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
3830         config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
3831         config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
3832         config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
3833         config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
3834         config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
3835         config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
3836         config/m68k/altos3068.h, config/m68k/apollo68.h,
3837         config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
3838         config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
3839         config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
3840         config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
3841         config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
3842         config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
3843         config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
3844         config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
3845         config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
3846         config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
3847         config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
3848         config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
3849         config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
3850         config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
3851         config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
3852         config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
3853         config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
3854         config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
3855         config/mips/dec-osf1.h, config/mips/elflorion.h,
3856         config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
3857         config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
3858         config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
3859         config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
3860         config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
3861         config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
3862         config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
3863         config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
3864         config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
3865         config/ns32k/pc532-min.h, config/ns32k/pc532.h,
3866         config/ns32k/sequent.h, config/ns32k/tek6000.h,
3867         config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
3868         config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
3869         config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
3870         config/sparc/rtems.h, config/we32k/we32k-protos.h,
3871         config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
3872         Delete file.
3873
3874 2002-05-24  Richard Henderson  <rth@redhat.com>
3875
3876         * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
3877         * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
3878         * config/i386/i386.c (tls_model_chars): Add leading space.
3879         (tls_symbolic_operand): Don't bias by 1.
3880         (legitimize_address): Don't unbias by 1.
3881
3882 2002-05-24  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
3883
3884         * lcm.c (optimize_mode_switching): Change bb used as indices
3885         to bb->index.
3886
3887 2002-05-24  Richard Henderson  <rth@redhat.com>
3888
3889         * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
3890         of update_life_info_in_dirty_blocks.
3891
3892 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
3893
3894         PR other/6782
3895         * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
3896
3897 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3898
3899         PR preprocessor/6780
3900         * cppmacro.c (enter_macro_context): Clear state.angled_headers.
3901
3902 2002-05-24  Jim Blandy  <jimb@redhat.com>
3903
3904         * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final
3905         entry with a type code of zero, marking the end of the compilation
3906         unit's macro info.
3907
3908 2002-05-24  Richard Henderson  <rth@redhat.com>
3909
3910         * varasm.c (asm_output_bss): Always output one byte.
3911         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
3912
3913 2002-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3914
3915         * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
3916         namespace.
3917
3918 2002-05-24  Andreas Jaeger  <aj@suse.de>
3919
3920         * ggc-page.c (alloc_page): Cast variables of type size_t to
3921         unsigned long, adjust printf format string.
3922         (ggc_alloc): Likewise.
3923         (ggc_print_statistics): Likewise.
3924         (ggc_print_statistics): Correct printf format string for SCALE to
3925         use unsigned long.
3926
3927 2002-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
3928
3929         * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
3930
3931 2002-05-23  Gabriel Dos Reis  <gdr@codesourcery.com>
3932             Zack Weinberg     <zack@codesourcery.com>
3933
3934         * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly output
3935         quoted strings.
3936         * dwarf2out.c (lookup_filename): Properly quote filename in .file
3937         directive in assembly file.
3938         * config/m68k/dpx2.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
3939         * config/m88k/m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
3940         * config/pj/pj.h (ASM_FILE_START): Likewise.
3941         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
3942         * config/avr/avr.c (asm_file_end): Likewise.
3943         * toplev.c (output_quoted_string): Handle possibly signed plain
3944         char.
3945         * toplev.h (output_clean_symbol_name): Declare
3946         * toplev.c (output_clean_symbol_name): Define.
3947         * config/alpha/alpha.c (unicosmk_output_module_name): Use it.
3948         * config/1750a/1750a.h (ASM_FILE_START): Likewise.
3949
3950 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
3951
3952         * config/rs6000/rs6000.c (output_toc): Mask longs to 32 bits.
3953
3954 2002-05-23  Vladimir Makarov  <vmakarov@redhat.com>
3955
3956         * genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4
3957         of size of unsigned.
3958
3959 2002-05-23  Richard Henderson  <rth@redhat.com>
3960
3961         * configure.in (HAVE_AS_TLS): New test.
3962         * config.in, configure: Rebuild.
3963         * config/i386/i386.c (TARGET_HAVE_TLS): Set if HAVE_AS_TLS.
3964         (ix86_tls_dialect_string, ix86_tls_dialect): New.
3965         (override_options): Set it.
3966         (tls_model_chars, tls_symbolic_operand): New.
3967         (tls_symbolic_operand_1, global_dynamic_symbolic_operand): New.
3968         (local_dynamic_symbolic_operand, initial_exec_symbolic_operand): New.
3969         (local_exec_symbolic_operand): New.
3970         (get_pic_label_name): Merge into output_set_got.
3971         (ix86_asm_file_end): Emit pic_label_name if defined.
3972         (legitimate_constant_p, constant_address_p): New.
3973         (legitimate_pic_operand_p): New.
3974         (legitimate_pic_address_disp_p): Handle GOTTPOFF, NTPOFF, DTPOFF.
3975         (legitimate_address_p): Likewise.
3976         (ix86_encode_section_info): Rename from i386_; handle tls decls.
3977         (ix86_strip_name_encoding): New.
3978         (get_thread_pointer): New.
3979         (legitimize_address): Handle tls symbols.
3980         (output_pic_addr_const): Handle GOTTPOFF, TPOFF, NTPOFF, DTPOFF.
3981         Remove UNSPEC_PLT.
3982         (struct machine_function): Add some_ld_name.
3983         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Set it.
3984         (print_operand) [&]: Use it.  Handle UNSPEC_TP.
3985         (output_addr_const_extra): New.
3986         (maybe_get_pool_constant): New.
3987         (ix86_split_to_parts): Use it.
3988         (ix86_expand_move): Handle tls symbols.
3989         (ix86_tls_get_addr): New.
3990         * config/i386/i386.h (TARGET_GNU_TLS, TARGET_SUN_TLS): New.
3991         (TARGET_OPTIONS): Add tls-dialect.
3992         (CONSTANT_ADDRESS_P): Use new out-of-line function.
3993         (LEGITIMATE_CONSTANT_P): Likewise.
3994         (LEGITIMATE_PIC_OPERAND_P): Likewise.
3995         (TARGET_STRIP_NAME_ENCODING): New.
3996         (ASM_OUTPUT_LABELREF): New.
3997         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
3998         (OUTPUT_ADDR_CONST_EXTRA): New.
3999         (PREDICATE_CODES): Update.
4000         (ix86_tls_dialect, ix86_tls_dialect_string): New.
4001         * config/i386/i386.md: Regroup and renumber unspec constants.
4002         (tls_global_dynamic_gnu, tls_global_dynamic_sun): New.
4003         (tls_local_dynamic_base_gnu, tls_local_dynamic_base_sun): New.
4004         (tls_global_dynamic, tls_local_dynamic_base): New.
4005         (tls_local_dynamic_once): New.
4006         * config/i386/i386-protos.h: Update.
4007
4008 2002-05-23  Richard Henderson  <rth@redhat.com>
4009
4010         * genemit.c (gen_insn): Print file:lineno comment before function.
4011         (main): likewise.
4012         * gensupport.c (struct queue_elem): Add filename member.
4013         (queue_pattern): Initialize it; update all callers.
4014         (process_include): Don't free filename.
4015         (read_md_rtx): Set read_rtx_filename.
4016
4017 2002-05-23  Hans Boehm  <Hans_Boehm@hp.com>
4018
4019         * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
4020
4021 2002-05-23  Richard Henderson  <rth@redhat.com>
4022
4023         * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
4024
4025 2002-05-23  Richard Henderson  <rth@redhat.com>
4026
4027         * doc/extend.texi (C++98 Thread-Local Edits): Update with
4028         commentary from Mark.
4029
4030 2002-05-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4031
4032         * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
4033         Use FOR_EACH_BB macros to iterate over basic block chain.
4034         * cfg.c (clear_edges, clear_bb_flags, dump_flow_info,
4035         alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges):
4036         Likewise.
4037         * cfganal.c (set_edge_can_fallthru_flag, flow_call_edges_add,
4038         find_unreachable_blocks, create_edge_list, verify_edge_list,
4039         remove_fake_edges, add_noreturn_fake_exit_edges,
4040         flow_preorder_transversal_compute, flow_dfs_compute_reverse_execute):
4041         Likewise.
4042         * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
4043         find_sub_basic_blocks): Likewise.
4044         * cfgcleanup.c (try_optimize_cfg, delete_unreachable_blocks):
4045         Likewise.
4046         * cfglayout.c (record_effective_endpoints, cleanup_unconditional_jumps):
4047         Likewise.
4048         * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
4049         Likewise.
4050         * cfgrtl.c (compute_bb_for_insn, tidy_fallthru_edges,
4051         commit_edge_insertions, commit_edge_insertions_watch_calls,
4052         print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise.
4053         * combine.c (combine_instructions, reg_dead_at_p): Likewise.
4054         * conflict.c (conflict_graph_compute): Likewise.
4055         * df.c (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
4056         df_modified_p, df_refs_unlink, df_dump): Likewise.
4057         * dominance.c (calc_dfs_tree, calculate_dominance_info): Likewise.
4058         * final.c (compute_alignments): Likewise.
4059         * flow.c (update_life_info, update_life_info_in_dirty_blocks,
4060         delete_noop_moves, calculate_global_regs_live, allocate_bb_life_data,
4061         count_or_remove_death_notes): Likewise.
4062         * gcse.c (oprs_unchanged_p, record_last_reg_set_info,
4063         compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill,
4064         classic_gcse, compute_transp, cprop, compute_pre_data,
4065         compute_transpout, invalidate_nonnull_info,
4066         delete_null_pointer_checks_1, delete_null_pointer_checks,
4067         compute_code_hoist_vbeinout, hoist_code, compute_ld_motion_mems,
4068         compute_store_table, build_store_vectors, store_motion): Likewise.
4069         * global.c (global_conflicts, mark_elimination): Likewise.
4070         * graph.c (print_rtl_graph_with_bb): Likewise.
4071         * haifa-sched.c (sched_init): Likewise.
4072         * ifcvt.c (if_convert): Likewise.
4073         * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
4074         compute_available, compute_nearerout, compute_rev_insert_delete,
4075         optimize_mode_switching): Likewise.
4076         * local-alloc.c (local_alloc, update_equiv_regs): Likewise.
4077         * predict.c (estimate_probability, note_prediction_to_br_prob,
4078         propagate_freq, counts_to_freqs, expensive_function_p,
4079         estimate_bb_frequencies): Likewise.
4080         * profile.c (instrument_edges, get_exec_counts,
4081         compute_branch_probabilities, compute_checksum, branch_prob,
4082         find_spanning_tree): Likewise.
4083         * recog.c (split_all_insns, peephole2_optimize): Likewise.
4084         * reg-stack.c (reg_to_stack, convert_regs_entry, convert_regs):
4085         Likewise.
4086         * regclass.c (scan_one_insn, regclass): Likewise.
4087         * regmove.c (mark_flags_life_zones, regmove_optimize,
4088         record_stack_memrefs): Likewise.
4089         * regrename.c (regrename_optimize, copyprop_hardreg_forward): Likewise.
4090         * reload1.c (reload, reload_combine, fixup_abnormal_edges): Likewise.
4091         * resource.c (find_basic_block): Likewise.
4092         * sched-ebb.c (schedule_ebbs): Likewise.
4093         * sched-rgn.c (is_cfg_nonregular, build_control_flow,
4094         find_single_block_region, find_rgns, schedule_insns)
4095         * sibcall.c (optimize_sibling_and_tail_recursive_call)
4096         * ssa-ccp.c (optimize_unexecutable_edges,
4097         ssa_ccp_df_delete_unreachable_insns): Likewise.
4098         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
4099         * ssa.c (find_evaluations, compute_dominance_frontiers_1,
4100         rename_block, convert_to_ssa, compute_conservative_reg_partition,
4101         compute_coalesced_reg_partition, rename_equivalent_regs,
4102         convert_from_ssa): Likewise.
4103         * config/ia64/ia64.c (emit_predicate_relation_info, process_epilogue,
4104         process_for_unwind_directive): Likewise.
4105
4106         * df.c (FOR_ALL_BBS): Removed.
4107         * gcse.c (struct null_pointer_info): Type of current_block field
4108         changed.
4109         (struct reg_avail_info): Type of last_bb field changed.
4110         * config/ia64/ia64.c (block_num): Removed.
4111         (need_copy_state): Type changed.
4112         (last_block): New.
4113
4114 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4115
4116         * cppinit.c (mark_named_operators): Split out from init_builtins.
4117         (cpp_finish_options): Call it from here instead.
4118
4119 2002-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
4120
4121         * builtin-attrs.def: Update copyright years.
4122         (ATTR_NONNULL): New attribute identifier.
4123         (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_3): New
4124         attribute tree lists.
4125         (DEF_FORMAT_ATTRIBUTE): Chain a nonnull attribute for the
4126         format operand.
4127         (ATTR_FORMAT_ARG_1, ATTR_FORMAT_ARG_2): Use...
4128         (DEF_FORMAT_ARG_ATTRIBUTE): ...this to generate format_arg
4129         attribute lists.  Chain the appropriate nonnull attribute.
4130         * c-format.c (check_format_arg): Remove null format string
4131         warning.
4132         * testsuite/gcc.dg/format/null-1.c: New test.
4133
4134 2002-05-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4135
4136         * Makefile.in (ADAC): Define.
4137         (SYSLIBS): Define.
4138         (.SUFFIXES): Move before language makefile fragments.
4139         (STAGE2_FLAGS_TO_PASS): Use stage CC as ADAC.
4140
4141 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
4142
4143         * varasm.c (make_decl_rtl): Don't allow weak variables to be
4144         placed in common.
4145
4146 Thu May 23 19:43:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
4147
4148         * cfg.c (dump_flow_info): Print results of
4149         maybe_hot/probably_never_executed predicates.
4150         * toplev.c (open_dump_file): Print function frequency.
4151
4152 2002-05-23  David S. Miller  <davem@redhat.com>
4153
4154         * cse.c (approx_reg_cost_1, approx_reg_cost): Recode to not use
4155         regsets.
4156
4157 2002-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
4158
4159         * c-common.c (warn_nonnull): Declare.
4160         (c_common_attribute_table): Add "nonnull" attribute.
4161         (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
4162         check_nonnull_arg, get_nonnull_operand, check_function_arguments,
4163         check_function_arguments_recurse): New functions.
4164         * c-common.h (warn_nonnull): Declare extern.
4165         (check_function_arguments, check_function_arguments_recurse): New
4166         prototypes.
4167         * c-decl.c (c_decode_option): Add -Wnonnull option.
4168         * c-format.c (set_Wformat): Set warn_nonnull if enabling
4169         format checking.
4170         (format_check_context): New structure.
4171         (check_format_info_recurse): Remove recursion and rename to...
4172         (check_format_arg): ...this.  Update comment.
4173         (check_format_info): Use check_function_arguments_recurse.
4174         * c-typeck.c (build_function_call): Call check_function_arguments
4175         instead of check_function_format.
4176         * doc/extend.texi: Document "nonnull" attribute.
4177         * doc/invoke.texi: Docuemnt -Wnonnull option.
4178         * testsuite/gcc.dg/nonnull-1.c: New test.
4179         * testsuite/gcc.dg/nonnull-2.c: New test.
4180
4181 2002-05-23  David S. Miller  <davem@redhat.com>
4182
4183         * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
4184         * cfgcleanup.c (cleanup_cfg): If it is set do not
4185         attempt to delete trivially dead insns.
4186         * except.c (finish_eh_generation): Pass it to cleanup_cfg.
4187         * toplev.c (rest_of_compilation): Document non-trivial aspect
4188         the RTL before optimize_save_area_alloca is run.
4189
4190 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4191
4192         * c-lex.c (indent_level): Remove.
4193         (cb_file_change, c_lex): Remove indent level handling.
4194         * c-lex.h (indent_level): Remove.
4195         * input.h (struct file_stack): Remove indent_level.
4196         * toplev.c (push_srcloc): Remove indent_level handling.
4197
4198 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4199
4200         PR target/6753
4201         * config/i386/i386.md (sse_movdfcc, sse_movdfcc_eq): Use Y instead
4202         of x in constraints for clarity.
4203         (sse_mov?fcc split): abort if op2 == op3.
4204         (sse_movsfcc_const0_1, sse_movsfcc_const0_2, sse_movsfcc_const0_3,
4205         sse_movsfcc_const0_4): Add earlyclobber.
4206         (sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
4207         sse_movdfcc_const0_4): Likewise.  Use DFmode, not SFmode.
4208         Use Y instead of x in constraints.
4209
4210 2002-05-23  Richard Henderson  <rth@redhat.com>
4211
4212         * doc/extend.texi (C99 Thread-Local Edits): New subsection.
4213         (C++98 Thread-Local Edits): New subsection.
4214
4215         * config/i386/i386.c, config/i386/i386.h: Tidy comments and whitespace.
4216         (ix86_arch): Set type to enum processor_type.
4217
4218         * config/i386/i386.md (movsi_1, movdi_1_rex64): Use
4219         LEGITIMATE_PIC_OPERAND_P not SYMBOLIC_CONST.
4220
4221 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4222
4223         * configure.in: Fix as version test for binutils 2.12.1 releases
4224         (without dates).
4225         * configure: Rebuilt.
4226
4227 2002-05-23  Richard Henderson  <rth@redhat.com>
4228
4229         * config/i386/i386.c (get_pic_label_name): New.
4230         (load_pic_register): Remove.
4231         (output_set_got): New.
4232         (ix86_expand_prologue): Use gen_set_got; mark insn REG_MAYBE_DEAD.
4233         * config/i386/i386.md (UNSPEC_SET_GOT): New.
4234         (UNSPECV_PROLOGUE_SET_GOT, UNSPECV_PROLOGUE_GET_PC): Remove.
4235         (prologue_set_got, prologue_get_pc): Remove.
4236         (set_got, set_got_nopic, set_got_deep, set_got_nodeep): New.
4237         (builtin_setjmp_receiver): Use gen_set_got.
4238         * config/i386/i386-protos.h: Update.
4239
4240 Thu May 23 09:22:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
4241
4242         * gcse.c (hash_expr): Do not use alias set for hashing.
4243
4244 2002-05-22  Kevin Buettner  <kevinb@redhat.com>
4245
4246         * dbxout.c (dbxout_class_name_qualifiers): New function.
4247         (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.
4248
4249 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4250
4251         * cpperror.c (_cpp_begin_message): No special casing
4252         of CPP_FATAL_LIMIT.
4253         * cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
4254         (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
4255         * cpplib.c (do_include_common): Use DL_ERROR.
4256         * cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
4257         (DL_ICE): Renumber.
4258         * fix-header.c (read_scan_file): Update.
4259
4260 2002-05-22  Richard Henderson  <rth@redhat.com>
4261
4262         * config/i386/i386.c (ix86_expand_call): New function, extracted
4263         from md call patterns.  Add pic_offset_table_rtx to
4264         CALL_INSN_FUNCTION_USAGE when needed.
4265         * config/i386/i386.md (call_pop, call): Use ix86_expand_call.
4266         (call_value_pop, call_value, untyped_call): Likewise.
4267         (call_exp, call_value_exp): Remove.
4268         * config/i386/i386-protos.h: Update.
4269
4270 2002-05-22  Richard Henderson  <rth@redhat.com>
4271
4272         * varasm.c (default_section_type_flags): Check for VAR_DECL
4273         before using DECL_THREAD_LOCAL.
4274
4275 2002-05-22  David Edelsohn  <edelsohn@gnu.org>
4276
4277         * config/rs6000/aix43.h (LINK_SPEC): Add PE initializer.
4278         (STARTFILE_SPEC): Delete PE crt0.o.
4279         * config/rs6000/aix51.h: Same.
4280         * config/rs6000/rs6000.c: Use TARGET_XCOFF, not OBJECT_FORMAT_COFF.
4281         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
4282         function descriptor symbol.  Use RS6000_OUTPUT_BASENAME.
4283         (ASM_OUTPUT_DEF_FROM_DECLS): Use RS6000_OUTPUT_BASENAME.
4284         * config/rs6000/xcoff.h (ASM_OUTPUT_DEF): Define.
4285
4286 2002-05-22  Richard Henderson  <rth@redhat.com>
4287
4288         * varasm.c (default_section_type_flags): Handle tls data and
4289         default sections.
4290         (default_unique_section): Handle tls sections.
4291
4292 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
4293
4294         * configure.in (CROSS): Define NATIVE_CROSS.
4295         * configure: Regenerate.
4296         * gcc.c (STARTFILE_PREFIX_SPEC): Define.
4297         (startfile_prefix_spec): New var.
4298         (static_specs): Add startfile_prefix_spec.
4299         (do_spec_2): Split out from..
4300         (do_spec): ..here.
4301         (main): Process startfile_prefix_spec.
4302         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
4303         dynamic linker.
4304         (STARTFILE_PREFIX_SPEC): Define.
4305         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
4306         absolute paths.
4307
4308 2002-05-22  Kazu Hirata  <kazu@cs.umass.edu>
4309
4310         * cpperror.c: Fix formatting.
4311         * cppexp.c: Likewise.
4312         * cppfiles.c: Likewise.
4313         * cpphash.c: Likewise.
4314         * cpphash.h: Likewise.
4315         * cppinit.c: Likewise.
4316         * cpplex.c: Likewise.
4317         * cpplib.c: Likewise.
4318         * cppmacro.c: Likewise.
4319         * cppmain.c: Likewise.
4320         * cppspec.c: Likewise.
4321
4322 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
4323
4324         * combine.c (force_to_mode): Use gen_int_mode.
4325         Don't clear CONST_INT bits outside of mode.
4326
4327 2002-05-22  Richard Henderson  <rth@redhat.com>
4328
4329         * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.
4330         * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
4331
4332 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
4333
4334         PR c/6643
4335         * emit-rtl.c (widen_memory_access): Only call compare_tree_int
4336         if DECL_SIZE_UNIT is INTEGER_CST.
4337
4338 2002-05-22  Richard Henderson  <rth@redhat.com>
4339
4340         * flow.c (life_analysis): Delete broken reg_label check.
4341
4342 2002-05-22  Richard Henderson  <rth@redhat.com>
4343
4344         * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
4345         * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
4346
4347 Wed May 22 18:39:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
4348
4349         * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
4350         (embed-bb.c): New rule.
4351         * t-sh64 (LIB2FUNCS_EXTRA): Don't change.
4352         * config/sh/embed_bb.c: Delete.
4353
4354 Wed May 22 18:25:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
4355
4356         * c-common.c (cb_register_builtins): Don't indent '#' of #define.
4357
4358 2002-05-22  Kazu Hirata  <kazu@cs.umass.edu>
4359
4360         * config/h8300/h8300.md (*andorqi3): New.
4361
4362 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
4363
4364         PR preprocessor/6517
4365         * Makefile.in: Update.
4366         * c-common.c (c_common_post_options): Add preprocessor
4367         errors to the error count.
4368         * c-lang.c (c_post_options): Kill.
4369         (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
4370         * hooks.h: Add header guards.
4371         * langhooks-def.h: Include hooks.h.
4372         (LANG_HOOKS_POST_OPTIONS): Update.
4373         * langhooks.h (struct lang_hooks): Update post_options.
4374         * toplev.c (parse_options_and_default_flags): Update.
4375 objc:
4376         * objc-lang.c (objc_post_options): Kill.
4377         (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
4378
4379 2002-05-21  Bruce Korb  <bkorb@gnu.org>
4380
4381         * fixinc/tests/base/pthread.h(THREAD_KEYWORD_CHECK): add fix check
4382         * fixinc/inclhack.def(thread_keyword): use c_fix = format.
4383         * fixinc/fixincl.x: regen.
4384
4385 2002-05-21  Kazu Hirata  <kazu@cs.umass.edu>
4386
4387         * cfgbuild.c: Fix formatting.
4388         * cfg.c: Likewise.
4389         * cfgcleanup.c: Likewise.
4390         * cfglayout.c: Likewise.
4391         * cfgloop.c: Likewise.
4392         * cfgrtl.c: Likewise.
4393
4394 2002-05-21  Richard Henderson  <rth@redhat.com>
4395
4396         * c-common.h (enum rid): Add RID_THREAD.
4397         * c-decl.c (start_decl): Do not set DECL_COMMON for tls variables.
4398         (grokdeclarator): Grok __thread.
4399         * c-parse.in (reswords): Add __thread.
4400         (rid_to_yy): Add RID_THREAD.
4401
4402         * tree.h (DECL_THREAD_LOCAL): New.
4403         (struct tree_decl): Add thread_local_flag.
4404         * print-tree.c (print_node): Dump DECL_THREAD_LOCAL.
4405         * tree.c (staticp): TLS variables are not static.
4406
4407         * target-def.h (TARGET_HAVE_TLS): New.
4408         * target.h (have_tls): New.
4409         * output.h (SECTION_TLS): New.
4410         * varasm.c (assemble_variable): TLS variables can't be common for now.
4411         (default_section_type_flags): Handle .tdata and .tbss.
4412         (default_elf_asm_named_section): Handle SECTION_TLS.
4413         (categorize_decl_for_section): Handle DECL_THREAD_LOCAL.
4414
4415         * flags.h (flag_tls_default): Declare.
4416         * toplev.c (flag_tls_default): Define.
4417         (display_help): Display help for it.
4418         (decode_f_option): Set it.
4419
4420         * doc/extend.texi (Thread-Local): New node describing language-level
4421         thread-local storage.
4422         * doc/invoke.texi (-ftls-model): Document.
4423
4424         * fixinc/inclhack.def (thread_keyword): New.
4425         * fixinc/fixincl.x: Rebuild.
4426
4427 2002-05-21  Jeffrey A Law  <law@redhat.com>
4428
4429         * optabs.c (expand_binop): For double-word integer multiplies,
4430         do not compute intermediate results into something that is
4431         not a register (such as a SUBREG or MEM).
4432
4433         * i386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
4434         (ix86_sched_reorder): Make sure to initialize scheduling
4435         data even when there's only one insn in the ready queue.
4436
4437 2002-05-21  Vladimir Makarov  <vmakarov@redhat.com>
4438
4439         * genautomata.c (reserv_sets_hash_value): Fix a typo.
4440
4441 2002-05-21  Vladimir Makarov  <vmakarov@redhat.com>
4442
4443         * genautomata.c (reserv_sets_hash_value): Define hash_value as
4444         set_el_t.  Transform the hash value into unsigned.
4445         (output_cycle_reservs): Fix bug with output of repeated `nothing'.
4446         (transform_3): Add code to process `(A,B)+(D,E)'.
4447
4448 2002-05-21  NIIBE Yutaka  <gniibe@m17n.org>
4449
4450         * reload1.c (do_output_reload): Run delete_output_reload
4451         only if optimizing.
4452
4453 2002-05-21  Roger Sayle  <roger@eyesopen.com>
4454
4455         PR middle-end/6600
4456         * expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
4457         larger than INTEGER_CST.  (store_by_pieces_1): Use it here...
4458         (can_store_by_pieces): ... and here to limit the largest mode used.
4459         Add a comment to document this function.
4460
4461 2002-05-21  Richard Henderson  <rth@redhat.com>
4462
4463         * flow.c (life_analysis): Fix test for deleted label.
4464
4465 2002-05-21  Neil Booth  <neil@daikokuya.demon.co.uk>
4466
4467         * doc/tm.texi: Fix typo.
4468
4469 2002-05-21  Zack Weinberg  <zack@codesourcery.com>
4470
4471         * c-common.c (c_common_init): Set options->unsigned_char from
4472         flag_signed_char.
4473         (cb_register_builtins): Define __STRICT_ANSI__ and
4474         __CHAR_UNSIGNED__ here...
4475         * cppinit.c (init_builtins): Not here.
4476         (cpp_create_reader): unsigned_char option defaults to 0, not
4477         !DEFAULT_SIGNED_CHAR.
4478         (COMMAND_LINE_OPTIONS, cpp_handle_option): Lose -fsigned-char
4479         and -funsigned-char.
4480
4481         * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
4482         * cpphash.c (_cpp_init_hashtable): Don't set it.
4483         * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting
4484         directly.  Clarify comment.
4485
4486 2002-05-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4487
4488         * bb-reorder.c (make_reorder_chain_1): Use prev_bb/next_bb to get to
4489         neighbouring basic blocks.  Use ENTRY_BLOCK_PTR->next_bb instead of
4490         BASIC_BLOCK (0).  Use EXIT_BLOCK_PTR->prev_bb instead of
4491         BASIC_BLOCK (n_basic_blocks - 1).
4492         * cfganal.c (can_fallthru, flow_call_edges_add,
4493         flow_preorder_transversal_compute): Too.
4494         * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
4495         find_sub_basic_blocks): Too.
4496         * cfgcleanup.c (try_simplify_condjump, try_optimize_cfg): Too.
4497         * cfglayout.c (skip_insns_after_block, fixup_reorder_chain,
4498         fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge): Too.
4499         * cfgrtl.c (tidy_fallthru_edges, verify_flow_info): Too.
4500         * combine.c (this_basic_block): Type changed to basic_block.
4501         (combine_instructions, set_nonzero_bits_and_sign_copies, try_combine,
4502         nonzero_bits, num_sign_bit_copies, get_last_value_validate,
4503         get_last_value, distribute_notes, distribute_links): Too.
4504         * final.c (compute_alignments): Too.
4505         * flow.c (regno_uninitialized, regno_clobbered_at_setjmp): Too.
4506         * function.c (thread_prologue_and_epilogue_insns): Too.
4507         * gcse.c (compute_code_hoist_vbeinout): Too.
4508         * global.c (build_insn_chain): Too.
4509         * ifcvt.c (find_if_block, find_cond_trap): Too.
4510         * predict.c (last_basic_block_p, note_prediction_to_br_prob): Too.
4511         * regmove.c (regmove_optimize): Too.
4512         * resource.c (find_basic_block): Too.
4513         * sched-ebb.c (schedule_ebbs): Too.
4514         * ssa-dce.c (find_control_dependence, find_pdom): Too.
4515
4516 2002-05-21  Andreas Jaeger  <aj@suse.de>
4517
4518         * cppinit.c (sanity_checks): Avoid printf mismatch warnings.
4519
4520 2002-05-21  Richard Henderson  <rth@redhat.com>
4521
4522         * reg-stack.c (swap_rtx_condition, subst_stack_regs_pat): Use
4523         unspec names, not numbers.
4524
4525 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4526
4527         * doc/sourcebuild.texi: Mention snapshot-README and
4528         snapshot-index.html as needing updating for new front ends.
4529
4530 2002-05-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4531
4532         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when
4533         disabling checking, and avoid multiple evaluation of RTX.
4534
4535 2002-05-21  Richard Earnshaw  <rearnsha@arm.com>
4536
4537         * bitmap.c (bitmap_find_bit): Return early if we have the correct
4538         element cached.
4539
4540 Tue May 21 10:51:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
4541
4542         * profile.c (gen_edge_profiler):  Set alias set before the memory is
4543         used.
4544
4545 2002-05-20  David S. Miller  <davem@redhat.com>
4546
4547         * cselib.c (max_value_regs): New.
4548         (cselib_lookup, cselib_invalidate_regno): Initialize it when
4549         adding new entries to the REG_VALUES table and we are dealing with
4550         a hard register.
4551         (clear_table): Initialize it.
4552         (cselib_invalidate_regno): Use it to determine which hard
4553         registers to scan when mode is not VOIDmode.
4554
4555 2002-05-20  Duraid Madina   <duraid@fl.net.au>
4556
4557         * tradcpp.c (fixup_newlines): Use old-style function header.
4558
4559 2002-05-20  Krister Walfridsson  <cato@df.lth.se>
4560
4561         * reload1.c (reload_cse_simplify): Fix typo in rtx code check.
4562
4563 2002-05-20  H.J. Lu  (hjl@gnu.org)
4564
4565         Base on suggestions from Zhang Fuxin <fxzhang@ict.ac.cn>:
4566
4567         * config/mips/mips.h (DFMODE_NAN): Defined.
4568         (SFMODE_NAN): Likewise.
4569
4570 2002-05-20  Dale Johannesen  <dalej@apple.com>
4571
4572         * combine.c (cant_combine_insn_p):  Back out my
4573         previous patch.
4574
4575 2002-05-20  Kazu Hirata  <kazu@cs.umass.edu>
4576
4577         * params.c: Fix formatting.
4578         * params.h: Likewise.
4579         * predict.c: Likewise.
4580         * prefix.c: Likewise.
4581         * print-rtl.c: Likewise.
4582         * print-tree.c: Likewise.
4583         * profile.c: Likewise.
4584
4585 2002-05-20  H.J. Lu  (hjl@gnu.org)
4586
4587         * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
4588
4589 2002-05-20  Nick Clifton  <nickc@cambridge.redhat.com>
4590
4591         * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
4592         switches straight on to the assembler, do not abbreviate them.
4593         * config/arm/elf.h (ASM_SPEC): As above.
4594         * config/arm/semi.h (ASM_SPEC): As above.
4595         * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above.
4596         * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass
4597         -mcpu=xscale on to the assembler by default.
4598         * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above.
4599
4600 2002-05-20  Richard Henderson  <rth@redhat.com>
4601
4602         * cse.c (canon_hash): Reorder do_not_record test.  Always
4603         allow pic_offset_table_rtx.
4604
4605 2002-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
4606
4607         * optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.
4608         (expand_binop): Ditto (3 times).
4609
4610 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
4611
4612         * Makefile.in (distclean): Remove QMTest stuff.
4613         (QMTEST_PATH): New variable.
4614         (QMTESTFLAGS): Likewise.
4615         (QMTESTRUNFLAGS): Likewise.
4616         (QMTEST): Likewise.
4617         (QMTEST_GPP_TESTS): Likewise.
4618         (QMTEST_DIR): Likewise.
4619         (QMTEST_DIR/context): New target.
4620         (qmtest-g++): Likeise.
4621         (qmtest-gui): Likewise.
4622         (QMTEST_DIR/gpp-expected.qmr): Likewise.
4623
4624 2002-05-19  Aldy Hernandez  <aldyh@redhat.com>
4625
4626         * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
4627         an altivec register if TARGET_ALTIVEC.
4628
4629         * config/rs600/rs6000.c (rs6000_emit_move): Change VECTOR_MODE_P
4630         to ALTIVEC_VECTOR_MODE.
4631         (rs6000_va_arg): Only vectors of type AltiVec are 16 byte aligned.
4632         (rs6000_va_arg): Vectors may go in registers if they are not
4633         altivec vectors.
4634
4635 2002-05-19  Kazu Hirata  <kazu@cs.umass.edu>
4636
4637         * protoize.c: Fix formatting.
4638
4639 2002-05-19  Richard Henderson  <rth@redhat.com>
4640
4641         * gensupport.c (init_include_reader): Merge into ...
4642         (process_include): ... here.  Simplify composite path creation.
4643         Plug memory leaks.  Fix file/line number tracking.  Do not
4644         process_define_cond_exec.  Return void.
4645         (process_rtx): Don't check process_include return value.
4646
4647 2002-05-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4648
4649         * basic_block.h (struct basic_block_def): Added prev_bb and next_bb
4650         fields.
4651         (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
4652         traversing basic block chain.
4653         (create_basic_block_structure, create_basic_block): Declaration changed.
4654         (link_block, unlink_block): Declare.
4655         * cfg.c (entry_exit_blocks): Initialize new fields.
4656         (link_block, unlink_block): New.
4657         (expunge_block_nocompact): Unlink basic block.
4658         (dump_flow_info): Print prev_bb/next_bb fields.
4659         * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
4660         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
4661         * cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
4662         * cfgrtl.c (create_basic_block_structure, create_basic_block,
4663         split_block, force_nonfallthru_and_redirect, split_edge): Modified.
4664         (verify_flow_info): Check that list agrees with numbering.
4665
4666 2002-05-19  Neil Booth  <neil@daikokuya.demon.co.uk>
4667
4668         * c-common.c (preprocessing_asm): New macro.
4669         * c-lex.h (builtin_define, builtin_assert): Use pfile.
4670 doc:
4671         * tm.texi: Update.
4672 config/alpha:
4673         * alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
4674         (CPP_SPEC): Simplify.
4675         (TARGET_CPU_CPP_BUILTINS): Update.
4676         * freebsd.h (TARGET_OS_CPP_BUILTINS): New.
4677         (CPP_SPEC): Simplify.
4678         * linux.h (CPLUSPLUS_CPP_SPEC): Remove.
4679         (TARGET_OS_CPP_BUILTINS): Update.
4680         * osf.h (CPP_XFLOAT_SPEC): Kill.
4681         (TARGET_OS_CPP_BUILTINS): Update.
4682         (CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
4683         * osf5.h (CPP_XFLOAT_SPEC): Kill.
4684         * vms.h (CPP_SUBTARGET_SPEC): Kill.
4685         (TARGET_OS_CPP_BUILTINS): Update.
4686
4687 2002-05-19  Richard Henderson  <rth@redhat.com>
4688
4689         * varasm.c (default_binds_local_p): Fix typo.
4690
4691 2002-05-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4692
4693         * config/avr/avr.c (machine_dependent_reorg): Sign extend the
4694         CONST_INT operand to the correct mode after adding 1 to it.
4695
4696 2002-05-19  Mark Mitchell  <mark@codesourcery.com>
4697
4698         * config.gcc (powerpc-wrs-windiss*): New target.
4699
4700 2002-05-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4701
4702         * config/rs6000/rs6000.md (ashrdi3_no_power): New.
4703         (ashrdi3): Use it.
4704
4705 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
4706
4707         * configure.in (AC_CHECK_FUNCS): Add checks for scandir and
4708         alphasort.
4709         * config.in: Regenerated.
4710         * configure: Regenerated.
4711
4712 2002-05-19  Richard Henderson  <rth@redhat.com>
4713
4714         * target-def.h (TARGET_BINDS_LOCAL_P): New.
4715         * target.h (struct gcc_target): Move boolean fields to the end.
4716         Add binds_local_p.
4717         * varasm.c (default_binds_local_p): New.
4718         * output.h: Declare it.
4719
4720         * config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
4721         * config/cris/cris.c (cris_encode_section_info): Likewise.
4722         * config/i386/i386.c (i386_encode_section_info): Likewise.
4723         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
4724         * config/sh/sh.c (sh_encode_section_info): Likewise.
4725
4726         * doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
4727         (TARGET_BINDS_LOCAL_P): New.
4728
4729 2002-05-19  Richard Henderson  <rth@redhat.com>
4730
4731         * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
4732         FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
4733         MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
4734
4735         * toplev.c (display_help): Kill -a -ax help.
4736
4737         * config/1750a/1750a.h, config/alpha/alpha.h,
4738         config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
4739         config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
4740         config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
4741         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
4742
4743         * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
4744         * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
4745
4746         * config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
4747         (ix86_output_function_block_profiler): Kill.
4748         * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
4749         (m68hc11_function_block_profiler): Kill.
4750         * config/m68hc11/m68hc11-protos.h: Update.
4751         * config/m88k/m88k.c (output_block_profiler): Kill.
4752         (output_function_block_profiler): Kill.
4753         * config/m88k/m88k-protos.h: Update.
4754
4755 2002-05-19  Richard Henderson  <rth@redhat.com>
4756
4757         * system.h (STRIP_NAME_ENCODING): Poison it.
4758         * output.h (STRIP_NAME_ENCODING): Remove.
4759         (default_strip_name_encoding): Declare.
4760         * target-def.h (TARGET_STRIP_NAME_ENCODING): New.
4761         * target.h (strip_name_encoding): New.
4762         * varasm.c (default_strip_name_encoding): New.
4763
4764         * dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
4765         config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
4766         config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
4767         config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
4768         config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
4769         config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
4770         config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
4771         config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
4772         config/v850/v850.h: Use the hook, not the macro.
4773
4774         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
4775         config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
4776         config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
4777         config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
4778         config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
4779         config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
4780         config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
4781         config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
4782         config/v850/v850.c, config/v850/v850.h:
4783         Move STRIP_NAME_ENCODING to out-of-line function and add
4784         TARGET_STRIP_NAME_ENCODING.
4785
4786         * config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
4787         config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
4788         with TARGET_STRIP_NAME_ENCODING referencing existing function;
4789         make function static.
4790
4791         * xcoffout.c: Include target.h
4792         * Makefile.in (xcoffout.o): Update.
4793
4794         * config/avr/avr.c (avr_encode_section_info): Correct prototype.
4795         * config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
4796         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
4797         reloc argument unused.
4798         * config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
4799
4800         * doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
4801         STRIP_NAME_ENCODING docs.
4802
4803 2002-05-19  Andreas Jaeger  <aj@suse.de>
4804
4805         * gengenrtl.c: Add prototype for excluded_rtx.
4806
4807         * real.h: Add prototype for exact_real_truncate.
4808
4809 2002-05-18  Richard Henderson  <rth@redhat.com>
4810
4811         * system.h (ENCODE_SECTION_INFO): Poison it.
4812         * target-def.h (TARGET_ENCODE_SECTION_INFO): New.
4813         * target.h (encode_section_info): New.
4814         * varasm.c (make_decl_rtl, output_constant_def): Use it.
4815         * hooks.c (hook_tree_int_void): New.
4816         * hooks.h: Declare it.
4817
4818         * config/darwin.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
4819         config/alpha/alpha.h, config/arm/pe.h, config/avr/avr-protos.h,
4820         config/avr/avr.c, config/avr/avr.h, config/c4x/c4x-protos.h,
4821         config/c4x/c4x.c, config/c4x/c4x.h, config/cris/cris-protos.h,
4822         config/cris/cris.c, config/cris/cris.h, config/i386/cygwin.h,
4823         config/i386/win32.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
4824         config/ia64/ia64.h, config/m32r/m32r-protos.h, config/m32r/m32r.c,
4825         config/m32r/m32r.h, config/m68hc11/m68hc11-protos.h,
4826         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
4827         config/mcore/mcore-protos.h, config/mcore/mcore.c,
4828         config/mcore/mcore.h, config/mmix/mmix-protos.h, config/mmix/mmix.c,
4829         config/mmix/mmix.h, config/rs6000/rs6000-protos.h,
4830         config/rs6000/sysv4.h, config/stormy16/stormy16-protos.h,
4831         config/stormy16/stormy16.c, config/stormy16/stormy16.h:
4832         Replace ENCODE_SECTION_INFO with TARGET_ENCODE_SECTION_INFO
4833         referencing existing function.  Make function static.
4834
4835         * config/a29k/a29k.c, config/a29k/a29k.h, config/arc/arc.c,
4836         config/arc/arc.h, config/arm/arm.c, config/arm/arm.h,
4837         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
4838         config/i370/i370.h, config/i386/i386-interix.h, config/i386/i386.c,
4839         config/i386/i386.h, config/i386/interix.c, config/m88k/m88k.c,
4840         config/m88k/m88k.h, config/mips/mips.c, config/mips/mips.h,
4841         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa.c,
4842         config/pa/pa.h, config/romp/romp.c, config/romp/romp.h,
4843         config/rs6000/linux64.h, config/rs6000/xcoff.h, config/s390/s390.c,
4844         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
4845         config/sparc/sparc.c, config/sparc/sparc.h, config/v850/v850.c,
4846         config/v850/v850.h, config/vax/vax.c, config/vax/vms.h,
4847         config/xtensa/xtensa.c, config/xtensa/xtensa.h:
4848         Move ENCODE_SECTION_INFO to out-of-line function and add
4849         TARGET_ENCODE_SECTION_INFO.
4850
4851         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use hook, not macro.
4852         (ASM_DECLARE_OBJECT_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
4853
4854         * config/arm/pe.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Rename
4855         from SUBTARGET_*
4856         (switch_to_section): Replace in_rdata case with in_readonly_data.
4857
4858         * config/h8300/h8300.c (h8300_encode_label): Make static.
4859         * config/h8300/h8300-protos.h: Update.
4860
4861         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Rename
4862         from rs6000_encode_section_info; make static.
4863         (rs6000_xcoff_encode_section_info): New.
4864
4865         * config/v850/v850.c (v850_encode_data_area): Make static.
4866         * config/v850/v850-protos.h: Update.
4867
4868         * config/vax/vax.c: Include flags.h.
4869         (vms_select_section): Fix typo.
4870
4871         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update from previous
4872         ENCODE_SECTION_INFO docs.
4873
4874 2002-05-18  Richard Henderson  <rth@redhat.com>
4875
4876         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Rename from
4877         REGISTER_TARGET_PRAGMAS.
4878         * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
4879
4880         * config.gcc: Do not use rs6000-c.c on powerpc-darwin.
4881
4882 2002-05-18  Richard Henderson  <rth@redhat.com>
4883
4884         * system.h (SELECT_RTX_SECTION): Poison.
4885         * target-def.h (TARGET_ASM_SELECT_RTX_SECTION): New.
4886         * target.h (select_rtx_section): New.
4887         * varasm.c (output_constant_pool): Use it.
4888         (default_select_rtx_section, default_elf_select_rtx_section): New.
4889         * output.h: Declare them.
4890
4891         * config/darwin.h (SELECT_RTX_SECTION): Move ...
4892         * config/darwin.c (machopic_select_rtx_section): ... here.
4893         * config/darwin-protos.h: Update.
4894
4895         * config/nextstep.h (SELECT_RTX_SECTION): Move ...
4896         * config/nextstep.c (machopic_select_rtx_section): ... here.
4897         (nextstep_select_section): Rename variable to avoid macro clash.
4898         * config/nextstep-protos.h: Update.
4899
4900         * config/elfos.h, config/svr3.h, config/arm/aof.h, config/c4x/c4x.h,
4901         config/i386/dgux.h, config/i386/osfrose.h, config/i386/sco5.h,
4902         config/i386/svr3gas.h, config/i860/paragon.h, config/ia64/aix.h,
4903         config/m32r/m32r.h, config/m68k/dpx2.h, config/m68k/lynx.h,
4904         config/m68k/m68k.h, config/m68k/tower-as.h, config/m88k/dgux.h,
4905         config/mcore/mcore-pe.h, config/mips/mips.h, config/mmix/mmix.h,
4906         config/pa/pa-linux.h, config/pa/pa.h, config/romp/romp.h,
4907         config/rs6000/lynx.h, config/rs6000/sysv4.h, config/s390/linux.h,
4908         config/sparc/sysv4.h, config/xtensa/elf.h, config/xtensa/linux.h
4909         (SELECT_RTX_SECTION): Remove.
4910
4911         * config/darwin.h, config/elfos.h, config/nextstep.h,
4912         config/ia64/aix.h, config/ia64/sysv4.h, config/alpha/alpha.c,
4913         config/mips/mips.c, config/romp/romp.c, config/rs6000/sysv4.h,
4914         config/rs6000/xcoff.h, config/s390/s390.c, config/sparc/aout.h,
4915         config/sparc/lynx.h, config/xtensa/xtensa.c
4916         (TARGET_ASM_SELECT_RTX_SECTION): New.
4917
4918         * config/alpha/elf.h (SELECT_RTX_SECTION): Move ...
4919         * config/alpha/alpha.c (alpha_elf_select_rtx_section): ... here.
4920         * config/ia64/sysv4.h (SELECT_RTX_SECTION): Move ...
4921         * config/ia64/ia64.c (ia64_select_rtx_section): ... here.
4922         (ia64_aix_select_rtx_section): New.
4923         * config/mips/iris6.h (READONLY_DATA_SECTION_ASM_OP): Undef before
4924         redefining.
4925         * config/mips/mips.c (mips_select_rtx_section): Make static.
4926         Support ELF SHF_MERGE features.
4927         * config/mips/mips-protos.h: Update.
4928         * config/rs6000/xcoff.h (SELECT_RTX_SECTION): Move ...
4929         * config/rs6000/rs6000.c (rs6000_xcoff_select_rtx_section): ... here.
4930         (rs6000_elf_select_rtx_section): Rename from rs6000_select_rtx_section;
4931         make static, fall back to default_elf_select_rtx_section.
4932         * config/rs6000/rs6000-protos.h: Update.
4933         * config/sparc/sparc.h (SELECT_RTX_SECTION): Move ...
4934         * config/sparc/sparc.c (sparc_aout_select_rtx_section): ... here.
4935         * config/sparc/sunos4.h (on_exit): Declare only if IN_LIBGCC2.
4936         * config/romp/romp.c (romp_select_rtx_section): New.
4937         * config/s390/s390.c (s390_select_rtx_section): New.
4938         * config/xtensa/xtensa.c: Include output.h.  Shuffle local function
4939         declarations before target macro definition.
4940         (xtensa_emit_call): Use static buffer.
4941         (xtensa_select_rtx_section): New.
4942         * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE): Remove.
4943         (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Remove.
4944         (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
4945
4946         * doc/tm.texi (TARGET_ASM_SELECT_RTX_SECTION): Update from
4947         SELECT_RTX_SECTION docs.
4948
4949 Sun May 19 00:24:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
4950
4951         * i386.md (movsi/movdi): Fix template.
4952         (sse2 patterns): Set attributes consistently.
4953
4954         * i386.md (pushqi2, ashrqi_*): Fix constraint.
4955
4956 2002-05-18  Toon Moene  <toon@moene.indiv.nluug.nl>
4957
4958         * optabs.c (complex_part_zero_p): New.
4959         * (expand_cmplxdiv_straight): Use it.
4960         * (expand_cmplxdiv_wide): Ditto.
4961         * (expand_binop): Ditto.
4962
4963 2002-05-18  Richard Henderson  <rth@redhat.com>
4964
4965         * final.c (HAVE_READONLY_DATA_SECTION): New.
4966         (shorten_branches): Use it instead of ifdefs.
4967         * varasm.c (enum in_section): Add in_readonly_data.
4968         (text_section, data_section): Tidy.
4969         (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
4970
4971         * config/darwin.h, config/nextstep.h, config/h8300/elf.h,
4972         config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h
4973         (READONLY_DATA_SECTION): Don't undef.
4974
4975         * config/alpha/unicosmk.h, config/h8300/elf.h, config/i386/aix386ng.h,
4976         config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h,
4977         config/rs6000/lynx.h (READONLY_DATA_SECTION_ASM_OP): Undef.
4978
4979         * config/elfos.h, config/svr3.h, config/alpha/alpha-interix.h,
4980         config/alpha/elf.h, config/c4x/c4x.h, config/i386/i386-interix.h,
4981         config/i386/sco5.h, config/i386/svr3gas.h, config/i860/sysv3.h,
4982         config/m88k/m88k.h, config/pa/pa64-hpux.h (USE_CONST_SECTION): Remove.
4983
4984         * config/elfos.h, config/netware.h, config/alpha/alpha-interix.h,
4985         config/alpha/elf.h, config/alpha/vms.h, config/arc/arc.h,
4986         config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
4987         config/i386/dgux.h, config/i386/i386-interix.h, config/i386/sco5.h,
4988         config/ia64/hpux.h, config/m32r/m32r.h, config/m68k/tower-as.h,
4989         config/m88k/m88k.h, config/mcore/mcore-pe.h, config/mips/iris6.h,
4990         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa64-hpux.h,
4991         config/sparc/sysv4.h (READONLY_DATA_SECTION_ASM_OP): Rename from
4992         CONST_SECTION_ASM_OP/READONLY_SECTION_ASM_OP/RDATA_SECTION_ASM_OP.
4993
4994         * config/elfos.h, config/netware.h, config/1750a/1750a.h,
4995         config/a29k/a29k.h, config/alpha/alpha-interix.h, config/alpha/alpha.h,
4996         config/arm/coff.h, config/h8300/h8300.h, config/i386/aix386ng.h,
4997         config/i386/i386-interix.h, config/i386/osfrose.h, config/mmix/mmix.h,
4998         config/pa/pa64-hpux.h, config/sparc/litecoff.h
4999         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
5000
5001         * config/elfos.h, config/netware.h, config/svr3.h,
5002         config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
5003         config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
5004         config/h8300/h8300.h, config/i386/i386-interix.h,
5005         config/i386/osfrose.h, config/i386/svr3gas.h, config/mmix/mmix.h,
5006         config/pa/pa64-hpux.h (READONLY_DATA_SECTION): Remove.
5007
5008         * config/elfos.h, config/netware.h, config/svr3.h,
5009         config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
5010         config/c4x/c4x.h, config/i386/aix386ng.h, config/i386/i386-interix.h,
5011         config/i386/sco5.h, config/i386/svr3gas.h, config/mmix/mmix.h,
5012         config/pa/pa64-hpux.h (CONST_SECTION_FUNCTION): Remove.
5013
5014         * config/lynx.h, config/svr3.h, config/alpha/elf.h, config/alpha/vms.h,
5015         config/c4x/c4x.h, config/dsp16xx/dsp16xx.h, config/i386/sco5.h,
5016         config/i386/svr3gas.h, config/i860/sysv3.h, config/i860/sysv4.h,
5017         config/ia64/sysv4.h, config/m32r/m32r.h, config/m88k/m88k.h,
5018         config/mcore/mcore-elf.h, config/mcore/mcore-pe.h, config/mips/elf.h,
5019         config/mips/elf64.h, config/mips/iris6.h, config/mips/linux.h,
5020         config/mips/mips.h, config/mips/rtems64.h, config/mips/vxworks.h,
5021         config/rs6000/sysv4.h, config/v850/v850.h
5022         (EXTRA_SECTIONS): Remove in_const/in_rdata.
5023         (EXTRA_SECTION_FUNCTIONS): Remove accompanying function.
5024
5025         * config/svr3.h, config/c4x/c4x.h, config/i386/dgux.h,
5026         config/i386/sco5.h, config/i386/svr3gas.h, config/ia64/aix.h,
5027         config/m88k/dgux.h, config/mcore/mcore-pe.h, config/mmix/mmix.h,
5028         config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
5029         * config/alpha/alpha.c (alpha_start_function): Likewise.
5030         (alpha_write_linkage): Likewise.
5031         * config/m32r/m32r.c (m32r_select_section): Likewise.
5032         * config/m88k/m88k.c (m88k_select_section): Likewise.
5033         * config/mips/mips.c (mips_select_rtx_section): Likewise.
5034         * config/rs6000/rs6000.c (rs6000_select_rtx_section): Likewise.
5035         (rs6000_elf_select_section): Likewise.
5036         * config/v850/v850.c (v850_select_section): Likewise.
5037
5038         * config/1750a/1750a.h, config/i860/sysv3.h
5039         (READONLY_DATA_SECTION_ASM_OP): New.
5040         READONLY_DATA_SECTION_ASM_OP.
5041         * config/i386/interix.c, config/i386/winnt.c
5042         (i386_pe_unique_section): Always use .rdata prefix.
5043         * config/pa/som.h (readonly_data): Always switch to read-only section.
5044         (READONLY_DATA_SECTION): Predicate on flag_pic.
5045         * config/we32k/we32k.h (READONLY_DATA_SECTION): Remove parenthesis.
5046         * doc/tm.texi (READONLY_DATA_SECTION_ASM_OP): New.
5047         (READONLY_DATA_SECTION): Update.
5048
5049 2002-05-18  Jason Thorpe  <thorpej@wasabisystems.com>
5050
5051         * c-common.c (c_common_post_options): Warn if -Wformat-zero-length
5052         is used without -Wformat.
5053         * c-common.h (warn_format_zero_length): Declare extern.
5054         * c-decl.c (warn_options): Add "format-zero-length".
5055         * c-format.c (warn_format_zero_length): Declare.
5056         (set_Wformat): Set warn_format_zero_length for -Wformat.
5057         (check_format_info): Only warn about zero-length formats if
5058         warn_format_zero_length is true.  Include the format type
5059         name in the warning message.
5060         * doc/invoke.texi: Document -Wformat-zero-length.
5061         * testsuite/gcc.dg/format/zero-length-1.c: New test.
5062
5063 2002-05-18  Kazu Hirata  <kazu@cs.umass.edu>
5064
5065         * timevar.c: Fix formatting.
5066         * tlink.c: Likewise.
5067         * toplev.c: Likewise.
5068         * tree-dump.c: Likewise.
5069         * tree-inline.c: Likewise.
5070
5071 2002-05-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5072
5073         * cppinit.c (cpp_post_options): If preprocessed, turn off
5074         traditional.  If traditional, turn off column numbers.
5075         * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
5076         * cpptrad.c (handle_newline): Update line_base.
5077         (skip_comment): Handle -Wcomment.
5078
5079 2002-05-17  Zack Weinberg  <zack@codesourcery.com>
5080
5081         * cppinit.c (struct builtin): Remove unused fields.
5082         (CPLUS, BUILTIN, OPERATOR, O, builtin_array_end): Kill.
5083         (operator_array): New - was second half of builtin_array.
5084         (init_builtins): Simplify loop over builtin_array/operator_array.
5085
5086 2002-05-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5087
5088         * defaults.h (UNIQUE_SECTION): Remove.
5089         * system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
5090
5091 2002-05-17  Richard Henderson  <rth@redhat.com>
5092
5093         * expr.c (init_expr_once): Don't use start/end_sequence.
5094         Use rtx_alloc instead of emit_insn.
5095         * toplev.c (lang_dependent_init): Run init_expr_once here ...
5096         (lang_independent_init): ... not here.
5097
5098 2002-05-17  Jason Thorpe  <thorpej@wasabisystems.com>
5099
5100         * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
5101
5102 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5103
5104         * config/avr/avr.c (avr_regs_to_save): New function.  Also check
5105         for fixed registers, possibly used for global register variables.
5106         (initial_elimination_offset, avr_output_function_prologue,
5107         avr_output_function_epilogue):  Move common code to avr_regs_to_save.
5108
5109 2002-05-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5110
5111         * Makefile.in: Update for cpptrad.c.
5112         * cpphash.h (struct cpp_buffer): New members for buffer
5113         overlays.
5114         (struct cpp_reader): New members for traditional output.
5115         (_cpp_read_logical_line, _cpp_overlay_buffer): New.
5116         * cppinit.c (cpp_create_reader): Set trad_line.
5117         (cpp_destroy): Free trad_out_base if used.
5118         (cpp_read_main_file): Overlay an empty buffer if traditional.
5119         (cpp_finish_options): Don't do builtins.
5120         (COMMAND_LINE_OPTIONS): Add -traditional-cpp.
5121         (cpp_handle_option): Handle it.
5122         * cpplex.c (continue_after_nul): New.
5123         (_cpp_lex_direct): Use handle_nul.
5124         * cpplib.h (struct cpp_options): New traditional option.
5125         * cpptrad.c: New file.
5126
5127 2002-05-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5128
5129         * c-common.c (c_common_init_options): Use C89 for Objective-C,
5130         and set the options flag.
5131         * cppinit.c (lang_flags): Remove objc.
5132         (lang_defaults): Remove OBJC and OBJCXX.
5133         (set_lang): Update.
5134         (COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
5135         (cpp_handle_option): Remove -+ and -lang-objc++.
5136         For ObjC, just set a flag.
5137         (print_help): Update.
5138         * cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.
5139
5140 2002-05-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5141
5142         * doc/install.texi (Specific, mips-sgi-irix6): Document need to
5143         bootstrap with -mips3.
5144
5145 2002-05-17  Kazu Hirata  <kazu@cs.umass.edu>
5146
5147         * final.c: Fix formatting.
5148         * fix-header.c: Likewise.
5149         * flow.c: Likewise.
5150         * fold-const.c: Likewise.
5151         * function.c: Likewise.
5152
5153 2002-05-17  David S. Miller  <davem@redhat.com>
5154
5155         PR c/6689, PR optimization/6615
5156         * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
5157         and make it a pointer to rtx.  Update comments.
5158         (update_equiv_regs): When scanning for equivalences, record
5159         address of SET_SRC (set) in reg_equiv[].src_p.  Dereference
5160         it while making the equiv replacements.
5161
5162 2002-05-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5163
5164         * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
5165
5166 2002-05-17  kaz Kojima  <kkojima@rr.iij4u.or.jp>
5167
5168         * config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
5169         when encoding visibility into SYMBOL_REF_FLAG.
5170
5171 2002-05-17  Richard Sandiford  <rsandifo@redhat.com>
5172
5173         * expr.c (force_operand): Fix reversed move.
5174
5175 2002-05-17  Kurt Wall <kwall@kurtwerks.com>
5176
5177         * doc/install.texi (Testing): Mention two common DejaGnu warnings
5178         that can be ignored.
5179
5180 2002-05-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5181
5182         * doc/install.texi (Final install): Recommend to install into a
5183         "clean" target directory.
5184
5185 2002-05-17  Richard Henderson  <rth@redhat.com>
5186
5187         * config/ia64/ia64.md: Use braced strings instead of quoted strings
5188         for code blocks.  Tidy whitespace.
5189
5190 2002-05-17  Richard Henderson  <rth@redhat.com>
5191
5192         * hooks.c (hook_tree_bool_false): New.
5193         * hooks.h: Declare it.
5194         * target-def.h (TARGET_ASM_SELECT_SECTION): New.
5195         (TARGET_ASM_UNIQUE_SECTION, TARGET_IN_SMALL_DATA_P): New.
5196         * target.h (select_section, unique_section): New.
5197         (in_small_data_p): New.
5198         * varasm.c (resolve_unique_section): Use hooks instead of macros.
5199         (variable_section, output_constant_def_contents): Likewise.
5200         (default_select_section, default_unique_section): New.
5201         (categorize_decl_for_section, default_elf_select_section): New.
5202         * output.h: Declare them.
5203
5204         * config/darwin.h (ALIAS_SECTION, try_section_alias): Remove.
5205         (TARGET_ASM_SELECT_SECTION): New.
5206         (SELECT_SECTION): Move ...
5207         * config/darwin.c (machopic_select_section): ... here.
5208         * config/darwin-protos.h: Update.
5209
5210         * config/nextstep.h (TARGET_ASM_SELECT_SECTION): New.
5211         (SELECT_SECTION): Move ...
5212         * config/nextstep.c (nextstep_select_section): ... here.
5213         * config/nextstep-protos.h: Update.
5214
5215         * config/elfos.h (UNIQUE_SECTION, SELECT_SECTION): Remove.
5216         (TARGET_ASM_SELECT_SECTION): New.
5217         * config/svr3.h (SELECT_SECTION): Remove.
5218
5219         * config/alpha/alpha.c (unicosmk_unique_section): Make static.
5220         (TARGET_ASM_UNIQUE_SECTION) [UNICOS]: New.
5221         (TARGET_IN_SMALL_DATA_P, alpha_in_small_data_p): New.
5222         (alpha_encode_section_info): Use it.
5223         * config/alpha/alpha-protos.h: Update.
5224         * config/alpha/elf.h (DO_SELECT_SECTION): Remove.
5225         (SELECT_SECTION, UNIQUE_SECTION): Remove.
5226         (TARGET_ASM_SELECT_SECTION): New.
5227         * config/alpha/unicosmk.h (UNIQUE_SECTION): Remove.
5228
5229         * config/arm/pe.h (UNIQUE_SECTION): Remove.
5230         (TARGET_ASM_UNIQUE_SECTION): New.
5231
5232         * config/avr/avr.c (TARGET_ASM_UNIQUE_SECTION): New.
5233         (avr_unique_section): Rename from unique_section; make static.
5234         * config/avr/avr-protos.h: Update.
5235         * config/avr/avr.h (UNIQUE_SECTION): Remove.
5236
5237         * config/c4x/c4x.h (SELECT_SECTION): Remove.
5238
5239         * config/i386/cygwin.h (UNIQUE_SECTION): Remove.
5240         (TARGET_ASM_UNIQUE_SECTION): New.
5241         * config/i386/i386-interix.h: Likewise.
5242         * config/i386/win32.h: Likewise.
5243         * config/i386/djgpp.h (UNIQUE_SECTION): Remove.
5244         * config/i386/i386.c (ix86_asm_file_end): Use target hook not macro.
5245         * config/i386/sco5.h (SELECT_SECTION): Remove.
5246         (TARGET_ASM_SELECT_SECTION): New.
5247         * config/i386/svr3gas.h (SELECT_SECTION): Remove.
5248
5249         * config/i860/paragon.h: Undef TARGET_ASM_SELECT_SECTION
5250         instead of SELECT_SECTION.
5251         * config/m68k/dpx2.h: Likewise.
5252         * config/rs6000/lynx.h: Likewise.
5253
5254         * config/ia64/aix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
5255         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
5256         * config/ia64/ia64.c (TARGET_IN_SMALL_DATA_P): New.
5257         (ia64_in_small_data_p): New.
5258         (ia64_encode_section_info): Use it.  Reorganize overlarge conditional.
5259         (ia64_aix_select_section, ia64_aix_unique_section): New.
5260         * config/ia64/sysv4.h (DO_SELECT_SECTION): Remove.
5261         (SELECT_SECTION, UNIQUE_SECTION): Remove.
5262
5263         * config/m32r/m32r.h (SELECT_SECTION): Remove.
5264         (TARGET_ASM_SELECT_SECTION): New.
5265         * config/m32r/m32r.c (m32r_select_section): Take align argument.
5266         * config/m32r/m32r-protos.h: Update.
5267
5268         * config/m88k/m88k.h (TARGET_ASM_SELECT_SECTION): New.
5269         (SELECT_SECTION): Move ...
5270         * config/m88k/m88k.c (m88k_select_section): ... here.
5271
5272         * config/mcore/mcore-pe.h (SELECT_SECTION): Remove.
5273         * config/mcore/mcore.h (UNIQUE_SECTION): Remove.
5274         * config/mcore/mcore.c (TARGET_ASM_UNIQUE_SECTION): New.
5275         (mcore_unique_section): Make static.
5276         * config/mcore/mcore-protos.h: Update.
5277
5278         * config/mips/elf.h (UNIQUE_SECTION): Remove.
5279         (TARGET_ASM_UNIQUE_SECTION): New.
5280         * config/mips/elf64.h: Likewise.
5281         * config/mips/iris6gld.h: Likewise.
5282         * config/mips/linux.h: Likewise.
5283         * config/mips/mips-protos.h: Update.
5284         * config/mips/mips.c (mips_select_section): Add align argument.
5285         * config/mips/mips.h (SELECT_SECTION): Remove.
5286         (TARGET_ASM_SELECT_SECTION): New.
5287
5288         * config/mmix/mmix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
5289         * config/mmix/mmix.c (mmix_select_section): Remove.
5290         (mmix_unique_section): Remove.
5291         * config/mmix/mmix-protos.h: Update.
5292
5293         * config/pa/pa.h (TARGET_ASM_SELECT_SECTION): New.
5294         (SELECT_SECTION): Move ...
5295         * config/pa/pa.c (pa_select_section): ... here.
5296         * config/pa/pa64-hpux.h (UNIQUE_SECTION): Remove.
5297
5298         * config/rs6000/rs6000.c (rs6000_elf_select_section): Rename
5299         from rs6000_select_section and make static.
5300         (rs6000_elf_unique_section): Similarly.
5301         (rs6000_xcoff_select_section): From xcoff.h.
5302         (rs6000_xcoff_unique_section): Likewise.
5303         * config/rs6000/rs6000-protos.h: Update.
5304         * config/rs6000/sysv4.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
5305         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
5306         * config/rs6000/xcoff.h: Likewise.
5307
5308         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): New.
5309         (SELECT_SECTION): Move ...
5310         * config/sparc/sparc.c (sparc_aout_select_section): ... here.
5311
5312         * config/v850/v850.h (SELECT_SECTION): Move ...
5313         * config/v850/v850.c (v850_select_section): ... here.
5314         (TARGET_ASM_SELECT_SECTION): New.
5315
5316         * config/vax/vms.h (SELECT_SECTION): Move ...
5317         * config/vax/vax.c (vms_select_section): ... here.
5318         (TARGET_ASM_SELECT_SECTION): New.
5319
5320         * doc/tm.texi: Update SELECT_SECTION and UNIQUE_SECTION docs
5321         for the target hooks.
5322
5323 2002-05-17  Nick Clifton  <nickc@cambridge.redhat.com>
5324
5325         * config/arm/arm.c (emit_multi_reg_push): Do not set
5326         RTX_FRAME_RELATED_P on the SEQUENCE.
5327
5328 2002-05-16  Richard Henderson  <rth@redhat.com>
5329
5330         * config/ia64/ia64.c (ia64_reorg): Rebuild bb_for_insn before
5331         splitting.  Use split_all_insns; update_life_info_in_dirty_blocks.
5332
5333 2002-05-16  Richard Henderson  <rth@redhat.com>
5334
5335         * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
5336
5337         * config/ia64/ia64.c (saveable_obstack): Do not declare.
5338
5339 2002-05-16  Richard Henderson  <rth@redhat.com>
5340
5341         * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
5342         cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
5343         conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
5344         gcse.c, global.c, graph.c, haifa-sched.c, ifcvt.c, lcm.c,
5345         local-alloc.c, loop.c, predict.c, print-rtl.c, profile.c,
5346         recog.c, reg-stack.c, regclass.c, regmove.c, regrename.c,
5347         reload1.c, reorg.c, resource.c, sbitmap.c, sched-deps.c,
5348         sched-ebb.c, sched-rgn.c, sibcall.c, ssa-ccp.c, ssa-dce.c, ssa.c:
5349         Revert "Basic block renumbering removal", and two followup patches.
5350
5351 2002-05-16  Jason Thorpe  <thorpej@wasabisystems.com>
5352
5353         * lcm.c (optimize_mode_switching): Revert previous change.
5354
5355 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5356
5357         * sched-rgn.c (schedule_insns): Initialize large_region_blocks
5358         with only extant block numbers.
5359
5360 2002-05-16  Jason Thorpe  <thorpej@wasabisystems.com>
5361
5362         * lcm.c (optimize_mode_switching): Fix typo.
5363
5364 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5365
5366         * flow.c (calculate_global_regs_live): Queue blocks in program order.
5367
5368 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5369
5370         * doc/install.texi (Configuration): Document PWDCMD.
5371
5372 2002-05-16  Dale Johannesen  <dalej@apple.com>
5373
5374         * combine.c (cant_combine_insn_p):  Reenable combinations
5375         involving hard regs unless CLASS_LIKELY_SPILLED_P.
5376
5377 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5378
5379         * c-common.c (cb_register_builtins): Handle more built-ins
5380         here rather than in gcc.c specs.
5381         * gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
5382         (cpp_options): Pass -O flags even when only preprocessing.
5383         * toplev.c (set_fast_math_flags): New prototype.
5384         (fast_math_flags_set_p): New.
5385         (set_no_fast_math_flags): Remove.
5386         (decode_f_option): Update.
5387         * toplev.h (set_fast_math_flags): Update.
5388         (fast_math_flags_set_p): New.
5389         (set_no_fast_math_flags): Remove.
5390 config:
5391         * c4x/c4x.c (c4x_override_options): Update.
5392
5393 2002-05-16  Zack Weinberg  <zack@codesourcery.com>
5394
5395         * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
5396         Default-define here.
5397         (builtin_define_with_value): Can now wrap the expansion in
5398         quotation marks if such is wanted.
5399         (cb_register_builtins): Update calls to builtin_define_with_value.
5400         Define __REGISTER_PREFIX__, __USER_LABEL_PREFIX__, and __VERSION__
5401         here.
5402         (c_common_init): Set options->stdc_0_in_system_headers.
5403         * c-lex.h: Update prototype of builtin_define_with_value.
5404         * cppdefault.h: Remove default definitions of USER_LABEL_PREFIX
5405         and REGISTER_PREFIX.
5406
5407         * cppinit.c (VERS, ULP, C, X): Kill.
5408         (builtin_array): Remove entries for __VERSION__,
5409         __USER_LABEL_PREFIX__, __REGISTER_PREFIX__, and
5410         __HAVE_BUILTIN_SETJMP__.  Make __STDC__ always a builtin, not
5411         a constant.
5412         (init_builtins): Kill off a bunch of now-dead code.
5413         (COMMAND_LINE_OPTIONS): Remove -fleading-underscore and
5414         -fno-leading-underscore.
5415         (cpp_handle_option): Remove code to set user_label_prefix.
5416         (cpp_post_options): Likewise.
5417
5418         * cpplib.h (struct cpp_options): Remove user_label_prefix.
5419         (stdc_0_in_system_headers): New.
5420         * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile,
5421         stdc_0_in_system_headers) too to decide the value of __STDC__.
5422
5423         * tradcpp.c (user_label_prefix): Kill.
5424         (main): Remove code handling -f(no-)leading-underscore.
5425         (initialize_builtins): Don't define __REGISTER_PREFIX__
5426         or __USER_LABEL_PREFIX__.
5427         (install_value): Wrap compound statement in dummy loop so the
5428         macro works properly in an if statement.
5429
5430
5431 2002-05-16  Janis Johnson  <janis187@us.ibm.com>
5432
5433         * loop.h (struct loop_info): Add member has_prefetch.
5434         * loop.c (PREFETCH_CONDITIONAL): Change default to 1.
5435         (prescan_loop): Initialize has_prefetch.
5436         (struct prefetch_info): Change prefetch_in_loop and
5437         prefetch_before_loop from bit fields to ints.
5438         (emit_prefetch_instructions): Several small fixes.
5439         (check_dbra_loop): Don't reverse loop that uses prefetch.
5440
5441 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5442
5443         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
5444         * configure.in: Likewise.
5445         * fixinc/check.tpl: Likewise.
5446         * fixinc/fixinc.dgux: Likewise.
5447         * fixinc/fixinc.svr4: Likewise.
5448         * fixinc/fixinc.winnt: Likewise.
5449         * fixinc/fixincl.sh: Likewise.
5450         * fixproto: Likewise.
5451         * configure: Regenerate.
5452
5453 2002-05-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5454
5455         Basic block renumbering removal:
5456         * basic_block.h (struct basic_block_def): Renamed index to sindex,
5457         added prev_bb and next_bb fields.
5458         (n_basic_blocks): Renamed to num_basic_blocks.
5459         (last_basic_block): New, index of last basic block.
5460         (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
5461         traversing basic block chain.
5462         (BLOCK_NUM): index -> sindex.
5463         (create_basic_block_structure, create_basic_block): Declaration changed.
5464         (debug_num2bb): Declare.
5465         (expunge_block_nocompact): Declaration removed.
5466         (link_block, unlink_block, compact_blocks): Declare.
5467         * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): Modified.
5468         * cfg.c (entry_exit_blocks): Initialize new fields.
5469         (clear_edges, alloc_block, expunge_block, cached_make_edge,
5470         redirect_edge_pred, dump_flow_info, dump_edge_info,
5471         alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
5472         free_aux_for_edges): Modified.
5473         (link_block, unlink_block, compact_blocks, debug_num2bb): New.
5474         (expunge_block_nocompact): Removed.
5475         * cfganal.c (can_fallthru, mark_dfs_back_edges, flow_call_edges_add,
5476         find_unreachable_blocks, create_edge_list, print_edge_list,
5477         verify_edge_list, flow_edge_list_print, remove_fake_successors,
5478         remove_fake_edges, flow_reverse_top_sort_order_compute,
5479         flow_depth_first_order_compute, flow_preorder_transversal_compute,
5480         flow_dfs_compute_reverse_init, flow_dfs_compute_reverse_add_bb,
5481         flow_dfs_compute_reverse_execute): Modified.
5482         * cfgbuild.c (make_edges, make_eh_edge, find_basic_blocks_1,
5483         find_basic_blocks, find_many_sub_basic_blocks, find_sub_basic_blocks):
5484         Modified.
5485         * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
5486         merge_blocks_move_predecessor_nojumps,
5487         merge_blocks_move_successor_nojumps, merge_blocks,
5488         outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
5489         try_optimize_cfg, delete_unreachable_blocks, cleanup_cfg): Modified.
5490         * cfglayout.c (skip_insns_after_block, label_for_bb,
5491         record_effective_endpoints, scope_to_insns_finalize,
5492         fixup_reorder_chain, verify_insn_chain, cleanup_unconditional_jumps,
5493         fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge,
5494         cfg_layout_duplicate_bb): Modified.
5495         * cfgloop.c (flow_loops_cfg_dump, flow_loop_dump, flow_loops_dump,
5496         flow_loop_entry_edges_find, flow_loop_exit_edges_find,
5497         flow_loop_nodes_find, flow_loop_pre_header_find, flow_loop_scan,
5498         flow_loops_find, flow_loop_outside_edge_p): Modified.
5499         * cfgrtl.c (create_basic_block_structure, create_basic_block,
5500         flow_delete_block, compute_bb_for_insn, split_block,
5501         try_redirect_by_replacing_jump, redirect_edge_and_branch,
5502         force_nonfallthru_and_redirect, tidy_fallthru_edge,
5503         back_edge_of_syntactic_loop_p, split_edge, commit_one_edge_insertion,
5504         commit_edge_insertions, commit_edge_insertions_watch_calls,
5505         dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
5506         purge_all_dead_edges): Modified.
5507         * combine.c (combine_instructions, set_nonzero_bits_and_sign_copies,
5508         try_combine, nonzero_bits, num_sign_bit_copies, get_last_value_validate,
5509         get_last_value, reg_dead_at_p, distribute_notes, distribute_links):
5510         Modified.
5511         * conflict.c (conflict_graph_compute): Modified.
5512         * df.c (FOR_ALL_BBS): Removed.
5513         (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
5514         df_modified_p, df_analyse, df_refs_unlink, df_insn_modify,
5515         df_dump, hybrid_search_bitmap, iterative_dataflow_sbitmap): Modified.
5516         * df.h (DF_BB_INFO, DF_REF_BBNO): Modified.
5517         * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
5518         calc_idoms, idoms_to_doms, calculate_dominance_info): Modified.
5519         * final.c (compute_alignments, final_scan_insn): Modified.
5520         * flow.c (verify_local_live_at_start, update_life_info,
5521         update_life_info_in_dirty_blocks, free_basic_block_vars,
5522         delete_noop_moves, calculate_global_regs_live,
5523         initialize_uninitialized_subregs, allocate_bb_life_data,
5524         regno_uninitialized, regno_clobbered_at_setjmp, mark_set_1,
5525         mark_used_reg, count_or_remove_death_notes): Modified.
5526         * function.c (thread_prologue_and_epilogue_insns): Modified.
5527         * gcse.c (struct null_pointer_info): Change typo of current_block
5528         to basic_block.
5529         (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
5530         oprs_unchanged_p, load_killed_in_block_p, record_last_reg_set_info,
5531         compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
5532         alloc_avail_expr_mem, expr_killed_p, compute_ae_kill,
5533         expr_reaches_here_p_work, expr_reaches_here_p, handle_avail_expr,
5534         classic_gcse, one_classic_gcse_pass, compute_transp, cprop,
5535         one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p_work,
5536         pre_expr_reaches_here_p, insert_insn_end_bb, pre_edge_insert,
5537         pre_delete, one_pre_gcse_pass, compute_transpout,
5538         invalidate_nonnull_info, delete_null_pointer_checks_1,
5539         free_code_hoist_mem, compute_code_hoist_vbeinout,
5540         hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
5541         compute_ld_motion_mems, store_ops_ok, find_moveable_store,
5542         compute_store_table, build_store_vectors, insert_insn_start_bb,
5543         insert_store, replace_store_insn, free_store_memory, store_motion):
5544         Modified.
5545         * global.c (global_alloc, global_conflicts, mark_elimination,
5546         build_insn_chain): Modified.
5547         * graph.c (print_rtl_graph_with_bb): Modified.
5548         * haifa-sched.c (sched_init): Modified.
5549         * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
5550         (find_if_block, find_cond_trap, find_if_case_1, find_if_case_2,
5551         if_convert): Modified.
5552         * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
5553         compute_insert_delete, pre_edge_lcm, compute_available,
5554         compute_farthest, compute_nearerout, compute_rev_insert_delete,
5555         pre_edge_rev_lcm, make_preds_opaque, optimize_mode_switching):
5556         Modified.
5557         * local-alloc.c (alloc_qty, local_alloc, update_equiv_regs): Modified.
5558         * loop.c (loop_dump_aux): Modified.
5559         * predict.c (combine_predictions_for_insn, estimate_probability,
5560         last_basic_block_p, process_note_prediction, process_note_predictions,
5561         note_prediction_to_br_prob, propagate_freq, counts_to_freqs,
5562         expensive_function_p, estimate_bb_frequencies,
5563         compute_function_frequency): Modified.
5564         * print-rtl.c (print_rtx): Modified.
5565         * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX, instrument_edges,
5566         get_exec_counts, compute_branch_probabilities, compute_checksum,
5567         branch_prob, find_spanning_tree): Modified.
5568         * recog.c (split_all_insns, peephole2_optimize): Modified.
5569         * reg-stack.c (reg_to_stack, convert_regs_entry, compensate_edge,
5570         convert_regs_1, convert_regs_2, convert_regs): Modified.
5571         * regclass.c (scan_one_insn, regclass): Modified.
5572         * regmove.c (mark_flags_life_zones, regmove_optimize,
5573         combine_stack_adjustments): Modified.
5574         * regrename.c (regrename_optimize, copyprop_hardreg_forward): Modified.
5575         * reload1.c (reload, reload_combine, copy_eh_notes): Modified.
5576         * reorg.c (dbr_schedule): Modified.
5577         * resource.c (find_basic_block, init_resource_info): Modified.
5578         * sbitmap.c (sbitmap_intersection_of_succs,
5579         sbitmap_intersection_of_preds, sbitmap_union_of_succs,
5580         sbitmap_union_of_preds): Modified.
5581         * sched-deps.c (init_dependency_caches): Modified.
5582         * sched-ebb.c (schedule_ebbs): Modified.
5583         * sched-rgn.c (is_cfg_nonregular, build_control_flow, debug_regions,
5584         find_rgns, compute_trg_info, init_regions, schedule_insns): Modified.
5585         * sibcall.c (optimize_sibling_and_tail_recursive_call): Modified.
5586         * ssa-ccp.c (examine_flow_edges, optimize_unexecutable_edges,
5587         ssa_ccp_substitute_constants, ssa_ccp_df_delete_unreachable_insns,
5588         ssa_const_prop): Modified.
5589         * ssa-dce.c (set_control_dependent_block_to_edge_map_,
5590         find_control_dependence, find_pdom, ssa_eliminate_dead_code): Modified.
5591         * ssa.c (remove_phi_alternative, find_evaluations,
5592         compute_dominance_frontiers_1, compute_iterated_dominance_frontiers,
5593         insert_phi_node, rename_block, convert_to_ssa, eliminate_phi,
5594         make_regs_equivalent_over_bad_edges,
5595         make_equivalent_phi_alternatives_equival,
5596         compute_conservative_reg_partition,
5597         coalesce_regs_in_successor_phi_nodes, compute_coalesced_reg_partition,
5598         rename_equivalent_regs, convert_from_ssa, for_each_successor_phi):
5599         Modified.
5600
5601 2002-05-16  Mark Mitchell  <mark@codesourcery.com>
5602
5603         * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.
5604
5605 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
5606
5607         * config/arm/arm.c (arm_rtx_costs): Check for RTX being a
5608         SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
5609         (arm_adjust_cost): Check for RTX being a SYMBOL_REF before
5610         calling CONSTANT_POOL_ADDRESS_P.
5611         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in code
5612         to decide whether to define __arm__ or __thumb.
5613         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Check for RTX being a
5614         SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
5615
5616 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5617
5618         * config/arc/arc.h (CPP_PREDEFINES): Remove.
5619         (CPP_SPEC): Update.
5620         (TARGET_CPU_CPP_BUILTINS): New.
5621
5622 2002-05-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5623
5624         * cpphash.h (cpp_macro): Move here, and make expansion a union.
5625         * cppmacro.c (cpp_macro): Remove.
5626         (enter_macro_context, replace_args, warn_of_redefinition,
5627         _cpp_create_definition, cpp_macro_definition): Update.
5628
5629 2002-05-16  Jason Merrill  <jason@redhat.com>
5630
5631         * config/mips/mips.c (mips_output_external): Don't do sdata
5632         optimization for a variable with DECL_COMDAT set.
5633
5634 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
5635
5636         * config/rs6000/altivec.h: Cleanups for tighter typechecking.
5637         Cleanups for accepting modifiers on pointers.
5638         Fix predicate typos.
5639         Allow long pointers as well as int pointers.
5640
5641 2002-05-15  Richard Henderson  <rth@redhat.com>
5642
5643         * varasm.c (merge_weak): Remove special case for extern and common.
5644
5645 2002-05-15  Matt Hiller  <hiller@redhat.com>
5646
5647         * testsuite/gcc.c-torture/compile/20000804-1.x: Don't return 1 if
5648         XFAILing.
5649         * testsuite/gcc.c-torture/compile/20001226-1.x: Ditto.
5650         * testsuite/gcc.c-torture/compile/920520-1.x: Ditto.
5651         * testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
5652         * testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
5653         * testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
5654         * testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.
5655
5656 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
5657
5658         * reload1.c (forget_old_reloads_1): Do not use subreg offset.
5659
5660 2002-05-15  Aldy Hernandez  <aldyh@redhat.com>
5661
5662         * config/rs6000/rs6000.md ("altivec_mtvscr"): Set VSCR register.
5663         ("altivec_mfvscr"): Read from VSCR.
5664
5665         Add vscr sets for the following insns: altivec_vctuxs,
5666         altivec_vaddubs, altivec_vaddsbs, altivec_vadduhs,
5667         altivec_vaddshs, altivec_vadduws, altivec_vaddsws, altivec_vctsxs,
5668         altivec_vmhaddshs, altivec_vmhraddshs, altivec_vmsumuhs,
5669         altivec_vmsumshs, altivec_vpkuhss, altivec_vpkshss,
5670         altivec_vpkuwss, altivec_vpkswss, altivec_vpkuhus,
5671         altivec_vpkshus, altivec_vpkuwus, altivec_vpkswus,
5672         altivec_vsububs, altivec_vsubsbs, altivec_vsubuhs,
5673         altivec_vsubshs, altivec_vsubuws, altivec_vsubsws,
5674         altivec_vsum4ubs, altivec_vsum4sbs, altivec_vsum4shs,
5675         altivec_vsum2sws, altivec_vsumsws.
5676
5677         * config/rs6000/rs6000.h: Add VSCR fixed register.
5678         (CALL_REALLY_USED_REGISTERS): Add vscr.
5679         (CALL_USED_REGISTERS): Same.
5680         (FIXED_REGISTERS): Same.
5681         (REG_ALLOC_ORDER): Same.
5682         (reg_class): Add VSCR_REGS.
5683         (REG_CLASS_NAMES): Same.
5684         (REG_CLASS_CONTENTS): Same.
5685         (VSCR_REGNO): New.
5686         (REGISTER_NAMES): Add vscr.
5687         (DEBUG_REGISTER_NAMES): Same.
5688         (ADDITIONAL_REGISTER_NAMES): Same.
5689         (FIRST_PSEUDO_REGISTER): Increment.
5690         (CONDITIONAL_REGISTER_USAGE): Set VSCR as a global register.
5691
5692 2002-05-15  Jakub Jelinek  <jakub@redhat.com>
5693
5694         * fold-const.c (fold): Fix a typo.
5695
5696 2002-05-15  Eric Botcazou  <ebotcazou@multimania.com>
5697
5698         * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
5699         comparison against the highest or lowest integer value before
5700         the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
5701         transformation and that of an unsigned comparison against 0
5702         right after.
5703
5704 2002-05-15  Richard Henderson  <rth@redhat.com>
5705
5706         * varasm.c (merge_weak): Error for any weakening after definition.
5707         Adjust weakening after use warning to catch more cases.
5708         (assemble_alias): Set TREE_USED and TREE_ASM_WRITTEN consistently.
5709         * config/alpha/alpha.c (alpha_encode_section_info): Do not abort.
5710
5711 Wed May 15 10:38:27 CEST 2002  Jan Hubicka  <jh@suse.cz>
5712
5713         * invoke.texi (-malign-double): Re-add lost warning.
5714
5715         * i386-protos.h (x86_output_mi_thunk): Declare.
5716         * unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
5717         * i386.c (x86_output_mi_thunk): ... here; handle 64bits.
5718
5719         * dwarf2out.c (output_call_frame_info): Do not skip unwind info
5720         when flag_asynchronous_unwind_tables is set.
5721
5722         * flags.h (flag_reorder_functions): Declare.
5723         * function.c (prepare_function_start): Initialize frequnecy.
5724         * params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New.
5725         * Makefile.in (predict.o): Add dependency on target.h and params.h
5726         * defaults.h (HOT_TEXT_SECTION_NAME,
5727         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
5728         * predict.c (choose_function_section): New function.
5729         (estimate_bb_frequencies): Use it.
5730         * toplev.c (flag_reorder_functions): New global variable.
5731         (lang_independent_options): New.
5732         (parse_options_and_default_flags): Set.
5733         * varasm.c (assemble_start_function): Bypass functdion alignment
5734         for never executed functions.
5735         * invoke.texi (-freorder-blocks, -freorder-functions): Document.
5736         (param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
5737         * tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
5738         Document.
5739
5740         Thu Jan  3 21:52:09 CET 2002  Jan Hubicka  <jh@suse.cz>
5741
5742         * predict.c: Inlude profile.h
5743         (MIN_COUNT): Rename to MIN_COUNT_FRACTION
5744         (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
5745         Use the information about maximal counter in the program.
5746
5747         Thu Dec 20 22:14:00 CET 2001  Jan Hubicka  <jh@suse.cz>
5748
5749         * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
5750         probably_never_executed_bb_p): New functions.
5751         * cfgcleanup.c (outgoing_edges_match): Use them.
5752         * predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
5753         (maybe_hot_bb_p, probably_cold_bb_p,
5754         probably_never_executed_bb_p): New functions.
5755
5756         * function.h (function): Add new field function_frequency.
5757         * predict.c (compute_function_frequency): New function.
5758         (estimate_probability): Call it.
5759
5760 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
5761
5762         PR optimization/5172, optimization/5200
5763         * gcse.c (gcse_main): Disable store_motion.
5764
5765 2002-05-14  Zack Weinberg  <zack@codesourcery.com>
5766
5767         * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
5768         (c_common_nodes_and_builtins): Use it.
5769         (builtin_define_with_value): New function.
5770         (cb_register_builtins): Define __SIZE_TYPE__,
5771         __PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
5772         using builtin_define_with_value.  Use consistent notation when
5773         defining __GXX_WEAK__.
5774         (WCHAR_TYPE_SIZE): Don't redefine.
5775         (combine_strings): Don't use WCHAR_TYPE_SIZE.
5776
5777         * cppdefault.h: Don't provide defaults for SIZE_TYPE,
5778         PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
5779         * cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
5780         * tradcpp.c (initialize_builtins): Likewise.
5781         * gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
5782
5783         * c-lex.h (builtin_define_with_value): Prototype.
5784         * system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
5785         NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
5786         * doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
5787
5788         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
5789         config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
5790         config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
5791         config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
5792         config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
5793         config/sparc/linux64.h, config/sparc/netbsd-elf.h,
5794         config/sparc/sol2-bi.h, config/sparc/sparc.h:
5795         Do not define NO_BUILTIN_SIZE_TYPE etc.  Remove all references
5796         to __SIZE_TYPE__ etc from all spec strings. When this makes
5797         extra specs empty, delete them.
5798
5799 2002-05-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5800
5801         * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
5802         for PA8000 or generating dwarf2 call frame information.
5803         (output_call): Remove DO_FRAME_NOTES check from return pointer
5804         optimization.
5805         (following_call): Return 0 when scheduling for PA8000 or generating
5806         dwarf2 call frame information.  Revise comment.
5807
5808 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
5809
5810 config/alpha:
5811         * alpha.h (TARGET_CPU_CPP_BUILTINS): Define __IEEE_FP
5812         and __IEEE_FP_INEXACT as appropriate.
5813         (CPLUSPLUS_CPP_SPEC): Don't define __cplusplus.
5814         (CPP_SPEC): Remove ieee defines.
5815         * freebsd.h, netbsd.h: Remove ieee defines and cpp_cpu.
5816
5817 2002-05-14  Richard Henderson  <rth@redhat.com>
5818
5819         * config/i386/i386.c (ix86_save_reg): Make regno unsigned.
5820         (ix86_safe_length, ix86_safe_length_prefix, ix86_safe_memory): Kill.
5821
5822 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
5823
5824         * arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define.
5825         (CPP_SPEC): Update.
5826         (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC,
5827         CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC, CPP_ENDIAN_SPEC,
5828         CPP_ENDIAN_DEFAULT_SPEC, CPP_INTERWORK_DEFAULT_SPEC,
5829         CPP_INTERWORK_SPEC, CPP_PREDEFINES): Remove.
5830         (EXTRA_SPECS): Update.
5831         * arm/conix-elf.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
5832         arm/riscix1-1.h, arm/rtems-elf.h, arm/semiaof.h, arm/unknown-elf.h,
5833         arm/unknown-elf-oabi.h, arm/vxarm.h: Remove CPP_PREDEFINES and
5834         define TARGET_OS_CPP_BUILTINS if necessary.
5835
5836 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
5837
5838         * gcc.c (cpp_options): Must pass -m* and -f* options
5839         to the front end even when only preprocessing.
5840         (cc1_options): Remove redundant -lang-c.
5841         * tradcpp.c (main): Ignore -m options.
5842 objc:
5843         * lang-specs.h: Similarly.
5844
5845 2002-05-14  Vladimir Makarov  <vmakarov@redhat.com>
5846
5847         * genautomata.c (transform_3): Add code for transformation
5848         `(A,B,...)+C -> A+C,B,...'.
5849
5850 Tue May 14 12:48:22 CEST 2002  Jan Hubicka  <jh@suse.cz>
5851
5852         * final.c (end_final): Do not output profile_arcs constructor, when
5853         no functions are instrumented.
5854
5855 Tue May 14 12:38:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
5856
5857         * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
5858
5859 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5860
5861         * doc/install.texi: Remove special markup originally required for
5862         HTML generation with texi2html.
5863
5864 2002-05-14  Andreas Schwab  <schwab@suse.de>
5865
5866         * config/ia64/sysv4.h (DO_SELECT_SECTION): Factored out of
5867         SELECT_SECTION.
5868         (UNIQUE_SECTION): Define to get small data correctly.
5869
5870         * varasm.c (resolve_unique_section): Add third parameter
5871         flag_function_or_data_sections and use it instead of
5872         flag_function_sections.
5873         (assemble_start_function): Pass flag_function_sections.
5874         (asm_emit_uninitialised): Pass flag_data_sections.
5875         (assemble_variable): Likewise.
5876
5877 2002-05-14  Richard Henderson  <rth@redhat.com>
5878
5879         * config/i386/i386.md: Use define_constants for unspec numbers.
5880         * config/i386/i386.c: Likewise.
5881
5882 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5883
5884         * doc/contrib.texi: Update my entry.
5885
5886 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
5887
5888         * fixinc/inclhack.def (winidss_valist): Limit applicability.
5889         * fixinc/fixincl.x: Regenerated.
5890         * fixinc/tests/base/math.h: Update.
5891         * fixinc/tests/base/testing.h: Likewise.
5892
5893 2002-05-13  Zack Weinberg  <zack@codesourcery.com>
5894
5895         * genattr.c (gen_attr): Don't emit a comma after the last
5896         enumerator.
5897
5898 2002-05-13  Richard Henderson  <rth@redhat.com>
5899
5900         * cfgrtl.c (purge_dead_edges): Handle abnormal call edges created
5901         by non-local gotos.
5902         * recog.c (peephole2_optimize): Likewise.
5903
5904 2002-05-13  Andris Pavenis  <pavenis@lanet.lv>
5905
5906         * cppfiles.c (open_file): Change mode (DJGPP only) of redirected
5907         input to O_BINARY.
5908
5909 2002-05-13  Jeffrey A Law  (law@redhat.com)
5910
5911         * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
5912         Update prototype and callers.
5913         (propagate_one_insn): Stack pointer adjustments kill MEMs on
5914         the mem_set_list which reference the stack pointer, as do
5915         calls to constant functions as they may clobber outgoing
5916         argument space.
5917
5918         * i386.c (ia32_multipass_dfa_lookahead): Prototype.
5919
5920         * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
5921         (ia32_multipass_dfa_lookahead): New function.
5922
5923 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5924
5925         * gcc.c (SWITCH_TAKES_ARG): Remove 'V'.
5926         (translate_options): Remove 'V'.
5927         (process_command): Similarly.
5928 doc:
5929         * invoke.texi: Remove documentation of 'V'.
5930
5931 2002-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
5932
5933         * config/s390/linux.h: Revert 2002-04-22 changes.
5934
5935 2002-05-13  Scott Marks <SMarks@mobile-mind.com>
5936
5937         * config/fr30/fr30.md: Only allow splits of immediate loads
5938         if the destination is a register.
5939
5940 2002-05-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5941
5942         * Makefile.in (c-common.o, cppinit.o): Update.
5943         * c-common.c: Include except.h.
5944         (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__.
5945         Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS.
5946         * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here.
5947         * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS,
5948         CPP_PREDEFINES): Handle here.
5949 config:
5950         * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h,
5951         alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h,
5952         alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define
5953         TARGET_OS_CPP_BUILTINS.
5954         * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define.
5955         (CPP_SPEC, EXTRA_SPECS): Update.
5956         (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC,
5957         CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC,
5958         CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC,
5959         CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC,
5960         CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove.
5961 doc:
5962         * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove.
5963         (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define.
5964
5965 2002-05-12  Zack Weinberg  <zack@codesourcery.com>
5966
5967         * emit-rtl.c (global_rtl): Update comment.
5968         (const_double_htab, const_double_htab_hash,
5969         const_double_htab_hash, lookup_const_double): New.
5970         (const_int_htab_hash, const_int_htab_eq): Remove const
5971         qualifiers, which cause tons of warnings with RTL checking on.
5972         (gen_rtx_CONST_DOUBLE): Deleted.
5973         (const_double_from_real_value): New function - bears some
5974         resemblance to the former immed_real_const_1.
5975         (immed_double_const): Moved here from varasm.c and
5976         simplified.
5977         (gen_rtx_REG): Make REGNO unsigned to squelch warnings.
5978         (gen_rtx_SUBREG): Use gen_rtx_raw_SUBREG.
5979         (gen_rtx): Use immed_double_const.
5980         (init_emit_once): Initialize the const_double_htab.  Use
5981         REAL_VALUE_FROM_INT where possible.  Can now use
5982         CONST_DOUBLE_FROM_REAL_VALUE when setting up const_tiny_rtx.
5983         * varasm.c (struct varasm_status): Remove x_const_double_chain.
5984         (const_double_chain, immed_real_const, clear_const_double_mem): Delete.
5985         (immed_double_const, immed_real_const_1): Moved to emit-rtl.c.
5986         (init_varasm_status, mark_varasm_status): Don't touch
5987         x_const_double_chain.
5988
5989         * output.h: Delete prototype for clear_const_double_mem.
5990         * real.h: Make REAL_VALUE_TYPE a macro again.  Remove leading
5991         '0' slot from all CONST_DOUBLE_FORMAT definitions.  Prototype
5992         const_double_from_real_value, not immed_real_const_1, and use
5993         it to define CONST_DOUBLE_FROM_REAL_VALUE.  Define new macro
5994         CONST_DOUBLE_ATOF.
5995         * rtl.h (CONST_DOUBLE_CHAIN): Kill.
5996         (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Adjust.
5997         (gen_rtx_CONST_DOUBLE, immed_real_const): Delete prototypes.
5998         (gen_rtx_REG): Second arg is unsigned.
5999
6000         * gengenrtl.c (special_rtx): Take out CONST_DOUBLE.
6001         (excluded_rtx): New, return true for CONST_DOUBLE.
6002         (genmacro): Write nothing for excluded codes.
6003         * combine.c (combine_simplify_rtx): Use CONST_DOUBLE_FROM_REAL_VALUE.
6004         * expr.c (expand_expr): Likewise.
6005         * ggc-common.c (ggc_mark_rtx_children_1): Don't mark the
6006         CONST_DOUBLE_CHAIN.
6007         * toplev.c (rest_of_compilation): Don't call
6008         clear_const_double_mem.
6009
6010         * config/rs6000/rs6000.c (rs6000_float_const): Delete.
6011         (rs6000_hash_constant): Remove CONST_DOUBLE special case.
6012         (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.
6013         * config/rs6000/rs6000-protos.h: Don't prototype rs6000_float_const.
6014         * config/c4x/c4x.md, config/rs6000/rs6000.md: Use CONST_DOUBLE_ATOF.
6015         * config/dsp16xx/dsp16xx.md, config/mips/mips.md,
6016         config/pa/pa.md: Use CONST_DOUBLE_FROM_REAL_VALUE.
6017         * config/sparc/sparc.md, config/sparc/sparc.c: Use immed_double_const.
6018
6019 2002-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6020
6021         * mips/iris6.h (CPLUSPLUS_CPP_SPEC): Define.
6022
6023 2002-05-12  Tom Tromey  <tromey@redhat.com>
6024
6025         * tree.h (copy_node): Don't mention TREE_PERMANENT.
6026
6027 2002-05-12  Zack Weinberg  <zack@codesourcery.com>
6028
6029         * gensupport.c (n_comma_elts): Moved here from genattrtab.c.
6030         (scan_comma_elt): New function.  Accepts whitespace in comma lists.
6031         * gensupport.h: Prototype new routines.
6032         * genattr.c (gen_attr): Use scan_comma_elt.  Avoid unnecessary
6033         use of printf.
6034         * genattrtab.c (n_comma_elts): Moved to gensupport.c.
6035         (next_comma_elt): Use scan_comma_elt.
6036
6037         * config/i386/i386.md: Use new attribute notation to break up
6038         long lines in define_attr forms.
6039
6040 2002-05-12  Richard Henderson  <rth@redhat.com>
6041
6042         * expr.c (compress_float_constant): New.
6043         (emit_move_insn): Use it.
6044         (float_extend_from_mem): New.
6045         (init_expr_once): Initialize it.
6046         * real.c (exact_real_truncate): New.
6047
6048         * config/i386/i386.h (CONST_COSTS): Assume CONST_DOUBLE gets
6049         dropped into memory; penalize for size.
6050         (RTX_COSTS): FLOAT_EXTEND is free.
6051         * config/i386/i386.md (extendsfdf2, extendsfxf2, extendsftf2,
6052         extenddfxf2, extenddftf2): Accept constants and drop them to memory.
6053
6054 2002-05-12  Richard Henderson  <rth@redhat.com>
6055
6056         * profile.h (profile_info): Add missing extern to declaration.
6057         * profile.c (profile_info): Define it.
6058
6059 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6060
6061         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers
6062         used for DImode and TImode.
6063
6064 2002-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
6065
6066         * cpplex.c (_cpp_lex_direct): When in a directive at EOF
6067         fake a newline.
6068
6069 2002-05-11  Zack Weinberg  <zack@codesourcery.com>
6070
6071         * config/rs6000/rs6000.c (rs6000_default_long_calls,
6072         rs6000_longcall_switch, rs6000_set_default_type_attributes): New.
6073         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Set it.
6074         (rs6000_override_options): Handle -m(no-)longcall.
6075         (init_cumulative_args, output_mi_thunk): Check for both
6076         longcall and shortcall attributes on the function.
6077         (rs6000_attribute_table): Add "shortcall".
6078         (rs6000_handle_longcall_attribute): Update comment.
6079         (altivec_expand_unop_builtin, altivec_expand_binop_builtin,
6080         altivec_expand_ternop_builtin): Add default clauses to switches
6081         to silence warnings.
6082
6083         * config/rs6000/rs6000.h: Declare rs6000_longcall_switch and
6084         rs6000_default_long_calls.  Define REGISTER_TARGET_PRAGMAS.
6085         (TARGET_OPTIONS): Add longcall and no-longcall.
6086
6087         * config/rs6000/rs6000.md (call_nonlocal_sysv,
6088         call_value_nonlocal_sysv): Split by alternatives.  One pair
6089         accepts only SYMBOL_REFs and rejects if CALL_LONG is set in
6090         the call cookie.  The other pair accepts only LR/CTR and has
6091         no restriction.
6092
6093         * config.gcc (rs6000-*-* | powerpc*-*-* trailer stanza):
6094         Set c_target_objs, cxx_target_objs; add t-rs6000-c-rule to
6095         tmake_file.
6096         * config/rs6000/rs6000-c.c: New file.
6097         * config/rs6000/t-rs6000-c-rule: New file.
6098         * config/rs6000/rs6000-protos.c: Add multiple-include guard.
6099         Prototype rs6000_pragma_longcall.
6100
6101         * doc/extend.texi: Document shortcall attribute.
6102         * doc/invoke.texi: Document -mlongcall, -mno-longcall.
6103
6104 2002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6105
6106         * reorg.c (dbr_schedule): Remove unnecessary test.
6107
6108 Sat May 11 14:34:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
6109
6110         * i386.md (testsi to testqi spliters): New.
6111
6112         2002-01-14  Josef Zlomek  <zlomek@matfyz.cz>
6113
6114         cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.
6115
6116         Wed Jan  9 2002  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
6117
6118         * basic-block.h: New flag EDGE_CAN_FALLTHRU
6119         * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges
6120         that can be made fallthru.
6121
6122         Mon Nov 12 16:25:53 CET 2001  Jan Hubicka  <jh@suse.cz>
6123
6124         * cfglayout.c (cleanup_unconditional_jumps): New static function.
6125         (cfg_layout_initialize): Use it.
6126
6127 2002-05-11  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6128
6129         * config/avr/avr.c (avr_mcu_types): Update supported devices.
6130         * config/avr/avr.h (CPP_SPEC, LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
6131         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
6132
6133 2002-05-11  Kazu Hirata  <kazu@cs.umass.edu>
6134
6135         * dbxout.c: Fix formatting.
6136         * dependence.c: Likewise.
6137         * df.c: Likewise.
6138         * diagnostic.c: Likewise.
6139         * doloop.c: Likewise.
6140         * dominance.c: Likewise.
6141         * doschk.c: Likewise.
6142         * dwarf2asm.c: Likewise.
6143         * dwarf2out.c: Likewise.
6144         * dwarfout.c: Likewise.
6145
6146 2002-05-10  Richard Henderson  <rth@redhat.com>
6147
6148         * final.c (end_final): Tidy whitespace.  Don't honor flag_pack_struct.
6149         Convert integers constants as needed.  Replace "nwords" field with
6150         "sizeof_bb".
6151         (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
6152         * function.h: Fix typo in comment.
6153         * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
6154
6155 2002-05-10  Roger Sayle  <roger@eyesopen.com>
6156
6157         * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)
6158         into the equivalent (signed char)c > 0.
6159
6160 2002-05-10  Janis Johnson  <janis187@us.ibm.com>
6161
6162         * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
6163         (PREFETCH_CONDITIONAL): Renamed from PREFETCH_NOT_ALWAYS.
6164         (struct prefetch_info): Fix spelling of member bytes_accessed.
6165         (emit_prefetch_instructions): Make dump messages more regular;
6166         restructure code to add more dump messages; use new macros for
6167         heuristics. (There are no code generation changes in any of this).
6168
6169 2002-05-10  David S. Miller  <davem@redhat.com>
6170
6171         * rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
6172         (struct rtx_def): Update unchanging flag comment.
6173         * doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
6174         * reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
6175         to be handled to INSN too.
6176         (dbr_schedule): Likewise.
6177         * resource.c (next_insn_no_annul): Likewise.
6178
6179         * cse.c (rtx_cost): Remove multiplication by power of 2 special
6180         casing.
6181
6182 2002-05-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6183
6184         * doc/install.texi (Specific, *-*-solaris2*): Update passus on
6185         setting CONFIG_SHELL to /bin/ksh and remove alternate trick to
6186         (possibly) work around broken /bin/sh.
6187
6188 2002-05-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6189
6190         * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and
6191         . as N64/N32 libgcc_s.so subdirs.
6192
6193 2002-05-10  David S. Miller  <davem@redhat.com>
6194
6195         * config/sparc/sparc.md: Use define_constants for unspec numbers.
6196
6197         * rtl.h (struct rtx_def): Document unchanging and in_struct flags
6198         more accurately.
6199         (INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
6200         comment.
6201         (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
6202         * doc/rtl.texi: Document these macros more accurately.
6203         * recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
6204         JUMP_INSNs and CALL_INSNs.
6205         * resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
6206         or INSN_FROM_TARGET_P if the code is appropriate.
6207
6208 2002-05-10  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6209
6210         * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REF
6211         before using SYMBOL_REF_FLAG (addr).
6212
6213         * config/avr/avr-protos.h (avr_io_address_p): Declare.
6214         * config/avr/avr.c (io_address_p): Rename to avr_io_address_p.
6215         Make non-static.  Update all callers.
6216         * config/avr/avr.md (*cbi, *sbi, *sbix_branch, *sbix_branch_bit7):
6217         New insns to clear/set/test a single bit in I/O address space.
6218
6219 2002-05-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6220
6221         * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
6222
6223 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6224
6225         * Makefile.in: Update.
6226         * c-common.c (flag_iso, flag_undef, cb_register_builtins,
6227         builtin_define_std): New.
6228         (c_common_init): Register CPP builtins callback.
6229         * c-common.h (flag_iso, flag_undef): New.
6230         * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
6231         * c-lex.c: Don't include target.h.
6232         (cb_register_builtins): Move to c-common.c.
6233         (init_c_lex): Don't register hook here.
6234         * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
6235         (cpp_define, cpp_assert): Remove.
6236         * gcc.c (cc1_options): Pass -undef to front end.
6237         * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
6238         (TARGET_INITIALIZER): Update.
6239         * target.h (struct cpp_reader): Don't predeclare.
6240         (struct gcc_target): Remove cpp builtin hook.
6241         * tree.c (default_register_cpp_builtins): Remove.
6242 doc:
6243         * tm.texi: Update.
6244
6245 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6246
6247         * cppexp.c (_cpp_expand_op_stack): Set op_limit.
6248
6249 2002-05-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6250
6251         * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
6252         (SHLIB_LINK, SHLIB_INSTALL): Adjust.
6253
6254 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
6255
6256         * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
6257         * config/sparc/libgcc-sparc-glibc.ver: New file.
6258         * config/cris/t-linux (SHLIB_MAPFILES): Remove.
6259         * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
6260
6261 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
6262
6263         PR target/6429
6264         * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
6265         * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
6266         shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
6267         base multilibs.
6268         * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
6269         * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
6270         * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
6271         * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
6272
6273 2002-05-09  Richard Henderson  <rth@redhat.com>
6274
6275         * config/ia64/ia64.md: Use define_constants for unspec numbers.
6276         * config/ia64/ia64.c: Likewise.
6277
6278 2002-05-09  Richard Sandiford  <rsandifo@redhat.com>
6279
6280         * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
6281         (save_restore_insns): Likewise.
6282         (mips_expand_prologue, mips_expand_epilogue): Update callers.
6283         (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
6284
6285 Thu May  9 11:50:09 2002  Jeffrey A Law  (law@redhat.com)
6286
6287         * athlon.md, k6.md, pentium.md, ppro.md): New files.
6288         * i386.md: Move scheduling information into new files.
6289
6290         * i386.md (type attribute): Add "rotate" for rotate insns.
6291         (rotate insns): Set type to "rotate".
6292         (various attributes and function units): Treat rotate like shift.
6293         (pent_pair attribute): Only rotates by one bit position are
6294         pairable.
6295         (sbb insns): Explicitly set pent_pair attribute on a couple
6296         that were missing it.
6297
6298 Thu May  9 18:29:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
6299
6300         * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
6301         make sure that buffer starts on odd word address.
6302         (sh_va_arg): Skip odd fp registers when reading a double precision
6303         value.
6304
6305 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6306
6307         * tree.h (preserve_data, object_permanent_p, type_precision):
6308         Remove.
6309
6310 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6311
6312         * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
6313         * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
6314 doc:
6315         * cpp.texi: Update for removal of obsolete features.
6316
6317 Thu May  9 07:46:18 2002  Jan Hubicka <jh@suse.cz>
6318                           Jeffrey A Law  (law@redhat.com)
6319
6320         * i386.c (ia32_use_dfa_pipeline_interface): New function.  Use
6321         the DFA interface for Pentium processors.
6322         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
6323         (attr_pent_pair, ix86_pent_find_pair): Remove.
6324         (ix86_sched_reorder_pentium): Remove.
6325         (ix86_sched_reorder): Remove reordering for Pentium.
6326         * i386.md (Pentium scheduling): Rewrite using DFA description.
6327
6328 Thu May  9 14:55:39 CEST 2002  Jan Hubicka  <jh@suse.cz>
6329
6330         * cfganal.c (can_fallthru): Fix fast path.
6331         * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
6332         with edges to the next block.
6333
6334 Thu May  9 14:52:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
6335                                Pavel Nejedly  <bim@atrey.karlin.mff.cuni.cz>
6336
6337         * final.c (end_final): Use C trees to output data structures for profiling.
6338
6339         * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
6340         (profile.o): New dependency profile.h
6341         (final.o): New dependency profile.h
6342         * profile.h: New file. New global structure profile_info.
6343         * final.h (count_edges_instrumented_now): Declare.
6344         (current_function_cfg_checksum): Declare.
6345         (function_list): New structure.
6346         (functions_head, functions_tail): New static variables.
6347         (end_final): Emits more data, removed some -ax stuff.
6348         (final): Stores function names and chcksums.
6349         * gcov-io.h (__write_gcov_string): New function.
6350         (__read_gcov_string): New function.
6351         * gcov.c (read_profile): New function.
6352         (create_program_flow_graph): Uses read_profile instead of reading
6353         da_file.
6354         (read_files): Removed da_file checking, it's done by read_profile now.
6355         * libgcc2.c (bb_function_info): New structure.
6356         (bb): New field in structure, removed some -ax stuff.
6357         (__bb_exit_func): Changed structure of da_file.
6358         * profile.c (count_edges_instrumented_now): New global variable.
6359         (current_function_cfg_checksum): New global variable.
6360         (max_counter_in_program): New global variable.
6361         (get_exec_counts): New function.
6362         (compute_checksum): New function.
6363         (instrument_edges): Sets count_edges_instrumented_now.
6364         (compute_branch_probabilities): Uses get_exec_counts instead of
6365         reading da_file.
6366         (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
6367         (init_branch_prob): Removed da_file checking, done in get_exec_counts
6368         now.
6369         (end_branch_prob): Removed da_file checking, done in get_exec_counts
6370         now.
6371         * gcov.texi: Updated information about gcov file format.
6372
6373 2002-05-09  Kazu Hirata  <kazu@cs.umass.edu>
6374
6375         * sbitmap.c: Fix formatting.
6376         * scan.c: Likewise.
6377         * scan-decls.c: Likewise.
6378         * sched-deps.c: Likewise.
6379         * sched-ebb.c: Likewise.
6380         * sched-rgn.c: Likewise.
6381         * sched-vis.c: Likewise.
6382         * sdbout.c: Likewise.
6383         * sibcall.c: Likewise.
6384         * simplify-rtx.c: Likewise.
6385         * ssa.c: Likewise.
6386         * ssa-ccp.c: Likewise.
6387         * ssa-dce.c: Likewise.
6388         * stmt.c: Likewise.
6389         * stor-layout.c: Likewise.
6390         * stringpool.c: Likewise.
6391
6392 2002-05-09  David S. Miller  <davem@redhat.com>
6393
6394         * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
6395
6396 2002-05-07  David S. Miller  <davem@redhat.com>
6397
6398         * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
6399         * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
6400         * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
6401         library implementation clobbers the output before the inputs
6402         are fully consumed, use stack temporary for the output.
6403
6404 2002-05-09  Jason Thorpe  <thorpej@wasabisystems.com>
6405
6406         * config/netbsd.h (CPP_SPEC): Remove.
6407         * config/i386/netbsd-elf.h (CPP_SPEC): Define.
6408         * config/i386/netbsd.h (CPP_SPEC): Define.
6409         * config/ns32k/netbsd.h (CPP_SPEC): Define.
6410         * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
6411         * config/sparc/netbsd.h (CPP_SPEC): Define.
6412         * config/vax/netbsd.h (CPP_SPEC): Define.
6413
6414 2002-05-08  Kazu Hirata  <kazu@cs.umass.edu>
6415
6416         * read-rtl.c: Fix formatting.
6417         * real.c: Likewise.
6418         * recog.c: Likewise.
6419         * regclass.c: Likewise.
6420         * regmove.c: Likewise.
6421         * reg-stack.c: Likewise.
6422         * reload1.c: Likewise.
6423         * reload.c: Likewise.
6424         * resource.c: Likewise.
6425         * rtlanal.c: Likewise.
6426         * rtl.c: Likewise.
6427         * rtl-error.c: Likewise.
6428
6429 2002-05-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6430
6431         * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
6432         * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
6433
6434 2002-05-08  Bernd Schmidt  <bernds@redhat.com>
6435
6436         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
6437         use __SSE2__ macro instead.
6438         * config/i386/xmmintrin.h: Likewise.
6439
6440 2002-05-08  Janis Johnson  <janis187@us.ibm.com>
6441
6442         * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
6443         and use it in all invocations of these macros.  Clean up comments.
6444         * rtl.c (rtl_check_failed_flag): Add an argument for the name
6445         of the flag access macro whose check failed.
6446         * doc/rtl.texi (Flags): Document additional flag uses.
6447
6448 2002-05-08  Robert Spier <rspier@pobox.com>
6449             Neil Booth  <neil@daikokuya.demon.co.uk>
6450
6451         PR preprocessor/6521
6452         * cppfiles.c (handle_missing_header): Don't do anything
6453         different for <> includes.
6454 doc:
6455         * cppopts.texi: Update documentation for -MG.
6456
6457 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6458
6459         * cpplex.c (cpp_interpret_charconst): Truncate as well as
6460         sign-extend.
6461 doc:
6462         * cpp.texi: Clarify multichar charconst valuation.
6463
6464 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6465
6466         * doc/invoke.texi: Document -mwindiss option.
6467
6468 2002-05-08  Jason Merrill  <jason@redhat.com>
6469
6470         * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
6471
6472         * dwarf2out.c (gen_type_die): Abort on broken recursion.
6473
6474         PR c++/6381
6475         * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
6476         REAL_CST.
6477
6478 2002-05-08  Nick Clifton  <nickc@cambridge.redhat.com>
6479
6480         * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
6481         little-endian multilibs to override arm/thumb multilibs.
6482         Do not build hardware floating point multilibs, nor apcs-26
6483         multilibs for the Thumb.
6484
6485 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6486
6487         PR c/6569.
6488         * varasm.c (mark_weak): New function.
6489         (merge_weak): Use it.  Do not call declare_weak.
6490         (declare_weak): Use merge_weak.
6491
6492 Wed May  8 13:12:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
6493
6494         * cse.c (dead_libcall_p): Update counts.
6495         (delete_trivially_dead_insns): Update call of dead_libcall_p.
6496
6497 Wed May  8 11:08:50 CEST 2002  Jan Hubicka  <jh@suse.cz>
6498
6499         * cfglayout.c (function_tail_eff_head): Rename to ...
6500         (function_footer): ... this one.
6501         (unlink_insn_chain): New functions.
6502         (label_for_bb): Only call block_label and emit debug message.
6503         (record_effective_endpoints): Actually unlink the headers and footers.
6504         (fixup_reorder_cahin): Re-insert the unlinked sequences.
6505         (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
6506         * cfglayout.h (struct reorder_block_def): New fields footer/header;
6507         remove eff_head/eff_end.
6508         * rtl.h (set_first_insn): Declare.
6509         * emit-rtl.c (set_first_insn): New function.
6510
6511         * cfglayout.c (fixup_reorder_chain): Dump duplicated
6512         (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
6513         cfg_layout_duplicate_bb): New global function.
6514         (duplicate_insn_chain): New static function.
6515         * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
6516         cfg_layout_duplicate_bb): Declare.
6517         (struct reorder_block_def): Add "original" field.
6518         * emit-rtl.c (emit_copy_of_insn_after): New function.
6519         * rtl.h (emit_copy_of_insn_after): Declare.
6520
6521         * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
6522         (fixup_reorder_chain): properly handle edges to exit block.
6523
6524 Wed May  8 11:10:31 CEST 2002  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6525                                Jan Hubicka  <jh@suse.cz>
6526
6527         * basic-block.h (note_prediction_to_br_prob): declare.
6528         * c-semantics.c: Inlucde predit.h
6529         (expand_stmt): predict GOTO_STMT as not taken.
6530         * cfgcleanup.c: (delete_unreachable_blocks): Make global.
6531         (cleanup_cfg): Do not free tail_recursion_list.
6532         * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
6533         (flow_delete_block): Kill predictions past end of basic block.
6534         * output.h (delete_unreachable_blocks): Declare.
6535         * predict.c (predicted_by_p, process_note_predictions,
6536         process_note_prediction, last_block_p): New function.
6537         (estimate_probability): Bypass loop on PRED_CONTINUE;
6538         do not handle noreturn heuristics; kill PRED_RETURN; add
6539         PRED_EARLY_RETURN.
6540         * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
6541         PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
6542         * predict.h (IS_TAKEN): New constant.
6543         * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
6544         * rtl.c (NOTE_INSN_PREDICTION): New.
6545         * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
6546         New macro.
6547         (insn_note): add NOTE_INSN_PREDICTION.
6548         * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
6549         CFG; free tail_recursion_label_list.
6550         * stmt.c: Include predict.h;
6551         (return_prediction): New.
6552         (expand_value_return): Use it.
6553         * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
6554
6555 2002-05-08  Richard Sandiford  <rsandifo@redhat.com>
6556
6557         * config/mips/mips.md: Name the unspecs with define_constant.
6558         (*HILO_delay): Rename to 'hilo_delay' (no star).
6559         (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
6560         (reload_outdi, reload_outsi): Likewise.
6561
6562 2002-05-07  Kazu Hirata  <kazu@cs.umass.edu>
6563
6564         * toplev.c: Fix formatting.
6565
6566 2002-05-07  Janis Johnson  <janis187@us.ibm.com>
6567
6568         * config.in (ENABLE_RTL_FLAG_CHECKING): New.
6569         * configure.in (ac_rtlflag_checking): New.
6570         * doc/install.texi (--enable-checking): Document RTL flag checking.
6571
6572 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6573
6574         * c-common.c (c_common_init): Set options->unsigned_wchar.
6575         * cppinit.c (cpp_create_reader): Default unsigned_wchar,
6576         group target dependencies.
6577         (init_builtins, cpp_handle_option): Update.
6578         * cpplex.c (cpp_interpret_charconst): Update.
6579         * cpplib.h (struct cpp_options): Add unsigned_wchar, rename
6580         signed_char to unsigned_char, group target dependencies.
6581         * defaults.h (WCHAR_UNSIGNED): Remove.
6582         * system.h (WCHAR_UNSIGNED, MAX_CHAR_TYPE_SIZE): Poison.
6583 config:
6584         * freebsd.h, interix.h, alpha/freebsd.h, arm/freebsd.h,
6585         i386/386bsd.h, i386/beos-elf.h, i386/bsd386.h, i386/cygwin.h,
6586         i386/djgpp.h, i386/freebsd-aout.h, i386/i386-interix.h,
6587         i386/win32.h, ia64/freebsd.h, mips/netbsd.h, rs6000/freebsd.h,
6588         sh/elf.h, sh/sh.h, sparc/freebsd.h: Remove WCHAR_UNSIGNED.
6589 doc:
6590         * tm.texi: Remove MAX_CHAR_TYPE_SIZE.
6591
6592 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
6593
6594         * fixinc/inclhack.def (windiss_math1): New fix.
6595         (windiss_math2): Likewise.
6596         (windiss_valist): Likewise.
6597         * fixinc/fixincl.x: Regenerated.
6598
6599 2002-05-07  Andreas Jaeger  <aj@suse.de>
6600
6601         * genautomata.c (output_internal_min_issue_delay_func): Add
6602         ATTRIBUTE_UNUSED to avoid warning with empty dfa.
6603         (output_internal_trans_func): Likewise.
6604
6605 Tue May  7 10:06:22 2002  Jeffrey A Law  (law@redhat.com)
6606
6607         * pa.c (hppa_profile_hook): Use force_reg to get the address
6608         of the profile hook into an appropriate pseudo register.
6609
6610 2002-05-07  Mark Mitchell  <mark@codesourcery.com>
6611
6612         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.
6613         (LINK_START_SPEC): Handle it.
6614         (LINK_OS_SPEC): Likewise.
6615         (CPP_SPEC): Likewise.
6616         (STARTFILE_SPEC): Likewise.
6617         (LIB_SPEC): Likewise.
6618         (ENDFILE_SPEC): Likewise.  Do not assume crtsavres.o is used on
6619         all platforms.
6620         (CRTSAVRES_DEFAULT_SPEC): New macro.
6621         (LIB_WINDISS_SPEC): New macro.
6622         (CPP_OS_WINDISS_SPEC): Likewise.
6623         (STARTFILE_WINDISS_SPEC): Likewise.
6624         (ENDFILE_WINDISS_SPEC): Likewise.
6625         (LINK_START_WINDISS_SPEC): Likewise.
6626         (LINK_OS_WINDISS_SPEC): Likewise.
6627         * config/rs6000/windiss.h: New file.
6628
6629 2002-05-07  Aldy Hernandez  <aldyh@redhat.com>
6630
6631         * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
6632
6633 2002-05-06  David S. Miller  <davem@redhat.com>
6634
6635         * config/sparc/sparc.md (shift insns): Do not mask off
6636         second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
6637         take care of it.
6638
6639 2002-05-06  Richard Henderson  <rth@redhat.com>
6640
6641         PR c++/6212
6642         * expr.c (highest_pow2_factor_for_type): New.
6643         (expand_assignment): Use it.
6644
6645 2002-05-06  Aldy Hernandez  <aldyh@redhat.com>
6646
6647         * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
6648         unspec_volatile.
6649         ("altivec_mfvscr"): Same.
6650
6651 2002-05-06  Janis Johnson  <janis187@us.ibm.com>
6652
6653         * rtl.h (struct rtx_def): Update comments.
6654         (RTL_FLAG_CHECK[12345678]): New.  (rtl_check_failed_flag): Declare.
6655         (RTL_FLAG): New.  (CLEAR_RTX_FLAGS): New.  (flag access macros): Use
6656         RTL_FLAG_CHECK macros with list of expected RTL codes.
6657         * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
6658         (rtl_check_failed_flag): New.
6659         * reload1.c (reload): Use REG macro before changing rtx to MEM.
6660         (reload_cse_noop_set_p): Check rtx code before using access macro.
6661         * config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
6662         before using access macro.
6663
6664 2002-05-06  Janis Johnson  <janis187@us.ibm.com>
6665
6666         * doc/rtl.texi (Flags): Update to reflect current usage.
6667
6668 2002-05-06  Roger Sayle  <roger@eyesopen.com>
6669
6670         PR opt/3995
6671         * fold-const.c (sign_bit_p): New function.
6672         (fold) [EQ_EXPR]: Use this to convert (A & C) == 0 into A >= 0 and
6673         (A & C) != 0 into A < 0, when constant C is the sign bit of A's type.
6674         Reapply fold when converting (A & C) == C into (A & C) != 0.
6675         (fold_binary_op_with_conditional_arg): Fix typo in comment.
6676
6677 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6678
6679         * c-common.c (warn_multichar): New.
6680         (c_common_init): Set CPP's warn_multichar.
6681         * c-common.h (warn_multichar): New.
6682         * c-decl.c (warn_multichar): Remove.
6683         * c-lex.c (lex_charconst): Update.
6684         * c-tree.h (warn_multichar): Remove.
6685         * cppexp.c (eval_token): Sign-extend charconst value.
6686         * cppinit.c (cpp_create_reader): Set warn_multichar.
6687         * cpplex.c (cpp_interpret_charconst): Don't sign-extend
6688         each character.  Update prototype.  Sign-extend the result.
6689         * cpplib.h: Fix conditions.
6690         (struct cpp_options): Add new warning flag.
6691         (cpp_interpret_charconst): Update prototype.
6692 doc:
6693         * cpp.texi: Update documentation.
6694
6695 2002-05-06  Vladimir Makarov  <vmakarov@redhat.com>
6696
6697         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
6698         Fix typo in usage of allof instead of unit.
6699
6700 2002-05-06  Richard Henderson  <rth@redhat.com>
6701
6702         * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
6703         and any jump or call for IN.
6704
6705 2002-05-06  Bernd Schmidt  <bernds@redhat.com>
6706
6707         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Define __SSE2_BUILTINS__ if
6708         -msse2.
6709         * config/i386/xmmintrin.h: Use it to conditionalize SSE2 support.
6710
6711 2002-05-06  Roger Sayle  <roger@eyesopen.com>
6712
6713         * fold-const.c (lshift-double): Cast the high word to an unsigned
6714         HOST_WIDE_INT when extracting sign bit to avoid compiler warning.
6715         (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to
6716         avoid compiler warning.  (fold): Remove redundant code from
6717         BIT_AND_EXPR as integer operands are canonicalized to be arg1.
6718
6719 2002-05-06  Jeff Law  <law@redhat.com>
6720
6721         * pa-protos.h (hppa_fpstore_bypass_p): Declare.
6722         * pa.c (pa_adjust_cost): Remove all true dependency cost
6723         adjustments.  Also remove support for non-DFA scheduling.
6724         * pa.md (700, 7100, 7100lc, 7200, 7300): Use bypass mechanism
6725         to adjust true dependency costs.  Update various comments.
6726         (7100lc, 7200, 7300 scheduling): Simplify by combining the
6727         FP ALU & MPY units into a single unit.
6728
6729 2002-05-06  Catherine Moore  <clm@redhat.com>
6730
6731         * config/v850/v850.c (compute_register_save_size): Make sure
6732         to count all of the registers that will be saved.
6733
6734 Mon May  6 18:03:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
6735
6736         * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
6737
6738 2002-05-06  David S. Miller  <davem@redhat.com>
6739
6740         * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
6741         allow result to overlap input operands in memory.
6742
6743 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6744
6745 doc:
6746         * cpp.texi: Update multichar charconst docs.
6747
6748 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6749
6750         * cpplex.c (cpp_interpret_charconst): Sign-extend each
6751         character.  Don't ignore excess characters.  Treat
6752         multicharacter character constants as signed.
6753         (cpp_parse_escape): Clarify diagnostic.
6754
6755 2002-05-05  Jakub Jelinek  <jakub@redhat.com>
6756
6757         * config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
6758         use add instead of shift.
6759         (ashldi3_sp64): Likewise.
6760         (ashlsi3_const1, ashldi3_const1): Remove.
6761         * config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
6762         * config/sparc/sparc.c (const1_operand): New.
6763
6764 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
6765
6766         * config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
6767
6768 2002-05-05  Jakub Jelinek  <jakub@redhat.com>
6769
6770         PR target/6561
6771         * config/sparc/sparc.md (muldi3_v8plus): Handle %1 equal to %2.
6772
6773 2002-05-05  Richard Henderson  <rth@redhat.com>
6774
6775         * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
6776         memory latency adjustments.
6777         (alpha_variable_issue): Remove.
6778         (alpha_use_dfa_pipeline_interface): New.
6779         (alpha_multipass_dfa_lookahead): New.
6780         * config/alpha/alpha.md: Remove define_function_unit scheduling;
6781         include new dfa scheduling.
6782         (attr type): Add none.
6783         (blockage): Use it.
6784         * config/alpha/ev4.md: New.
6785         * config/alpha/ev5.md: New.
6786         * config/alpha/ev6.md: New.
6787
6788 2002-05-05  David S. Miller  <davem@redhat.com>
6789
6790         * recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.
6791
6792 2002-05-05  Kazu Hirata  <kazu@cs.umass.edu>
6793
6794         * cse.c: Fix formatting.
6795         * emit-rtl.c: Likewise.
6796
6797 2002-05-05  Vladimir Makarov  <vmakarov@redhat.com>
6798
6799         * genautomata.c (initiate_states): Add additional guard to
6800         initialize `units_array'.
6801
6802 2002-05-05  Vladimir Makarov  <vmakarov@redhat.com>
6803
6804         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp,
6805         process_unit_to_form_the_same_automaton_unit_lists,
6806         form_the_same_automaton_unit_lists
6807         check_unit_distributions_to_automata): New prototypes and
6808         functions.
6809         (check_automata): Rename it into `check_automata_insn_issues'.
6810         (unit_decl): New fields `the_same_automaton_unit' and
6811         `the_same_automaton_message_reported_p'.
6812         (unit_decl_t): New typedef.
6813         (the_same_automaton_lists): New gloval variable.
6814         (unit_regexp, unit_set_el, units_array, units_cmp,
6815         output_get_cpu_unit_code_func): Use the typedef.
6816         (evaluate_max_reserv_cycles): Increment
6817         `description->max_insn_reserv_cycles'.
6818         (initiate_states): Don't increment `max_cycles_num'.
6819         (transform_insn_regexps): Move code around transformation of
6820         regexps from `generate'.
6821         (generate): Remove call of `transform_insn_regexps'.
6822         (expand_automata): Call `transform_insn_regexps' and
6823         `check_unit_distributions_to_automata'.  Check errors before
6824         `generate'.
6825
6826         * config/sparc/ultra3.md (us3_a0, us3_a1): Move the units into
6827         automaton `ultrasparc3_1'.
6828
6829 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6830
6831         * c-common.c (c_common_init): Set up CPP arithmetic.
6832         * cppinit.c (cpp_create_reader): Default CPP arithmetic to
6833         something reasonable for the host.
6834         (sanity_checks): Add checks.
6835         (cpp_read_main_file): Call sanity_checks() from here...
6836         (cpp_post_options): ... not here.
6837         * cpplex.c (cpp_interpret_charconst): Get max_chars right.
6838         * cpplib.h (struct cpp_options): New member int_precision.
6839
6840 2002-05-05  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6841
6842         * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements.
6843
6844 2002-05-04  David S. Miller  <davem@redhat.com>
6845
6846         * config/sparc/linux.h, config/sparc/linux64.h
6847         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
6848
6849         * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of
6850         more RTX codes.
6851         * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes.
6852
6853         * recog.c (store_data_bypass_p): Handle out_insn being a PARALLEL
6854         of SETs.
6855
6856 2002-05-05  Tim Josling  <tej@melbpc.org.au>
6857
6858         * treelang; New directory for new sample language treelang.
6859
6860 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6861
6862         * Makefile.in (c-lex.o): Update.
6863         * c-lex.c: Include target.h.
6864         (cb_register_builtins): New.
6865         (init_c_lex): Set builtins callback.
6866         * c-lex.h (cpp_define, cpp_assert): New prototypes.
6867         * cppinit.c (init_builtins): Use callback, including for
6868         GXX_WEAK.
6869         * cpplib.h (struct cpp_callbacks): New member.
6870         * target-def.h (TARGET_REGISTER_CPP_BUILTINS): New.
6871         (TARGET_INITIALIZER): Update.
6872         * target.h (struct gcc_target): New hook.
6873         * tree.c (default_register_cpp_builtins): New.
6874         * tree.h (default_register_cpp_builtins): New.
6875 doc:
6876         * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Document.
6877
6878 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6879
6880         * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
6881         (cpp_post_options): Move sanity checks to...
6882         (sanity_checks): New.
6883         * cpplex.c (maybe_read_ucs): Fix prototype.
6884         (parse_string, cpp_parse_escape): Cast for %c format specifier.
6885         * cpplib.h (cppchar_t): Use unsigned long or unsigned long long
6886         if necessary.
6887
6888 2002-05-04  Bernd Schmidt  <bernds@redhat.com>
6889
6890         * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
6891         builtins.  Use V2DI patterns instead of TI for logical operations.
6892         (ix86_init_mmx_sse_builtins): Add a couple of missing SSE2 builtins.
6893         Correct definitions of psadbw, pmovmskb128, movntdq, cvtdq2ps.
6894         (ix86_expand_builtins): Change the pattern used for movntdq.
6895         * config/i386/i386.md (sse2_andv2di3, sse2_iorv2di3, sse2_xorv2di3,
6896         sse2_nandv2di3): New patterns.
6897         (sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3): Correct modes
6898         on operands.
6899         (sse2_movntv2di): Renamed from sse2_movntti and modes adjusted.
6900         (cvtdq2pd): Correct mode on operand 1.
6901         (sse2_umulsidi3): Describe without unspec.
6902         (sse2_psadbw, mmx_psadbw): Describe with unspec; use more appropriate
6903         machine modes.
6904         (lshrv2di3): Renamed from sse2_lshrv2di3 and removed unspec.
6905         (ashlv2di3): Likewise, from sse2_ashlv2di3.
6906         (ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3,
6907         ashlv4si3, ashlv2di3): Use SImode for shift count.
6908         (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti, lshrv2di3_ti,
6909         lshrv4si3_ti, lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti):
6910         New patterns.
6911         * config/i386/xmmintrin.h (__v2df, __v2di, __v4si, __v8hi, __v16qi):
6912         New typedefs.
6913         (__m128i, __m128d): New macros.
6914         (_mm_add_pd, _mm_add_sd, _mm_sub_pd, _mm_sub_sd, _mm_mul_pd,
6915         _mm_mul_sd, _mm_div_pd, _mm_div_sd, _mm_sqrt_pd, _mm_sqrt_sd,
6916         _mm_min_pd, _mm_min_sd, _mm_max_sd, _mm_max_pd, _mm_and_pd,
6917         _mm_andnot_pd, _mm_xor_pd, _mm_or_pd, _mm_cmpeq_pd, _mm_cmplt_pd,
6918         _mm_cmple_pd, _mm_cmpgt_pd, _mm_cmpge_pd, _mm_cmpneq_pd,
6919         _mm_cmpnlt_pd, _mm_cmpnle_pd, _mm_cmpngt_pd, _mm_cmpnge_pd,
6920         _mm_cmpord_pd, _mm_cmpunord_pd, _mm_cmpeq_sd, _mm_cmplt_sd,
6921         _mm_cmple_sd, _mm_cmpgt_sd, _mm_cmpge_sd, _mm_cmpneq_sd,
6922         _mm_cmpnlt_sd, _mm_cmpnle_sd, _mm_cmpngt_sd, _mm_cmpnge_sd,
6923         _mm_cmpord_sd, _mm_cmpunord_sd, _mm_comieq_sd, _mm_comilt_sd,
6924         _mm_comile_sd, _mm_comigt_sd, _mm_comige_sd, _mm_comineq_sd,
6925         _mm_ucomieq_sd, _mm_ucomieq_sd, _mm_ucomilt_sd, _mm_ucomile_sd,
6926         _mm_ucomigt_sd, _mm_ucomige_sd, _mm_ucomineq_sd, _mm_cvtepi32_pd,
6927         _mm_cvtepi32_ps, _mm_cvtpd_epi32, _mm_cvtpd_pi32, _mm_cvtpd_ps,
6928         _mm_cvttpd_epi32, _mm_cvttpd_pi32, _mm_cvtpi32_pd, _mm_cvtps_epi32,
6929         _mm_cvttps_epi32, _mm_cvtps_pd, _mm_cvtsd_si32, _mm_cvttsd_si32,
6930         _mm_cvtsd_ss, _mm_cvtsi32_sd, _mm_cvtss_sd, _mm_unpackhi_pd,
6931         _mm_unpacklo_pd, _mm_loadh_pd, _mm_storeh_pd, _mm_storel_pd,
6932         _mm_movemask_pd, _mm_packs_epi16, _mm_packs_epi32, _mm_packus_epi16,
6933         _mm_unpackhi_epi8, _mm_unpackhi_epi16, _mm_unpackhi_epi32,
6934         _mm_unpacklo_epi8, _mm_unpacklo_epi16, _mm_unpacklo_epi32,
6935         _mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
6936         _mm_adds_epi8, _mm_adds_epi16, _mm_adds_epu8, _mm_adds_epu16,
6937         _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
6938         _mm_subs_epi8, _mm_subs_epi16, _mm_subs_epu8, _mm_subs_epu16,
6939         _mm_madd_epi16, _mm_mulhi_epi16, _mm_mullo_epi16, _mm_mul_pu16,
6940         _mm_mul_epu16, _mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64,
6941         _mm_sra_epi16, _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32,
6942         _mm_srl_epi64, _mm_slli_epi16, _mm_slli_epi32, _mm_slli_epi64,
6943         _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
6944         _mm_srli_epi64, _mm_and_si128, _mm_andnot_si128, _mm_or_si128,
6945         _mm_xor_si128, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
6946         _mm_cmpgt_epi8, _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_max_epi16,
6947         _mm_max_epu8, _mm_min_epi16, _mm_min_epu8, _mm_movemask_epi8,
6948         _mm_mulhi_epu16, _mm_maskmoveu_si128, _mm_avg_epu8, _mm_avg_epu16,
6949         _mm_sad_epu8, _mm_stream_si32, _mm_stream_si128, _mm_stream_pd,
6950         _mm_movpi64_epi64, _mm_clflush, _mm_lfence, _mm_mfence): New
6951         functions.
6952         (_mm_shufflehi_epi16, _mm_shufflelo_epi16, _mm_shuffle_epi32,
6953         _mm_extract_epi16, _mm_insert_epi16, _mm_shuffle_pd): New macros.
6954
6955 2002-05-04  Kazu Hirata  <kazu@cs.umass.edu>
6956
6957         * dwarf2out.c: Fix formatting.
6958         * varasm.c: Likewise.
6959
6960 2002-05-04  David Edelsohn  <edelsohn@gnu.org>
6961
6962         PR c/6543
6963         * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
6964         clobber and use result as temporary value.
6965
6966 Sat May  4 13:20:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
6967
6968         * expr.c (force_operand): Use expand_simple_* to handle more
6969         cases.
6970
6971 2002-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6972
6973         * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
6974         and sign-extension.
6975         (lex_charconst): Update for change in prototype of
6976         cpp_interpret_charconst.  Extend from cppchar_t to HOST_WIDE_INT
6977         appropriately.
6978         * cpphash.h (BITS_PER_CPPCHAR_T): New.
6979         * cppinit.c (cpp_create_reader): Initialize them for no
6980         change in semantics.
6981         (cpp_post_options): Add sanity checks.
6982         * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
6983         and truncation issues.  Calculate in type cppchar_t.
6984         (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Remove.
6985         (cpp_interpret_charconst): Calculate in type cppchar_t.  Handle
6986         run-time dependent precision correctly.  Return whether the
6987         result is signed or not.
6988         * cpplib.c (dequote_string): Use cppchar_t; update.
6989         * cpplib.h (cppchar_signed_t): New.
6990         struct cpp_options): New precision members.
6991         (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
6992         * cppexp.c (eval_token): Update.
6993
6994 2002-05-03  David S. Miller  <davem@redhat.com>
6995
6996         * config/sparc/sparc-protos.h (sparc_rtx_costs): New.
6997         * config/sparc/sparc.c (sparc_rtx_costs): New function
6998         implementing RTX_COSTS and CONST_COSTS.
6999         * config/sparc/sparc.h (CONST_COSTS): Delete.
7000         (RTX_COSTS_CASES): Define.
7001         (RTX_COSTS): Expand RTX_COSTS_CASES and use sparc_rtx_costs to do
7002         the work.
7003
7004         * config/sparc/sparc.md (DFA schedulers): Split out...
7005         * config/sparc/cypress.md, config/sparc/hypersparc.md,
7006         config/sparc/sparclet.md, config/sparc/supersparc.md,
7007         config/sparc/ultra1_2.md, config/sparc/ultra3.md: ... into here.
7008
7009         * config/sparc/sparc.c (LEAF_REGISTERS): Do not do ifdef
7010         checks on it, always defined for Sparc.
7011
7012         * config/sparc/sparc.h (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER):
7013         Tweak, and add more detailed comments.
7014
7015 2002-05-03  Zack Weinberg  <zack@codesourcery.com>
7016
7017         * Re-apply patch accidentally reverted with
7018         DFA scheduler merge: remove all rules and variables to slurp
7019         source files out of libiberty and rebuild them with HOST_CC.
7020         ($(HOST_PREFIX_1)varray.o): New rule.
7021         (genattrtab rule): Word wrap.
7022
7023 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
7024
7025         * config/i386/netbsd64.h (CPP_LP64_SPEC): Define.
7026         (CPP_SUBTARGET_SPEC): Define.
7027         (SUBTARGET_EXTRA_SPECS): Redefine, adding cpp_lp64 and
7028         cpp_subtarget specs.
7029         (CPP_SPEC): Redefine to include %(cpp_subtarget).
7030
7031 2002-05-03  David S. Miller  <davem@redhat.com>
7032
7033         * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
7034         * target.h (struct gcc_target): Delete cycle_display member.
7035
7036         * config/ia64/ia64.c (ia64_emit_insn_before): Put it back.
7037         (rtx_needs_barrier): Delete reference to cycle_display unspec.
7038         (ia64_sched_reorder2): Mention need for cycle display handling
7039         once such notes exist.
7040
7041 2002-05-03  Richard Henderson  <rth@redhat.com>
7042
7043         * real.c (etoasc): Strip most trailing zeros for clarity.
7044         * sched-vis.c: Include real.h.
7045         (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
7046         * Makefile.in (sched-vis.o): Add real.h.
7047
7048 2002-05-03  David S. Miller  <davem@redhat.com>
7049
7050         * haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change,
7051         no longer needed.
7052
7053 2002-05-03  Aldy Hernandez  <aldyh@redhat.com>
7054
7055         * config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
7056         when we get an out of range literal.
7057         (altivec_expand_ternop_builtin): Same.
7058         (altivec_expand_unop_builtin): Same.
7059         (altivec_expand_builtin): Same, for dss.
7060         (altivec_expand_builtin): Use trees instead of rtl when
7061         determining literal argument validity.
7062
7063 2002-05-03  David S. Miller  <davem@redhat.com>
7064
7065         Delete cycle display scheduling hook.
7066         * config/ia64/ia64.c (ia64_cycle_display,
7067         TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
7068         (ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
7069         and use emit_insn_before instead of ia64_emit_insn_before.
7070         * config/ia64/ia64.md (unspec usage): Delete cycle display.
7071         (cycle_display): Delete insn pattern.
7072         * config/sparc/sparc.md (unspec usage): Delete cycle display.
7073         (cycle_display): Delete insn pattern.
7074         * config/sparc/sparc.c (sparc_cycle_display,
7075         TARGET_SCHED_CYCLE_DISPLAY): Delete.
7076         * doc/md.texi (cycle_display): Don't mention.
7077         * doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
7078
7079 2002-05-03  Richard Henderson  <rth@redhat.com>
7080
7081         * recog.c (store_data_bypass_p, if_test_bypass_p): New.
7082         * recog.h: Declare them.
7083
7084         * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
7085         * config/sparc/sparc.md: Use store_data_bypass_p instead.
7086         * config/sparc/sparc-protos.h: Update.
7087
7088 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
7089
7090         * config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
7091         -D__arch64__.  Add -D_LP64.
7092         (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
7093         from sparc.h.
7094         (CPP_ARCH64_SPEC): Likewise.
7095         (NO_BUILTIN_PTRDIFF_TYPE): Undef.
7096         (NO_BUILTIN_SIZE_TYPE): Undef.
7097
7098 2002-05-03  Vladimir Makarov  <vmakarov@redhat.com>
7099
7100         * genautomata.c (min_issue_delay_pass_states): Change return type
7101         in the prototype.
7102         (min_issue_delay_pass_states): Change the algorithm.
7103         (min_issue_delay): Set up min_insn_issue_delay for the state.
7104         (output_min_issue_delay_table): Interchange the nested loops and
7105         and initiate min_insn_issue_delay for states.
7106
7107 Fri May  3 22:59:15 CEST 2002  Jan Hubicka  <jh@suse.cz>
7108
7109         * cfgcleanup.c (try_optimize_cfg):  Call merge_block only when
7110         jump is simplejump.
7111
7112 Fri May  3 22:53:37 CEST 2002  Jan Hubicka  <jh@suse.cz>
7113
7114         * i386.c  (expand_movstr, expand_clrstr): Fix inline-all-stringops
7115         sequence.
7116
7117 2002-05-03  Richard Henderson  <rth@redhat.com>
7118
7119         PR opt/6534
7120         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
7121         noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
7122         noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
7123         code before JUMP, not EARLIEST.
7124
7125 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7126
7127         * c-format.c (check_format_info_main): Don't check for presence of
7128         parameter for * width until after operand number has been read,
7129         and only check for it if format parameters are available.
7130         Fixes PR c/6547.
7131
7132 2002-05-03  Jason Thorpe  <thorpej@wasabisystems.com>
7133
7134         * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
7135         (LINK_SPEC): Undef before defining.
7136
7137 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7138
7139         PR preprocessor/6489
7140         * tradcpp.c (fixup_newlines): New.
7141         (main, finclude): Use it.
7142
7143 2002-05-03  Richard Sandiford  <rsandifo@redhat.com>
7144
7145         * config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
7146         * config/mips/mips.c (mips_unique_section): Strip encoding from
7147         decl name.
7148
7149 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7150
7151         * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
7152         mode.
7153
7154 2002-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7155
7156         * doc/install.texi (Installing): Mention GCC 3.1 buildstats.
7157         (Specific): Removed buildstats references.
7158         (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
7159         (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
7160         Accomodate Solaris versions beyond 8.
7161         (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
7162         (Specific, *-*-solaris2.8): Removed, obsolete.
7163
7164 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
7165
7166         PR target/6542
7167         * config/sparc/sparc.h (leaf_reg_remap): Remove const.
7168         (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
7169         fill leaf_reg_remap with identity.
7170         * config/sparc/sparc.c (leaf_reg_remap): Remove const.
7171
7172 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
7173
7174         * config/h8300/crti.asm: Remove trailing spaces.
7175         * config/h8300/h8300.c: Likewise.
7176         * config/h8300/lib1funcs.asm: Likewise.
7177
7178 2002-05-02  Jason Merrill  <jason@redhat.com>
7179
7180         * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
7181         * c-decl.c (c_init_decl_processing): Use it.
7182         * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
7183         * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
7184         * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
7185
7186 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
7187
7188         * regrename.c: Fix formatting.
7189         * tree.c: Likewise.
7190
7191 Fri May  3 13:34:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
7192
7193         * i386.md (attribute memory): Handle compares properly.
7194
7195 Fri May  3 10:51:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
7196
7197         * i386.md (sse_clrsf, sse_clrsi): Set memory attribute
7198         to none.
7199
7200 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
7201
7202         * function.c: Fix formatting.
7203
7204 2002-05-02  Jan Hubicka  <jh@suse.cz>
7205
7206         * haifa-sched.c (schedule_insn): Print table of instructions and
7207         reservations.
7208         (sched_block): Do not print ready list at verbosity level 1.
7209         * sched-vis.c (print_insn): Make global.
7210         * sched-ebb.c (ebb_print_insn): Rename from...
7211         (print_insn): ... this one.
7212         * sched-int.h (print_insn): Declare
7213
7214 2002-05-02  Richard Henderson  <rth@redhat.com>
7215
7216         * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
7217         emitted by cycle_display.
7218
7219 2002-05-02  Loren J. Rittle  <ljrittle@acm.org>
7220
7221         * doc/install.texi (*-*-freebsd*): Update to latest status.
7222
7223 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
7224
7225         PR target/6540
7226         * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
7227         * config/float-sparc.h: Assume 128-bit long double if
7228         __LONG_DOUBLE_128__ is defined.
7229
7230 2002-05-02  Vladimir Makarov  <vmakarov@redhat.com>
7231
7232         * genattrtab.c (write_function_unit_info): Add a dummy element
7233         when num_units == 0.
7234
7235 2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7236
7237         * predict.c: (propagate_freq, estimate_bb_frequencies): Use
7238         TYPE_MODE (double_type_node) instead of DFmode.
7239
7240 Thu May  2 19:50:04 CEST 2002  Jan Hubicka  <jh@suse.cz>
7241
7242         * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
7243         jumps post reload.
7244         * toplev.c (rest_of_compilation): Revert Richard's patch.
7245
7246 2001-05-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7247
7248         * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
7249
7250 2002-05-02  Catherine Moore  <clm@redhat.com>
7251
7252         * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
7253
7254 2002-05-02  Kazu Hirata  <kazu@hxi.com>
7255
7256         * combine.c: Fix comment typos.
7257         * expr.c: Likewise.
7258         * genautomata.c: Likewise.
7259         * stmt.c: Likewise.
7260         * tree.h: Likewise.
7261
7262 2002-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7263
7264         * doc/install.texi: State GNAT version requirements.
7265
7266 2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
7267
7268         * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
7269         of the frame pointer or arg pointer register which strict register
7270         checking is not enabled.
7271
7272 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
7273
7274         * gcc.dg/altivec-8.c: New.
7275
7276         * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
7277         PRE_INC and PRE_DEC for altivec modes.
7278
7279 2002-05-01  Bruce Korb  <bkorb@gnu.org>
7280
7281         * fixinc/check.tpl(set-writable): make sure the function exists first
7282         * fixinc/inclhack.def(alpha_assert): fix test_text
7283         * fixinc/tests/base/assert.h: add in missing result
7284
7285 2002-05-01  Jeff Law  <law@redhat.com>
7286
7287         * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
7288         'T' constraint.
7289
7290 2002-05-01  Joel Brobecker  <brobecker@gnat.com>
7291
7292         * dbxout.c (dbxout_type): Emit size information for range types,
7293         as well, but only when using GDB extensions.
7294
7295 2002-05-01  Richard Henderson  <rth@redhat.com>
7296
7297         * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
7298         target-independent gnu binutils date test.
7299
7300 2002-05-01  Richard Henderson  <rth@redhat.com>
7301
7302         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
7303         info before expunging the block.
7304
7305 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
7306
7307         * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
7308         (cpp_post_options): ...but here.  Disable -dD, -dN and -dI when
7309         -M -or -MM is in effect.
7310
7311 2002-05-01  Zack Weinberg  <zack@codesourcery.com>
7312
7313         * config.gcc: Correct test of --enable-obsolete.  Obsolete all
7314         A29k configurations.
7315         * doc/install.texi: Update to match.
7316
7317 2002-05-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7318
7319         PR bootstrap/6514
7320         * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check
7321         for duplicates. Always loop over whole list.
7322
7323 Wed May  1 10:32:37 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7324
7325         * reload.c (find_reloads, case 'p'): Set BADOP to 0.
7326
7327 2002-05-01      Joel Sherrill <joel@OARcorp.com>
7328
7329         * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
7330         support routines.
7331
7332 2002-05-01      Joel Sherrill <joel@OARcorp.com>
7333
7334         * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
7335
7336 2002-05-01  David Edelsohn  <edelsohn@gnu.org>
7337
7338         * rs6000.md (abssi2_nopower): Convert to define_insn_and_split.
7339         (nabs_nopower): Same.
7340         (floatdisf2): New pattern.
7341         (absdi2): Convert to define_insn_and_split.
7342         (nabsdi2): Same.
7343         (trunctfsf2): Same.
7344         (floatditf2): Same.
7345         (floatsitf2): Same.
7346         (fix_trunctfdi2): Same.
7347         (fix_trunctfsi2): Same.
7348
7349 2002-05-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7350
7351         * doc/install.texi: Update Texinfo version requirement
7352         documentation.
7353
7354 2002-05-01  Jakub Jelinek  <jakub@redhat.com>
7355
7356         PR target/6512, PR target/5628
7357         * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32
7358         when memory is not aligned.
7359         (movdf_insn_v9only_vis): Likewise.
7360         * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS
7361         temporary for EXTRA_FP_REGS DFmode load from unaligned memory.
7362         (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly.
7363
7364 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
7365
7366         * gcc.dg/altivec-7.c: New.
7367
7368         * config/rs6000/altivec.h: Cleanup.
7369
7370 2002-04-30  Aldy Hernandez  <aldyh@redhat.com>
7371
7372         * doc/invoke.texi (Option Summary): Add -mvrsave=.
7373         (RS/6000 and PowerPC Options): Document -mvrsave=.
7374
7375         * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global.
7376         (rs6000_altivec_vrsave_string): Same.
7377         (rs6000_override_options): Call rs6000_parse_vrsave_option.
7378         (rs6000_parse_vrsave_option): New.
7379         (rs6000_stack_info): Only generate vrsave instructions when
7380         TARGET_ALTIVEC_VRSAVE.
7381
7382         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option.
7383         (rs6000_altivec_vrsave_string): Define extern.
7384         (rs6000_altivec_vrsave): Same.
7385         (TARGET_ALTIVEC_VRSAVE): New.
7386
7387 2002-04-30  Richard Henderson  <rth@redhat.com>
7388
7389         PR opt/6516
7390         * toplev.c (rest_of_compilation): Don't run cross-jump before
7391         bb-reorder.
7392
7393 2002-04-30  Tom Rix  <trix@redhat.com>
7394
7395         * regrename.c (build_def_use, copyprop_hardreg_forward_1): Sanity
7396         check which_alternative.
7397
7398 2002-04-30  Kazu Hirata  <kazu@hxi.com>
7399
7400         * cpplex.c: Fix comment formatting.
7401         * function.c: Likewise.
7402         * integrate.c: Likewise.
7403         * regrename.c: Likewise.
7404         * sibcall.c: Likewise.
7405         * simplify-rtx.c: Likewise.
7406         * tree-inline.c: Likewise.
7407
7408 2002-04-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7409
7410         * config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
7411         hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
7412         hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
7413         hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
7414         * pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
7415         * pa/x-ada: New file.  Define ADA_CFLAGS.
7416
7417 2002-04-30  Hans-Peter Nilsson  <hp@bitrange.com>
7418
7419         * config/mmix/mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed
7420         from MMIX_LAST_REGISTER_FILE_REGNUM.
7421         (NO_IMPLICIT_EXTERN_C): Remove cryptic obsolete comment.
7422         (struct machine_function): New member highest_saved_stack_register
7423         previously static variable in mmix.c.
7424         (MACHINE_DEPENDENT_REORG): Define.
7425         * config/mmix/mmix.c (highest_saved_stack_register): Deleted.
7426         (MMIX_OUTPUT_REGNO): New.
7427         (mmix_target_asm_function_prologue): Move calculation of last used
7428         saved-stack-register into...
7429         (mmix_machine_dependent_reorg): New function.  Update to also handle
7430         !TARGET_ABI_GNU.
7431         (mmix_print_operand): Apply MMIX_OUTPUT_REGNO when emitting
7432         register names, simplify somewhat by new variable regno.
7433         <case 'p'>: Remove fixed FIXME.  Always emit highest used saved
7434         register.
7435         (mmix_print_operand_address): Apply MMIX_OUTPUT_REGNO when
7436         emitting register names.
7437         (mmix_asm_output_reg_push, mmix_asm_output_reg_pop): Ditto.
7438         (mmix_dbx_register_number): Apply MMIX_OUTPUT_REGNO here too.
7439         Remove fixed FIXME.
7440         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg):
7441         Declare.
7442
7443         * config/mmix/mmix.md ("divmoddi4"): Update head comment.
7444
7445 2002-04-30  Richard Henderson  <rth@redhat.com>
7446
7447         * config/sparc/sparc.c (emit_soft_tfmode_libcall,
7448         emit_soft_tfmode_binop, emit_soft_tfmode_unop, emit_soft_tfmode_cvt,
7449         emit_hard_tfmode_operation, emit_tfmode_binop, emit_tfmode_unop,
7450         emit_tfmode_cvt): New.
7451         * config/sparc/sparc.md (extendsftf2, extenddftf2, trunctfsf2,
7452         trunctfdf2, floatsitf2, floatunssitf2, floatditf2, floatunsditf2,
7453         fix_trunctfsi2, fixuns_trunctfsi2, fix_trunctfdi2, fixuns_trunctfdi2,
7454         addtf3, subtf3, multf3, divtf3, sqrttf2): Use them.
7455         * config/sparc/sparc-protos.h: Update.
7456
7457 2002-04-30  Janis Johnson  <janis187@us.ibm.com>
7458
7459         * install.texi (Final install): Add to the list of info to include
7460         in a report of a successful bootstrap, and add link to 3.1 list.
7461
7462 Tue Apr 30 19:15:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
7463
7464         * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
7465         (mode): Add vector modes
7466         (i387): Kill attribute.
7467         (unit): New attribute.
7468         (length_immediate): Grok new types.
7469         (prefix_data16, prefix_rep, prefix_0f): Fix for SSE/MMX.
7470         (modrm): Use "unit".
7471         (memory): Handle MMX/SSE properly.
7472         (scheduling descriptions): Kill uses of fop1.
7473         (sse, mmx, fp patterns): Set type and mode properly.
7474
7475 Tue Apr 30 09:31:59 2002  Jeffrey A Law  (law@redhat.com)
7476
7477         * pa.c (override_options): Default to PA8000 scheduling.
7478         * doc/invoke.texi (HP-PA options): Mention newly added 7300
7479         scheduling parameter.
7480
7481         * pa.md (7100lc, 7200, 7300 scheduling): Slightly refine
7482         handling of double precision multiplies.
7483
7484         * pa.md (7100lc, 7200, 7300 scheduling): Refine handling of
7485         fpdiv and fpsqrt instructions.
7486         (7200 & 7300 scheduling): Fix typo in handling of
7487         store-load and store-store penalties.
7488
7489 2002-04-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7490
7491         * doc/contrib.texi (Contributors): Use MIPS instead of Mips and
7492         mips.  Add two missing commas.
7493
7494 2002-04-30  Paolo Carlini  <pcarlini@unitus.it>
7495
7496         * doc/contrib.texi (Contributors): Update Paolo Carlini's
7497         and Benjamin Kosnik's entries.
7498
7499 2002-04-29  David S. Miller  <davem@redhat.com>
7500
7501         * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
7502         SIMULTANEOUS_PREFETCHES): Tune for UltraSPARC-III.
7503         * config/sparc/sparc.md (call + jmp 32-bit peepholes): Likewise.
7504         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
7505
7506 2002-04-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7507
7508         * combine.c (find_split_point): Use gen_int_mode.
7509
7510 2002-04-29  Vladimir Makarov  <vmakarov@redhat.com>
7511
7512         Merging code from dfa-branch:
7513
7514         2002-04-24  Vladimir Makarov  <vmakarov@redhat.com>
7515
7516         * genautomata.c (output_reserv_sets): Fix typo.
7517
7518         2002-04-23  Vladimir Makarov  <vmakarov@redhat.com>
7519
7520         * genautomata.c (output_reserv_sets): Remove
7521         next_cycle_output_flag.
7522
7523         Thu Apr 18 08:57:06 2002  Jeffrey A Law  (law@redhat.com)
7524
7525         * sched-rgn.c (init_ready_list): Make the DFA code handle
7526         USE/CLOBBER insns in the same way as the traditional
7527         scheduler.
7528         (new_ready): Similarly..
7529
7530         2002-04-17  Vladimir Makarov  <vmakarov@redhat.com>
7531
7532         * haifa-sched.c (schedule_block): Change the DFA state only after
7533         issuing insn.
7534
7535         Wed Apr 17 15:38:36 2002  Jeffrey A Law  (law@redhat.com)
7536
7537         * pa.c (hppa_use_dfa_pipeline_interface): New function.
7538         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
7539         (override_options): Add PA7300 scheduling support.
7540         (pa_adjust_cost): Update various comments.  Properly
7541         handle anti and output dependencies when using the
7542         DFA scheduler.
7543         (pa_issue_rate): Add PA7300 scheduling support.
7544         (pa_can_combine_p): Call extract_insn before calling
7545         constrain_operands (taken from mainline tree).
7546         * pa.h (enum processor_type): Add PROCESSOR_PA7300.
7547         * pa.md (cpu attr): Add 7300.  Rewrite pipeline
7548         descriptions using DFA descriptions.  Add PA7300
7549         scheduling support.
7550
7551         2002-03-30  David S. Miller  <davem@redhat.com>
7552
7553         Add UltraSPARC-III DFA scheduling support.
7554         * config/sparc/sparc.md (define_attr type): Add fpcrmove.
7555         Update FP conditional move on register insn patterns to use it, as
7556         appropriate.
7557         (define_attr cpu): Add ultrasparc3.
7558         (define_attr us3load_type): New, update integer load patterns to
7559         set it, as appropriate.
7560         (define_automaton): Add ultrasparc3_0 and ultrasparc3_1.
7561         (rest): Add UltraSPARC3 scheduling description.
7562         * config/sparc/sparc.h (TARGET_CPU_ultrasparc3): New.
7563         (PROCESSOR_ULTRASPARC3): New.
7564         ({ASM,CPP}_CPU64_DEFAULT_SPEC): Handle ultrasparc3.
7565         ({ASM,CPP}_CPU_SPEC): Likewise.
7566         (REGISTER_MOVE_COST): Likewise.
7567         (RTX_COSTS): Likewise.
7568         * config/sparc/sparc.c (sparc_override_options,
7569         sparc_initialize_trampoline, sparc64_initialize_trampoline,
7570         sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
7571         sparc_issue_rate): Likewise.
7572         * config/sparc/sol2.h: Likewise.
7573         * config/sparc/sol2-sld-64.h: Likewise.
7574         * config/sparc/linux64.h: Likewise.
7575
7576         2002-03-22  Vladimir Makarov  <vmakarov@redhat.com>
7577
7578         * doc/md.texi: Add comments about usage the latency time for the
7579         different dependencies and about case when two or more conditions
7580         in different define_insn_reservations returns TRUE for an insn.
7581
7582         * doc/md.texi: Add reference for automaton based pipeline
7583         description.
7584
7585         2002-03-04  Vladimir Makarov  <vmakarov@redhat.com>
7586
7587         * doc/passes.texi: Add missed information about genattrtab.
7588
7589         2002-03-01  Vladimir Makarov  <vmakarov@redhat.com>
7590
7591         * genautomata.c (output_automata_list_transition_code): Check
7592         automata_list on NULL.
7593
7594         2002-02-28  Vladimir Makarov  <vmakarov@redhat.com>
7595
7596         * genautomata.c (output_insn_code_cases,
7597         output_automata_list_min_issue_delay_code,
7598         output_automata_list_transition_code,
7599         output_automata_list_state_alts_code): Comment the functions.
7600
7601         2002-02-22  Vladimir Makarov  <vmakarov@redhat.com>
7602
7603         * genautomata.c (automata_list_el_t): New typedef.
7604         (get_free_automata_list_el,free_automata_list_el,
7605         free_automata_list, automata_list_hash, automata_list_eq_p,
7606         initiate_automata_lists, automata_list_start, automata_list_add,
7607         automata_list_finish, finish_automata_lists,
7608         output_insn_code_cases, output_automata_list_min_issue_delay_code,
7609         output_automata_list_transition_code,
7610         output_automata_list_state_alts_code, add_automaton_state,
7611         form_important_insn_automata_lists): New functions and prototypes.
7612         (insn_reserv_decl): Add members important_automata_list and
7613         processed_p.
7614         (ainsn): Add members important_p.
7615         (automata_list_el): New structure.
7616         (first_free_automata_list_el, current_automata_list,
7617         automata_list_table): New global variables.
7618         (create_ainsns): Initiate member important_p.
7619         (output_internal_min_issue_delay_func): Generate the switch and
7620         call output_insn_code_cases.
7621         (output_internal_trans_func, output_internal_state_alts_func):
7622         Ditto.
7623         (generate): Call initiate_automata_lists.
7624         (automaton_states): New global variable.
7625         (expand_automata): Call form_important_insn_automata_lists.
7626         (write_automata): Call finish_automata_lists.
7627
7628         2002-02-21  Vladimir Makarov  <vmakarov@redhat.com>
7629
7630         * genautomata.c (add_excls, add_presence_absence): Check that
7631         cpu units in the sets belong the same automaton.
7632
7633         * rtl.def (EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET): Add comment
7634         about that cpu units in the sets belong the same automaton.
7635
7636         * doc/md.texi: Ditto.
7637
7638         2001-12-20  Naveen Sharma  <naveens@noida.hcltech.com>
7639                     Nitin Gupta  <niting@noida.hcltech.com>
7640
7641         * config/sh/sh.c (sh_use_dfa_interface): New function.
7642
7643         (sh_issue_rate): New Function.
7644         TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE: define.
7645         TARGET_SCHED_ISSUE_RATE: define.
7646
7647         * config/sh/sh.md: Add DFA based pipeline description for SH4.
7648
7649         (define_attr insn_class): New attribute used for DFA
7650          scheduling.
7651         (define_insn cmpgtsi_t): Set attribute insn_class mt_group.
7652         (cmpgesi_t,cmpgtusi_t,cmpgeusi_t,cmpeqsi_t,
7653          cmpeqdi_t): Likewise.
7654
7655         (add,addc1,addsi3,subc,subc1,*subsi3_internal,
7656          negc,negsi2,ashldi3_k,lshrdi3_k,ashrdi3_k): Set insn_class
7657          ex_group.
7658         (iorsi3,rotlsi3_1,rotlsi3_31,rotlsi3_16): Likewise.
7659
7660         2001-10-03  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
7661
7662         * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
7663         break.
7664
7665         2001-10-03  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
7666
7667         * genautomata.c (DFA_INSN_CODES_LENGTH_VARIABLE_NAME): New macro.
7668         (output_dfa_insn_code_func): Expand dfa_insn_codes if it is
7669         necessary.
7670         (output_dfa_start_func): Initiate new variable insn_codes_length,
7671         (write_automata): Output definition of the new variable.
7672
7673         2001-10-02  David S. Miller  <davem@redhat.com>
7674
7675         * haifa-sched.c (advance_one_cycle): New function.
7676         (schedule_block): Use it.
7677         (queue_to_ready): Use it, and also make sure to advance the DFA
7678         state on all stall cycles, not just those where insn_queue links
7679         are found.
7680
7681         2001-10-02  Richard Sandiford  <rsandifo@redhat.com>
7682
7683         * haifa-sched.c (max_issue): Remove last_p argument.  Only return
7684         non-zero if the highest-priority instruction could be scheduled.
7685         (choose_ready): Remove last argument from max_issue call.
7686
7687         2001-09-28  David S. Miller  <davem@redhat.com>
7688
7689         * config/sparc/sparc.c (sparc_use_sched_lookahead): Use 4 for
7690         ultrasparc and 3 for other multi-issue sparcs.
7691
7692         2001-09-27  David S. Miller  <davem@redhat.com>
7693
7694         * config/sparc/sparc.md (cycle_display): New pattern.
7695         * config/sparc/sparc.c (sparc_cycle_display): New.
7696         (TARGET_SCHED_CYCLE_DISPLAY): Set it.
7697
7698         2001-09-25  David S. Miller  <davem@redhat.com>
7699
7700         Convert all of Sparc scheduling to DFA
7701         * config/sparc/sparc.md: Kill all define_function_unit
7702         directives and replace with DFA equivalent.
7703         * config/sparc/sparc.c (ultrasparc_adjust_cost,
7704         mark_ultrasparc_pipeline_state, ultra_cmove_results_ready_p,
7705         ultra_fpmode_conflict_exists, ultra_find_type,
7706         ultra_build_types_avail, ultra_flush_pipeline,
7707         ultra_rescan_pipeline_state, ultrasparc_sched_reorder,
7708         ultrasparc_variable_issue, ultrasparc_sched_init,
7709         sparc_variable_issue, sparc_sched_reorder, ultra_code_from_mask,
7710         ultra_schedule_insn, ultra_code_names, ultra_pipe_hist,
7711         ultra_cur_hist, ultra_cycles_elapsed): Kill.
7712         (sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
7713         ultrasparc_store_bypass_p): New.
7714         * config/sparc/sparc-protos.h (ultrasparc_store_bypass_p):
7715         Declare.
7716
7717         2001-09-24  David S. Miller  <davem@redhat.com>
7718
7719         * haifa-sched.c (ready_remove): Fix thinko, we want to copy around
7720         ready->vec[foo] not ready[foo].
7721
7722         2001-09-07  Vladimir Makarov  <vmakarov@redhat.com>
7723
7724         * doc/md.texi: Correct examples for define_insn_reservations
7725         `mult' and `div'.
7726
7727         2001-09-07  Vladimir Makarov  <vmakarov@redhat.com>
7728
7729         * genautomata.c (create_automata): Print message about creation of
7730         each automaton.
7731         (generate): Remove printing meease about creation of
7732         automata.
7733
7734         2001-09-05  David S. Miller  <davem@redhat.com>
7735
7736         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
7737         * config/sparc/linux64.h: Likewise.
7738
7739         2001-08-31  Vladimir Makarov  <vmakarov@redhat.com>
7740
7741         * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
7742         schedule_block, sched_init, sched_finish): Add missed calls of
7743         use_dfa_pipeline_interface.
7744
7745         * sched-rgn.c (init_ready_list, new_ready, debug_dependencies):
7746         Ditto.
7747
7748         * sched-vis.c (get_visual_tbl_length): Ditto.
7749
7750         2001-08-27  Richard Henderson  <rth@redhat.com>
7751
7752         * genattr.c (main): Emit state_t even when not doing scheduling.
7753
7754         2001-08-27  Richard Henderson  <rth@redhat.com>
7755
7756         * genautomata.c (expand_automata): Always create a description.
7757
7758         2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
7759
7760         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
7761         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
7762         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
7763         RTL constructions.
7764
7765         * genattr.c (main): New variable num_insn_reservations.  Increase
7766         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
7767         pipeline hazard recognizer interface.
7768
7769         * genattrtab.h: New file.
7770
7771         * genattrtab.c: Include genattrtab.h.
7772         (attr_printf, check_attr_test, make_internal_attr,
7773         make_numeric_value): Move protypes into genattrtab.h.  Define them
7774         as external.
7775         (num_dfa_decls): New global variable.
7776         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
7777         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
7778         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
7779         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
7780
7781         * genautomata.c: New file.
7782
7783         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
7784
7785         * sched-int.h: (curr_state): Add the external definition for
7786         automaton pipeline interface.
7787         (haifa_insn_data): Add comments for members blockage and units.
7788
7789         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
7790         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
7791         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
7792         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
7793         TARGET_SCHED_DFA_POST_CYCLE_INSN,
7794         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
7795         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
7796         macros.
7797         (TARGET_SCHED): Use the new macros.
7798
7799         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
7800         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
7801         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
7802         dfa_bubble): New members in gcc_target.sched.
7803
7804         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
7805         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
7806         (insn_queue): Redefine it as pointer to array.
7807         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
7808         INSN_QUEUE_SIZE.
7809         (max_insn_queue_index_macro_value): New variable.
7810         (curr_state, dfa_state_size, ready_try): New varaibles for
7811         automaton interface.
7812         (ready_element, ready_remove, max_issue): New function prototypes
7813         for automaton interface.
7814         (choose_ready): New function prototype.
7815         (insn_unit, blockage_range): Add comments.
7816         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
7817         FUNCTION_UNITS_SIZE == 0.
7818         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
7819         actual_hazard, potential_hazard): Add comments.
7820         (insn_cost): Use cost -1 as undefined value.  Remove
7821         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
7822         pipeline interface.
7823         (ready_element, ready_remove): New functions for automaton
7824         interface.
7825         (schedule_insn): Add new code for automaton pipeline interface.
7826         (queue_to_ready): Add new code for automaton pipeline interface.
7827         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
7828         (debug_ready_list): Print newline when the queue is empty.
7829         (max_issue): New function for automaton pipeline interface.
7830         (choose_ready): New function.
7831         (schedule_block): Add new code for automaton pipeline interface.
7832         Print ready list before scheduling each insn.
7833         (sched_init): Add new code for automaton pipeline interface.
7834         Initiate insn cost by -1.
7835         (sched_finish): Free the current automaton state and finalize
7836         automaton pipeline interface.
7837
7838         * sched-rgn.c: Include target.h.
7839         (init_ready_list, new_ready, debug_dependencies): Add new code for
7840         automaton pipeline interface.
7841
7842         * sched-vis.c: Include target.h.
7843         (get_visual_tbl_length): Add code for automaton interface.
7844         (target_units, print_block_visualization):  Add comments.
7845
7846         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
7847         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
7848         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
7849         (getruntime.o, genautomata.o): New entries.
7850         (genattrtab.o): Add new dependency file genattrtab.h.
7851         (genattrtab): Add new dependencies.  Link it with `libm.a'.
7852         (getruntime.o, hashtab.o): New entries for canadian cross.
7853
7854         * doc/md.texi: Description of automaton based model.
7855
7856         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
7857         Add comments.
7858         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
7859         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
7860         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
7861         TARGET_SCHED_DFA_POST_CYCLE_INSN,
7862         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
7863         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
7864         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
7865         hook descriptions.
7866         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
7867         MAX_DFA_ISSUE_RATE): New macro descriptions.
7868
7869         * doc/contrib.texi: Add dfa based scheduler contribution.
7870
7871         * doc/gcc.texi: Add more information about genattrtab.
7872
7873 Mon Apr 29 17:19:10 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7874
7875         * reload1.c (eliminate_regs, case SUBREG): Fix typo in
7876         adjust_address_nv call.
7877
7878 2002-04-29  Janis Johnson  <janis187@us.ibm.com>
7879
7880         * doc/install.texi (Testing): Provide additional information, and
7881         a stronger encouragement, for running the testsuites.
7882
7883 2002-04-29  DJ Delorie  <dj@redhat.com>
7884
7885         * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
7886         given in upper case.
7887
7888 2002-04-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7889
7890         * fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
7891         Solaris 2 <widec.h> if missing.
7892         * fixinc/fixincl.x: Regenerate.
7893         * fixinc/tests/base/widec.h: New file.
7894
7895 2002-04-29  Nick Clifton  <nickc@cambridge.redhat.com>
7896
7897         * toplev.c (f_options): Add "profile" switch so that
7898         -fno-profile can be used to disable -p.
7899
7900 2002-04-29  Bernd Schmidt  <bernds@redhat.com>
7901
7902         * c-common.c (type_for_mode): Add support for V2DFmode, V2DImode,
7903         UV2DImode.
7904         * tree.c (build_common_tree_nodes_2): Likewise.
7905         * tree.h (enum tree_index): Likewise.
7906         (V2DF_type_node, V2DI_type_node, unsigned_V2DI_type_node): Define.
7907
7908         * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
7909         entries.
7910         (init_mmx_sse_builtins): Initialize SSE2 builtins.
7911         (ix86_expand_builtin): Add support for SSE2 builtins.
7912         * config/i386/i386.h (VALID_SSE2_REG_MODE): New macro.
7913         (VALID_SSE_REG_MODE): Use it.
7914         (VECTOR_MODE_SUPPORTED_P): Allow SSE2 modes here as well.
7915         (enum ix86_builtins): Add SSE2 builtins.
7916         * config/i386/i386.md (movv2df_internal, movv2df, movv8hi_internal,
7917         movv8hi, movv16qi_internal, movv16qi, pushv2df, pushv8hi, pushv16qi,
7918         addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3, vmmulv2df3,
7919         divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3, vmsminv2df3,
7920         sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3, sqrtv2df2,
7921         vmsqrtv2df2, maskcmpv2df3, maskncmpv2df3, vmmaskcmpv2df3,
7922         vmmaskncmpv2df3, sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb,
7923         sse2_maskmovdqu, sse2_movntv2df, sse2_movntti, sse2_movntsi, cvtdq2ps,
7924         cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq, cvtpd2pi,
7925         cvttpd2pi, cvtpi2pd, cvtsd2si, cvttsd2si, cvtsi2sd, cvtsd2ss,
7926         cvtss2sd, cvtpd2ps, cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3,
7927         ssaddv16qi3, ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3,
7928         subv4si3, subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3,
7929         mulv8hi3, smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
7930         sse2_umulv2siv2di3, sse2_pmaddwd, sse2_clrti, sse2_uavgv16qi3,
7931         sse2_uavgv8hi3, sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd,
7932         sse2_pshuflw, sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3,
7933         gtv8hi3, gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3,
7934         ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, sse2_lshrv2di3,
7935         ashlv8hi3, ashlv4si3, sse2_ashlv2di3, sse2_ashlti3, sse2_lshrti3,
7936         sse2_unpckhpd, sse2_unpcklpd, sse2_packsswb, sse2_packssdw,
7937         sse2_packuswb, sse2_punpckhbw, sse2_punpckhwd, sse2_punpckhdq,
7938         sse2_punpcklbw, sse2_punpcklwd, sse2_punpckldq, sse2_movapd,
7939         sse2_movupd, sse2_movdqa, sse2_movdqu, sse2_movdq2q, sse2_movq2dq,
7940         sse2_movhpd, sse2_movlpd, sse2_loadsd, sse2_movsd, sse2_storesd,
7941         sse2_shufpd, sse2_clflush, sse2_mfence, mfence_insn, sse2_lfence,
7942         lfence_insn): New patterns.
7943         (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Renamed from
7944         sse_andti3_sse2, sse_nandti3_sse2, sse_iorti3_sse2, sse_xorti3_sse2.
7945
7946 Mon Apr 29 17:03:24 CEST 2002  Jan Hubicka  <jh@suse.cz>
7947
7948         * i386.md (sse_mov?fcc*): Revert patch of Mar 14th.
7949
7950 2002-04-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7951
7952         * doc/contrib.texi (Contributors): Add Paolo Carlini and
7953         Janis Johnson.
7954         Update Richard Henderson, Jakub Jelinek, and Mark Mitchell.
7955         Refer to Objective-C instead of ObjC, SPARC instead of sparc,
7956         and CPU instead of cpu.
7957
7958 Mon Apr 29 13:36:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
7959
7960         * toplev.c (flag_if_conversion, flag_if_conversion2): New static
7961         variables.
7962         (lang_independent_options): Add -fif-conversion, -fif-conversion2
7963         (rest_of_compilation): Do if conversion only when asked for.
7964         (parse_options_and_default_flags): Set new variables to 1 for -O1
7965         * invoke.texi (-fif-conversion, -fif-conversion2): Document.
7966
7967 Mon Apr 29 13:02:50 CEST 2002  Jan Hubicka  <jh@suse.cz>
7968
7969         * i386.c (dbx64_register_map): Fix typo.
7970
7971 Mon Apr 29 12:18:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
7972
7973         * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
7974         real_one_half, real_bb_freq_max): New static variables.
7975         (debug_profile_bbauxs): Kill.
7976         (process_note_predictions): Kill unused variable.
7977         (block_info_def, edge_info_def): Use REAL_VALUE_TYPE instead of
7978         volatile double.
7979         (propagate_freq): Use REAL_ARITHMETICS.
7980         (estimate_bb_frequencies): Likevise; init new static variables.
7981         * Makefile.in (predict.o): Add dependency on real.h
7982
7983 2002-04-28  David S. Miller  <davem@redhat.com>
7984
7985         PR target/6500
7986         * config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
7987         64-bit TARGET_V9.  Do not use prefetch page, use prefetch for
7988         several {reads,writes} instead.
7989         * config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
7990         Define.
7991
7992 2002-04-27  David S. Miller  <davem@redhat.com>
7993
7994         PR target/6494
7995         * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
7996         of the stack bias.
7997
7998         * config/sparc/linux.h, config/sparc/linux64.h: Don't bother
7999         including signal.h and sys/ucontext.h, not needed.
8000
8001 2002-04-29  Hans-Peter Nilsson  <hp@bitrange.com>
8002
8003         * varasm.c (output_constant_def): Correct test for not calling
8004         ENCODE_SECTION_INFO for INTEGER_CST.
8005
8006 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8007
8008         * cppexp.c (lex): Move some code to _cpp_parse_expr, but
8009         keep most cases as function eval_token.
8010         (eval_token): New function.
8011         (_cpp_parse_expr): Read token here for improved diagnostics.
8012         Don't use op_as_text.  Detect bad ':' here.
8013         (reduce): Don't detect bad ':' here.
8014         (op_as_text): Remove.
8015         * cpphash.h (_cpp_test_assertion): Change prototype.
8016         * cpplib.c (_cpp_test_assertion): Change prototype.
8017
8018 2002-04-28  Richard Henderson  <rth@redhat.com>
8019
8020         PR c/5154
8021         * ggc-common.c (ggc_mark_rtx_children_1): Rename from...
8022         (ggc_mark_rtx_children): New.
8023
8024 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
8025
8026         PR target/6496
8027         * config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
8028         after call peepholes for UltraSPARC.
8029         (call + jump 64-bit peepholes): Remove.
8030
8031 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8032
8033         PR c/6497
8034         * config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
8035         result as temporary value.
8036
8037 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
8038
8039         PR c++/6396
8040         * toplev.c (rest_of_compilation): Only run regrename and copy
8041         propagation if optimizing.
8042
8043 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
8044
8045         PR optimization/6475
8046         * reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
8047         register of REGNO_DECL (i).
8048         * Makefile.in (reload1.o): Add $(TREE_H).
8049
8050 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
8051
8052         * cppexp.c (lex): Update to use state.skip_eval.
8053         (struct op): Remove prio and flags members.
8054         (FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
8055         SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
8056         (LEFT_ASSOC): New macro.
8057         (optab): New table of operator priorities and flags.
8058         (SHIFT): Update.
8059         (_cpp_parse_expr): Clean up logic.  Return bool.  Use a
8060         malloc-ed parser stack.
8061         (reduce): New; reduce the operator stack.
8062         (_cpp_expand_op_stack): Expand the operator stack as necessary.
8063         * cpphash.h (struct op): Predeclare.
8064         (struct cpp_reader): New members op_stack, op_limit.
8065         (struct lexer_state): New member skip_eval.
8066         (_cpp_parse_expr): Update.
8067         (_cpp_expand_op_stack): New.
8068         * cpplib.c (do_if): Update.
8069         * cppinit.c (cpp_create_reader): Create op stack.
8070         (cpp_destroy): And destroy it.
8071         * cpplib.h (CPP_LAST_CPP_OP): Correct.
8072         (TTYPE_TABLE): Correct.
8073
8074 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8075
8076         PR c/6343
8077         * c-decl.c (duplicate_decls): Call merge_weak.
8078         * c-pragma.c (apply_pragma_weak): Warn about misuse.
8079         * output.h (merge_weak): Prototype merge_weak.
8080         * varasm.c (merge_weak): New function.
8081         (declare_weak): Make sure we don't give an error on VAR_DECLs.
8082         Mark RTL with SYMBOL_REF_WEAK.
8083
8084 2002-04-27  Kurt Garloff <garloff@suse.de>
8085
8086         * tree-inline.c (inlinable_function_p): Improve heuristics
8087         by using a smoother function to cut down allowable inlinable size.
8088         * param.def: Add parameters max-inline-insns-single,
8089         max-inline-slope, min-inline-insns that determine the exact
8090         shape of the above function.
8091         * param.h: Likewise.
8092
8093 2002-04-26  Richard Henderson  <rth@redhat.com>
8094
8095         * c-parse.in (malloced_yyss, malloced_yyvs): New.
8096         (yyoverflow): Re-add.  Set them.
8097         (free_parser_stacks): New.
8098         * c-common.h: Declare it.
8099         * c-lex.c (c_common_parse_file): Call it.
8100
8101 2002-04-26  Richard Henderson  <rth@redhat.com>
8102
8103         * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
8104         for fallthru search.
8105
8106 2002-04-26  Eric Christopher  <echristo@redhat.com>
8107
8108         PR optimization/3700
8109         * config/mips/mips.c (mips_issue_rate): Define.  New function.
8110         (TARGET_SCHED_ISSUE_RATE): Use.
8111
8112 2002-04-25  David S. Miller  <davem@redhat.com>
8113
8114         PR target/6422
8115         * reorg.c (optimize_skip): Do not allow exception causing
8116         instructions to be considered for delay slots.
8117         (fill_simply_delay_slots, fill_slots_from_thread): Likewise.
8118         (relax_delay_slots): Do not try to consider exception causing
8119         instructions as redundant.
8120
8121 2002-04-26  Richard Henderson  <rth@redhat.com>
8122
8123         PR c/5225
8124         * c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
8125
8126 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
8127
8128         PR bootstrap/6445
8129         * config/i386/i386.md (untyped_call): Return the value in a float
8130         register if TARGET_FLOAT_RETURNS_IN_80387, not just if
8131         TARGET_80387.
8132
8133 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
8134
8135         * tree.c (tree_int_cst_lt): Compare constants whose types differ
8136         in unsigned-ness correctly.
8137
8138 2002-04-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8139
8140         * pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
8141         portable runtime model.
8142
8143 2002-04-26  Richard Henderson  <rth@redhat.com>
8144
8145         * c-parse.in (yyoverflow): Revert.
8146
8147 2002-04-26  David Edelsohn  <edelsohn@gnu.org>
8148             Richard Henderson  <rth@redhat.com>
8149
8150         * config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
8151         result as temporary value.
8152
8153 2002-04-26  Richard Henderson  <rth@redhat.com>
8154
8155         PR c/3581
8156         * c-common.c (fix_string_type): Split out of ...
8157         (combine_strings): ... here.  Take a varray, not a tree list.
8158         (c_expand_builtin_printf): Use fix_string_type.
8159         * c-common.h: Update decls.
8160         * c-parse.in (string): Remove.  Update all uses to use STRING
8161         instead, and not call combine_strings.
8162         (yylexstring): New.
8163         (_yylex): Use it.
8164         * c-typeck.c (simple_asm_stmt): Don't call combine_strings.
8165         (build_asm_stmt): Likewise.
8166         * objc/objc-act.c (my_build_string): Use fix_string_type.
8167         (build_objc_string_object): Build varray for combine_strings.
8168
8169 2002-04-26  Bo Thorsen  <bo@suse.co.uk>
8170
8171         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
8172         x86-64.
8173
8174 2002-04-26  Neil Booth  <neil@daikokuya.demon.co.uk>
8175
8176         * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
8177         (HAVE_NO_R_OPERAND): Remove.
8178         (HAVE_VALUE): Remove.
8179         (op_to_prio): Update.
8180         (UNARY): Don't alter flags.
8181         (_cpp_parse_expr): want_value used to indicate whether
8182         a number or unary operator is expected next.  Distinguish
8183         unary and binary +/-.
8184         (op_as_text): Update for unary operators.
8185
8186 2002-04-25  Richard Henderson  <rth@redhat.com>
8187
8188         PR c/2161
8189         * c-parse.in (yyoverflow): New.
8190
8191 2002-04-25  Richard Henderson  <rth@redhat.com>
8192
8193         PR c/2098
8194         * c-common.c (shorten_compare): Simplfy conditions leading to
8195         the generation of a warning.
8196
8197 2002-04-25  Richard Henderson  <rth@redhat.com>
8198
8199         PR c/2035
8200         * expmed.c (extract_bit_field): Fall through to generic code rather
8201         than aborting on subreg special case.
8202
8203 2002-04-25  David S. Miller  <davem@redhat.com>
8204
8205         * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
8206         for DECL being NULL.
8207
8208 2002-04-25  Steve Christiansen  <smc@us.ibm.com>
8209
8210         * doc/md.texi (Machine Constraints): Add IA-64 constraints.
8211
8212 2002-04-25  Eric Botcazou  <ebotcazou@multimania.com>
8213
8214         * c-decl.c (grokdeclarator): Remove outdated ??? note
8215         on invalid declaration of flexible array members.
8216
8217 2002-04-25  Richard Henderson  <rth@redhat.com>
8218
8219         * doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
8220
8221 2002-04-25  Ulrich Weigand  <uweigand@de.ibm.com>
8222
8223         * config/s390/s390.c (s390_emit_epilogue): Always restore registers
8224         needed by the compiler, even if they are used as global regs.
8225
8226 2002-04-25  Matt Hiller  <hiller@redhat.com>
8227
8228         * mips.c (mips_class_max_nregs, mips_register_move_cost): New
8229         functions.
8230         * mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
8231         of the corresponding functions.
8232         * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
8233         New prototypes.
8234
8235 2002-04-25  Matt Hiller  <hiller@redhat.com>
8236
8237         * config/mips/mips.h (mips_sw_reg_names): Declare as extern.
8238
8239         (ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
8240         (FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
8241         registers, adjust comment accordingly.
8242         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
8243         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
8244         DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
8245         for coprocessor registers.
8246         (ADDITIONAL_REGISTER_NAMES): Include
8247         ALL_COP_ADDITIONAL_REGISTER_NAMES.
8248
8249         (COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
8250         COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
8251         COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
8252         COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
8253         COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
8254
8255         (mips_char_to_class): Adjust comment to include coprocessor
8256         constraint letters.
8257
8258         * config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
8259         New functions.
8260         (mips_reg_names, mips_regno_to_class): Include coprocessor
8261         information.
8262         (mips_sw_reg_names): Ditto, make non-static.
8263         (mips_move_1word): Handle moves to and from coprocessor registers.
8264         (mips_move_2words): Handle moves to and from coprocessor
8265         registers.
8266         (mips_class_max_nregs, mips_register_move_cost): Handle
8267         coprocessor register classes.
8268         (override_options): Initialize mips_char_to_class and
8269         mips_hard_regno_mode_ok properly for coprocessor registers.
8270
8271         * config/mips/mips.md (movdi_internal, movdi_internal2,
8272         movsi_internal1, movsi_internal2): Add constraint-sets for
8273         coprocessor registers.
8274         * testsuite/gcc.c-torture/mipscop-1.c: New testcase.
8275         * testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
8276         isn't mips.
8277         * testsuite/gcc.c-torture/mipscop-2.c: New testcase.
8278         * testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
8279         isn't mips.
8280         * testsuite/gcc.c-torture/mipscop-3.c: New testcase.
8281         * testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
8282         isn't mips.
8283         * testsuite/gcc.c-torture/mipscop-4.c: New testcase.
8284         * testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
8285         isn't mips.
8286
8287         * doc/tm.texi: Document feature.
8288
8289 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8290
8291         * integrate.c (function_attribute_inlinable_p): Simplify.
8292         Check the table pointer is not NULL.
8293
8294 2002-04-25  Steven Bosscher  <S.Bosscher@student.tudelft.nl>
8295
8296         * doc/c-tree.texi: Fix typo in introduction.
8297
8298 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8299
8300         * c-common.h (c_common_parse_file): Update.
8301         * c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
8302         * c-lex.c (YYDEBUG): Get from c-lex.h.
8303         (c_common_parse_file): Update.
8304         * c-lex.h (YYDEBUG, yydebug): New.
8305         * c-parse.in (YYDEBUG): Get from c-lex.h.
8306         (c_set_yydebug): Remove.
8307         * c-tree.h (c_set_yydebug): Remove.
8308         * langhooks-def.h (lhd_do_nothing_i): New.
8309         (lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
8310         (LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
8311         * langhooks.c  (lhd_do_nothing_i): New.
8312         (lhd_set_yydebug): Remove.
8313         * langhooks.h (struct lang_hooks): Update.
8314         * toplev.c (set_yydebug): New.
8315         (compile_file): Update call to parse_file hook.
8316         (decode_d_option): Update.
8317 objc:
8318         * objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
8319
8320 Wed Apr 24 23:45:37 2002  J"orn Rennecke <joern.rennecke@superh.com>
8321
8322         * loop.c (load_mems): Don't change the interface of called functions.
8323
8324         * calls.c (expand_call): Take current_function_pretend_args_size
8325         into account when setting argblock for sibcalls.
8326
8327 2002-04-24  Matt Hiller  <hiller@redhat.com>
8328
8329         * cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
8330         * c-lex.c: Ditto.
8331
8332         * cpplex.c (skip_line_comment): Process comment one multibyte
8333         character at a time rather than one char at a time, if
8334         appropriate.
8335         (parse_string): Process string one multibyte character at a time
8336         rather than one char at a time, if appropriate.
8337         * c-lex.c (lex_string): Lex and copy multibyte strings
8338         appropriately.
8339         * cpplib.h (cppchar_t): Change to unsigned.
8340
8341 2002-04-24  Richard Henderson  <rth@redhat.com>
8342
8343         PR c/3467
8344         * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
8345         for c99.
8346
8347 Wed Apr 24 21:51:54 2002  J"orn Rennecke <joern.rennecke@superh.com>
8348
8349         * sh.c (sh_va_arg): If argument was passed by reference,
8350         dereference the pointer.
8351
8352         * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
8353
8354         * sh.md (divsi3_i4_media): Use match_operand for input values
8355         rather than hard registers.
8356         (divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
8357         unnecessarily through hard registers.  Keep copies of pseudo
8358         registers outside of the libcall sequence.
8359
8360         * sh.md (casesi_shift_media): Add modes.
8361
8362         * sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
8363         values in memory.
8364
8365 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8366
8367         * attribs.c (c_common_attribute_table): Move table and handlers
8368         to c-common.c.
8369         (format_attribute_table, lang_attribute_table,
8370         lang_attribute_common): Remove.
8371         (init_attributes): Replace NULL pointers with pointers to the
8372         empty table.
8373         (handle_packed_attribute, handle_nocommon_attribute,
8374         handle_common_attribute, handle_noreturn_attribute,
8375         handle_noinline_attribute, handle_always_inline_attribute,
8376         handle_used_attribute, handle_unused_attribute,
8377         handle_const_attribute, handle_transparent_union_attribute,
8378         handle_constructor_attribute, handle_destructor_attribute,
8379         handle_mode_attribute, handle_section_attribute,
8380         handle_aligned_attribute, handle_weak_attribute,
8381         handle_alias_attribute, handle_visibility_attribute,
8382         handle_no_instrument_function_attribute, handle_malloc_attribute,
8383         handle_no_limit_stack_attribute, handle_pure_attribute,
8384         handle_deprecated_attribute, handle_vector_size_attribute,
8385         vector_size_helper): Move to c-common.c.
8386         * c-common.c (c_common_attribute_table,
8387         handle_packed_attribute, handle_nocommon_attribute,
8388         handle_common_attribute, handle_noreturn_attribute,
8389         handle_noinline_attribute, handle_always_inline_attribute,
8390         handle_used_attribute, handle_unused_attribute,
8391         handle_const_attribute, handle_transparent_union_attribute,
8392         handle_constructor_attribute, handle_destructor_attribute,
8393         handle_mode_attribute, handle_section_attribute,
8394         handle_aligned_attribute, handle_weak_attribute,
8395         handle_alias_attribute, handle_visibility_attribute,
8396         handle_no_instrument_function_attribute, handle_malloc_attribute,
8397         handle_no_limit_stack_attribute, handle_pure_attribute,
8398         handle_deprecated_attribute, handle_vector_size_attribute,
8399         vector_size_helper): Move from attribs.c.
8400         * c-common.h (c_common_attribute_table,
8401         c_common_format_attribute_table): New.
8402         * c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
8403         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
8404         * langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
8405         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
8406         (LANG_HOOKS_INITIALIZER): Update.
8407         * langhooks.h (struct lang_hooks): 3 new attribute hooks.
8408         * target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
8409         * target.h: Update comment.
8410         * tree.c (default_target_attribute_table): Remove.
8411         * tree.h (default_target_attribute_table, format_attribute_table,
8412         lang_attribute_table, lang_attribute_common): Remove.
8413 objc:
8414         * objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
8415         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
8416
8417 2002-04-24  Jason Merrill  <jason@redhat.com>
8418
8419         * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
8420         * dwarf2out.c (dwarf_attr_name): Support it.
8421         (gen_array_type_die): Emit it.
8422         (lookup_type_die): No special handling for VECTOR_TYPE.
8423         (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
8424
8425 2002-04-24  Richard Henderson  <rth@redhat.com>
8426
8427         * config/mips/mips.md (movdi_usd): Renumber.
8428
8429 2002-04-24  David S. Miller  <davem@redhat.com>
8430
8431         PR target/6420
8432         * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
8433         32-bit Sparc and current_function_returns_struct is true.
8434
8435 Wed Apr 24 13:48:25 CEST 2002  Jan Hubicka  <jh@suse.cz>
8436
8437         * loop.c (canonicalize_condition): Use gen_int_mode.
8438
8439 2002-04-24  Aldy Hernandez  <aldyh@redhat.com>
8440
8441         * config/rs6000/altivec.h: Cleanup file.  Add non individual
8442         variants.
8443         (vec_vaddubm): New.
8444         (vec_vadduhm): New.
8445         (vec_vadduwm): New.
8446         (vec_vaddfp): New.
8447         (vec_vaddcuw): New.
8448         (vec_vaddubs): New.
8449         (vec_vaddsbs): New.
8450         (vec_vadduhs): New.
8451         (vec_vadduws): New.
8452         (vec_vaddsws): New.
8453         (vec_vand): New.
8454         (vec_vandc): New.
8455         (vec_vavgub): New.
8456         (vec_vavgsb): New.
8457         (vec_vavguh): New.
8458         (vec_vavgsh): New.
8459         (vec_vavguw): New.
8460         (vec_vavgsw): New.
8461         (vec_vrfip): New.
8462         (vec_vcmpbfp): New.
8463         (vec_vcmpequb): New.
8464         (vec_vcmpequh): New.
8465         (vec_vcmpequw): New.
8466         (vec_vcmpeqfp): New.
8467         (vec_vcmpgefp): New.
8468         (vec_vcmpgtub): New.
8469         (vec_vcmpgtsb): New.
8470         (vec_vcmpgtuh): New.
8471         (vec_vcmpgtsh): New.
8472         (vec_vcmpgtuw): New.
8473         (vec_vcmpgtsw): New.
8474         (vec_vcmpgtfp): New.
8475         (vec_vcmpgefp): New.
8476         (vec_vcfux): New.
8477         (vec_vcfsx): New.
8478         (vec_vctsxs): New.
8479         (vec_vctuxs): New.
8480         (vec_vexptefp): New.
8481         (vec_vrfim): New.
8482         (vec_lvx): New.
8483         (vec_lvebx): New.
8484         (vec_lvehx): New.
8485         (vec_lde): Add vector float variant.
8486         (vec_lvewx): New.
8487         (vec_lvxl): New.
8488         (vec_vlogefp): New.
8489         (vec_vmaddfp): New.
8490         (vec_vmhaddshs): New.
8491         (vec_vmaxub): New.
8492         (vec_vmaxsb): New.
8493         (vec_vmaxuh): New.
8494         (vec_vmaxsh): New.
8495         (vec_vmaxuw): New.
8496         (vec_vmaxsw): New.
8497         (vec_vmaxsw): New.
8498         (vec_vmaxfp): New.
8499         (vec_vmrghb): New.
8500         (vec_vmrghh): New.
8501         (vec_vmrghw): New.
8502         (vec_vmrglb): New.
8503         (vec_vmrglh): New.
8504         (vec_vmrglw): New.
8505         (vec_vminub): New.
8506         (vec_vminsb): New.
8507         (vec_vminuh): New.
8508         (vec_vminsh): New.
8509         (vec_vminuw): New.
8510         (vec_vminsw): New.
8511         (vec_vminfp): New.
8512         (vec_vmladduhm): New.
8513         (vec_vmhraddshs): New.
8514         (vec_msumubm): New.
8515         (vec_vmsummbm): New.
8516         (vec_vmsumuhm): New.
8517         (vec_vmsumshm): New.
8518         (vec_vmsumuhs): New.
8519         (vec_vmsumshs): New.
8520         (vec_vmuleub): New.
8521         (vec_vmulesb): New.
8522         (vec_vmuleuh): New.
8523         (vec_vmulesh): New.
8524         (vec_vmuloub): New.
8525         (vec_mulosb): New.
8526         (vec_vmulouh): New.
8527         (vec_vmulosh): New.
8528         (vec_vnmsubfp): New.
8529         (vec_vnor): New.
8530         (vec_vor): New.
8531         (vec_vpkuhum): New.
8532         (vec_vpkuwum): New.
8533         (vec_vpkpx): New.
8534         (vec_vpkuhus): New.
8535         (vec_vpkshss): New.
8536         (vec_vpkuwus): New.
8537         (vec_vpkswss): New.
8538         (vec_vpkshus): New.
8539         (vec_vpkswus): New.
8540         (vec_vperm): New.
8541         (vec_vrefp): New.
8542         (vec_vrlb): New.
8543         (vec_vrlh): New.
8544         (vec_vrlw): New.
8545         (vec_vrfin): New.
8546         (vec_vrsqrtefp): New.
8547         (vec_vsel): New.
8548         (vec_vslb): New.
8549         (vec_vslh): New.
8550         (vec_vslw): New.
8551         (vec_vsldoi): New.
8552         (vec_vsl): New.
8553         (vec_vslo): New.
8554         (vec_vspltb): New.
8555         (vec_vsplth): New.
8556         (vec_vspltw): New.
8557         (vec_vspltisb): New.
8558         (vec_vspltish): New.
8559         (vec_vspltisw): New.
8560         (vec_vsrb): New.
8561         (vec_vsrh): New.
8562         (vec_vsrw): New.
8563         (vec_vsrab): New.
8564         (vec_vsrah): New.
8565         (vec_vsraw): New.
8566         (vec_vsr): New.
8567         (vec_vsro): New.
8568         (vec_stvx): New.
8569         (vec_stvebx): New.
8570         (vec_stvehx): New.
8571         (vec_stvewx): New.
8572         (vec_stvxl): New.
8573         (vec_vsububm): New.
8574         (vec_vsubuhm): New.
8575         (vec_vsubuwm): New.
8576         (vec_vsubfp): New.
8577         (vec_vsubcuw): New.
8578         (vec_vsububs): New.
8579         (vec_vsubsbs): New.
8580         (vec_vsubuhs): New.
8581         (vec_vsubshs): New.
8582         (vec_vsubuws): New.
8583         (vec_vsubsws): New.
8584         (vec_vsum4ubs): New.
8585         (vec_vsum4sbs): New.
8586         (vec_vsum4shs): New.
8587         (vec_vsum2sws): New.
8588         (vec_vsumsws): New.
8589         (vec_vrfiz): New.
8590         (vec_vupkhsb): New.
8591         (vec_vupkhpx): New.
8592         (vec_vupkhsh): New.
8593         (vec_vupklsb): New.
8594         (vec_vupklpx): New.
8595         (vec_vupklsh): New.
8596         (vec_vxor): New.
8597
8598 2002-04-23  Eric Botcazou  <ebotcazou@multimania.com>
8599
8600         PR c/5430
8601         * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
8602         added literals from substracted literals.
8603         (associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
8604         (fold) [associate]: Preserve MINUS_EXPR if needed.
8605
8606 2002-04-23  Zack Weinberg  <zack@codesourcery.com>
8607
8608         * doc/install.texi: Clarify which versions of alpha*-dec-osf*
8609         are obsoleted.
8610
8611 2002-04-23  Tom Tromey  <tromey@redhat.com>
8612
8613         * gcc.c: Added --resource.  For PR java/6314.
8614
8615 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
8616
8617         * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
8618         * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
8619         these libraries.
8620
8621 2002-04-23  David O'Brien  <obrien@FreeBSD.org>
8622
8623         * config/freebsd.h(OBJECT_FORMAT_ELF): Define.
8624
8625 Tue Apr 23 14:24:25 CEST 2002  Jan Hubicka  <jh@suse.cz>
8626
8627         * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
8628         workaround.
8629         (ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
8630         (ix86_expand_clrstr): Fix typo.
8631         * loop.c (gen_load_of_final_value): New.
8632         (loop_givs_rescan, strength_reduce, check_dbra_loop):
8633         Use it.
8634
8635 2002-04-23  Roger Sayle  <roger@eyesopen.com>
8636
8637         * builtins.c (builtin_memset_gen_str): New function.
8638         (expand_builtin_memset): Optimize the case of constant length, but
8639         unknown value.
8640
8641 2002-04-23  Aldy Hernandez  <aldyh@redhat.com>
8642
8643         * config/rs6000/altivec.h (vec_step): Remove extraneous
8644         parentheses.
8645         (vec_ctu): Cast return.
8646
8647 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
8648
8649         PR target/6413
8650         * function.h: (struct function): Add profile_label_no field.
8651         (current_function_profile_label_no): Define.
8652         * function.c: (profile_label_no): New static var.
8653         (expand_function_start): Increment it, and copy to
8654         current_function_profile_label_no.
8655         * output.h (profile_label_no): Delete.
8656         * final.c (profile_label_no): Delete.
8657         (profile_function): Use current_function_profile_label_no.
8658         (final_end_function): Don't increment profile_label_no here.
8659         * config/i386/i386.c (ix86_osf_output_function_prologue): Replace
8660         profile_label_no with current_function_profile_label_no.
8661         * config/pa/pa.c (current_function_number): Delete.
8662         (pa_output_function_prologue): Don't output profile label here.
8663         (hppa_profile_hook): Use label_no param rather than
8664         current_function_number.
8665         (FUNC_BEGIN_PROLOG_LABEL): Move to ..
8666         * config/pa/pa.h: .. here.
8667         (FUNCTION_PROFILER): Output profile label here.
8668
8669 2002-04-22  Eric Christopher  <echristo@redhat.com>
8670
8671         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Revert
8672         patch of 2002-04-09 due to binutils issues.
8673         (FUNCTION_ARG_REGNO_P): Ensure even numbered float register.
8674
8675 2002-04-22  Aldy Hernandez  <aldyh@redhat.com>
8676
8677         * config/rs6000/rs6000.md ("*movv4si_internal"): Change 'm'
8678         constraint to 'o' for m=r and r=m alternatives.
8679         ("*movv8hi_internal1"): Same.
8680         ("*movv16qi_internal1"): Same.
8681         ("*movv4sf_internal1"): Same.
8682
8683 2002-04-22  Janis Johnson  <janis187@us.ibm.com>
8684
8685         * rtl.h (RTX_FLAG): New macro.
8686         * emit-rtl.c (copy_most_rtx): Use macros to access rtx flags.
8687         * final.c (alter_subreg): Use macro to access rtx flag.
8688         * integrate.c (copy_rtx_and_substitute): Use new access macro.
8689         * print-rtl.c (print_rtx): Use new access macro.
8690
8691         * cse.c (insert): Check rtx code before accessing flag.
8692
8693         * genattrtab.c (ATTR_IND_SIMPLIFIED_P, ATTR_CURR_SIMPLIFIED_P,
8694         ATTR_PERMANENT_P, ATTR_EQ_ATTR_P): New.
8695         (attr_hash_add_string, attr_rtx_1, attr_copy_rtx, check_attr_test,
8696         convert_const_symbol_ref, make_canonical, make_alternative_compare,
8697         evaluate_eq_attr, attr_rtx_cost, simplify_test_exp_in_temp,
8698         simplify_test_exp, optimize_attrs, simplify_by_exploding,
8699         find_and_mark_used_attributes, unmark_used_attributes,
8700         add_values_to_cover, simplify_with_current_value,
8701         simplify_with_current_value_aux, clear_struct_flag, walk_attr_value,
8702         copy_rtx_unchanging, main): Use new access macros.
8703
8704 2002-04-22  Tom Rix  <trix@redhat.com>
8705
8706         * expmed.c (init_expmed): Generate shifted constant once.
8707
8708 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
8709
8710         * c-lex.c (lex_charconst): Call convert to get constant in
8711         proper type; don't just smash the type field.
8712         Fixes PR c/6300.
8713
8714         * config.gcc: Add list of obsolete configurations.  Disallow
8715         building these without --enable-obsolete.
8716         * doc/install.texi: Document --enable-obsolete and obsoletion
8717         policy.  Mention obsoletion of individual targets in
8718         appropriate places.
8719
8720 2002-04-22  Richard Henderson  <rth@redhat.com>
8721
8722         * config/sparc/sol2-bi.h (ASM_DEBUG_SPEC): New.
8723
8724 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
8725
8726         PR f/6138.
8727         * function.c (fixup_memory_subreg): Add promoted_mode parameter.
8728         (walk_fixup_memory_subreg): Likewise.
8729         (fixup_var_refs_insn): Adjust accordingly.
8730         (fixup_var_refs_1): Likewise.
8731
8732 2002-04-22  Ulrich Weigand  <uweigand@de.ibm.com>
8733
8734         * config/s390/linux.h: (LIBPATH_SPEC, LIBPATH_ARCH31_SPEC,
8735         LIBPATH_ARCH64_SPEC): Define.
8736         (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64.
8737         (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
8738         (LINK_ARCH31_SPEC): Add libpath_arch31 to search path.
8739         (LINK_ARCH64_SPEC): Add libpath_arch64 to search path.
8740
8741 2002-04-22      Joel Sherrill <joel@OARcorp.com>
8742
8743         * gthr-rtems.h: Correct prototypes to remove warnings.
8744
8745 2002-04-22  Richard Henderson  <rth@redhat.com>
8746
8747         PR c/6344
8748         * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).
8749
8750         * gcse.c (free_insn_expr_list_list): New.
8751         (clear_modify_mem_tables): Use it.  Fix bit set usage.
8752         (canon_list_insert): Use EXPR_LISTs for expressions.
8753         (record_last_mem_set_info): Factor BLOCK_NUM (insn).
8754
8755 2002-04-22  Neil Booth  <neil@daikokuya.demon.co.uk>
8756
8757         * cppfiles.c (_cpp_pop_file_buffer): Return void.  Move
8758         file change and include code to _cpp_pop_buffer.
8759         * cpphash.h (struct pending_option): Predeclare.
8760         (struct cpp_reader): New member next_include_file.
8761         (_cpp_pop_file_buffer): Update.
8762         (_cpp_push_next_buffer): Update, rename.
8763         * cppinit.c (cpp_destroy): Free include chain and pending here.
8764         (cpp_finish_options): Simplify.
8765         (_cpp_push_next_buffer): Rename and clean up.
8766         * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer.
8767         Clarify.
8768         * cppmacro.c (cpp_scan_nooutput): Set return_at_eof here.
8769
8770 2002-04-22  Aldy Hernandez  <aldyh@redhat.com>
8771
8772         * config/rs6000/altivec.h (vec_xor): Add variant for both args
8773         being vector signed int.
8774         (vec_andc): Same.
8775         (vec_xor): Add variant for both args being vector signed char.
8776         Remove redundant variant.
8777         (vec_andc): Same.
8778
8779 2002-04-21  David S. Miller  <davem@redhat.com>
8780
8781         * config/sparc/sparc.md (set then compare DI mode peephole2): Fix
8782         compare mode in output RTL.
8783
8784 2002-04-22  David Edelsohn  <edelsohn@gnu.org>
8785
8786         * config/rs6000/rs6000.c (rs6000_override_options): Correct
8787         style and formatting of previous patch.
8788
8789 2002-04-22  Alan Modra  <amodra@bigpond.net.au>
8790
8791         * config/rs6000/rs6000.c (rs6000_override_options): Always clear
8792         flag_pic for ABI_AIX.
8793
8794 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
8795
8796         * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.
8797         * cppfiles.c (read_include_file): Similarly.
8798         * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,
8799         uxstrdup ustrchr, ufputs): Similarly.
8800         * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
8801         * cpplex.c (parse_slow, unescaped_terminator_p, save_comment,
8802         cpp_ideq, parse_identifier, parse_number): Similarly.
8803         * cpplib.c (struct directive, dequote_string, D, run_directive,
8804         cpp_push_buffer): Similarly.
8805         * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
8806         _cpp_create_definition, check_trad_stringification,
8807         cpp_macro_definition): Similarly.
8808
8809 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
8810
8811         * cppmacro.c (funlike_invocation_p): Don't step back
8812         over CPP_EOF.
8813
8814 2002-04-21  David Edelsohn  <edelsohn@gnu.org>
8815
8816         * config/rs6000/rs6000.c (output_profile_hook): Do not increment
8817         labelno.
8818
8819 2002-04-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8820
8821         * doc/invoke.texi: Remove Chill references.
8822         * doc/gcc.texi: Update last modified date.
8823
8824 2002-04-20  Kazu Hirata  <kazu@hxi.com>
8825
8826         * config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
8827         push and pop.  Replace add.l with add.w.
8828
8829 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
8830
8831         * config/h8300/lib1funcs.asm (___mulsi3): Use hardware
8832         multiply instructions for H8/300H case.
8833
8834 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
8835
8836         * config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
8837         Bum three instructions from each routine.
8838
8839 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8840
8841         * Makefile.in: Update.
8842         * decl.c (push_c_function_context, pop_c_function_context,
8843         mark_c_function_context): Rename for consistency.
8844         * c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
8845         * c-tree.h (push_c_function_context, pop_c_function_context,
8846         mark_c_function_context): Rename for consistency.
8847         * c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
8848         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
8849         * function.c (init_lang_status, save_lang_status,
8850         restore_lang_status, mark_lang_status, free_lang_status):
8851         Move to langhooks.h.
8852         (push_function_context_to, pop_function_context_from,
8853         free_after_parsing, prepare_function_start, ggc_mark_struct_function):
8854         Update.
8855         * function.h (init_lang_status, save_lang_status,
8856         restore_lang_status, mark_lang_status, free_lang_status):
8857         Move to langhooks.h.
8858         * langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
8859         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
8860         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
8861         LANG_HOOKS_FUNCTION_INITIALIZER): New.
8862         (LANG_HOOKS_INITIALIZER): Update.
8863         (lhd_do_nothing_f): New.
8864         * langhooks.h (struct lang_hooks_for_functions): New.
8865         (struct lang_hooks): New hooks.
8866         * langhooks.c (lhd_do_nothing_f): New.
8867 objc:
8868         * objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
8869         LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
8870
8871 2002-04-19  David S. Miller  <davem@redhat.com>
8872
8873         * config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
8874         * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
8875
8876 2002-04-19  Jakub Jelinek  <jakub@redhat.com>
8877
8878         PR optimization/3756
8879         * config/i386/i386.c (ix86_expand_int_movcc): Optimize
8880         x = ((int) y < 0) ? cst1 : cst2.
8881
8882 2002-04-19  Jakub Jelinek  <jakub@redhat.com>
8883
8884         PR c/6358
8885         * function.c: Reapply patch for c/6358.
8886         (expand_function_end): Copy decl_rtl's mode, not
8887         current_function_return_rtx mode.
8888
8889 2002-04-19  Joel Sherrill  <joel@OARcorp.com>
8890
8891         * config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
8892         targets.
8893
8894 2002-04-19  Tom Tromey  <tromey@redhat.com>
8895
8896         * doc/install.texi (Specific): Update status of Solaris 2.8.
8897         For PR libgcj/6158.
8898
8899 2002-04-19  Andreas Schwab  <schwab@suse.de>
8900
8901         * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
8902         (PUT_REAL): Restore old definition.
8903
8904 2002-04-19  Dan Nicolaescu  <dann@godzilla.ics.uci.edu>
8905             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8906
8907         * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that
8908         binutils 2.11.2 and higher generate smaller binaries than Sun's
8909         native tools.
8910
8911 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
8912
8913         PR c++/6352
8914         * toplev.c (rest_of_compilation): Do not defer functions for which
8915         TREE_SYMBOL_REFERENCED has already been set.
8916
8917 Fri Apr 19 15:53:03 CEST 2002  Jan Hubicka  <jh@suse.cz>
8918
8919         * i386.md (movsi_1, movhi_1): Force reload to use more flexible
8920         alternative.
8921
8922 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8923
8924         * builtins.c: Include langhooks.h.
8925         (lang_type_promotes_to): Remove.
8926         (expand_builtin_va_arg): Use new hook.
8927         * c-common.c (c_common_nodes_and_builtins): Don't set hook.
8928         (simple_type_promotes_to): Move to c-typeck.c.
8929         * c-common.h (simple_type_promotes_to): Remove.
8930         * c-decl.c (duplicate_decls, grokdeclarator): Update.
8931         * c-format.c: Include langhooks.h.
8932         (check_format_types): Update.
8933         * c-tree.h (c_type_promotes_to): New.
8934         * c-typeck.c (c_type_promotes_to): Move from c-common.c.
8935         (type_lists_compatible_p): Update.
8936         * langhooks-def.h (lhd_type_promotes_to): New.
8937         (LANG_HOOKS_TYPE_PROMOTES_TO): New.
8938         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
8939         * langhooks.c (lhd_type_promotes_to): New.
8940         * langhooks.h (struct lang_hooks_for_types): New hook.
8941         * tree.h (lang_type_promotes_to): Remove.
8942 objc:
8943         * objc-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
8944
8945 2002-04-18  Richard Henderson  <rth@redhat.com>
8946
8947         * function.c: Revert patch for c/6358.
8948
8949 2002-04-18  Richard Henderson  <rth@redhat.com>
8950
8951         * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN
8952         blocks.  Handle multiple references to the TRAP block.  Handle
8953         non-adjacent THEN and OTHER blocks.
8954
8955 2002-04-18  Richard Henderson  <rth@redhat.com>
8956
8957         * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): Don't
8958         crash with no type for by-mode libcalls.
8959
8960         * config/ia64/ia64.md (conditional_trap): Fix predicate polarity.
8961
8962 2002-04-18  Bob Wilson  <bob.wilson@acm.org>
8963
8964         * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
8965         __xtensa_nonlocal_goto): Use a syscall instructions to flush
8966         the register windows.
8967
8968 2002-04-18  Zack Weinberg  <zack@codesourcery.com>
8969
8970         * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as
8971         appropriate.  Document need for extended precision even when
8972         MAX_LONG_DOUBLE_TYPE_SIZE is smaller.  Define REAL_WIDTH here,
8973         based on REAL_VALUE_TYPE_SIZE.  Use REAL_WIDTH to size
8974         REAL_VALUE_TYPE.  Define CONST_DOUBLE_FORMAT here.  Use #error
8975         instead of relying on later syntax error when REAL_WIDTH > 5.
8976         * real.c: Define NE based only on whether or not we have a
8977         full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT).
8978         Require sizeof(REAL_VALUE_TYPE) == 2*NE.  Unconditionally
8979         define GET_REAL and PUT_REAL as simple memcpy operations; no
8980         need to byteswap or round.
8981         Use #error instead of #ifdef-ing out the entire file, for
8982         prompt error detection.
8983
8984         * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here.
8985
8986 2002-04-18  David S. Miller  <davem@redhat.com>
8987
8988         * config/sparc/sparc.h (BRANCH_COST): Define.
8989
8990         * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
8991         does it.
8992
8993 2002-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
8994
8995         * flow.c (update_life_info): Ignore return value of cleanup_cfg.
8996         Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
8997         propagate_block calls after relaxation loop using new variable
8998         stabilized_prop_flags.
8999
9000 2002-04-18  Richard Henderson  <rth@redhat.com>
9001
9002         * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New.
9003         (ia64_va_arg): Expect variable sized types by reference.
9004         * config/ia64/ia64-protos.h: Update.
9005         * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use
9006         ia64_function_arg_pass_by_reference.
9007
9008 2002-04-18  Richard Henderson  <rth@redhat.com>
9009
9010         * ifcvt.c: Include except.h.
9011         (block_has_only_trap): Break out from find_cond_trap.
9012         (find_cond_trap): Use it.  Always delete the trap block.
9013         (merge_if_block): Allow then block null.  Be less simplistic about
9014         what insns can end a block.
9015         * Makefile.in (ifcvt.o): Depend on except.h.
9016
9017         * config/ia64/ia64.md (trap, conditional_trap): New.
9018
9019 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9020
9021         PR c/6358
9022         * function.c (assign_parms): Assign hard current_function_return_rtx
9023         register here...
9024         (expand_function_end): ...not here.
9025
9026 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
9027
9028         * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
9029         * c-tree.h (c_incomplete_type_error): New.
9030         * c-typeck.c (require_complete_type, build_component_ref): Update.
9031         (incomplete_type_error): Rename.
9032         * langhooks-def.h (lhd_incomplete_type_error): New.
9033         (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New.
9034         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
9035         * langhooks.c (lhd_incomplete_type_error): New.
9036         * langhooks.h (struct lang_hooks_for_types): New hook.
9037         * tree.c (size_in_bytes): Use new hook.
9038         * tree.h (incomplete_type_error): Remove.
9039 objc:
9040         * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
9041
9042 2002-04-18  Zack Weinberg  <zack@codesourcery.com>
9043
9044         * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
9045         TARGET_FLOAT_FORMAT blocks.
9046
9047 2002-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9048
9049         * doc/install.texi (Downloading the source): Do not mention Chill
9050         any longer, but mention Ada.
9051         (Configuration): Do not mention Chill any longer.
9052
9053 2002-04-18  Hans-Peter Nilsson  <hp@axis.com>
9054
9055         * config/cris/cris.h (TARGET_VERSION): Remove local version number.
9056
9057 Thu Apr 18 17:14:08 CEST 2002  Jan Hubicka  <jh@suse.cz>
9058
9059         * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution
9060         in last patch.
9061
9062 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9063
9064         * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
9065         instead of unsigned_type.
9066
9067 Thu Apr 18 15:49:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
9068
9069         * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.
9070         * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped
9071         later.
9072
9073 2002-04-18  Bernd Schmidt  <bernds@redhat.com>
9074
9075         * attribs.c (vector_type_node_list): New static variable.
9076         (handle_vector_size_attribute): Use it to avoid generating a
9077         new type node each time we are called.
9078
9079         * combine.c (subst): Avoid trying to make a vector mode subreg of
9080         an integer constant.
9081         (gen_lowpart_for_combine): Likewise.
9082
9083 2002-04-18  Roger Sayle  <roger@eyesopen.com>
9084             Jakub Jelinek  <jakub@redhat.com>
9085
9086         * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)
9087         for integer constant c (if x has unsigned type or sign bit is not
9088         set in c).  This folds the zero/sign extension into the bit-wise and
9089         operation.
9090
9091 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9092
9093         PR middle-end/6205
9094         * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2,
9095         otherwise xorps.
9096
9097 2002-04-17  NIIBE Yutaka  <gniibe@m17n.org>
9098
9099         * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
9100
9101 2002-04-17  Nick Clifton  <nickc@cambridge.redhat.com>
9102
9103         * gcc.c (read_specs): Detect and fail if an attempt is made to
9104         rename a spec string to an already existing string.
9105
9106 2002-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
9107
9108         * config/s390/s390.c (legitimize_pic_address): Do not generate
9109         illegal address constant without CONST.
9110
9111 2002-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9112
9113         * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
9114         * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
9115
9116 2002-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
9117
9118         PR optimization/6305
9119         * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
9120         to make sure previous reloads are taken into account.  Generate
9121         better code if one operand is an in-range immediate constant.
9122
9123 2002-04-16  Andrew Haley  <aph@cambridge.redhat.com>
9124
9125         * doc/install.texi (Building): libgcj requires GNU make.
9126
9127 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
9128
9129         PR bootstrap/6315
9130         * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
9131         even if hard quad and register is not floating.
9132         (movtf reg<-mem split): Disallow splitting if hard quad and
9133         register is floating.
9134         (movtf mem<-reg split): Likewise.
9135         * config/sparc/sparc.c (fp_register_operand): New predicate.
9136         * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.
9137
9138 2002-04-17  Zack Weinberg  <zack@codesourcery.com>
9139
9140         * Makefile.in (PROTO_OBJS): Add cppdefault.o.
9141         (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
9142         (unprotoize.o): Ditto.  Build from protoize.c.  Define
9143         UNPROTOIZE on command line.
9144         * protoize.c: Include cppdefault.h.  Delete include_defaults.
9145         (in_system_include_dir): Use cpp_include_defaults (defined in
9146         cppdefault.o).
9147         * unprotoize.c: Delete file.
9148
9149 2002-04-17  Aldy Hernandez  <aldyh@redhat.com>
9150
9151         * config/rs6000/altivec.h (vec_ld): Add array variants.
9152         (vec_lde): Same.
9153         (vec_ldl): Same.
9154
9155 2002-04-17  Alan Matsuoka  <alanm@redhat.com>
9156             Aldy Hernandez <aldyh@redhat.com>
9157
9158         * config/rs6000/altivec.h: Define __ALTIVEC__.
9159         (bool): New.
9160         (__pixel): New.
9161         (pixel): New.
9162         (vec_cfux): New.
9163         (vec_vmaddfp): New.
9164         (vec_vsldoi): New.
9165         Add parentheses to all macro arguments.
9166
9167 2002-04-16  Richard Henderson  <rth@redhat.com>
9168
9169         PR c++/6320
9170         * except.c (remove_eh_handler): Insert inner regions at beginning
9171         of sibling chain.  Refactor expressions.
9172
9173 2002-04-16  Richard Henderson  <rth@redhat.com>
9174
9175         * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
9176         * config/sparc/sol2-gas-bi.h: New file.
9177         * config.gcc (sparc*-solaris): Add it as needed.
9178         * configure.in (AS_SPARC64_FLAG): Remove check.
9179         * config.in, configure: Regenerate.
9180
9181         * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
9182
9183 2002-04-16  Richard Henderson  <rth@redhat.com>
9184
9185         * config/mips/mips.c (override_options): Don't override N32 for
9186         a 64-bit ISA.
9187
9188         PR 6202
9189         * config/mips/mips.md (can_delay): Split out of existing define_delays.
9190         (HILO_delay): Set can_delay false.
9191
9192 2002-04-16  Dale Johannesen <dalej@apple.com>
9193
9194         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
9195         instruction addresses.
9196         (rs6000_output_function_epilogue): Likewise.
9197
9198 2002-04-16  Paolo Carlini  <pcarlini@unitus.it>
9199
9200         * c-parse.in (poplevel, compstmt_start,
9201         compstmt_primary_start): Add ending ';', in accordance
9202         with POSIX.
9203
9204 2002-04-16  Richard Henderson  <rth@redhat.com>
9205
9206         * config.gcc (sparcv9-solaris): Configure for 64-bit default.
9207         Adjust tm_file order to get TARGET_DEFAULT set properly.
9208         (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
9209         * doc/install.texi (sparc-solaris): Update.
9210
9211 2002-04-16  Dale Johannesen <dalej@apple.com>
9212
9213         * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
9214         comparison operands do not match each other or if modes of
9215         conditions do not match result.
9216
9217 2002-04-16  Hartmut Penner <hpenner@de.ibm.com>
9218
9219         PR target/6305
9220         * config/s390/s390.md (mulsidi3): Set both subregs of the
9221         multiword register.
9222
9223 2002-04-16  Aldy Hernandez  <aldyh@redhat.com>
9224
9225         * config/rs6000/altivec.h (vec_addc): Type check.
9226
9227 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9228
9229         PR middle-end/6279
9230         * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
9231
9232         * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
9233
9234 2002-04-15  Richard Henderson  <rth@redhat.com>
9235
9236         * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
9237         call_really_used_regs too.
9238
9239 2002-04-15  Richard Henderson  <rth@redhat.com>
9240
9241         * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
9242
9243 2002-04-15  David S. Miller  <davem@redhat.com>
9244
9245         * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
9246         as being CLOBBERed.
9247
9248 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9249
9250         PR c/6290
9251         * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
9252         CONST_VECTOR is { 0, ... 0 }.
9253
9254 2002-04-15  Loren J. Rittle  <ljrittle@acm.org>
9255
9256         * doc/install.texi (Installing GCC: Configuration): Clarify
9257         the only supported ways to configure gcc.
9258
9259 2002-04-15  Roland McGrath  <roland@frob.com>
9260
9261         * config.gcc (alpha*-*-gnu*): New target configuration.
9262         * config/alpha/gnu.h: New file for it.
9263         * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.
9264
9265 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
9266
9267         * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
9268         * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
9269         * tree.h (expand_start_stmt_expr): Update prototype.
9270         * stmt.c (expand_start_stmt_expr): Add has_scope parameter.
9271         * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
9272         on the STMT_EXPR created for the inline function.
9273
9274 2002-04-15  Richard Henderson  <rth@redhat.com>
9275
9276         * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
9277         config/i386/linux-aout.h, config/i386/linux-oldld.h,
9278         config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
9279         config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
9280         config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
9281         config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
9282         config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
9283         Define __gnu_linux__, not gnu_linux.
9284         * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.
9285
9286 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9287
9288         Remove Chill front end.
9289         * gcc.c (default_compilers): Remove Chill entries.
9290         * ch: Remove directory.
9291         * doc/frontends.texi: Remove information about Chill.
9292         * doc/sourcebuild.texi: Likewise.
9293         * doc/standards.texi: Likewise.
9294
9295 2002-04-15  Douglas B Rupp  <rupp@gnat.com>
9296
9297         * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
9298         (LONGLONG_STANDALONE): Define.
9299
9300 2002-04-15  David S. Miller  <davem@redhat.com>
9301
9302         * config/sparc/sparc.c (sparc_emit_float_lib_cmp):
9303         Call emit_library_call with LCT_NORMAL.
9304         (sparc_initialize_trampoline): Use LCT_foo instead of
9305         magic constant in emit_library_call invocations.
9306         (sparc64_initialize_trampoline): Likewise.
9307         (sparc_profile_hook): Likewise.
9308         * config/sparc/sparc.md: Likewise.
9309
9310         * config/sparc/sparc.c (sparc_extra_constraint_check):
9311         Fix type of argument 'c'.
9312         * config/sparc/sparc-protos.h (sparc_extra_constraint_check):
9313         Likewise.
9314
9315 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9316
9317         * diagnostic.h (output_buffer_state): Redefine.
9318         (output_format_decoder): New macro.
9319         (output_prefixing_rule): Likewise.
9320         (output_line_cutoff): Likewise.
9321         (diagnostic_format_decoder): Adjust.
9322         (diagnostic_prefixing_rule): Likewise.
9323         (diagnostic_line_cutoff): Likewise.
9324         (diagnostic_state): Likewise.
9325         (diagnostic_kind_count): Likewise.
9326         (diagnostic_buffer): Now a macro.
9327
9328         * diagnostic.c (diagnostic_buffer): Remove definition.
9329         (output_is_line_wrapping): Adjust.
9330         (set_real_maximum_length): Likewise.
9331         (output_set_maximum_length): Likewise.
9332         (init_output_buffer): Likewise.
9333         (lhd_print_error_function): Likewise.
9334         (output_do_verbatim): Likewise.
9335
9336 2002-04-14  Neil Booth  <neil@daikokuya.demon.co.uk>
9337
9338         * cpperror.c (print_location): Don't print include chain
9339         if line == 0.
9340         (cpp_begin_message): Update to use DL_ macros.
9341         (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
9342         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
9343         cpp_notice, cpp_notice_from_errno): Remove.
9344         (cpp_error, cpp_error_with_line): Update to take a diagnostic
9345         level.
9346         (cpp_errno): New.
9347         * cppexp.c (CPP_ICE): Remove.
9348         (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
9349         lex, integer_overflow, _cpp_parse_expr): Update.
9350         * cppfiles.c (read_include_file, find_include_file,
9351         handle_missing_header, _cpp_read_file, remap_filename): Update.
9352         * cpphash.h (enum error_type): Remove.
9353         (_cpp_begin_message): Update.
9354         * cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
9355         cpp_handle_option, cpp_post_options): Update.
9356         * cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
9357         skip_whitespace, parse_identifier, parse_slow, parse_string,
9358         _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
9359         cpp_interpret_charconst): Update.
9360         * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
9361         lex_macro_node, do_undef, glue_header_name, parse_include,
9362         do_include_common, read_flag, do_line, do_linemarker, do_ident,
9363         cpp_register_pragma, do_pragma_once, do_pragma_system_header,
9364         do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
9365         do_elif, do_endif, parse_answer, parse_assertion, do_assert,
9366         _cpp_pop_buffer, do_diagnostic): Update.
9367         * cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
9368         DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
9369         (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
9370         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
9371         cpp_notice, cpp_notice_from_errno): Remove.
9372         (cpp_error, cpp_error_with_line): Update to take a diagnostic
9373         level.
9374         (cpp_errno): New.
9375         * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
9376         collect_args, enter_macro_context, save_parameter, parse_params,
9377         _cpp_create_definition, check_trad_stringification,
9378         cpp_macro_definition): Update.
9379         * cppmain.c (cpp_preprocess_file): Update.
9380         * fix-header.c (read_scan_file): Update.
9381
9382 2002-04-14  Andreas Schwab  <schwab@suse.de>
9383
9384         * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
9385
9386 2002-04-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9387
9388         * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
9389
9390 2002-04-13  Mark Mitchell  <mark@codesourcery.com>
9391
9392         * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
9393         not gnu_hurd.
9394
9395 2002-04-13  Hans-Peter Nilsson  <hp@axis.com>
9396
9397         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
9398
9399 2002-04-13      Joel Sherrill <joel@OARcorp.com>
9400
9401         * config/sparc/t-elf: Enable v8 multilibs.  Impacts
9402         sparc-elf and sparc-rtems targets.
9403
9404 2002-04-13  Mark Mitchell  <mark@codesourcery.com>
9405
9406         * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
9407         defined, and __gnu_hurd__ wherever __GNU__ is defined.
9408         * arm/linux-elf.h: Likewise.
9409         * cris/aout.h: Likewise.
9410         * cris/linux.h: Likewise.
9411         * i370/linux.h: Likewise.
9412         * i386/gnu.h: Likewise.
9413         * i386/linux-aout.h: Likewise.
9414         * i386/linux-oldld.h: Likewise.
9415         * i386/linux.h: Likewise.
9416         * i386/linux64.h: Likewise.
9417         * ia64/linux.h: Likewise.
9418         * m68k/linux-aout.h: Likewise.
9419         * m68k/linux.h: Likewise.
9420         * mips/linux.h: Likewise.
9421         * pa/pa-linux.h: Likewise.
9422         * pj/linux.h: Likewise.
9423         * rs6000/sysv4.h: Likewise.
9424         * s390/linux.h: Likewise.
9425         * sh/linux.h: Likewise.
9426         * sparc/linux-aout.h: Likewise.
9427         * sparc/linux.h: Likewise.
9428         * sparc/linux64.h: Likewise.
9429         * xtensa/linux.h: Likewise.
9430
9431 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
9432
9433         * stmt.c (check_unique_operand_names): Expect operand names to
9434         be strings rather than identifiers.  Use simple_cst_equal to
9435         compare them.
9436         (resolve_operand_name_1): Make same identifier to string change here.
9437         * c-parse.in (asm_operand): Convert a named operand into a string.
9438         * cp/parse.y (asm_operand): Likewise.
9439
9440 2002-04-13  Andreas Schwab  <schwab@suse.de>
9441
9442         * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
9443
9444 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
9445
9446         Revert these changes:
9447
9448         2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9449
9450         PR c++/5571
9451         * stor-layout.c (layout_decl): Reset the RTL for the decl.
9452
9453 2002-04-12  Richard Henderson  <rth@redhat.com>
9454
9455         * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
9456         (sparc*-*-solaris): Clean up header files.
9457         * configure.in (AS_SPARC64_FLAG): Error out if can't find it
9458         and plan on generating 64-bit code.
9459         * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
9460         * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
9461         * config/sparc/sol2-sld-64.h: Rename ...
9462         * config/sparc/sol2-bi.h: ... here.  Remove the bits that checked
9463         for AS_SPARC64_FLAG not defined.
9464         * config/sparc/sol2-gld-bi.h: New.
9465         * config/sparc/sol2-sld.h: Remove.
9466         * config/sparc/sol26-sld.h: New.
9467         * config/sparc/sol2.h: Tidy comments.
9468         * doc/install.texi: Document sparc-solaris configury changes.
9469
9470 2002-04-12  Richard Henderson  <rth@redhat.com>
9471
9472         * recog.c (offsettable_address_p): Match the logic in adjust_address.
9473
9474         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
9475         in 64-bit mode only.  Use only for 32-bit or MEDLOW.
9476
9477 2002-04-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9478
9479         * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
9480
9481 Fri Apr 12 15:42:59 2002  Jeffrey A Law  (law@redhat.com)
9482
9483         * pa.c (pa_can_combine_p): Call extract_insn before calling
9484         constrain_operands.
9485
9486 2002-04-12  Douglas B Rupp  <rupp@gnat.com>
9487
9488         * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
9489         (TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
9490         (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
9491         (CPP_PREDEFINES): Handle __declspec.
9492         * config/i386/t-interix (USER_H): Remove.
9493
9494 2002-04-12  DJ Delorie  <dj@redhat.com>
9495
9496         * integrate.c (compare_blocks): Make comparisons safe for when
9497         sizeof(int) < sizeof(char *).
9498         (find_block): Likewise.
9499
9500 2002-04-12  Jan Hubicka  <jh@suse.cz>
9501             David Edelsohn  <edelsohn@gnu.org>
9502
9503         * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
9504         registers.
9505         (symbol_ref_operand): New.
9506         * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
9507         * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.
9508
9509 2002-04-12  Andreas Schwab  <schwab@suse.de>
9510
9511         * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
9512         * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
9513         overrides the definition in config/svr4.h.
9514
9515 2002-04-12      Eric Norum <eric.norum@usask.ca>
9516
9517         * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
9518         config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
9519         config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
9520         config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
9521         config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
9522         config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
9523         config/v850/rtems.h (*-rtems*): Cleanup pass to move common
9524         definitions to config/rtems.h and make the targets more similar.
9525
9526 Fri Apr 12 08:06:54 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9527
9528         * expr.c (expand_assigment): Remove duplicate conversions #ifdef
9529         POINTERS_EXTEND_UNSIGNED.
9530         (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
9531         (store_expr): Use TYPE_MODE (sizetype), not ptr_mode.
9532
9533         * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
9534         not specified.
9535
9536 Fri Apr 12 12:11:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
9537
9538         * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
9539         depends on TARGET_SHMEDIA, not TARGET_SH5.
9540
9541 2002-04-12  Hans-Peter Nilsson  <hp@bitrange.com>
9542
9543         * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
9544         For paradoxical (subreg VAR), replace VAR, don't try the subreg.
9545
9546 Fri Apr 12 10:51:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
9547
9548         * sh.c (broken_move): Constant 0. / 1. load is OK if there is
9549         no r0 clobber.
9550
9551 2002-04-12  Andreas Schwab  <schwab@suse.de>
9552
9553         * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
9554
9555 2002-04-12  Richard Henderson  <rth@redhat.com>
9556
9557         PR bootstrap/4191
9558         * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
9559
9560         * flow.c (mark_used_reg): Manage reg_cond_dead properly for
9561         modes spanning multiple hard regs.
9562
9563         * recog.c (peephole2_optimize): Rebuild jump labels as needed.
9564
9565 2002-04-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9566
9567         * pa.c (pa_output_function_prologue): Don't accumulate the total
9568         number of code bytes when using TARGET_64BIT, or gas, SOM and not
9569         the portable runtime.
9570         (output_deferred_plabels): Handle 64bit plabels.
9571         (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
9572         generating pic code using the GAS assembler for object formats that
9573         are not SOM (ie., ELF32 and ELF64).
9574         (output_millicode_call): Check attribute type if attribute length is 28.
9575         Likewise use $PIC_pcrel$0.  Only call get_attr_length and
9576         dbr_sequence_length once.
9577         (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
9578         dbr_sequence_length once.
9579         * pa.h (TARGET_SOM): Define if not defined.
9580         * pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
9581         with GAS and not SOM.
9582         (jump, call_internal_reg, call_value_internal_reg): Likewise.
9583         * som.h (OBJ_SOM): Rename to TARGET_SOM.  Undefine before defining.
9584
9585 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
9586
9587         * config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
9588         (DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
9589         (USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
9590         DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
9591         elfos.h and dbxelf.h values are fine now.
9592         * config/i386/freebsd.h, config/alpha/freebsd.h
9593         (DEFAULT_PCC_STRUCT_RETURN): Define to 0.
9594
9595 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
9596
9597         * config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
9598         or set Acpu or Amachine.  Reformat.
9599         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
9600         define.
9601         (LINK_SPEC): Do not need to undef.
9602         * config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
9603         * config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
9604         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
9605         define.
9606         * config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
9607         (ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
9608         (LINK_SPEC): Do not need to undef.
9609         (DONT_USE_BUILTIN_SETJMP): Do not define.
9610         * config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
9611         (CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine.  Remove -Dia64.
9612         (DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
9613         Remove trailing spaces.
9614         * config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
9615         __ELF__, or set Acpu or Amachine.  Reformat.
9616         (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
9617         define.
9618
9619 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
9620
9621         * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
9622         all other *-*-freebsd* targets.
9623
9624 2002-04-11  Richard Henderson  <rth@redhat.com>
9625
9626         * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
9627
9628 2002-04-11  David O'Brien  <obrien@FreeBSD.org>
9629
9630         * config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
9631         Include {cpu}/{cpu}.h thru tm_file.
9632         (alpha*-*-linux*ecoff): Remove target.
9633         * config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
9634         (LINK_SPEC): Remove, is not OS independent.
9635         * config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
9636         (LINK_SPEC): Do not need to #undef any longer.
9637         * config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
9638         any longer.
9639         * config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
9640         __ELF__.
9641         (LINK_SPEC): Moved here from alpha/elf.h.
9642         * config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
9643         SUB_CPP_PREDEFINES.
9644         * config/alpha/linux-ecoff.h: Remove.
9645         * config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
9646         (CPP_SPEC): Define _POSIX_SOURCE as needed.
9647         (CPP_SUBTARGET_SPEC): Do not define.
9648         (LINK_SPEC): Do not need to #undef any longer.
9649         * config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
9650         * config/alpha/vms.h: Likewise.
9651
9652 2002-04-11  Richard Sandiford  <rsandifo@redhat.com>
9653
9654         * doc/extend.texi: Remove old claim that typedefs cannot have
9655         an alignment attribute.
9656
9657 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9658
9659         PR optimization/6177
9660         * expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
9661         bitpos is 0 and bitsize CONCAT size.
9662
9663 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9664
9665         PR c/6223
9666         * combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.
9667
9668 2002-04-10  David O'Brien  <obrien@FreeBSD.org>
9669
9670         * config/alpha/freebsd.h: Minor reformatting.
9671         (CPP_SPEC): Define ELF and add cpp_subtarget.
9672         (ASM_SPEC): No longer needed.
9673
9674 2002-04-11  Richard Henderson  <rth@redhat.com>
9675
9676         * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
9677         (movdi_insn_sp32_v9): Likewise.  Only allow stx with aligned memory.
9678         (dimode mem/zero splitter): New.
9679
9680 2002-04-11  Hans-Peter Nilsson  <hp@axis.com>
9681
9682         * config/cris/cris.c (cris_override_options): Tweak error message
9683         for PIC not implemented.
9684
9685         * config/cris/cris.h: Tweak comments related to parameter-passing.
9686
9687         * t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.
9688
9689 2002-04-10  Richard Henderson  <rth@redhat.com>
9690
9691         * except.c (add_ehl_entry): Allow duplicates after landing pad
9692         creation.
9693
9694 2002-04-10  David Edelsohn  <edelsohn@gnu.org>
9695
9696         * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
9697
9698 2002-04-10  Toon Moene  <toon@moene.indiv.nluug.nl>
9699
9700         * c-decl.c (c_init_decl_processing): Move generation of
9701         decls for g77_integer_type_node and friends from here ...
9702         * c-common.c (c_common_nodes_and_builtins): ... to here.
9703
9704 2002-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
9705
9706         * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
9707         is only used as frame pointer when frame_pointer_needed is true.
9708
9709 2002-04-10  Richard Earnshaw  <rearnsha@arm.com>
9710
9711         PR target/817
9712         * arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
9713         for the fact that the pool entry uses two words.
9714         (movdf_hard_insn): Similarly.  Also, ADR instruction can span
9715         1k bytes.
9716         (movdf_soft_insn): Similarly.
9717         (movxf_hard_insn): Adjust neg_pool_range attribute to allow
9718         for the fact that the pool entry uses three words.
9719
9720 2002-04-10  Richard Sandiford  <rsandifo@redhat.com>
9721
9722         * config/mips/mips.c (mips_va_arg): When using the struct version
9723         of the EABI va_list, allow arguments in the register save area to
9724         take up less room than a stack argument.
9725
9726 2002-04-10  Richard Henderson  <rth@redhat.com>
9727
9728         * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
9729         if EXPAND_INITIALIZER.
9730
9731 2002-04-09  Richard Henderson  <rth@redhat.com>
9732
9733         * config/alpha/alpha.md (movdi_er_maybe_g): New.
9734         * config/alpha/alpha.c (alpha_expand_mov): Use it.
9735
9736 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
9737
9738         PR optimization/6233
9739         * rtlanal.c (pure_call_p): New function.
9740         * rtl.h (pure_call_p): Declare.
9741         * loop.c (prescan_loop): Use it to set has_nonconst_call.
9742         * gcse.c (store_killed_in_insn): Use pure_call_p here too.
9743
9744 2002-04-09  Eric Christopher  <echristo@redhat.com>
9745
9746         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
9747         information to .comm directive.
9748
9749 2002-04-09  Richard Henderson  <rth@redhat.com>
9750
9751         PR c/5078
9752         * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
9753
9754 2002-04-09  Richard Henderson  <rth@redhat.com>
9755
9756         * basic-block.h (flow_delete_block_noexpunge): Declare.
9757         (expunge_block_nocompact): Declare.
9758         * cfg.c (expunge_block_nocompact): Split out from ...
9759         (expunge_block): ... here.
9760         * cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
9761         (flow_delete_block_noexpunge): Split out from ...
9762         (flow_delete_block): ... here.
9763         * cfgcleanup.c (delete_unreachable_blocks): Compact while
9764         removing dead blocks.
9765         * except.c (exception_handler_labels): Remove.
9766         (exception_handler_label_map): New.
9767         (struct eh_region): Add aka member.
9768         (mark_ehl_map_entry, mark_ehl_map, free_region): New.
9769         (ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
9770         (for_each_eh_label, for_each_eh_label_1): New.
9771         (init_eh): Register exception_handler_label_map.
9772         (free_eh_status): Use free_region.
9773         (find_exception_handler_labels): Use the map, not the list.
9774         (remove_exception_handler_label): Likewise.
9775         (maybe_remove_eh_handler): Likewise.
9776         (remove_eh_handler): Use the region aka bitmap.
9777         * except.h (exception_handler_labels): Remove.
9778         (for_each_eh_label): Declare.
9779         * jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
9780         * loop.c (invalidate_loops_containing_label): New.
9781         (find_and_verify_loops): Use it.  Use for_each_eh_label.
9782         * sched-rgn.c (is_cfg_nonregular): Use
9783         current_function_has_exception_handlers.
9784
9785 2002-04-09  Richard Henderson  <rth@redhat.com>
9786
9787         * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
9788         sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
9789         Do not return changed status.
9790         (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
9791         sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
9792         New functions that do return changed status.
9793         * sbitmap.h: Update decls.
9794         * gcse.c, lcm.c: Use _cg functions as needed.
9795
9796 Tue Apr  9 19:15:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
9797
9798         * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
9799         (sh64-*-elf*, sh-*-rtemself*): Likewise.
9800         * config/sh/embed_bb.c: New file.
9801         * config/sh/embed-elf.h: New file.
9802         * sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
9803         if -m[12345]* option is given.  Don't use subtarget_cpp_ptr_spec.
9804         (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
9805         __PTRDIFF_TYPE__ .
9806         (SUBTARGET_CPP_PTR_SPEC): Don't define.
9807         (EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
9808         Add subtarget_asm_endian_spec.
9809         (ASM_SPEC): Use subtarget_asm_endian_spec.
9810         (SUBTARGET_ASM_ENDIAN_SPEC): Define.
9811         (RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
9812         (WCHAR_UNSIGNED): Define.
9813         (SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
9814         (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
9815         (ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
9816         Fix value.
9817         * sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
9818         (sh_adjust_cost): Likewise.
9819         sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
9820         __PTRDIFF_TYPE__ .
9821         (SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
9822         (WCHAR_TYPE_SIZE): Likewise.
9823         (ASM_SPEC): Use subtarget_asm_endian_spec.
9824         (SH_ELF_WCHAR_TYPE): #undef/ #define.
9825         (MAX_WCHAR_TYPE_SIZE): Don't #undef.
9826         * config/sh/elf.h (WCHAR_UNSIGNED): #undef .
9827         (MAX_WCHAR_TYPE_SIZE): Don't #define .
9828         (WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
9829         (USER_LABEL_PREFIX): Don't #undef /#define .
9830         (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
9831         * config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
9832         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
9833         (ASM_SPEC): Likewise.
9834         (SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
9835         (CC1_SPEC): don't supply -m3 for -m4*, -m5*.
9836         * t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
9837         (LIB2FUNCS_EXTRA): Define.
9838         * t-sh64 (LIB2FUNCS_EXTRA): Define.
9839         * config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
9840         (LIB1ASMFUNCS_CACHE): Define.
9841         (LIB2FUNCS_EXTRA): Redefine empty.
9842
9843 2002-04-08  Richard Henderson  <rth@redhat.com>
9844
9845         * reorg.c (get_branch_condition): Use reversed_comparison_code.
9846
9847 2002-04-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9848
9849         * config/m68hc11/larith.asm (__map_data_section): Fix condition
9850         and optimize for size.
9851         (__do_global_ctors): Fix pointer comparison.
9852         (__do_global_dtors): Likewise.
9853
9854 2002-04-09  David S. Miller  <davem@redhat.com>
9855
9856         * config/sparc/sparc.c (sparc_extra_constraint_check): New
9857         function, implementing EXTRA_CONSTRAINTS.  For memory constraints,
9858         allow reloading pseudos.
9859         * config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
9860         * config/sparc/sparc-protos.h: Declare it.
9861
9862         * config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
9863         unsigned comparison warning.
9864         (output_restore_regs): Mark leaf_function as unused.
9865
9866 Tue Apr  9 09:35:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9867
9868         * expr.c (is_aligning_offset): New function.
9869         (expand_expr, case COMPONENT_EXPR): Call it.
9870
9871 2002-04-08  David S. Miller  <davem@redhat.com>
9872
9873         PR target/6082
9874         * config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
9875
9876         Make init_priority work on Sparc when using GNU ld.
9877         * config/sparc/linux.h, config/sparc/linux64.h,
9878         config/sparc/netbsd-elf.h, config/sparc/freebsd.h
9879         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
9880         * config/sparc/sol2-gld.h: New file to do the same.
9881         * config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
9882         sparc/sol2-gld.h to tm_file.
9883
9884         PR optimization/4328
9885         * config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
9886         * doc/md.texi: Document it.
9887         * config/sparc/sparc.md (movdi_insn_sp64_novis,
9888         movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
9889         movdf_insn_v9only_vis, movdf_insn_sp64_novis,
9890         movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
9891         * config/sparc/sparc.c (mem_min_alignment): Fix comment.
9892
9893 2002-04-08  Andreas Jaeger  <aj@suse.de>
9894
9895         * stmt.c (expand_asm_operands): Revert last patch from Richard
9896         Henderson.
9897
9898 2002-04-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9899
9900         * doc/contrib.texi (Contributors): Add John David Anglin and Loren
9901         J. Rittle (the latter also to Testers).  Update David O'Brien's entry.
9902
9903 2002-04-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9904
9905         * doc/contrib.texi (Contributors): Add David O'Brien.
9906
9907 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
9908
9909         * configure.in (auto-build.h): Use target_alias and build_alias
9910         when running configure.
9911         (gcc_cv_as, gcc_cv_ld): Search install paths when build != host too.
9912         (gcc_cv_nm, gcc_cv_objdump): Set for build != host too.
9913         * configure: Regenerate.
9914
9915 2002-04-07  David S. Miller  <davem@redhat.com>
9916
9917         * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
9918
9919 2002-04-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9920
9921         PR 5933
9922         * pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
9923         generating 32-bit pic code.
9924
9925 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
9926
9927         * cppinit.c (cpp_create_reader): Initialize
9928         discard_comments_in_macro_exp.
9929         (COMMAND_LINE_OPTIONS): Add "-CC" option.
9930         (cpp_handle_option): Handle "-CC" option.
9931         * cpplex.c (save_comment): If saving a C++ comment in
9932         a directive, convert it to a C comment.
9933         (_cpp_lex_direct): Pass second comment start character to
9934         save_comment to indicate comment type.
9935         * cpplib.c (_cpp_handle_directive): If processing
9936         a "#define" directive and discard_comments_in_macro_exp
9937         is false,  re-enable saving of comments.
9938         (lex_macro_node): If discard_comments_in_macro_exp is false,
9939         discard any comments before the macro identifier.
9940         * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
9941         member.
9942         * cppmacro.c (cpp_get_token): If expanding a macro while
9943         processing a directive, discard any comments we might encounter.
9944         (parse_params): If discard_comments_in_macro_exp is false,
9945         ignore comments in the macro parameter list.
9946         * gcc.c (cpp_unique_options): Add "-CC" option.
9947         (option_map): Map "--comments-in-macros" to "-CC".
9948         * doc/cppopts.texi: Document "-CC" option.
9949         * f/lang-specs.h: Add "-CC" option.
9950         * testsuite/gcc.dg/cpp/maccom1.c: New test.
9951         * testsuite/gcc.dg/cpp/maccom2.c: New test.
9952         * testsuite/gcc.dg/cpp/maccom3.c: New test.
9953         * testsuite/gcc.dg/cpp/maccom4.c: New test.
9954         * testsuite/gcc.dg/cpp/maccom5.c: New test.
9955         * testsuite/gcc.dg/cpp/maccom6.c: New test.
9956
9957 2002-04-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9958
9959         PR middle-end/6180
9960         * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
9961
9962 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9963
9964         PR c++/5571
9965         * stor-layout.c (layout_decl): Reset the RTL for the decl.
9966
9967         PR opt/5120
9968         * sibcall.c (optimize_sibling_and_tail_recursive_call): Clear
9969         RTX_UNCHANGING_P for the functions arguments when a tail call
9970         is made.
9971
9972 2002-04-06  Jason Merrill  <jason@redhat.com>
9973
9974         * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
9975         (parse_options_and_default_flags): Set them appropriately.
9976         * c-common.c (c_common_post_options): Don't set flag_really_no_inline.
9977
9978 2002-04-06  Hans-Peter Nilsson  <hp@bitrange.com>
9979
9980         * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc
9981         here.
9982
9983         * config/mmix/mmix.h (INITIAL_ELIMINATION_OFFSET): Remove spurious
9984         semicolon.
9985
9986         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Variable-size
9987         types come in by-reference.  Fix typo in comment.
9988
9989 2002-04-05  David S. Miller  <davem@redhat.com>
9990
9991         * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.
9992         * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos,
9993         sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*,
9994         {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file.
9995
9996 2002-04-05  David S. Miller  <davem@redhat.com>
9997
9998         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): If we
9999         are not going to emit return instructions, emit at least a nop
10000         for the sake of sane backtraces.
10001
10002 2002-04-05  Richard Henderson  <rth@redhat.com>
10003
10004         * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
10005
10006 2002-04-05  Jakub Jeilnek  <jakub@redhat.com>
10007
10008         * mklibgcc.in: Use $tmpmapfile, not tmp-$@.
10009
10010 2002-04-05  Alexandre Oliva  <aoliva@redhat.com>
10011
10012         * config/mips/mips.h (ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE,
10013         ISA_HAS_FP4, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
10014         ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Disable if TARGET_MIPS16.
10015
10016 2002-04-05  Andreas Schwab  <schwab@suse.de>
10017
10018         * c-convert.c: Include c-common.h.
10019         * Makefile.in (c-convert.o): Updated.
10020
10021 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
10022
10023         * mklibgcc.in: Use separate libgcc.map for each multilib.
10024         * Makefile.in (distclean): Don't remove libgcc.map here.
10025
10026 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
10027
10028         * Makefile.in (s-mlib): Handle --disable-multilib by separate
10029         genmultilib invocation.
10030
10031 2002-04-04  Richard Sandiford  <rsandifo@redhat.com>
10032
10033         * config/mips/mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs
10034         to avoid clash with Irix header file sys/ucontext.h.  Rename gp_regs
10035         to num_gprs for symmetry.
10036         * config/mips/mips.c: Adjust accordingly.
10037
10038 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10039
10040         * c-common.c (truthvalue_conversion): Rename, update.
10041         * c-common.h (c_common_truthvalue_conversion): New.
10042         * c-convert.c (convert): Update.
10043         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
10044         * c-parse.in (expr_no_commas, if_prefix, select_or_iter_stmt): Update.
10045         * c-typeck.c (build_binary_op, build_unary_op,
10046         build_conditional_expr): Update.
10047         * fold-const.c (constant_boolean_node, fold): Use langhook.
10048         * langhooks-def.h (LANGHOOK_INITIALIZER): Update.
10049         * langhooks.h (struct lang_hooks): New hook.
10050         * stmt.c (expand_decl_cleanup): Use langhook.
10051         * tree.h (truthvalue_conversion): Remove.
10052 objc:
10053         * objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
10054
10055 2002-04-05  Alan Modra  <amodra@bigpond.net.au>
10056
10057         * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
10058         Add rules to make null object file.
10059
10060 2002-04-04  Jim Blandy  <jimb@redhat.com>
10061
10062         * cppmacro.c (cpp_macro_definition): Do not emit spaces after
10063         macro formal parameter names.
10064
10065 2002-04-04  David S. Miller  <davem@redhat.com>
10066
10067         * calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.
10068
10069 2002-04-04  Richard Henderson  <rth@redhat.com>
10070
10071         PR middle-end/5099
10072         * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
10073         Support copies into and out of memory.  Don't accept allows_reg
10074         and allows_mem as gospel.
10075
10076 2002-04-04  Richard Henderson  <rth@redhat.com>
10077
10078         PR opt/6165
10079         * alias.c (true_dependence): Force (mem:blk (scratch)) to conflict.
10080         (write_dependence_p): Likewise.
10081
10082 2002-04-04  Richard Henderson  <rth@redhat.com>
10083
10084         * predict.c (estimate_bb_frequencies): Do frequency calculation
10085         with a volatile temporary.
10086
10087 2002-04-04  Ulrich Weigand  <uweigand@de.ibm.com>
10088
10089         * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
10090
10091 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10092
10093         PR c++/6119
10094         * final.c (final_start_function): Don't bump profile_label_no here...
10095         (final_end_function): ...but here.
10096
10097 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10098
10099         * config/sparc/sparc.md (pic): New attribute.
10100         (do_builtin_setjmp_setup): Save %fp, %i7 and %l7 for TARGET_V9
10101         into stack slots.
10102         (split after do_builtin_setjmp_setup): New.
10103
10104 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10105
10106         PR fortran/6106
10107         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
10108         change.
10109
10110 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10111
10112         * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
10113         UNITS_PER_WORD for zero sized aggregates.
10114
10115 2002-04-03  David S. Miller  <davem@redhat.com>
10116
10117         * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new
10118         one-character spec for this, just use %(link_gcc_c_sequence).
10119
10120 2002-04-03  David S. Miller  <davem@redhat.com>
10121
10122         * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
10123         handling.
10124
10125 2002-04-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10126
10127         * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
10128         (DWARF_FRAME_RETURN_COLUMN): Move.
10129         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
10130         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Define.
10131         * pa.c (except.h, predict.h): Include.
10132         (FRP): Delete.
10133         (store_reg_modify, set_reg_plus_d): Revise prototypes.
10134         (output_ascii): Add cast.
10135         (store_reg_modify): Revise to add frame notes.
10136         (set_reg_plus_d): Likewise.
10137         (compute_frame_size): Include space for eh data registers in frame if
10138         the current function calls eh_return.
10139         (hppa_expand_prologue):  Ensure register %r2 is saved if the current
10140         function calls eh_return.  Save eh data registers if the current
10141         function calls eh_return.  Fix code to add frame notes.  Emit
10142         blockage to prevent insns with frame notes being scheduled in the
10143         delay slot of calls.
10144         (hppa_expand_epilogue): Restore eh data registers and do final stack
10145         adjustment if the current function calls eh_return.  Don't add frame
10146         notes.
10147         (output_call): Revise for change in length of call insn.  Don't do
10148         return pointer adjustment for an unconditional jump in the delay slot
10149         of a call when using frame notes.
10150         * pa.h (EH_RETURN_DATA_REGNO): Revise for TARGET_64BIT compatibility.
10151         (EH_RETURN_HANDLER_RTX): Use saved value on stack.
10152         (ARG_POINTER_CFA_OFFSET): Define.
10153         * pa.md (return_external_pic): New pattern.
10154         (prologue): Correct formatting.  Use return_external_pic if current
10155         function calls eh_return.
10156         (call_internal_symref, call_value_internal_symref,
10157         sibcall_internal_symref, sibcall_value_internal_symref): Change default
10158         lengths of short, long non-pic, and long pic calls to 8, 68, and 84,
10159         respectively.
10160         (exception_receiver): Use hppa_pic_save_rtx () to restore pic register.
10161
10162         * configure.in ("assembler dwarf2 debug_line support"): Add hppa*-*-* to
10163         list of targets to check using "nop" insn.
10164         * configure: Rebuilt.
10165
10166 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
10167
10168         * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.
10169
10170 2002-04-03  David S. Miller  <davem@redhat.com>
10171
10172         * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
10173         library sequence passed to the linker.
10174         (LINK_COMMAND_SPEC): Use it.
10175         * doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
10176         a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
10177         * config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
10178
10179 2002-04-03  Jason Merrill  <jason@redhat.com>
10180
10181         * except.c (struct eh_status): Remove protect_list.
10182         (begin_protect_partials, end_protect_partials): Remove.
10183         (add_partial_entry): Remove.
10184         * except.h: Remove prototypes.
10185
10186         * expr.c (expand_expr) [WITH_CLEANUP_EXPR, TARGET_EXPR]: Use
10187         expand_decl_cleanup_eh.
10188
10189         PR c++/5636
10190         * tree.h (CLEANUP_EH_ONLY): New macro.
10191         * stmt.c (expand_decl_cleanup_eh): New fn.
10192         (expand_cleanups): Check CLEANUP_EH_ONLY.
10193         * c-semantics.c (genrtl_decl_cleanup): Just take the CLEANUP_STMT.
10194         Use expand_decl_cleanup_eh.
10195         (expand_stmt): Adjust.
10196         * c-common.h: Adjust prototype.
10197
10198 2002-04-04  Hans-Peter Nilsson  <hp@axis.com>
10199
10200         * config/cris/cris.c (cris_target_asm_function_prologue): Cast
10201         uses of PIC_OFFSET_TABLE_REGNUM to int to silence warnings.
10202         (cris_target_asm_function_epilogue): Ditto.
10203         (cris_initial_frame_pointer_offset): Ditto.
10204         (cris_simple_epilogue): Ditto.
10205         (cris_expand_builtin_va_arg): Variable-size types come in
10206         by-reference.
10207
10208 2002-04-03  David S. Miller  <davem@redhat.com>
10209
10210         * config/sparc/crtfastmath.c (FPRS_NS): Get it right for
10211         little-endian.
10212         (set_fast_math): Correct 'fsr' type.
10213
10214 2002-04-03  Richard Henderson  <rth@redhat.com>
10215
10216         PR opt/3569
10217         * langhooks.h (lang_hooks.decls.warn_unused_global): New.
10218         * toplev.c (check_global_declarations): Use it.
10219         * langhooks-def.h (lhd_warn_unused_global_decl): Declare.
10220         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
10221         (LANG_HOOKS_DECLS): Add it.
10222         * langhooks.c (lhd_warn_unused_global_decl): New.
10223         * c-decl.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
10224         * c-objc-common.c (c_warn_unused_global_decl): New.
10225         * c-tree.h (c_warn_unused_global_decl): Declare.
10226         * objc/objc-lang.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
10227
10228 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
10229
10230         * langhooks-def.h (lhd_set_decl_assembler_name,
10231         LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
10232         (LANG_HOOKS_INITIALIZER): Update.
10233         * langhooks.c (lhd_set_decl_assembler_name): New, from tree.c
10234         * langhooks.h (struct lang_hooks): New hook.
10235         * tree.c (set_decl_assembler_name): Move to langhooks.c.
10236         (lang_set_decl_assembler_name): Remove.
10237         (init_obstacks): Don't set hook.
10238         (decl_assembler_name): New function.
10239         * tree.h (DECL_ASSEMBLER_NAME): Turn into a function call.
10240         (decl_assembler_name): New.
10241         (lang_set_decl_assembler_name): Remove.
10242
10243 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
10244
10245         * configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
10246         works properly with .hidden symbols.
10247         * configure: Rebuilt.
10248         * config.in: Rebuilt.
10249         * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
10250         DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
10251         properly with .hidden symbols.
10252
10253 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
10254
10255         PR middle-end/6102
10256         * df.c (df_insn_refs_record): Use XEXP not SET_DEST to access
10257         USE argument.
10258
10259 2002-04-03  Richard Henderson  <rth@redhat.com>
10260
10261         PR opt/4120
10262         * sched-rgn.c (sets_likely_spilled): New.
10263         (sets_likely_spilled_1): New.
10264         (add_branch_dependences): Use it.
10265
10266 2002-04-02  Richard Henderson  <rth@redhat.com>
10267
10268         PR opt/4311
10269         * loop.h (LOOP_FIRST_PASS): New.
10270         * loop.c (strength_reduce): Mind it when deciding to unroll.
10271         * toplev.c (rest_of_compilation): Set it.
10272
10273 2002-04-02  David S. Miller  <davem@redhat.com>
10274
10275         * config/sparc/sparc.md (ldd peephole2s): Fix final arg to
10276         mems_ok_for_ldd_peep when the order of the loads being examined
10277         is reversed.
10278         * config/sparc/sparc.c (mems_ok_for_ldd_peep): Expand upon
10279         existing comment to increase comprehension of this situation.
10280
10281 2002-04-02  Zack Weinberg  <zack@codesourcery.com>
10282
10283         * config/sh/sh.md: Don't use union real_extract.
10284
10285 2002-04-02  Richard Henderson  <rth@redhat.com>
10286
10287         * libgcc2.c (__bb_exit_func): Revert 03-31 change.
10288
10289 2002-04-02  David O'Brien  <obrien@FreeBSD.org>
10290
10291         * config.gcc (i386-dg-dgux, i386-go32-msdos , i386-go32-rtems,
10292         i386-ibm-aix, i386-moss-msdos, i386-ncr-sysv4, i386-next-,
10293         i386-pc-msdosdjgpp, i386-sequent-bsd, i386-sequent-ptx1,
10294         i386-sequent-ptx2, i386-sequent-ptx4, i386-sun-sunos,
10295         i386-wrs-vxworks, i386-*-aout, i386-*-beoself, i386-*-bsd,
10296         i386-*-bsdi, i386-*-chorusos, i386-*-coff, i386-*-elf,
10297         i386-*-freebsd5, i386-*-freebsd-aout, i386-*-gnu, i386-*-interix,
10298         i386-*-interix3, i386-*-isc, i386-*-linux, i386-*-linuxaout,
10299         i386-*-linuxoldld, i386-*-lynxos, i386-*-mach, i386-*-mingw32,
10300         i386-*-netbsd, i386-*-netbsdelf, i386-*-netware, i386-*-openbsd,
10301         i386-*-osf1, i386-*-osfrose, i386-*-pe , i386-*-rtems,
10302         i386-*-rtemscoff, i386-*-sco3.2v5, i386-*-solaris2, i386-*-sysv,
10303         i386-*-sysv4, i386-*-sysv5, i386-*-udk, i386-*-uwin, i386-*-vsta,
10304         i386-*-win32, x86_64-*-freebsd5, x86_64-*-linux, x86_64-*-netbsd):
10305         Include as many configury headers via tm_file as possible.  This
10306         includes among others i386/unix.h, i386/bsd.h, i386/gas.h.
10307         * config/openbsd-oldgas.h: New file.
10308         * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/att.h,
10309         config/i386/bsd.h, config/i386/djgpp.h, config/i386/freebsd-aout.h,
10310         config/i386/gas.h, config/i386/gstabs.h, config/i386/i386-aout.h,
10311         config/i386/i386-coff.h, config/i386/i386-interix.h,
10312         config/i386/iscdbx.h, config/i386/linux-aout.h,
10313         config/i386/linux-oldld.h, config/i386/lynx-ng.h, config/i386/lynx.h,
10314         config/i386/mach.h, config/i386/netbsd.h, config/i386/next.h,
10315         config/i386/openbsd.h, config/i386/osfelf.h, config/i386/osfrose.h,
10316         config/i386/sco5.h, config/i386/seq-gas.h, config/i386/seq-sysv3.h,
10317         config/i386/seq2-sysv3.h, config/i386/sequent.h, config/i386/sun.h,
10318         config/i386/sun386.h, config/i386/svr3dbx.h, config/i386/svr3gas.h,
10319         config/i386/sysv3.h, config/i386/uwin.h, config/i386/vsta.h,
10320         config/i386/vxi386.h: Do not directly include configury headers.
10321         * config/i386/cygwin.h, config/i386/djgpp.h, config/i386/win32.h:
10322         Directly include configury headers that are no longer automatically
10323         included by the above headers.
10324         * config/i386/att.h, config/i386/bsd.h (TARGET_VERSION): Do not define.
10325         * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/cygwin.h,
10326         config/i386/djgpp.h, config/i386/i386-aout.h, config/i386/i386-coff.h,
10327         config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mach.h,
10328         config/i386/netbsd.h, config/i386/openbsd.h, config/i386/rtems.h,
10329         config/i386/seq-sysv3.h, config/i386/sequent.h, config/i386/svr3gas.h,
10330         config/i386/sysv3.h, config/i386/vsta.h, config/i386/vxi386.h
10331         (TARGET_VERSION): Define.
10332         * config/i386/beos-elf.h, config/i386/freebsd.h,
10333         config/i386/i386-interix.h, config/i386/i386elf.h, config/i386/linux.h,
10334         config/i386/linux64.h, config/i386/netbsd-elf.h, config/i386/netbsd64.h,
10335         config/i386/osfelf.h, config/i386/osfrose.h, config/i386/ptx4-i.h,
10336         config/i386/sco5.h, config/i386/sysv4.h
10337         (TARGET_VERSION): Do not need to protect.
10338         * config/i386/freebsd64.h (TARGET_VERSION): Fix style.
10339         * config/i386/386bsd.h, config/i386/cygwin.h, config/i386/djgpp.h,
10340         config/i386/freebsd-aout.h, config/i386/i386-aout.h,
10341         config/i386/i386-interix.h, config/i386/linux-aout.h,
10342         config/i386/linux-oldld.h, config/i386/mach.h, config/i386/netbsd.h,
10343         config/i386/openbsd.h, config/i386/vsta.h, config/i386/win32.h
10344         (YES_UNDERSCORES): Do not define - not needed.
10345         * config/i386/bsd.h, config/i386/gas.h (LPREFIX,
10346         ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
10347         USER_LABEL_PREFIX): Do not handle the "NO_UNDERSCORES" case.
10348         * config/i386/i386-coff.h, config/i386/lynx.h, config/i386/lynx-ng.h
10349         (LPREFIX, ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
10350         USER_LABEL_PREFIX): Define. (handles the "NO_UNDERSCORES" case)
10351         * config/i386/isc.h: Preserve comment from config/i386/isccoff.h.
10352         * config/i386/isccoff.h, config/i386/v3gas.h: Remove.
10353
10354 2002-04-02  Eric Botcazou  <ebotcazou@multimania.com>
10355             Richard Henderson  <rth@redhat.com>
10356
10357         PR c/5484
10358         * function.c (assign_temp): Accept either type or decl argument.
10359         Detect variables whose size is too large to fit into an integer.
10360         * stmt.c (expand_decl): Pass the decl, not the type.
10361
10362 2002-04-02  David O'Brien  <obrien@FreeBSD.org>
10363
10364         * protoize.c: Match include directory usage with cppdefault.c.
10365
10366 2002-04-03  Jeffrey A Law  (law@redhat.com)
10367             Hans-Peter Nilsson  <hp@bitrange.com>
10368
10369         * combine.c (simplify_comparison): Avoid narrowing a comparison
10370         with a paradoxical subreg when doing so would drop signficant bits.
10371
10372 2002-04-02  Steve Ellcey  <sje@cup.hp.com>
10373
10374         * builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
10375         if POINTERS_EXTEND_UNSIGNED is defined.
10376
10377 2002-04-02  Richard Henderson  <rth@redhat.com>
10378
10379         PR opt/3967
10380         * local-alloc.c (contains_replace_regs): LO_SUM may contain
10381         replace regs.
10382
10383 2002-04-02  Richard Henderson  <rth@redhat.com>
10384
10385         * doc/standards.texi: Document required freestanding libc entry points.
10386
10387 2002-04-02  Alan Modra  <amodra@bigpond.net.au>
10388
10389         * config/rs6000/rs6000.md (ctrdi*): Add FPR constraint and
10390         associated splitter.  Remove MQ constraint.
10391         (ctrdi_internal4): Correct CCmode clobber.
10392
10393 2002-04-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10394
10395         * milli64.S ($$dyncall): New function.
10396         * t-linux (LIB1ASMFUNCS): Revise module list.
10397         (LIB1ASMSRC): Use pa/milli64.S.
10398
10399 2002-04-02  Richard Henderson  <rth@redhat.com>
10400
10401         * fixinc/inclhack.def (AAB_solaris_sys_varargs_h): Move and
10402         rename solaris_sys_varargs_h.
10403
10404 Tue Apr  2 06:47:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10405
10406         * stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
10407         the same mode as its component.
10408
10409 2002-04-02  Richard Henderson  <rth@redhat.com>
10410
10411         PR opt/190
10412         * final.c (this_is_asm_operands): Export.
10413         * output.h (this_is_asm_operands): Declare.
10414         * config/i386/i386.c (print_operand): Error odd asm operands.
10415
10416 2002-04-02  Richard Henderson  <rth@redhat.com>
10417
10418         PR opt/420
10419         * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.
10420
10421 2002-04-01  Richard Henderson  <rth@redhat.com>
10422
10423         PR target/1538
10424         * fixinc/inclhack.def (solaris_sys_varargs_h): New.
10425         * fixinc/fixincl.x: Rebuild.
10426
10427 2002-04-01  Richard Henderson  <rth@redhat.com>
10428
10429         * config/ia64/unwind-ia64.c: Include ia64intrin.h.
10430         (atomic_alloc, atomic_free): New.
10431         (SIZE, MASK_FOR, PTR_IN): New.
10432         (emergency_reg_state, emergency_reg_state_free): New.
10433         (emergency_labeled_state, emergency_labeled_state_free): New.
10434         (reg_state_alloced, labeled_state_alloced): New.
10435         (alloc_reg_state, free_reg_state): New.
10436         (alloc_label_state, free_label_state, free_label_states): New.
10437         (push, pop, dup_state_stack, free_state_stack): Use them.
10438         (desc_label_state): Likewise.
10439         (uw_frame_state_for): Free label states and state stack.
10440         (uw_update_reg_address): Eliminate warnings.
10441
10442 2002-04-01  Vladimir Makarov  <vmakarov@redhat.com>
10443
10444         * config/pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON,
10445         ASM_OUTPUT_ALIGNED_LOCAL): Redefine them.
10446
10447 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10448
10449         * c-decl.c (grokdeclarator): Update.
10450         * c-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
10451         * c-tree.h (c_mark_addressable): New.
10452         * c-typeck.c (default_function_array_conversion, build_unary_op,
10453         build_array_ref, convert_for_assignment): Update.
10454         (mark_addressable): Rename.
10455         * calls.c (try_to_integrate, expand_call): Use langhook.
10456         * expr.c (expand_expr): Use langhook.
10457         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Update.
10458         * langhooks.h (struct lang_hooks): New hook.
10459         * stmt.c (expand_asm_operands): Use langhook.
10460         * tree.h (mark_addressable): Remove.
10461 objc:
10462         * objc-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
10463
10464 2002-04-01  Bob Wilson  <bob.wilson@acm.org>
10465
10466         * config/xtensa/xtensa.c (xtensa_va_arg): Fix compiler warning
10467         in previous change.
10468
10469 2002-04-01  Bob Wilson  <bob.wilson@acm.org>
10470
10471         * config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
10472         for which MUST_PASS_IN_STACK is true (e.g., variable-sized types).
10473
10474 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10475
10476         * c-common.c (unsigned_conversion_warning, convert_and_check,
10477         unsigned_type, signed_type, shorten_compare,
10478         c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
10479         (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
10480         * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
10481         New.
10482         * c-decl.c (grokdeclarator): Update.
10483         * c-format.c (check_format_types): Update.
10484         * c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
10485         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
10486         * c-typeck.c (build_binary_op, convert_for_assignment): Update.
10487         * convert.c (convert_to_integer): Use new hooks.
10488         * expmed.c (make_tree): Use new hooks.
10489         * expr.c (store_expr): Use new hooks.
10490         * fold-const.c (operand_equal_for_comparison_p, build_range_check,
10491         all_ones_mask_p, unextend, fold): Use new hooks.
10492         * langhooks.h (struct lang_hooks_for_types): New hooks.
10493         * tree.h (signed_or_unsigned_type, signed_type,
10494         unsigned_type): Remove.
10495 objc:
10496         * objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
10497         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
10498
10499 2002-03-31  Richard Henderson  <rth@redhat.com>
10500
10501         * config/ia64/unwind-ia64.c (alloc_spill_area): Fix offset.
10502         (desc_frgr_mem): Fix reference to f16-f31.
10503
10504 2002-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10505
10506         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
10507         RTVEC_ELT): Const-ify.
10508         * varray.h (VARRAY_CHECK): Const-ify.
10509         * ggc.h (ggc_mark_rtx, ggc_mark_tree, ggc_mark_nonnull_tree,
10510         ggc_mark_rtvec, ggc_mark): Const-ify.
10511
10512 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10513
10514         * diagnostic.c: Include langhooks-def.h.
10515         * Makefile.in (diagnostic.o): Update.
10516
10517 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10518
10519         * c-common.c (c_unsafe_for_reeval): Rename.
10520         * c-common.h (c_unsafe_for_reeval): Rename.
10521         * c-decl.c (finish_incomplete_decl): Rename.
10522         (c_init_decl_processing): Don't set langhook.
10523         * c-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
10524         LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
10525         * c-objc-common.c (c_objc_common_init): Don't set langhook.
10526         * c-tree.h (finish_incomplete_decl): Rename.
10527         * langhooks-def.h (lhd_unsafe_for_reeval): New.
10528         (LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
10529         (LANG_HOOKS_INITIALIZER): Update.
10530         * langhooks.c (lhd_unsafe_For_reeval): New.
10531         * langhooks.h (struct langhooks): New hooks.
10532         * toplev.c (incomplete_decl_finalize_hook): Remove.
10533         (wrapup_global_declarations): Update.
10534         * tree.c (lang_unsafe_for_reeval): Remove.
10535         (unsafe_for_reeval): Update.
10536         * tree.h (lang_unsafe_for_reeval, incomplete_decl_finalize_hook):
10537         Remove.
10538 objc:
10539         * objc-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
10540         LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
10541
10542 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10543
10544         * diagnostic.c (print_error_function): Remove.
10545         (default_print_error_function): Rename.
10546         (report_error_function): Update.
10547         * diagnostic.h (print_error_function): Remove.
10548         (default_print_error_function): Remove.
10549         * langhooks-def.h (struct diagnostic_context): Predeclare.
10550         (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
10551         (LANG_HOOKS_INITIALIZER): Update.
10552         * langhooks.h (struct diagnostic context): Predeclare.
10553         (struct lang_hooks): New hook.
10554
10555 2002-03-31  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10556
10557         * config/rs6000/rs6000.h (RS6000_PIC_OFFSET_TABLE_REGNUM): New.
10558         (PIC_OFFSET_TABLE_REGNUM): Use it and return INVALID_REGNUM if
10559         !flag_pic.
10560         (CONDITIONAL_REGISTER_USAGE): Adjust accordingly.
10561         * config/rs6000/rs6000.h: Use RS6000_PIC_OFFSET_TABLE_REGNUM instead
10562         of PIC_OFFSET_TABLE_REGNUM thruout.
10563         * config/rs6000/rs6000.md: Likewise.
10564         * config/rs6000/darwin.h: Likewise.
10565
10566 Sun Mar 31 14:43:24 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10567
10568         * emit-rtl.c (adjust_address_1, offset_address): Cast value to
10569         unsigned HOST_WIDE_INT, not unsigned int.
10570
10571 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
10572
10573         PR middle-end/6096, middle-end/6098, middle-end/6099
10574         * reorg.c (emit_delay_sequence): Only increment LABEL_NUSES for
10575         CODE_LABELs.
10576         (fill_slots_from_thread): Likewise.
10577
10578 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
10579
10580         * config/sparc/sparc.c (function_arg_record_value_1): Pass complex
10581         floating fields in float regs.
10582         (function_arg_record_value_2): Likewise.
10583
10584 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
10585
10586         * config/mmix/mmix.md (define_constants): Remove misleading
10587         FIXME.  Add MMIX_fp_rO_OFFSET.
10588         ("nonlocal_goto_receiver"): Don't have stack-frame address of
10589         saved rO as part of the pattern.  Remove FIXME.
10590         ("*nonlocal_goto_receiver_expanded"): Similar.  Generate address
10591         here, at output-time.
10592
10593 2002-03-31  Jakub Jelinek  <jakub@redhat.com>
10594
10595         PR middle-end/6100
10596         * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
10597         REG_BR_PRED.
10598         (output_v9branch): Likewise.
10599
10600 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
10601
10602         * gcc.c: Revert previous patch for now.
10603         * config/i386/djgpp.h: Likewise.
10604
10605 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
10606
10607         * config/mmix/crti.asm (_init): Register _fini with atexit.
10608         * config/mmix/crtn.asm (_fini): Add omitted "POP 0,0".
10609
10610 2002-03-31  Richard Henderson  <rth@redhat.com>
10611
10612         PR target/3997
10613         * config/alpha/elf.h (ASM_OUTPUT_DEF): Tidy.
10614         (ASM_OUTPUT_DEF_FROM_DECLS): New.
10615
10616 2002-03-31  Richard Henderson  <rth@redhat.com>
10617
10618         * libgcc2.c (__bb_exit_func): Make static.
10619
10620         * config/alpha/alpha.md (trap): New.
10621
10622 2002-03-31  Richard Henderson  <rth@redhat.com>
10623
10624         * builtins.c (expand_builtin_va_arg): Give warnings not errors for
10625         promoted argument types; build trap.
10626         (expand_builtin_trap): New.
10627         (expand_builtin): Use it.
10628         * stmt.c (expand_nl_goto_receivers): Likewise.
10629         * expr.h (expand_builtin_trap): Declare.
10630         * libfuncs.h (LTI_abort, abort_libfunc): New.
10631         * optabs.c (init_optabs): Init abort_libfunc.
10632
10633 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
10634
10635         * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...
10636         (LINK_COMMAND_SPEC): ... from here.
10637         (init_gcc_specs): Duplicate it here too, omitting
10638         shared_name in the second copy.
10639         (init_spec): Test for duplicate
10640         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Remove `%L %G'.
10641
10642 2002-03-30  David S. Miller  <davem@redhat.com>
10643
10644         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
10645         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
10646
10647 2002-03-30  Roger Sayle <roger@eyesopen.com>
10648             Richard Henderson  <rth@redhat.com>
10649
10650         * regmove.c (combine_stack_adjustments_for_block): Avoid
10651         emitting a stack adjustment of zero bytes.  Let delete_insn
10652         update bb->head.
10653
10654 2002-03-30  Richard Henderson  <rth@redhat.com>
10655
10656         * config/sparc/sparc.c: Remove all references to TARGET_EPILOGUE.
10657         (sparc_emitting_epilogue): New.
10658         (leaf_label, output_return, sparc_return_peephole_ok): Remove.
10659         * config/sparc/sparc-protos.h: Update.
10660         * config/sparc/sparc.h (MASK_EPILOGUE, TARGET_EPILOGUE): Remove.
10661         (TARGET_SWITCHES): Update.
10662         * config/sparc/sparc.md (return): Remove.
10663         (return_*): Use sparc_emitting_epilogue, not !TARGET_EPILOGUE.
10664         * config/sparc/freebsd.h, config/sparc/linux64.h, config/sparc/lite.h,
10665         config/sparc/liteelf.h, config/sparc/netbsd-elf.h,
10666         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
10667         config/sparc/sp64-aout.h, config/sparc/sp64-elf.h,
10668         config/sparc/sp86x-aout.h, config/sparc/sp86x-elf.h,
10669         config/sparc/splet.h, config/sparc/vxsparc64.h (TARGET_DEFAULT):
10670         Remove MASK_EPILOGUE.
10671         * doc/invoke.texi: Update.
10672
10673 2002-03-30  Daniel Berlin  <dan@dberlin.org>
10674
10675         * dwarf2out.c (dwarf2out_define): Remove start_source_file call,
10676         CPP will start the file for us.
10677
10678 2002-03-30  Richard Henderson  <rth@redhat.com>
10679
10680         PR target/5446
10681         * config/ia64/ia64.c (group_barrier_needed_p): Special case
10682         prologue_allocate_stack.
10683         (ia64_single_set): Use insn codes for recognition of special
10684         cases, not rtl matching.
10685         * config/ia64/ia64.md (prologue_allocate_stack): Op 3 is in-out.
10686
10687 Sat Mar 30 23:48:41 CET 2002  Jan Hubicka  <jh@suse.cz>
10688
10689         * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
10690
10691 2002-03-30  Richard Henderson  <rth@redhat.com>
10692
10693         PR target/6032
10694         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
10695         or -fomit-frame-pointer with profiling.
10696         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
10697         (FUNCTION_PROFILER): Do nothing.
10698         (PROFILE_HOOK): New.
10699         * config/sparc/sparc.c (sparc_override_options): Don't check
10700         code models for profiling.
10701         (sparc_function_profiler): Remove.
10702         (sparc_profile_hook): New.
10703         * config/sparc/sparc-protos.h: Update.
10704
10705 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
10706
10707         PR optimization/6086
10708         * combine.c (combine_simplify_rtx): If simplify_rtx failed because
10709         of SUBREG of volatile MEM or because the MEM was mode dependent,
10710         return CLOBBER instead of unmodified SUBREG.
10711
10712 Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
10713
10714         * local-alloc.c (local_alloc): Avoid call of update_equiv_regs
10715         when not optimizing.
10716
10717         * toplev.c (rest_of_compilation): Cann mark_constant_function
10718         only when optimizing.
10719
10720         * flow.c (calculate_global_regs_live): Ensure that all AUX fields
10721         are NULL.
10722
10723         * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
10724         (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
10725         (try_optimize_cfg): clear all AUX fields.
10726
10727         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
10728         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
10729         (ix86_address_cost): Be prepared for SUBREGed registers.
10730         (legitimate_address_p): Accept SUBREGed registers.
10731
10732 2002-03-29  Richard Henderson  <rth@redhat.com>
10733
10734         PR target/5672
10735         * expr.c (expand_expr): Pass along EXPAND_INITIALIZER one more place.
10736
10737 2002-03-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10738
10739         * config/rs6000/rs6000.c (rs6000_va_arg): Correctly set register count
10740         for aggregate and TFmode types.
10741
10742 2002-03-29  Hans-Peter Nilsson  <hp@bitrange.com>
10743
10744         * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].
10745
10746 2002-03-29  Richard Henderson  <rth@redhat.com>
10747
10748         PR target/5886
10749         * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
10750         * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
10751
10752 2002-03-29  Richard Henderson  <rth@redhat.com>
10753
10754         PR target/6041
10755         * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
10756         (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
10757         * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
10758         * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
10759         conditional.
10760         * docs/invoke.texi: Update -mno-fancy-math-387 docs.
10761
10762 2002-03-29  Dale Johannesen <dalej@apple.com>
10763
10764         * loop.c (combine_movables): Do allow combination of pseudos.
10765
10766 2002-03-29  Loren J. Rittle  <ljrittle@acm.org>
10767
10768         * config.gcc (*-*-freebsd*): Enable creation of libgcc_s.so.
10769         * config/t-slibgcc-elf-ver (SHLIB_LC): Add macro and use it.
10770         No functional change except ...
10771         * config/t-slibgcc-nolc-override (SHLIB_LC): Override it.  New file.
10772         * doc/install.texi (*-*-freebsd*): Document port configuration.
10773
10774 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10775
10776         * Makefile.in (convert.o, calls.o, expmed.o): Update.
10777         * attribs.c (handle_mode_attribute, handle_vector_size_attribute):
10778         Use new hooks.
10779         * builtin-types.def (BT_PTRMODE): Update.
10780         * c-common.c (type_for_size): Rename c_common_type_for_size.
10781         (type_for_mode): Similarly.
10782         (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
10783         Use new hook.
10784         * c-bommon.h (c_common_type_for_size, c_common_type_for_mode): New.
10785         * c-decl.c (finish_enum, build_enumerator): Use new hooks.
10786         * c-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
10787         Redefine.
10788         * c-typeck.c (common_type, comptypes, default_conversion):
10789         Use new hooks.
10790         * calls.c: Include langhooks.h.
10791         (emit_library_call_value_1): Use new hooks.  Avoid redundant
10792         calls.
10793         * convert.c: Include langhooks.h
10794         (convert_to_pointer, convert_to_integer): Use new hooks.
10795         * except.c (init_eh): Similarly.
10796         * expmed.c: Include langhooks.h.
10797         (expand_mult_add): Use new hooks.
10798         * expr.c (store_expr, store_constructor, expand_expr, do_jump,
10799         try_casesi): Similarly.
10800         * fold-const.c (optimize_bit_field_compare, make_range,
10801         decode_field_reference, fold_truthop, fold): Similarly.
10802         * function.c (assign_stack_local_1, assign_stack_temp_for_type,
10803         put_var_into_stack): Similarly.
10804         * langhooks-def.h (LANG_HOOKS_TYPE_FOR_MODE,
10805         LANG_HOOKS_TYPE_FOR_SIZE): New.
10806         (LANG_HOOKS_TYPES_INITIALIZER): Update.
10807         * langhooks.h (lang_hooks_for_types): New hooks.
10808         * stmt.c (expand_decl_cleanup, emit_case_nodes): Use new hooks.
10809         * tree.c (get_unwidened, get_narrower): Similarly.
10810         * tree.h (type_for_mode, type_for_size): Remove.
10811         * varasm.c (force_const_mem): Use new hooks.
10812         * utils2.c (nonbinary_modular_operation): Update.
10813 objc:
10814         * objc-act.c (handle_impent): Update.
10815         * objc-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
10816         Redefine.
10817
10818 2002-03-29  Steve Ellcey  <sje@cup.hp.com>
10819
10820         * config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New.
10821         * config/ia64/ia64.c (basereg_operand): New.
10822         * config/ia64/ia64-protos.h (basereg_operand): Declare.
10823         * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand.
10824
10825 2002-03-29  Hans-Peter Nilsson  <hp@bitrange.com>
10826
10827         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Correct
10828         unwind information when frame_pointer_needed.
10829         (mmix_assemble_integer): Tweak wording in comment.
10830
10831 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10832
10833         * Makefile.in (except.o): Update.
10834         * except.c: Include langhooks.h.
10835         (init_eh): Use langhook.
10836         * langhooks-def.h (LANG_HOOKS_MAKE_TYPE,
10837         LANG_HOOKS_FOR_TYPES_INITIALIZER): New.
10838         (LANG_HOOKS_INITIALIZER): Update.
10839         * langhooks.h (lang_hooks_for_types): New.
10840         (struct lang_hooks): Add it.
10841         * tree.c (make_lang_type_fn, make_lang_type): Remove.
10842         * tree.h (make_lang_type_fn, make_lang_type): Remove.
10843 config:
10844         * alpha/alpha.c: Include langhooks.h.
10845         (alpha_build_va_list): Use langhook.
10846         * d30v/d30v.c: Include langhooks.h.
10847         (d30v_build_va_list): Use langhook.
10848         * i386/i386.c: Include langhooks.h.
10849         (ix86_build_va_list): Use langhook.
10850         * rs6000/rs6000.c (rs6000_build_va_list): Use langhook.
10851         * s390/s390.c: Include langhooks.h.
10852         (s390_build_va_list): Use langhook.
10853         * stormy16/stormy16.c: Include langhooks.h.
10854         (stormy16_build_va_list): Use langhook.
10855
10856 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
10857
10858         PR c++/5964
10859         * config/sparc/sparc.md (empty_delay_slot, branch_type): New
10860         attributes.
10861         (length): Compute variable length for branches/calls/jumps here.
10862         (branch, inverted_branch, normal_fp_branch, inverted_fp_branch,
10863         normal_fpe_branch, inverted_fpe_branch): Remove length attribute,
10864         define branch_type attribute.
10865         (divsi3_sp32): Maximum length is 6 not 7.
10866         (call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
10867         call_address_untyped_struct_value_sp32,
10868         call_symbolic_untyped_struct_value_sp32): Set length to 3 not 2.
10869         * config/sparc/sparc.c (empty_delay_slot): New function.
10870         * config/sparc/sparc.h (ADJUST_INSN_LENGTH): Remove.
10871         * config/sparc/sparc-protos.h (empty_delay_slot): Add prototype.
10872
10873 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
10874
10875         * combine.c (set_nonzero_bits_and_sign_copies): Don't call
10876         nonzero_bits if not needed.
10877         (nonzero_bits) [XOR]: Likewise.
10878         (nonzero_bits) [REG]: Use reg_last_set_nonzero_bits even if
10879         reg_last_set_mode and mode are both MODE_INT, but not equal.
10880         (record_value_for_reg): Compute reg_last_set_nonzero_bits
10881         in nonzero_bits_mode for MODE_INT modes.
10882
10883 2002-03-28  Richard Henderson  <rth@redhat.com>
10884
10885         PR target/5715
10886         * config/alpha/osf.h (ASM_SPEC): Don't pass any special options
10887         to GAS.  Correct drift between alternatives.
10888
10889 2002-03-28  Richard Henderson  <rth@redhat.com>
10890
10891         PR target/6087
10892         * reload1.c (fixup_abnormal_edges): Move insn to edge via sequence.
10893
10894 2002-03-28  Alexandre Oliva  <aoliva@redhat.com>
10895
10896         * config/i386/freebsd.h (LINK_SPEC): Don't pass default
10897         emulation to the linker.
10898
10899 2002-03-28  Loren J. Rittle  <ljrittle@acm.org>
10900
10901         * config/alpha/freebsd.h (LINK_SPEC): Likewise.
10902         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
10903
10904 Thu Mar 28 16:35:31 2002  Jeffrey A Law  (law@redhat.com)
10905
10906         * combine.c (simplify_and_const_int): Make sure to apply mask
10907         when force_to_mode returns a constant integer.  PR3311.
10908
10909 2002-03-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10910
10911         * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
10912
10913 2002-03-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10914
10915         * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
10916         and Objective-C Dialect Options.
10917
10918 2002-03-28  Richard Henderson  <rth@redhat.com>
10919
10920         * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
10921         comparison should be done vs !=0 not >0 return code.  Tidy cases.
10922
10923 2002-03-28  Richard Henderson  <rth@redhat.com>
10924
10925         * c-decl.c (finish_function): New arg can_defer_p.  Pass it
10926         on to c_expand_body.
10927         * c-tree.h (finish_function): Update decl.
10928         * c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
10929
10930 Thu Mar 28 19:13:36 CET 2002  Jan Hubicka  <jh@suse.cz>
10931
10932         * ifcvt.c (if_convert): Clear aux_for_blocks early enought.
10933
10934 Thu Mar 28 13:21:53 CET 2002  Jan Hubicka  <jh@suse.cz>
10935
10936         * rtlanal.c: Include flags.h
10937         (may_trap_p): Do not mark FP operations if trapping
10938         if !flag_trapping_math
10939         * Makefile.in (rtlanal.o): Add dependency on flag.h
10940         * ifcvt.c (noce_operand_ok): Avoid the lameness.
10941
10942 2002-03-27  Zack Weinberg  <zack@codesourcery.com>
10943
10944         * mips.md: Use dconst1, not 1.0, as first argument of
10945         REAL_VALUE_LDEXP.  Don't use union real_extract.
10946
10947 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
10948
10949         * configure.in (gcc_cv_as): Use $target_alias in directory searchs
10950         rather than $target.  Heed program_prefix and
10951         program_transform_name.  Search for gas in cross-compiler case too.
10952         "test -x" rather than "test -f".
10953         (gcc_cv_ld): Likewise.
10954         (gcc_cv_nm): Heed program_prefix and program_transform_name.
10955         (gcc_cv_objdump): Likewise.
10956         * configure: Regenerate.
10957
10958 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10959
10960         * Makefile.in (attribs.o): Update.
10961         * attribs.c: Include langhooks.h.
10962         (decl_attributes): Use langhook.
10963         * c-decl.c (insert_default_attributes): Rename.
10964         * c-tree.h (c_insert_default_attributes): New.
10965         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
10966         (LANG_HOOKS_INITIALIZER): Update.
10967         * langhooks.h (struct lang_hooks): New hook.
10968         * tree.h (insert_default_attributes): Remove.
10969 objc:
10970         * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
10971
10972 2002-03-27  Andreas Schwab  <schwab@suse.de>
10973
10974         * config/i386/i386.c (classify_argument): Also check for
10975         QUAL_UNION_TYPE.
10976
10977 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10978
10979         * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
10980         any more.
10981
10982 Wed Mar 27 23:19:30 CET 2002  Jan Hubicka  <jh@suse.cz>
10983
10984         * i960.md (ret): Set PC.
10985         (nonlocal_goto): Fix expander.
10986         * builtins.c (epxand_builin_longjmp): Check that we've emitted
10987         some jump or call.
10988
10989 Wed Mar 27 23:11:35 CET 2002  Jan Hubicka  <jh@suse.cz>
10990
10991         * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nesting
10992         of libcall regions.
10993
10994 Wed Mar 27 22:54:14 CET 2002  Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10995
10996         * cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of
10997         assigning to BLOCK_FOR_INSN directly.
10998
10999 Wed Mar 27 22:33:05 CET 2002  Jan Hubicka  <jh@suse.cz>
11000
11001         * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
11002
11003 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
11004
11005         * c-common.c (c_expand_expr): Fix prototype.
11006         * c-common.h (c_expand_expr): Always declare, update.
11007         * c-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
11008         * c-objc-common.c (c_objc_common_init): No global hook.
11009         * expr.c (expand_expr): Use langhook.
11010         * expr.h (enum expand_modifier): Conditionally declare.
11011         * langhooks-def.h (lhd_expand_expr, LANG_HOOKS_EXPAND_EXPR): New.
11012         (LANG_HOOKS_INITIALIZER): Update.
11013         * langhooks.c (lhd_expand_expr): New.
11014         * langhooks.h (struct lang_hooks): New hook.
11015         * toplev.c (lang_expand_expr_t, lang_expand_expr): Delete.
11016         (lang_independent_init): Don't default hook.
11017 objc:
11018         * objc-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
11019
11020 2002-03-27  Richard Henderson  <rth@redhat.com>
11021
11022         PR target/6054
11023         * config/ia64/ia64.c (ia64_expand_call): Use pic patterns for
11024         TARGET_CONST_GP.  Simplify conditions.
11025
11026 2002-03-27  Richard Henderson  <rth@redhat.com>
11027
11028         * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
11029         config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h,
11030         config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define.
11031
11032 2002-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
11033
11034         * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32,
11035         TARGET_CYGWIN, TARGET_WINDOWS): Remove unused switches.
11036         (MASK_DLL, MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS):
11037         Remove unnecessary masks.
11038         (MASK_NOP_FUN_DLLIMPORT): Use an unused an bit.
11039         (SUBTARGET_SWITCHES): Use empty masks for -mwin32, -mcygwin,
11040         -mwindows, -mdll switches and their negations.
11041
11042 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
11043
11044         * gcc-common.c (lang_mark_false_label_stack): Remove.
11045         * ggc.h (lang_mark_false_label_stack): Similarly.
11046
11047 2002-03-26  Vladimir Makarov  <vmakarov@redhat.com>
11048
11049         * pa/pa-pro-end.h (CPP_PREDEFINES): Add -D__pro__.
11050
11051         * pa/lib2funcs.asm: Don't use .SPACE and .SUBSPACE if __pro__
11052         or __rtems_ is defined.
11053
11054 2002-03-26  Richard Henderson  <rth@redhat.com>
11055
11056         * config/alpha/alpha.c (alpha_emit_set_const): Add a REG_EQUAL note
11057         if a non-trivial load was emitted.
11058         (alpha_emit_set_const_1): Remove obsolete extension.  Fix thinko
11059         in high+extra+low case.
11060
11061 2002-03-26  Richard Henderson  <rth@redhat.com>
11062
11063         * config.gcc (sparc*-solaris): Use float_format=sparc.
11064
11065 2002-03-26  Richard Henderson  <rth@redhat.com>
11066
11067         * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
11068         * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
11069         * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
11070         * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine.
11071         (WINT_TYPE_SIZE): Fix at 32.
11072
11073 2002-03-26  Richard Henderson  <rth@redhat.com>
11074
11075         * toplev.c (rest_of_compilation): Delay emit_initial_value_sets
11076         until after eh landing pad generation.
11077         * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof.
11078         * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs.
11079
11080 2002-03-26  Richard Henderson  <rth@redhat.com>
11081
11082         * expr.h (ADD_PARM_SIZE): One more convert for INC.
11083
11084 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
11085
11086         * gcc.c (cpp_options):  Preserve relative ordering of -pedantic
11087         and warning switches.
11088         (cc1_options):  Likewise.
11089
11090 2002-03-26  Hans Boehm <Hans_Boehm@hp.com>
11091
11092         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
11093         Restore more of the signal context.  Set no_reg_stack_frame.
11094         * config/ia64/unwind-ia64.c (unw_state_record):
11095         Add no_reg_stack_frame, comments.
11096         (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER.
11097         (uw_update_context): Adjust bsp when unwinding from leaf,
11098         but not signal frame.
11099
11100 2002-03-26  David Edelsohn  <edelsohn@gnu.org>
11101
11102         * config/rs6000/aix51.h (WCHAR_TYPE): Define.
11103
11104 2002-03-26  Bob Wilson  <bob.wilson@acm.org>
11105
11106         * config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
11107
11108 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
11109
11110         PR target/5621
11111         * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999:
11112         "Add a pool_range attribute", which was lost during the ARM/Thumb
11113         merge.
11114
11115 2002-03-26  Bob Wilson  <bob.wilson@acm.org>
11116
11117         * config/xtensa/xtensa.c (xtensa_valid_move): Allow move from
11118         a register into the MAC16 accumulator.
11119
11120 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
11121
11122         * doc/invoke.texi (Option Summary): Mention -Wswitch-enum.
11123         (Warning Options): Document -Wswitch-enum.
11124         * toplev.c (W_options): Add -Wswitch-enum.  Update comment on
11125         -Wswitch.
11126         (warn_switch_enum): Define variables.
11127         * flags.h (warn_switch_enum): Declare variables.
11128         * stmt.c (expand_end_case_type): When warn_switch_enum /
11129         -Wswitch-enum, perform switch checks.
11130         Fix PR c/5044.
11131
11132 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
11133
11134         * arm.md (reload_mulsi3, reload_mulsi_compare0, reload_muladdsi)
11135         (reload_mulsi_compare0_scratch, reload_muladdsi_compare0)
11136         (reload_muladdsi_compare0_scratch): Delete.
11137
11138 2002-03-26  Loren J. Rittle  <ljrittle@acm.org>
11139
11140         * doc/install.texi (*-*-freebsd*): Update.
11141
11142 2002-03-26  Richard Henderson  <rth@redhat.com>
11143
11144         * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.
11145         (SUB_PARM_SIZE): Cast DEC to ssizetype.
11146
11147         * config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK
11148         types from the normal argument frame.
11149
11150         * config/sparc/sparc.c (function_arg_pass_by_reference): Pass
11151         variable sized objects by reference.
11152         (sparc_va_arg): Receive them by reference too.
11153
11154 2002-03-26  Hartmut Penner  <hpenner@de.ibm.com>
11155
11156         * config/s390/s390.c (s390_emit_epilogue): Change epilogue
11157         code to not restoring global registers.
11158
11159 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
11160
11161         * Makefile.in (ggc-common.o): Update.
11162         * c-decl.c (lang_mark_tree): Rename c_mark_tree.
11163         * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
11164         * c-tree.h (c_mark_tree): New.
11165         * ggc-common.c: Include langhooks.h.
11166         (gcc_mark_trees): Use new langhook.
11167         * ggc-callbacks.c: Delete file.
11168         * ggc.h (lang_mark_tree): Remove.
11169         * langhooks-def.h (LANG_HOOKS_MARK_TREE): New.
11170         (LANG_HOOKS_INITIALIZER): Update.
11171         * langhooks.h (struct lang_hooks): New hook.
11172 objc:
11173         * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
11174
11175 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
11176
11177         * doc/cpp.texi: Exclude entire Top node from printed manual.
11178         Move option index after directive index.  Insert page breaks
11179         before GFDL and concept index.  Index environment variables
11180         with command line options.
11181         * doc/cppenv.texi: Use @vtable for environment variable list.
11182         Add paragraph explaining semantics of empty elements in path
11183         variables.  Exclude a cross-reference to Fishkill from the
11184         manpage.  Remove an unnecessary cross-reference of the entry
11185         right above the referer.  Don't use @anchor in text that goes
11186         into manpage.
11187         * doc/cppopts.texi: Cross-reference the environment variables
11188         section, not the specific environment variable, for consistency.
11189
11190 2002-03-25  Richard Henderson  <rth@redhat.com>
11191
11192         * recog.c (peephole2_optimize): Distribute EH_REGION -1 notes
11193         anywhere in the block.  Don't refer to insns that have been
11194         removed from the chain.  Iterate backward through the new insns.
11195         Don't refer to edges that have been removed.
11196
11197 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
11198
11199         * combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct
11200         test for overflow of constant.
11201
11202 2002-03-25  Richard Earnshaw  <rearnsha@arm.com>
11203
11204         PR target/2623
11205         * arm.md (loadhi_preinc, loadhi_predec, loadhi_shiftpreinc)
11206         (loadhi_shiftpredec, loadhi-with-writeback peephole): Don't use
11207         these patterns on arm_archv4.
11208
11209 2002-03-25  Danny Smith  <dannysmith@sourceforge.users.net>
11210
11211         * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
11212         int".
11213
11214 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
11215
11216         * toplev.c: Don't include setjmp.h.  Kill float_handler_set,
11217         float_handled, float_handler, float_signal, set_float_handler,
11218         and do_float_handler.  Set handler for SIGFPE to crash_signal.
11219         * toplev.h: Don't prototype do_float_handler.
11220
11221         * c-lex.c: Fold parse_float into lex_number.  Make warning
11222         about portability of hex float constants more informative, and
11223         don't issue it on top of a syntax error.
11224         * fold-const.c: Fold const_binop_1 and fold_convert_1 into
11225         their callers.
11226         * real.h: Define REAL_VALUE_ABS here...
11227         * simplify-rtx.c: ... not here.  Fold check_fold_consts,
11228         simplify_unary_real, simplify_binary_real, and
11229         simplify_binary_is2orm1 into their callers.
11230         * tree.c: Fold build_real_from_int_cst_1 into caller.
11231
11232         * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
11233
11234         * tsystem.h: Include float.h here...
11235         * libgcc2.c: ... not here.
11236
11237 2002-03-25  Nick Clifton  <nickc@cambridge.redhat.com>
11238
11239         Fixes for: PR bootstrap/3591, target/5676
11240         * config/mcore/mcore.h (CC1_SPEC): Define only if not already
11241         defined.  Do not disable exceptions or rtti.
11242         * config/mcore/mcore-pe.h (CC1_SPEC): Define before including
11243         mcore.h.  Disable exceptions and rtti, since they are not
11244         supported by EPOC.
11245
11246 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
11247
11248         * c-decl.c (maybe_build_cleanup): Remove.
11249         * expr.c (expand_expr): Use langhook.
11250         * langhooks-def.h (lhd_return_null_tree,
11251         LANG_HOOKS_MAYBE_BUILD_CLEANUP): New.
11252         (LANGHOOKS_INITIALIZER): Update.
11253         * langhooks.c (lhd_return_null_tree): New.
11254         * langhooks.h (struct lang_hooks): New hook.
11255         * tree-inline.c (initialize_inlined_parameters): Use langhook.
11256         * tree.h (maybe_build_cleanup): Remove.
11257
11258 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
11259
11260         * regrename.c (build_def_use): Move recog_memoized
11261         before extract_insn.
11262
11263 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
11264
11265         PR target/6043
11266         * expr.c (emit_group_store): Handle storing into CONCAT.
11267
11268 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
11269
11270         * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and
11271         corresponding MATCH_DUP.
11272
11273 2002-03-24  Richard Henderson  <rth@redhat.com>
11274
11275         * unroll.c (unroll_loop): Zero label_map.
11276
11277         * gcse.c: Include except.h.
11278         * Makefile.in (gcse.o): Update.
11279
11280 2002-03-24  Richard Henderson  <rth@redhat.com>
11281
11282         * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
11283         Do resolve_unique_section before shared data clause.
11284
11285 2002-03-24  Richard Henderson  <rth@redhat.com>
11286
11287         * config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.
11288
11289 2002-03-24  Richard Henderson  <rth@redhat.com>
11290
11291         * recog.c (peephole2_optimize): Split blocks when EH insns are
11292         generated in the middle of a block.  Do global life update if
11293         zapped EH edges.
11294
11295 2002-03-24  Richard Henderson  <rth@redhat.com>
11296
11297         * mips.c (mips_function_value): Only promote_mode for non-libcalls.
11298
11299 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11300
11301         preprocessor/3951
11302         * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
11303         * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
11304         (init_dependency_output): Don't make no_output decision here.
11305
11306 2002-03-24  Andrew Cagney  <ac131313@redhat.com>
11307
11308         * stmt.c (check_for_full_enumeration_handling): Remove tests of
11309         warn_switch.  Update description.
11310         (expand_end_case_type): Call check_for_full_enumeration_handling
11311         when warn_switch.
11312
11313 2002-03-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11314
11315         * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function.
11316         (m68hc11_split_move): Call it to see if the source and destination
11317         operands use the same direction auto inc/dec mode, otherwise make the
11318         source an offsetable memory operand and generate an add.
11319
11320 2002-03-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11321
11322         * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address
11323         register for operand 2.
11324         ("*subsi3_zero_extendqi"): Likewise.
11325         ("*iorhi3_gen"): Do the operation on the upper bits and then lower
11326         bits so that it is compatible with a pop.
11327         ("*andhi3_gen"): Likewise.
11328         ("xorhi3"): Likewise.
11329
11330 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11331
11332         * cppinit.c (cpp_handle_option): Set warn_endif_labels if
11333         -pedantic here...
11334         (cpp_post_options): ... not here.
11335
11336 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11337             Aldy Hernandez  <aldyh@redhat.com>
11338
11339         Removal of separate preprocessor cpp0.
11340
11341         * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS,
11342         cpp0, install-common): Update.
11343         * c-common.c (flag_preprocess_only): New.
11344         (c_common_init): Preprocess for -E.
11345         * c-common.h (flag_preprocess_only): New.
11346         * c-decl.c (c_decode_option): Handle -E and -std=c++98.
11347         * c-objc-common.c (c_init_decl_processing): Exit quickly
11348         for NULL return from c_common_init.
11349         * cpplib.h (cpp_preprocess_file): New.
11350         * cppmain.c (main, general_init, pfile, progname): Remove.
11351         (do_preprocessing): Rename cpp_preprocess_file, don't call
11352         cpp_finish.  Don't close stdout here.
11353         (setup_callbacks): Update prototype.
11354         * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers):
11355         Update.
11356         * tradcpp.c (main): Ignore -quiet.
11357 objc:
11358         * lang-specs.h (default_compilers): Preprocess with cc1obj.
11359
11360 2002-03-24  Richard Henderson  <rth@redhat.com>
11361
11362         PR optimization/5742
11363         * machmode.def: Add inner mode field to complex modes.
11364         * config/mips/mips.c (mips_function_value): Always define.  Add
11365         new argument to handle libcalls.
11366         * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
11367         (FUNCTION_VALUE): Likewise.
11368         * config/mips/abi64.h (FUNCTION_VALUE): Remove.
11369         * config/mips/mips-protos.h: Update.
11370
11371 2002-03-23  Richard Henderson  <rth@redhat.com>
11372
11373         * config/sparc/sparc.c (sparc_emit_floatunsdi): New.
11374         * config/sparc/sparc-protos.h: Update.
11375         * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New.
11376
11377 2002-03-23  Richard Henderson  <rth@redhat.com>
11378
11379         * config/sparc/gmon-sol2.c (internal_mcount): Assume either
11380         _start or _init begins the text segment.
11381
11382 2002-03-23  David Edelsohn  <edelsohn@gnu.org>
11383
11384         * config/rs6000/rs6000.h (RETURN_IN_MEMORY):  Cast to HOST_WIDE_INT
11385         not HOST_WIDEST_INT.
11386         (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
11387
11388 2002-03-23  Richard Earnshaw  <rearnsha@arm.com>
11389
11390         PR java/5489
11391         * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
11392         operand argument to output_return_instruction.
11393         * arm.c (arm_print_operand, case 'd'): If the operand is
11394         const_true_rtx then just return.
11395         (arm_print_operand, case 'D'): If the operand is const_true_rtx
11396         then abort.
11397
11398 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
11399
11400         * doc/invoke.texi (Option Summary): Mention -Wswitch-default.
11401         (Warning Options): Document -Wswitch-default.
11402         * toplev.c (W_options): Add -Wswitch-default.  Update comment on
11403         -Wswitch.
11404         (warn_switch_default): Define variable.
11405         (warn_switch): Update comment.
11406         * flags.h (warn_switch_default): Declare variable.
11407         (warn_switch): Update comment.
11408         * stmt.c (expand_end_case): Check for and, when
11409         warn_switch_no_default, warn of a missing default case.
11410
11411 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
11412
11413         * real.h (N): Special case 128 bit doubles.
11414
11415         * combine.c (simplify_comparison): When widening modes, ignore
11416         sign extension on CONST_INTs.
11417
11418 2002-03-22  Bob Wilson  <bob.wilson@acm.org>
11419
11420         * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
11421         passed to adjust_address.  Fix comment formatting.
11422
11423
11424 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
11425
11426         * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
11427         Always make REAL_VALUE_TYPE a struct containing an array of
11428         HOST_WIDE_INT, not a double.  Tidy up the code deciding how
11429         big it is.  Don't declare or use union real_extract.
11430
11431         * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
11432         decode_rtx_const, output_constant_pool), config/a29k/a29k.c
11433         (print_operand), config/arm/arm.c (output_move_double),
11434         config/arm/arm.md (consttable_4, consttable_8),
11435         config/romp/romp.c (output_fpops), config/s390/s390.h
11436         (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
11437         (xtensa_output_literal): Don't use union real_extract.
11438
11439         * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
11440         (sfmode_constant_to_ulong), config/ns32k/merlin.h
11441         (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
11442         config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
11443         (PRINT_OPERAND): Don't use local version of union
11444         real_extract.
11445
11446         * config/convex/convex.c (check_float_value), config/vax/vax.c
11447         (vax_float_literal), config/m88k/m88k.md (divdf3),
11448         config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
11449         config/pdp11/pdp11.c (output_move_quad): Don't do host
11450         arithmetic on target floating point quantities.
11451
11452         * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
11453         (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.
11454
11455         * fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
11456         Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.
11457
11458         * real.c (earith): Test INFINITY rather than REAL_INFINITY;
11459         NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
11460         INFINITY.
11461         * print-rtl.c (print_rtx): Disable code which needs
11462         floating-point emulator.
11463         * libgcc2.c: Include float.h and use DBL_MANT_DIG,
11464         FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
11465         depending on HOST_FLOAT_FORMAT to be defined properly.
11466
11467         * config/1750a/1750a.c (get_double, float_label): Delete.
11468         (print_operand): Delete huge commented-out chunk.  Use
11469         REAL_VALUE_TO_DECIMAL.
11470         * config/1750a/1750a-protos.h: Delete prototypes of deleted
11471         functions.
11472         * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
11473         IEEE_FLOAT_FORMAT.
11474         * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
11475         Use REAL_VALUE_TO_DECIMAL as ELF version does.
11476         * config/m88k/m88k.c (real_power_of_2_operand,
11477         legitimize_operand): Take the REAL_VALUE_TYPE and/or union
11478         real_extract out of the union; run the input through
11479         REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
11480         from that into the union.
11481         * config/pdp11/pdp11.c (output_move_double): Rearrange
11482         parentheses to make automatic indenter happy.
11483
11484         * doc/tm.texi (Cross-compilation): Rename node to "Floating
11485         Point" and rewrite to describe current situation.  Also adjust
11486         documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
11487         match code.
11488         * doc/rtl.texi: Adjust cross reference.
11489
11490 2002-03-22  Bob Wilson  <bob.wilson@acm.org>
11491
11492         * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
11493         (xtensa_valid_move, xtensa_preferred_reload_class): Define.
11494         * config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
11495         (xtensa_valid_move, xtensa_preferred_reload_class): Define to
11496         prevent use of sp as a reload register.
11497         (xtensa_emit_move_sequence): Use xtensa_valid_move instead of
11498         non_acc_reg_operand.
11499         * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
11500         (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
11501         * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
11502         movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.
11503
11504 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
11505
11506         * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
11507         * cpplex.c (unterminated): Delete.
11508         (parse_string): No string literal may extend over multiple
11509         lines.  Suppress the error when preprocessing assembly.
11510         * cppmain.c (scan_translation_unit): Strings are single-line.
11511
11512         * doc/cpp.texi: Update to match.
11513
11514 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
11515
11516         PR optimization/5854
11517         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
11518         Shut up warnings.
11519         (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
11520         (EXTRA_CONSTRAINT): Use S for non-push memory operand.
11521         * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
11522         const0 if scratch register was not allocated.
11523         (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
11524         m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
11525         with GEN_INT (...).
11526         (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
11527         * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
11528         with GEN_INT (...) everywhere.  Remove constraints in define_split
11529         patterns.
11530         (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
11531         require scratch register for setting 0 into regs/non-pushable memory.
11532
11533 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
11534
11535         * config/mips/mips.h (MASK_RETURN_ADDR): Define.
11536         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
11537
11538 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
11539
11540         * cpplib.h (struct cpp_options):  New member, warn_endif_labels.
11541         * cppinit.c (cpp_create_reader):  On by default.
11542         (cpp_handle_option):  Handle -W[no-]endif-labels.
11543         (cpp_post_options):  Also enable if -pedantic.
11544         * cpplib.c (do_else):  Use it.
11545         (do_endif):  Likewise.
11546         * doc/cppopts.texi:  Document new option.
11547         * doc/invoke.texi:  Document new option.
11548
11549 2002-03-22  Lars Brinkhoff  <lars@nocrew.org>
11550
11551         * config/i386/i386.c, config/i386/i386.md: Change all occurences
11552         of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).
11553
11554 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
11555
11556         * flow.c (calculate_global_regs_live): Clear aux fields of
11557         ENTRY and EXIT.
11558
11559 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
11560
11561         * config/v850/v850.c (v850_reorg): Only call alter_subreg on
11562         REG or MEM subregs, pass rtx * instead of rtx to it.
11563         * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
11564         rtx * instead of rtx to alter_subreg.
11565         * config/m32r/m32r.c (gen_split_move_double): Likewise.
11566         * config/pj/pj.c (pj_output_rval): Likewise.
11567
11568 2002-03-22  Richard Henderson  <rth@redhat.com>
11569
11570         PR target/3177
11571         * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
11572         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
11573         * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
11574         (ia64_expand_prologue): Look at int_regs, not words, for number
11575         of incomming int regs.
11576
11577 2002-03-22  Andrew MacLeod  <amacleod@redhat.com>
11578
11579         * expr.c (expand_expr): A RESULT_DECL is part of a call.
11580
11581 Fri Mar 22 16:30:42 CET 2002  Jan Hubicka  <jh@suse.cz>
11582
11583         * toplev.c (flag_loop_optimize, flag_crossjumping):
11584         New static variables.
11585         (rest_of_compilation): Conditionalize crossjumping and
11586         loop optimizer.
11587         (parse_options_and_default_flags): Default loop_optimize and
11588         crossjumping.
11589         (lang_independent_options): Add -fcrossjumping and -floop-optimize
11590         * invoke.texi (crossjumping, loop-optimize): Document.
11591
11592 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
11593
11594         * real.c (eiisneg): Move outside #ifdef NANS.
11595
11596 Fri Mar 22 12:08:36 CET 2002  Jan Hubicka  <jh@suse.cz>
11597
11598         * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
11599         frequencies match; avoid match on different loop depths.
11600         (try_crossjump_to_bb): Kill tests that no longer brings time
11601         savings.
11602         * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
11603         updating code.
11604         (split_edge): Likewise.
11605
11606         * flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
11607         variable.
11608
11609         * Makefile.in (cfgrtl): Add insn-config.h depenendency.
11610         * cfgrtl.c: Include insn-config.h
11611         (split_block) Dirtify block in presence of conditional execution
11612
11613 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
11614
11615         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
11616         * config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
11617         (function_arg): Constify CUMULATIVE_ARGS.
11618         (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
11619         * config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
11620         (UNITS_PER_DOUBLE): New macro.
11621         (SETUP_INCOMING_VARARGS): Define.  Use mips_setup_incoming_varargs.
11622         (CUMULATIVE_ARGS): Reformat.  Remove num_adjusts workaround and
11623         last_arg_fp field.  Replace arg_words and fp_arg_words with gp_regs,
11624         fp_regs and stack_words.
11625         (EABI_FLOAT_VARARGS_P): New macro.
11626         * config/mips/mips.c (struct mips_arg_info): New.
11627         (mips_arg_info): New function.
11628         (function_arg_advance): Use it.  Add adjustment instructions here
11629         rather than in function_arg.
11630         (function_arg): Constify CUMULATIVE_ARGS.  Use mips_arg_info.  Check
11631         for VOIDmode at the beginning of the function.
11632         (function_partial_nregs): Constify CUMULATIVE_ARGS.  Use mips_arg_info.
11633         (function_arg_pass_by_reference): Likewise.
11634         (mips_setup_incoming_varags): New, largely based on old abi64.h code.
11635         (mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
11636         (mips_va_start): Likewise.  Use the new stack_words field of
11637         CUMULATIVE_ARGS to set up overflow area.  Reformat.
11638         (mips_va_arg): Test EABI_FLOAT_VARARGS_P.  Unify EABI handling of
11639         doubles and other types, aligning the overflow pointer for non-doubles
11640         too.  Remove some code duplication.  Replace hard-coded constants.
11641
11642 2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
11643
11644         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
11645         (CLASS_UNITS): Undefine.
11646         (CLASS_MAX_NREGS): Use FP_INC.
11647         * config/mips/mips.c (compute_frame_size): Likewise.
11648         (override_options): Use FP_INC and UNITS_PER_FPVALUE.
11649
11650 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
11651
11652         * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
11653         prototype, and handle lexing numbers and identifiers.
11654         (parse_identifier): Update to new form of parse_slow.
11655         (parse_number): Fast path only, use parse_slow otherwise.
11656         (_cpp_lex_direct): Update calls to parse_number.
11657
11658 2002-03-21  DJ Delorie  <dj@redhat.com>
11659
11660         * bb-reorder.c (make_reorder_chain_1): Protect against
11661         when redundant edges are omitted.
11662         * predict.c (dump_prediction): Likewise.
11663
11664 2002-03-21  Richard Henderson  <rth@redhat.com>
11665
11666         PR target/5996
11667         * fixinc/inclhack.def (solaris_stdio_tag): New.
11668         * fixinc/fixincl.x: Regenerate.
11669
11670 2002-03-21  Eric Botcazou <ebotcazou@multimania.com>
11671
11672         PR c/5597
11673         * c-typeck.c (process_init_element): Flag non-static
11674         initialization of a flexible array member as illegal.
11675
11676 2002-03-22  Alan Modra  <amodra@bigpond.net.au>
11677
11678         * config/rs6000/t-linux64: New.
11679         * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
11680         t-ppccomm.  Use t-rs6000 and t-linux64.
11681         (powerpc64-*-gnu* <tmake_file>): Likewise.
11682         * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
11683         * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
11684         * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.
11685
11686 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
11687
11688         * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
11689         flag_really_no_inline instead of optimize == 0.
11690
11691         * c-objc-common.c (c_cannot_inline_tree_fn): Same.
11692
11693         * cp/tree.c (cp_cannot_inline_tree_fn): Same.
11694
11695         * flags.h (flag_really_no_inline): New.
11696
11697         * c-common.c (c_common_post_options): Initialize
11698         flag_really_no_inline.
11699
11700         * toplev.c (flag_really_no_inline): New.
11701
11702 2002-03-21  Jakub Jelinek  <jakub@redhat.com>
11703
11704         * config/avr/avr.md (length): Fix length computation for
11705         conditional branches.
11706
11707 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
11708
11709         * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
11710         sdbout.o, profile.o): Update.
11711         * c-common.c (c_common_nodes_and_builtins): Use pushdecl
11712         langhook.
11713         * c-common.h (gettags): Move here from tree.h.
11714         * c-tree.h (pushdecl, pushlevel, poplevel, set_block,
11715         insert_block, getdecls, kept_level_p, global_bindings_p): New.
11716         * dbxout.c (dbxout_init): Use getdecls langhook.
11717         * expr.c (expand_expr): Use insert_block langhook.
11718         * fold-const.c: Include langhooks.h.
11719         (fold_range_test, fold_binary_op_with_conditional_arg,
11720         fold): Use global_bindings_p langhook.
11721         * integrate.c (expand_inline_function): Use insert_block langhook.
11722         * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
11723         LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
11724         LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
11725         LANG_HOOKS_GETDECLS): New.
11726         (LANG_HOOKS_INITIALIZER): Update.
11727         * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
11728         langhook.
11729         * langhooks.h (struct lang_hooks_for_decls): New.
11730         (struct lang_hooks): Update.
11731         * profile.c: Include langhooks.h.
11732         (output_func_start_profiler): Use new langhooks.
11733         * sdbout.c: Include langhooks.h.
11734         (sdbout_init, sdbout_finish): Use getdecls langhook.
11735         * stmt.c: Include langhooks.h.
11736         (expand_fixup, fixup_gotos): Use new langhooks.
11737         * stor-layout.c: Include langhooks.h.
11738         (variable_size): Use global_bindings_p langhook.
11739         * toplev.c (compile_file): Use getdecls langhook.
11740         * tree-inline.c (remap_block): Use insert_block langhook.
11741         * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
11742         insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
11743
11744 2002-03-21  Richard Henderson  <rth@redhat.com>
11745
11746         * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
11747         constants in .data when -fpic.
11748
11749 2002-03-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11750
11751         * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
11752         where appropriate.
11753
11754 2002-03-21  Tom Tromey  <tromey@redhat.com>
11755
11756         * config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.
11757
11758 Thu Mar 21 09:50:48 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11759
11760         * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
11761
11762         * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
11763
11764 2002-03-21  Eric Botcazou <ebotcazou@multimania.com>
11765             Richard Henderson  <rth@redhat.com>
11766
11767         PR c/5354
11768         * c-common.c (c_expand_expr): Preserve result of a statement
11769         expression if needed.
11770
11771 2002-03-21  Jakub Jelinek  <jakub@redhat.com>
11772
11773         PR bootstrap/4195
11774         * genrecog.c (maybe_both_true_mode): Remove.
11775         (maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
11776         * machmode.def (Pmode): Likewise.
11777
11778 Thu Mar 21 01:55:06 EST 2002  John Wehle  (john@feith.com)
11779
11780         * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
11781         (nonlocal_mentioned_p_1): New function.
11782         (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
11783         (nonlocal_set_p, nonlocal_set_p_1): Likewise.
11784         (mark_constant_function): Recognize pure functions.
11785         * rtl.h (global_reg_mentioned_p): New prototype.
11786         * rtlanal.c (global_reg_mentioned_p,
11787         global_reg_mentioned_p_1): New function.
11788
11789 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11790
11791         * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
11792         UNIX assert.h.
11793         * fixinc/fixincl.x: Regenerate.
11794
11795 2002-03-20  Jason Merrill  <jason@redhat.com>
11796
11797         * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
11798
11799 2002-03-20  Michael Meissner  <meissner@redhat.com>
11800
11801         * doc/invoke.texi (Optimize Options): Document that -O2 sets
11802         -fstrict-aliasing.
11803
11804 2002-03-20  Bob Wilson  <bob.wilson@acm.org>
11805
11806         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
11807         ".literal_position" directive before the constant pool.
11808
11809 2002-03-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11810
11811         * doc/contrib.texi (Contributors): Update Geoffrey Keating.
11812         Add Craig Rodrigues.
11813         Add Brad Lucier to testers.
11814
11815 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
11816
11817         PR target/4792
11818         * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
11819         to if_then_else.
11820         (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
11821         * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
11822         instead of insn_extract.
11823
11824 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
11825
11826         PR bootstrap/4192
11827         * config/fr30/fr30.md (jump): Remove clobber of fixed register.
11828
11829         * genemit.c (output_added_clobbers_hard_reg_p): Only output return
11830         stmt if some case has been output.
11831
11832 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
11833
11834         PR c/5972
11835         * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
11836         movsfcc_1, movdfcc_1): Add %O2.
11837         * config/i386/i386.c (print_operand): Handle %ON.
11838         Print . before float condition codes in Sun as cmov syntax.
11839         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
11840         * config.gcc (i[34567]86-*-solaris2*): Remove comment which is
11841         no longer true.
11842
11843 2002-03-20  Philip Blundell  <pb@nexus.co.uk>
11844
11845         * config/arm/arm.c (arm_output_epilogue): Don't generate separate
11846         return instruction if PC was popped.
11847
11848 2002-03-20  Bob Wilson  <bob.wilson@acm.org>
11849
11850         * config/xtensa/xtensa.md: Remove unused type attributes.
11851         (adddi_carry, subddi_carry): Change type attribute to "multi".
11852
11853 2002-03-19  Dale Johannesen  <dalej@apple.com>
11854
11855         PR optimization/5999, middle-end/5731
11856         * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
11857         multiplications by reciprocals.
11858
11859 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11860
11861         * Makefile.in: Update.
11862         * c-common.c: Include langhooks.h.
11863         (inline_forbidden_p): Use new hook.
11864         * diagnostic.c: Include langhooks.h.
11865         (format_with_decl, announce_function,
11866         default_print_error_function): Use new hook.
11867         * dwarf2out.c (dwarf2_name): Use new hook.
11868         * function.c: Include langhooks.h.
11869         (init_function_start): Use new hook.
11870         * langhooks-def.h (lhd_decl_printable_name): New.
11871         (LANGHOOKS_DECL_PRINTABLE_NAME): New.
11872         (LANGHOOKS_INITIALIZER): Update.
11873         * langhooks.c (lhd_decl_printable_name): New.
11874         * langhooks.h (struct lang_hooks): New hook.
11875         * toplev.c (decl_name, decl_printable_name): Remove.
11876         (open_dump_file): Use new hook.
11877         (process_options): Remove old hook.
11878         * tree.h (decl_printable_name): Remove.
11879 objc:
11880         * objc-act.c (objc_init): Remove old hook.
11881         (objc_printable_name): Export.
11882         * objc-act.h (objc_printable_name): New.
11883         * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
11884
11885 2002-03-19  Jim Blandy  <jimb@redhat.com>
11886
11887         * c-lex.c (cb_file_change): Pass the #inclusion's line number to
11888         the start_source_file debug hook, not the current line number.
11889
11890 2002-03-19  Richard Henderson  <rth@redhat.com>
11891
11892         * flow.c (EH_USES): Provide default.
11893         (calculate_global_regs_live): Use it for EH edges and noreturn calls.
11894         * doc/tm.texi (EH_USES): New.
11895
11896         * config/ia64/ia64.c (ia64_eh_uses): New.
11897         * config/ia64/ia64-protos.h: Update.
11898         * config/ia64/ia64.h (EH_USES): New.
11899
11900 2002-03-19  Richard Henderson  <rth@redhat.com>
11901
11902         * varasm.c (output_constant_def): Fix stupid typo.
11903
11904 2002-03-19  Richard Henderson  <rth@redhat.com>
11905
11906         PR 5879
11907         * except.c (current_function_has_exception_handlers): New.
11908         * except.h: Declare it.
11909         * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
11910         Combine tests that disable all sibcalls for the function.
11911
11912 2002-03-19  Olivier Hainque  <hainque@act-europe.fr>
11913
11914         * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
11915         for INTEGER_CST.
11916
11917 2002-03-19  Richard Henderson  <rth@redhat.com>
11918
11919         PR 5977, 5991
11920         * config/ia64/ia64.c: Revert 2002-03-01 patch.
11921         * config/ia64/ia64.h (INIT_EXPANDERS): New.
11922
11923 2002-03-19  Jim Blandy  <jimb@redhat.com>
11924
11925         * cppmacro.c (cpp_macro_definition): Emit a space after the macro
11926         name, even if the replacement list contains no tokens, as required
11927         by Dwarf.
11928
11929 2002-03-19  Jason Merrill  <jason@redhat.com>
11930
11931         * varasm.c (globalize_decl): Get the name from the RTL, not
11932         DECL_ASSEMBLER_NAME.
11933
11934         * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
11935
11936 2002-03-19  Bob Wilson  <bob.wilson@acm.org>
11937
11938         * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
11939         subdi_carry): Define.
11940
11941 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
11942
11943         * config/rs6000/rs6000.c (rs6000_override_options): Only warn
11944         about -fpic/-fPIC if extra_warnings set.
11945
11946 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
11947
11948         * expr.c (expand_expr): Sign-extend CONST_INT generated from
11949         TREE_STRING_POINTER.
11950         * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
11951
11952 Tue Mar 19 14:12:32 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11953
11954         * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
11955         in favor of SP if FRAME_POINTER_REQUIRED is false.
11956
11957 2002-03-19  Lars Brinkhoff  <lars@nocrew.org>
11958
11959         * emit-rtl.c (gen_int_mode): New function.
11960         * rtl.h: Prototype for it.
11961         * combine.c (make_extraction, simplify_comparison), expmed.c
11962         (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
11963         (convert_modes, store_field), optabs.c (expand_fix),
11964         simplify-rtx.c (neg_const_int, simplify_unary_real),
11965
11966         * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
11967         Use it instead of GEN_INT (trunc_int_for_mode (...)).
11968
11969 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
11970
11971         PR c/5656
11972         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
11973         convert_parm_for_inlining.
11974         * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
11975         Define.
11976         * langhooks-def.h: Likewise.
11977         * objc/objc-lang.c: Likewise.
11978         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
11979         function.
11980         * tree-inline.c (initialize_inlined_parameters):
11981         Call convert_parm_for_inlining lang hook if needed.
11982         * c-typeck.c (c_convert_parm_for_inlining): New function.
11983         * c-tree.h (c_convert_parm_for_inlining): Add prototype.
11984
11985 2002-03-18  Mark Mitchell  <mark@codesourcery.com>
11986
11987         * calls.c (precompute_arguments): Do not assume that temporaries
11988         can be destroyed after expanding the argument.
11989         (expand_call): Likewise.
11990
11991 2002-03-15  Eric Christopher  <echristo@redhat.com>
11992
11993         * config/mips/mips.md (movdf_internal2): Add two new move constraints.
11994         Fix register preference on last change.
11995         * config/mips/mips.c (mips_return_in_memory): New function.
11996         * config/mips/mips.h (RETURN_IN_MEMORY): Use.
11997         * config/mips/mips-protos.h: Declare.
11998         * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
11999         * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
12000
12001 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
12002
12003         * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
12004         a register too.
12005         (anddi3, iorsi3): Likewise.
12006
12007         * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
12008         use %gprel for symbols that are going to be placed in linkonce
12009         sections.
12010
12011         * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
12012         RETURN_ADDRESS_POINTER_REGNUM to $ra.
12013         (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
12014         not needed.  Disregard leaf_function_p().
12015         (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
12016         mips16 frame pointer.
12017         * config/mips/mips.md (store ra): Only to small SP offsets.
12018         2001-08-22  Graham Stott  <grahams@redhat.com>
12019         * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
12020         return a REG rtx for the return address register.
12021
12022 2002-03-18  Bob Wilson  <bob.wilson@acm.org>
12023
12024         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
12025         constant-pool addresses as "mode-dependent".
12026         (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
12027
12028 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
12029
12030         PR target/5740
12031         * expr.c (emit_group_load): Use extract_bit_field if
12032         needed for CONCAT arguments.
12033
12034 2002-03-18  Richard Earnshaw  <rearnsha@arm.com>
12035
12036         PR target/4863
12037         * arm.md (tablejump): Make this a define_expand.  For PIC add the
12038         offset to the base of the table.
12039         (thumb_tablejump): Matcher for Thumb tablejump insn.
12040         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
12041         as the difference of two labels.
12042         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
12043         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
12044         tables in the code.
12045         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
12046         * arm.c (get_jump_table_size): If the table is not in the text
12047         section, return zero.
12048
12049 2002-03-18  Bernd Schmidt  <bernds@redhat.com>
12050
12051         * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
12052         of gen_rtx_SUBREG.
12053         (arm_reload_out_hi): Use gen_lowpart instead of
12054         gen_rtx_SUBREG to access QImode components.
12055         * config/arm/arm.md: Disable zero_extend split for QImode
12056         subregs in BIG_ENDIAN mode.
12057         (storehi_bigend): Match use of least significant byte.
12058         (storeinthi): Remove extraneous SUBREG.
12059         Add missing construction of operands[2].
12060         (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
12061         (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
12062         Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
12063
12064 2002-03-18  Aldy Hernandez  <aldyh@redhat.com>
12065
12066         * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
12067         any_operand.
12068
12069 2002-03-17  Richard Henderson  <rth@redhat.com>
12070
12071         * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
12072         explicitly.
12073
12074 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
12075
12076         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
12077         (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
12078
12079 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12080
12081         * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
12082
12083         * predict.c (estimate_bb_frequencies): Delete unused variables.
12084
12085 2002-03-17  Richard Henderson  <rth@redhat.com>
12086
12087         * config/ia64/ia64.c (ia64_attribute_table): Move before
12088         targetm definition.  Make static.
12089
12090 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
12091
12092         * c-common.h (yyparse, c_common_parse_file): New.
12093         * c-lang.c: Include c-common.h.
12094         (LANG_HOOKS_PARSE_FILE): Redefine.
12095         * c-lex.c: Include c-common.h.
12096         (yyparse): Rename c_common_parse_file.  Call yyparse.
12097         * c-parse.in (yyparse): Remove macro.
12098         * c-tree.h (yyparse_1): Remove.
12099         * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
12100         (LANG_HOOKS_INITIALIZER): Update.
12101         * langhooks.h (struct lang_hoooks): New hook parse_file.
12102         * toplev.c (compile_file): Use parse_file hook.
12103         * tree.h (yyparse): Remove.
12104         * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
12105
12106 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
12107
12108         * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
12109         float_truncate, not fix.
12110         ("*truncdfsf2_real"): Ditto.
12111         ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
12112
12113         * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
12114
12115 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12116
12117         * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
12118         (s8), but rather HARD_FRAME_POINTER_REGNUM.  Add parentheses
12119         where appropriate.  Make the second reference to
12120         leaf_function_p a function call, as intended.  Reindented.
12121
12122         * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
12123         * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
12124
12125         * config/mips/mips.md (addsi3, adddi3): Use scratch register to
12126         add register to non-constant into sp.
12127
12128         * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
12129         * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
12130         (mips16_gp_pseudo_rtx): Lose.
12131         (INIT_EXPANDERS): Deleted.
12132         * config/mips/mips.c (mips_init_machine_status): New.
12133         (mips_free_machine_status): New.
12134         (mips_mark_machine_status): New.
12135         (override_options): Set them.
12136         (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
12137         (struct machine_function): ... new.  Replaced all references.
12138         (mips_add_gc_roots): Don't mark them.
12139         (embedded_pic_fnaddr_reg): New, extracted from...
12140         (embedded_pic_offset): ... here.
12141         * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
12142         (movsi): Likewise.
12143
12144 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12145
12146         * cppinit.c: Revert -MD removal.
12147
12148 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12149
12150         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
12151         soft registers by default for 68HC12.
12152         (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
12153         when compiling with -fomit-frame-pointer.
12154         (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
12155         (expand_epilogue): Likewise.
12156         (m68hc11_gen_rotate): Use exg when rotating by 8.
12157
12158 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12159
12160         * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
12161         * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
12162         (splits): Remove unused add splits.
12163         ("*addhi3_68hc12"): Tune constraints.
12164         ("addhi_sp"): Try to use X instead of Y in all cases and if the
12165         constant fits in 8-bits and D is dead use abx/aby instructions.
12166         ("*addhi3"): Remove extern declaration of ix_reg.
12167         ("*subsi3"): Optimize and provide new split.
12168         ("subhi3"): Cleanup.
12169         ("*subhi3_sp"): Avoid saving X if we know it is dead.
12170         (arith splits): For 68hc12 save the address register on the stack
12171         and do the arithmetic operation with a pop.
12172
12173 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12174
12175         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
12176         allocating QImode in address registers.
12177         ("*movqi_m68hc11"): Likewise.
12178
12179 Sat Mar 16 12:57:28 CET 2002  Jan HUbicka  <jh@suse.cz>
12180
12181         * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
12182
12183 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12184
12185         * cppinit.c (print_help): Display -MD and -MMD.
12186         Don't display usage string.  Update assertion syntax and
12187         typo.
12188         (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
12189         (cpp_handle_option): Update.
12190
12191 2002-03-15  Chris Demetriou  <cgd@broadcom.com>
12192
12193         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
12194         MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
12195         and define it so that regardless of target CPU size,
12196         __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
12197         of "int" rather than "long."
12198
12199 2002-03-15  Richard Henderson  <rth@redhat.com>
12200
12201         * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
12202         size as a tree.
12203
12204 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12205
12206         * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
12207         ("tstqi" split): Avoid using memory for tstqi on address register.
12208         (splits): Remove constraints.
12209         ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
12210         ("cmpdf", "cmpsf"): Remove since not used.
12211         ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
12212         (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
12213
12214 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12215
12216         * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
12217         ("neghi2"): Tighten constraints.
12218         ("one_cmplsi2"): Optimize and simplify split.
12219         * config/m68hc11/larith.asm (__negsi2): Likewise for library.
12220
12221 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12222
12223         * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
12224         and split of AND operation to clear the upper bits.
12225         ("*logicalsi3_zextqi"): Likewise.
12226         ("*logicallhi3_zexthi_ashift8"): Likewise.
12227         ("*logicalsi3_silshr16"): Likewise.
12228         ("logicalsi3_silshl16"): Likewise.
12229         ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
12230
12231 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12232
12233         * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
12234         (m68hc11_indirect_p): New function.
12235         (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
12236         (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
12237         TARGET_M6812.
12238         (asm_print_register): Likewise.
12239         * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
12240         (m68hc11_indirect_p): Declare.
12241         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
12242         (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
12243         (TARGET_SWITCHES): New option -mrelax.
12244         * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
12245         destination.
12246         ("iorsi3", "xorsi3"): Likewise.
12247         ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
12248         ("*andhi3_mem"): New to handle destination in memory with bclr
12249         and a scratch register.
12250         ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
12251         ("*andhi3_const"): New when operand2 is constant.
12252         ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
12253         ("*andhi3_gen"): Cleanup of the old "andhi3".
12254         ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
12255         ("xorqi3"): Update constraints.
12256
12257 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12258
12259         * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
12260         for reg_equiv_memory_loc when the operand is a register that does
12261         not get a hard register (stack location).
12262         (tst_operand): After reload, accept all memory operand.
12263         (symbolic_memory_operand): Fix detection of symbolic references.
12264         * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
12265         accept symbols and any constant.
12266
12267 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12268
12269         * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
12270         note on the insn that sets the soft frame register.
12271         (must_parenthesize): ix and iy are also reserved names.
12272         (print_operand_address): One more place where parenthesis are required
12273         to avoid confusion with register names.
12274         (m68hc11_gen_movhi): Allow push of stack pointer.
12275         (m68hc11_check_z_replacement): Fix handling of parallel with a
12276         clobber.
12277         (m68hc11_z_replacement): Must update the REG_INC notes to tell what
12278         the replacement register is.
12279         * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
12280         and D8_REGS classes.
12281         (MODES_TIEABLE_P): All modes are tieable except QImode.
12282
12283 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12284
12285         * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
12286         (___subdi3): Likewise.
12287         (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
12288         (__map_data_section): Optimize 68hc11 case.
12289
12290 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12291
12292         * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
12293         than a shift to avoid adding a register with itself.
12294         (m68hc11_memory_move_cost): Take into account NO_REGS.
12295         (m68hc11_register_move_cost): Update and use memory move cost
12296         for soft registers.
12297         (m68hc11_address_cost): Make cost of valid offset not 0 so that
12298         it gives more opportunities to cse to optimize.
12299         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
12300         * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
12301
12302 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
12303
12304         * c-common.c (statement_code_p): Handle CLEANUP_STMT.
12305         * c-common.def (CLEANUP_STMT): New tree node.
12306         * c-common.h (CLEANUP_DECL): New macro.
12307         (CLEANUP_EXPR): Likewise.
12308         * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
12309         * expr.c (expand_expr): Tidy.
12310         * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
12311         * tree-inline.c (initialize_inlined_parameters): Clean up
12312         new local variables.
12313
12314 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
12315
12316         PR bootstrap/4128
12317         * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
12318         before movrXX only, use reg_overlap_mentioned_p.
12319         Only special case NE if just one insn can be generated.
12320
12321 2002-03-15  Jason Merrill  <jason@redhat.com>
12322
12323         * varasm.c (assemble_variable): Call resolve_unique_section before
12324         checking DECL_SECTION_NAME.  Use zeros for a decl with DECL_INITIAL
12325         of error_mark_node.
12326
12327 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
12328
12329         PR target/5170
12330         * arm.md (split pattern for thumb shiftable immediates): Add comment
12331         explaining non-obvious test.
12332
12333 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
12334
12335         PR target/5712
12336         * arm.md (movaddr, movaddr_insn): Delete.
12337
12338 2002-03-15  Jason Merrill  <jason@redhat.com>
12339
12340         * toplev.c (wrapup_global_declarations): Clarify variable handling.
12341         -fkeep-static-consts doesn't apply to comdats.
12342
12343 2002-03-14  Richard Henderson  <rth@redhat.com>
12344
12345         * c-decl.c: Include c-pragma.h.
12346         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
12347         (finish_function): Tidy.
12348         * c-pragma.c: Include c-common.h.
12349         (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
12350         (handle_pragma_weak): Use them.
12351         (init_pragma): Register pending_weaks.
12352         * c-pragma.h (maybe_apply_pragma_weak): Declare.
12353         * print-tree.c (print_node): Print DECL_WEAK.
12354         * varasm.c (mark_weak_decls): Remove.
12355         (remove_from_pending_weak_list): Remove.
12356         (add_weak): Remove.
12357         (asm_emit_uninitialised): Call globalize_decl for weak commons.
12358         (weak_decls): Make a tree_list.
12359         (declare_weak): Cons weak_decls directly.
12360         (globalize_decl): Remove weak_decls elements directly.
12361         (weak_finish): Simplify weak_decls walk.  Don't weaken unused
12362         symbols.  Don't pretend to handle aliases.
12363         (init_varasm_once): Update weak_decls registry.
12364         * Makefile.in: Update dependencies.
12365
12366 2002-03-14  Richard Henderson  <rth@redhat.com>
12367
12368         PR target/5312
12369         * config/ia64/ia64.c: Include tm_p.h last.
12370         (gen_nop_type): Remove duplicate definition.
12371         (cycle_end_fill_slots): Set sched_data for second L slot.
12372         (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
12373         (nop_cycles_until): Fix typos.
12374
12375 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
12376
12377         PR optimization/5891
12378         * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
12379
12380 2002-03-14  David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
12381
12382         * config/ia64/unwind-ia64.c: Handle copy_state and label_state
12383           descriptors correctly.
12384
12385 2002-03-14  Michael Meissner  <meissner@redhat.com>
12386
12387         * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
12388         100, allowing MAX_UNROLLED_INSNS to be overridden.
12389
12390         * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
12391         --param.
12392
12393         * unroll.c (params.h): Include.
12394         (MAX_UNROLLED_INSNS): Delete, now in params.h.
12395
12396         * doc/invoke.texi (--param max-unroll-insns): Document.
12397
12398         * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
12399
12400 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
12401
12402         * arm.md: Fix warnings about constraints in peepholes and splits.
12403
12404 2002-03-14  Zack Weinberg  <zack@codesourcery.com>
12405
12406         * cpphash.h (struct lexer_state): Remove line_extension member.
12407         * cpplib.c (dequote_string, do_linemarker): New functions.
12408         (linemarker_dir): New data object.
12409         (DIRECTIVE_TABLE): No longer need to interpret #line in
12410         preprocessed source.  Delete obsolete comment about return
12411         values of handlers.
12412         (end_directive, directive_diagnostics, _cpp_handle_directive):
12413         Don't muck with line_extension.
12414         (directive_diagnostics): No need to issue warnings for
12415         linemarkers here.
12416         (_cpp_handle_directive): Issue warnings for linemarkers here,
12417         when appropriate.  Dispatch linemarkers to do_linemarker, not
12418         do_line.
12419         (do_line): Code to handle linemarkers split out to do_linemarker.
12420         Convert escape sequences in filename argument, both places.
12421
12422         * cppmacro.c (quote_string): Rename cpp_quote_string and
12423         export.  All callers changed.
12424         * cpplib.h (cpp_quote_string): Prototype.
12425         * cppmain.c (print_line): Call cpp_quote_string on to_file
12426         before printing it.
12427
12428         * doc/cpp.texi: Document that escapes are now interpreted in
12429         #line and in linemarkers, and that non-printing characters are
12430         converted to octal escapes when linemarkers are generated.
12431
12432 Thu Mar 14 19:04:29 CET 2002  Jan Hubicka  <jh@suse.cz>
12433
12434         * emit-rtl.c (try_split): Use delete_insns.
12435         * recog.c (split_all_insns): Fix terminating condition.
12436
12437 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
12438             Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
12439
12440         PR target/5828
12441         * arm.c (arm_output_epilogue): Fix floating-point register save
12442         adjustment when using a frame pointer.
12443
12444 2002-03-14  Richard Sandiford  <rsandifo@redhat.com>
12445
12446         * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
12447         * config/mips/mips.c (compute_frame_size): Retrofit them here.
12448         (save_restore_insns, mips_expand_epilogue): And here.
12449         (build_mips16_call_stub): And here.
12450         (mips_function_value): Use the new macros to decide whether a single
12451         or complex float can be returned in floating-point registers.  Return
12452         a parallel rtx in the complex case.
12453
12454 Thu Mar 14 11:03:12 CET 2002  Jan Hubicka  <jh@suse.cz>
12455
12456         * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
12457         call after liveness analysis.
12458
12459         * recog.c (split_insn): Use delete_insn_and_edges.
12460
12461         * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
12462         instructions to have branch prediction notes.
12463         * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
12464
12465 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
12466
12467         * configure.in: Don't pass -Wno-long-long to a ADA compiler
12468         that doesn't support it.
12469         * configure: Regenerate.
12470
12471 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
12472
12473         PR target/5626
12474         * config/sparc/sparc.md (normal_branch, inverted_branch,
12475         normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
12476         inverted_fp_branch): Adjust calls to output_cbranch.
12477         Set length attribute.
12478         (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
12479         output_v9branch.  Set length attribute.
12480         * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
12481         predicates.
12482         (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
12483         (output_cbranch): Likewise.  Handle far branches.
12484         (output_v9branch): Handle far branches.
12485         * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
12486         Adjust prototypes.
12487         * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
12488         noov_compare64_op predicates.
12489
12490 2002-03-13  Jason Merrill  <jason@redhat.com>
12491
12492         * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
12493         into the function and constify it.
12494         * gthr-dce.h, gthr-solaris.h: Likewise.
12495
12496 2002-03-13  David Edelsohn  <edelsohn@gnu.org>
12497
12498         * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
12499         * config/rs6000/rs6000.c (rs6000_va_arg): Use
12500         std_expand_builtin_va_arg if not ABI_V4.
12501
12502 2002-03-13  Jason Merrill  <jason@redhat.com>
12503
12504         * varasm.c (globalize_decl): New fn.
12505         (assemble_start_function): Use it.
12506         (asm_emit_uninitialized): Use it.
12507         (assemble_alias): Use it.
12508         (assemble_variable): Use it.
12509
12510 2002-03-13  Hans-Peter Nilsson  <hp@axis.com>
12511
12512         * config/cris/cris.c (cris_target_asm_function_prologue): Revert
12513         2002-03-12 internal visibility change.
12514         (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
12515         visibility into SYMBOL_REF_FLAG.
12516
12517 2002-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
12518
12519         * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
12520         VOIDmode operand.  Add compile-time optimization for constant results.
12521
12522 2002-03-12  Jason Merrill  <jason@redhat.com>
12523
12524         * c-typeck.c (convert_for_assignment): Don't allow conversions
12525         between pointers and references.  Only allow lvalues to convert to
12526         reference.
12527
12528 2002-03-13  Hartmut Penner  <hpenner@de.ibm.com>
12529
12530         * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
12531         before prologue, to avoid scheduling problems.
12532
12533 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
12534
12535         * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
12536         (ELIMINABLE_REGS): Add sfp->sp.
12537         (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
12538
12539 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
12540
12541         PR optimization/5892
12542         * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
12543
12544 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
12545
12546         * loop.c (basic_induction_var): Don't call convert_modes if mode
12547         classes are different.
12548
12549 2002-03-12  Richard Henderson  <rth@redhat.com>
12550
12551         PR optimization/5901
12552         * function.c (reposition_prologue_and_epilogue_notes): Position
12553         the markers after/before the last/first insn not deleted.
12554
12555 2002-03-12  Richard Henderson  <rth@redhat.com>
12556
12557         PR optimization/5878
12558         * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
12559         config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
12560         (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
12561
12562         * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
12563         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
12564         PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
12565
12566         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
12567         * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
12568         (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
12569         also.  Don't set it if not flag_pic.
12570         * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
12571         to be INVALID_REGNUM when not used.
12572
12573 2002-03-13  Aldy Hernandez  <aldyh@redhat.com>
12574
12575         * expmed.c (store_bit_field): Reset alias set for memory.
12576         (extract_bit_field): Same.
12577
12578 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12579
12580         * c-common.c (c_tree_code_type, c_tree_code_length,
12581         c_tree_code_name, add_c_tree_codes): Delete.
12582         * c-common.h (add_c_tree_codes): Delete.
12583         * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
12584         Define.
12585         * c-objc-common.c (c_objc_common_init): Don't call
12586         add_c_tree_codes, instead set lang_unsafe_for_reeval.
12587         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
12588         objc_tree_code_name, add_objc_tree_codes): Delete.
12589         (objc_init): Don't call add_objc_tree_codes.
12590         * objc/objc-lang.c (tree_code_type, tree_code_length,
12591         tree_code_name): Define.
12592         * toplev.c (lang_independent_init): Don't set
12593         tree_code_length[IDENTIFIER_NODE].
12594         * tree.c (tree_code_type, tree_code_length, tree_code_name):
12595         Delete definitions, moved to language front-ends.
12596         * tree.def (IDENTIFIER_NODE): Hardwire the length.
12597         * tree.h (tree_code_type, tree_code_length, tree_code_name):
12598         Const-ify.
12599         (tree_code_length): Change type to unsigned char.
12600
12601 2002-03-12  Richard Henderson  <rth@redhat.com>
12602
12603         * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
12604         internal visibility change.
12605
12606 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12607
12608         * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
12609         validize_mem() instead of change_address to avoid clobbering
12610         memory attributes.
12611
12612 2002-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
12613
12614         * c-lex.h (position_after_whitespace): Remove.
12615
12616 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
12617
12618         * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
12619         (lex_string): Use unsigned char pointers.
12620
12621 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
12622
12623         * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
12624         is not a valid memory_operand.
12625
12626 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12627
12628         * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
12629         * config/xtensa/lib1funcs.asm: Fix copyright to include
12630         special case for libgcc files.
12631         (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
12632         (__divsi3): Likewise.
12633         (__umodsi3): Likewise.
12634         (__modsi3): Likewise.
12635         * config/xtensa/lib2funcs.S: Fix copyright to include
12636         special case for libgcc files.
12637
12638 2002-03-12  Tom Rix  <trix@redhat.com>
12639
12640         * collect2.c (resolve_lib_name): Move outside of
12641         OBJECT_FORMAT_COFF ifdef.
12642         (ignore_library): Same.
12643
12644 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12645
12646         * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
12647
12648 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12649
12650         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
12651         to function_section before writing out the constant pool.
12652
12653 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
12654
12655         * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
12656         zero_constant.
12657         * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
12658
12659 2002-03-12  Alan Modra  <amodra@bigpond.net.au>
12660
12661         * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
12662         (adddi3): Likewise.
12663         (movdf): Likewise.
12664         (movdi): Likewise.
12665         (cmpsi splitter): Likewise.
12666         (modsi3): Fail if <= 0.
12667         * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
12668         redundant test when HOST_BITS_PER_WIDE_INT != 32.
12669         (reg_or_sub_cint64_operand): Likewise.
12670         (num_insns_constant_wide): Optimize sign extension.
12671         (rs6000_legitimize_address): Likewise.
12672
12673 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
12674
12675         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
12676         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
12677
12678 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
12679
12680         * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
12681         address calculation.
12682
12683 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
12684
12685         * config/s390/s390.md (reload_insi, reload_indi): Change mode of
12686         scratch register to DImode / TImode.
12687         config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
12688         register used does not overlap the target.
12689
12690 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12691
12692         * Makefile.in (debug.o): Depend on debug.h.
12693         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
12694         * debug.c (do_nothing_debug_hooks): Likewise.
12695         * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
12696         sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
12697         dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
12698         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
12699         * dwarfout.c (dwarf_debug_hooks): Likewise.
12700         * integrate.c (output_inline_function): Likewise.
12701         * objc/objc-act.c (synth_module_prologue): Likewise.
12702         * sdbout.c (sdb_debug_hooks): Likewise.
12703         * toplev.c (debug_hooks): Likewise.
12704         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
12705
12706 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12707
12708         * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
12709         dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
12710         m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
12711         ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
12712         v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
12713         * defaults.h (POINTER_SIZE): Define.
12714         * doc/tm.texi (POINTER_SIZE): Document default.
12715
12716 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12717
12718         * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
12719
12720 2002-03-11  Richard Henderson  <rth@redhat.com>
12721
12722         * toplev.c (rest_of_compilation): Call purge_all_dead_edges
12723         if rebuild_label_notes_after_reload.
12724
12725 2002-03-12  Hans-Peter Nilsson  <hp@axis.com>
12726
12727         * config/cris/cris.c (cris_target_asm_function_prologue):  Do not
12728         emit pic register load if "internal" visibility.
12729         (cris_print_operand): Avoid traditional-warning for 0xffffffff.
12730         (cris_expand_builtin_va_arg): Do all computations on trees.
12731
12732 2002-03-11  Richard Henderson  <rth@redhat.com>
12733
12734         * rtlanal.c: Include recog.h.
12735         (keep_with_call_p): Fix thinko.
12736         * Makefile.in (rtlanal.o): Update dependencies.
12737
12738 2002-03-11  Chris Meyer  <cmeyer@gatan.com>
12739
12740         * genflags.c (gen_insn): Use IS_VSPACE.
12741         * genoutput.c (output_insn_data): Likewise.
12742         (process_template): Likewise.
12743
12744 2002-03-11  Richard Henderson  <rth@redhat.com>
12745
12746         * toplev.c (rest_of_compilation): Don't compile if we've had errors.
12747
12748 2002-03-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12749
12750         * Makefile.in: Update.
12751         * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
12752         Update documentation.
12753         * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
12754         * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
12755
12756 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
12757
12758         * Makefile.in: Give texi2pod its input file as a command line
12759         argument, not on stdin.
12760
12761 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
12762             Daniel Berlin  <dan@dberlin.org>
12763
12764         C++ alias analysis improvement.
12765         * alias.c (record_component_aliases): Record aliases for base
12766         classes too.
12767
12768 2002-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
12769
12770         * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
12771
12772 2002-03-11  Douglas B Rupp  <rupp@gnat.com>
12773
12774         * toplev.c (vms_fopen): Remove, not needed.
12775
12776         * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
12777
12778         * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
12779
12780         * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
12781         for FP, already done later.
12782
12783         * toplev.c (debug_args): Add entry for VMS_DEBUG.
12784         * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
12785
12786 2002-03-11  Richard Sandiford  <rsandifo@redhat.com>
12787
12788         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
12789         (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
12790         LARGEST_EXPONENT_IS_NORMAL for the given mode.
12791         (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
12792         * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
12793         (ediv, emul, eldexp, esqrt): Likewise.
12794         (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
12795         (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
12796         (saturate): New function.
12797         (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
12798         (make_nan): Use a saturation value instead of a NaN if
12799         LARGEST_EXPONENT_IS_NORMAL.  Warn when this happens.
12800         * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
12801         inputs if LARGEST_EXPONENT_IS_NORMAL.  Represent subnormals as
12802         zero if NO_DENORMALS.  Only round to nearest if !ROUND_TOWARDS_ZERO.
12803         (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
12804         (_fpmul_parts, _fpdiv_parts): Only round to nearest if
12805         !ROUND_TOWARDS_ZERO.
12806         * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
12807         (ROUND_TOWARDS_ZERO): Document.
12808
12809 2002-03-11  Andreas Jaeger  <aj@suse.de>
12810
12811         * cfg.c (dump_flow_info): Remove unused variable.
12812
12813 2002-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
12814
12815         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
12816         computations on trees.
12817
12818 2002-03-10  Richard Henderson  <rth@redhat.com>
12819
12820         PR 5693:
12821         * reload.c (copy_replacements_1): New.
12822         (copy_replacements): Use it to recurse through the rtx.
12823
12824 2002-03-10  Richard Henderson  <rth@redhat.com>
12825
12826         * loop.c (strength_reduce): Compute number of iterations as
12827         unsigned HOST_WIDE_INT.
12828
12829 2002-03-10  Richard Henderson  <rth@redhat.com>
12830
12831         * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
12832         to move away from the end of the block.
12833
12834 2002-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
12835
12836         PR preprocessor/5899
12837         * cppinit.c (init_dependency_output): Don't ignore -dM etc.
12838
12839 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12840
12841         * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
12842
12843         * attribs.c (decl_attributes): Fix signed/unsigned warning.
12844
12845 2002-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
12846
12847         * config/mmix/mmix.c: Improve comments.
12848         (mmix_target_asm_function_prologue): Drop variable
12849         empty_stack_frame.  Don't allocate unused slot above fp.
12850         (mmix_target_asm_function_epilogue): Mirror prologue changes.
12851         * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
12852         brace in first column.
12853         (enum reg_class): Ditto.
12854         (FIRST_PARM_OFFSET): Now 0.
12855         (USER_LABEL_PREFIX): Remove #if 0:d definition.
12856
12857 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12858
12859         * combine.c (make_extraction): Fix error in last change.
12860
12861 2002-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12862
12863         * c4x.c (c4x_fp_reglist): Const-ify.
12864         * cris.c (cris_print_operand): Likewise.
12865         * i386.c (ix86_va_arg): Likewise.
12866         * ia64/unwind-ia64.c (unw_decode_table): Likewise.
12867         * m32r.c (m32r_hard_regno_mode_ok): Likewise.
12868         * m32r.h (m32r_hard_regno_mode_ok): Likewise.
12869         * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
12870         * mcore.h (regno_reg_class): Likewise.
12871         * mips.c (gen_int_relational): Likewise.
12872         * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
12873         * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
12874         * pdp11.c (move_costs): Likewise.
12875         * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
12876         * s390.c (s390_branch_condition_mnemonic, regclass_map):
12877         Likewise.
12878         * s390.h (regclass_map): Likewise.
12879         * sh.c (shift_amounts): Likewise.
12880         * sh.md (rotlsi3): Likewise.
12881
12882 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
12883
12884         * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
12885         (ne0+5): Use new clobber to generate proper shift pattern.
12886         Patch by Michael Matz <matz@kde.org>.
12887
12888 2002-03-09  Andreas Schwab  <schwab@suse.de>
12889
12890         * gcc.c (validate_all_switches): Also handle `%W{...}'.
12891
12892 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
12893
12894         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
12895
12896 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
12897
12898         PR middle-end/5877
12899         * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
12900         even for non-representable constants.
12901
12902 Sat Mar  9 07:20:01 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12903
12904         * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
12905         * function.c (fixup_var_refs): Add MAY_SHARE parameter.
12906         (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
12907         (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
12908         (pop_function_context): Compute MAY_SHARE parameter for
12909         fixup_var_refs.
12910         (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
12911         (gen_mem_addressof): Call fixup_var_refs with new parm.
12912
12913         * combine.c (make_extraction): Don't make extension of CONST_INT.
12914
12915 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
12916
12917         * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
12918         in o32 and o64 ABIs.
12919         * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
12920         but getting fixed-size structs passed in registers regardless of
12921         padding in o32 and o64 ABIs.
12922
12923         * config/mips/mips.c (mips_va_arg): Apply big-endianness address
12924         offset before loading address of argument passed by transparent
12925         reference.
12926
12927 2002-03-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12928
12929         * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
12930
12931 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
12932
12933         * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
12934         marker such that registers after it are saved.
12935
12936 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12937
12938         * sparc.c (arith_4096_operand): Fix error in last change.
12939
12940 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
12941
12942         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
12943         defaults for MEABI.
12944
12945 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
12946
12947         * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
12948         vectors.
12949
12950 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
12951
12952         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
12953
12954 Fri Mar  8 21:27:49 CET 2002  Jan Hubicka  <jh@suse.cz>
12955
12956         * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
12957         removed; fix return value.
12958         * combine.c (combine_instructions): Dirtify blocks where we failed to
12959         update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
12960         * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
12961
12962 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12963
12964         * gcse.c (insert_insn_end_bb): Fix typo in last change.
12965
12966 Fri Mar  8 21:08:52 CET 2002  Jan Hubicka  <jh@suse.cz>
12967
12968         * recog.c (peephole2_optimize): Re-distribute EH edges.
12969
12970 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12971
12972         * expr.c (expand_expr): Use unsave lang hook.
12973         * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
12974         (LANG_HOOKS_INITIALIZER): Update.
12975         * langhooks.h (struct lang_hooks): New hook unsave.
12976         * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
12977         (unsave_expr_1): Remove unused lang_unsave_expr_now.
12978         (unsave_expr_now_r): Rename lhd_unsave.  Update. Return input.
12979         (unsave_expr_now): Remove.
12980         * tree.h (unsave_expr_now, lang_unsave,
12981         lang_unsave_expr_now): Remove.
12982         (lhd_unsave): New.
12983
12984 2002-03-08  Andreas Jaeger  <aj@suse.de>
12985
12986         * flow.c (propagate_block_delete_insn): Remove unused variable.
12987
12988 2002-03-08  Kazu Hirata  <kazu@hxi.com>
12989
12990         * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
12991         insn length for memory load/store.
12992
12993 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12994
12995         * doc/install.texi (--with-libiconv-prefix): Document.
12996
12997 2002-03-08  Michael Y. Brukman  <myb2@cornell.edu>
12998
12999         * doc/sourcebuild.texi: Fix typo.
13000
13001 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
13002
13003         PR c/3711
13004         * builtins.c (std_expand_builtin_va_arg): Do all computations on
13005         trees.
13006
13007 Fri Mar  8 06:48:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13008
13009         * rtl.c (copy_most_rtx): Move from here ...
13010         * emit-rtl.c (copy_most_rtx): ... to here.
13011
13012 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
13013
13014         * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
13015         SUBTARGET_CPP_SIZE_SPEC.
13016         * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
13017
13018         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
13019
13020 2002-03-07  Matt Hiller  <hiller@redhat.com>
13021
13022         * gensupport.c (first_dir_md_include): Renamed from include;
13023         change all references.
13024         (last_dir_md_include): Renamed from last_include; change all
13025         references.
13026         (init_md_reader): Unconditionally initialize base_dir whether or
13027         not filename is a relative path.
13028
13029 2002-03-07  Alexandre Oliva  <aoliva@redhat.com>
13030
13031         * config/fp-bit.c (_unord_f2): Compile it in even if
13032         US_SOFTWARE_GOFAST is enabled.
13033
13034         * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
13035         NULL_RTX.  Set all HFmode operations as NULL_RTX.
13036         * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
13037         NULL_RTX, try reversing the comparison and the operands.
13038
13039 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
13040
13041         * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
13042         genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
13043         and MATCH_OP_DUP.
13044
13045 Thu Mar  7 16:54:10 CET 2002  Jan Hubicka  <jh@suse.cz>
13046
13047         * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
13048
13049 Thu Mar  7 16:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
13050
13051         * basic-block.h (fixup_abnormal_edges): Declare.
13052         * reload1.c (fixup_abnormal_edges): New function.
13053         * reg-stack.c (convert_regs): Use it.
13054
13055         * gcse.c (insert_insn_end_bb): Handle trapping insns.
13056
13057         * gcse.c (hash_scan_set): Refuse instructions with EH edges.
13058
13059 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
13060
13061         * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
13062         (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
13063         * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
13064         (HONOR_SIGN_DEPENDENT_ROUNDING): New.
13065         * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
13066         * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
13067         unless x and y could be infinite.
13068         (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
13069         Check that the common type of both arguments is a real, even for
13070         targets without unordered comparisons.  Allow an integer argument
13071         to be compared against a real.
13072         (expand_tree_builtin): Use expand_unordered_cmp.
13073         * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
13074         * cse.c (fold_rtx): Likewise.  Fix indentation.
13075         * fold-const.c (fold_real_zero_addition_p): New.
13076         (fold): Use it, and the new HONOR_... macros.
13077         * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
13078         * jump.c (reversed_comparison_code_parts): After searching for
13079         the true comparison mode, use HONOR_NANS to decide whether it
13080         can be safely reversed.
13081         (reverse_condition_maybe_unordered): Remove IEEE check.
13082         * simplify-rtx.c (simplify_binary_operation): Use the new macros
13083         to decide which simplifications are valid.  Allow the following
13084         simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
13085         and (a - -b) to (a + b).
13086         (simplify_relational_operation): Use HONOR_NANS.
13087         * doc/tm.texi: Document the MODE_HAS_... macros.
13088
13089 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
13090
13091         * combine.c (simplify_comparison): If simplifying a logical shift
13092         right and compare with constant, force the comparison to unsigned.
13093
13094 2002-03-07  Aldy Hernandez  <aldyh@redhat.com>
13095
13096         * doc/invoke.texi: Add documentation for -mabi=no-altivec.
13097
13098         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
13099         -mabi=no-altivec
13100         (alt_reg_names): Remove % for vrsave.
13101
13102 2002-03-06  Richard Henderson  <rth@redhat.com>
13103
13104         PR optimization/5844
13105         * genemit.c (gen_exp): New argument used.  Invoke copy_rtx
13106         if used indicates we've already emitted one copy of an operand.
13107         (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
13108         (gen_split): Supply a non-null used.
13109
13110 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
13111
13112         * reload1.c (reload): Unshare all rtl after reload is done.
13113
13114         * simplify-rtx.c (simplify_plus_minus): Do not abort,
13115         but simply fail if the expression is too complex to simplify.
13116         (simplify_gen_binary): Handle simplify_plus_minus failures.
13117
13118 Wed Mar  6 20:32:09 CET 2002  Jan Hubicka  <jh@suse.cz>
13119
13120         * toplev.c (rest_of_compilation): Do jump threading before SSA path;
13121         consistently call delete_trivially_dead_insns after CSE and GCSE;
13122         fix DFI_life dumping; do jump threading after liveness; do crossjumping
13123         after liveness2; update comment in last crossjumping.
13124         * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
13125
13126 Wed Mar  6 12:27:10 2002  Jeffrey A Law  (law@redhat.com)
13127
13128         * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
13129         after completing fast dead code elimination.
13130
13131         * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
13132         COMPARE operator.
13133
13134 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
13135
13136         * version.c:  Fix misplaced leading blanks on first line.
13137
13138 Wed Mar  6 19:08:03 CET 2002  Jan Hubicka  <jh@suse.cz>
13139
13140         * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
13141
13142 Wed Mar  6 18:14:43 CET 2002  Jan Hubicka  <jh@suse.cz>
13143
13144         * cfgcleanup.c (mentions_nonequal_regs): New function.
13145         (thread_jump): Use it.
13146         * toplev.c (rest_of_compilation): Run jump threading after
13147         liveness.
13148
13149 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
13150
13151         * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
13152         patch.
13153
13154 Wed Mar  6 11:28:19 CET 2002  Jan Hubicka  <jh@suse.cz>
13155
13156         * predict.c (estimate_bb_frequencies): Do not reload the
13157         frequencies from notes.
13158
13159 Wed Mar  6 10:59:39 CET 2002  Jan Hubicka  <jh@suse.cz>
13160
13161         * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
13162         * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
13163
13164         * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
13165         delete_noop_moves): Return indeger.
13166         * flow.c (ndead): New variable.
13167         (propagate_block_delete_insn): Use delete_insn_and_edges; remove
13168         BB argument; update callers.
13169         (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
13170         (life_analysis): Do not call purge_all_dead_edges.
13171         (update_life_info): Return number of deleted insns; print statistics.
13172         (update_life_info_in_dirty_blocks): likewise.
13173         (delete_noop_moves): Use delete_insn_and_edges; print statistics;
13174         return number of insns deleted.
13175
13176         * cse.c: Include timevar.h
13177         (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
13178         iterate until stabilizes; print statistics; return number of killed
13179         insns.
13180         * Makefile.in: (cse.o): Add timevar.h dependency
13181         * rtl.h (delete_trivially_dead_insns): New.
13182         * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
13183         * toplev.c (rest_of_compilation): Update callers.
13184
13185         * cfgcleanup.c (try_optimize_cfg): Kill blocks.
13186         (try_optimize_cfg): Do not update liveness.
13187         (cleanup-cfg): Loop until try_optimize_cfg and dead code
13188         removal stabilizes; use delete_trivially_dead_insns.
13189
13190         * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
13191
13192 2002-03-05  Zack Weinberg  <zack@codesourcery.com>
13193
13194         * cppmain.c (setup_callbacks): Disable #pragma and #ident
13195         callbacks when processing assembly language.
13196
13197 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13198
13199         * pa.h (ASM_FILE_END): Define.
13200         * som.h (ASM_FILE_END): Delete.
13201
13202         * pa.c (function_arg): Don't pass floats in general registers in
13203         indirect calls if TARGET_ELF32.
13204
13205 2002-03-05  Richard Henderson  <rth@redhat.com>
13206
13207         * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
13208
13209 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13210
13211         * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
13212
13213 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
13214
13215         * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
13216         -r command line.  Don't hide any symbols if not building
13217         shared libgcc.
13218
13219 Tue Mar  5 18:31:27 CET 2002  Jan Hubicka  <jh@suse.cz>
13220
13221         * cfg.c (dump_flow_info): Warn about profile mismatches.
13222         * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
13223         (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
13224
13225 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
13226
13227         * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
13228         wide volatile memory by parts.
13229
13230 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
13231
13232         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
13233         is NULL.
13234
13235 2002-03-05  Richard Henderson  <rth@redhat.com>
13236
13237         * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
13238
13239 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
13240
13241         * toplev.c (documented_lang_options): Document more
13242         language-specific options.
13243         * doc/invoke.texi (Warning Options): Correct documentation for
13244         -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
13245         * c-decl.c (c_decode_option): Use a table to handle warning options.
13246
13247 2002-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
13248
13249         * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
13250         parameter to mmix_encode_section_info.
13251         (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
13252         relocatably.  Always produce ELF, not mmo if linking relocatably.
13253         * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
13254         first is non-zero, don't add symbol prefix.
13255         * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
13256         prototype accordingly.
13257
13258 2002-03-04  Krister Walfridsson  <cato@df.lth.se>
13259
13260         * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
13261
13262 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13263
13264         * configure.in: Increase required makeinfo version to 4.1.
13265         * configure: Regenerate.
13266
13267 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
13268
13269         * .cvsignore: Remove *.info* and genrtl*; these files are generated
13270         elsewhere now.
13271
13272 2002-03-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13273
13274         * doc/include/texinfo.tex: Update to version 2002-03-01.06.
13275         * doc/invoke.texi: Fix @math uses.
13276
13277 Mon Mar  4 15:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
13278
13279         * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
13280         removal
13281
13282 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
13283
13284         * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
13285         (powerpc-*-eabisimaltivec*): Same.
13286
13287         * config/rs6000/t-ppcendian: New.
13288
13289 2002-03-04  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13290
13291         * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
13292         nonimmediate_src_operand and nonimmediate_lsrc_operand to
13293         disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
13294
13295 2002-03-03  Richard Henderson  <rth@redhat.com>
13296
13297         * toplev.c (rest_of_decl_compilation): Revert last two changes.
13298
13299 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
13300
13301         * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
13302         print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
13303         tree.c, config/m68k/m68k.c:
13304         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
13305         REAL_ARITHMETIC blocks unconditional.  Delete some further
13306         #ifdef blocks predicated on REAL_ARITHMETIC.
13307         * flags.h, toplev.c: Delete remaining references to
13308         flag_pretend_float.
13309
13310         * doc/invoke.texi: Remove documentation of -fpretend-float.
13311         * doc/tm.texi: Describe the various REAL_* macros as provided by
13312         real.h, not by the target configuration files.
13313
13314         * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
13315         config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
13316         config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
13317         config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
13318         config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
13319         config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
13320         config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
13321         config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
13322         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
13323         config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
13324         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
13325         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
13326         config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
13327         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
13328         config/xtensa/xtensa.h:
13329         Do not define, undefine, or mention in comments any of
13330         REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
13331         REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
13332         REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
13333         REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
13334         REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
13335         REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
13336         REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
13337         REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
13338         REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
13339
13340 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13341
13342         * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
13343         convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
13344         i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
13345         m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
13346         pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
13347         stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
13348         Delete.
13349         * defaults.h (BITS_PER_WORD): Define.
13350         * doc/tm.texi (BITS_PER_WORD): Document default value.
13351
13352         * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
13353         m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
13354         stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
13355
13356 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13357
13358         * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
13359         lieu of explicit sizeof/sizeof.
13360         * i386.c (override_options, ix86_init_mmx_sse_builtins,
13361         ix86_expand_builtin): Likewise.
13362         * mips.c (mips_add_gc_roots): Likewise.
13363         * mmix.c (mmix_output_condition): Likewise.
13364         * rs6000.c (rs6000_override_options, altivec_expand_builtin,
13365         altivec_init_builtins): Likewise.
13366         * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
13367         * cppexp.c (Nsuff, parse_number): Likewise.
13368         * cppinit.c (builtin_array_end): Likewise.
13369         * gcc.c (n_default_compilers, process_command): Likewise.
13370         * genpreds.c (output_predicate_decls): Likewise.
13371         * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
13372         * lcm.c (N_ENTITIES): Likewise.
13373         * stor-layout.c (set_sizetype): Likewise.
13374
13375 2002-03-03  Richard Henderson  <rth@redhat.com>
13376
13377         * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
13378         for types or labels.
13379
13380 2002-03-03  Richard Henderson  <rth@redhat.com>
13381
13382         * c-decl.c (start_decl): Initialized variables are not common.
13383
13384 2002-03-02  Per Bothner  <per@bothner.com>
13385
13386         * gcc.c (option_map):  Suport new --bootclasspath option.
13387         --CLASSPATH is now just an alias for --classpath.
13388
13389 2002-03-02  Richard Henderson  <rth@redhat.com>
13390
13391         * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
13392         load if "internal" visibility.
13393         * doc/extend.texi: Document visibility meanings.
13394
13395 2002-03-02  Richard Henderson  <rth@redhat.com>
13396
13397         * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
13398         to functions as well.
13399
13400 2002-03-02  Richard Henderson  <rth@redhat.com>
13401
13402         * attribs.c (handle_alias_attribute): Don't call assemble_alias.
13403         (handle_visibility_attribute): Don't call assemble_visibility.
13404         * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
13405         without asmspec.  Invoke assemble_alias when needed.
13406         * varasm.c (maybe_assemble_visibility): New.
13407         (assemble_start_function, assemble_variable, assemble_alias): Use it.
13408
13409 2002-03-02  Richard Henderson  <rth@redhat.com>
13410
13411         * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
13412         invoke ENCODE_SECTION_INFO with first call flag.
13413
13414         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
13415         config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
13416         config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
13417         config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
13418         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
13419         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
13420         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
13421         config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
13422         config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
13423         config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
13424         config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
13425         config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
13426         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
13427         config/m68hc11/m68hc11.h, config/m88k/m88k.h,
13428         config/mcore/mcore-protos.h, config/mcore/mcore.c,
13429         config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
13430         config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
13431         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
13432         config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
13433         config/sh/sh.h, config/sparc/sparc.h,
13434         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
13435         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
13436         config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
13437         FIRST argument.  As needed, examine it and do nothing.
13438
13439         * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
13440         config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
13441         config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
13442
13443         * config/arm/t-pe (pe.o): Add dependencies.
13444
13445 2002-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13446
13447         * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
13448         cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
13449         i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
13450         mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
13451         pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
13452         vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
13453         * defaults.h (BITS_PER_UNIT): Define.
13454         * doc/tm.texi (BITS_PER_UNIT): Document default value.
13455
13456 2002-03-02  Kazu Hirata  <kazu@hxi.com>
13457
13458         * config/h8300/h8300-protos.h: Add a prototype for
13459         compute_a_shift_length.
13460         * config/h8300/h8300.c (h8300_asm_insn_count): New.
13461         (compute_a_shift_length): Likewise.
13462         (h8300_adjust_insn_length): Do not adjust insn length of shift
13463         insns.
13464         * config/h8300/h8300.md (anonymous shift patterns): Use
13465         compute_a_shift_length.
13466
13467 Sat Mar  2 06:30:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13468
13469         * config/sparc/sparc.c (sparc_initialize_trampoline): Use
13470         trunc_int_for_mode.
13471
13472         * emit-rtl.c (offset_address): Call update_temp_slot_address.
13473
13474 2002-03-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13475
13476         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
13477         * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
13478         * flags.h (flag_zero_initialized_in_bss): Declare.
13479         * toplev.c (flag_zero_initialized_in_bss): New flag.
13480         (lang_independent_options): Add flag_zero_initialized_in_bss.
13481         * tree.c (initializer_zerop): New function.
13482         * tree.h (initializer_zerop): Declare.
13483         * varasm.c (assemble_variable): If we can emit bss, put zero
13484         initializers in the bss section.
13485
13486 2002-03-02  Alan Modra  <amodra@bigpond.net.au>
13487
13488         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
13489         like more than one symbol per .weak directive.
13490
13491 2002-03-01  Richard Henderson  <rth@redhat.com>
13492
13493         * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
13494         adjust argument_pointer by pretend_args_size.
13495         (ia64_va_start): Adjust va_start address by -pretend_args_size.
13496
13497 2002-03-01  Kazu Hirata  <kazu@hxi.com>
13498
13499         * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
13500
13501 Fri Mar  1 20:59:14 CET 2002  Jan Hubicka  <jh@suse.cz>
13502
13503         * toplev.c (rest_of_compilation): Delete dead jumptables before
13504         loop.
13505         * flow.c (delete_dead_jumptables): Make global.
13506         * rtl.h (delete_dead_jumptables): Declare.
13507
13508 2002-03-01  David Edelsohn  <edelsohn@gnu.org>
13509
13510         * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
13511         * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
13512         * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
13513
13514 2002-03-01  Kazu Hirata  <kazu@hxi.com>
13515
13516         * config/h8300/h8300-protos.h: Fix formatting.
13517         * config/h8300/h8300.c: Likewise.
13518         * config/h8300/h8300.h: Likewise.
13519
13520 2002-03-01  Kazu Hirata  <kazu@hxi.com>
13521
13522         * config/h8300/h8300.c (print_operand): Support 16-bit
13523         constant addresses.
13524         * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
13525
13526 2002-02-28  Richard Henderson  <rth@redhat.com>
13527
13528         * expmed.c (store_bit_field): Prevent generation of CONCATs;
13529         pun complex values as integers; use gen_lowpart instead of
13530         gen_rtx_SUBREG.
13531         (extract_bit_field): Likewise.
13532
13533 2002-03-01  Alan Modra  <amodra@bigpond.net.au>
13534             David Edelsohn  <edelsohn@gnu.org>
13535
13536         * doc/tm.texi (ASM_WEAKEN_DECL): Document.
13537         (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
13538         (SUPPORTS_WEAK): Likewise.
13539         * output.h (add_weak): Add tree param.
13540         * varasm.c (add_weak): Likewise.  Save decl.
13541         (struct weak_syms): Add decl field.
13542         (mark_weak_decls): New function.
13543         (init_varasm_once): ggc_add_root mark_weak_decls.
13544         (assemble_start_function): Use ASM_WEAKEN_DECL.
13545         (assemble_variable): Likewise.
13546         (assemble_alias): Likewise.
13547         (declare_weak): Pass decl to add_weak.
13548         (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
13549         (remove_from_pending_weak_list): Declare and define for
13550         ASM_WEAKEN_DECL.
13551         * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
13552         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
13553         * defaults.h (SUPPORTS_WEAK): Likewise.
13554         * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
13555         .weak for code sym.  Do emit .size for descriptor sym.
13556         (ASM_DECLARE_FUNCTION_SIZE): Define.
13557         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
13558         (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here.  Don't output
13559         .lglobl unless TARGET_XCOFF.  Formatting fixes.
13560         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
13561         .weak for code sym.
13562         (HANDLE_PRAGMA_WEAK): Remove.
13563         (ASM_WEAKEN_LABEL): Remove.
13564         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
13565
13566 2002-03-01  Jason Merrill  <jason@redhat.com>
13567
13568         * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
13569         (TARGET_EXPR_CLEANUP): New macro.
13570
13571 2002-02-28  Steve Ellcey  <sje@cup.hp.com>
13572
13573         * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
13574         to take ptr_extend into account as third type of extension.
13575         (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
13576         fields used by SUBREG_PROMOTED_UNSIGNED_P.
13577         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
13578         (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
13579         * calls.c (precompute_arguments): Use new macro.
13580         (expand_call): Ditto.
13581         * combine.c (nonzero_bits): Ditto.
13582         (record_promoted_value): Ditto.
13583         * expr.c (store_expr): Ditto.
13584         (expand_expr): Ditto.
13585         * function.c (assign_parms): Ditto.
13586
13587 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13588
13589         * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
13590         override -shared and -shared-libgcc.
13591
13592 2002-02-28  David O'Brien  <obrien@FreeBSD.org>
13593
13594         * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
13595         of "ultrasparc".
13596         * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS.  It appears
13597         to be broken.
13598
13599 2002-02-28  Richard Henderson  <rth@redhat.com>
13600
13601         * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
13602         4 cycle latency from MM producers.
13603         (ia64_internal_sched_reorder): Likewise with pipeline flush.
13604
13605 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
13606
13607         * mklibgcc.in: Don't use GNU make extension.
13608
13609 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13610
13611         * c-parse.in (STATIC): New terminal.
13612         (scspec): New non-terminal.  Update productions accordingly.
13613         (program): Remove bogus ifc / end ifc.
13614         (array_declarator): Simplify production using STATIC.
13615
13616 2002-02-28  Jim Meyering  <meyering@lucent.com>
13617
13618         * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
13619         \a still means TARGET_BELL.
13620
13621 2002-02-28  Richard Henderson  <rth@redhat.com>
13622
13623         * haifa-sched.c (sched_emit_insn): New.
13624         (schedule_block): Use last_scheduled_insn to track last insn.
13625         * sched-int.h (sched_emit_insn): Prototype.
13626         * config/ia64/ia64.c (last_issued): Remove.
13627         (ia64_variable_issue): Don't set it.
13628         (nop_cycles_until): Use sched_emit_insn.
13629
13630 2002-02-28  Andrew MacLeod  <amacleod@redhat.com>
13631
13632         * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
13633         extended constants.
13634
13635 2002-02-28  Kazu Hirata  <kazu@hxi.com>
13636
13637         * config/h8300/h8300.c: Fix formatting.
13638         * config/h8300/h8300.h: Likewise.
13639
13640 2002-02-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
13641
13642         * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
13643         which may overwrite the high byte of the frame pointer.
13644
13645 2002-02-28  Bo Thorsen  <bo@suse.de>
13646
13647         * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
13648         (STARTFILE_SPEC): Add 64 bit files.
13649         (ENDFILE_SPEC): Likewise.
13650
13651 2002-02-28  Jason Merrill  <jason@redhat.com>
13652
13653         * c-decl.c (finish_function): Only warn about missing return
13654         statement with -Wreturn-type.
13655
13656 Don Feb 28 11:24:30 CET 2002  Jan Hubicka  <jh@suse.cz>
13657
13658         * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
13659
13660         * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
13661         PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
13662
13663 Don Feb 28 11:07:36 CET 2002  Jan Hubicka  <jh@suse.cz>
13664
13665         * basic-block.h (BB_REACHABLE): Renumber.
13666         (BB_DIRTY, BB_NEW): New flags.
13667         (clear_bb_flags): Declare.
13668         (update_life_info_in_dirty_blocks): Declare.
13669         * cfg.c (clear_bb_flags): New function.
13670         * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
13671         * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
13672         reorder_insns, emit_insn_after): Mark block as dirty.
13673         * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
13674         (update_life_info_in_dirty_blocks): New function.
13675         * recog.c (apply_change_group): Dirtify block.
13676
13677         * cse.c (cse_insn): Reorder emitting of jump insn to keep
13678         cfg consistent.
13679         * gcse.c (delete_null_pointer_checks): Likewise.
13680
13681         * toplev.c (dump_file_index): Move cse2 after bp,
13682         add DFI_null
13683         (dump_file_info): Similary.
13684         (rest_of_compilation): Avoid most of CFG rebuilds;
13685         do first if converision after null pointer checks, do cse2
13686         after branch prediction; avoid full liveness rebuild after
13687         initializing subregs.
13688         * invoke.texi (-d options): Document -du, renumber.
13689
13690         * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
13691         (notice_new_block): Do not set BB_UPDATE_LIFE.
13692         (try_forward_edges, merge_blocks_move_predecessor_nojumps,
13693          merge_blocks_move_successor_nojumps, merge_blocks,
13694          try_crossjump_to_edge): Likewise.
13695         (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
13696         * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
13697         * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
13698         (merge_of_block): Do not use life_data_ok.
13699         (find_if_case_1): Do not use SET_UPDATE_LIFE.
13700         (if_convert): Use BB_DIRTY mechanizm to update life.
13701         * lcm.c (optimize_mode_switching): Update
13702         update_life_info_in_dirty_blocks
13703
13704 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13705
13706         * Makefile.in (integrate.o): Update.
13707         * c-decl.c (copy_lang_decl): Rename.
13708         * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
13709         * integrate.c: Include langhooks.h.
13710         (copy_decl_for_inlining): Update to use langhook.
13711         * langhooks-def.h (lhd_do_nothing_t,
13712         LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
13713         (LANG_HOOKS_INITIALIZER): Update.
13714         * langhooks.c (lhd_do_nothing_t): New.
13715         * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
13716         * tree.h (copy_lang_decl): Remove.
13717 objc:
13718         * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
13719
13720 2002-02-27  Andrew MacLeod  <amacleod@redhat.com>
13721
13722         * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
13723         POST_DEC, and POST_MODIFY.
13724
13725 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
13726
13727         * c-typeck.c (digest_init): Remove unused parameter; all
13728         callers changed.
13729
13730 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
13731
13732         * expmed.c (expand_shift): Correctly test for low part of a
13733         subreg.
13734
13735 2002-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
13736
13737         * config/s390/s390.c (s390_chunkify_pool): Do not confuse
13738         insn UIDs with insn addresses.
13739
13740 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
13741
13742         * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
13743         c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
13744         cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
13745         builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
13746         gcc.c, toplev.c: Delete code implementing -traditional mode.
13747
13748         * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
13749         doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
13750         Document removal of -traditional mode for compilation, and
13751         remove documentation only relevant to that mode.
13752
13753         * config/nextstep.h, config/ptx4.h, config/svr4.h,
13754         config/convex/convex.h, config/d30v/d30v.h,
13755         config/i386/dgux.h, config/i386/osf1elf.h,
13756         config/i386/osfelf.h, config/i386/osfrose.h,
13757         config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
13758         config/m68k/hp310.h, config/m88k/dgux.h,
13759         config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
13760         config/m88k/m88k.h, config/m88k/openbsd.h,
13761         config/mips/abi64.h, config/mips/osfrose.h,
13762         config/mips/svr4-5.h, config/mips/svr4-t.h,
13763         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
13764         config/stormy16/stormy16.h: Remove all references to
13765         -traditional from target specs.  Delete all mention of the
13766         no-longer-necessary TRADITIONAL_RETURN_FLOAT macro.  Also
13767         delete a couple of commented-out definitions of
13768         DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
13769         to -traditional.
13770
13771         * system.h: Poison TRADITIONAL_RETURN_FLOAT.
13772         * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
13773
13774 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
13775
13776         * mklibgcc.in: Don't use \n in a line subject to
13777         interpretation by echo.
13778
13779 2002-02-27  Graham Stott  <grahams@redhat.com>
13780
13781         * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
13782         Constify NAME.
13783
13784         * loop.c (prescan_loop): Handle PARALLEL.
13785
13786         * unroll.c (loop_iterations): Return 0 if the add_val for
13787         a BIV is REG.
13788
13789         * final.c (output_operand_lossage): Constify PFX_STR.
13790
13791         * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
13792
13793 Wed Feb 27 10:45:19 CET 2002  Jan Hubicka  <jh@suse.cz>
13794
13795         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
13796         * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
13797
13798 Wed Feb 27 10:39:20 CET 2002  Jan Hubicka  <jh@suse.cz>
13799
13800         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
13801
13802 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
13803
13804         * cpplex.c (_cpp_lex_token): Handle directives in macro
13805         arguments.
13806         * cpplib.c (_cpp_handle_directive): Save and restore state
13807         if parsing macro args when entering a directive.
13808         * cppmacro.c (collect_args): No need to handle directives
13809         in macro arguments.
13810         (enter_macro_context, replace_args): Use the original macro
13811         definition in case it was redefined whilst collecting arguments.
13812 doc:
13813         * cpp.texi: Update.
13814
13815 2002-02-26  David Edelsohn  <edelsohn@gnu.org>
13816
13817         * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
13818         * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
13819         * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
13820         method on AIX.
13821         * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
13822         (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
13823         (load_toc_v4_PIC_2): Same.
13824
13825 2002-02-26  Alan Modra  <amodra@bigpond.net.au>
13826
13827         * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
13828
13829 2002-02-26  Richard Henderson  <rth@redhat.com>
13830
13831         * config/alpha/alpha.md (ashldi_se): Re-enable.
13832
13833 2002-02-26  Richard Henderson  <rth@redhat.com>
13834
13835         * config/alpha/alpha.c (alpha_encode_section_info): Examine
13836         MODULE_LOCAL_P; improve commentary.
13837
13838 2002-02-26  Zack Weinberg  <zack@codesourcery.com>
13839
13840         * doc/cpp.texi: Clarify documentation of relationship between
13841         #line and #include.
13842
13843 2002-02-26  Kazu Hirata  <kazu@hxi.com>
13844
13845         * config/h8300/h8300-protos.h: Update the prototype for
13846         compute_logical_op_length.  Add the prototype for
13847         compute_logical_op_cc.
13848         * config/h8300/h8300.c (compute_logical_op_length): Figure out
13849         code from operands.
13850         (compute_logical_op_cc): New.
13851         * config/h8300/h8300.md: Combine all the logical op patterns
13852         in HImode and SImode.  Use compute_logical_op_cc.
13853
13854 2002-02-26  Kelley Cook  <kelleycook@comcast.net>
13855
13856         * config/i386/i386.c (print_operand): Don't append ATT-style
13857         length suffixs to x87 opcodes when in Intel mode.
13858
13859 2002-02-26  Ryan T. Sammartino <ryants@shaw.ca>
13860
13861         * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
13862         (init_emit_once): Update calls.
13863         * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
13864         (init_syntax_once): Prototype.
13865
13866 2002-02-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13867
13868         * pa-linux.h (LIB_SPEC): Update definition.
13869         * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
13870
13871 2002-02-26  Richard Henderson  <rth@redhat.com>
13872
13873         * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
13874         if we emitted a stop bit.
13875
13876 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
13877
13878         * configure.in (libgcc_visibility): Substitute.
13879         * configure: Rebuilt.
13880         * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
13881         defined symbols .hidden.
13882
13883 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
13884
13885         * attribs.c (c_common_attribute_table): Add visibility.
13886         (handle_visibility_attribute): New function.
13887         * varasm.c (assemble_visibility): New function.
13888         * output.h (assemble_visibility): Add prototype.
13889         * tree.h (MODULE_LOCAL_P): Define.
13890         * crtstuff.c (__dso_handle): Use visibility attribute.
13891         * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
13892         for MODULE_LOCAL_P symbols too.
13893         * config/ia64/ia64.c (ia64_encode_section_info): Handle
13894         MODULE_LOCAL_P symbols the same way as local symbols.
13895         Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
13896         into .sdata/.sbss by the user.
13897         * doc/extend.texi (Function Attributes): Document visibility
13898         attribute.
13899
13900 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
13901
13902         PR debug/5770
13903         * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
13904         STRING_CST initializer spanning the whole variable without
13905         embedded zeros.
13906         If expand_expr returned MEM, don't use it.
13907
13908 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
13909
13910         * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
13911         generate a die for the lexical block.
13912
13913 2002-02-26  Kazu Hirata  <kazu@hxi.com>
13914
13915         * config/h8300/h8300-protos.h: Add a prototype for
13916         compute_logical_op_length.
13917         * config/h8300/h8300.c (compute_logical_op_length): New.
13918         * config/h8300/h8300.md (anonymous logical patterns): Use
13919         compute_logical_op_length for length.
13920
13921 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
13922
13923         * dwarf2out.c (modified_type_die): Do not call type_main_variant
13924         for vectors.
13925         (gen_type_die): Same.
13926
13927         * attribs.c (handle_vector_size_attribute): Set debug information.
13928
13929 2002-02-26  Daniel Egger  <degger@fhm.edu>
13930
13931         * config/rs6000/rs6000.md: Swap define_insn attributes to
13932         fix incorrect generation of merge high instructions instead
13933         of merge low.
13934
13935 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
13936
13937         * c-typeck.c (really_start_incremental_init): Use
13938         bitsize_zero_node for vectors.
13939
13940 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
13941
13942         * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
13943         ("*set_vrsave_internal"): Same.
13944
13945 2002-02-25  Richard Henderson  <rth@redhat.com>
13946
13947         * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
13948         in EXPAND_SUM case.  Use host_integerp/tree_low_cst.
13949
13950 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
13951
13952         PR target/5755
13953         * config/i386/i386.c (ix86_return_pops_args): Only pop
13954         fake structure return argument if it was passed on the stack.
13955
13956 2002-02-25  Jason Merrill  <jason@redhat.com>
13957
13958         * attribs.c (decl_attributes): Also re-layout PARM_DECL and
13959         RESULT_DECL.
13960
13961 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
13962
13963         * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
13964         link with shared_name only.
13965         * doc/invoke.texi (Link Options): Document new behavior.
13966
13967 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
13968
13969         * c-typeck.c (push_init_level): Handle vectors.
13970
13971 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
13972
13973         * config/sparc/sparc.c (const64_high_operand): Zero-extend
13974         operands of SPARC_SETHI_P.
13975         (input_operand): Likewise.
13976         (sparc_emit_set_const32): Likewise.
13977         * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
13978         (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
13979         (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'.  Add `N' as SETHI.
13980         * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
13981         (movdi_insn_sp64_vis): Likewise.
13982         (movdi split, movdf split): Use SETHI32.
13983         * doc/md.texi: Document SPARC constraints L, M and N.
13984
13985 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
13986
13987         * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
13988         ("*set_vrsave_internal"): use mfspr for Darwin.
13989
13990         * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
13991         gen_get_vrsave_internal.
13992
13993 Sun Feb 24 16:38:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13994
13995         * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
13996
13997 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
13998
13999         * cpplex.c (cpp_interpret_charconst): Get signedness or
14000         otherwise of wide character constants correct.
14001         * cppexp.c (lex): Get signedness of wide charconsts correct.
14002
14003 Sun Feb 24 07:41:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14004
14005         * optabs.c (widen_operand): Only call convert_modes for
14006         promoted SUBREG if signedness matches.
14007         * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
14008
14009 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
14010
14011         * cpplib.c (glue_header_name): Use local buffer to build up
14012         header name.
14013
14014 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
14015
14016         * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
14017
14018 2002-02-23  Kazu Hirata  <kazu@hxi.com>
14019
14020         * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
14021         H8/300[HS] separately.
14022         * config/h8300/h8300.md: Remove the early clobber constraint
14023         from bit field patterns.
14024
14025 2002-02-23  Kazu Hirata  <kazu@hxi.com>
14026
14027         * config/h8300/h8300.md (mulqihi3): Tighten predicates to
14028         register_operand.
14029         (mulhisi3): Likewise.
14030         (umulqisi3): Likewise.
14031         (umulhisi3): Likewise.
14032
14033 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
14034
14035         * cppinit.c (output_deps): Correct test for stdout output.
14036         (init_dependency_output): Cure warning.
14037
14038 Sat Feb 23 08:42:47 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14039
14040         * expr.c (store_expr): When converting expression to promoted
14041         equivalent type, allow using SUBREG_REG of TARGET as the target
14042         of the expansion of EXP.
14043         * loop.c (basic_induction_var, case SUBREG): Always look inside.
14044         * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
14045         (alpha_emit_set_const): Handle SImode when can't make new pseudos.
14046         (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
14047         * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
14048
14049 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
14050
14051         * doc/contribute.texi, doc/extend.texi, doc/install.texi,
14052         doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
14053         doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
14054
14055 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
14056
14057         PR optimization/5747
14058         * loop.c (scan_loop): Update reg info if move_movables created new
14059         pseudos.
14060
14061 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
14062
14063         * gcc.c (init_gcc_spec): Revert last change.
14064
14065 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
14066
14067         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
14068         gpc_reg_operand constraint.
14069
14070 2002-02-23  Alan Modra  <amodra@bigpond.net.au>
14071
14072         * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
14073         Simplify comparison of `low'.
14074         (add_operand): Fix formatting.
14075         (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
14076         (mask_operand): Disallow mask to wrap in 64-bit mode.
14077         (rs6000_stack_info): Remove redundant test setting push_p.
14078         (output_toc): Fix formatting.
14079         * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
14080         cc_reg_not_cr0_operand constraint.
14081         (booldi3, boolcdi3 splitters): Same.
14082
14083 2002-02-23  Aldy Hernandez  <aldyh@redhat.com>
14084
14085         * config/rs6000/altivec.h: Add extra level of parentheses on casts.
14086
14087 2002-02-22  David Edelsohn  <edelsohn@gnu.org>
14088
14089         * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
14090         gcc invoked with -shared-libgcc.
14091
14092 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
14093
14094         PR c++/5748
14095         * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
14096         decl if any of elements was TREE_USED.
14097
14098 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
14099
14100         * config/sparc/sol2.h: Don't include sys/mman.h.
14101         * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
14102         (arith_4096_operand): Don't throw high bits away.
14103         (const64_operand): Take sign extension of CONST_INTs into account.
14104         (const64_high_operand, sparc_emit_set_const32): Likewise.
14105         (GEN_HIGHINT64): Likewise.
14106         (sparc_emit_set_const64_quick1): Likewise.
14107         (const64_is_2insns): Likewise.
14108         (print_operand): Use trunc_int_for_mode for sign extension.
14109         * config/sparc/sparc.h (SMALL_INT32): Likewise.
14110         * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
14111         chars.  Assume CONST_INT is already properly sign-extended.
14112         (movdi split): Sign-extend each SImode part.
14113         (andsi3 split): Don't mask high bits off, so that result
14114         remains properly sign-extend.
14115         (iorsi3 split): Likewise.
14116         (xorsi3 split): Likewise.
14117
14118 2002-02-22  Richard Sandiford  <rsandifo@redhat.com>
14119
14120         * fold-const.c (fold): Fix typo in comments.
14121
14122 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
14123
14124         * Makefile.in (langhooks.o): Update dependencies.
14125
14126 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
14127
14128         * langhooks.c: Include flags.h.
14129
14130 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
14131
14132         * testsuite/gcc.dg/attr-alwaysinline.c: New.
14133
14134         * c-common.c (c_common_post_options): Set inline trees by
14135         default.
14136
14137         * doc/extend.texi (Function Attributes): Document always_inline
14138         attribute.
14139         Update documentation about inlining when not optimizing.
14140
14141         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
14142
14143         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
14144         unless DECL_ALWAYS_INLINE.
14145
14146         * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
14147         unless DECL_ALWAYS_INLINE.
14148         (c_disregard_inline_limits): Disregard if always_inline set.
14149
14150         * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
14151         Disregard if always_inline set.
14152         (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
14153         unless DECL_ALWAYS_INLINE.
14154
14155         * attribs.c (handle_always_inline_attribute): New.
14156         (c_common_attribute_table): Add always_inline.
14157
14158         * config/rs6000/altivec.h: Add prototypes for builtins
14159         requiring the always_inline attribute.
14160
14161 2002-02-21  Eric Christopher  <echristo@redhat.com>
14162
14163         * expmed.c (store_bit_field): Try to simplify the subreg
14164         before generating a new one when when the mode size of
14165         value is less than maxmode.
14166
14167 2002-02-21  Richard Henderson  <rth@redhat.com>
14168
14169         * emit-rtl.c (offset_address): Use simplify_gen_binary rather
14170         than gen_rtx_PLUS to form the sum.
14171         * explow.c (force_reg): Rearrange to not allocate new pseudo
14172         when force_operand returns a register.
14173         * expr.c (expand_assignment): Allow offset_rtx expansion to
14174         return a sum.  Do not force addresses into registers.
14175         (expand_expr): Likewise.
14176         * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
14177         to canonicalize arithmetic that didn't simpify.
14178         (simplify_plus_minus): New argument force; update
14179         all callers.  Don't split CONST unless we can do something with it,
14180         and wouldn't lose the constness of the operands.
14181
14182         * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
14183         that we generated earlier.
14184
14185 2002-02-21  Tom Tromey  <tromey@redhat.com>
14186
14187         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
14188         (output_line_info): Use constant `1', with a long explanatory
14189         comment.
14190         * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
14191
14192 Thu Feb 21 22:43:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
14193
14194         * jump.c (redirect_jump): If old label has no UID, don't try to
14195         delete it.
14196
14197 Thu Feb 21 21:17:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
14198
14199         * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
14200         If input is constant, do shifts at compile time.
14201
14202 2002-02-21  Joseph S. Myers  <jsm28@cam.ac.uk>
14203
14204         * doc/extend.texi: Fix some more overfull hboxes.
14205
14206 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
14207
14208         PR optimization/4994
14209         * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
14210         register moves.
14211
14212 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
14213
14214         PR c++/4574
14215         * expr.h (expand_and): Add mode argument.
14216         * expmed.c (expand_and): Add mode argument.
14217         (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
14218         * expr.c (store_field, expand_expr, do_store_flag): Likewise.
14219         * except.c (expand_builtin_extract_return_addr): Likewise.
14220         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
14221         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
14222         * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
14223         Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
14224         * config/c4x/c4x.md: Use GEN_INT (x) instead of
14225         gen_rtx (CONST_INT, VOIDmode, x).
14226
14227 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
14228
14229         PR c/4697:
14230         * stmt.c (warn_if_unused_value): Move side effects test once more.
14231
14232 2002-02-20  Torbjorn Granlund  <tege@swox.com>
14233
14234         * config/avr/avr.md: Add more patterns for mized-mode add and subtract
14235         (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
14236
14237 Thu Feb 21 16:20:46 2002  Alexandre Oliva  <aoliva@redhat.com>
14238
14239         * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
14240         SUBREG or ZERO_EXTEND.
14241
14242 Thu Feb 21 15:35:46 2002  J"orn Rennecke <joern.rennecke@superh.com>
14243
14244         * sh.h (current_function_anonymous_args): Remove.
14245         (SETUP_INCOMING_VARARGS): Don't set it - just check that one
14246         of current_function_varargs and current_function_stdarg is set.
14247         * sh.c (sh_expand_prologue): Check current_function_varargs /
14248         current_function_stdarg / TARGET_SH5 instead of
14249         current_function_anonymous_args.
14250
14251         * sh64.h (TARGET_VERSION): Define.
14252
14253 2002-02-20  David Edelsohn  <edelsohn@gnu.org>
14254
14255         * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
14256         VRSAVE_REGNO on TARGET_ALTIVEC.
14257
14258 2002-02-20  Alan Modra  <amodra@bigpond.net.au>
14259
14260         * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
14261         bits of SImode const_int.
14262         (includes_rshift_p): Likewise.
14263         (print_operand): Call mask_operand and mask64_operand with correct
14264         mode.
14265         (rs6000_output_function_epilogue): Pad traceback table to word.
14266         * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
14267         (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
14268         mask64_operand with correct mode.
14269         (FUNCTION_ARG_REGNO_P): Correct parentheses.
14270
14271 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
14272
14273         PR debug/4461
14274         * varasm.c (get_pool_constant_mark): New.
14275         * rtl.h (get_pool_constant_mark): Add prototype.
14276         * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
14277         be represented if it has not been output.
14278
14279 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
14280
14281         * combine.c (do_SUBST): Sanity check substitutions of
14282         CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
14283         (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
14284         CONST_INT into its operand.
14285         (known_cond): Likewise, for ZERO_EXTEND.
14286         * simplify-rtx.c (simplify_unary_operation): Fix condition to
14287         allow for simplification of wide modes.  Reject CONST_INTs in
14288         ZERO_EXTEND when their actual mode is not given.
14289
14290 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
14291
14292         * c-decl.c (pushdecl): If no global declaration is found for an
14293         extern declaration in block scope, try a limbo one.
14294
14295 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
14296
14297         PR c++/4401
14298         * c-common.c (pointer_int_sum): Moved from...
14299         * c-typeck.c (pointer_int_sum): ...here.
14300         * c-common.h (pointer_int_sum): Add prototype.
14301
14302 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
14303
14304         PR c++/5713
14305         * c-decl.c (duplicate_decls): Return 0 if issued error about
14306         redeclaration.
14307
14308 2002-02-20  Roger Sayle  <roger@eyesopen.com>
14309             Jakub Jelinek  <jakub@redhat.com>
14310
14311         PR c/4389
14312         * tree.c (host_integerp): Ensure that the constant integer is
14313         representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
14314         when pos is zero or non-zero respectively.  Clarify comment.
14315         * c-format.c (check_format_info_recurse): Fix host_integerp
14316         usage; the pos argument should be zero when assigning to a
14317         signed HOST_WIDE_INT.
14318
14319 2002-02-20  Richard Henderson  <rth@redhat.com>
14320
14321         * config/i386/i386.c (ix86_expand_vector_move): Use the mode
14322         of the operand, rather than assuming TImode.
14323         (ix86_expand_binop_builtin): Cope with commutative patterns
14324         using nonimmediate_operand for both operands.
14325         (ix86_expand_timode_binop_builtin): Likewise.
14326         (ix86_expand_store_builtin): Validate operand 1.
14327         (ix86_expand_unop1_builtin): Likewise.
14328
14329 2002-02-20  Philip Blundell  <philb@gnu.org>
14330
14331         PR 5705
14332         * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
14333
14334 2002-02-20  Richard Henderson  <rth@redhat.com>
14335
14336         PR c/5615
14337         * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
14338
14339 2002-02-20  Tom Tromey  <tromey@redhat.com>
14340
14341         * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
14342         * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
14343         * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
14344         * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
14345         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
14346         unconditionally.
14347
14348 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
14349
14350         * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
14351           for (const_int 0) in X not just INTVAL.
14352
14353 2002-02-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14354
14355         * doc/extend.texi: Avoid or reduce overfull hboxes.
14356
14357 2002-02-20  Diego Novillo  <dnovillo@redhat.com>
14358
14359         * expmed.c (store_bit_field): Do not store bit fields using SUBREG
14360         operations if the field does not start at a mode boundary.
14361
14362 2001-02-20      Joel Sherrill <joel@OARcorp.com>
14363
14364         * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
14365         config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
14366         Also done for -Acpu and -Amachine.
14367
14368 2002-02-20  Neil Booth  <neil@daikokuya.demon.co.uk>
14369
14370         * cppinit.c (init_dependency_output): Take deps output file
14371         from -o if none given with -MF.  Suppress normal output.
14372         * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
14373         * doc/cpp.texi, doc/invoke.texi: Update.
14374
14375 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
14376
14377         * toplev.c (output_quoted_string): Write unprintable
14378         characters with octal escapes.
14379
14380 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
14381
14382         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
14383         really_call_used[VRSAVE_REGNO] if not Altivec.
14384
14385 2002-02-19  Alan Modra  <amodra@bigpond.net.au>
14386
14387         * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
14388         MODE_MASK.
14389         (constant_pool_expr_1): Fix formatting.
14390         (rs6000_legitimize_reload_address): Likewise.
14391
14392 Tue Feb 19 20:13:57 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14393
14394         * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
14395         now that we have one.
14396
14397 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
14398
14399         * tree.h (struct tree_common): Remove aux.  Add unused_0 at
14400         end of first block of bitfields (which was only seven bits);
14401         rename dummy to unused_1; remove comment which is no longer true.
14402
14403 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
14404
14405         * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
14406
14407 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
14408
14409         PR 5399
14410         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
14411         if generating PIC.
14412
14413         PR 5054
14414         * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
14415         arm_is_longcall_p rather than inspecting call-type cookie
14416         directly.
14417         (call_value_insn) [TARGET_THUMB]: Likewise.
14418
14419 2002-02-19  Graham Stott  <grahams@redhat.com>
14420
14421         * config/i386/i386.c (ix86_expand_builtin): Fix typo.
14422
14423 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
14424
14425         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
14426         ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
14427         (FP_SAVE_INLINE): Delete.
14428
14429         * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
14430         * config/rs6000/eabi.asm: Remove ABI save restore routines.
14431         * config/rs6000/t-ppccomm: Build crtsavres.o.
14432         * config/rs6000/crtsavres.asm: New file.
14433
14434 2002-02-19  Philip Blundell  <philb@gnu.org>
14435
14436         * config/arm/arm.c (use_return_insn): Don't reject interrupt
14437         functions.
14438         (arm_compute_save_reg_mask): Save LR for interrupt functions too.
14439         (output_return_instruction): Allow interrupt functions to return with
14440         ldmfd sp!, {... pc}^.  Use LDR to restore any single register.
14441         (arm_expand_prologue): Subtract 4 before stacking LR in an
14442         interrupt function.
14443
14444 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
14445
14446         * config/arm/arm.c (arm_encode_call_attribute): Operate on any
14447         decl, not just FUNCTION_DECL.
14448         (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
14449         (arm_assemble_integer): Likewise.
14450         * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
14451         marked local.
14452
14453 2002-02-19  matthew green  <mrg@eterna.com.au>
14454
14455         * config.gcc (sparc-*-netbsdelf*): Enable target.
14456         (sparc64-*-netbsd*): New target.
14457         * config/sparc/netbsd-elf.h: New file.
14458         * config/sparc/t-netbsd64: New file.
14459
14460 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
14461
14462         * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
14463
14464 2002-02-19  Ryan T. Sammartino <ryants@shaw.ca>
14465
14466         * doc/invoke.texi: explicitly list the style guidelines that
14467         -Weffc++ checks for.
14468
14469 Tue Feb 19 12:37:23 CET 2002  Jan Hubicka  <jh@suse.cz>
14470
14471         * regmove.c (regmove_optimize): Avoid increasing of register pressure.
14472
14473 2002-02-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14474
14475         PR other/5718
14476         * gcc.c (cpp_unique_options): Treat -o as indicating object file
14477         only if not -E.  If -E, pass -o through to the preprocessor.
14478
14479 2002-02-19  Kazu Hirata  <kazu@hxi.com>
14480
14481         * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
14482         register number with an appropriate macro.
14483
14484 2002-02-19  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
14485
14486         * doc/rtl.texi (Constants): Close @code tag.
14487
14488 2002-02-19  Aldy Hernandez  <aldyh@redhat.com>
14489
14490         * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
14491         ("mmx_uavgv4hi3"): Same.
14492         ("pmulhrwv4hi3"): Same.
14493
14494         * tree-inline.c (walk_tree): Handle vectors.
14495
14496         * c-common.c (constant_expression_warning): Handle vectors.
14497         (overflow_warning): Same.
14498
14499         * sched-deps.c (sched_analyze_2): Handle vectors.
14500
14501         * rtlanal.c (rtx_unstable_p): Handle vectors.
14502         (rtx_varies_p): Same.
14503         (count_occurrences): Same.
14504         (regs_set_between_p): Same.
14505         (modified_between_p): Same.
14506         (modified_in_p): Same.
14507         (volatile_insn_p): Same.
14508         (volatile_refs_p): Same.
14509         (side_effects_p): Same.
14510         (may_trap_p): Same.
14511         (inequality_comparisons_p): Same.
14512         (replace_regs): Same.
14513         (computed_jump_p_1): Same.
14514
14515         * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
14516         argument.
14517         (inner_mode_array): New.
14518         (copy_rtx): Handle vectors.
14519         (copy_most_rtx): Same.
14520         (rtx_equal_p): Same.
14521         (get_mode_alignment): Adjust for vectors.
14522
14523         * resource.c (mark_referenced_resources): Handle vectors.
14524         (mark_set_resources): Same.
14525
14526         * reload1.c (eliminate_regs): Handle vectors.
14527         (elimination_effects): Same.
14528         (scan_paradoxical_subregs): Same.
14529
14530         * reload.c (subst_reg_equivs): Handle vectors.
14531
14532         * regrename.c (scan_rtx): Handle vectors.
14533
14534         * regclass.c (reg_scan_mark_refs): Handle vectors.
14535
14536         * recog.c (find_single_use_1): Handle vectors.
14537
14538         * local-alloc.c (equiv_init_varies_p): Handle vectors.
14539         (contains_replace_regs): Same.
14540         (memref_referenced_p): Same.
14541
14542         * integrate.c (copy_rtx_and_substitute): Handle vectors.
14543         (subst_constants): Same.
14544
14545         * genattrtab.c (attr_copy_rtx): Handle vectors.
14546         (encode_units_mask): Same.
14547         (clear_struct_flag): Same.
14548         (count_sub_rtxs): Same.
14549
14550         * gcse.c (want_to_gcse_p): Handle vectors.
14551         (oprs_unchanged_p): Same.
14552         (hash_expr_1): Same.
14553         (oprs_not_set_p): Same.
14554         (expr_killed_p): Same.
14555         (compute_transp): Same.
14556         (store_ops_ok): Same.
14557
14558         * function.c (purge_addressof_1): Do not allow paradoxical subregs
14559         of vectors.
14560         (fixup_var_refs_1): Same.
14561         (instantiate_virtual_regs_1): Same.
14562
14563         * fold-const.c (operand_equal_p): Handle vectors.
14564         (fold): Same.
14565         (rtl_expr_nonnegative_p): Same.
14566
14567         * flow.c (mark_used_regs): Handle vectors.
14568
14569         * df.c (df_uses_record): Handle vectors.
14570
14571         * cselib.c (cselib_subst_to_values): Handle vectors.
14572         (cselib_mem_conflict_p): Same.
14573         (hash_rtx): Same.
14574
14575         * cse.c (canon_reg): Handle vectors.
14576         (fold_rt): Same.
14577         (cse_process_notes): Same.
14578         (count_reg_usage): Same.
14579         (canon_hash): Same.
14580
14581         * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
14582
14583         * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
14584
14585         * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
14586         (gen_rtx): Handle CONST_VECTOR.
14587         (gen_const_vector_0): New.
14588         (copy_rtx_if_shared): CONST_VECTORs can be shared.
14589         (reset_used_flags): Same.
14590         (copy_insn_1): Same.
14591         (initializer_constant_valid_p): Handle VECTOR_CST.
14592
14593         * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
14594
14595         * doc/rtl.texi (Constants): Document const_vector.
14596         (CONST0_RTX): Update for vectors.
14597         (RTL sharing): Same.
14598
14599         * print-tree.c (print_node): Add case for VECTOR_CST.
14600
14601         * tree.h (TREE_VECTOR_CST_ELTS): New.
14602         (struct tree_vector): New.
14603         (union tree_node): Add vector node.
14604         (build_vector): Add prototype.
14605
14606         * tree.def (VECTOR_CST): New.
14607
14608         * tree.c (build_vector): New.
14609
14610         * expmed.c (make_tree): Handle CONST_VECTOR.
14611
14612         * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
14613         (CONST_VECTOR_ELT): New.
14614         (CONST_VECTOR_NUNITS): New.
14615
14616         * machmode.h (GET_MODE_INNER): New.
14617         (DEF_MACHMODE): Accept 8th arg.
14618
14619         * machmode.def: Add 8th argument for vector inner mode.
14620         Add inner vector modes for vectors.
14621
14622         * rtl.def (VEC_CONST): Remove.
14623         (CONST_VECTOR): New.
14624
14625         * expr.c (clear_storage): Allow vectors.
14626         (is_zeros_p): Handle VECTOR_CST.
14627
14628         * varasm.c (output_constant_pool): Handle vectors.
14629         (rtx_const): Add veclo and vechi fields.
14630         (kind): Add RTX_VECTOR.
14631         (decode_rtx_const): Add case for vector.
14632
14633         * config/rs6000/rs6000-protos.h: Add zero_constant.
14634
14635         * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
14636         constants.  Force easy vector constants into memory.
14637         (easy_vector_constant): New.
14638         (emit_easy_vector_constant): New.
14639         (rs6000_legitimize_reload_address): Do not generate bad reloads on
14640         darwin.
14641
14642         * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
14643         instruction does.
14644         ("altivec_lvxl"): Same.
14645         (altivec_lvebx): Same.
14646         (altivec_lvehx): Same.
14647         (altivec_lvewx): Same.
14648         ("*movv4si_const0"): New.
14649         ("*movv4sf_const0"): New.
14650         ("*movv8hi_const0"): New.
14651         ("*movv16qi_const0"): New.
14652
14653 2002-02-18  Kazu Hirata  <kazu@hxi.com>
14654
14655         * config/h8300/h8300.c (notice_update_cc): Use
14656         cc_status.value2.
14657
14658 2002-02-18  Kazu Hirata  <kazu@hxi.com>
14659
14660         * config/h8300/h8300.md (divmod patterns): Change the
14661         constraints for operands[1] to register_operand.
14662
14663 2002-02-18  Kazu Hirata  <kazu@hxi.com>
14664
14665         * config/h8300/h8300-protos.h: Remove the prototype for
14666         p_operand.
14667         * config/h8300/h8300.c (p_operand): Remove.
14668         * config/h8300/h8300.md: Replace p_operand with
14669         const_int_operand.
14670
14671 2002-02-18 Philip Blundell <pb@nexus.co.uk>
14672
14673         * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
14674         comment.
14675         (output_return_instruction): Allow use of LDR to unstack
14676         return addresss even for interrupt handlers or when
14677         interworking.  If compiling for ARMv5, use interworking-safe
14678         return instructions by default.  Remove duplicated code and
14679         lengthy "strcat" sequences.
14680
14681 2002-02-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14682
14683         * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
14684         (LINK_EH_SPEC): Define.
14685         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
14686
14687 2002-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
14688
14689         * config/s390/s390.c (s390_emit_prologue): Do not set the
14690         frame_related flag for call-clobbered registers.
14691
14692 Mon Feb 18 15:07:35 CET 2002  Jan Hubicka  <jh@suse.cz>
14693
14694         * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
14695         (construct_container): Fix handling of SSE operands.
14696         (ix86_expand_builtin): Fix handling of 64bit pointers.
14697         (mmx_maskmovq_rex): New pattern.
14698
14699 Mon Feb 18 11:55:55 CET 2002  Jan Hubicka  <jh@suse.cz>
14700
14701         * regrename.c (kill_set_value): Handle subregs properly.
14702
14703 2002-02-18  David Billinghurst <David.Billinghurst@riotinto.com>
14704
14705         * objc/objc-act.c (handle_impent): Remove leading '*'
14706         from objc_class_name.
14707
14708 2002-02-17  Richard Henderson  <rth@redhat.com>
14709
14710         * config/alpha/alpha.c (some_small_symbolic_operand,
14711         some_small_symbolic_operand_1, split_small_symbolic_operand,
14712         split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
14713         Handle small SYMBOL_REFs anywhere, not just inside memories.
14714         * config/alpha/alpha-protos.h: Update.
14715         * config/alpha/alpha.h (PREDICATE_CODES): Update.
14716         * config/alpha/alpha.md (small symbolic operand splitter): Update.
14717
14718 2002-02-17  Roland McGrath  <roland@frob.com>
14719
14720         * config.gcc (powerpc-*-gnu-gnualtivec*,
14721         powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
14722         * config/rs6000/gnu.h: New file.
14723         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
14724         Grok "gnu" in rs6000_abi_name.
14725         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
14726         CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
14727         Grok -mcall-gnu analogous to -mcall-linux et al.
14728         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
14729         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
14730         (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
14731
14732 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
14733
14734         PR c/3444:
14735         * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
14736         shortening.
14737
14738 2002-02-17  Philipp Thomas  <pthomas@suse.de>
14739
14740         * config/cris/cris.h: Undefine STARTFILE_SPEC and
14741         ENDFILE_SPEC before (re)defining them.
14742
14743 2002-02-17  Kazu Hirata  <kazu@hxi.com>
14744
14745         * config/h8300/h8300.c: Fix formatting.
14746         * config/h8300/h8300.h: Likewise.
14747
14748 2002-02-17  Philipp Thomas  <pthomas@suse.de>
14749
14750         * doc/tm.texi: Explain why empty strings should not be
14751         marked for translation.
14752
14753 2002-02-17  Philipp Thomas  <pthomas@suse.de>
14754
14755         * final.c (output_operand_lossage): Changed to accept
14756         printf style arguments. Change calls where necessary.
14757         * output.h (output_operand_lossage): Change declaration
14758         accordingly. Update copyright.
14759         * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
14760         config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
14761         Update copyright date where necessary.
14762
14763         * config/i386/i386.c (print_operand): Likewise. Remove use of
14764         sprintf.
14765
14766         * config/cris/cris.c (cris_operand_lossage): Likewise.
14767         Rename parameter so that exgettext recognizes it as
14768         translatable message.
14769         (LOSE_AND_RETURN): Rename parameter to msgid.
14770
14771 2002-02-17  Kazu Hirata  <kazu@hxi.com>
14772
14773         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
14774         hard coded register number with an appropriate macro.
14775         (HARD_REGNO_MODE_OK): Likewise.
14776         (ARG_POINTER_REGNUM): Likewise.
14777         (STATIC_CHAIN_REGNUM): Likewise.
14778         (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
14779         * config/h8300/h8300.md (define_constants): Define more
14780         register numbers.
14781
14782 2002-02-17  Philipp Thomas  <pthomas@suse.de>
14783
14784         * config/i386/i386.h: Don't mark empty strings for translation.
14785
14786 2002-02-16  H.J. Lu <hjl@gnu.org>
14787
14788         * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
14789
14790 2002-02-16  Zack Weinberg  <zack@codesourcery.com>
14791
14792         * cppinit.c (merge_include_chains): Check for brack being
14793         NULL before attempting to merge it with qtail.
14794
14795 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
14796
14797         * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
14798         DBX_DEBUG.
14799
14800 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14801
14802         * pa/t-pa, pa/t-pro, som.h: Revert last patch.
14803
14804 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14805
14806         * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
14807         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
14808         * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
14809
14810 Sat Feb 16 13:48:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14811
14812         * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
14813         now only if !TARGET_FIX.
14814         (*movsi_nt_vms_fix): New pattern.
14815
14816 2002-02-16  Douglas B Rupp  <rupp@gnat.com>
14817
14818         * config/alpha/alpha.c: Implement null frame procedure types on VMS.
14819         (alpha_procedure_type): Replaces alpha_is_stack_procedure.
14820         (alpha_sa_mask, alpha_sa_size): Reflect above change.
14821         (alpha_pv_save_size, alpha_expand_prologue): Likewise.
14822         (alpha_start_function, alpha_expand_epilogue): Likewise.
14823         (unicosmk_gen_dsib): Likewise.
14824
14825 Sat Feb 16 13:39:09 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14826
14827         * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
14828
14829 2002-02-16  Ulrich Weigand  <uweigand@de.ibm.com>
14830
14831         * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
14832         check_and_change_labels, s390_final_chunkify): Delete.
14833         (s390_split_branches, s390_chunkify_pool): New functions.
14834         (s390_function_prologue): Call them.
14835
14836         * config/s390/s390.h (S390_REL_MAX): Delete.
14837         (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
14838
14839         * config/s390/s390.md (cjump, icjump, jump): Fix length
14840         attribute calculation.
14841
14842
14843 2002-02-15  David Edelsohn  <edelsohn@gnu.org>
14844
14845         * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
14846         * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
14847
14848 2002-02-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14849
14850         * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
14851         * config/pa/pa-linux.h (LIB_SPEC): Likewise.
14852         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
14853
14854 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
14855
14856         * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
14857
14858 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
14859
14860         * reload.c (find_dummy_reload): Check that an output register
14861         is valid for its mode.
14862
14863 2002-02-14  Alexandre Oliva  <aoliva@redhat.com>
14864
14865         * combine.c (known_cond): After replacing the REG of a SUBREG, try
14866         to simplify it.
14867
14868         * function.c (assign_parms): Demote promoted argument passed by
14869         transparent reference.
14870
14871 2001-02-14      Joel Sherrill <joel@OARcorp.com>
14872
14873         * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
14874         -Acpu() and -Amachine() to eliminate warnings.
14875
14876 2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
14877
14878         * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
14879
14880 2002-02-14  Kazu Hirata  <kazu@hxi.com>
14881
14882         * config/h8300/h8300-protos.h: Update the prototype for
14883         const_costs.
14884         * config/h8300/h8300.c (const_costs): Treat SET as a little
14885         more expensive operation.
14886         * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
14887         reference to const_costs.
14888
14889 2002-02-14  Hans-Peter Nilsson  <hp@axis.com>
14890
14891         * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
14892
14893 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
14894
14895         PR c/5503:
14896         * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
14897         use arguments from newtype.
14898
14899 2002-02-13  Eric Christopher  <echristo@redhat.com>
14900
14901         * config/mips/mips.c (override_options): Add check for march/mipsX
14902         on the same command line. Fix error message in cpu processing.
14903         Remove architecture and ISA checks.
14904
14905 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
14906
14907         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
14908
14909         * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
14910
14911 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
14912
14913         * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
14914         alternatives.
14915         ("*movv8hi_internal1"): Same.
14916         ("*movv16qi_internal1"): Same.
14917         ("*movv4sf_internal1"): Same.
14918
14919         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
14920         not push_reload for altivec modes.
14921
14922 2002-02-13  Joel Sherrill  <joel@OARcorp.com>
14923
14924         * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
14925         all RTEMS targets including removal of #includes from config/*/rtems*.h
14926         file and adding them to tm_file setting. Added xm_defines=POSIX to
14927         many targets.
14928         * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
14929         * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
14930         * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
14931         * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
14932         * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
14933         config/m68k/rtemself.h: Ditto.
14934         * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
14935         config/mips/rtems64.h: Ditto.
14936         * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
14937         * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
14938         Ditto.
14939         * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
14940         config/sparc/rtemself.h: Ditto.
14941         * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
14942         * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
14943         arm-rtems stanza closer to other arm-elf targets and made arm-rtems
14944         more like arm-elf.
14945         * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
14946         config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
14947         target made more similar to i386-elf.
14948         * config/i386/t-rtems-i386: Added soft float support and multilibs.
14949         * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
14950         be similar to config/m68k/t-m68kelf.
14951         * gthr-rtems.h: Encapsulate with extern "C" for C++.
14952
14953 Wed Feb 13 23:41:15 CET 2002  Jan Hubicka  <jh@suse.cz>
14954
14955         * regmove.c (kill_value): Handle subregs.
14956
14957 Wed Feb 13 23:34:30 CET 2002  Jan Hubicka  <jh@suse.cz>
14958
14959         * i386.md (mul patterns): Allow memory operand to be first;
14960         add expanders where needed; fix constraints.
14961         (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
14962         Allow memory operand to be the first.
14963
14964         * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
14965         operands.
14966
14967 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
14968
14969         PR c/5681:
14970         * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
14971         GET_MODE (x).
14972
14973 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
14974
14975         PR optimization/5547:
14976         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
14977         all valid IA-32 address modes involving non-scaled %ebx and
14978         GOT/GOTOFF as displacement.
14979
14980 2002-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
14981
14982         * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
14983         after emitting ltorg insns.
14984
14985         * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
14986         *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
14987         *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
14988         *abssf2): Fix "op_type" attribute.
14989
14990 2002-02-13  Douglas B Rupp  <rupp@gnat.com>
14991
14992         * mkconfig.sh: Avoid using a subshell redirect.
14993         ($output.T): Change to $(output)T.
14994         (ENABLE_NLS): Remove unneeded undef.
14995
14996         * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
14997         * config/alpha/x-vms (libsubdir): Define.
14998
14999         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
15000         register frame procedures. Optimize retrieving context.
15001
15002         * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
15003         (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
15004         * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
15005
15006 Wed Feb 13 09:45:08 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15007
15008         * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
15009         Make same change as for find_base_value.
15010
15011 2002-02-13  Kazu Hirata  <kazu@hxi.com>
15012
15013         * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
15014         of QImode and SImode.
15015
15016 2002-02-13  Kazu Hirata  <kazu@hxi.com>
15017
15018         * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
15019         length computation of movsi.
15020         * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
15021
15022 2002-02-13  Kazu Hirata  <kazu@hxi.com>
15023
15024         * config/h8300/h8300.md (subqi3): Tighten the predicate for
15025         operands[2] to register_operand.
15026
15027 Wed Feb 13 10:35:56 CET 2002  Jan Hubicka  <jh@suse.cz>
15028
15029         * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
15030
15031 2002-02-12  Aldy Hernandez  <aldyh@redhat.com>
15032
15033         * config/rs6000/rs6000.md: Use predicate altivec_register_operand
15034         for altivec_lvx* and altivec_stvx*.
15035         ("*movv4si_internal"): Add constraint for loading from GPRs.
15036         ("*movv8hi_internal1"): Same.
15037         ("*movv16qi_internal1"): Same.
15038         ("*movv4sf_internal1"): Same.
15039
15040         * config/rs6000/rs6000.c (altivec_register_operand): New.
15041
15042         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
15043         altivec_register_operand.
15044
15045 2002-02-13  Hans-Peter Nilsson  <hp@bitrange.com>
15046
15047         * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
15048         handle SYMBOL_REF.
15049
15050 2002-02-13  Stan Shebs  <shebs@apple.com>
15051
15052         * c-typeck.c (digest_init): Handle vectors.
15053         (really_start_incremental_init): Same.
15054         (pop_init_level): Same.
15055         (process_init_element): Same.
15056
15057         * varasm.c (output_constant): Same.
15058
15059         * expr.c (clear_storage): Same.
15060         (store_constructor): Same.
15061
15062 2002-02-12  Eric Christopher  <echristo@redhat.com>
15063
15064         * explow.c (hard_function_value): Add comment explaining
15065         signed/unsigned comparison.
15066
15067 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
15068
15069         * jump.c (never_reached_warning): Add finish argument.
15070         If finish is NULL, stop on CODE_LABEL, otherwise stop before first
15071         real insn after end.
15072         * rtl.h (never_reached_warning): Adjust prototype.
15073         * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
15074         * cfgrtl.c (flow_delete_block): Pass b->end as finish to
15075         never_reached_warning.
15076
15077 2002-02-12  Graham Stott  <grahams@redhat.com>
15078
15079         * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
15080
15081 2002-02-12  Kazu Hirata  <kazu@hxi.com>
15082
15083         * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
15084         logical shifts on H8/300.
15085         (shift_alg_si): Improve several shifts on H8/300.
15086         (get_shift_alg): Likewise.
15087
15088 2002-02-12  Graham Stott  <grahams@redhat.com>
15089
15090         * config/pa/pa.c (compute_movstrsi_length): Fix typos.
15091
15092 Tue Feb 12 10:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15093
15094         * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
15095         Handle #ifdef POINTERS_EXTEND_UNSIGNED.
15096
15097 2002-02-11  Hans-Peter Nilsson  <hp@bitrange.com>
15098
15099         * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
15100         non-CONST_INT through default_assemble_integer.
15101         <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
15102         <case 8>: Abort for CONST_DOUBLE.
15103
15104 2002-02-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15105
15106         * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
15107         is specified.
15108         * config/pa/pa-linux.h (LIB_SPEC): Delete.
15109         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
15110
15111 2002-02-11  Andrew Haley  <aph@cambridge.redhat.com>
15112
15113         * config/stormy16/stormy16.md (zero_extendqihi2): New.
15114
15115 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
15116
15117         * regrename.c (regrename_optimize): Don't accept a
15118         part-clobbered register if the replaced register is not part
15119         clobbered.
15120
15121         * calls.c (store_one_arg): In the non-BLKmode non-partial case,
15122         take padding into account when computing the argument value.
15123
15124         * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
15125
15126         * combine.c (try_combine): Apply substitutions in
15127         CALL_INSN_FUNCTION_USAGE too.
15128
15129 2002-02-11  Aldy Hernandez  <aldyh@redhat.com>
15130
15131         * config/rs6000/rs6000.c (altivec_init_builtins): Handle
15132         __builtin_altivec_abs*.
15133         (bdesc_abs): New.
15134
15135         * config/rs6000/rs6000.h (rs6000_builtins): Add
15136         ALTIVEC_BUILTIN_ABS*.
15137
15138         * config/rs6000/altivec.h: Use const char for builtins expecting
15139         literals.
15140         (vec_abs): New versions for C and C++.
15141         (vec_abss): Same.
15142
15143 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15144
15145         * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
15146         using Pmode.
15147
15148 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15149
15150         * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
15151         constant definition from h8300.md.
15152         (FRAME_POINTER_REGNUM): Likewise.
15153         * config/h8300/h8300.md (define_constants): Add FP_REG.
15154
15155 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15156
15157         * config/h8300/h8300.c (print_operand): Remove redundant code.
15158
15159 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15160
15161         * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
15162         * config/h8300/h8300.c (byte_reg): Make it static.
15163
15164 2002-02-10  Richard Henderson  <rth@redhat.com>
15165
15166         PR c/5623
15167         * c-typeck.c (incomplete_type_error): Handle flexible array members.
15168
15169 2002-02-10  Richard Henderson  <rth@redhat.com>
15170
15171         PR c++/5624
15172         * tree.c (append_random_chars): Don't abort if main_input_filename
15173         does not exist.
15174
15175 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
15176
15177         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
15178
15179 2002-02-10  Kazu Hirata  <kazu@hxi.com>
15180
15181         * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
15182         (pushhi1): Likewise.
15183
15184 2002-02-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15185
15186         * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
15187         * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
15188
15189 2002-02-09  David O'Brien  <obrien@FreeBSD.org>
15190
15191         * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
15192         remove MASK_VIS.
15193         (ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.
15194
15195 2002-02-09  Kazu Hirata  <kazu@hxi.com>
15196
15197         * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
15198         a half of an SImode register on H8/300.
15199
15200 Sat Feb  9 18:28:02 CET 2002  Jan Hubicka  <jh@suse.cz>
15201
15202         * i386.md (movdi_2): Add missing '!'.
15203
15204 2002-02-09  Kazu Hirata  <kazu@hxi.com>
15205
15206         * config/h8300/h8300.h: Fix formatting.  Remove commented-out
15207         definitions.
15208
15209 2002-02-09  Kazu Hirata  <kazu@hxi.com>
15210
15211         * config/h8300/h8300.md (length): Correct the distance valid
15212         for the short branch.
15213
15214 2002-02-09  Kazu Hirata  <kazu@hxi.com>
15215
15216         * config/h8300/h8300.md (iorhi3): Tighten the predicates.
15217
15218 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
15219
15220         * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
15221         registers in SImode.
15222         (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
15223         part-clobbered.
15224
15225         * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
15226         patch.
15227
15228         Contribute sh64-elf.
15229         2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
15230         * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
15231         (sh_cannot_modify_jumps_p): New function.
15232         2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
15233         * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
15234         (sh_ms_bitfield_layout_p): New function.
15235         2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
15236                     Zack Weinberg  <zack@codesourcery.com>
15237         * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
15238         expand_simple_binop instead of expand_binop.
15239         2002-02-03  Alexandre Oliva  <aoliva@redhat.com>
15240         * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
15241         use of .quad and .uaquad.
15242         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
15243         TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
15244         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
15245         * config/sh/sh.md (movdi_const, movdi_const_32bit,
15246         movdi_const_16bit): Make sure all CONSTs have modes.
15247         (sym2PIC): Ditto, but by adjusting all callers.
15248         * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
15249         if the prologue calls the SHmedia argument decoder or register
15250         saver.
15251         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
15252         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
15253         (TARGET_ASM_ALIGNED_DI_OP): Likewise.
15254         (sh_expand_epilogue): Don't emit USE of return target register.
15255         (prepare_move_operands): Legitimize DImode PIC addresses.
15256         (sh_media_register_for_return): Skip tr0, used to initialize the
15257         PIC register.
15258         (sh_expand_prologue): Remove explicit USE of return register.
15259         (nonpic_symbol_mentioned_p): PC is non-PIC.  Don't recurse in
15260         CONST_DOUBLEs.  UNSPEC_GOTPLT is PIC.
15261         * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
15262         (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
15263         (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
15264         EXTRA_CONSTRAINT_T.
15265         (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
15266         (MOVI_SHORI_BASE_OPERAND_P): New.
15267         (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
15268         (EXTRA_CONSTRAINT_T): Define in terms of them.
15269         (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
15270         * config/sh/sh.md (movsi_media, movsi_media_nofpu,
15271         movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
15272         alternatives supporting TARGET_REGS.
15273         (UNSPEC_GOTPLT): New constant.
15274         (movdi split): Move incrementing of LABEL_NUSES...
15275         (movdi_const, movdi_const_32bit): Here.  Use
15276         MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
15277         (movdi_const_16bit): New.
15278         (call, call_value) [flag_pic]: Use GOTPLT.
15279         (call_pop, call_value_pop): New expands.
15280         (call_pop_compact, call_pop_rettramp): New insns.
15281         (call_value_pop_compact, call_value_pop_rettramp): New insns.
15282         (sibcall) [flag_pic]: Use GOT.
15283         (builtint_setjmp_receiver): Remove bogus, unused expand.
15284         (GOTaddr2picreg): Implement for SHcompact and SHmedia.
15285         (*pt, *ptb, ptrel): New insns.
15286         (sym2GOT): Handle DImode GOT.
15287         (sym2GOTPLT, symGOTPLT2reg): New expands.
15288         (sym2PIC): New expand.
15289         (shcompact_return_tramp): Use GOTPLT to return trampoline.
15290         (shcompact_return_tramp_i): Use return register explicitly.
15291         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
15292         disable flag_reorder_blocks.
15293         2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
15294         * config/sh/sh.md (sibcall_compact): Reorder return, uses and
15295         clobbers, for clarity.
15296         (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
15297         restoring of r0 in macl as MAYBE_DEAD.
15298         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
15299         * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
15300         * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
15301         alter_subreg all over.
15302         (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
15303         reload, instead of emitting instructions that would require
15304         reloading.
15305         (casesi_load_media): Add missing modes.
15306         2001-11-09  Alexandre Oliva  <aoliva@redhat.com>
15307         * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
15308         as used if the argument decoder is called.
15309         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
15310         * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
15311         Pmode, then extend it to DImode if necessary.
15312         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
15313         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
15314         constants in FPU-enabled SHmedia, let them be loaded from memory.
15315         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
15316         * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
15317         Adjust whitespace in assembly output templates.
15318         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
15319         * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
15320         mode of if_then_else.
15321         2001-08-04  Alexandre Oliva  <aoliva@redhat.com>
15322         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
15323         sh.h.
15324         2001-07-26  Andrew Haley  <aph@cambridge.redhat.com>
15325                     Joern Rennecke <amylaar@redhat.com>
15326         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
15327         (SUBTARGET_CPP_PTR_SPEC): New.
15328         (SUBTARGET_CPP_SPEC): Remove.
15329         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
15330         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
15331         Fix typo in previous checkin.
15332         2001-07-11  Chandrakala Chavva  <cchavva@redhat.com>
15333         * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
15334         2001-07-10  Chandrakala Chavva  <cchavva@cygnus.com>
15335                     Alexandre Oliva  <aoliva@redhat.com>
15336         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
15337         what single FP register can hold for SHmedia target.
15338         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
15339                     Alexandre Oliva  <aoliva@redhat.com>
15340         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
15341         Do not split into SUBREG.
15342         2001-06-14  Alexandre Oliva  <aoliva@redhat.com>
15343         * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
15344         and added new functions as specified in SH5 ABI r9.
15345         2001-06-04  Alexandre Oliva  <aoliva@redhat.com>
15346         * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
15347         8-byte boundary.
15348         2001-06-03  Alexandre Oliva  <aoliva@redhat.com>
15349         * config/sh/sh.c (dump_table): Add const0_rtx in calls of
15350         gen_consttable_4 and gen_consttable_8.  Emit multiple labels
15351         and consttable_window_ends.
15352         2001-06-03  Graham Stott  <grahams@redhat,com>
15353         * config/sh/sh.md (movdi split): Remove unused variable last_insn.
15354         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
15355         * config/sh/sh.c (print_operand): Handle floating-point pair,
15356         vector and matrix registers.
15357         * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
15358         vector modes into account.
15359         * config/sh/sh.md (movv2sf): Split move between registers into
15360         movdf.
15361         (movv4sf, movv16sf): Introduce insns that get split only after
15362         reload.
15363         * config/sh/shmedia.h: Fix Copyright dates.
15364         * config/sh/ushmedia.h: Likewise.  Move loop counter
15365         declarations into conditionals that uses them.
15366         (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
15367         loop boundary.
15368         * config/sh/sshmedia.h: Fix Copyright dates.
15369         (sh_media_PUTCFG): Fix constraints.
15370         2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
15371         * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
15372         ptrmemfunc_vbit_in_delta for SH5.
15373         2001-05-08  Alexandre Oliva  <aoliva@redhat.com>
15374         * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
15375         * invoke.texi: Likewise.
15376         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
15377         * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
15378         GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
15379         GCC_pop_shmedia_regs_nofpu): New global symbols.
15380         * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
15381         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
15382         * config/sh/sh.c (calc_live_regs): Account for PR's saving in
15383         compact function with nonlocal labels.
15384         (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
15385         (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
15386         (initial_elimination_offset): Account for their stack space.
15387         * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
15388         * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
15389         movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
15390         movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
15391         least one of the operands to be a register.
15392         (movv2sf): Likewise.  Renamed to movv2sf_i.
15393         (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
15394         prepare_move_operands() before emitting SHmedia insns.
15395         2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
15396         * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
15397         Don't save nor initialize r12.  Don't mis-align the stack.
15398         Pad the code with a nop.
15399         * config/sh/crti.asm: Don't restore r12.  Don't mis-align the
15400         stack.
15401         2001-03-13  Alexandre Oliva  <aoliva@redhat.com>
15402         * gcc/longlong.h (__umulsidi3, count_leading_zeros)
15403         [__SHMEDIA__]: Implement.
15404         2001-03-11  Alexandre Oliva  <aoliva@redhat.com>
15405         * config/sh/sh.md: Set latency of `pt' closer to reality.
15406         (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
15407         movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
15408         Set move, load and store type attributes.
15409         * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
15410         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
15411         profiling.
15412         * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
15413         * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
15414         * config/sh/sh.c (sh_media_register_for_return): New function.
15415         (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
15416         branch-target register.
15417         (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
15418         * config/sh/sh.md (return_media_i): Use any call-clobbered
15419         branch-target register.
15420         (return_media): If r18 wasn't copied in the prologue, copy it
15421         here.
15422         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
15423         Clear class FP0_REGS.
15424         * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
15425         from elf.h.
15426         2001-03-08  DJ Delorie  <dj@redhat.com>
15427         * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
15428         2001-02-09  Alexandre Oliva  <aoliva@redhat.com>
15429         * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
15430         2001-02-07  Alexandre Oliva  <aoliva@redhat.com>
15431         * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
15432         2001-02-03  Alexandre Oliva  <aoliva@redhat.com>
15433         * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
15434         return value correctly for call_cookie.
15435         2001-02-01  Alexandre Oliva  <aoliva@redhat.com>
15436         * config/sh/crt1.asm (start): Modified so as to call
15437         ___setup_argv_and_call_main.
15438         2001-01-26  Alexandre Oliva  <aoliva@redhat.com>
15439         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
15440         SHmedia mode.
15441         2001-01-20  Alexandre Oliva  <aoliva@redhat.com>
15442         * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
15443         (STRIP_NAME_ENCODING): Use it.
15444         (ASM_OUTPUT_LABELREF): Likewise.  Don't call assemble_name().
15445         2001-01-19  Alexandre Oliva  <aoliva@redhat.com>
15446         * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
15447         prepare_scc_operands().
15448         * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
15449         (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
15450         2001-01-17  Alexandre Oliva  <aoliva@redhat.com>
15451         * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
15452         2001-01-13  Alexandre Oliva  <aoliva@redhat.com>
15453         * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
15454         * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
15455         used in shcompact_incoming_args.
15456         * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
15457         change.
15458         * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
15459         mode.
15460         * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
15461         Adjust accordingly.
15462         * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
15463         Simplify.  Adjust.  Add sanity check.
15464         * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
15465         FPU_SINGLE_BIT.
15466         * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
15467         TARGET_SHCOMPACT.
15468         (udivsi3, divsi3): Use them.
15469         (force_mode_for_call): New insn.
15470         (call, call_value, sibcall_value): Emit it before SHcompact
15471         calls.
15472         2001-01-11  Alexandre Oliva  <aoliva@redhat.com>
15473         * config/sh/sh.md (call, call_value, sibcall): Make sure the
15474         call cookie is non-NULL before taking its value.
15475         2001-01-10  Alexandre Oliva  <aoliva@redhat.com>
15476         * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
15477         2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
15478         * config/sh/sh.md (shcompact_incoming_args): Set argument memory
15479         block.
15480         * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
15481         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
15482         temporary for stack adjusts.  Use MACL and MACH to pass
15483         arguments to shcompact_incoming_args.
15484         * config/sh/sh.md (shcompact_incoming_args): Adjust.  Don't
15485         clobber r1.
15486         * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
15487         (nested_trampoline): Load static chain address into r1.
15488         * config/sh/sh.md (movdi_media splits): Fix sign-extension.
15489         2001-01-07  Alexandre Oliva  <aoliva@redhat.com
15490         * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
15491         fp_arith_reg_operand().
15492         2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
15493         * config/sh/sh.md (casesi): Sign-extend the first two operands,
15494         and use signed compares for them.
15495         * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
15496         4-byte ones.  Instead, inter-leave them, maintaining the 8-byte
15497         ones properly aligned.
15498         (find_barrier): Account for extra alignment needed for 8-byte wide
15499         constants.
15500         (machine_dependent_reorg): Require a label for the second 4-byte
15501         constant after an 8-byte one.
15502         * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
15503         change.
15504         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
15505         * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
15506         last_float when switching float modes.
15507         * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
15508         auto-increment for general-purpose registers.
15509         * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
15510         result.
15511         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
15512         for stack adjust.
15513         * config/sh/sh.c (sh_builtin_saveregs): Support using all
15514         registers for varargs.
15515         2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
15516         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
15517         * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
15518         CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
15519         (CALL_COOKIE_INT_REG_SHIFT): Adjust.
15520         (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK.  Adjust
15521         call_cookie accordingly.
15522         (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
15523         (SHCOMPACT_BYREF): Likewise.
15524         (SHCOMPACT_FORCE_ON_STACK): New macro.
15525         * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
15526         (sh_builtin_saveregs): Likewise.
15527         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
15528         shcompact_incoming_args): Use new shift values.  Support
15529         sequences of consecutive and non-consecutive pushes/pops.
15530         * config/sh/sh.md (return): Don't explicitly use PR_REG.
15531         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
15532         * config/sh/sh.h (TEXT_SECTION): Define.
15533         * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
15534         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
15535         * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
15536         * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
15537         return values on FPU-enabled SHmedia.
15538         (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
15539         FPU-enabled SHmedia.
15540         (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
15541         value is returned in a non-FP reg and is not returned by
15542         reference.
15543         * config/sh/sh.md (shcompact_return_tramp_i): Change type to
15544         jump_ind.
15545         2000-01-04  Alexandre Oliva  <aoliva@redhat.com>
15546         * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
15547         (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
15548         quad-aligned to be passed by callee-copy reference.
15549         2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
15550         * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
15551         * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
15552         2001-01-02  Alexandre Oliva  <aoliva@redhat.com>
15553         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
15554         copying low-numbered FP regs to r7 and r8.
15555         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
15556         FP regs to general-purpose regs only if the copy was passed on the
15557         stack.
15558         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
15559         copying FP reg to r9.
15560         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
15561         copy FP regs to general-purpose regs only in outgoing calls.
15562         * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
15563         change from     2000-10-30.  Adjust for 64-bit (or 32-bit)
15564         HOST_WIDE_INT.
15565         * config/sh/sh.h (struct sh_args): Document all fields.
15566         (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
15567         passed partially on the stack should not consider making
15568         sibcalls.
15569         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
15570         stack_regs only for incoming calls.  When passing FP args,
15571         make sure there are FP regs available before modifying
15572         call_cookie.
15573         (SHCOMPACT_BYREF): Pass double args in general-purpose
15574         registers by reference.
15575         2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
15576         * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
15577         attempt to generate sibcalls if the caller got any arguments
15578         by reference.
15579         * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
15580         * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
15581         to 8-byte boundaries.
15582         * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
15583         * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
15584         * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
15585         stored in the stack.
15586         * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
15587         for the offsets to have the ISA bit set.
15588         (shcompact_call_trampoline): Document.  Swap r0 and r1, to match
15589         invocation.  Use beq instead of bgt to mark end of sequence of
15590         loads.
15591         (shcompact_incoming_args): Fix store of r2.  Use beq instead of
15592         bgt to mark end of sequence of stores.
15593         * config/sh/sh.c (arith_operand): Don't check whether
15594         CONST_OK_FOR_J for now.
15595         * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
15596         instead of long for conversion.
15597         2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
15598         * config/sh/sh.c (print_operand_address): Convert INTVAL to int
15599         before passing it to fprintf.
15600         2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
15601         * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
15602         Call set_fpscr before reading/writing SR.
15603         * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
15604         Call set_fpscr.
15605         * config/sh/lib1funcs.asm: Add `.align 2' directives before
15606         SHmedia code.
15607         (FMOVD_WORKS): Define on SH5 with FPU.
15608         (set_fpscr): Define on SH5.  Remove separate _fpscr_values
15609         setting.
15610         * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
15611         _fpscr_values.
15612         2000-12-28  Hans-Peter Nilsson  <hpn@cygnus.com>
15613         * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
15614         address.
15615         (ia_main_table): Ditto.
15616         2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
15617         * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
15618         * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
15619         the definitions from sh.h.
15620         * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
15621         TARGET_SH5.
15622         (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
15623         * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
15624         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
15625         2000-12-26  Alexandre Oliva  <aoliva@redhat.com>
15626         * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
15627         Increment LABEL_NUSES.
15628
15629         * config/sh/sh.h (SIZE_TYPE): Define as conditional on
15630         TARGET_SH5.
15631         (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
15632         defined.
15633         * config/sh/elf.h (SIZE_TYPE): Likewise.
15634         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
15635         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
15636         shcompact_incoming_args): Load switch table addresses using
15637         datalabel.
15638         * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
15639         (NO_BUILTIN_SIZE_TYPE): Define.
15640         (SIZE_TYPE): Don't define.
15641         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
15642         * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
15643         definition of __SH5__=32 for -m5-compact-nofpu.
15644         * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
15645         ADDR_DIFF_VEC.
15646         2000-12-24  Alexandre Oliva  <aoliva@redhat.com>
15647         * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
15648         2000-12-23  Alexandre Oliva  <aoliva@redhat.com>
15649         * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
15650         (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
15651         (INSN_LENGTH_ALIGNMENT): Likewise.
15652         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
15653         * config/sh/sh.md (call, call_value, sibcall): Simplify
15654         copying of non-branch-target register.
15655         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
15656         * glimits.h (__LONG_MAX__): Revert      2000-12-13's patch.
15657         * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
15658         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
15659         * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
15660         floating-point values as structs.
15661         (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
15662         (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
15663         general-purpose register.
15664         (SH5_PROTOTYPED_FLOAT_ARG): New macro.
15665         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
15666         * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
15667         * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
15668         * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
15669         (ENCODE_SECTION_INFO): Enclose variables and constants in
15670         DATALABEL unspecs.
15671         (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
15672         (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
15673         (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
15674         * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
15675         only for LABEL_REFs.  For SYMBOL_REFs, prepend
15676         SH_DATALABEL_ENCODING to the symbol name.
15677         * config/sh/sh.md (indirect_jump): Use SUBREG instead of
15678         convert_mode().
15679         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
15680         * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
15681         UNSPEC_DATALABEL.
15682         * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
15683         * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
15684         (DATALABEL_REF_P): Don't require CONST.
15685         (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
15686         REL label.
15687         2000-12-19  Alexandre Oliva  <aoliva@redhat.com>
15688         * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
15689         right.
15690         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15691         * config/sh/sh.md (movsi_media, call, call_value, sibcall):
15692         Use shallow_copy_rtx and PUT_MODE to change the mode of
15693         SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
15694         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
15695         on SHmedia using GENERAL_REGs.
15696         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
15697         bltu_media_i): Fix reversion of conditions.
15698         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
15699         * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
15700         * config/sh/sh.c (output_far_jump): Save r13 in macl.
15701         2000-12-17  Alexandre Oliva  <aoliva@redhat.com>
15702         * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
15703         2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
15704         * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
15705         (GCC_nested_trampoline): Likewise.
15706         * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
15707         * config/sh/sh.c (gen_datalabel_ref): Define.
15708         * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
15709         (INITIALIZE_TRAMPOLINE): Likewise.
15710         (TRAMPOLINE_ADJUST_ADDRESS): Define.
15711         (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
15712         (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
15713         (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
15714         * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
15715         (ic_invalidate): Adjust for SH5.
15716         (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
15717         * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
15718         _nested_trampoline.
15719         2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
15720         * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
15721         (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
15722         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
15723         * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
15724         * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
15725         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
15726         * config/sh/sh.c (target_reg_operand): Match only target-branch
15727         registers and pseudos that aren't virtual registers.
15728         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
15729         Copy operands that don't match target_reg_operand to pseudos.
15730         (call_media, call_value_media, sibcall_media): Use
15731         target_reg_operand instead of target_operand.
15732         2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
15733         * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
15734         * config/sh/sh.c (target_reg_operand): Match hardware registers
15735         other than branch-target registers.
15736         * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
15737         * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
15738         (fpscr_values) [SH5 == 32]: Define.
15739         * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
15740         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
15741         Handle function addresses coming in SUBREGs.
15742         2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
15743         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
15744         shcompact_return_trampoline): Use datalabel where appropriate.
15745         2000-12-09  Alexandre Oliva  <aoliva@redhat.com>
15746         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
15747         general-purpose register to copy one branch-target register to
15748         another.
15749         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
15750         * config/sh/sh.c (target_operand): Accept LABEL_REFs and
15751         SYMBOL_REFs with VOIDmode.
15752         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
15753         bltu_media_i): New insns.
15754         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
15755         * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
15756         (INIT_CUMULATIVE_ARGS): Likewise.
15757         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
15758         * machmode.def (V16SFmode): New mode.
15759         * c-common.c (type_for_mode): Support V2SF and V16SF.
15760         * tree.c (build_common_tree_nodes_2): Likewise.
15761         * tree.h (tree_index): Likewise.
15762         * calls.c (emit_call_1): Take args_so_far.  Adjust all
15763         callers.  Introduce CALL_POPS_ARGS.
15764         * tm.texi (CALL_POPS_ARGS): Document.
15765         * config/sh/crt1.asm: Implement in SHmedia mode.
15766         * config/sh/crti.asm, config/sh/crtn.asm: Likewise
15767         * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
15768         (DBX_REGISTER_NUMBER): Renumber registers for SH5.
15769         * config/sh/lib1funcs.asm: Disable functions unused in SH5.
15770         Implement divsi and udivsi in SHmedia mode.  Introduce
15771         SHcompact trampolines.
15772         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
15773         only in SHmedia64.
15774         (regno_reg_class): Rewrite.
15775         (fp_reg_names): Remove.
15776         (sh_register_names, sh_additional_register_names): New.
15777         (print_operand): Added `u'.  Support SUBREGs in addresses.
15778         Add parentheses around shifted CONSTs.
15779         (output_file_start): Output .mode and .abi directives.
15780         (shiftcosts, addsubcosts, multcosts): Adjust.
15781         (output_stack_adjust): Compute alignment.  Sanity-check SIZE.
15782         (push_regs): Take array of HOST_WIDE_INTs.  Adjust callers.
15783         (calc_live_regs): Output to array of HOST_WIDE_INTs.  Count
15784         bytes, not registers.  Take into account the need for the
15785         SHcompact incoming args trampoline.  Adjust all callers.
15786         (sh_expand_prologue): Take stack_regs into account.  Call
15787         incoming args trampoline.  Keep stack aligned as per SH5 ABI.
15788         (sh_expand_epilogue): Take stack_regs into accoutn.  Keep
15789         stack aligned as per SH5 ABI.
15790         (sh_builtin_saveregs): Support SH5 ABI.
15791         (sh_build_va_list, sh_va_start): Likewise.
15792         (initial_elimination_offset): Take alignment into account.
15793         Compute location of PR according to the SH5 stack frame.
15794         (arith_reg_operand): Reject branch-target registers.
15795         (shmedia_6bit_operand): New.
15796         (logical_operand): Use CONST_OK_FOR_P on SHmedia.
15797         (target_reg_operand): Match DImode only.  Accept SUBREGs.
15798         (target_operand): New.
15799         * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
15800         (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI.  Initialize
15801         SIBCALL_REGS for SHmedia.
15802         (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
15803         (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
15804         (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
15805         (TARGET_SWITCHES): New SH5 flags.
15806         (OVERRIDE_OPTIONS): Set SH5-specific options.  Use
15807         VALID_REGISTER_P to disable unsupported registers.
15808         (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
15809         (POINTER_SIZE, PARM_BOUNDARY): Adjust.
15810         (FUNCTION_ARG_PADDING): Define.
15811         (FASTEST_ALIGNMENT): Adjust.
15812         (SH_REGISTER_NAMES_INITIALIZER): New.
15813         (sh_register_names): Declare.
15814         (DEBUG_REGISTER_NAMES): Define.
15815         (REGISTER_NAMES): Define based on sh_register_names.
15816         (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
15817         (sh_additional_register_names): Declare.
15818         (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
15819         (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
15820         (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
15821         (REGISTER_NATURAL_MODE): Define.
15822         (FIRST_PSEUDO_REGISTER): Adjust.
15823         (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
15824         (HARD_REGNO_CALL_PART_CLOBBERED): Define.
15825         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
15826         (VECTOR_MODE_SUPPORTED_P): Define.
15827         (REG_CLASS_CONTENTS): Adjust.
15828         (SMALL_REGISTER_CLASSES): Adjust.
15829         (REG_ALLOC_ORDER): Adjust.
15830         (INDEX_REG_CLASS): Adjust.
15831         (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
15832         (CONST_OK_FOR_LETTER_P): Adjust.
15833         (PREFERRED_RELOAD_CLASS): Adjust.
15834         (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
15835         (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
15836         (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
15837         (FIRST_FP_PARM_REG): Adjust.
15838         (CALL_POPS_ARGS): Define.
15839         (FUNCTION_ARG_REGNO_P): Adjust.
15840         (struct sh_args): New fields.
15841         (GET_SH_ARG_CLASS): Adjust.
15842         (INIT_CUMULATIVE_ARGS): Adjust.
15843         (INIT_CUMULATIVE_INCOMING_ARGS): Define.
15844         (FUNCTION_ARG_ADVANCE): Adjust.
15845         (FUNCTION_ARG): Adjust.
15846         (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
15847         (FUNCTION_ARG_CALLEE_COPIES): Define.
15848         (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
15849         (STRICT_ARGUMENT_NAMING): Define.
15850         (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
15851         (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
15852         (SH5_WOULD_BE_PARTIAL_NREGS): Define.
15853         (SETUP_INCOMING_VARARGS): Adjust.
15854         (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
15855         (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
15856         (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
15857         (SUBREG_OK_FOR_INDEX_P): Adjust.
15858         (EXTRA_CONSTRAINT_S): Update.
15859         (EXTRA_CONSTRAINT_T): New.
15860         (EXTRA_CONSTRAINT): Adjust.
15861         (GO_IF_LEGITIMATE_INDEX): Adjust.
15862         (GO_IF_LEGITIMATE_ADDRESS): Adjust.
15863         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
15864         (MOVE_MAX): Adjust.
15865         (MAX_MOVE_MAX): Define.
15866         (Pmode): Adjust.
15867         (CONST_COSTS): Adjust.
15868         (REGISTER_MOVE_COST): Adjust.
15869         (BRANCH_COST): Adjust.
15870         (TEXT_SECTION_ASM_OP): Adjust.
15871         (DBX_REGISTER_NUMBER): Adjust.
15872         (ASM_OUTPUT_DOUBLE_INT): New.
15873         (UNALIGNED_DOUBLE_INT_ASM_OP): New.
15874         (PREDICATE_CODES): Adjust.
15875         (PROMOTE_MODE): Adjust.
15876         (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
15877         * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
15878         (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
15879         (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
15880         (DR0_REG, DR2_REG, DR4_REG): Renumber.
15881         (TR0_REG, TR1_REG, TR2_REG): New.
15882         (XD0_REG): Renumber.
15883         (UNSPEC_COMPACT_ARGS): New.
15884         (type): Added pt and ptabs.
15885         (length): Default to 4 on SHmedia.  Default pt length to 12
15886         and     20 on SHmedia32 and SHmedia64, respectively.
15887         (pt): New function unit.
15888         (movdi, movsi): Add types pt and ptabs.  Don't increment LABEL_NUSES.
15889         Add whitespace between operands of SHmedia instructions.
15890         (movdicc): Fix.
15891         (adddi3_media, addsi3_media): Adjust constraints.
15892         (subsi3) [SHmedia]: Force operand 1 into a register.
15893         (udivsi3_i1_media, udivsi3_i4_media): New.
15894         (udivsi3): Support SHmedia.
15895         (divsi3_i1_media, divsi3_i4_media): New.
15896         (divsi3): Support SHmedia.
15897         (anddi3, iordi3, xordi3): Adjust constraints.
15898         (zero_extendhidi2, zero_extendqidi2): New.
15899         (extendsidi2, extendhidi2, extendqidi2): New.
15900         (push, pop, push_e, push_fpul, push_4): Disable on SH5.
15901         (pop_e, pop_fpul, pop_4): Likewise.
15902         (movsi_media): Support FP and BT registers.
15903         (movsi_media_nofpu): New.  Adjust splits to DImode.
15904         (lduw, ldub): Renamed to zero_extend* above.
15905         (movqi_media): Fix typo.
15906         (movdi_media): Support FP and BT registers.
15907         (movdi_media_nofpu): New.  Adjust splits for SHmedia32.
15908         (movdi_const_32bit): New.
15909         (shori_media): Require immediate operand.  Use `u' for output.
15910         (movdf_media, movsf_media): Simplified.
15911         (movdf_media_nofpu, movsf_media_nofpu): New.
15912         (movdf, movsf): Adjust
15913         (movv2sf, movv2sf, movv16sf): New.
15914         (beq_media, beq_media_i): Adjust constraints.  Don't use
15915         scratch BT register.
15916         (bne_media, bne_media_i): Likewise.
15917         (bgt_media, bgt_media_i): Likewise.
15918         (bge_media, bge_media_i): Likewise.
15919         (bgtu_media, bgtu_media_i): Likewise.
15920         (bgeu_media, bgeu_media_i): Likewise.
15921         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
15922         bunordered): Emit jump insn.  Force operands to registers when
15923         needed.
15924         (jump_media, jump): Simplify.
15925         (call_compact, call_compact_rettramp): New.
15926         (call_value_compact, call_value_compact_rettramp): New.
15927         (call_media, call_value_media): Simplify.
15928         (sibcall_compact, sibcall_media): New.
15929         (call, call_value): Adjust for SHmedia and SHcompact.
15930         (sibcall, sibcall_value, untyped_call): Likewise.
15931         (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
15932         (indirect_jump): Adjust for SHmedia.
15933         (casesi_jump_media): New.
15934         (nop): Re-enable for SHmedia.
15935         (call_site): Restrict to SH1.
15936         (casesi): Adjust for SHmedia.
15937         (casesi_shift_media, casesi_load_media): New.
15938         (return): Explicitly use PR register.  Call return trampoline
15939         on SHcompact.
15940         (return_i): Explicitly use PR register.
15941         (shcompact_return_tramp, shcompact_return_tramp_i): New.
15942         (return_media): Adjust.
15943         (shcompact_incoming_args): New.
15944         (epilogue): Adjust.
15945         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
15946         (movstrsi): Disable on SH5.
15947         (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
15948         (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
15949         (subsf3, subsf3_media): Likewise.
15950         (mulsf3, mulsf3_media, mac_media): Likewise.
15951         (divsf3, divsf3_media): Likewise.
15952         (floatdisf2, floatsisf2_media): Likewise.  Adjust constraints.
15953         (floatsisf2, fux_truncsfsi2): Likewise.
15954         (fix_truncsfdi2, fix_truncsfsi2_media): Likewise.  Adjust
15955         constraints.
15956         (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
15957         (cmpunsf_media, cmpsf): Likewise.
15958         (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
15959         (abssf2, abssf2_media): Likewise.
15960         (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
15961         (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
15962         (floatdidf2, floatsidf2_media): Likewise.  Adjust constraints.
15963         (floatsidf2, fix_truncdfsi2): Likewise.
15964         (fix_truncdfdi2, fix_truncdfsi2_media): Likewise.  Adjust
15965         constraints.
15966         (cmpeqdf_media, cmpgtdf_media): Likewise.
15967         (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
15968         (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
15969         (absdf2, absdf2_media): Likewise.
15970         (extendsfdf2, extendsfdf2_media): Likewise.
15971         (truncsfdf2, truncsfdf2_media): Likewise.
15972         * config/sh/sh64.h: New file.
15973         * config/sh/t-sh64: New file.
15974         * config/sh/shmedia.h: New file.
15975         * config/sh/ushmedia.h: New file.
15976         * config/sh/sshmedia.h: New file.
15977         * configure.in: Added sh64-*-elf.
15978         * configure: Rebuilt.
15979         2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
15980         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
15981         (reg_class_from_letter): Use `b' for TARGET_REGS.
15982         (print_operand): Support `%M', `%m', `AND' and
15983         `ASHIFTRT'.  Do not precede constants with `#' on SHmedia.
15984         (andcosts): Adjust for SHmedia.
15985         (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
15986         Likewise.
15987         (target_reg_operand): New function.
15988         * config/sh/sh-protos.h (target_reg_operand): Declare.
15989         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
15990         FP registers on SH5.
15991         (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
15992         on SH4.
15993         (TARGET_REGISTER_P): New macro.
15994         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
15995         (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
15996         (EXTRA_CONSTRAINT_S): New macro.
15997         (EXTRA_CONSTRAINT): Adjust.
15998         (FLOAT_TYPE_SIZE): Define to 32.
15999         (Pmode): DImode on SHmedia.
16000         (CONST_COSTS): Adjust for SHmedia literals.
16001         (PREDICATE_CODES): Added target_reg_operand.
16002         (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
16003         * config/sh/sh.md: Remove all attrs from SHmedia insns.
16004         (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
16005         (cmpdi): Accept SHmedia.
16006         (movdicc_false, movdicc_true): New insns.
16007         (movdicc): New expand.
16008         (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
16009         no_new_pseudos.
16010         (addsi3_media): Match `S' constraint.
16011         (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
16012         (negdi2): Expand for SHmedia.
16013         (one_cmpldi2): New expand.
16014         (zero_extendsidi2): Change from expand to insn.
16015         (extendsidi2): Add constraints.
16016         (movdi_media, movsi_media): Change `%x' to `%M'.  Use `%m' for
16017         LD/ST address.  Fix SI immediate loading split.
16018         (movhi_media, movqi_media, lduw, ldub): New insns.
16019         (movhi, movqi): Accept SHmedia.
16020         (shori_media, movdi_media): Relax input constraints.  Split
16021         symbolic constants.
16022         (movdf_media, movsf_media): New insn.  New split to movdi.
16023         (movdf, movsf): Match on SHmedia.
16024         (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
16025         bgeu_media): New insns and splits.  New insns with `_i' suffix.
16026         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
16027         (bunordered): New expand.
16028         (jump_compact): Renamed from `jump'.
16029         (jump_media): New insn.
16030         (jump): New expand.
16031         (call_media, call_value_media): New insns.
16032         (call, call_value): Adjust.
16033         (indirect_jump_compact): Renamed from `indirect_jump'.
16034         (indirect_jump_media): New insn.
16035         (indirect_jump): New expand.
16036         (untyped_call, return): Accept SHmedia.
16037         (return_media): New insn.
16038         (prologue, epilogue, blockage): Accept SHmedia.
16039         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
16040         (sunordered): New expand.
16041         (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
16042         cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
16043         (addsf3_media, subsf3_media, mulsf3_media, mac_media,
16044         divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
16045         fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
16046         cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
16047         abssf2_media): New insns.
16048         (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
16049         cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
16050         (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
16051         floatdidf2, floatsidf2_media, fix_truncdfdi2,
16052         fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
16053         cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
16054         absdf2_media): New insns.
16055         (extendsfdf2, truncdfsf2): Adjust for SHmedia.
16056         (extendsfdf2_media, truncdfsf2_media): New insns.
16057         2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
16058         * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
16059         * config/sh/sh.h (CONST_OK_FOR_J): Document.
16060         (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
16061         * config/sh/sh.md (adddi3): New expand.
16062         (adddi3_media, adddi3z_media): New insns.
16063         (adddi3_compact): Renamed from adddi3.
16064         (addsi3_media): Use add.l r63 to add constant zero.
16065         (subdi3): New expand.
16066         (subdi3_media): New insn.
16067         (subdi3_compact): Renamed from subdi3.
16068         (mulsidi3): New expand.
16069         (mulsidi3_media): New insn.
16070         (mulsidi3_compact): Renamed from mulsidi3.
16071         (umulsidi3): New expand.
16072         (umulsidi3_media): New insn.
16073         (umulsidi3_compact): Renamed from umulsidi3.
16074         (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
16075         (ashlsi3, ashrsi3, lshrsi3): Use them.
16076         (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
16077         (ashldi3, ashrdi3, lshrdi3): Use them.
16078         (zero_extendsidi2): New expand.
16079         (extendsidi2): New insn.
16080         (movsi_media): New insn.  Split to movdi to load constants.
16081         (movsi): Enable for shmedia.
16082         (movdi_media): New insn.  Use shori_media to load wide constants.
16083         (short_media): New insn.
16084         (movdi): Enable for shmedia.
16085         2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
16086         * config/sh/sh.h (CPP_SPEC): Added `m5'.
16087         (SUBTARGET_CPP_SPEC): Added `!m5'.
16088         (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
16089         (TARGET_SWITCHES): Added `5' and `5-compact'.  Added SH1_BIT
16090         to all other SH variants.
16091         (TARGET_DEFAULT): Set to SH1_BIT.
16092         (OVERRIDE_OPTIONS): Recognize sh5 CPU.
16093         (BITS_PER_WORD): Raise to 64 on shmedia.
16094         (MAX_BITS_PER_WORD): Change to 64.
16095         (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
16096         (INT_TYPE_SIZE): Keep as 32.
16097         (UNITS_PER_WORD): Raise to 8 on shmedia.
16098         (MIN_UNITS_PER_WORD): Keep as 4.
16099         (POINTER_SIZE): Raise to 64 on shmedia.
16100         (CONST_OK_FOR_J): New macro.
16101         (CONST_OK_FOR_LETTER_P): Use it.
16102         (processor_type): Add PROCESSOR_SH5.
16103         * config/sh/sh.md: Conditionalize all expands, insns and
16104         splits to TARGET_SH1.
16105         (cpu): Added sh5.
16106         (addsi3_compact): Renamed from...
16107         (addsi3): Now an expand.
16108         (addsi3_media, subsi3_media): New insns.
16109         (subsi3): Don't negate constants with SHmedia.
16110
16111         * hooks.c: New file.
16112         * hooks.h: New file.
16113         * Makefile.in (HOOKS_H): New.
16114         (TARGET_DEF_H): Added $(HOOKS_H).
16115         (OBJS): Added hooks.o.
16116         (cfgcleanup.o, bb-reorder.o): Added target.h.
16117         (hooks.o): Added dependencies.
16118         * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
16119         (TARGET_INITIALIZER): this.
16120         * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
16121         * target.h (struct gcc_target): Added cannot_modify_jumps_p.
16122         * bb-reorder.c: Include target.h.
16123         (reorder_basic_blocks): Skip if cannot modify jumps.
16124         * cfgcleanup.c: Include target.h.
16125         (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
16126
16127 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
16128
16129         * config/mips/mips.md (casesi_internal, casesi_internal_di):
16130         Protect jump delay slot instructions with .set noreorder and
16131         .set nomacro.
16132
16133 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
16134
16135         * config/mips/mips.md (casesi_internal_di): Calculate
16136         the index into the target offset table correctly.
16137
16138 2002-02-08  Richard Henderson  <rth@redhat.com>
16139
16140         * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
16141         * final.c (output_addr_const): Accept and discard SUBREG.
16142         * varasm.c (decode_addr_const): Don't abort on unknown expressions --
16143         mark them unknown instead.
16144         (simplify_subtraction): Handle RTX_UNKNOWN.
16145         (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
16146
16147 2002-02-08  David Edelsohn  <edelsohn@gnu.org>
16148
16149         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
16150
16151 2002-02-08  Richard Henderson  <rth@redhat.com>
16152
16153         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
16154
16155 2002-02-08  Andreas Jaeger  <aj@suse.de>
16156
16157         * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
16158         * config/i386/t-linux64: New file.
16159
16160 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16161
16162         * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
16163         * c-parse.in (compstmt): Clear last_expr_type.
16164
16165 2002-02-07  Richard Henderson  <rth@redhat.com>
16166
16167         * loop.c (strength_reduce): Sink final_value when not
16168         eliminating a biv.
16169
16170 2002-02-07  David O'Brien  <obrien@FreeBSD.org>
16171
16172         * config/sparc/freebsd.h: Fix mismatched spec {.
16173
16174 2002-02-07  Richard Henderson  <rth@redhat.com>
16175
16176         * cfgrtl.c: Include recog.h and insn-config.h.
16177         (keep_with_call_p): Fix general_operand invocation.
16178         * Makefile.in (cfgrtl.o): Update dependencies.
16179
16180 2002-02-07  Kazu Hirata  <kazu@hxi.com>
16181
16182         * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
16183         comment.  Accept HImode only if TARGET_H8300.
16184
16185 2002-02-07  Eric Christopher  <echristo@redhat.com>
16186
16187         * config/mips/crtn.asm: Cleanup #ifdefs.
16188
16189 2002-02-07  Eric Christopher  <echristo@redhat.com>
16190
16191         * config/mips/crti.asm: Add changes for mips16. mips16 uses
16192         register 7 as RA instead of $31.
16193         * config/mips/crtn.asm: Ditto.
16194         * config/mips/mips.c (mips_move_2words): Add case for
16195         TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
16196         (compute_frame_size): Fix typo.
16197         (save_restore_insns): Ditto.  Make documentation about using
16198         register $7 as return register more precise.
16199         (mips_expand_epilogue): Fix comment. Add code to work around not
16200         being able to add to the stack pointer directly.
16201         * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
16202         to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
16203         epilogue.
16204
16205 2002-02-07  Tom Rix  <trix@redhat.com>
16206
16207         * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
16208         immediates in ldu and stdu DS opcode field.
16209         * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
16210         * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
16211         * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
16212
16213 2002-02-07  Jeff Sturm  <jsturm@one-point.com>
16214
16215         * config/sparc/sparc.c (compute_frame_size): Don't correct frame
16216         offset for stack bias.
16217
16218 2002-02-07  H.J. Lu <hjl@gnu.org>
16219
16220         * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
16221
16222 2002-02-07  Ulrich Weigand  <uweigand@de.ibm.com>
16223
16224         * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
16225
16226 Thu Feb  7 12:14:17 CET 2002  Jan Hubicka  <jh@suse.cz>
16227
16228         * i386-protos.h (x86_order_regs_for_local_alloc): Declare
16229         * i386.c (x86_order_regs_for_local_alloc): New global function.
16230         * i386.h (REG_ALLOC_ORDER): CLeanup.
16231         (ORDER_REGS_FOR_LOCAL_ALLOC): New.
16232
16233 2002-02-07  Richard Henderson  <rth@redhat.com>
16234
16235         PR optimization/2463
16236         * alias.c (find_base_value): Recall base values for fixed hard regs.
16237         * loop.c (loop_regs_update): Don't use single_set on non-insns.
16238
16239 2002-02-07  Alexandre Oliva  <aoliva@redhat.com>
16240
16241         * config/mips/mips.md (define_delay) [mips16]: Adjust required
16242         length.
16243
16244 2002-02-06  Richard Henderson  <rth@redhat.com>
16245
16246         PR c/5609
16247         * stmt.c (resolve_operand_name_1): Take more care with mixed
16248         named and unnamed operands.
16249
16250 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
16251             Jan Hubicka  <jh@suse.cz>
16252
16253         * loop.c (remove_constant_addition): Avoid clobbering a shared
16254         CONST expression.
16255
16256 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
16257
16258         * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
16259         * config/s390/t-linux64: New file.
16260         * config/s390/libgcc-glibc.ver: New file.
16261
16262 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
16263
16264         * config/s390/linux64.h: Delete file.
16265         * config/s390/s390x.h: New file.
16266         * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
16267         as target header file.
16268         * config/s390/linux.h (TARGET_VERSION): Define depending on
16269         DEFAULT_TARGET_64BIT.
16270         (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
16271         (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
16272         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
16273         (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
16274         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
16275         (EXTRA_SPEC): New define.
16276         * config/s390/s390.h (TARGET_VERSION): Define depending on
16277         DEFAULT_TARGET_64BIT.
16278         (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
16279
16280 2002-02-06  Jason Merrill  <jason@redhat.com>
16281
16282         * c-decl.c (finish_function): Warn about a non-void function with
16283         no return statement and no abnormal exit.
16284         (current_function_returns_abnormally): New variable.
16285         (start_function): Clear it.
16286         (struct c_language_function): Add returns_abnormally.
16287         (push_c_function_context): Save it.
16288         (pop_c_function_context): Restore it.
16289         (builtin_function): Set TREE_THIS_VOLATILE on return fns.
16290         (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
16291         an explicit return type.
16292         * c-tree.h: Declare current_function_returns_abnormally.
16293         (C_FUNCTION_IMPLICIT_INT): New macro.
16294         * c-typeck.c (build_function_call): Set it.
16295         (c_expand_return): Set current_function_returns_value even if the
16296         value is erroneous.
16297
16298 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16299
16300         PR c/5420:
16301         * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
16302         unsafe for reevaluation.
16303
16304 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16305
16306         PR c/5482:
16307         * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
16308         EXPR_STMT, but COMPOUND_STMT, recurse into it.
16309
16310 2002-02-06  Richard Henderson  <rth@redhat.com>
16311
16312         * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
16313         be a general_operand.  Dest for function value must be a pseudo.
16314
16315 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
16316
16317         * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
16318         as SYMBOL_REFs from the constant pool.
16319
16320 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
16321
16322         * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
16323         passed by invisible reference.
16324
16325 2002-02-05  Richard Henderson  <rth@redhat.com>
16326
16327         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
16328
16329 2002-02-06  Hans-Peter Nilsson  <hp@bitrange.com>
16330
16331         Implement using "base addresses" in insn operands as default.
16332         * config/mmix/mmix.c (mmix_conditional_register_usage): if
16333         -mabi=gnu, modify fixed_regs to fit the GNU ABI.
16334         (mmix_extra_constraint): Use 'R' to indicate that GETA should be
16335         used to read the rtx value.
16336         (mmix_target_asm_function_epilogue): Fix spacing.
16337         (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
16338         (mmix_legitimate_address): Ditto.
16339         (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
16340         should be loaded with a GETA insn.  Don't allocate needless extra
16341         char for nul termination and fix misleading comment.
16342         (mmix_print_operand_address): Handle constants if
16343         TARGET_BASE_ADDRESSES.
16344         (mmix_output_register_setting): Use base addressing if
16345         TARGET_BASE_ADDRESSES and the number of insns is 3.
16346         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
16347         * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
16348         to use R as constraint, add LDA to match s.
16349         * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
16350         (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
16351         (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
16352         (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
16353         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
16354         order with other fixed registers.
16355         (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
16356         other parameter/call-clobbered registers.
16357         * doc/invoke.texi (Option Summary) <MMIX Options>: Add
16358         -mbase-addresses, -mno-base-addresses.
16359         (MMIX Options): Ditto.
16360
16361 2002-02-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16362
16363         * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
16364
16365 2002-02-06  Aldy Hernandez  <aldyh@redhat.com>
16366
16367         * config/rs6000/altivec.h: Change elem to _S_elem.
16368
16369 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
16370
16371         * config/netbsd.h (WCHAR_TYPE): Define.
16372         (WCHAR_TYPE_SIZE): Ditto.
16373         (WINT_TYPE): Ditto.
16374         * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
16375         (WCHAR_UNSIGNED): Ditto.
16376         (WCHAR_TYPE_SIZE): Ditto.
16377         (WINT_TYPE): Ditto.
16378         * config/arm/netbsd.h: Likewise.
16379         * config/i386/netbsd-elf.h: Likewise.
16380         * config/i386/netbsd.h: Likewise.
16381         * config/m68k/netbsd-elf.h: Likewise.
16382         * config/m68k/netbsd.h: Likewise.
16383         * config/ns32k/netbsd.h: Likewise.
16384         * config/sparc/netbsd.h: Likewise.
16385         * config/vax/netbsd.: Likewise.
16386
16387 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
16388
16389         * target.h (struct gcc_target): Added ms_bitfield_layout_p.
16390         * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New.  Added to...
16391         (TARGET_INITIALIZER): this.
16392         * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
16393         (BITFIELD_NBYTES_LIMITED): Markup fix.
16394         * tree.h (default_ms_bitfield_layout_p): Declare.
16395         (record_layout_info): Added prev_field.
16396         * tree.c (default_ms_bitfield_layout_p): New fn.
16397         * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
16398         PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
16399         * stor-layout.c: Include target.h.
16400         (start_record_layout): Initialize prev_field.
16401         (place_field): Handle MS bit-field layout, and disregard
16402         EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
16403         PCC_BITFIELD_TYPE_MATTERS in this case.  Update prev_field.
16404         * Makefile.in (stor-layout.o): Adjust dependencies.
16405
16406 2002-02-05  Jason Merrill  <jason@redhat.com>
16407
16408         * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
16409
16410 2002-02-05  Andreas Jaeger  <aj@suse.de>
16411
16412         * crtstuff.c: Fix comments.
16413
16414 2002-02-05  Richard Henderson  <rth@redhat.com>
16415
16416         PR fortran/3393
16417         * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
16418         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
16419
16420         PR fortran/3392
16421         * config/mips/mips.c (function_arg): Handle TImode.
16422         (function_arg_advance): Likewise.
16423
16424 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16425
16426         * config/rs6000/altivec.h (vec_step_help): Rename to
16427         __vec_step_help.
16428
16429 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16430
16431         * config/rs6000/altivec.h: Fix typos.
16432
16433 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
16434
16435         * config/arm/netbsd.h: Correct a comment.
16436
16437 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16438
16439         * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
16440         building void typed builtins.
16441
16442         * config/rs6000/altivec.h (vec_ld*): Fix typos.
16443         (vec_step): Implement for C++.
16444
16445 Mon Feb  4 19:23:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16446
16447         * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
16448
16449 2002-02-04  Richard Henderson  <rth@redhat.com>
16450
16451         * combine.c (nonzero_bits): Re-introduce special case for
16452         sp/fp/ap wrt REGNO_POINTER_ALIGN.
16453
16454 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16455
16456         * doc/extend.texi: Warn about unsupported usage of altivec
16457         builtins.
16458
16459         * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
16460         (altivec_predicate_*): New.
16461
16462         * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
16463         Add C++ version of vec_*() functions.
16464
16465         * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
16466         (bdesc_2arg): Remove altivec predicates.
16467         (altivec_expand_builtin): Handle predicates.
16468         (altivec_init_builtins): Handle predicates.
16469         (altivec_expand_predicate_builtin): New.
16470
16471 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16472
16473         * pa.c (DO_FRAME_NOTES): Move forward.
16474         (store_reg): Revise handling of frame notes.
16475         (load_reg): Likewise.
16476         (set_reg_plus_d): Likewise.
16477         (hppa_expand_prologue): Likewise.
16478         (hppa_expand_epilogue): Likewise.
16479
16480 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16481
16482         * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
16483
16484 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16485
16486         PR c/4475, c++/3780:
16487         * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
16488         * c-common.h (SWITCH_TYPE): Define.
16489         * c-typeck.c (c_start_case): Set SWITCH_TYPE.
16490         * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
16491         Rename spareness variable to sparseness.
16492         (expand_end_case_type): Renamed from expand_end_case, use orig_type
16493         if non-NULL instead of TREE_TYPE (orig_index).
16494         * tree.h (expand_end_case_type): Renamed from expand_end_case.
16495         (expand_end_case): Define using expand_end_case_type.
16496         * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
16497         to expand_end_case_type.
16498         * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
16499
16500 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16501
16502         * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
16503         (BIGGEST_ALIGNMENT): Change to 128.
16504
16505 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16506
16507         * pa32-linux.h (LINK_COMMAND_SPEC): Define.
16508
16509 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16510
16511         * pa.md (call_internal_reg_64bit): Remove unused variable.
16512
16513 2002-02-04  Nick Clifton  <nickc@cambridge.redhat.com>
16514
16515         * config/arm/arm.h (machine_function): Add uses_anonymous_args
16516         field.
16517         (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
16518         * config/arm/arm.c (current_function_anonymous_args): Delete,
16519         replace uses with cfun->machine->uses_anonymous_args.
16520         (arm_reorg): Do not reset uses_anonymous_args.
16521
16522         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
16523         any geenral register.
16524
16525 2001-02-04  Bernd Schmidt  <bernds@redhat.com>s
16526
16527         * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
16528         the entry block.
16529
16530 2002-02-04  Richard Henderson  <rth@redhat.com>
16531
16532         * combine.c (force_to_mode): Remove STACK_BIAS code.
16533         (nonzero_bits): Likewise.  Replace sp/fp special case with
16534         REGNO_POINTER_ALIGN.
16535
16536         * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
16537         (HARD_FRAME_POINTER_REGNUM): New.
16538         (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
16539         (FIXED_REGS, CALL_USED_REGS): Update.
16540         (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
16541         (CONDITIONAL_REGISTER_USAGE): Update for HFP.
16542         (HARD_REGNO_NREGS): Update for SFP.
16543         (STACK_POINTER_OFFSET): Include bias here ...
16544         (FIRST_PARM_OFFSET): ... not here.
16545         (STACK_BIAS): Remove.
16546         (INIT_EXPANDERS): New.
16547         (STARTING_FRAME_OFFSET): Do not include bias.
16548         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
16549         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
16550         (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
16551         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
16552         * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
16553         * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
16554         (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
16555         (MUST_SAVE_REGISTER): Likewise.
16556         (sparc_flat_function_prologue): Likewise.
16557         (sparc_flat_function_epilogue): Likewise.
16558         (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
16559         (sparc_init_modes): SFP is GENERAL_REGS.
16560         (sparc_builtin_saveregs): SFP does not have bias applied.
16561
16562 2002-02-04  Richard Henderson  <rth@redhat.com>
16563
16564         * config/alpha/alpha.c (current_function_is_thunk): Don't check
16565         current_function_is_thunk.
16566         (alpha_sa_mask): Distinguish between current_function_is_thunk
16567         called from ASM_OUTPUT_MI_THUNK and not.
16568         (alpha_does_function_need_gp): Thunks always need gp.
16569         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
16570         (alpha_output_mi_thunk_osf): New.
16571         * config/alpha/alpha-protos.h: Update.
16572         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
16573
16574 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
16575
16576         * c-typeck.c (build_c_cast): Warn when qualifiers are added to
16577         function types, not when they're taken away.
16578
16579 Mon Feb  4 09:05:58 2002  Jeffrey A Law  (law@redhat.com)
16580
16581         * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
16582         CODE_LABEL and jump table when replacing a table jump with a
16583         simple jump.
16584
16585 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16586
16587         * config/s390/s390-protos.h (legitimize_la_operand,
16588         s390_secondary_input_reload_class, s390_plus_operand,
16589         s390_expand_plus_operand): Add prototypes.
16590
16591         config/s390/s390.c (s390_secondary_input_reload_class,
16592         s390_plus_operand, s390_expand_plus_operand): New functions.
16593
16594         (struct s390_address): New member 'pointer'.
16595         (s390_decompose_address): Compute it.
16596         (legitimate_la_operand_p): Use it.
16597         (legitimize_la_operand): New function.
16598         (movti, movdi, movdf splitters): Call it.
16599
16600         config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
16601         (PREDICATE_CODES): Add s390_plus_operand.
16602
16603         config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
16604         (la_ccclobber): Allow GENERAL_REGS as output operand.
16605
16606         (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
16607         *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
16608         (*la_64, *la_31, reload_indi, reload_insi): ... these.
16609
16610 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16611
16612         * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
16613         register names for regular asm () construct.
16614
16615 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16616
16617         * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
16618         registers.
16619
16620 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16621
16622         * combine.c (recog_for_combine): Create a dummy insn with PATTERN
16623         pat for recog.
16624
16625 2002-02-04  Hartmut Penner  <hpenner@de.ibm.com>
16626
16627         * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
16628         constant pool to be identical by string address and index.
16629
16630 2002-02-04  Anthony Green  <green@redhat.com>
16631
16632         * output.h (SECTION_OVERRIDE): Define.
16633         * varasm.c (named_section): Obey SECTION_OVERRIDE.
16634
16635 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
16636
16637         * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
16638         by existing arm*-*-netbsd* (a.out) target.
16639         (ns32k-*-netbsdelf*): Likewise.
16640         (sparc-*-netbsdelf*): Likewise.
16641         (vax-*-netbsdelf*): Likewise.
16642
16643 2002-02-03  Danny Smith <dannysmith@users.sourceforge.net>
16644
16645         * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
16646         headers and libobjc headers.
16647
16648 2002-02-03  Mumit Khan  <khan@nanotech.wisc.edu>
16649
16650         * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
16651         (_mingw.h): Remove duplicate include.
16652
16653 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
16654
16655         * config.gcc: Set cpu_type to m68k for 68010, as well.
16656         (m68010-*-netbsdelf*): New...
16657         (m68k*-*-netbsdelf*): ...targets.
16658         * config/m68k/netbsd-elf.h: New file.
16659
16660 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16661
16662         * config/h8300/h8300.c (hand_list): Move inside function_arg.
16663
16664 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16665
16666         * config/h8300/h8300.c (h8_push_ops): Move inside
16667         h8300_init_once.
16668         (h8_pop_ops): Likewise.
16669         (h8_move_ops): Likewise.
16670
16671 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16672
16673         * config/h8300/h8300.c (os_task): Make it static.
16674         (monitor): Likewise.
16675         (pragma_saveall): Likewise.
16676
16677 2002-02-02  Alexandre Oliva  <aoliva@redhat.com>
16678
16679         * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
16680         constant is a valid sign-extension for Pmode.
16681
16682 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16683
16684         * config/h8300/h8300.c: Fix formatting.
16685
16686 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16687
16688         * config/h8300/h8300.md: Fix formatting.
16689
16690 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16691
16692         * config/h8300/h8300.md (one_cmpl patterns): Tighten the
16693         predicates of operands[1].  Split the patterns for each
16694         processor variant.
16695
16696 2002-02-02  Kazu Hirata  <kazu@hxi.com>
16697
16698         * config/h8300/h8300.md (xor patterns): Tighten the predicates
16699         of operands[1] to register_operand.
16700
16701 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16702
16703         * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
16704         * cpphash.c (_cpp_init_hashtable): Similarly.
16705         * cppinit.c (cpp_create_reader): Default the signed_char flag.
16706         (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
16707         (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
16708         (cpp_handle_option): Handle the new options.
16709         * cpplex.c (cpp_interpret_charconst): Use new flag.
16710         * cpplib.h (struct cpp_options): New member signed_char.
16711         * gcc.c (cpp_unique_options): Remove %c spec and documentation.
16712         (cpp_options): Handle -fsigned-char and -funsigned-char.
16713         (static_specs): Remove signed_char_spec.
16714         (do_spec1): Don't handle %c.
16715         * system.h: Poison SIGNED_CHAR_SPEC.
16716         * tradcif.y (yylex): Use flag_signed_char.
16717         * tradcpp.h (flag_signed_char): New.
16718         * tradcpp.c (flag_signed_char): New.
16719         (main): Handle new command-line options.
16720         (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
16721 config:
16722         * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
16723         * avr/avr.h: Remove old comments.
16724         * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
16725         (CC1_SPEC): Pass -fsigned-char if -mic*.
16726         (SIGNED_CHAR_SPEC): Remove.
16727 doc:
16728         * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
16729
16730 2002-02-01  Eric Christopher  <echristo@redhat.com>
16731
16732         From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
16733         * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
16734         * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
16735         (ASM_OUTPUT_REG_POP): Ditto.
16736
16737 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16738
16739         * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
16740         patch.
16741
16742 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16743
16744         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
16745
16746 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16747
16748         PR c/5304:
16749         * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
16750         unconditionally.
16751
16752 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16753
16754         * cfganal.c: Include tm_p.h.
16755         (keep_with_call_p): Fix the test that determines if a register holds
16756         the return value of a call.
16757
16758 2002-02-01  DJ Delorie  <dj@redhat.com>
16759
16760         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
16761         we are given conflicting registers, switch to the other one we
16762         had allocated for us.
16763         * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
16764         as TImode so we know when the "other" register is available.
16765
16766 2002-02-01  David O'Brien  <obrien@FreeBSD.org>
16767
16768         * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
16769         sparc/sparc_bi.h.
16770
16771 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16772
16773         * cfganal.c (keep_with_call_p): New function.
16774         (flow_call_edges_add): Prevent splitting a block between a call and
16775         a single-set instruction that should be kept in the same block.
16776
16777 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
16778
16779         * doc/install.texi (avr): Update outdated URL.
16780
16781 2002-01-30  Andrew Haley  <aph@cambridge.redhat.com>
16782
16783         * config/stormy16/stormy16.md (pushqi): New.
16784         (popqi): New.
16785         (pushhi): New.
16786         (pophi): New.
16787         (movhi): Remove stack operands.
16788         (movqi): Likewise.
16789         * config/stormy16/stormy16.h (PREDICATE_CODES): Add
16790         nonimmediate_nonstack_operand.
16791         * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
16792         New.
16793         * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
16794         New.
16795
16796 2002-01-31  Jason Merrill  <jason@redhat.com>
16797
16798         * Makefile.in (c-parse.c): Handle .output file.
16799         * objc/Make-lang.in (objc-parse.c): Likewise.
16800
16801 2002-02-01  Alexandre Oliva  <aoliva@redhat.com>
16802
16803         * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
16804         the -me[lb] option is given.  Don't output the default flag
16805         twice.
16806
16807 2002-01-31  Zack Weinberg  <zack@codesourcery.com>
16808
16809         * c-lex.c (yyparse): Call debug_hooks->start_source_file for
16810         the primary source file; this has not been done yet.
16811         * c-decl.c (c_expand_body): Reset input_filename from
16812         DECL_SOURCE_FILE (fndecl) before calling init_function_start.
16813
16814 2002-01-31  Kazu Hirata  <kazu@hxi.com>
16815
16816         * rtlanal.c (subreg_regno_offset): Do not use
16817         SUBREG_REGNO_OFFSET.
16818         * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
16819         * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
16820
16821 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16822
16823         * gccbug.in: Follow GNU Coding Standards for --version.  Use GCC
16824         version rather than GNATS version in --version output.
16825
16826 2002-01-31  Richard Sandiford  <rsandifo@redhat.com>
16827
16828         * ifcvt.c (noce_process_if_block): Make a copy of the destination
16829         when copying back from a temporary.
16830
16831 2002-01-30  Richard Henderson  <rth@redhat.com>
16832
16833         * ifcvt.c (dead_or_predicable): Handling merging when other_bb
16834         and new_dest are the same.
16835
16836 2002-01-30  Richard Henderson  <rth@redhat.com>
16837
16838         PR opt/5076
16839         * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
16840         * rtl.c (note_insn_name): Update.
16841         * emit-rtl.c (remove_unnecessary_notes): Kill it.
16842         * stmt.c (expand_end_loop): Kill jump opt code.  Use LOOP_END_TOP_COND
16843         to perform loop rotation.
16844         (expand_exit_loop_top_cond): New.
16845         * tree.h (expand_exit_loop_top_cond): Declare it.
16846         * c-semantics.c (genrtl_while_stmt): Use it.
16847         (genrtl_for_stmt): Likewise.
16848
16849 2002-01-30  Alexandre Oliva  <aoliva@redhat.com>
16850
16851         * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
16852         arguments to 64-bit boundaries on 64-bit ABIs.
16853
16854 2002-01-30  Steve Ellcey  <sje@cup.hp.com>
16855
16856         * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
16857
16858 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16859
16860         * c-decl.c (grokdeclarator): Handle type being a typedef for an
16861         invalid type.
16862
16863 2002-01-30  David O'Brien  <obrien@FreeBSD.org>
16864
16865         * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
16866         * config/sparc/sparc_bi.h: Remove file.
16867         * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
16868
16869 2002-01-30  Richard Henderson  <rth@redhat.com>
16870
16871         * sched-deps.c (sched_analyze): Make a call read the frame pointer.
16872
16873 2002-01-30  Zack Weinberg  <zack@codesourcery.com>
16874
16875         * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
16876
16877 2002-01-30  Jason Merrill  <jason@redhat.com>
16878
16879         * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
16880         (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
16881         (reg_save): Use DW_CFA_offset_extended_sf instead.
16882
16883         * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
16884
16885 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16886
16887         * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
16888         in cselib_lookup.
16889
16890 2002-01-29  Aldy Hernandez  <aldyh@redhat.com>
16891
16892         * rs6000.md ("*call_value_local32"): Remove constraints.
16893         ("*call_value_local64"): Same.
16894         ("*call_value_indirect_nonlocal_aix32"): Same.
16895         ("*call_value_nonlocal_aix32"): Same.
16896         ("*call_value_indirect_nonlocal_aix64"): Same.
16897         ("*call_value_nonlocal_aix64"): Same.
16898         ("*call_value_nonlocal_sysv"): Same.
16899
16900 2002-01-29  Richard Henderson  <rth@redhat.com>
16901
16902         * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
16903
16904 2002-01-29  Richard Henderson  <rth@redhat.com>
16905
16906         * expr.c (force_operand): Ignore flag_pic for detecting pic
16907         address loads.
16908         * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
16909         for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
16910         * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
16911         instead of open-coded loop.
16912         * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
16913         be fixed when in use.
16914
16915 2002-01-29  Richard Henderson  <rth@redhat.com>
16916
16917         * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
16918         * sched-rgn.c (propagate_deps): Update them.
16919         * sched-deps.c (sched_analyze_insn): Update them.  Flush the
16920         clobbers list when either gets too long.
16921
16922 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16923
16924         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
16925         and INDEX_REGS the same as GENERAL_REGS.
16926         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
16927
16928 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16929
16930         * tree.c (build_nonstandard_integer_type): Correct prototype.
16931
16932 2002-01-29  Ulrich Weigand  <uweigand@de.ibm.com>
16933
16934         * config/s390/s390.md (movstrsico, movstrdix_64,
16935         movstrsix_31): Remove, replace by ...
16936         (movstrdi_short, movstrsi_short, movstrdi_long,
16937         movstrsi_long): ... these.  New.
16938         (movstrdi, movstrsi): Adapt.
16939
16940         (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
16941         ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
16942         Remove unnecessary CC clobber.
16943         (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
16944         *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
16945
16946         (divmoddi4): Don't partially initialize TImode register.
16947
16948 2002-01-29  Geoffrey Keating  <geoffk@redhat.com>
16949
16950         * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
16951
16952 2002-01-29  Richard Henderson  <rth@redhat.com>
16953
16954         * flow.c (print_rtl_and_abort): Remove.
16955         (print_rtl_and_abort_fcn): Remove.
16956         (verify_local_live_at_start): Use dump_bb instead.
16957         (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
16958         (verify_wide_reg_1): Return 2 on mode test failure.
16959
16960 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16961
16962         PR c/3325, c/3326, c/2511, c/3347
16963         * c-decl.c (enum_decl_context): Remove BITFIELD.
16964         (grokdeclarator): Take bitfield width as an input.
16965         Ensure bitfields are given the correct type.  Perform
16966         bitfield width validation with build_bitfield_integer_type
16967         rather than waiting for finish_struct.
16968         (grok_typename, grok_typename_in_parm_context, start_decl,
16969         push_parmdecl, grokfield, start_function): Update calls to
16970         grokdeclarator.
16971         (build_bitfield_integer_type): New function.
16972         (finish_struct): Move bitfield validation to grokdeclarator
16973         and build_bitfield_integer_type.
16974         * tree.c (build_nonstandard_integer_type): New function.
16975         * tree.h (build_nonstandard_integer_type): New prototype.
16976 objc:
16977         * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
16978
16979 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16980
16981         PR other/1502:
16982         * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
16983         don't ignore unrecognized -W* options.
16984         (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
16985         * cpplib.h (cpp_handle_option): Adjust prototype.
16986         * c-decl.c (c_decode_options): Pass 0 as last argument to
16987         cpp_handle_option.
16988
16989         PR c/2896:
16990         * gcc.c (cpp_unique_options): Split from cpp_options.
16991         (cpp_options): Source cpp_unique_options.
16992         (default_compilers): Use cpp_unique_options instead of cpp_options
16993         when used together with cc1_options.
16994         (static_specs): Add cpp_unique_options.
16995         * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
16996         when used together with cc1_options.
16997
16998 2002-01-29  Kazu Hirata  <kazu@hxi.com>
16999
17000         * config/h8300/h8300-protos.h: Update the prototype of
17001         output_a_shift.
17002         * config/h8300/h8300.c (output_a_shift): Remove an unused
17003         argument 'insn'.  Remove redundant code.
17004         * config/h8300/h8300.md: Adust to the new prototype of
17005         output_a_shift.
17006
17007 2002-01-29  Kazu Hirata  <kazu@hxi.com>
17008
17009         * config/h8300/h8300-protos.h: Update the prototypes of
17010         emit_a_rotate and expand_a_rotate.
17011         * config/h8300/h8300.c (emit_a_rotate): Change the type of the
17012         first argument to 'enum rtx_code'.
17013         (expand_a_rotate): Likewise.
17014
17015 2002-01-28  Kazu Hirata  <kazu@hxi.com>
17016
17017         * config/h8300/h8300-protos.h: Update the prototype of
17018         output_simode_bld.
17019         * config/h8300/h8300.c (output_simode_bld): Remove an argumen
17020         'log2'.
17021         * config/h8300/h8300.md: Adjust to the new prototype.
17022
17023 2002-01-28  Kazu Hirata  <kazu@hxi.com>
17024
17025         * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
17026         redundant code.
17027
17028 2002-01-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17029
17030         * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
17031         is a fixed register before returning pic_offset_table_rtx.
17032         * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
17033         when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
17034
17035 2002-01-28  Jason Merrill  <jason@redhat.com>
17036
17037         * dwarf2.h: Sync with src version.
17038
17039 2002-01-28  Paul Koning  <pkoning@equallogic.com>
17040
17041         * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
17042         BT_FN_VOID_PTR_VAR.
17043         * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
17044         * doc/extend.texi (__builtin_prefetch): Update documentation:
17045         first argument is now const void ptr.
17046
17047 2002-01-28  Kazu Hirata  <kazu@hxi.com>
17048
17049         * config/h8300/h8300-protos.h: Remove an unused prototype.
17050
17051 2002-01-28  Roman Zippel  <zippel@linux-m68k.org>
17052
17053         * toplev.c (lang_independent_init): Round up identifier size.
17054
17055 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
17056
17057         * config.gcc: Revert previous change.
17058
17059 2002-01-28  Andris Pavenis  <pavenis@latnet.lv>
17060
17061         * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
17062
17063 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
17064
17065         * config.gcc (*-*-netbsdelf*): Set up generic parameters.
17066         (*-*-netbsd*): Always use collect2.  Remove collect2 settings from
17067         other non-elf netbsd config frags.
17068         * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
17069         collect2 will does that.
17070         * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
17071         shared-lib frobbing will work.
17072
17073 2002-01-28  Kazu Hirata  <kazu@hxi.com>
17074
17075         * config/h8300/h8300.h: Fix formatting.
17076         * config/h8300/h8300.md: Likewise.
17077
17078 2002-01-28  Loren J. Rittle  <ljrittle@acm.org>
17079
17080         * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
17081         the old, removed AAA_standards fix.
17082         * fixinc/fixincl.x: Rebuilt.
17083
17084 2002-01-28  Hans-Peter Nilsson  <hp@axis.com>
17085
17086         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
17087         atexit call in crtbegin, hooked in after call to frame_dummy;
17088         register EH before registering __fini__start.
17089
17090 2002-01-28  Aldy Hernandez  <aldyh@redhat.com>
17091
17092         * config/rs6000/altivec.h: Remove spurious semicolons.
17093
17094 2002-01-27  Kazu Hirata  <kazu@hxi.com>
17095
17096         * config/h8300/h8300.md: Replace dead bit extraction patterns
17097         with ones that work.
17098
17099 Sun Jan 27 13:23:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17100
17101         * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
17102         if not STRICT_ALIGNMENT.
17103         * rtl.h (MEM_ALIGN): Likewise.
17104
17105 2002-01-27  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17106
17107         * doc/invoke.texi (-fdump-translation-unit): Revert this
17108         patch: 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17109
17110 2002-01-27  Kazu Hirata  <kazu@hxi.com>
17111
17112         * config/h8300/h8300.md (define_constants): New.
17113         (anonymous patterns) Use defined constants appropriately.
17114
17115 2002-01-27  Kazu Hirata  <kazu@hxi.com>
17116
17117         * config/h8300/h8300.c (function_arg): Remove redundant code.
17118
17119 2002-01-26  Richard Henderson  <rth@redhat.com>
17120
17121         * sched-deps.c (reg_pending_uses_head): New.
17122         (reg_pending_barrier): Rename from reg_pending_sets_all.
17123         (find_insn_list): Don't mark inline.
17124         (find_insn_mem_list): Remove.
17125         (add_dependence_list, add_dependence_list_and_free): New.
17126         (flush_pending_lists): Replace only_write param with separate
17127         for_read and for_write parameters.  Update all callers.  Use
17128         add_dependence_list_and_free.
17129         (sched_analyze_1): Do not add reg dependencies here; just set
17130         the pending bits.  Use add_dependence_list.
17131         (sched_analyze_2): Likewise.
17132         (sched_analyze_insn): Replace schedule_barrier_found with
17133         reg_pending_barrier.  Add all dependencies for pending reg
17134         uses, sets, and clobbers.
17135         (sched_analyze): Don't add reg dependencies for calls, just
17136         set pending bits.  Use regs_invalidated_by_call.  Treat
17137         sched_before_next_call as a normal list, not a fake insn.
17138         (init_deps): No funny init for sched_before_next_call.
17139         (free_deps): Free pending mems lists.  Don't zero reg_last.
17140         (init_deps_global): Init reg_pending_uses.
17141         (finish_deps_global): Free it.
17142         * sched-int.h (deps): Make in_post_call_group_p boolean.  Update docs.
17143         (find_insn_mem_list): Remove.
17144         * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
17145         (propagate_deps): Use them.  Zero temp mem lists.
17146
17147 2002-01-26  Richard Henderson  <rth@redhat.com>
17148
17149         * Makefile.in (CRTSTUFF_CFLAGS): New.
17150         (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
17151         * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
17152         crtstuff.c instead of alpha assembly version.
17153         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
17154         entire dummy function sequence.  Use FORCE_CODE_SECTION_ALIGN
17155         not FORCE_{INIT,FINI}_SECTION_ALIGN.
17156         (__do_global_dtors_aux): Mark used.
17157         (frame_dummy, __do_global_ctors_aux): Mark used.
17158         (fini_dummy, init_dummy): Remove.
17159
17160         * config/alpha/crtbegin.asm: Remove file.
17161         * config/alpha/crtend.asm: Remove file.
17162         * config/alpha/t-crtbe: Remove file.
17163         * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
17164         (LINK_EH_SPEC): New.
17165
17166         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
17167         FORCE_INIT_SECTION_ALIGN hack.  Register __fini_start before
17168         calling constructors.
17169         * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
17170
17171         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
17172         * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
17173         CRT_END_INIT_DUMMY hack.
17174         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
17175         FORCE_{INIT,FINI}_SECTION_ALIGN.
17176
17177         * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
17178         FORCE_{INIT,FINI}_SECTION_ALIGN.
17179
17180         * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
17181         invocation sequence.
17182         * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
17183
17184         * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
17185         (FORCE_CODE_SECTION_ALIGN): New.
17186
17187 2002-01-26  Richard Henderson  <rth@redhat.com>
17188
17189         * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
17190
17191 2002-01-26  Richard Henderson  <rth@redhat.com>
17192
17193         * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
17194         (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
17195
17196 2002-01-26  Kazu Hirata  <kazu@hxi.com>
17197
17198         * config/h8300/h8300.md: Remove bit extraction patterns that
17199         cannot be triggered.
17200         Restrict each bit extraction pattern to a variant on which the
17201         pattern is tested.
17202
17203 2002-01-26  Joseph S. Myers  <jsm28@cam.ac.uk>
17204
17205         * doc/include/texinfo.tex: Update to version 2002-01-04.07.
17206
17207 2002-01-26  Kazu Hirata  <kazu@hxi.com>
17208
17209         * config/h8300/h8300.md: Remove bit test patterns that cannot
17210         be triggered.
17211         Restrict each bit test pattern to a variant on which the
17212         pattern is tested.
17213
17214 2002-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17215
17216         * builtins.c (expand_builtin_strncat): Remove redundant check for
17217         INTEGER_CST.
17218
17219 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
17220
17221         * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
17222         default setting.
17223         * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
17224         existing setting.
17225
17226 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
17227
17228         * dbxout.c (dbxout_init): Use assemble_name rather than just
17229         stripping off the first character.
17230         (dbxout_source_file): Likewise.
17231
17232 2002-01-25  DJ Delorie  <dj@redhat.com>
17233
17234         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
17235         using rtx_equal_p, not by comparing pointers.
17236
17237 2002-01-25  Steve Ellcey  <sje@cup.hp.com>
17238
17239         * emit-rtl.c (gen_rtx_REG): Always return the same rtx
17240         for PIC_OFFSET_TABLE_REGNUM.
17241         (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
17242
17243 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
17244
17245         * config.gcc (x86_64-*-freebsd*): New target.
17246         (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
17247         value.
17248         (i[34567]86-*-freebsd*): Don't include svr4.h.
17249         * config/i386/freebsd64.h: New file.
17250
17251 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
17252
17253         * config/alpha/x-vms (version): Make static.
17254
17255         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
17256         in previous checkin.
17257
17258         * Makefile.in (install-headers-cp): New target.
17259         * config.gcc (alpha-dec-*vms*): Install headers with
17260         install-headers-cp
17261
17262 Fri Jan 25 22:42:49 CET 2002  Jan Hubicka  <jh@suse.cz>
17263
17264         * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
17265         avoid it's copies.
17266
17267 Fri Jan 25 08:26:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17268
17269         * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
17270         of compare_tree_int.
17271         (expand_builtin_strncat): Likewise.
17272         * c-decl.c (finish_struct): Use tree_low_cst.
17273         * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
17274         * tree.c (compare_tree_int): Likewise.
17275
17276 2002-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
17277
17278         * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
17279         adjustments even if they are implemented by more than two insns.
17280
17281 Fri Jan 25 20:43:56 CET 2002  Jan Hubicka  <jh@suse.cz>
17282
17283         * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
17284         * df.h (struct ref): Kill B.
17285         (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
17286
17287         * basic-block.h (PROP_EQUAL_NOTES): New flag.
17288         * flow.c (propagate_one_insn): Use it.
17289         (mark_used_regs): Handle NIL.
17290
17291 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
17292
17293         * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
17294         to help folding.
17295
17296 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
17297
17298         * rs6000.md (prefetch): Make address V4SI mode so that the address
17299         is restricted to legitimate form for instruction.
17300
17301 2002-01-25  Bob Wilson  <bob.wilson@acm.org>
17302
17303         * doc/install.texi (xtensa-*-elf): New target.
17304         (xtensa-*-linux*): New target.
17305         * doc/contrib.texi: Add myself.
17306
17307 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
17308
17309         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
17310         purpose register to hold an SImode (or smaller) value.
17311
17312 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
17313
17314         * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
17315         registry only.
17316         * crtstuff.c: Likewise.
17317
17318 2002-01-25  Kazu Hirata  <kazu@hxi.com>
17319
17320         * config/h8300/h8300.md (negation patterns): Tighten
17321         predicates to register_operand.
17322
17323 2002-01-24  Aldy Hernandez  <aldyh@redhat.com>
17324
17325         * loop.c (emit_prefetch_instructions): Use the prefetch insn's
17326         mode, not Pmode.
17327
17328         * builtins.c (expand_builtin_prefetch): Same.
17329
17330 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
17331
17332         * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
17333         modes.
17334
17335 2002-01-24  Kazu Hirata  <kazu@hxi.com>
17336
17337         * config/h8300/h8300.c (print_operand): Remove support for
17338         operand character 'A'.
17339         * config/h8300/h8300.md (three anonymous patterns): Replace
17340         operand character 'A' with either 'T' or 'S'.
17341
17342 2002-01-24  Kazu Hirata  <kazu@hxi.com>
17343
17344         * config/h8300/h8300.c (print_operand): Remove support for
17345         operand character 'U'.
17346
17347 2002-01-24  Andris Pavenis  <pavenis@latnet.lv>
17348
17349         * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
17350
17351 2002-01-24  Nick Clifton  <nickc@cambridge.redhat.com>
17352
17353         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
17354         values to be assigned to the stack pointer.
17355
17356 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
17357
17358         * emit_rtl.c (gen_lowpart_common): Conversion from const_int
17359         to const_double needs to be done right for big-endian systems.
17360
17361 2002-01-24  Jason Merrill  <jason@redhat.com>
17362
17363         PR c++/2432
17364         * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
17365         to can_throw_internal.
17366
17367 2002-01-23  Richard Henderson  <rth@redhat.com>
17368
17369         * fold-const.c (fold): Change UINT_MAX test to check vs precision
17370         rather than TYPE_MAX_VALUE.  Fix indentation and a bogus negation.
17371
17372 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
17373
17374         * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
17375         (symGOT2reg): Use them, then set as GOT value as unchanging.
17376         (symGOTOFF2reg): Set REG_EQUAL note.  Use a different pseudo
17377         as a temporary, if possible.
17378         (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC.  Emit
17379         sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
17380
17381 2002-01-23  Kazu Hirata  <kazu@hxi.com>
17382
17383         * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
17384         accept to accept 0x80 as operands[2].
17385
17386 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
17387
17388         * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
17389
17390 2002-01-23  Richard Henderson  <rth@redhat.com>
17391
17392         * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
17393
17394 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
17395
17396         * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
17397         (parmlist_or_identifiers_1): Verify that only a parmlist follows
17398         an attribute.
17399
17400 2002-01-23  Richard Henderson  <rth@redhat.com>
17401
17402         * expr.c (move_by_pieces_1): Extend size before negation.
17403
17404         * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
17405         (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
17406         (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
17407         * config/m68k/t-m68kelf: Likewise.
17408
17409 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
17410
17411         * config/xtensa/elf.h: New file.
17412         * config/xtensa/lib1funcs.asm: New file.
17413         * config/xtensa/lib2funcs.S: New file.
17414         * config/xtensa/linux.h: New file.
17415         * config/xtensa/t-xtensa: New file.
17416         * config/xtensa/xtensa-config.h: New file.
17417         * config/xtensa/xtensa-protos.h: New file.
17418         * config/xtensa/xtensa.c: New file.
17419         * config/xtensa/xtensa.h: New file.
17420         * config/xtensa/xtensa.md: New file.
17421         * config.gcc (xtensa-*-elf*): New target.
17422         (xtensa-*-linux*): New target.
17423         * cse.c (canon_hash): Compare rtx pointers instead of register
17424         numbers.  This is required for the Xtensa port.
17425         * integrate.c (copy_insn_list): Handle case where the static
17426         chain is in memory and the memory address has to be copied to
17427         a register.
17428         * doc/invoke.texi (Option Summary): Add Xtensa options.
17429         (Xtensa Options): New node.
17430         * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
17431
17432 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
17433
17434         * diagnostic.c (internal_error): Do ICE suppression only
17435         when ENABLE_CHECKING is not defined.
17436
17437         * c-typeck.c (require_complete_type): Return error_mark_node
17438         if type is error_mark_node.
17439
17440 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
17441
17442         * toplev.c (process_options): Disable -fprefetch-loop-arrays with
17443         -Os and issue a warning.
17444
17445 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
17446
17447         * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
17448         current (lack of) need for host configuration by hand.
17449
17450         * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
17451         references.  Documentation of some target macros moved from
17452         hostconfig.texi to tm.texi.
17453
17454 2002-01-23  Will Cohen  <wcohen@redhat.com>
17455
17456         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
17457         defined.
17458
17459 2002-01-23  Kazu Hirata  <kazu@hxi.com>
17460
17461         * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
17462         operand[3].
17463
17464 2002-01-23  Jason Merrill  <jason@redhat.com>
17465
17466         * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
17467
17468         * function.c (assign_parms): Don't put args of inline functions
17469         into registers when not optimizing.
17470
17471 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
17472
17473         * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
17474         (prologue_use): New pattern.
17475         * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
17476         preference to gen_rtx_USE.
17477         (thumb_expand_prologue): Use gen_prologue_use in preference to
17478         gen_rtx_USE.
17479         (thumb_expand_epilogue): Use gen_prologue_use in preference to
17480         gen_rtx_USE.
17481
17482 2002-01-23  Hans-Peter Nilsson  <hp@bitrange.com>
17483
17484         * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
17485
17486 2002-01-23  Neil Booth  <neil@daikokuya.demon.co.uk>
17487
17488         PR c/3504
17489         * doc/extend.texi: Correct documentation of __alignof__.
17490
17491 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
17492
17493         * params.h: Rename arguments of DEFPARAM so that it will be
17494         recognized as a translation keyword.
17495
17496 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
17497
17498         * extend.texi: Document altivec functions.
17499         Fix N-bit adjectives in X86 builtin documentation.
17500
17501 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
17502
17503         * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
17504         auto_inc_dec values.
17505
17506 2002-01-22  Richard Earnshaw  <rearnsha@arm.com>
17507
17508         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
17509         after backslash.
17510         (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
17511
17512 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
17513
17514         * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
17515
17516 2002-01-22  Richard Henderson  <rth@redhat.com>
17517
17518         * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
17519         copy_insn not copy_rtx.
17520
17521 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
17522
17523         * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
17524         "nonzero" as that might add "1" bits.  Ensure "constop" is
17525         properly sign extened.
17526         (force_to_mode): Tweak for sign extended constop.
17527
17528 2002-01-22  Richard Henderson  <rth@redhat.com>
17529
17530         * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
17531         for_each_rtx instead of assuming we're already looking at the MEM.
17532         (split_small_symbolic_mem_operand): Likewise.
17533         * config/alpha/alpha.h (PREDICATE_CODES): Update.
17534         * config/alpha/alpha.md (small symbolic memory splitters): Update.
17535
17536 2002-01-22  Richard Henderson  <rth@redhat.com>
17537
17538         * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
17539         sequence number for the literal.
17540         (divmoddi_internal_er): Likewise.
17541
17542 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17543
17544         PR java/4972
17545         * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
17546         in LIBICONV variable.
17547         * configure: Regenerated.
17548
17549 2002-01-22  Krister Walfridsson  <cato@df.lth.se>
17550
17551         * dependence.c (build_def_use): Remove array_idx.
17552
17553         * dwarfout.c (last_filename): Remove.
17554         (output_compile_unit_die): Remove last_filename.
17555
17556 2002-01-22  Roger Sayle  <roger@eyesopen.com>
17557             Richard Henderson  <rth@redhat.com>
17558
17559         PR opt/3640
17560         * fold-const.c (fold): Optimize unsigned comparisons against
17561         UINT_MAX (and similar unsigned constants).
17562
17563 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
17564
17565         * Makefile.in (loop.o): Depend on OPTABS_H.
17566         * loop.c (emit_prefetch_instructions): Check the prefetch operand
17567         against the predicate.
17568
17569         PR target/5379
17570         * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
17571         for the address operand.
17572
17573 2002-01-22  Richard Henderson  <rth@redhat.com>
17574
17575         * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
17576
17577 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17578
17579         PR other/5450
17580         * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
17581         preprocessor flags.
17582
17583 2002-01-22  Jason Thorpe  <thorpej@wasabisystems.com>
17584
17585         * config.gcc (x86_64-*-netbsd*): New target.
17586         * config/i386/netbsd64.h: New file.
17587
17588 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
17589
17590         * regrename.c (kill_value): Fix typo.
17591
17592 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
17593
17594         * doc/tm.texi: Remove STARTING_FRAME_PHASE.
17595
17596         * config/rs6000/rs6000.h: Same.
17597
17598         * function.c (instantiate_virtual_regs): Remove
17599         STARTING_FRAME_PHASE.
17600         (assign_stack_local_1): Same.
17601         Calculate frame phase.
17602
17603 2002-01-22  Nick Clifton  <nickc@redhat.com>
17604
17605         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
17606         variable declaration to outer scope in order to simplify
17607         future extensions.
17608         (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
17609         arm_hard_regno_mode_ok.
17610         * config/arm/arm-protos.h: Add a prototype for
17611         arm_hard_regno_mode_ok.
17612         * config/arm/arm.c (soft_df_operand): Remove now redundant
17613         check for DImode values using IP_REGNUM.
17614         (nonimmediate_soft_df_operand): Remove now redundant check for
17615         DImode values using IP_REGNUM.
17616         (arm_hard_regno_mode_ok): New function. New check: make sure
17617         that DImode values are not stored in IP_REGNUM.
17618
17619         * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
17620         note with a USE.
17621         (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
17622
17623 2002-01-22  Jason Merrill  <jason@redhat.com>
17624
17625         * c-semantics.c (genrtl_compound_stmt): Only check nesting
17626         consistency if this COMPOUND_STMT is scoped.
17627
17628 2002-01-22  Kazu Hirata  <kazu@hxi.com>
17629
17630         * predict.c: Fix formatting.
17631         * print-tree.c: Likewise.
17632         * protoize.c: Likewise.
17633         * real.h: Likewise.
17634         * rtl.h: Likewise.
17635         * sbitmap.h: Likewise.
17636         * scan.c: Likewise.
17637         * sched-deps.c: Likewise.
17638         * sched-vis.c: Likewise.
17639         * sdbout.c: Likewise.
17640         * sibcall.c: Likewise.
17641         * ssa.c: Likewise.
17642         * ssa-ccp.c: Likewise.
17643         * ssa-dce.c: Likewise.
17644         * stmt.c: Likewise.
17645         * stor-layout.c: Likewise.
17646         * system.h: Likewise.
17647
17648 Tue Jan 22 06:26:33 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17649
17650         * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
17651         if fits in bounds of base type.
17652
17653         * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
17654         (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
17655         (add_bound_info, default): If can't find a context, make a
17656         SAVE_EXPR.
17657         (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
17658
17659 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
17660
17661         * c-typeck.c (parser_build_binary_op): If result from
17662         build_binary_op is ERROR_MARK just return error_mark_node without
17663         further processing.
17664
17665 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
17666
17667         * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
17668         Split a.out-specific bits into...
17669         * config/netbsd-aout.h: ...this.
17670         * config/netbsd-elf.h: New file.
17671         * config/alpha/netbsd-elf.h: Remove.
17672         * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
17673         * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
17674         (STARTFILE_SPEC): Remove redundant definition.
17675         (ENDFILE_SPEC): Likewise.
17676         (LINK_SPEC): Likewise.
17677         (CPP_SPEC): Likewise.
17678         (ASM_SPEC): Likewise.
17679         (LIB_SPEC): Likewise.
17680         (SWITCH_TAKES_ARG): Likewise.
17681         (TARGET_MEM_FUNCTIONS): Likewise.
17682         (CPP_PREDEFINES): Redefine.
17683         (ASM_FINAL_SPEC): Remove redefinition.
17684         (ASM_COMMENT_START): Redefine.
17685         (FUNCTION_PROFILER): Define.
17686         (TARGET_VERSION): Redefine.
17687         Comment and formatting cleanup.
17688         * config/i386/netbsd.h: Include <netbsd-aout.h>.
17689         * config/m68k/netbsd.h: Include <netbsd-aout.h>.
17690         * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
17691         big- or little-endian.
17692         * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
17693         * config.gcc (*-*-netbsd*): Add definitions common to all
17694         NetBSD configs.
17695         (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
17696         gnu_ld definitions.  Add netbsd-elf.h to and remove
17697         alpha/netbsd-elf.h from tm_file.  Remove alpha/t-crtfm from
17698         tmake_file, and don't lose previous tmake_file contents.
17699         (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
17700         (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
17701         gnu_ld definitions.  Add netbsd-elf.h to tm_file.
17702         (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
17703         (mipsel-*-netbsd*): Rename this to...
17704         (mips*-*-netbsd*): ...this.  Add elfos.h to tm_file.  Add
17705         mips/little.h to tm_file for mips*el-*.
17706         (powerpc-*-netbsd*): Remove redundant xm_defines definition.
17707         (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
17708         (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
17709
17710 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17711
17712         * pa-protos.h (reg_before_reload_operand): New function prototype.
17713         * pa.c (reg_before_reload_operand): New function implementation.
17714         * pa.md (decrement_and_branch_until_zero, movb): Use it.  Change "!*m"
17715         contraints to "*m".
17716
17717 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17718
17719         * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
17720
17721 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17722
17723         * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
17724         (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
17725         (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
17726         (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
17727         (ENDFILE_SPEC): Undefine.
17728         (STARTFILE_SPEC): Redefine for PA.
17729
17730 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17731
17732         * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
17733
17734 2002-01-21  Daniel Jacobowitz  <drow@mvista.com>
17735
17736         * config.gcc: Add entries to supported PowerPC --with-cpu
17737         types.
17738
17739 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
17740
17741         * config/i386/i386.c (ix86_function_arg_regno_p): Never return
17742         true for 64-bit mode only SSE registers in 32-bit mode.
17743
17744 2002-01-21  Kazu Hirata  <kazu@hxi.com>
17745
17746         * unwind-dw2.c: Fix formatting.
17747         * unwind-dw2-fde.c: Likewise.
17748         * unwind-dw2-fde.h: Likewise.
17749         * unwind-pe.h: Likewise.
17750         * varasm.c: Likewise.
17751         * varray.h: Likewise.
17752
17753 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
17754
17755         Remove workaround for register stack overwrite bug in mmix.
17756         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
17757         support for TARGET_REG_STACK_FILL_BUG.
17758         * config/mmix/mmix.h: Remove member has_call_without_parameters.
17759         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
17760         Delete.
17761         (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
17762         (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
17763         -mno-reg-stack-fill-bug-workaround.
17764         * config/mmix/mmix.md ("call", "call_value"): Don't set struct
17765         machine member has_call_without_parameters.
17766         * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
17767         -mreg-stack-fill-bug-workaround and
17768         -mno-reg-stack-fill-bug-workaround.
17769         (MMIX Options): Ditto.
17770
17771 2002-01-21  Kazu Hirata  <kazu@hxi.com>
17772
17773         * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
17774         as appropriate.
17775         Remove redundant code.
17776
17777 2002-01-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17778
17779         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
17780         config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
17781         config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
17782         config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
17783         config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
17784         out target macro definitions and non-target-specific comments
17785         mostly taken from old versions of the manual.
17786
17787 2002-01-20  Kazu Hirata  <kazu@hxi.com>
17788
17789         * config/h8300/h8300.h: Fix comment formatting.
17790         * config/ia64/aix.h: Likewise.
17791         * config/ia64/ia64-protos.h: Likewise.
17792         * config/ia64/ia64.c: Likewise.
17793         * config/ia64/ia64.h: Likewise.
17794         * config/ia64/ia64intrin.h: Likewise.
17795         * config/ia64/linux.h: Likewise.
17796         * config/ia64/unwind-aix.c: Likewise.
17797         * config/ia64/unwind-ia64.c: Likewise.
17798
17799 2002-01-20  Kazu Hirata  <kazu@hxi.com>
17800
17801         * config/h8300/h8300.c: Revise comments about shift code.
17802
17803 2002-01-20  Kazu Hirata  <kazu@hxi.com>
17804
17805         * config/h8300/h8300.c (function_arg): Update a comment.
17806
17807 2002-01-20  Kazu Hirata  <kazu@hxi.com>
17808
17809         * config/h8300/h8300.md: Update the comments at the beginning
17810         of the file.
17811
17812 2002-01-20  Kazu Hirata  <kazu@hxi.com>
17813
17814         * config/i370/i370.c: Fix comment formatting.
17815         * config/i370/i370.h: Likewise.
17816         * config/i370/i370.md: Likewise.
17817         * config/i370/linux.h: Likewise.
17818
17819 Sun Jan 20 18:40:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17820
17821         * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
17822
17823         * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
17824         (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
17825         in incomplete case.
17826
17827 2002-01-20  Graham Stott  <grahams@redhat.com>
17828
17829         * cfgloop.c (flow_loop_preheader_scan): Fix typo.
17830
17831 2002-01-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17832
17833         * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
17834
17835 2002-01-19  Tom Rix  <trix@redhat.com>
17836
17837         * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
17838
17839 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
17840
17841         * doc/tm.texi (STARTING_FRAME_PHASE): Document.
17842
17843         * function.c (assign_stack_local_1): Adjust x_frame_offset with
17844         STARTING_FRAME_PHASE.
17845         (STARTING_FRAME_PHASE): New.
17846         (instantiate_virtual_regs): Check saneness of
17847         STARTING_FRAME_PHASE.
17848
17849         * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
17850
17851 2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
17852
17853         * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
17854
17855 2002-01-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17856
17857         * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
17858         be used for bootstrapping GCC 3.0.
17859
17860 2002-01-18  Kazu Hirata  <kazu@hxi.com>
17861
17862         * config/h8300/h8300.md: Fix an insn length.
17863
17864 2002-01-18  Kazu Hirata  <kazu@hxi.com>
17865
17866         * bitmap.h: Fix comment formatting.
17867         * combine.c: Likewise.
17868         * cppfiles.c: Likewise.
17869         * c-pragma.h: Likewise.
17870         * c-typeck.c: Likewise.
17871         * df.c: Likewise.
17872         * dwarf2out.c: Likewise.
17873         * function.c: Likewise.
17874         * gcc.c: Likewise.
17875         * genattrtab.c: Likewise.
17876         * gthr-win32.h: Likewise.
17877         * haifa-sched.c: Likewise.
17878         * predict.c: Likewise.
17879         * rtlanal.c: Likewise.
17880         * rtl.h: Likewise.
17881         * unwind-dw2-fde.h: Likewise.
17882         * unwind-pe.h: Likewise.
17883         * vmsdbgout.c: Likewise.
17884
17885 Thu Jan 17 15:28:26 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17886
17887         * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
17888         if type_required and passed decl.
17889
17890 2002-01-17  Aldy Hernandez  <aldyh@redhat.com>
17891
17892         * config.gcc (cpu_type): Include altivec.h in powerpc
17893         extra_headers.
17894         Same for darwin.
17895
17896         * config/rs6000/altivec.h: New.
17897
17898 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
17899
17900         * doc/install.texi (*-ibm-aix*): Update assembler and exception
17901         handling information.
17902         * doc/trouble.texi (Interoperation): Add libstdc++ information
17903         for AIX.
17904         (Misunderstandings): Add template instantiation and static template
17905         member information for AIX.
17906
17907 2002-01-17  Jason Merrill  <jason@redhat.com>
17908
17909         * dbxout.c (dbxout_type): Support const and volatile.
17910
17911         * except.c (add_partial_entry): Remove backwards compatibility code.
17912         (end_protect_partials): Likewise.
17913
17914 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
17915
17916         * config/ia64/ia64.md (prologue_use): New.
17917         * config/ia64/ia64.c (ia64_expand_prologue): Use
17918         gen_prologue_use instead of gen_rtx_USE.
17919         (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
17920         as CODE_FOR_pred_rel_mutex.
17921         (ia64_sched_reorder2): Likewise.
17922
17923 2002-01-16  Eric Christopher  <echristo@redhat.com>
17924
17925         * config/mips/r3900.h: Reformat.
17926         (SUBTARGET_CPP_SIZE_SPEC): Remove.
17927         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
17928         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
17929         (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
17930         * config/mips/t-elf: Remove mips3 multilib.
17931
17932 2002-01-16  H.J. Lu <hjl@gnu.org>
17933
17934         * config/mips/linux.h: Include "mips/abi64.h".
17935
17936 2002-01-16  H.J. Lu <hjl@gnu.org>
17937
17938         * config/mips/t-linux: New.
17939
17940         * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
17941
17942         * config/mips/linux.h: Don't include "gofast.h".
17943         (INIT_SUBTARGET_OPTABS): Removed.
17944
17945 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17946
17947         * config/h8300/h8300-protos.h: Replace emit_a_shift with
17948         output_a_shift.
17949         * config/h8300/h8300.c: Likewise.
17950         * config/h8300/h8300.md: Likewise.
17951
17952 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17953
17954         * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
17955         spaces after an opcode name.
17956         (pushqi1_h8300hs): Likewise.
17957         (pushhi1_h8300hs): Likewise.
17958
17959 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17960
17961         * doc/extend.texi: Replace "option" with "attribute"
17962         appropriately.
17963
17964 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17965
17966         * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
17967         (and:DI () (const_int -8)).
17968         (split_small_symbolic_mem_operand): Split
17969         (mem (and:DI () (const_int -8)).
17970
17971 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17972
17973         PR target/5309:
17974         * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
17975         same way as TYPE_IMUL.
17976         (ultrasparc_sched_reorder): Likewise.
17977         * config/sparc/sparc.md (type): Add comment to update
17978         ultrasparc_sched_reorder when making changes.
17979
17980 2002-01-16  Kazu Hirata  <kazu@hxi.com>
17981
17982         * doc/invoke.texi: Change the dump file name of block
17983         reordering pass from 28.bbro to 29.bbro.
17984         Mention -dk option.
17985
17986 Wed Jan 16 17:54:22 CET 2002  Jan Hubicka  <jh@suse.cz>
17987
17988         * i386.md (minsf splitter): Fix pasto.
17989
17990 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
17991
17992         * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
17993         to frame pointer initialisation instruction.
17994         (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
17995         initialisation instruction.
17996         (soft_df_operand): Do not accept the IP register.
17997         (nonimmediate_soft_df_operand): Do not accept the IP register.
17998
17999 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
18000
18001         PR target/5357:
18002         * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
18003         MASK_V8 being both set.
18004
18005 2002-01-16  Ulrich Weigand  <uweigand@de.ibm.com>
18006
18007         * config/s390/s390.c (s390_emit_prologue): Do not emit USE
18008         insn for GOT register; add REG_MAYBE_DEAD notes instead.
18009         config/s390/s390.md (call, call_value): Add GOT register to
18010         CALL_INSN_FUNCTION_USAGE where needed.
18011         (call_exp, call_value_exp): New.
18012
18013 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
18014
18015         * config/arm/arm.c: General formatting tidy up.
18016
18017 2002-01-16  Graham Stott  <grahams@redhat.com>
18018
18019         * calls.c (try_to_integrate): Use "(size_t)" intermediate
18020         cast and when casting an integer literal to "rtx" pointer.
18021         (expand_call): Likewise.
18022         * flow.c (try_pre_increment): Likewise.
18023         (find_use_as_address): Likewise.
18024         * integrate.c (expand_iline_function): Likewise.
18025         * regmove.c (try_auto_increment): Likewise.
18026
18027 2002-01-16  Graham Stott  <grahams@redhat.com>
18028
18029         * sched-rgn.c (passed): Use sbitmap_free.
18030         (header): Likewise.
18031         (inner): Likewise.
18032         (in_queue): Likewise.
18033         (in_stack): Likewise.
18034
18035 2002-01-15  Eric Christopher  <echristo@redhat.com>
18036
18037         * flow.c (propagate_one_insn): Change to use fatal_insn.
18038
18039 2002-01-15  Kazu Hirata  <kazu@hxi.com>
18040
18041         * expmed.c (extract_fixed_bit_field): Remove unused code.
18042         * system.h: Poison SLOW_ZERO_EXTEND.
18043         * doc/tm.texi: Remove.
18044         * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
18045         * config/arm/arm.h: Likewise.
18046         * config/avr/avr.h: Likewise.
18047         * config/clipper/clipper.h: Likewise.
18048         * config/convex/convex.h: Likewise.
18049         * config/d30v/d30v.h: Likewise.
18050         * config/dsp16xx/dsp16xx.h: Likewise.
18051         * config/elxsi/elxsi.h: Likewise.
18052         * config/fr30/fr30.h: Likewise.
18053         * config/h8300/h8300.h: Likewise.
18054         * config/i370/i370.h: Likewise.
18055         * config/i386/i386.h: Likewise.
18056         * config/m68k/m68k.h: Likewise.
18057         * config/mips/mips.h: Likewise.
18058         * config/ns32k/ns32k.h: Likewise.
18059         * config/pdp11/pdp11.h: Likewise.
18060         * config/pj/pj.h: Likewise.
18061         * config/s390/s390.h: Likewise.
18062         * config/sh/sh.h: Likewise.
18063         * config/stormy16/stormy16.h: Likewise.
18064         * config/v850/v850.h: Likewise.
18065         * config/vax/vax.h: Likewise.
18066         * config/we32k/we32k.h: Likewise.
18067
18068 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
18069
18070         * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
18071         (altivec_lvsl): Change constraint to b.
18072         (altivec_lvsr): Same.
18073         (altivec_lvebx): Same.
18074         (altivec_lvehx): Same.
18075         (altivec_lvewx): Same.
18076         (altivec_lvxl): Same.
18077         (altivec_lvx): Same.
18078         (altivec_stvx): Add parallel.
18079         (altivec_stvxl): Same.
18080         (altivec_stvehx): Same.
18081         (altivec_stvebx): Same.
18082         (altivec_stvebx): Same.
18083
18084 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
18085
18086         * config.gcc: Change altivec.h to altivec-defs.h.
18087
18088         * config/rs6000/altivec.h: Delete.
18089
18090         * config/rs6000/altivec-defs.h: Add.
18091
18092 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18093
18094         * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
18095         and UMOD modes.
18096
18097         * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
18098         less than or equal to eight bytes.
18099
18100         * vax.md (andsi3): Remove constraints and change SET destination
18101         operand type to nonimmediate_operand.
18102         (andhi3, andqi3): Likewise.  Don't clear high order bits of operand 1
18103         when it is a CONST_INT.
18104
18105 2002-01-15  Jason Merrill  <jason@redhat.com>
18106
18107         * c-common.def (FILE_STMT): New code.
18108         * c-common.c (statement_code_p): It's a statement.
18109         * c-common.h (stmt_tree_s): Add x_last_filename.
18110         (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
18111         (last_expr_filename): New macro.
18112         * c-semantics.c (begin_stmt_tree): Initialize it.
18113         (add_stmt): If the filename changed, also insert a
18114         FILE_STMT.
18115         (expand_stmt): Handle seeing one.
18116
18117 2002-01-15  Eric Christopher  <echristo@redhat.com>
18118
18119         * flow.c (propagate_one_insn): Add error message and print out
18120         insn for debugging.
18121
18122 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
18123
18124         * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
18125         ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
18126         * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
18127         TRAMPOLINE_ALIGNMENT.
18128         * config/arm/arm.h, config/mcore/mcore.h: Likewise.  Change value
18129         to be in bits.
18130         * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
18131         PCC_BITFIELD_TYPE_MATTERS.
18132         * config/interix.h (STDC_VALUE): Remove.  Use
18133         STDC_0_IN_SYSTEM_HEADERS.
18134         * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
18135         (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
18136         ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
18137
18138 2002-01-15  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18139
18140         * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
18141         not work on this platform currently.
18142
18143 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
18144
18145         * c-typeck.c (build_unary_op): Don't wrap msgid argument of
18146         readonly_warning in _().
18147
18148 2002-01-15  Douglas B Rupp  <rupp@gnat.com>
18149
18150         * gcc.c (delete_if_ordinary): Backout previous change.
18151
18152 2002-01-15  Kazu Hirata  <kazu@hxi.com>
18153
18154         * config/h8300/h8300.c (print_operand): Remove support for
18155         unused operand characters.
18156
18157         * read-rtl.c: Fix formatting.
18158         * real.c: Likewise.
18159         * recog.c: Likewise.
18160         * regclass.c: Likewise.
18161         * regmove.c: Likewise.
18162         * reg-stack.c: Likewise.
18163         * reload1.c: Likewise.
18164         * rtlanal.c: Likewise.
18165
18166 2002-01-15  Kazu Hirata  <kazu@hxi.com>
18167
18168         * config/i386/i386.c: Fix formatting.
18169
18170 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
18171
18172         * c-typeck.c (process_init_element): Don't save_expr
18173         COMPOUND_LITERAL_EXPR if just its initializer will be used.
18174
18175 2002-01-15  David Edelsohn  <edelsohn@gnu.org>
18176
18177         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
18178         emit optional traceback table if optimize_size or TARGET_ELF.
18179         * config/rs6000/rs6000.md (prefetch): New.
18180
18181 2002-01-15  Andreas Jaeger  <aj@suse.de>
18182
18183         * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
18184
18185 2002-01-15  Kazu Hirata  <kazu@hxi.com>
18186
18187         * mips-tfile.c: Fix formatting.
18188
18189 Tue Jan 15 00:56:11 CET 2002  Jan Hubicka  <jh@suse.cz>
18190
18191         * unroll.c (final_reg_note_copy): Fix previous commit.
18192
18193 2002-01-14  Kazu Hirata  <kazu@hxi.com>
18194
18195         * config/h8300/h8300-protos.h: Remove the prototype for
18196         eq_operator.
18197         * config/h8300/h8300.c (eq_operator): Remove.
18198
18199 2002-01-14  Richard Henderson  <rth@redhat.com>
18200
18201         * config/i386/i386.md (prefetch): Tidy.
18202         (prefetch_3dnow): Fix locality operand.
18203
18204 2002-01-14  Richard Henderson  <rth@redhat.com>
18205
18206         * config/mips/mips.h (HI_AND_FP_REGS): New register class.
18207         (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
18208
18209 2002-01-14  Hans-Peter Nilsson  <hp@bitrange.com>
18210
18211         * reload1.c (reload_combine): Pass reg_sum replacement through
18212         copy_rtx in loop performing multiple changes.
18213
18214 2002-01-14  Jakub Jelinek  <jakub@redhat.com>
18215
18216         * except.c (remove_unreachable_regions): New.
18217         (free_eh_status): Clear exception_handler_labels.
18218         (convert_from_eh_region_ranges): Call remove_unreachable_regions.
18219         (find_exception_handler_labels): Don't add the same label more than
18220         once.
18221         (remove_exception_handler_label): Don't die if
18222         find_exception_handler_labels hasn't been called for the current
18223         function yet.
18224
18225 Mon Jan 14 21:26:13 CET 2002  Jan Hubicka  <jh@suse.cz>
18226
18227         * toplev.c (rest_of_compilation): Rebuild jump labels after
18228         gcse.
18229
18230 2002-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
18231
18232         * doc/extend.texi: Move documentation of X86 built-in functions
18233         here.
18234         * doc/invoke.texi: From here.
18235         * doc/sourcebuild.texi: Document location of documentation for
18236         machine built-in functions.
18237
18238 2002-01-13  Christopher Faylor  <cgf@redhat.com>
18239
18240         * cppfiles.c (TEST_THRESHOLD): New macro.
18241         (SHOULD_MMAP): Ditto.
18242         (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
18243         be used.
18244
18245 Mon Jan 14 20:23:34 CET 2002  Jan Hubicka  <jh@suse.cz>
18246
18247         * unroll.c (final_reg_note_copy): Properly handle
18248         REG_LABEL
18249         (unroll_loops): Fix LOOP_CONDITION heuristics.
18250
18251 2002-01-14  Geoffrey Keating  <geoffk@redhat.com>
18252
18253         * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
18254         * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
18255
18256 Mon Jan 14 20:18:19 CET 2002  Jan Hubicka  <jh@suse.cz>
18257
18258         * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
18259         threaded loop.
18260
18261 2002-01-14  Tom Rix  <trix@redhat.com>
18262
18263         * config/rs6000/rs6000.md: Fix typo with sradi.
18264
18265 2002-01-14  Ulrich Weigand  <uweigand@de.ibm.com>
18266
18267         * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
18268         movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
18269         (clrstrdi, clrstrsi): Adapt callers.
18270
18271         (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
18272
18273         (movti splitter): Never use register 0 as base register.
18274
18275 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
18276
18277         * combine.c (simplify_shift_const): Always generate new rtx
18278         for shift expression instead of reusing given expression.
18279
18280 Mon Jan 14 07:08:55 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18281
18282         * config/alpha/alpha.c (alpha_expand_mov): Don't call
18283         alpha_legitimize_address unless mode is Pmode.
18284
18285 2002-01-13  Geoffrey Keating  <geoffk@redhat.com>
18286
18287         * doc/md.texi (Modifiers): Document the '*' constraint for the
18288         user.
18289
18290         * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
18291         * doc/extend.texi (Function Attributes): 'interrupt' is valid
18292         for xstormy16 too.
18293
18294 2002-01-13  Richard Henderson  <rth@redhat.com>
18295
18296         * reload.c (find_reloads): Use a hard reg destination as reload reg
18297         for an input reload of the source.
18298
18299 2002-01-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18300
18301         * doc/install.texi (Binaries): Make link to ftp.writtenword.com
18302         more generic.
18303
18304 Sun Jan 13 07:23:01 2002  Douglas B Rupp  <rupp@gnat.com>
18305
18306         * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
18307         * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
18308
18309         * config/alpha/x-vms (USE_COLLECT2): Set to empty.
18310
18311 Sun Jan 13 06:55:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18312
18313         * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
18314
18315 2002-01-12  Tom Rix  <trix@redhat.com>
18316
18317         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
18318         TARGET_POWERPC64.
18319
18320 2002-01-12  Richard Henderson  <rth@redhat.com>
18321
18322         * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
18323
18324         * doc/invoke.texi: Update Alpha options.
18325
18326         * doc/invoke.texi: Update i386 built-in function lists.
18327
18328 Sat Jan 12 17:38:11 CET 2002  Jan Hubicka  <jh@suse.cz>
18329
18330         * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
18331         referencing outside.
18332
18333 Sat Jan 12 08:54:51 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18334
18335         * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
18336         * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
18337         offsets, and change line folding.
18338         * optabs.c (expand_binop): Remove warnings.
18339         * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
18340
18341 2002-01-12  Graham Stott <grahams@redhat.com>
18342
18343         * attribs.c (handle_deprecated_attribute): constify WHAT.
18344         * diagnostic.c (warn_deprecated_use): Add braces, fixes
18345         dangling else warning and constify WHAT.
18346         * except.h (struct function, struct inline_remap): Move
18347         struct tag forward defs before all prototypes.
18348         (duplicate_eh_regions): Whitespace.
18349
18350 2002-01-12  Nick Clifton  <nickc@cambridge.redhat.com>
18351
18352         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
18353         MODE_BASE_REG_CLASS.
18354         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
18355
18356 2002-01-12  Richard Henderson  <rth@redhat.com>
18357
18358         * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
18359         (ix86_expand_vector_move): New.
18360         (bdesc_2arg): Remove andps, andnps, orps, xorps.
18361         (ix86_init_mmx_sse_builtins): Make static.  Remove composite builtins.
18362         Remove old prefetch builtins.  Special case the logicals removed above.
18363         (ix86_expand_builtin): Likewise.
18364         (safe_vector_operand): Use V4SFmode, not TImode.
18365         (ix86_expand_store_builtin): Remove shuffle arg.  Update callers.
18366         (ix86_expand_timode_binop_builtin): New.
18367         * config/i386/i386-protos.h: Update.
18368         * config/i386/i386.h (enum ix86_builtins): Update.
18369         * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
18370         Use ix86_expand_vector_move in vector move expanders.
18371         (movti_internal, movti_rex64): Add xorps alternative.
18372         (sse_clrv4sf): Rename and adjust from sse_clrti.
18373         (prefetch): Don't work so hard.
18374         (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
18375         * config/i386/xmmintrin.h (__m128): Use V4SFmode.
18376         (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
18377
18378 2002-01-11  Richard Henderson  <rth@redhat.com>
18379
18380         * config/i386/mmintrin.h: New file.
18381         * config/i386/xmmintrin.h: New file.
18382         * config.gcc (i?86-*-*): Add extra_headers.
18383         * simplify-rtx.c (simplify_unary_operation): Handle saturating
18384         truncation codes.
18385         (simplify_binary_operation): Handle saturating arithmetic codes.
18386         * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
18387         not the lowpart subreg.
18388         (ix86_expand_builtin): Return a TImode dummy register instead of 0
18389         on error.
18390         * config/i386/i386.md (mmx_clrdi): Override memory attribute.
18391
18392 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18393
18394         * conflict.c (conflict_graph_compute): Free regsets when finished.
18395         * ssa.c (compute_coalesced_reg_partition): Likewise.
18396
18397 2002-01-12  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
18398
18399         * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
18400         every where we allocate a register.
18401
18402 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18403
18404         * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
18405         * lcm.c (compute_earliest, compute_farthest): Likewise.
18406
18407 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
18408
18409         * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
18410
18411 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
18412
18413         * doc/rtl.texi (Insns): Fix 2 typos.
18414
18415 2002-01-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18416
18417         * doc/invoke.texi: Avoid overfull hboxes.  Add summary of D30V
18418         options.  Use @table @gcctabopt for MMIX options.  Add index
18419         entries for MMIX options.  Start new paragraph with first
18420         heading of the machine-dependent options.
18421
18422 2002-01-11  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18423
18424         PR other/5299
18425         * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
18426         * combine.c (force_to_mode): Same.
18427         * reload1.c (clear_reload_reg_in_use): Same.
18428
18429 2002-01-11  Nick Clifton  <nickc@cambridge.redhat.com>
18430
18431         * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
18432         and 'subtargets'.
18433
18434 2002-01-11  Andreas Jaeger  <aj@suse.de>,
18435             Brad Lucier <lucier@math.purdue.edu>
18436
18437         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
18438         mcpu.
18439
18440 Fri Jan 11 07:35:12 2002  Douglas B Rupp  <rupp@gnat.com>
18441
18442         * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
18443         Protect with IN_LIBGCC.
18444         (LINK_EH_SPEC): Add required trailing space.
18445
18446 Fri Jan 11 09:25:05 2002  Nicola Pero  <n.pero@mi.flashnet.it>
18447
18448         * c-tree.h: Move function declarations so that they are listed
18449         under the filename which contains them.
18450         (check_identifier, finish_decl_top_level,
18451         lookup_name_current_level_global, shadow_record_fields): Remove.
18452
18453 2002-01-11  Andreas Jaeger  <aj@suse.de>
18454
18455         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
18456         march.
18457
18458 2002-01-10  Richard Henderson  <rth@redhat.com>
18459
18460         * config/alpha/alpha.c (print_operand): Add 'J'.
18461         * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
18462         new operand with the sequence number for the lituse.  When splitting
18463         the insns, use gen_movdi_er_high_g and generate a sequence number.
18464         (gen_movdi_er_high_g): Print the sequence number if non-zero.
18465
18466 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
18467
18468         * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
18469         lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
18470         stvxl.
18471         (altivec_expand_builtin): Same.
18472         (altivec_expand_stv_builtin): New.
18473
18474         * config/rs6000/rs6000.h (rs6000_builtins): Same.
18475
18476         * config/rs6000/rs6000.md ("altivec_lvebx"): New.
18477         ("altivec_lvehx"): New.
18478         ("altivec_lvewx"): New.
18479         ("altivec_lvxl"): New.
18480         ("altivec_lvx"): New.
18481         ("altivec_stvx"): New.
18482         ("altivec_stvebx"): New.
18483         ("altivec_stvehx"): New.
18484         ("altivec_stvewx"): New.
18485         ("altivec_stvxl"): New.
18486
18487 2002-01-10  Richard Henderson  <rth@redhat.com>
18488
18489         * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
18490         * reload1.c (delete_output_reload): Zap spill_reg_store.  Take
18491         care not to delete instructions twice.
18492
18493 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
18494
18495         * toplev.c: Don't declare environ (it's not used anywhere).
18496         * configure.in: Don't check for declaration of environ.
18497         * config/i386/xm-mingw32.h: Don't #define environ.
18498         * config.in, configure: Regenerate.
18499
18500 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
18501
18502         * configure.in: Set stage1_cflags for powerpc-*-darwin*.
18503         * configure: Regenerate.
18504
18505         * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
18506         DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
18507         * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
18508         alpha/xm-vms.h.
18509         * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
18510         LIMITS_H_TEST here, not in m68k/x-next.
18511         * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
18512         SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
18513
18514         * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
18515         LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
18516         * config/alpha/x-vms: Don't set USE_COLLECT2.  Add comments.
18517
18518         * config/i386/x-djgpp: Renamed i386/t-djgpp.
18519         * config/m88k/x-dolph: Renamed m88k/t-dolph.
18520         * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
18521         * config/pa/x-pa-mpeix: Renamed pa/t-mpeix.  Update for
18522         replacement of quadlib.asm with quadlib.c.
18523
18524         * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
18525         config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
18526         config/rs6000/xm-beos.h: Delete file.
18527
18528         * config.gcc: Update to match above changes.
18529
18530 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18531
18532         * config/h8300/h8300.h: Fix comment typos.
18533         * config/h8300/h8300.md: Likewise.
18534         * config/h8300/lib1funcs.asm: Likewise.
18535
18536 2002-01-10  Dale Johannesen  <dalej@apple.com>
18537
18538         PR optimization/5269
18539         * unroll.c (precondition_loop_p): Make *increment be the correct
18540         sign when n_iterations known, to avoid confusing caller.
18541
18542 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18543
18544         * doc/extend.texi (deprecated): Fix a typo.
18545
18546 Thu Jan 10 22:35:54 CET 2002  Jan Hubicka  <jh@suse.cz>
18547
18548         * basic-block.h (update_br_prob_note): Declare.
18549         * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
18550         (try_forward_edges): Care negative frequencies and update note.
18551         (outgoing_edges_match): Tweek conditional merging heuristics.
18552         (try_crossjump_to_edge): use update_br_prob_note.
18553         * cfglayout.c (fixup_reorder_chain): Likewise.
18554         * cfrtl.c (update_br_prob_note): New.
18555         * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
18556
18557         * i386.c (ix86_decompose_address): Return -1 if address contains
18558         shift.
18559         (legitimate_address_p): Require ix86_decompose_address to return 1.
18560
18561         * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
18562         (cprop_insn): Likewise.
18563
18564 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18565
18566         * toplev.c: Fix formatting.
18567         * tree.c: Likewise.
18568         * tree-dump.c: Likewise.
18569         * unroll.c: Likewise.
18570         * unwind-dw2.c: Likewise.
18571         * unwind-dw2-fde.c: Likewise.
18572         * unwind-dw2-fde-glibc.c: Likewise.
18573         * unwind-sjlj.c: Likewise.
18574
18575 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18576
18577         * doc/invoke.texi: Document PDP-11 options.
18578
18579 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18580
18581         * config/h8300/h8300.h: Fix formatting.
18582
18583 2002-01-10  Ira Ruben   <ira@apple.com>
18584
18585         Add __attribute__ ((deprecated)).
18586         * extend.texi: Document __attribute__ ((deprecated)).
18587         * invoke.texi: Document -Wno-deprecated-declarations.
18588         * testsuite/g++.dg/other/deprecated.C: New C++ test.
18589         * testsuite/gcc.dg/deprecated.c: New C test.
18590         * attribs.c (enum attrs): Declare handle_deprecated_attribute().
18591         (c_common_attribute_table): Add "deprecated" entry.
18592         (handle_deprecated_attribute): New function.
18593         * c-decl.c (deprecated_states): New enum.
18594         deprecated_state: State of "deprecated" handling.
18595         (start_decl): Set deprecated_state based on attributes.
18596         (grokdeclarator): Test for deprecated uses, propagate attribute.
18597         * c-typeck.c (build_component_ref): Test for deprecated fields.
18598         (build_external_ref): Test for deprecated primaries.
18599         * diagnostic.c (warn_deprecated_use) New function to issue
18600         warnings about __attribute__ ((depricated)) references.
18601         * flags.h (warn_deprecated_decl): Extern declared for
18602         -W[no-]deprecated-declarations option.
18603         * print-tree.c (print_node): Show deprecated flag status.
18604         * toplev.c (warn_deprecated_decl): Defined.
18605         (W_options): Added "deprecated-declaration".
18606         * toplev.h (warn_deprecated_use): Extern declared.
18607         * tree.h (struct tree_common): Define deprecated_flag.
18608         (TREE_DEPRECATED): New macro to access flag.
18609         * cp/call.c (build_call): Test for deprecated calls.
18610         * cp/class.c (add_implicitly_declared_members): Set global
18611         flag to tell grokdeclarator to not issue deprecated warnings.
18612         * cp/cp-tree.h: Add extern for adding_implicit_members.
18613         * cp/decl.c (deprecated_states): New enum.
18614         (start_decl): Set deprecated_state based on attributes.
18615         (grokdeclarator): Test for deprecated uses, propagate attribute.
18616         * cp/lex.c (do_identifier): Test for deprecated primaries.
18617         * cp/typeck.c (build_component_ref): Test for deprecated fields.
18618
18619 2002-01-10  Ira Ruben   <ira@apple.com>
18620
18621         Fix to assign attributes to inline member functions.
18622         * cp/decl.c (start_method): Handle attrlist.
18623
18624 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18625
18626         * combine.c (expand_field_assignment): Use subreg_lsb().
18627
18628 2002-01-10  David Edelsohn  <edelsohn@gnu.org>
18629
18630         * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
18631         POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
18632         (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
18633         Recurse for any operand of AND as long as constant is non-zero.
18634
18635 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18636
18637         * config/h8300/h8300.md: Remove constraints from expanders.
18638
18639 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18640
18641         * varasm.c: Fix formatting.
18642         * varray.c: Likewise.
18643         * vmsdbgout.c: Likewise.
18644         * xcoffout.c: Likewise.
18645
18646 Thu Jan 10 17:19:12 CET 2002  Jan Hubicka  <jh@suse.cz>
18647
18648         * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
18649         update edge probabilities to match.
18650
18651 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18652
18653         * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
18654         dependencies.
18655         * doc/languages.texi, doc/sourcebuild.texi: New files.
18656         * doc/configfiles.texi: Make a subsubsection.  Update.
18657         * doc/configterms.texi: Add @node.  Remove warning that this isn't
18658         instructions for building GCC.
18659         * doc/makefile.texi: Make a subsection.
18660         * doc/gccint.texi: Update.
18661
18662 Thu Jan 10 16:39:58 CET 2002  Jan Hubicka  <jh@suse.cz>
18663
18664         * i386.md (sse_mov?fcc_const0_?): Fix constraints.
18665
18666 Thu Jan 10 12:45:50 2002  Nicola Pero  <n.pero@mi.flashnet.it>
18667
18668         * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
18669
18670 Thu Jan 10 11:19:18 CET 2002  Jan Hubicka  <jh@suse.cz>
18671
18672         * optabs.c (expand_fix): Look for wider integer modes first.
18673
18674         * i386.md (mov?f): Avoid the fake const double trick for medium
18675         memory model.
18676         (min?f*/max?f*): Prohibit memory operands for i387 variant.
18677         (fop_df_4): Disable for SSE compilation.
18678
18679 2002-01-10  Graham Stott  <grahams@redhat.com>
18680
18681         * dwarf2out.c (indirect_string_alloc, output_indirect_string):
18682         Move prototype into DWARF2_DEBUGGING_INFO conditional block.
18683
18684 2002-01-10  Richard Henderson  <rth@redhat.com>
18685
18686         * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
18687
18688 2002-01-10  Richard Henderson  <rth@redhat.com>
18689
18690         * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
18691         (copyprop_hardreg_forward_1): Likewise.  Use mode_change_ok.
18692
18693 2002-01-10  Kazu Hirata  <kazu@hxi.com>
18694
18695         * combine.c (can_combine_p): Fix a comment typo.
18696
18697 2002-01-09  Zack Weinberg  <zack@codesourcery.com>
18698
18699         * Makefile.in (s-gencheck, s-options, s-specs): Handle an
18700         empty list correctly.  Change loop index $t to $f for
18701         consistency with rest of Makefile.
18702
18703 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
18704
18705         * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
18706         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
18707
18708         * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
18709         mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
18710         (altivec_init_builtins): Same.
18711         (altivec_expand_unop_builtin): Return NULL_RTX on error.
18712         (altivec_expand_binop_builtin): Same.
18713         (altivec_expand_ternop_builtin): Same.
18714         (bdesc_dst): New.
18715
18716         * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
18717         ("altivec_vctuxs"): Fix typo.
18718         ("altivec_vnmsubfp"): Same.
18719         ("altivec_dssall"): New.
18720         ("altivec_mfvscr"): New.
18721         ("altivec_dss"): New.
18722         ("altivec_lvsl"): New.
18723         ("altivec_lvsr"): New.
18724         ("altivec_dstt"): New.
18725         ("altivec_dstst"): New.
18726         ("altivec_dststt"): New.
18727         ("altivec_dst"): New.
18728
18729         * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
18730         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
18731
18732 2002-01-09  Richard Henderson  <rth@redhat.com>
18733
18734         * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
18735
18736 2002-01-10  Hans-Peter Nilsson  <hp@bitrange.com>
18737
18738         * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
18739         function.
18740         * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
18741         prototype.
18742         * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
18743
18744 2002-01-09  Kazu Hirata  <kazu@hxi.com>
18745
18746         * read-rtl.c: Fix formatting.
18747         * real.c: Likewise.
18748         * regclass.c: Likewise.
18749         * regrename.c: Likewise.
18750         * reg-stack.c: Likewise.
18751         * reload1.c: Likewise.
18752         * reload.c: Likewise.
18753         * rtl.c: Likewise.
18754
18755 2002-01-09  Kazu Hirata  <kazu@hxi.com>
18756
18757         * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
18758         to extract items in the expr_list chain.
18759
18760 2002-01-09  Richard Henderson  <rth@redhat.com>
18761
18762         * config/vax/vax.c (vax_rtx_cost): Never abort.
18763
18764         * config/vax/vax.h (REAL_ARITHMETIC): Define.
18765
18766 2002-01-09  Jan Hubicka  <jh@suse.cz>
18767
18768         * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
18769
18770 2002-01-09  Richard Henderson  <rth@redhat.com>
18771
18772         * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
18773         Unify code from various alternatives.
18774
18775 2002-01-09  Richard Henderson  <rth@redhat.com>
18776
18777         * regrename.c (copy_value): Ignore the copy if the source register
18778         is present in the value chain with a narrower mode.
18779
18780 2002-01-09  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
18781
18782         * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
18783         for the c4x target. Also improve layout.
18784
18785 2002-01-09  Richard Henderson  <rth@redhat.com>
18786
18787         * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
18788         * config/m32r/m32r.md (and ior xor splitters): Swap operands
18789         to match insn patterns.
18790
18791 2002-01-09  Richard Henderson  <rth@redhat.com>
18792
18793         * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
18794         (copyprop_hardreg_forward_1): Likewise.
18795
18796 2002-01-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18797
18798         * pa.md (decrement_and_branch_until_zero): Change predicate for
18799         operand 0 from register_operand to reg_or_nonsymb_mem_operand.
18800
18801 2002-01-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
18802
18803         * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
18804         gets undefined. For Darwin.
18805
18806 2002-01-09  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
18807
18808         * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
18809
18810 2002-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18811
18812         * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
18813
18814 2002-01-08  Richard Henderson  <rth@redhat.com>
18815
18816         * regrename.c (copy_value): Ignore overlapping copies.
18817
18818 2002-01-08  Richard Henderson  <rth@redhat.com>
18819
18820         * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
18821         as needed to avoid shared structure.
18822
18823 2002-01-08  Kazu Hirata  <kazu@hxi.com>
18824
18825         * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
18826         H8/300H and H8/S.
18827
18828 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18829
18830         * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
18831         LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
18832         documentation of obsolete macros.
18833         * system.h: Poison these macros.
18834         * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
18835         config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
18836         config/c4x/c4x.h, config/clipper/clipper.h,
18837         config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
18838         config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
18839         config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
18840         config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
18841         config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
18842         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
18843         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
18844         config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
18845         config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
18846         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
18847         config/sparc/sparc.h, config/stormy16/stormy16.h,
18848         config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
18849         definitions and commented out definitions of obsolete macros.
18850         * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
18851         of MAX_INT_TYPE_SIZE.
18852
18853 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
18854
18855         * config/s390/s390.c (s390_preferred_reload_class): Never
18856         return ADDR_REGS if it isn't a subset of the given class.
18857         * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
18858         FP_REGS, but all superclasses as well.
18859
18860         * config/s390/s390.c (s390_function_profiler): Fix thinko.
18861
18862         * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
18863         cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
18864         must not be a const_int.
18865
18866 2002-01-08  Richard Henderson  <rth@redhat.com>
18867
18868         * Makefile.in (toplev.o): Depend on options.h.
18869         (gcc.o): Depend on specs.h.
18870
18871 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
18872
18873         * expr.c (store_expr): Convert VOIDmode constants back to target's
18874         mode.
18875
18876 2002-01-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18877
18878         * doc/invoke.texi: Markup gcc as @command.  Refer to
18879         http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
18880         of http://gcc.gnu.org/thanks.html.
18881
18882 2002-01-08  Dale Johannesen  <dalej@apple.com>
18883
18884         * config/rs6000/rs6000.md: Add missing int register
18885         target case to movdf_low.
18886
18887 2002-01-08  Zack Weinberg  <zack@codesourcery.com>
18888
18889         * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
18890         except.h.  Remove commands to define USING_SJLJ_EXCEPTIONS.
18891         (cppinit.o): Depend on except.h.
18892         (gencheck.h, options.h, specs.h, s-gencheck, s-options,
18893         s-specs): New rules.
18894
18895         * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
18896         Don't create specs.h/options.h/gencheck.h here.  Remove
18897         unnecessary variable settings from last argument of AC_OUTPUT.
18898         * config.in, configure: Regenerate.
18899         * intl.c: Hardcode package name as "gcc".
18900
18901         * cppinit.c: Include except.h.
18902         (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
18903         appropriate.
18904         * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
18905         Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
18906         (!)USING_SJLJ_EXCEPTIONS.
18907         * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
18908
18909 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18910
18911         * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
18912         ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
18913         OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
18914         documentation of obsolete macros.
18915         * system.h: Poison these macros.
18916         * config/d30v/d30v.h, config/ns32k/encore.h,
18917         config/stormy16/stormy16.h: Remove definitions and commented out
18918         definitions of obsolete macros.
18919
18920 Tue Jan  8 15:56:41 2002  Nicola Pero  <nicola@brainstorm.co.uk>
18921
18922         * objc/objc-act.c (handle_class_ref): Mark the declaration of
18923         %sobjc_class_ref_%s as used - to prevent unwanted compiler
18924         warnings.
18925
18926 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
18927
18928         * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
18929         * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
18930         to insn adjusting stack/frame pointer.
18931         * config/s390/s390.md (reload_la_64, reload_la_31): Do not
18932         accept operands that cause the insn to be non-splittable.
18933
18934 2002-01-08  Graham Stott  <grahams@redhat.com>
18935
18936         * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
18937         (C_TYPE_FIELDS_VOLATILE): Likewise.
18938         (C_TYPE_BEING_DEFINED): Likewise.
18939         (C_IS_RESERVED_WORD): Likewise.
18940         (C_TYPE_VARIABLE_SIZE): Likewise.
18941         (C_DECL_VARIABLE_SIZE): Likewise.
18942         (C_MISSING_PROTOTYPE_WARNED): Likewise.
18943         (C_SET_EXP_ORIGINAL_CODE): Likewise.
18944         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
18945         parenthesis.
18946         (C_DECL_ANTICIPATED): Likewise.
18947         (c_build_type_variant): Add parenthesis.
18948
18949 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18950
18951         * gcc.c (option_map): Remove --version.
18952         (process_command): Handle -fversion following the GNU Coding
18953         Standards.  Partially addresses PR other/704.
18954
18955 2002-01-08  Graham Stott  <grahams@redhat.com>
18956
18957         * combine.c (combine_instructions): Fix typo.
18958
18959 2002-01-08  Graham Stott  <grahams@redhat.com>
18960
18961         * debug.h: Use "tree" and "rtx" throughout.
18962
18963         * debug.c: Likewise.
18964
18965 2002-01-08  Nick Clifton  <nickc@cambridge.redhat.com>
18966
18967         * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
18968         constant pool, use the pool's version of the symbol instead.
18969
18970 2002-01-07  Richard Henderson  <rth@redhat.com>
18971
18972         * regrename.c (find_oldest_value_reg): Ignore the value chain if
18973         the original register was copied in a mode with a fewer number of
18974         hard registers than the desired mode.
18975         (copyprop_hardreg_forward_1): Likewise.
18976         (debug_value_data): Fix loop test.
18977         * toplev.c (parse_options_and_default_flags): Reenable
18978         -fcprop-registers at -O1.
18979
18980 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18981
18982         * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
18983         (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
18984
18985         * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
18986         predicates.
18987
18988         * config/rs6000/rs6000.md: Add altivec predicate patterns.
18989
18990 2002-01-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18991
18992         * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
18993         (pa_output_function_prologue): Output local label at the beginning of
18994         the prologue when profiling.
18995         (hppa_profile_hook): Use the local label rather than the function label.
18996         * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
18997
18998 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18999
19000         * config/rs6000/rs6000.c (print_operand): Remove extra space.
19001         (altivec_expand_unop_builtin): Fix thinko.
19002         (altivec_expand_binop_builtin): Same.
19003         (altivec_expand_ternop_builtin): Same.
19004         (altivec_expand_builtin): Same.
19005
19006 2002-01-07  Richard Henderson  <rth@redhat.com>
19007
19008         * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
19009
19010 2002-01-07  Jason Merrill  <jason@redhat.com>
19011
19012         * unwind-dw2.c (execute_cfa_program): Use < again.
19013
19014 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
19015
19016         * predict.c (combine_predictions_for_insn): Avoid division by zero.
19017
19018 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
19019
19020         * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
19021         Don't allow -1 - x -> ~x simplifications in the first pass.
19022
19023 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
19024
19025         * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
19026         arguments.
19027         (altivec_expand_binop_builtin): Same.
19028         (altivec_expand_unop_builtin): Same.
19029         (print_operand): Fix typo.
19030         (bdesc_1arg): Add vupk* variants.
19031
19032         * rs6000.h (rs6000_builtins): Add vupk* enums.
19033
19034         * rs6000.md: Add altivec_vupk* variants.
19035
19036 2002-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19037
19038         * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
19039         doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
19040         and last update dates.
19041
19042 2002-01-07  Janis Johnson  <janis187@us.ibm.com>
19043
19044         * doc/rtl.texi (Flags): Clean up documentation of RTL flags
19045
19046 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
19047
19048         * config/avr/avr.c (avr_mcu_types): Add new MCU types.
19049         * config/avr/avr.h (CPP_SPEC): Likewise.
19050         (LINK_SPEC): Likewise.
19051         (CRT_BINUTILS_SPECS): Likewise.
19052         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
19053         * doc/invoke.texi (AVR Options): Document them.
19054
19055 Mon Jan  7 11:59:34 CET 2002  Jan Hubicka  <jh@suse.cz>
19056
19057         * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
19058         LABEL_NUSES.
19059
19060 2002-01-07  Graham Stott  <grahams@redhat.com>
19061
19062         * config/i386/i386.h: Update copyright date.
19063         (HALF_PIC_PTR): Add parenthesis.
19064         (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
19065         (CONSTANT_ALIGNMENT): Add parenthesis.
19066         (DATA_ALIGNMENT): Likewise.
19067         (LOCAL_ALIGNMENT): Likewise.
19068         (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
19069         (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
19070         (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
19071         (HARD_REGNO_NREGS): Add paranethesis.
19072         (VALID_SSE_REG_MODE): Whitespace.
19073         (VALID_MMX_REG_MODE): Whitespace.
19074         (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
19075         (ix86_hard_regno_mode_ok): Add parenthesis.
19076         (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
19077         (RETURN_IN_MEMORY): Whitespace.
19078         (N_REG_CLASSES): Add parenthesis.
19079         (INTEGER_CLASS_P): Add parenthesis and wrap.
19080         (FLOAT_CLASS_P): Likewise.
19081         (SSE_CLASS_P): Likewise.
19082         (MMX_CLASS_P): Likewise.
19083         (MAYBE_INTEGER_CLASS_P): Likewise.
19084         (MAYBE_FLOAT_CLASS_P): Likewise.
19085         (MAYBE_SSE_CLASS_P): Likewise.
19086         (MAYBE_MMX_CLASS_P): Likewise.
19087         (Q_CLASS_P): Likewise.
19088         (GENERAL_REGNO_P): Uppercase macro parameter.
19089         (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
19090         (FP_REGNO_P): Likewise.
19091         (ANY_FP_REGNO_P): Uppercase macro parameter.
19092         (SSE_REGNO_P): Likewise.
19093         (SSE_REGNO): Likewise.
19094         (SSE_REG_P): Likewise.
19095         (SSE_FLOAT_MODE_P): Likewise.
19096         (MMX_REGNO_P): Likewise.
19097         (MMX_REG_P):Likewise.
19098         (STACK_REG_P): Likewise.
19099         (NON_STACK_REG_P): Likewise.
19100         (STACK_TOP_P): Likewise.
19101         (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
19102         (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
19103         (SECONDARY_MEMORY_NEEDED): Likewise.
19104         (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
19105         (MD_ASM_CLOBBERS): Whitespace and wrap.
19106         (MUST_PASS_IN_STACK): Whitespace and wrap.
19107         (RETURN_POPS_ARGS): Add parenthesis.
19108         (INIT_CUMULATIVE_ARGS): Likewise.
19109         (FUNCTION_ARG): Likewise.
19110         (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
19111         (SETUP_INCOMING_VARARGS): Likewise.
19112         (BUILD_VA_LIST_TYPE):  Add parenthesis.
19113         (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
19114         parenthsis.
19115         (EXPAND_BUILTIN_VA_ARG): Likewise.
19116         (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
19117         (INITIALIZE_TRAMPOLINE): Add parenthesis.
19118         (INITIAL_ELIMINATION_OFFSET): Likewise.
19119         (REGNO_OK_FOR_INDEX_P): Add parenthesis.
19120         (REGNO_OK_FOR_BASE_P): Likewise.
19121         (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
19122         (REGNO_OK_FOR_DIREG_P): Likewise.
19123         (REG_OK_FOR_INDEX_P): Whitespace.
19124         (REG_OK_FOR_BASE_P): Whitespace.
19125         (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
19126         parenthesis.
19127         (FIND_BASE_TERM): Fix typo.
19128         (LEGITIMIZE_ADDRESS): Wrap in  { .. } while (0) and add parenthesis.
19129         (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
19130         (SYMBOLIC_CONST; Whitespace.
19131         (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in  { .. } while (0) and wrap.
19132         (ENCODE_SECTION_INFO): Whitespace.
19133         (FINALIZE_PIC): Remove do { ... } while (0).
19134         (PROMOTE_MODE): Wrap in do { ... } while (0).
19135         (CONST_COSTS): Whitespace.
19136         (RTX_COSTS): Add paramethesis, whitespace and wrap.
19137         (REGISTER_MOVE_COST): Add parenthesis.
19138         (MEMORY_MOVE_COST): Likewise.
19139         (EXTRA_CC_MODES): Whitespace.
19140         (SELECT_CC_MODE): Add parenthesis and whitespace.
19141         (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
19142         (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
19143         (ASM_OUTPUT_LABEL): Add paramethesis.
19144         (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
19145         (ASM_OUTPUT_REG_POP): Likewise.
19146         (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
19147         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
19148
19149         * config/i386/i386.c: Update copyright.
19150         (CHECK_STACK_LIMIT): Add parenthesis.
19151         (AT_BP): Uppercase macro parameter.
19152         (x86_64_int_parameter_registers): Constify.
19153         (x86_64_int_return_registers): Likewise.
19154         (ix86_compare_op0): Use rtx.
19155         (construct_container): Constify INTREG parameter.
19156         (function_arg): Use rtx.
19157
19158         * diagnostic.h: Update copyright date.
19159         (output_buffer_state): Add parenthesis.
19160         (output_buffer_format_args): Likewise.
19161
19162         * combine.c (combine_instructions): Replace XEXP (links, 0)
19163         with link.
19164
19165 2002-01-06  H.J. Lu <hjl@gnu.org>
19166
19167         * cfgcleanup.c (thread_jump): Fix 2 typos.
19168
19169 2002-01-06  Aldy Hernandez  <aldyh@redhat.com>
19170
19171         * config.gcc: Add support for --enable-altivec.
19172
19173 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19174
19175         * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
19176
19177 2002-01-06  Jakub Jelinek  <jakub@redhat.com>
19178
19179         * objc/objc-act.c (handle_impent): Use assemble_variable to emit
19180         __objc_class_name_*.
19181
19182 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19183
19184         * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
19185
19186 2002-01-06  Richard Henderson  <rth@redhat.com>
19187
19188         * reorg.c (emit_delay_sequence): Remove death notes, not merely
19189         nop them out.  Increment label reference count for REG_LABEL.
19190         (fill_slots_from_thread): Frob label reference count around
19191         delete_related_insns.
19192
19193 2002-01-05  Richard Henderson  <rth@redhat.com>
19194
19195         * cfgcleanup.c (try_forward_edges): Detect infinite loops while
19196         jump threading.
19197
19198 2002-01-05  Richard Henderson  <rth@redhat.com>
19199
19200         * c-decl.c (c_expand_body): Don't call outlining_inline_function.
19201         * integrate.c (output_inline_function): Likewise.
19202         * toplev.c (rest_of_compilation): Do it here instead.  Move call
19203         to remove_unnecessary_notes after emitting abstract instance.
19204         Force an emitted nested function to have its parent emited as well.
19205         * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
19206         for null.
19207         (rtl_for_decl_location): Do not look at reload data structures
19208         before reload has run.
19209
19210 2002-01-05  Kazu Hirata  <kazu@hxi.com>
19211
19212         * cse.c: Fix formatting.
19213         * dwarf2asm.c: Likewise.
19214         * dwarf2out.c: Likewise.
19215         * explow.c: Likewise.
19216         * expmed.c: Likewise.
19217         * function.c: Likewise.
19218         * gcov.c: Likewise.
19219         * gencheck.c: Likewise.
19220         * genrecog.c: Likewise.
19221         * ggc-common.c: Likewise.
19222         * ggc-page.c: Likewise.
19223         * global.c: Likewise.
19224
19225 2002-01-05  Kazu Hirata  <kazu@hxi.com>
19226
19227         * combine.c: Fix formatting.
19228
19229 2002-01-05  Craig Rodrigues  <crodrigu@bbn.com>
19230
19231         PR middle-end/1557
19232         * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
19233
19234 2002-01-05  David Edelsohn  <edelsohn@gnu.org>
19235
19236         * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
19237         as 1 for __powerpc64__ as well.
19238
19239         * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
19240
19241         * alias.c (find_base_value, PLUS/MINUS): If we found a base,
19242         return it.
19243
19244 2002-01-05  Daniel Berlin  <dan@dberlin.org>
19245
19246         * lcm.c: Revert change, due to performance regression it causes on
19247         SPEC because it's slightly more conservative (sigh, I hate
19248         edge-based LCM).
19249
19250 Sat Jan  5 11:52:05 CET 2002  Jan Hubicka  <jh@suse.cz>
19251
19252         * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
19253
19254 2002-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19255
19256         * doc/cppinternals.texi: Update.
19257
19258 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
19259
19260         * doc/invoke.texi (Option Summary) <MMIX Options>: Document
19261         -mbranch-predict, -mreg-stack-fill-bug-workaround and their
19262         negatives.
19263         (MMIX Options): Ditto.  Fix item/itemx typo for -mno-zero-extend.
19264         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
19265         kludge for pre-october-14th mmix versions to handle new-found bug
19266         with PUSHJ/PUSHGO and the register stack.
19267         * config/mmix/mmix.h (struct machine_function): Rename member
19268         has_call_value_without_parameters to has_call_without_parameters.
19269         All referers changed.
19270         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
19271         TARGET_MASK_BRANCH_PREDICT): New macros.
19272         (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
19273         -mno-reg-stack-fill-bug-workaround.
19274         * config/mmix/mmix.md ("call"): Set struct machine member
19275         has_call_without_parameters.
19276
19277 Sat Jan  5 02:20:22 CET 2002  Jan Hubicka  <jh@suse.cz>
19278
19279         * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
19280
19281 Sat Jan  5 01:35:29 CET 2002  Jan Hubicka  <jh@suse.cz>
19282
19283         * cfgcleanup.c: Include tm_p.h
19284         (mark_effect): Fix handling of hard register; fix handling of SET
19285
19286 2002-01-04  Kazu Hirata  <kazu@hxi.com>
19287
19288         * config/h8300/h8300.md (anonymous patterns): Check that
19289         operands are registers before using REGNO on them.
19290
19291 2002-01-03  Roland McGrath  <roland@frob.com>
19292
19293         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
19294
19295 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
19296
19297         * tree.h (expand_expr_stmt_value): Add maybe_last argument.
19298         * c-common.h (genrtl_expr_stmt_value): Likewise.
19299         * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
19300         (expand_expr_stmt_value): Add maybe_last argument.
19301         Don't warn about statement with no effect if it is the last statement
19302         in expression statement.
19303         * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
19304         (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
19305         expand_expr_stmt_value.
19306         (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
19307         genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
19308         * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
19309         as maybe_last to expand_expr_stmt_value.
19310
19311 Fri Jan  4 11:45:05 2002  Jeffrey A Law  (law@redhat.com)
19312
19313         * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
19314         be passed in, do not build it.
19315         (c_begin_if_stmt): New function.
19316         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
19317         * c-common.h (c_expand_start_cond): Update prototype.
19318         (c_begin_if_stmt): Prototype new function.
19319         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
19320         * c-parse.in (if_prefix): Use c_begin_if_stmt,
19321         c_begin_while_stmt and c_finish_while_stmt_cond.
19322
19323 2002-01-04  William Cohen  <wcohen@redhat.com>
19324
19325         * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
19326         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
19327         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
19328         * config/pa/som.h (ASM_FILE_START): Likewise.
19329
19330 2002-01-04  Daniel Berlin  <dan@cgsoftware.com>
19331
19332         * lcm.c: Include df.h.
19333         Add available_transfer_function prototype.
19334         (compute_available): Rework to use iterative dataflow framework.
19335         (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
19336         with bb_info in df.h
19337         (available_transfer_function): New function.
19338
19339         * Makefile.in (lcm.o): add df.h to dependencies.
19340
19341 2002-01-04  Richard Henderson  <rth@redhat.com>
19342
19343         * config/alpha/alpha.c (some_operand): Accept HIGH.
19344         (input_operand): Likewise; accept simple references to globals.
19345         (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
19346         (alpha_const_double_ok_for_letter_p): Likewise.
19347         (alpha_extra_constraint): Likewise.
19348         (alpha_preferred_reload_class): Likewise.  Do not force
19349         symbolic constants to memory.
19350         (alpha_legitimate_address_p): Accept simple references
19351         to small_symbolic_operand.
19352         (alpha_legitimize_address): New arg scratch.  Be prepared to be
19353         called when no_new_pseudos.  Emit simple symbolic references.
19354         Split integers into low, high, and rest.
19355         (alpha_expand_mov): Use alpha_legitimize_address.
19356         (some_small_symbolic_mem_operand): New.
19357         (split_small_symbolic_mem_operand): New.
19358         * config/alpha/alpha-protos.h: Update.
19359         * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
19360         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
19361         (EXTRA_CONSTRAINT): Likewise.
19362         (PREFERRED_RELOAD_CLASS): Likewise.
19363         (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
19364         (PREDICATE_CODES): Update.
19365         * config/alpha/alpha.md: New post-reload splitters to convert
19366         simplfied symbolic operands to the form that references $29.
19367         (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
19368         (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
19369
19370 2002-01-03  Richard Henderson  <rth@redhat.com>
19371
19372         * local-alloc.c (function_invariant_p): Update commentary.
19373
19374 2002-01-04  H.J. Lu <hjl@gnu.org>
19375
19376         * toplev.c (rest_of_compilation): Fix a typo when calling
19377         cleanup_cfg.
19378
19379 2002-01-03  Kazu Hirata  <kazu@hxi.com>
19380
19381         * c-common.c: Fix formatting.
19382         * diagnostic.c: Likewise.
19383         * doloop.c: Likewise.
19384         * dwarf2out.c: Likewise.
19385
19386 2002-01-03  Kazu Hirata  <kazu@hxi.com>
19387
19388         * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
19389         of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
19390
19391 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19392
19393         * cpperror.c: Update comments and copyright.
19394         * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
19395         cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
19396
19397 2002-01-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19398
19399         * collect2.c (main): Use strcmp when testing for "-shared".
19400
19401 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19402
19403         * cppmacro.c: Don't include intl.h.  Update comments.
19404         (new_number_token): Allocate enough buffer for 64-bit unsigned
19405         integers; update prototype.
19406         * cppmain.c: Update comments.
19407
19408 2002-01-03  William Cohen  <wcohen@redhat.com>
19409
19410         * function.h (struct function): Add profile.
19411         (current_function_profile): New.
19412         doc/extend.texi: Update documentation.
19413         * final.c (final_start_function): Use current_function_profile
19414         instead of profile_flag.
19415         (profile_after_prologue): Likewise.
19416         * function.c (expand_function_start): Likewise.
19417         (expand_function_start): Likewise.
19418         * config/alpha/alpha.c (direct_call_operand):
19419         (alpha_does_function_need_gp): Likewise.
19420         (alpha_expand_prologue): Likewise.
19421         * config/arm/arm.c (arm_expand_prologue): Likewise.
19422         thumb_expand_prologue: Likewise.
19423         * config/d30v/d30v.c (d30v_stack_info): Likewise.
19424         * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
19425         (fr30_expand_prologue): Likewise.
19426         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
19427         * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
19428         * config/i386/i386.h (FINALIZE_PIC): Likewise.
19429         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
19430         * config/i960/i960.c (i960_output_function_prologue): Likewise.
19431         * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
19432         * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
19433         (m32r_expand_prologue): Likewise.
19434         * config/m88k/m88k.c (m88k_layout_frame): Likewise.
19435         (m88k_expand_prologue): Likewise.
19436         * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
19437         * config/mips/mips.c (compute_frame_size): Likewise.
19438         (mips_expand_prologue): Likewise.
19439         (mips_can_use_return_insn): Likewise.
19440         * config/pa/elf.h (ASM_FILE_START): Likewise.
19441         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
19442         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
19443         * config/pa/som.h (ASM_FILE_START): Likewise.
19444         * config/romp/romp.c (romp_using_r14): Likewise.
19445         * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
19446         (rs6000_stack_info): Likewise.
19447         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
19448         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
19449         * config/v850/v850.c (compute_register_save_size): Likewise.
19450
19451 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
19452
19453         * simplify-rtx.c (simplify_binary_operation) [DIV]: If
19454         gen_lowpart_common fails, use gen_lowpart_SUBREG.
19455
19456 2002-01-03  Turly O'Connor  <turly@apple.com>
19457
19458         * darwin.c (machopic_output_possible_stub_label): Don't generate
19459         stub routines for pseudo-stubs which we've just defined.
19460
19461 2002-01-03  Kazu Hirata  <kazu@hxi.com>
19462
19463         * builtins.c: Fix formatting.
19464         * c-typeck.c: Likewise.
19465         * combine.c: Likewise.
19466         * expr.c: Likewise.
19467         * loop.c: Likewise.
19468
19469 2002-01-03  Andreas Schwab  <schwab@suse.de>
19470
19471         * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
19472         and return true if _cpp_push_next_buffer pushed a new include
19473         file.
19474         * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
19475         _cpp_pop_file_buffer did not push a new file.
19476         * cpphash.h (_cpp_pop_file_buffer): Update declaration.
19477
19478 2002-01-02  Eric Christopher  <echristo@redhat.com>
19479
19480         * final.c (final_scan_insn): Change 0 -> NULL_RTX in
19481         FIND_REG_INC_NOTE call. Update copyright.
19482         * loop.c (canonicalize_condition): Ditto.
19483         * reorg.c (delete_scheduled_jump): Ditto.
19484
19485 2002-01-03  Kazu Hirata  <kazu@hxi.com>
19486
19487         * gcse.c: Fix formatting.
19488
19489 2002-01-03  Graham Stott  <grahams@redhat.com>
19490
19491         * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
19492         forward defs for struct tags rtx_def, union_tree, rtvec_def
19493         also output corresponding typedefs for rtx, tree, and rtvec.
19494
19495         * system.h: Move forward defs for struct tags rtx_def, union_tree,
19496         rtvec_def along with corresponding typedefs for rtx, tree, and
19497         rtvec to config.h, hconfig.h, tconfig.h.
19498
19499 2002-01-03  Graham Stott  <grahams@redhat.com>
19500
19501         * tree.h: Update copyright date.
19502         (IS_EXPR_CODE_CLASS): Add parenthesis.
19503         (TREE_SET_CODE): Add whitespace.
19504         (TREE_CHECK): Add parenthesis.
19505         (TREE_CLASS_CODE): Add parenthesis and wrap long line.
19506         (CST_OR_CONSTRUCTOR_CHECK):
19507         (EXPR_CHECK): Add parenthis, whitespace and wrap line.
19508         (TREE_SYMBOL_REFERENCED): Whitespace.
19509         (INT_CST_LT): Likewise.
19510         (INT_CST_LT_UNSIGNED): Likewise.
19511         (tree_real_cst): Unwrap comment.
19512         (tree_string): Likewise.
19513         (tree_complex): Likewise.
19514         (IDENTIFIER_POINTER): correct cast.
19515         (SAVE_EXPR_CONTEXT): Whitespace.
19516         (EXPR_WFL_FILENAME_NODE): Likewise.
19517         (EXPR_WFL_FILENAME): Remove parenthesis.
19518         (DECL_ORIGIN): Add parenthesis.
19519         (DECL_FROM_INLINE): Use NULL_TREE.
19520         (build_int_2): Whitespace.
19521         (build_type_variant): Add parenthesis.
19522
19523         * gcc/jcf-parse.c: Update copyright date.
19524         (yyparse): Constify resource_filename.
19525
19526 2002-01-03  Graham Stott  <grahams@redhat.com>
19527
19528         * rtl.h: Update copyright date.
19529         (RTL_CHECK1): Wrap long line.
19530         (RTL_CHECK2): Likewise.
19531         (RTL_CHECKC1): Wrap long line and whitespace.
19532         (RTL_CHECKC2): Likewise.
19533         (XWINT): Whitespace.
19534         (XINT): Likewise.
19535         (XSTR): Likewise.
19536         (XEXP): Likewise.
19537         (XVEC): Likewise.
19538         (XMODE): Likewise.
19539         (XBITMAP): Likewise.
19540         (XTREE): Likewise.
19541         (XBBDEF): Likewise.
19542         (XTMPL): Likewise.
19543         (X0WINT): Likewise.
19544         (X0INT):Likewise.
19545         (X0UINT): Likewise.
19546         (X0STR): Likewise.
19547         (X0EXP): Likewise.
19548         (X0VEC): Likewise.
19549         (X0MODE): Likewise.
19550         (X0BITMAP): Likewise.
19551         (X0TREE): Likewise.
19552         (X0BBDEF): Likewise.
19553         (X0ADVFLAGS): Likewise.
19554         (X0CSELIB): Likewise.
19555         (X0MEMATTR): Likewise.
19556         (XCWINT): Likewise.
19557         (XCINT): Likewise.
19558         (XCUINT): Likewise.
19559         (XCSTR): Likewise.
19560         (XCEXP): Likewise.
19561         (XCVEC): Likewise.
19562         (XCMODE): Likewise.
19563         (XCBITMAP): Likewise.
19564         (XCTREE): Likewise.
19565         (XCBBDEF): Likewise.
19566         (XCADVFLAGS): Likewise.
19567         (XCCSELIB): Likewise.
19568         (XC2EXP): Likewise.
19569         (INSN_UID): Likewise.
19570         (PREV_INSN): Likewise.
19571         (PATTERN): Likewise.
19572         (INSN_CODE): Likewise.
19573         (PUT_REG_NOTE_KIND): Likewise.
19574         (CODE_LABEL_NUMBER): Likewise.
19575         (NOTE_SOURCE_FILE): Likewise.
19576         (NOTE_BLOCK): Likewise.
19577         (NOTE_EH_HANDLER): Likewise.
19578         (NOTE_RANGE_INFO): Likewise.
19579         (NOTE_LIVE_INFO): Likewise.
19580         (NOTE_BASIC_BLOCK): Likewise.
19581         (NOTE_EXPECTED_VALUE): Likewise.
19582         (NOTE_LINE_NUMBER): Likewise.
19583         (LABEL_NAME): Likewise.
19584         (LABEL_NUSES): Likewise.
19585         (LABEL_ALTERNATE_NAME): Likewise.
19586         (ADDRESSOF_DECL): Likewise.
19587         (JUMP_LABEL): Likewise.
19588         (LABEL_NEXTREF): Likewise.
19589         (REGNO): Likewise.
19590         (ORIGINAL_REGNO: Likewise.
19591         (HARD_REGISTER_NUM_P): Add parenthesis.
19592         (SUBREG_REG): Whitespace.
19593         (SUBREG_BYTE): Likewise.
19594         (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
19595         (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
19596         (ASM_OPERANDS_OUTPUT_IDX): Likewise.
19597         (ASM_OPERANDS_INPUT_VEC): Likewise.
19598         (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
19599         (ASM_OPERANDS_INPUT): Likewise.
19600         (ASM_OPERANDS_INPUT_LENGTH): Likewise.
19601         (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
19602         (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
19603         (ASM_OPERANDS_INPUT_MODE): Likewise.
19604         (ASM_OPERANDS_SOURCE_FILE): Likewise.
19605         (ASM_OPERANDS_SOURCE_LINE): Likewise.
19606         (MEM_SET_IN_STRUCT_P): Minor reformat.
19607         (TRAP_CONDITION): Whitespace.
19608         (TRAP_CODE): Likewise.
19609         (COND_EXEC_TEST): Likewise.
19610         (COND_EXEC_CODE): Likewise.
19611         (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
19612         (PHI_NODE_P): Add parenthesis.
19613         (plus_constant): Whitespace and add parenthesis.
19614
19615 2002-01-03  Kazu Hirata  <kazu@hxi.com>
19616
19617         * config/avr/avr.c: Fix comment typos.
19618         * config/c4x/c4x.md: Likewise.
19619         * config/dsp16xx/dsp16xx.h: Likewise.
19620         * config/dsp16xx/dsp16xx.md: Likewise.
19621         * config/i386/i386.md: Likewise.
19622         * config/ia64/ia64.c: Likewise.
19623         * config/m32r/m32r.h: Likewise.
19624         * config/m68hc11/m68hc11.md: Likewise.
19625         * config/mmix/mmix.c: Likewise.
19626         * config/mn10200/mn10200.c: Likewise.
19627         * config/romp/romp.c: Likewise.
19628         * config/sh/sh.c: Likewise.
19629         * config/stormy16/stormy16.c: Likewise.
19630         * config/stormy16/stormy16.h: Likewise.
19631         * config/stormy16/stormy16.md: Likewise.
19632
19633 2002-01-03  Graham Stott  <grahams@redhat.com>
19634
19635         * loop.h: Update copyright date.
19636         (LOOP_MOVABLES): Fix typo.
19637         (LOOP_REGS): Likewise.
19638         (LOOP_IVS): Likewise.
19639
19640 2002-01-03  Graham Stott  <grahams@redhat.com>
19641
19642         * cppinit.c: Update copyright date.
19643         Don't include output.h
19644         * Makefile.in: Update copyright date.
19645         Update dependency.
19646
19647 2002-01-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
19648
19649         PR c/5226
19650         * invoke.texi (-mthreads): Remove from documented RS/6000 options.
19651         (-pthread) Add to RS/6000 options.
19652
19653 2002-01-02  Kazu Hirata  <kazu@hxi.com>
19654
19655         * except.c: Fix comment typos.
19656         * loop.c: Likewise.
19657         * varasm.c: Likewise.
19658         * doc/tm.texi: Fix a typo.
19659
19660 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
19661
19662         * c-typeck.c (output_init_element): Allow initializing static storage
19663         duration objects with compound literals.
19664
19665 2002-01-02  Richard Henderson  <rth@redhat.com>
19666
19667         * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
19668         after abusing it.
19669
19670 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19671
19672         * gcc.c (default_compilers): Const-ify.
19673         * mips-tdump.c (stab_names): Likewise.
19674         * mips-tfile.c (map_coff_types, map_coff_storage,
19675         map_coff_sym_type, map_coff_derived_type, stabs_symbol,
19676         pseudo_ops_t, pseudo_ops): Likewise.
19677         * protoize.c (default_include): Likewise
19678
19679         * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
19680         (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
19681         Add array size in declaration.
19682         (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
19683         emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
19684         esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
19685         etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
19686         eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
19687         efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
19688         c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
19689         emtens, make_nan): Const-ify.
19690         (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
19691         DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
19692
19693 2002-01-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19694
19695         * config.gcc (ia64-*-*): Set extra_headers.
19696         (alpha*-dec-osf*): Likewise.  Don't use alpha/t-osf.
19697         * config/alpha/t-osf: Remove.
19698         * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
19699
19700 2002-01-02  David Edelsohn  <edelsohn@gnu.org>
19701
19702         * config/rs6000/t-aix43: Revert previous change.
19703
19704 2002-01-02  Jason Merrill  <jason@redhat.com>
19705
19706         * c-decl.c (c_expand_body): Call outlining_inline_function when
19707         emitting an inline function out of line.
19708
19709 2002-01-02  Richard Henderson  <rth@redhat.com>
19710
19711         * dwarf2out.c (limbo_die_node): Add created_for member.
19712         (new_die): New argument created_for.  Update all callers.
19713         (mark_limbo_die_list): New.
19714         (dwarf2out_init): Register limbo_die_list as a root.
19715         (dwarf2out_finish): Force insert limbo dies into their function
19716         context.
19717
19718 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
19719
19720         PR c++/5089
19721         * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
19722
19723 2002-01-02  Kazu Hirata  <kazu@hxi.com>
19724
19725         * config/h8300/fixunssfsi.c: Update copyright.
19726         Fix comment typos.
19727         Fix formatting.
19728         * config/h8300/h8300.c: Update copyright.
19729         Eliminate warnings.
19730
19731 2002-01-02  Kazu Hirata  <kazu@hxi.com>
19732
19733         * config/romp/romp.c: Fix comment formatting.
19734         * config/romp/romp.h: Likewise.
19735         * config/romp/romp.md: Likewise.
19736         * config/s390/s390.c: Likewise.
19737         * config/stormy16/stormy16.c: Likewise.
19738         * config/stormy16/stormy16.h: Likewise.
19739
19740 2002-01-02  Alexandre Oliva  <aoliva@redhat.com>
19741
19742         * c-common.h (genrtl_expr_stmt_value): Declare.
19743         * c-semantics.c (genrtl_goto_stmt): Redirect to...
19744         (genrtl_goto_stmt_value): ... this new function.  Pass new
19745         argument down to expand_expr_stmt_value, taking
19746         TREE_ADDRESSABLE into account.
19747         * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
19748         STMT_EXPR as addressable, i.e., one whose result we want.
19749         * expr.c (expand_expr): Don't save expression statement value
19750         of labeled_blocks or loop_exprs.
19751         * stmt.c (expand_expr_stmt): Redirect to...
19752         (expand_expr_stmt_value): ... this new function.  Use new
19753         argument to tell whether to save expression value.
19754         (expand_end_stmt_expr): Reset last_expr_type and
19755         last_expr_value if we don't have either.
19756         * tree-inline.c (declare_return_variable): Mark its use
19757         statement as addressable.
19758         * tree.h: Document new use of TREE_ADDRESSABLE.
19759         (expand_expr_stmt_value): Declare.
19760
19761 2002-01-01  Tom Rix  <trix@redhat.com>
19762
19763         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
19764         rs6000_emit_allocate_stack.
19765
19766 2002-01-01  Joseph S. Myers  <jsm28@cam.ac.uk>
19767
19768         * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
19769         ${srcdir}/ginclude/ to every entry in extra_headers.
19770         * configure: Regenerate.
19771         * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
19772         * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
19773         * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
19774         * ginclude/proto.h: Rename to config/convex/proto.h.
19775
19776 Tue Jan  1 17:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19777
19778         * attribs.c (handle_vector_size_attribute): Use host_integerp
19779         and tree_int_cst; remove warnings.
19780         * caller-save.c (insert_restore): Add cast to get rid of warning.
19781         (insert_save): Likewise.
19782         * emit-rtl.c (adjust_address_1, offset_address): Likewise.
19783         * regmove.c (find_matches): Add temporary var to kill a warning.
19784
19785 2002-01-01  Douglas B Rupp  <rupp@gnat.com>
19786
19787         * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
19788         LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
19789         * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
19790         (vms-dwarf2eh.o): Add Makefile rule.
19791         * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
19792         * config/alpha/vms-dwarf2eh.asm: New file.
19793
19794         * gcc.c (delete_if_ordinary): Delete all versions.
19795
19796 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
19797
19798         * config/mmix/mmix.md: Update FIXME to not mention
19799         define_constants.
19800         (MMIX_rJ_REGNUM): New define_constants constant.
19801         ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
19802         "*movdicc_real"): Adjust contraints formatting.
19803         ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
19804         for branch prediction.
19805         ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
19806         output template.
19807         ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
19808         "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
19809         number.  Delete related FIXMEs.
19810         * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
19811         from number to MMIX_rJ_REGNUM.
19812         (TARGET_MASK_BRANCH_PREDICT): New.
19813         (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
19814         (TARGET_SWITCHES): Update comment.  Correct -mno-toplevel-symbols
19815         value.  Add -mbranch-predict and -mno-branch-predict.
19816         (TARGET_VERSION): Drop date.
19817         (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
19818         * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
19819         for finding out global symbols.
19820         (mmix_asm_output_labelref): Revert condition for global symbol.
19821         (mmix_print_operand): <case '+'>: Emit P for a likely branch.
19822         (mmix_print_operand_punct_valid_p): A '+' is valid.
19823
19824 See ChangeLog.6 for earlier changes.