OSDN Git Service

9f9cddefa8df962b37cb72aa4b473e2c89789469
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2002-03-19  Richard Henderson  <rth@redhat.com>
2
3         * flow.c (EH_USES): Provide default.
4         (calculate_global_regs_live): Use it for EH edges and noreturn calls.
5         * doc/tm.texi (EH_USES): New.
6
7         * config/ia64/ia64.c (ia64_eh_uses): New.
8         * config/ia64/ia64-protos.h: Update.
9         * config/ia64/ia64.h (EH_USES): New.
10
11 2002-03-19  Richard Henderson  <rth@redhat.com>
12
13         * varasm.c (output_constant_def): Fix stupid typo.
14
15 2002-03-19  Richard Henderson  <rth@redhat.com>
16
17         PR 5879
18         * except.c (current_function_has_exception_handlers): New.
19         * except.h: Declare it.
20         * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
21         Combine tests that disable all sibcalls for the function.
22
23 2002-03-19  Olivier Hainque  <hainque@act-europe.fr>
24
25         * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
26         for INTEGER_CST.
27
28 2002-03-19  Richard Henderson  <rth@redhat.com>
29
30         PR 5977, 5991
31         * config/ia64/ia64.c: Revert 2002-03-01 patch.
32         * config/ia64/ia64.h (INIT_EXPANDERS): New.
33
34 2002-03-19  Jim Blandy  <jimb@redhat.com>
35
36         * cppmacro.c (cpp_macro_definition): Emit a space after the macro
37         name, even if the replacement list contains no tokens, as required
38         by Dwarf.
39
40 2002-03-19  Jason Merrill  <jason@redhat.com>
41
42         * varasm.c (globalize_decl): Get the name from the RTL, not
43         DECL_ASSEMBLER_NAME.
44
45         * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
46
47 2002-03-19  Bob Wilson  <bob.wilson@acm.org>
48
49         * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
50         subdi_carry): Define.
51
52 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
53
54         * config/rs6000/rs6000.c (rs6000_override_options): Only warn
55         about -fpic/-fPIC if extra_warnings set.
56
57 2002-03-19  David Edelsohn  <edelsohn@gnu.org>
58
59         * expr.c (expand_expr): Sign-extend CONST_INT generated from
60         TREE_STRING_POINTER.
61         * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
62
63 Tue Mar 19 14:12:32 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
64
65         * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
66         in favor of SP if FRAME_POINTER_REQUIRED is false.
67
68 2002-03-19  Lars Brinkhoff  <lars@nocrew.org>
69
70         * emit-rtl.c (gen_int_mode): New function.
71         * rtl.h: Prototype for it.
72         * combine.c (make_extraction, simplify_comparison), expmed.c
73         (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
74         (convert_modes, store_field), optabs.c (expand_fix),
75         simplify-rtx.c (neg_const_int, simplify_unary_real),
76
77         * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
78         Use it instead of GEN_INT (trunc_int_for_mode (...)).
79
80 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
81
82         PR c/5656
83         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
84         convert_parm_for_inlining.
85         * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
86         Define.
87         * langhooks-def.h: Likewise.
88         * objc/objc-lang.c: Likewise.
89         * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
90         function.
91         * tree-inline.c (initialize_inlined_parameters):
92         Call convert_parm_for_inlining lang hook if needed.
93         * c-typeck.c (c_convert_parm_for_inlining): New function.
94         * c-tree.h (c_convert_parm_for_inlining): Add prototype.
95
96 2002-03-18  Mark Mitchell  <mark@codesourcery.com>
97
98         * calls.c (precompute_arguments): Do not assume that temporaries 
99         can be destroyed after expanding the argument.
100         (expand_call): Likewise.
101
102 2002-03-15  Eric Christopher  <echristo@redhat.com>
103
104         * config/mips/mips.md (movdf_internal2): Add two new move constraints.
105         Fix register preference on last change.
106         * config/mips/mips.c (mips_return_in_memory): New function.
107         * config/mips/mips.h (RETURN_IN_MEMORY): Use.
108         * config/mips/mips-protos.h: Declare.
109         * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
110         * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
111
112 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
113
114         * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
115         a register too.
116         (anddi3, iorsi3): Likewise.
117
118         * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
119         use %gprel for symbols that are going to be placed in linkonce
120         sections.
121
122         * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
123         RETURN_ADDRESS_POINTER_REGNUM to $ra.
124         (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
125         not needed.  Disregard leaf_function_p().
126         (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
127         mips16 frame pointer.
128         * config/mips/mips.md (store ra): Only to small SP offsets.
129         2001-08-22  Graham Stott  <grahams@redhat.com>
130         * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
131         return a REG rtx for the return address register.
132
133 2002-03-18  Bob Wilson  <bob.wilson@acm.org>
134
135         * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
136         constant-pool addresses as "mode-dependent".
137         (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
138
139 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
140
141         PR target/5740
142         * expr.c (emit_group_load): Use extract_bit_field if
143         needed for CONCAT arguments.
144
145 2002-03-18  Richard Earnshaw  <rearnsha@arm.com>
146
147         PR target/4863
148         * arm.md (tablejump): Make this a define_expand.  For PIC add the
149         offset to the base of the table.
150         (thumb_tablejump): Matcher for Thumb tablejump insn.
151         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
152         as the difference of two labels.
153         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
154         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
155         tables in the code.
156         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
157         * arm.c (get_jump_table_size): If the table is not in the text
158         section, return zero.
159
160 2002-03-18  Bernd Schmidt  <bernds@redhat.com>
161
162         * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
163         of gen_rtx_SUBREG.
164         (arm_reload_out_hi): Use gen_lowpart instead of
165         gen_rtx_SUBREG to access QImode components.
166         * config/arm/arm.md: Disable zero_extend split for QImode
167         subregs in BIG_ENDIAN mode.
168         (storehi_bigend): Match use of least significant byte.
169         (storeinthi): Remove extraneous SUBREG.
170         Add missing construction of operands[2].
171         (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
172         (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
173         Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
174
175 2002-03-18  Aldy Hernandez  <aldyh@redhat.com>
176
177         * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
178         any_operand.
179
180 2002-03-17  Richard Henderson  <rth@redhat.com>
181
182         * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
183         explicitly.
184
185 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
186
187         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
188         (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
189
190 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
191
192         * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
193
194         * predict.c (estimate_bb_frequencies): Delete unused variables.
195
196 2002-03-17  Richard Henderson  <rth@redhat.com>
197
198         * config/ia64/ia64.c (ia64_attribute_table): Move before
199         targetm definition.  Make static.
200
201 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
202
203         * c-common.h (yyparse, c_common_parse_file): New.
204         * c-lang.c: Include c-common.h.
205         (LANG_HOOKS_PARSE_FILE): Redefine.
206         * c-lex.c: Include c-common.h.
207         (yyparse): Rename c_common_parse_file.  Call yyparse.
208         * c-parse.in (yyparse): Remove macro.
209         * c-tree.h (yyparse_1): Remove.
210         * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
211         (LANG_HOOKS_INITIALIZER): Update.
212         * langhooks.h (struct lang_hoooks): New hook parse_file.
213         * toplev.c (compile_file): Use parse_file hook.
214         * tree.h (yyparse): Remove.
215         * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
216
217 2002-03-17  Hans-Peter Nilsson  <hp@bitrange.com>
218
219         * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
220         float_truncate, not fix.
221         ("*truncdfsf2_real"): Ditto.
222         ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
223
224         * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
225
226 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
227
228         * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
229         (s8), but rather HARD_FRAME_POINTER_REGNUM.  Add parentheses
230         where appropriate.  Make the second reference to
231         leaf_function_p a function call, as intended.  Reindented.
232
233         * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
234         * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
235
236         * config/mips/mips.md (addsi3, adddi3): Use scratch register to
237         add register to non-constant into sp.
238
239         * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
240         * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
241         (mips16_gp_pseudo_rtx): Lose.
242         (INIT_EXPANDERS): Deleted.
243         * config/mips/mips.c (mips_init_machine_status): New.
244         (mips_free_machine_status): New.
245         (mips_mark_machine_status): New.
246         (override_options): Set them.
247         (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
248         (struct machine_function): ... new.  Replaced all references.
249         (mips_add_gc_roots): Don't mark them.
250         (embedded_pic_fnaddr_reg): New, extracted from...
251         (embedded_pic_offset): ... here.
252         * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
253         (movsi): Likewise.
254
255 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
256
257         * cppinit.c: Revert -MD removal.
258
259 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
260
261         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
262         soft registers by default for 68HC12.
263         (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
264         when compiling with -fomit-frame-pointer.
265         (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
266         (expand_epilogue): Likewise.
267         (m68hc11_gen_rotate): Use exg when rotating by 8.
268
269 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
270
271         * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
272         * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
273         (splits): Remove unused add splits.
274         ("*addhi3_68hc12"): Tune constraints.
275         ("addhi_sp"): Try to use X instead of Y in all cases and if the
276         constant fits in 8-bits and D is dead use abx/aby instructions.
277         ("*addhi3"): Remove extern declaration of ix_reg.
278         ("*subsi3"): Optimize and provide new split.
279         ("subhi3"): Cleanup.
280         ("*subhi3_sp"): Avoid saving X if we know it is dead.
281         (arith splits): For 68hc12 save the address register on the stack
282         and do the arithmetic operation with a pop.
283
284 2002-03-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
285
286         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
287         allocating QImode in address registers.
288         ("*movqi_m68hc11"): Likewise.
289
290 Sat Mar 16 12:57:28 CET 2002  Jan HUbicka  <jh@suse.cz>
291
292         * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
293
294 2002-03-16  Neil Booth  <neil@daikokuya.demon.co.uk>
295
296         * cppinit.c (print_help): Display -MD and -MMD.
297         Don't display usage string.  Update assertion syntax and
298         typo.
299         (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
300         (cpp_handle_option): Update.
301
302 2002-03-15  Chris Demetriou  <cgd@broadcom.com>
303
304         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
305         MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
306         and define it so that regardless of target CPU size,
307         __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
308         of "int" rather than "long."
309
310 2002-03-15  Richard Henderson  <rth@redhat.com>
311
312         * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
313         size as a tree.
314
315 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
316
317         * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
318         ("tstqi" split): Avoid using memory for tstqi on address register.
319         (splits): Remove constraints.
320         ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
321         ("cmpdf", "cmpsf"): Remove since not used.
322         ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
323         (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
324
325 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
326
327         * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
328         ("neghi2"): Tighten constraints.
329         ("one_cmplsi2"): Optimize and simplify split.
330         * config/m68hc11/larith.asm (__negsi2): Likewise for library.
331
332 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
333
334         * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
335         and split of AND operation to clear the upper bits.
336         ("*logicalsi3_zextqi"): Likewise.
337         ("*logicallhi3_zexthi_ashift8"): Likewise.
338         ("*logicalsi3_silshr16"): Likewise.
339         ("logicalsi3_silshl16"): Likewise.
340         ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
341
342 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
343
344         * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
345         (m68hc11_indirect_p): New function.
346         (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
347         (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
348         TARGET_M6812.
349         (asm_print_register): Likewise.
350         * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
351         (m68hc11_indirect_p): Declare.
352         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
353         (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
354         (TARGET_SWITCHES): New option -mrelax.
355         * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
356         destination.
357         ("iorsi3", "xorsi3"): Likewise.
358         ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
359         ("*andhi3_mem"): New to handle destination in memory with bclr
360         and a scratch register.
361         ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
362         ("*andhi3_const"): New when operand2 is constant.
363         ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
364         ("*andhi3_gen"): Cleanup of the old "andhi3".
365         ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
366         ("xorqi3"): Update constraints.
367
368 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
369
370         * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
371         for reg_equiv_memory_loc when the operand is a register that does
372         not get a hard register (stack location).
373         (tst_operand): After reload, accept all memory operand.
374         (symbolic_memory_operand): Fix detection of symbolic references.
375         * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
376         accept symbols and any constant.
377
378 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
379
380         * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
381         note on the insn that sets the soft frame register.
382         (must_parenthesize): ix and iy are also reserved names.
383         (print_operand_address): One more place where parenthesis are required
384         to avoid confusion with register names.
385         (m68hc11_gen_movhi): Allow push of stack pointer.
386         (m68hc11_check_z_replacement): Fix handling of parallel with a
387         clobber.
388         (m68hc11_z_replacement): Must update the REG_INC notes to tell what
389         the replacement register is.
390         * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
391         and D8_REGS classes.
392         (MODES_TIEABLE_P): All modes are tieable except QImode.
393
394 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
395
396         * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
397         (___subdi3): Likewise.
398         (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
399         (__map_data_section): Optimize 68hc11 case.
400
401 2002-03-15  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
402
403         * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
404         than a shift to avoid adding a register with itself.
405         (m68hc11_memory_move_cost): Take into account NO_REGS.
406         (m68hc11_register_move_cost): Update and use memory move cost
407         for soft registers.
408         (m68hc11_address_cost): Make cost of valid offset not 0 so that
409         it gives more opportunities to cse to optimize.
410         * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
411         * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
412
413 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
414
415         * c-common.c (statement_code_p): Handle CLEANUP_STMT.
416         * c-common.def (CLEANUP_STMT): New tree node.
417         * c-common.h (CLEANUP_DECL): New macro.
418         (CLEANUP_EXPR): Likewise.
419         * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
420         * expr.c (expand_expr): Tidy.
421         * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
422         * tree-inline.c (initialize_inlined_parameters): Clean up
423         new local variables.
424
425 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
426
427         PR bootstrap/4128
428         * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
429         before movrXX only, use reg_overlap_mentioned_p.
430         Only special case NE if just one insn can be generated.
431
432 2002-03-15  Jason Merrill  <jason@redhat.com>
433
434         * varasm.c (assemble_variable): Call resolve_unique_section before
435         checking DECL_SECTION_NAME.  Use zeros for a decl with DECL_INITIAL
436         of error_mark_node.
437
438 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
439
440         PR target/5170
441         * arm.md (split pattern for thumb shiftable immediates): Add comment
442         explaining non-obvious test.
443
444 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
445
446         PR target/5712
447         * arm.md (movaddr, movaddr_insn): Delete.
448
449 2002-03-15  Jason Merrill  <jason@redhat.com>
450
451         * toplev.c (wrapup_global_declarations): Clarify variable handling.
452         -fkeep-static-consts doesn't apply to comdats.
453
454 2002-03-14  Richard Henderson  <rth@redhat.com>
455
456         * c-decl.c: Include c-pragma.h.
457         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
458         (finish_function): Tidy.
459         * c-pragma.c: Include c-common.h.
460         (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
461         (handle_pragma_weak): Use them.
462         (init_pragma): Register pending_weaks.
463         * c-pragma.h (maybe_apply_pragma_weak): Declare.
464         * print-tree.c (print_node): Print DECL_WEAK.
465         * varasm.c (mark_weak_decls): Remove.
466         (remove_from_pending_weak_list): Remove.
467         (add_weak): Remove.
468         (asm_emit_uninitialised): Call globalize_decl for weak commons.
469         (weak_decls): Make a tree_list.
470         (declare_weak): Cons weak_decls directly.
471         (globalize_decl): Remove weak_decls elements directly.
472         (weak_finish): Simplify weak_decls walk.  Don't weaken unused
473         symbols.  Don't pretend to handle aliases.
474         (init_varasm_once): Update weak_decls registry.
475         * Makefile.in: Update dependencies.
476
477 2002-03-14  Richard Henderson  <rth@redhat.com>
478
479         PR target/5312
480         * config/ia64/ia64.c: Include tm_p.h last.
481         (gen_nop_type): Remove duplicate definition.
482         (cycle_end_fill_slots): Set sched_data for second L slot.
483         (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
484         (nop_cycles_until): Fix typos.
485
486 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
487
488         PR optimization/5891
489         * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
490
491 2002-03-14  David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
492
493         * config/ia64/unwind-ia64.c: Handle copy_state and label_state
494           descriptors correctly.
495
496 2002-03-14  Michael Meissner  <meissner@redhat.com>
497
498         * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
499         100, allowing MAX_UNROLLED_INSNS to be overridden.
500
501         * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
502         --param.
503
504         * unroll.c (params.h): Include.
505         (MAX_UNROLLED_INSNS): Delete, now in params.h.
506
507         * doc/invoke.texi (--param max-unroll-insns): Document.
508
509         * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
510
511 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
512
513         * arm.md: Fix warnings about constraints in peepholes and splits.
514
515 2002-03-14  Zack Weinberg  <zack@codesourcery.com>
516
517         * cpphash.h (struct lexer_state): Remove line_extension member.
518         * cpplib.c (dequote_string, do_linemarker): New functions.
519         (linemarker_dir): New data object.
520         (DIRECTIVE_TABLE): No longer need to interpret #line in
521         preprocessed source.  Delete obsolete comment about return
522         values of handlers.
523         (end_directive, directive_diagnostics, _cpp_handle_directive):
524         Don't muck with line_extension.
525         (directive_diagnostics): No need to issue warnings for
526         linemarkers here.
527         (_cpp_handle_directive): Issue warnings for linemarkers here,
528         when appropriate.  Dispatch linemarkers to do_linemarker, not
529         do_line.
530         (do_line): Code to handle linemarkers split out to do_linemarker.
531         Convert escape sequences in filename argument, both places.
532
533         * cppmacro.c (quote_string): Rename cpp_quote_string and
534         export.  All callers changed.
535         * cpplib.h (cpp_quote_string): Prototype.
536         * cppmain.c (print_line): Call cpp_quote_string on to_file
537         before printing it.
538
539         * doc/cpp.texi: Document that escapes are now interpreted in
540         #line and in linemarkers, and that non-printing characters are
541         converted to octal escapes when linemarkers are generated.
542
543 Thu Mar 14 19:04:29 CET 2002  Jan Hubicka  <jh@suse.cz>
544
545         * emit-rtl.c (try_split): Use delete_insns.
546         * recog.c (split_all_insns): Fix terminating condition.
547
548 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
549             Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
550
551         PR target/5828
552         * arm.c (arm_output_epilogue): Fix floating-point register save
553         adjustment when using a frame pointer.
554
555 2002-03-14  Richard Sandiford  <rsandifo@redhat.com>
556
557         * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
558         * config/mips/mips.c (compute_frame_size): Retrofit them here.
559         (save_restore_insns, mips_expand_epilogue): And here.
560         (build_mips16_call_stub): And here.
561         (mips_function_value): Use the new macros to decide whether a single
562         or complex float can be returned in floating-point registers.  Return
563         a parallel rtx in the complex case.
564
565 Thu Mar 14 11:03:12 CET 2002  Jan Hubicka  <jh@suse.cz>
566
567         * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
568         call after liveness analysis.
569
570         * recog.c (split_insn): Use delete_insn_and_edges.
571
572         * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
573         instructions to have branch prediction notes.
574         * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
575
576 2002-03-14  Geoffrey Keating  <geoffk@redhat.com>
577
578         * configure.in: Don't pass -Wno-long-long to a ADA compiler
579         that doesn't support it.
580         * configure: Regenerate.
581
582 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
583
584         PR target/5626
585         * config/sparc/sparc.md (normal_branch, inverted_branch,
586         normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
587         inverted_fp_branch): Adjust calls to output_cbranch.
588         Set length attribute.
589         (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
590         output_v9branch.  Set length attribute.
591         * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
592         predicates.
593         (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
594         (output_cbranch): Likewise.  Handle far branches.
595         (output_v9branch): Handle far branches.
596         * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
597         Adjust prototypes.
598         * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
599         noov_compare64_op predicates.
600
601 2002-03-13  Jason Merrill  <jason@redhat.com>
602
603         * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
604         into the function and constify it.
605         * gthr-dce.h, gthr-solaris.h: Likewise.
606
607 2002-03-13  David Edelsohn  <edelsohn@gnu.org>
608
609         * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
610         * config/rs6000/rs6000.c (rs6000_va_arg): Use
611         std_expand_builtin_va_arg if not ABI_V4.
612
613 2002-03-13  Jason Merrill  <jason@redhat.com>
614
615         * varasm.c (globalize_decl): New fn.
616         (assemble_start_function): Use it.
617         (asm_emit_uninitialized): Use it.
618         (assemble_alias): Use it.
619         (assemble_variable): Use it.
620
621 2002-03-13  Hans-Peter Nilsson  <hp@axis.com>
622
623         * config/cris/cris.c (cris_target_asm_function_prologue): Revert
624         2002-03-12 internal visibility change.
625         (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
626         visibility into SYMBOL_REF_FLAG.
627
628 2002-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
629
630         * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
631         VOIDmode operand.  Add compile-time optimization for constant results.
632
633 2002-03-12  Jason Merrill  <jason@redhat.com>
634
635         * c-typeck.c (convert_for_assignment): Don't allow conversions
636         between pointers and references.  Only allow lvalues to convert to
637         reference.
638
639 2002-03-13  Hartmut Penner  <hpenner@de.ibm.com>
640
641         * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
642         before prologue, to avoid scheduling problems.
643
644 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
645
646         * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
647         (ELIMINABLE_REGS): Add sfp->sp.
648         (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
649
650 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
651
652         PR optimization/5892
653         * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
654
655 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
656
657         * loop.c (basic_induction_var): Don't call convert_modes if mode
658         classes are different.
659
660 2002-03-12  Richard Henderson  <rth@redhat.com>
661
662         PR optimization/5901
663         * function.c (reposition_prologue_and_epilogue_notes): Position
664         the markers after/before the last/first insn not deleted.
665
666 2002-03-12  Richard Henderson  <rth@redhat.com>
667
668         PR optimization/5878
669         * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
670         config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
671         (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
672
673         * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
674         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
675         PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
676
677         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
678         * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
679         (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
680         also.  Don't set it if not flag_pic.
681         * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
682         to be INVALID_REGNUM when not used.
683
684 2002-03-13  Aldy Hernandez  <aldyh@redhat.com>
685
686         * expmed.c (store_bit_field): Reset alias set for memory.
687         (extract_bit_field): Same.
688
689 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
690
691         * c-common.c (c_tree_code_type, c_tree_code_length,
692         c_tree_code_name, add_c_tree_codes): Delete.
693         * c-common.h (add_c_tree_codes): Delete.
694         * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
695         Define.
696         * c-objc-common.c (c_objc_common_init): Don't call
697         add_c_tree_codes, instead set lang_unsafe_for_reeval.
698         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
699         objc_tree_code_name, add_objc_tree_codes): Delete.
700         (objc_init): Don't call add_objc_tree_codes.
701         * objc/objc-lang.c (tree_code_type, tree_code_length,
702         tree_code_name): Define.
703         * toplev.c (lang_independent_init): Don't set
704         tree_code_length[IDENTIFIER_NODE].
705         * tree.c (tree_code_type, tree_code_length, tree_code_name):
706         Delete definitions, moved to language front-ends.
707         * tree.def (IDENTIFIER_NODE): Hardwire the length.
708         * tree.h (tree_code_type, tree_code_length, tree_code_name):
709         Const-ify.
710         (tree_code_length): Change type to unsigned char.
711
712 2002-03-12  Richard Henderson  <rth@redhat.com>
713
714         * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
715         internal visibility change.
716
717 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
718
719         * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
720         validize_mem() instead of change_address to avoid clobbering
721         memory attributes.
722
723 2002-03-12  Neil Booth  <neil@daikokuya.demon.co.uk>
724
725         * c-lex.h (position_after_whitespace): Remove.
726
727 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
728
729         * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
730         (lex_string): Use unsigned char pointers.
731
732 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
733
734         * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
735         is not a valid memory_operand.
736
737 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
738
739         * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
740         * config/xtensa/lib1funcs.asm: Fix copyright to include
741         special case for libgcc files.
742         (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
743         (__divsi3): Likewise.
744         (__umodsi3): Likewise.
745         (__modsi3): Likewise.
746         * config/xtensa/lib2funcs.S: Fix copyright to include
747         special case for libgcc files.
748
749 2002-03-12  Tom Rix  <trix@redhat.com>
750
751         * collect2.c (resolve_lib_name): Move outside of
752         OBJECT_FORMAT_COFF ifdef.
753         (ignore_library): Same.
754
755 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
756
757         * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
758
759 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
760
761         * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
762         to function_section before writing out the constant pool.
763
764 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
765
766         * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
767         zero_constant.
768         * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
769
770 2002-03-12  Alan Modra  <amodra@bigpond.net.au>
771
772         * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
773         (adddi3): Likewise.
774         (movdf): Likewise.
775         (movdi): Likewise.
776         (cmpsi splitter): Likewise.
777         (modsi3): Fail if <= 0.
778         * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
779         redundant test when HOST_BITS_PER_WIDE_INT != 32.
780         (reg_or_sub_cint64_operand): Likewise.
781         (num_insns_constant_wide): Optimize sign extension.
782         (rs6000_legitimize_address): Likewise.
783
784 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
785
786         * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
787         * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
788
789 2002-03-12  Andrew MacLeod  <amacleod@redhat.com>
790
791         * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
792         address calculation.
793
794 2002-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
795
796         * config/s390/s390.md (reload_insi, reload_indi): Change mode of
797         scratch register to DImode / TImode.
798         config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
799         register used does not overlap the target.
800
801 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
802
803         * Makefile.in (debug.o): Depend on debug.h.
804         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
805         * debug.c (do_nothing_debug_hooks): Likewise.
806         * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
807         sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
808         dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
809         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
810         * dwarfout.c (dwarf_debug_hooks): Likewise.
811         * integrate.c (output_inline_function): Likewise.
812         * objc/objc-act.c (synth_module_prologue): Likewise.
813         * sdbout.c (sdb_debug_hooks): Likewise.
814         * toplev.c (debug_hooks): Likewise.
815         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
816
817 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
818
819         * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
820         dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
821         m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
822         ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
823         v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
824         * defaults.h (POINTER_SIZE): Define.
825         * doc/tm.texi (POINTER_SIZE): Document default.
826
827 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
828
829         * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
830
831 2002-03-11  Richard Henderson  <rth@redhat.com>
832
833         * toplev.c (rest_of_compilation): Call purge_all_dead_edges
834         if rebuild_label_notes_after_reload.
835
836 2002-03-12  Hans-Peter Nilsson  <hp@axis.com>
837
838         * config/cris/cris.c (cris_target_asm_function_prologue):  Do not
839         emit pic register load if "internal" visibility.
840         (cris_print_operand): Avoid traditional-warning for 0xffffffff.
841         (cris_expand_builtin_va_arg): Do all computations on trees.
842
843 2002-03-11  Richard Henderson  <rth@redhat.com>
844
845         * rtlanal.c: Include recog.h.
846         (keep_with_call_p): Fix thinko.
847         * Makefile.in (rtlanal.o): Update dependencies.
848
849 2002-03-11  Chris Meyer  <cmeyer@gatan.com>
850
851         * genflags.c (gen_insn): Use IS_VSPACE.
852         * genoutput.c (output_insn_data): Likewise.
853         (process_template): Likewise.
854
855 2002-03-11  Richard Henderson  <rth@redhat.com>
856
857         * toplev.c (rest_of_compilation): Don't compile if we've had errors.
858
859 2002-03-11  Neil Booth  <neil@daikokuya.demon.co.uk>
860
861         * Makefile.in: Update.
862         * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
863         Update documentation.
864         * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
865         * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
866
867 2002-03-11  Zack Weinberg  <zack@codesourcery.com>
868
869         * Makefile.in: Give texi2pod its input file as a command line
870         argument, not on stdin.
871
872 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
873             Daniel Berlin  <dan@dberlin.org>
874
875         C++ alias analysis improvement.
876         * alias.c (record_component_aliases): Record aliases for base
877         classes too.
878
879 2002-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
880
881         * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
882
883 2002-03-11  Douglas B Rupp  <rupp@gnat.com>
884
885         * toplev.c (vms_fopen): Remove, not needed.
886
887         * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
888
889         * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
890
891         * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
892         for FP, already done later.
893
894         * toplev.c (debug_args): Add entry for VMS_DEBUG.
895         * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
896
897 2002-03-11  Richard Sandiford  <rsandifo@redhat.com>
898
899         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
900         (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
901         LARGEST_EXPONENT_IS_NORMAL for the given mode.
902         (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
903         * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
904         (ediv, emul, eldexp, esqrt): Likewise.
905         (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
906         (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
907         (saturate): New function.
908         (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
909         (make_nan): Use a saturation value instead of a NaN if
910         LARGEST_EXPONENT_IS_NORMAL.  Warn when this happens.
911         * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
912         inputs if LARGEST_EXPONENT_IS_NORMAL.  Represent subnormals as
913         zero if NO_DENORMALS.  Only round to nearest if !ROUND_TOWARDS_ZERO.
914         (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
915         (_fpmul_parts, _fpdiv_parts): Only round to nearest if
916         !ROUND_TOWARDS_ZERO.
917         * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
918         (ROUND_TOWARDS_ZERO): Document.
919
920 2002-03-11  Andreas Jaeger  <aj@suse.de>
921
922         * cfg.c (dump_flow_info): Remove unused variable.
923
924 2002-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
925
926         * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
927         computations on trees.
928
929 2002-03-10  Richard Henderson  <rth@redhat.com>
930
931         PR 5693:
932         * reload.c (copy_replacements_1): New.
933         (copy_replacements): Use it to recurse through the rtx.
934
935 2002-03-10  Richard Henderson  <rth@redhat.com>
936
937         * loop.c (strength_reduce): Compute number of iterations as
938         unsigned HOST_WIDE_INT.
939
940 2002-03-10  Richard Henderson  <rth@redhat.com>
941
942         * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
943         to move away from the end of the block.
944
945 2002-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
946
947         PR preprocessor/5899
948         * cppinit.c (init_dependency_output): Don't ignore -dM etc.
949
950 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
951
952         * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
953
954         * attribs.c (decl_attributes): Fix signed/unsigned warning.
955
956 2002-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
957
958         * config/mmix/mmix.c: Improve comments.
959         (mmix_target_asm_function_prologue): Drop variable
960         empty_stack_frame.  Don't allocate unused slot above fp.
961         (mmix_target_asm_function_epilogue): Mirror prologue changes.
962         * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
963         brace in first column.
964         (enum reg_class): Ditto.
965         (FIRST_PARM_OFFSET): Now 0.
966         (USER_LABEL_PREFIX): Remove #if 0:d definition.
967
968 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
969
970         * combine.c (make_extraction): Fix error in last change.
971
972 2002-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
973
974         * c4x.c (c4x_fp_reglist): Const-ify.
975         * cris.c (cris_print_operand): Likewise.
976         * i386.c (ix86_va_arg): Likewise.
977         * ia64/unwind-ia64.c (unw_decode_table): Likewise.
978         * m32r.c (m32r_hard_regno_mode_ok): Likewise.
979         * m32r.h (m32r_hard_regno_mode_ok): Likewise.
980         * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
981         * mcore.h (regno_reg_class): Likewise.
982         * mips.c (gen_int_relational): Likewise.
983         * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
984         * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
985         * pdp11.c (move_costs): Likewise.
986         * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
987         * s390.c (s390_branch_condition_mnemonic, regclass_map):
988         Likewise.
989         * s390.h (regclass_map): Likewise.
990         * sh.c (shift_amounts): Likewise.
991         * sh.md (rotlsi3): Likewise.
992
993 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
994
995         * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
996         (ne0+5): Use new clobber to generate proper shift pattern.
997         Patch by Michael Matz <matz@kde.org>.
998
999 2002-03-09  Andreas Schwab  <schwab@suse.de>
1000
1001         * gcc.c (validate_all_switches): Also handle `%W{...}'.
1002
1003 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
1004
1005         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
1006
1007 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
1008
1009         PR middle-end/5877
1010         * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
1011         even for non-representable constants.
1012
1013 Sat Mar  9 07:20:01 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1014
1015         * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
1016         * function.c (fixup_var_refs): Add MAY_SHARE parameter.
1017         (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
1018         (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
1019         (pop_function_context): Compute MAY_SHARE parameter for
1020         fixup_var_refs.
1021         (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
1022         (gen_mem_addressof): Call fixup_var_refs with new parm.
1023
1024         * combine.c (make_extraction): Don't make extension of CONST_INT.
1025
1026 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
1027
1028         * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
1029         in o32 and o64 ABIs.
1030         * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
1031         but getting fixed-size structs passed in registers regardless of
1032         padding in o32 and o64 ABIs.
1033
1034         * config/mips/mips.c (mips_va_arg): Apply big-endianness address
1035         offset before loading address of argument passed by transparent
1036         reference.
1037
1038 2002-03-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1039
1040         * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
1041
1042 2002-03-09  Alexandre Oliva  <aoliva@redhat.com>
1043
1044         * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
1045         marker such that registers after it are saved.
1046
1047 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1048
1049         * sparc.c (arith_4096_operand): Fix error in last change.
1050
1051 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
1052
1053         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
1054         defaults for MEABI.
1055
1056 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
1057
1058         * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
1059         vectors.
1060
1061 2002-03-08  Aldy Hernandez  <aldyh@redhat.com>
1062
1063         * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
1064
1065 Fri Mar  8 21:27:49 CET 2002  Jan Hubicka  <jh@suse.cz>
1066
1067         * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
1068         removed; fix return value.
1069         * combine.c (combine_instructions): Dirtify blocks where we failed to
1070         update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
1071         * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
1072
1073 2002-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1074
1075         * gcse.c (insert_insn_end_bb): Fix typo in last change.
1076
1077 Fri Mar  8 21:08:52 CET 2002  Jan Hubicka  <jh@suse.cz>
1078
1079         * recog.c (peephole2_optimize): Re-distribute EH edges.
1080
1081 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1082
1083         * expr.c (expand_expr): Use unsave lang hook.
1084         * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
1085         (LANG_HOOKS_INITIALIZER): Update.
1086         * langhooks.h (struct lang_hooks): New hook unsave.
1087         * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
1088         (unsave_expr_1): Remove unused lang_unsave_expr_now.
1089         (unsave_expr_now_r): Rename lhd_unsave.  Update. Return input.
1090         (unsave_expr_now): Remove.
1091         * tree.h (unsave_expr_now, lang_unsave,
1092         lang_unsave_expr_now): Remove.
1093         (lhd_unsave): New.
1094
1095 2002-03-08  Andreas Jaeger  <aj@suse.de>
1096
1097         * flow.c (propagate_block_delete_insn): Remove unused variable.
1098
1099 2002-03-08  Kazu Hirata  <kazu@hxi.com>
1100
1101         * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
1102         insn length for memory load/store.
1103
1104 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1105
1106         * doc/install.texi (--with-libiconv-prefix): Document.
1107
1108 2002-03-08  Michael Y. Brukman  <myb2@cornell.edu>
1109
1110         * doc/sourcebuild.texi: Fix typo.
1111
1112 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
1113
1114         PR c/3711
1115         * builtins.c (std_expand_builtin_va_arg): Do all computations on
1116         trees.
1117
1118 Fri Mar  8 06:48:45 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1119
1120         * rtl.c (copy_most_rtx): Move from here ...
1121         * emit-rtl.c (copy_most_rtx): ... to here.
1122
1123 2002-03-08  Alexandre Oliva  <aoliva@redhat.com>
1124
1125         * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
1126         SUBTARGET_CPP_SIZE_SPEC.
1127         * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
1128
1129         * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
1130
1131 2002-03-07  Matt Hiller  <hiller@redhat.com>
1132
1133         * gensupport.c (first_dir_md_include): Renamed from include;
1134         change all references.
1135         (last_dir_md_include): Renamed from last_include; change all
1136         references.
1137         (init_md_reader): Unconditionally initialize base_dir whether or
1138         not filename is a relative path.
1139
1140 2002-03-07  Alexandre Oliva  <aoliva@redhat.com>
1141
1142         * config/fp-bit.c (_unord_f2): Compile it in even if
1143         US_SOFTWARE_GOFAST is enabled.
1144
1145         * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
1146         NULL_RTX.  Set all HFmode operations as NULL_RTX.
1147         * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
1148         NULL_RTX, try reversing the comparison and the operands.
1149
1150 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
1151
1152         * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
1153         genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
1154         and MATCH_OP_DUP.
1155
1156 Thu Mar  7 16:54:10 CET 2002  Jan Hubicka  <jh@suse.cz>
1157
1158         * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
1159
1160 Thu Mar  7 16:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
1161
1162         * basic-block.h (fixup_abnormal_edges): Declare.
1163         * reload1.c (fixup_abnormal_edges): New function.
1164         * reg-stack.c (convert_regs): Use it.
1165
1166         * gcse.c (insert_insn_end_bb): Handle trapping insns.
1167
1168         * gcse.c (hash_scan_set): Refuse instructions with EH edges.
1169
1170 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
1171
1172         * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
1173         (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
1174         * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
1175         (HONOR_SIGN_DEPENDENT_ROUNDING): New.
1176         * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
1177         * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
1178         unless x and y could be infinite.
1179         (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
1180         Check that the common type of both arguments is a real, even for
1181         targets without unordered comparisons.  Allow an integer argument
1182         to be compared against a real.
1183         (expand_tree_builtin): Use expand_unordered_cmp.
1184         * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
1185         * cse.c (fold_rtx): Likewise.  Fix indentation.
1186         * fold-const.c (fold_real_zero_addition_p): New.
1187         (fold): Use it, and the new HONOR_... macros.
1188         * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
1189         * jump.c (reversed_comparison_code_parts): After searching for
1190         the true comparison mode, use HONOR_NANS to decide whether it
1191         can be safely reversed.
1192         (reverse_condition_maybe_unordered): Remove IEEE check.
1193         * simplify-rtx.c (simplify_binary_operation): Use the new macros
1194         to decide which simplifications are valid.  Allow the following
1195         simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
1196         and (a - -b) to (a + b).
1197         (simplify_relational_operation): Use HONOR_NANS.
1198         * doc/tm.texi: Document the MODE_HAS_... macros.
1199
1200 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
1201
1202         * combine.c (simplify_comparison): If simplifying a logical shift
1203         right and compare with constant, force the comparison to unsigned.
1204
1205 2002-03-07  Aldy Hernandez  <aldyh@redhat.com>
1206
1207         * doc/invoke.texi: Add documentation for -mabi=no-altivec.
1208
1209         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
1210         -mabi=no-altivec
1211         (alt_reg_names): Remove % for vrsave.
1212
1213 2002-03-06  Richard Henderson  <rth@redhat.com>
1214
1215         PR optimization/5844
1216         * genemit.c (gen_exp): New argument used.  Invoke copy_rtx
1217         if used indicates we've already emitted one copy of an operand.
1218         (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
1219         (gen_split): Supply a non-null used.
1220
1221 2002-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
1222
1223         * reload1.c (reload): Unshare all rtl after reload is done.
1224
1225         * simplify-rtx.c (simplify_plus_minus): Do not abort,
1226         but simply fail if the expression is too complex to simplify.
1227         (simplify_gen_binary): Handle simplify_plus_minus failures.
1228
1229 Wed Mar  6 20:32:09 CET 2002  Jan Hubicka  <jh@suse.cz>
1230
1231         * toplev.c (rest_of_compilation): Do jump threading before SSA path;
1232         consistently call delete_trivially_dead_insns after CSE and GCSE;
1233         fix DFI_life dumping; do jump threading after liveness; do crossjumping
1234         after liveness2; update comment in last crossjumping.
1235         * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
1236
1237 Wed Mar  6 12:27:10 2002  Jeffrey A Law  (law@redhat.com)
1238
1239         * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
1240         after completing fast dead code elimination.
1241
1242         * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
1243         COMPARE operator.
1244
1245 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1246
1247         * version.c:  Fix misplaced leading blanks on first line.
1248
1249 Wed Mar  6 19:08:03 CET 2002  Jan Hubicka  <jh@suse.cz>
1250
1251         * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
1252
1253 Wed Mar  6 18:14:43 CET 2002  Jan Hubicka  <jh@suse.cz>
1254
1255         * cfgcleanup.c (mentions_nonequal_regs): New function.
1256         (thread_jump): Use it.
1257         * toplev.c (rest_of_compilation): Run jump threading after
1258         liveness.
1259
1260 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
1261
1262         * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
1263         patch.
1264
1265 Wed Mar  6 11:28:19 CET 2002  Jan Hubicka  <jh@suse.cz>
1266
1267         * predict.c (estimate_bb_frequencies): Do not reload the
1268         frequencies from notes.
1269
1270 Wed Mar  6 10:59:39 CET 2002  Jan Hubicka  <jh@suse.cz>
1271
1272         * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
1273         * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
1274
1275         * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
1276         delete_noop_moves): Return indeger.
1277         * flow.c (ndead): New variable.
1278         (propagate_block_delete_insn): Use delete_insn_and_edges; remove
1279         BB argument; update callers.
1280         (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
1281         (life_analysis): Do not call purge_all_dead_edges.
1282         (update_life_info): Return number of deleted insns; print statistics.
1283         (update_life_info_in_dirty_blocks): likewise.
1284         (delete_noop_moves): Use delete_insn_and_edges; print statistics;
1285         return number of insns deleted.
1286
1287         * cse.c: Include timevar.h
1288         (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
1289         iterate until stabilizes; print statistics; return number of killed
1290         insns.
1291         * Makefile.in: (cse.o): Add timevar.h dependency
1292         * rtl.h (delete_trivially_dead_insns): New.
1293         * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
1294         * toplev.c (rest_of_compilation): Update callers.
1295
1296         * cfgcleanup.c (try_optimize_cfg): Kill blocks.
1297         (try_optimize_cfg): Do not update liveness.
1298         (cleanup-cfg): Loop until try_optimize_cfg and dead code
1299         removal stabilizes; use delete_trivially_dead_insns.
1300
1301         * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
1302
1303 2002-03-05  Zack Weinberg  <zack@codesourcery.com>
1304
1305         * cppmain.c (setup_callbacks): Disable #pragma and #ident
1306         callbacks when processing assembly language.
1307
1308 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1309
1310         * pa.h (ASM_FILE_END): Define.
1311         * som.h (ASM_FILE_END): Delete.
1312
1313         * pa.c (function_arg): Don't pass floats in general registers in
1314         indirect calls if TARGET_ELF32.
1315
1316 2002-03-05  Richard Henderson  <rth@redhat.com>
1317
1318         * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
1319
1320 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
1321
1322         * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
1323
1324 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1325
1326         * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
1327         -r command line.  Don't hide any symbols if not building
1328         shared libgcc.
1329
1330 Tue Mar  5 18:31:27 CET 2002  Jan Hubicka  <jh@suse.cz>
1331
1332         * cfg.c (dump_flow_info): Warn about profile mismatches.
1333         * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
1334         (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
1335
1336 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1337
1338         * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
1339         wide volatile memory by parts.
1340
1341 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1342
1343         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
1344         is NULL.
1345
1346 2002-03-05  Richard Henderson  <rth@redhat.com>
1347
1348         * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
1349
1350 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
1351
1352         * toplev.c (documented_lang_options): Document more
1353         language-specific options.
1354         * doc/invoke.texi (Warning Options): Correct documentation for
1355         -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
1356         * c-decl.c (c_decode_option): Use a table to handle warning options.
1357
1358 2002-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
1359
1360         * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
1361         parameter to mmix_encode_section_info.
1362         (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
1363         relocatably.  Always produce ELF, not mmo if linking relocatably.
1364         * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
1365         first is non-zero, don't add symbol prefix.
1366         * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
1367         prototype accordingly.
1368
1369 2002-03-04  Krister Walfridsson  <cato@df.lth.se>
1370
1371         * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
1372
1373 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1374
1375         * configure.in: Increase required makeinfo version to 4.1.
1376         * configure: Regenerate.
1377
1378 2002-03-04  Geoffrey Keating  <geoffk@redhat.com>
1379
1380         * .cvsignore: Remove *.info* and genrtl*; these files are generated
1381         elsewhere now.
1382
1383 2002-03-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1384
1385         * doc/include/texinfo.tex: Update to version 2002-03-01.06.
1386         * doc/invoke.texi: Fix @math uses.
1387
1388 Mon Mar  4 15:33:54 CET 2002  Jan Hubicka  <jh@suse.cz>
1389
1390         * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
1391         removal
1392
1393 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
1394
1395         * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
1396         (powerpc-*-eabisimaltivec*): Same.
1397
1398         * config/rs6000/t-ppcendian: New.
1399
1400 2002-03-04  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1401
1402         * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
1403         nonimmediate_src_operand and nonimmediate_lsrc_operand to
1404         disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
1405
1406 2002-03-03  Richard Henderson  <rth@redhat.com>
1407
1408         * toplev.c (rest_of_decl_compilation): Revert last two changes.
1409
1410 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
1411
1412         * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
1413         print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
1414         tree.c, config/m68k/m68k.c:
1415         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
1416         REAL_ARITHMETIC blocks unconditional.  Delete some further
1417         #ifdef blocks predicated on REAL_ARITHMETIC.
1418         * flags.h, toplev.c: Delete remaining references to
1419         flag_pretend_float.
1420
1421         * doc/invoke.texi: Remove documentation of -fpretend-float.
1422         * doc/tm.texi: Describe the various REAL_* macros as provided by
1423         real.h, not by the target configuration files.
1424
1425         * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
1426         config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
1427         config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
1428         config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
1429         config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
1430         config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
1431         config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
1432         config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
1433         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
1434         config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
1435         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
1436         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
1437         config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
1438         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
1439         config/xtensa/xtensa.h:
1440         Do not define, undefine, or mention in comments any of
1441         REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
1442         REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
1443         REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
1444         REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
1445         REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
1446         REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
1447         REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
1448         REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
1449         REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
1450
1451 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1452
1453         * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
1454         convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
1455         i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
1456         m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
1457         pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
1458         stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
1459         Delete.
1460         * defaults.h (BITS_PER_WORD): Define.
1461         * doc/tm.texi (BITS_PER_WORD): Document default value.
1462
1463         * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
1464         m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
1465         stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
1466
1467 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1468
1469         * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
1470         lieu of explicit sizeof/sizeof.
1471         * i386.c (override_options, ix86_init_mmx_sse_builtins,
1472         ix86_expand_builtin): Likewise.
1473         * mips.c (mips_add_gc_roots): Likewise.
1474         * mmix.c (mmix_output_condition): Likewise.
1475         * rs6000.c (rs6000_override_options, altivec_expand_builtin,
1476         altivec_init_builtins): Likewise.
1477         * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
1478         * cppexp.c (Nsuff, parse_number): Likewise.
1479         * cppinit.c (builtin_array_end): Likewise.
1480         * gcc.c (n_default_compilers, process_command): Likewise.
1481         * genpreds.c (output_predicate_decls): Likewise.
1482         * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
1483         * lcm.c (N_ENTITIES): Likewise.
1484         * stor-layout.c (set_sizetype): Likewise.
1485
1486 2002-03-03  Richard Henderson  <rth@redhat.com>
1487
1488         * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
1489         for types or labels.
1490
1491 2002-03-03  Richard Henderson  <rth@redhat.com>
1492
1493         * c-decl.c (start_decl): Initialized variables are not common.
1494
1495 2002-03-02  Per Bothner  <per@bothner.com>
1496
1497         * gcc.c (option_map):  Suport new --bootclasspath option.
1498         --CLASSPATH is now just an alias for --classpath.
1499
1500 2002-03-02  Richard Henderson  <rth@redhat.com>
1501
1502         * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
1503         load if "internal" visibility.
1504         * doc/extend.texi: Document visibility meanings.
1505
1506 2002-03-02  Richard Henderson  <rth@redhat.com>
1507
1508         * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
1509         to functions as well.
1510
1511 2002-03-02  Richard Henderson  <rth@redhat.com>
1512
1513         * attribs.c (handle_alias_attribute): Don't call assemble_alias.
1514         (handle_visibility_attribute): Don't call assemble_visibility.
1515         * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
1516         without asmspec.  Invoke assemble_alias when needed.
1517         * varasm.c (maybe_assemble_visibility): New.
1518         (assemble_start_function, assemble_variable, assemble_alias): Use it.
1519
1520 2002-03-02  Richard Henderson  <rth@redhat.com>
1521
1522         * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
1523         invoke ENCODE_SECTION_INFO with first call flag.
1524
1525         * config/darwin-protos.h, config/darwin.c, config/darwin.h,
1526         config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
1527         config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
1528         config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
1529         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
1530         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
1531         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
1532         config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
1533         config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
1534         config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
1535         config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
1536         config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
1537         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
1538         config/m68hc11/m68hc11.h, config/m88k/m88k.h,
1539         config/mcore/mcore-protos.h, config/mcore/mcore.c,
1540         config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
1541         config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
1542         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
1543         config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
1544         config/sh/sh.h, config/sparc/sparc.h,
1545         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
1546         config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
1547         config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
1548         FIRST argument.  As needed, examine it and do nothing.
1549
1550         * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
1551         config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
1552         config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
1553
1554         * config/arm/t-pe (pe.o): Add dependencies.
1555
1556 2002-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1557
1558         * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
1559         cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
1560         i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
1561         mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
1562         pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
1563         vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
1564         * defaults.h (BITS_PER_UNIT): Define.
1565         * doc/tm.texi (BITS_PER_UNIT): Document default value.
1566
1567 2002-03-02  Kazu Hirata  <kazu@hxi.com>
1568
1569         * config/h8300/h8300-protos.h: Add a prototype for
1570         compute_a_shift_length.
1571         * config/h8300/h8300.c (h8300_asm_insn_count): New.
1572         (compute_a_shift_length): Likewise.
1573         (h8300_adjust_insn_length): Do not adjust insn length of shift
1574         insns.
1575         * config/h8300/h8300.md (anonymous shift patterns): Use
1576         compute_a_shift_length.
1577
1578 Sat Mar  2 06:30:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1579
1580         * config/sparc/sparc.c (sparc_initialize_trampoline): Use
1581         trunc_int_for_mode.
1582
1583         * emit-rtl.c (offset_address): Call update_temp_slot_address.
1584
1585 2002-03-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1586
1587         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
1588         * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
1589         * flags.h (flag_zero_initialized_in_bss): Declare.
1590         * toplev.c (flag_zero_initialized_in_bss): New flag.
1591         (lang_independent_options): Add flag_zero_initialized_in_bss.
1592         * tree.c (initializer_zerop): New function.
1593         * tree.h (initializer_zerop): Declare.
1594         * varasm.c (assemble_variable): If we can emit bss, put zero
1595         initializers in the bss section.
1596
1597 2002-03-02  Alan Modra  <amodra@bigpond.net.au>
1598
1599         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
1600         like more than one symbol per .weak directive.
1601
1602 2002-03-01  Richard Henderson  <rth@redhat.com>
1603
1604         * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
1605         adjust argument_pointer by pretend_args_size.
1606         (ia64_va_start): Adjust va_start address by -pretend_args_size.
1607
1608 2002-03-01  Kazu Hirata  <kazu@hxi.com>
1609
1610         * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
1611
1612 Fri Mar  1 20:59:14 CET 2002  Jan Hubicka  <jh@suse.cz>
1613
1614         * toplev.c (rest_of_compilation): Delete dead jumptables before
1615         loop.
1616         * flow.c (delete_dead_jumptables): Make global.
1617         * rtl.h (delete_dead_jumptables): Declare.
1618
1619 2002-03-01  David Edelsohn  <edelsohn@gnu.org>
1620
1621         * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
1622         * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
1623         * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
1624
1625 2002-03-01  Kazu Hirata  <kazu@hxi.com>
1626
1627         * config/h8300/h8300-protos.h: Fix formatting.
1628         * config/h8300/h8300.c: Likewise.
1629         * config/h8300/h8300.h: Likewise.
1630
1631 2002-03-01  Kazu Hirata  <kazu@hxi.com>
1632
1633         * config/h8300/h8300.c (print_operand): Support 16-bit
1634         constant addresses.
1635         * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
1636
1637 2002-02-28  Richard Henderson  <rth@redhat.com>
1638
1639         * expmed.c (store_bit_field): Prevent generation of CONCATs;
1640         pun complex values as integers; use gen_lowpart instead of
1641         gen_rtx_SUBREG.
1642         (extract_bit_field): Likewise.
1643
1644 2002-03-01  Alan Modra  <amodra@bigpond.net.au>
1645             David Edelsohn  <edelsohn@gnu.org>
1646
1647         * doc/tm.texi (ASM_WEAKEN_DECL): Document.
1648         (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
1649         (SUPPORTS_WEAK): Likewise.
1650         * output.h (add_weak): Add tree param.
1651         * varasm.c (add_weak): Likewise.  Save decl.
1652         (struct weak_syms): Add decl field.
1653         (mark_weak_decls): New function.
1654         (init_varasm_once): ggc_add_root mark_weak_decls.
1655         (assemble_start_function): Use ASM_WEAKEN_DECL.
1656         (assemble_variable): Likewise.
1657         (assemble_alias): Likewise.
1658         (declare_weak): Pass decl to add_weak.
1659         (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
1660         (remove_from_pending_weak_list): Declare and define for
1661         ASM_WEAKEN_DECL.
1662         * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
1663         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
1664         * defaults.h (SUPPORTS_WEAK): Likewise.
1665         * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
1666         .weak for code sym.  Do emit .size for descriptor sym.
1667         (ASM_DECLARE_FUNCTION_SIZE): Define.
1668         * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
1669         (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here.  Don't output
1670         .lglobl unless TARGET_XCOFF.  Formatting fixes.
1671         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
1672         .weak for code sym.
1673         (HANDLE_PRAGMA_WEAK): Remove.
1674         (ASM_WEAKEN_LABEL): Remove.
1675         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
1676
1677 2002-03-01  Jason Merrill  <jason@redhat.com>
1678
1679         * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
1680         (TARGET_EXPR_CLEANUP): New macro.
1681
1682 2002-02-28  Steve Ellcey  <sje@cup.hp.com>
1683
1684         * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
1685         to take ptr_extend into account as third type of extension.
1686         (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
1687         fields used by SUBREG_PROMOTED_UNSIGNED_P.
1688         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
1689         (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
1690         * calls.c (precompute_arguments): Use new macro.
1691         (expand_call): Ditto.
1692         * combine.c (nonzero_bits): Ditto.
1693         (record_promoted_value): Ditto.
1694         * expr.c (store_expr): Ditto.
1695         (expand_expr): Ditto.
1696         * function.c (assign_parms): Ditto.
1697
1698 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
1699
1700         * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
1701         override -shared and -shared-libgcc.
1702
1703 2002-02-28  David O'Brien  <obrien@FreeBSD.org>
1704
1705         * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
1706         of "ultrasparc".
1707         * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS.  It appears
1708         to be broken.
1709
1710 2002-02-28  Richard Henderson  <rth@redhat.com>
1711
1712         * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
1713         4 cycle latency from MM producers.
1714         (ia64_internal_sched_reorder): Likewise with pipeline flush.
1715
1716 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
1717
1718         * mklibgcc.in: Don't use GNU make extension.
1719
1720 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1721
1722         * c-parse.in (STATIC): New terminal.
1723         (scspec): New non-terminal.  Update productions accordingly.
1724         (program): Remove bogus ifc / end ifc.
1725         (array_declarator): Simplify production using STATIC.
1726
1727 2002-02-28  Jim Meyering  <meyering@lucent.com>
1728
1729         * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
1730         \a still means TARGET_BELL.
1731
1732 2002-02-28  Richard Henderson  <rth@redhat.com>
1733
1734         * haifa-sched.c (sched_emit_insn): New.
1735         (schedule_block): Use last_scheduled_insn to track last insn.
1736         * sched-int.h (sched_emit_insn): Prototype.
1737         * config/ia64/ia64.c (last_issued): Remove.
1738         (ia64_variable_issue): Don't set it.
1739         (nop_cycles_until): Use sched_emit_insn.
1740
1741 2002-02-28  Andrew MacLeod  <amacleod@redhat.com>
1742
1743         * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
1744         extended constants.
1745
1746 2002-02-28  Kazu Hirata  <kazu@hxi.com>
1747
1748         * config/h8300/h8300.c: Fix formatting.
1749         * config/h8300/h8300.h: Likewise.
1750
1751 2002-02-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1752
1753         * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
1754         which may overwrite the high byte of the frame pointer.
1755
1756 2002-02-28  Bo Thorsen  <bo@suse.de>
1757
1758         * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
1759         (STARTFILE_SPEC): Add 64 bit files.
1760         (ENDFILE_SPEC): Likewise.
1761
1762 2002-02-28  Jason Merrill  <jason@redhat.com>
1763
1764         * c-decl.c (finish_function): Only warn about missing return
1765         statement with -Wreturn-type.
1766
1767 Don Feb 28 11:24:30 CET 2002  Jan Hubicka  <jh@suse.cz>
1768
1769         * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
1770
1771         * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
1772         PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
1773
1774 Don Feb 28 11:07:36 CET 2002  Jan Hubicka  <jh@suse.cz>
1775
1776         * basic-block.h (BB_REACHABLE): Renumber.
1777         (BB_DIRTY, BB_NEW): New flags.
1778         (clear_bb_flags): Declare.
1779         (update_life_info_in_dirty_blocks): Declare.
1780         * cfg.c (clear_bb_flags): New function.
1781         * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
1782         * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
1783         reorder_insns, emit_insn_after): Mark block as dirty.
1784         * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
1785         (update_life_info_in_dirty_blocks): New function.
1786         * recog.c (apply_change_group): Dirtify block.
1787
1788         * cse.c (cse_insn): Reorder emitting of jump insn to keep
1789         cfg consistent.
1790         * gcse.c (delete_null_pointer_checks): Likewise.
1791
1792         * toplev.c (dump_file_index): Move cse2 after bp,
1793         add DFI_null
1794         (dump_file_info): Similary.
1795         (rest_of_compilation): Avoid most of CFG rebuilds;
1796         do first if converision after null pointer checks, do cse2
1797         after branch prediction; avoid full liveness rebuild after
1798         initializing subregs.
1799         * invoke.texi (-d options): Document -du, renumber.
1800
1801         * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
1802         (notice_new_block): Do not set BB_UPDATE_LIFE.
1803         (try_forward_edges, merge_blocks_move_predecessor_nojumps,
1804          merge_blocks_move_successor_nojumps, merge_blocks,
1805          try_crossjump_to_edge): Likewise.
1806         (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
1807         * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
1808         * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
1809         (merge_of_block): Do not use life_data_ok.
1810         (find_if_case_1): Do not use SET_UPDATE_LIFE.
1811         (if_convert): Use BB_DIRTY mechanizm to update life.
1812         * lcm.c (optimize_mode_switching): Update
1813         update_life_info_in_dirty_blocks
1814
1815 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1816
1817         * Makefile.in (integrate.o): Update.
1818         * c-decl.c (copy_lang_decl): Rename.
1819         * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1820         * integrate.c: Include langhooks.h.
1821         (copy_decl_for_inlining): Update to use langhook.
1822         * langhooks-def.h (lhd_do_nothing_t,
1823         LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
1824         (LANG_HOOKS_INITIALIZER): Update.
1825         * langhooks.c (lhd_do_nothing_t): New.
1826         * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
1827         * tree.h (copy_lang_decl): Remove.
1828 objc:
1829         * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1830
1831 2002-02-27  Andrew MacLeod  <amacleod@redhat.com>
1832
1833         * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
1834         POST_DEC, and POST_MODIFY.
1835
1836 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1837
1838         * c-typeck.c (digest_init): Remove unused parameter; all
1839         callers changed.
1840
1841 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
1842
1843         * expmed.c (expand_shift): Correctly test for low part of a
1844         subreg.
1845
1846 2002-02-27  Ulrich Weigand  <uweigand@de.ibm.com>
1847
1848         * config/s390/s390.c (s390_chunkify_pool): Do not confuse
1849         insn UIDs with insn addresses.
1850
1851 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1852
1853         * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
1854         c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
1855         cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
1856         builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
1857         gcc.c, toplev.c: Delete code implementing -traditional mode.
1858
1859         * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
1860         doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
1861         Document removal of -traditional mode for compilation, and
1862         remove documentation only relevant to that mode.
1863
1864         * config/nextstep.h, config/ptx4.h, config/svr4.h,
1865         config/convex/convex.h, config/d30v/d30v.h,
1866         config/i386/dgux.h, config/i386/osf1elf.h,
1867         config/i386/osfelf.h, config/i386/osfrose.h,
1868         config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
1869         config/m68k/hp310.h, config/m88k/dgux.h,
1870         config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
1871         config/m88k/m88k.h, config/m88k/openbsd.h,
1872         config/mips/abi64.h, config/mips/osfrose.h,
1873         config/mips/svr4-5.h, config/mips/svr4-t.h,
1874         config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
1875         config/stormy16/stormy16.h: Remove all references to
1876         -traditional from target specs.  Delete all mention of the
1877         no-longer-necessary TRADITIONAL_RETURN_FLOAT macro.  Also
1878         delete a couple of commented-out definitions of
1879         DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
1880         to -traditional.
1881
1882         * system.h: Poison TRADITIONAL_RETURN_FLOAT.
1883         * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
1884
1885 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1886
1887         * mklibgcc.in: Don't use \n in a line subject to
1888         interpretation by echo.
1889
1890 2002-02-27  Graham Stott  <grahams@redhat.com>
1891
1892         * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
1893         Constify NAME.
1894
1895         * loop.c (prescan_loop): Handle PARALLEL.
1896
1897         * unroll.c (loop_iterations): Return 0 if the add_val for
1898         a BIV is REG.
1899
1900         * final.c (output_operand_lossage): Constify PFX_STR.
1901
1902         * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
1903
1904 Wed Feb 27 10:45:19 CET 2002  Jan Hubicka  <jh@suse.cz>
1905
1906         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
1907         * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
1908
1909 Wed Feb 27 10:39:20 CET 2002  Jan Hubicka  <jh@suse.cz>
1910
1911         * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
1912
1913 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1914
1915         * cpplex.c (_cpp_lex_token): Handle directives in macro
1916         arguments.
1917         * cpplib.c (_cpp_handle_directive): Save and restore state
1918         if parsing macro args when entering a directive.
1919         * cppmacro.c (collect_args): No need to handle directives
1920         in macro arguments.
1921         (enter_macro_context, replace_args): Use the original macro
1922         definition in case it was redefined whilst collecting arguments.
1923 doc:
1924         * cpp.texi: Update.
1925
1926 2002-02-26  David Edelsohn  <edelsohn@gnu.org>
1927
1928         * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
1929         * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
1930         * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
1931         method on AIX.
1932         * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
1933         (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
1934         (load_toc_v4_PIC_2): Same.
1935
1936 2002-02-26  Alan Modra  <amodra@bigpond.net.au>
1937
1938         * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
1939
1940 2002-02-26  Richard Henderson  <rth@redhat.com>
1941
1942         * config/alpha/alpha.md (ashldi_se): Re-enable.
1943
1944 2002-02-26  Richard Henderson  <rth@redhat.com>
1945
1946         * config/alpha/alpha.c (alpha_encode_section_info): Examine
1947         MODULE_LOCAL_P; improve commentary.
1948
1949 2002-02-26  Zack Weinberg  <zack@codesourcery.com>
1950
1951         * doc/cpp.texi: Clarify documentation of relationship between
1952         #line and #include.
1953
1954 2002-02-26  Kazu Hirata  <kazu@hxi.com>
1955
1956         * config/h8300/h8300-protos.h: Update the prototype for
1957         compute_logical_op_length.  Add the prototype for
1958         compute_logical_op_cc.
1959         * config/h8300/h8300.c (compute_logical_op_length): Figure out
1960         code from operands.
1961         (compute_logical_op_cc): New.
1962         * config/h8300/h8300.md: Combine all the logical op patterns
1963         in HImode and SImode.  Use compute_logical_op_cc.
1964
1965 2002-02-26  Kelley Cook  <kelleycook@comcast.net>
1966
1967         * config/i386/i386.c (print_operand): Don't append ATT-style
1968         length suffixs to x87 opcodes when in Intel mode.
1969
1970 2002-02-26  Ryan T. Sammartino <ryants@shaw.ca>
1971
1972         * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
1973         (init_emit_once): Update calls.
1974         * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
1975         (init_syntax_once): Prototype.
1976
1977 2002-02-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1978
1979         * pa-linux.h (LIB_SPEC): Update definition.
1980         * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
1981
1982 2002-02-26  Richard Henderson  <rth@redhat.com>
1983
1984         * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
1985         if we emitted a stop bit.
1986
1987 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
1988
1989         * configure.in (libgcc_visibility): Substitute.
1990         * configure: Rebuilt.
1991         * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
1992         defined symbols .hidden.
1993
1994 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
1995
1996         * attribs.c (c_common_attribute_table): Add visibility.
1997         (handle_visibility_attribute): New function.
1998         * varasm.c (assemble_visibility): New function.
1999         * output.h (assemble_visibility): Add prototype.
2000         * tree.h (MODULE_LOCAL_P): Define.
2001         * crtstuff.c (__dso_handle): Use visibility attribute.
2002         * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
2003         for MODULE_LOCAL_P symbols too.
2004         * config/ia64/ia64.c (ia64_encode_section_info): Handle
2005         MODULE_LOCAL_P symbols the same way as local symbols.
2006         Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
2007         into .sdata/.sbss by the user.
2008         * doc/extend.texi (Function Attributes): Document visibility
2009         attribute.
2010
2011 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
2012
2013         PR debug/5770
2014         * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
2015         STRING_CST initializer spanning the whole variable without
2016         embedded zeros.
2017         If expand_expr returned MEM, don't use it.
2018
2019 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
2020
2021         * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
2022         generate a die for the lexical block.
2023
2024 2002-02-26  Kazu Hirata  <kazu@hxi.com>
2025
2026         * config/h8300/h8300-protos.h: Add a prototype for
2027         compute_logical_op_length.
2028         * config/h8300/h8300.c (compute_logical_op_length): New.
2029         * config/h8300/h8300.md (anonymous logical patterns): Use
2030         compute_logical_op_length for length.
2031
2032 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
2033
2034         * dwarf2out.c (modified_type_die): Do not call type_main_variant
2035         for vectors.
2036         (gen_type_die): Same.
2037
2038         * attribs.c (handle_vector_size_attribute): Set debug information.
2039
2040 2002-02-26  Daniel Egger  <degger@fhm.edu>
2041
2042         * config/rs6000/rs6000.md: Swap define_insn attributes to
2043         fix incorrect generation of merge high instructions instead
2044         of merge low.
2045
2046 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
2047
2048         * c-typeck.c (really_start_incremental_init): Use
2049         bitsize_zero_node for vectors.
2050
2051 2002-02-26  Aldy Hernandez  <aldyh@redhat.com>
2052
2053         * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
2054         ("*set_vrsave_internal"): Same.
2055
2056 2002-02-25  Richard Henderson  <rth@redhat.com>
2057
2058         * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
2059         in EXPAND_SUM case.  Use host_integerp/tree_low_cst.
2060
2061 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
2062
2063         PR target/5755
2064         * config/i386/i386.c (ix86_return_pops_args): Only pop
2065         fake structure return argument if it was passed on the stack.
2066
2067 2002-02-25  Jason Merrill  <jason@redhat.com>
2068
2069         * attribs.c (decl_attributes): Also re-layout PARM_DECL and
2070         RESULT_DECL.
2071
2072 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
2073
2074         * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
2075         link with shared_name only.
2076         * doc/invoke.texi (Link Options): Document new behavior.
2077
2078 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
2079
2080         * c-typeck.c (push_init_level): Handle vectors.
2081
2082 2002-02-25  Alexandre Oliva  <aoliva@redhat.com>
2083
2084         * config/sparc/sparc.c (const64_high_operand): Zero-extend
2085         operands of SPARC_SETHI_P.
2086         (input_operand): Likewise.
2087         (sparc_emit_set_const32): Likewise.
2088         * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
2089         (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
2090         (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'.  Add `N' as SETHI.
2091         * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
2092         (movdi_insn_sp64_vis): Likewise.
2093         (movdi split, movdf split): Use SETHI32.
2094         * doc/md.texi: Document SPARC constraints L, M and N.
2095
2096 2002-02-25  Aldy Hernandez  <aldyh@redhat.com>
2097
2098         * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
2099         ("*set_vrsave_internal"): use mfspr for Darwin.
2100
2101         * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
2102         gen_get_vrsave_internal.
2103
2104 Sun Feb 24 16:38:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2105
2106         * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
2107
2108 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2109
2110         * cpplex.c (cpp_interpret_charconst): Get signedness or
2111         otherwise of wide character constants correct.
2112         * cppexp.c (lex): Get signedness of wide charconsts correct.
2113
2114 Sun Feb 24 07:41:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2115
2116         * optabs.c (widen_operand): Only call convert_modes for
2117         promoted SUBREG if signedness matches.
2118         * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
2119
2120 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2121
2122         * cpplib.c (glue_header_name): Use local buffer to build up
2123         header name.
2124
2125 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2126
2127         * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
2128
2129 2002-02-23  Kazu Hirata  <kazu@hxi.com>
2130
2131         * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
2132         H8/300[HS] separately.
2133         * config/h8300/h8300.md: Remove the early clobber constraint
2134         from bit field patterns.
2135
2136 2002-02-23  Kazu Hirata  <kazu@hxi.com>
2137
2138         * config/h8300/h8300.md (mulqihi3): Tighten predicates to
2139         register_operand.
2140         (mulhisi3): Likewise.
2141         (umulqisi3): Likewise.
2142         (umulhisi3): Likewise.
2143
2144 2002-02-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2145
2146         * cppinit.c (output_deps): Correct test for stdout output.
2147         (init_dependency_output): Cure warning.
2148
2149 Sat Feb 23 08:42:47 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2150
2151         * expr.c (store_expr): When converting expression to promoted
2152         equivalent type, allow using SUBREG_REG of TARGET as the target
2153         of the expansion of EXP.
2154         * loop.c (basic_induction_var, case SUBREG): Always look inside.
2155         * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
2156         (alpha_emit_set_const): Handle SImode when can't make new pseudos.
2157         (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
2158         * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
2159
2160 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2161
2162         * doc/contribute.texi, doc/extend.texi, doc/install.texi,
2163         doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
2164         doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
2165
2166 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
2167
2168         PR optimization/5747
2169         * loop.c (scan_loop): Update reg info if move_movables created new
2170         pseudos.
2171
2172 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
2173
2174         * gcc.c (init_gcc_spec): Revert last change.
2175
2176 2002-02-23  David Edelsohn  <edelsohn@gnu.org>
2177
2178         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
2179         gpc_reg_operand constraint.
2180
2181 2002-02-23  Alan Modra  <amodra@bigpond.net.au>
2182
2183         * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
2184         Simplify comparison of `low'.
2185         (add_operand): Fix formatting.
2186         (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
2187         (mask_operand): Disallow mask to wrap in 64-bit mode.
2188         (rs6000_stack_info): Remove redundant test setting push_p.
2189         (output_toc): Fix formatting.
2190         * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
2191         cc_reg_not_cr0_operand constraint.
2192         (booldi3, boolcdi3 splitters): Same.
2193
2194 2002-02-23  Aldy Hernandez  <aldyh@redhat.com>
2195
2196         * config/rs6000/altivec.h: Add extra level of parentheses on casts.
2197
2198 2002-02-22  David Edelsohn  <edelsohn@gnu.org>
2199
2200         * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
2201         gcc invoked with -shared-libgcc.
2202
2203 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
2204
2205         PR c++/5748
2206         * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
2207         decl if any of elements was TREE_USED.
2208
2209 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
2210
2211         * config/sparc/sol2.h: Don't include sys/mman.h.
2212         * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
2213         (arith_4096_operand): Don't throw high bits away.
2214         (const64_operand): Take sign extension of CONST_INTs into account.
2215         (const64_high_operand, sparc_emit_set_const32): Likewise.
2216         (GEN_HIGHINT64): Likewise.
2217         (sparc_emit_set_const64_quick1): Likewise.
2218         (const64_is_2insns): Likewise.
2219         (print_operand): Use trunc_int_for_mode for sign extension.
2220         * config/sparc/sparc.h (SMALL_INT32): Likewise.
2221         * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
2222         chars.  Assume CONST_INT is already properly sign-extended.
2223         (movdi split): Sign-extend each SImode part.
2224         (andsi3 split): Don't mask high bits off, so that result
2225         remains properly sign-extend.
2226         (iorsi3 split): Likewise.
2227         (xorsi3 split): Likewise.
2228
2229 2002-02-22  Richard Sandiford  <rsandifo@redhat.com>
2230
2231         * fold-const.c (fold): Fix typo in comments.
2232
2233 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
2234
2235         * Makefile.in (langhooks.o): Update dependencies.
2236
2237 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
2238
2239         * langhooks.c: Include flags.h.
2240
2241 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
2242
2243         * testsuite/gcc.dg/attr-alwaysinline.c: New.
2244
2245         * c-common.c (c_common_post_options): Set inline trees by
2246         default.
2247
2248         * doc/extend.texi (Function Attributes): Document always_inline
2249         attribute.
2250         Update documentation about inlining when not optimizing.
2251
2252         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
2253
2254         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
2255         unless DECL_ALWAYS_INLINE.
2256
2257         * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
2258         unless DECL_ALWAYS_INLINE.
2259         (c_disregard_inline_limits): Disregard if always_inline set.
2260
2261         * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
2262         Disregard if always_inline set.
2263         (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
2264         unless DECL_ALWAYS_INLINE.
2265
2266         * attribs.c (handle_always_inline_attribute): New.
2267         (c_common_attribute_table): Add always_inline.
2268
2269         * config/rs6000/altivec.h: Add prototypes for builtins
2270         requiring the always_inline attribute.
2271
2272 2002-02-21  Eric Christopher  <echristo@redhat.com>
2273
2274         * expmed.c (store_bit_field): Try to simplify the subreg
2275         before generating a new one when when the mode size of
2276         value is less than maxmode.
2277
2278 2002-02-21  Richard Henderson  <rth@redhat.com>
2279
2280         * emit-rtl.c (offset_address): Use simplify_gen_binary rather
2281         than gen_rtx_PLUS to form the sum.
2282         * explow.c (force_reg): Rearrange to not allocate new pseudo
2283         when force_operand returns a register.
2284         * expr.c (expand_assignment): Allow offset_rtx expansion to
2285         return a sum.  Do not force addresses into registers.
2286         (expand_expr): Likewise.
2287         * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
2288         to canonicalize arithmetic that didn't simpify.
2289         (simplify_plus_minus): New argument force; update
2290         all callers.  Don't split CONST unless we can do something with it,
2291         and wouldn't lose the constness of the operands.
2292
2293         * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
2294         that we generated earlier.
2295
2296 2002-02-21  Tom Tromey  <tromey@redhat.com>
2297
2298         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2299         (output_line_info): Use constant `1', with a long explanatory
2300         comment.
2301         * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
2302
2303 Thu Feb 21 22:43:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
2304
2305         * jump.c (redirect_jump): If old label has no UID, don't try to
2306         delete it.
2307
2308 Thu Feb 21 21:17:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2309
2310         * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
2311         If input is constant, do shifts at compile time.
2312
2313 2002-02-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2314
2315         * doc/extend.texi: Fix some more overfull hboxes.
2316
2317 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
2318
2319         PR optimization/4994
2320         * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
2321         register moves.
2322
2323 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
2324
2325         PR c++/4574
2326         * expr.h (expand_and): Add mode argument.
2327         * expmed.c (expand_and): Add mode argument.
2328         (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
2329         * expr.c (store_field, expand_expr, do_store_flag): Likewise.
2330         * except.c (expand_builtin_extract_return_addr): Likewise.
2331         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
2332         * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
2333         * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
2334         Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
2335         * config/c4x/c4x.md: Use GEN_INT (x) instead of
2336         gen_rtx (CONST_INT, VOIDmode, x).
2337
2338 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
2339
2340         PR c/4697:
2341         * stmt.c (warn_if_unused_value): Move side effects test once more.
2342
2343 2002-02-20  Torbjorn Granlund  <tege@swox.com>
2344
2345         * config/avr/avr.md: Add more patterns for mized-mode add and subtract
2346         (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
2347
2348 Thu Feb 21 16:20:46 2002  Alexandre Oliva  <aoliva@redhat.com>
2349
2350         * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
2351         SUBREG or ZERO_EXTEND.
2352
2353 Thu Feb 21 15:35:46 2002  J"orn Rennecke <joern.rennecke@superh.com>
2354
2355         * sh.h (current_function_anonymous_args): Remove.
2356         (SETUP_INCOMING_VARARGS): Don't set it - just check that one
2357         of current_function_varargs and current_function_stdarg is set.
2358         * sh.c (sh_expand_prologue): Check current_function_varargs /
2359         current_function_stdarg / TARGET_SH5 instead of
2360         current_function_anonymous_args.
2361
2362         * sh64.h (TARGET_VERSION): Define.
2363
2364 2002-02-20  David Edelsohn  <edelsohn@gnu.org>
2365
2366         * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
2367         VRSAVE_REGNO on TARGET_ALTIVEC.
2368
2369 2002-02-20  Alan Modra  <amodra@bigpond.net.au>
2370
2371         * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
2372         bits of SImode const_int.
2373         (includes_rshift_p): Likewise.
2374         (print_operand): Call mask_operand and mask64_operand with correct
2375         mode.
2376         (rs6000_output_function_epilogue): Pad traceback table to word.
2377         * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
2378         (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
2379         mask64_operand with correct mode.
2380         (FUNCTION_ARG_REGNO_P): Correct parentheses.
2381
2382 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
2383
2384         PR debug/4461
2385         * varasm.c (get_pool_constant_mark): New.
2386         * rtl.h (get_pool_constant_mark): Add prototype.
2387         * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
2388         be represented if it has not been output.
2389
2390 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
2391
2392         * combine.c (do_SUBST): Sanity check substitutions of
2393         CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
2394         (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
2395         CONST_INT into its operand.
2396         (known_cond): Likewise, for ZERO_EXTEND.
2397         * simplify-rtx.c (simplify_unary_operation): Fix condition to
2398         allow for simplification of wide modes.  Reject CONST_INTs in
2399         ZERO_EXTEND when their actual mode is not given.
2400
2401 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
2402
2403         * c-decl.c (pushdecl): If no global declaration is found for an
2404         extern declaration in block scope, try a limbo one.
2405
2406 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
2407
2408         PR c++/4401
2409         * c-common.c (pointer_int_sum): Moved from...
2410         * c-typeck.c (pointer_int_sum): ...here.
2411         * c-common.h (pointer_int_sum): Add prototype.
2412
2413 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
2414
2415         PR c++/5713
2416         * c-decl.c (duplicate_decls): Return 0 if issued error about
2417         redeclaration.
2418
2419 2002-02-20  Roger Sayle  <roger@eyesopen.com>
2420             Jakub Jelinek  <jakub@redhat.com>
2421
2422         PR c/4389
2423         * tree.c (host_integerp): Ensure that the constant integer is
2424         representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
2425         when pos is zero or non-zero respectively.  Clarify comment.
2426         * c-format.c (check_format_info_recurse): Fix host_integerp
2427         usage; the pos argument should be zero when assigning to a
2428         signed HOST_WIDE_INT.
2429
2430 2002-02-20  Richard Henderson  <rth@redhat.com>
2431
2432         * config/i386/i386.c (ix86_expand_vector_move): Use the mode
2433         of the operand, rather than assuming TImode.
2434         (ix86_expand_binop_builtin): Cope with commutative patterns
2435         using nonimmediate_operand for both operands.
2436         (ix86_expand_timode_binop_builtin): Likewise.
2437         (ix86_expand_store_builtin): Validate operand 1.
2438         (ix86_expand_unop1_builtin): Likewise.
2439
2440 2002-02-20  Philip Blundell  <philb@gnu.org>
2441
2442         PR 5705
2443         * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
2444
2445 2002-02-20  Richard Henderson  <rth@redhat.com>
2446
2447         PR c/5615
2448         * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
2449
2450 2002-02-20  Tom Tromey  <tromey@redhat.com>
2451
2452         * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2453         * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2454         * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2455         * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
2456         * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
2457         unconditionally.
2458
2459 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
2460
2461         * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
2462           for (const_int 0) in X not just INTVAL.
2463
2464 2002-02-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2465
2466         * doc/extend.texi: Avoid or reduce overfull hboxes.
2467
2468 2002-02-20  Diego Novillo  <dnovillo@redhat.com>
2469
2470         * expmed.c (store_bit_field): Do not store bit fields using SUBREG
2471         operations if the field does not start at a mode boundary.
2472
2473 2001-02-20      Joel Sherrill <joel@OARcorp.com>
2474
2475         * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
2476         config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
2477         Also done for -Acpu and -Amachine.
2478
2479 2002-02-20  Neil Booth  <neil@daikokuya.demon.co.uk>
2480
2481         * cppinit.c (init_dependency_output): Take deps output file
2482         from -o if none given with -MF.  Suppress normal output.
2483         * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
2484         * doc/cpp.texi, doc/invoke.texi: Update.
2485
2486 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
2487
2488         * toplev.c (output_quoted_string): Write unprintable
2489         characters with octal escapes.
2490
2491 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
2492
2493         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
2494         really_call_used[VRSAVE_REGNO] if not Altivec.
2495
2496 2002-02-19  Alan Modra  <amodra@bigpond.net.au>
2497
2498         * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
2499         MODE_MASK.
2500         (constant_pool_expr_1): Fix formatting.
2501         (rs6000_legitimize_reload_address): Likewise.
2502
2503 Tue Feb 19 20:13:57 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2504
2505         * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
2506         now that we have one.
2507
2508 2002-02-19  Zack Weinberg  <zack@codesourcery.com>
2509
2510         * tree.h (struct tree_common): Remove aux.  Add unused_0 at
2511         end of first block of bitfields (which was only seven bits);
2512         rename dummy to unused_1; remove comment which is no longer true.
2513
2514 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
2515
2516         * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
2517
2518 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
2519
2520         PR 5399
2521         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
2522         if generating PIC.
2523
2524         PR 5054
2525         * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
2526         arm_is_longcall_p rather than inspecting call-type cookie
2527         directly.
2528         (call_value_insn) [TARGET_THUMB]: Likewise.
2529
2530 2002-02-19  Graham Stott  <grahams@redhat.com>
2531
2532         * config/i386/i386.c (ix86_expand_builtin): Fix typo.
2533
2534 2002-02-19  David Edelsohn  <edelsohn@gnu.org>
2535
2536         * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
2537         ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
2538         (FP_SAVE_INLINE): Delete.
2539
2540         * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
2541         * config/rs6000/eabi.asm: Remove ABI save restore routines.
2542         * config/rs6000/t-ppccomm: Build crtsavres.o.
2543         * config/rs6000/crtsavres.asm: New file.
2544
2545 2002-02-19  Philip Blundell  <philb@gnu.org>
2546
2547         * config/arm/arm.c (use_return_insn): Don't reject interrupt
2548         functions.
2549         (arm_compute_save_reg_mask): Save LR for interrupt functions too.
2550         (output_return_instruction): Allow interrupt functions to return with
2551         ldmfd sp!, {... pc}^.  Use LDR to restore any single register.
2552         (arm_expand_prologue): Subtract 4 before stacking LR in an
2553         interrupt function.
2554
2555 2002-02-19  Philip Blundell  <pb@nexus.co.uk>
2556
2557         * config/arm/arm.c (arm_encode_call_attribute): Operate on any
2558         decl, not just FUNCTION_DECL.
2559         (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
2560         (arm_assemble_integer): Likewise.
2561         * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
2562         marked local.
2563
2564 2002-02-19  matthew green  <mrg@eterna.com.au>
2565
2566         * config.gcc (sparc-*-netbsdelf*): Enable target.
2567         (sparc64-*-netbsd*): New target.
2568         * config/sparc/netbsd-elf.h: New file.
2569         * config/sparc/t-netbsd64: New file.
2570
2571 2002-02-19  Gaute B Strokkenes <gs234@cam.ac.uk>
2572
2573         * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
2574
2575 2002-02-19  Ryan T. Sammartino <ryants@shaw.ca>
2576
2577         * doc/invoke.texi: explicitly list the style guidelines that
2578         -Weffc++ checks for.
2579
2580 Tue Feb 19 12:37:23 CET 2002  Jan Hubicka  <jh@suse.cz>
2581
2582         * regmove.c (regmove_optimize): Avoid increasing of register pressure.
2583
2584 2002-02-19  Neil Booth  <neil@daikokuya.demon.co.uk>
2585
2586         PR other/5718
2587         * gcc.c (cpp_unique_options): Treat -o as indicating object file
2588         only if not -E.  If -E, pass -o through to the preprocessor.
2589
2590 2002-02-19  Kazu Hirata  <kazu@hxi.com>
2591
2592         * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
2593         register number with an appropriate macro.
2594
2595 2002-02-19  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2596
2597         * doc/rtl.texi (Constants): Close @code tag.
2598
2599 2002-02-19  Aldy Hernandez  <aldyh@redhat.com>
2600
2601         * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
2602         ("mmx_uavgv4hi3"): Same.
2603         ("pmulhrwv4hi3"): Same.
2604
2605         * tree-inline.c (walk_tree): Handle vectors.
2606
2607         * c-common.c (constant_expression_warning): Handle vectors.
2608         (overflow_warning): Same.
2609
2610         * sched-deps.c (sched_analyze_2): Handle vectors.
2611
2612         * rtlanal.c (rtx_unstable_p): Handle vectors.
2613         (rtx_varies_p): Same.
2614         (count_occurrences): Same.
2615         (regs_set_between_p): Same.
2616         (modified_between_p): Same.
2617         (modified_in_p): Same.
2618         (volatile_insn_p): Same.
2619         (volatile_refs_p): Same.
2620         (side_effects_p): Same.
2621         (may_trap_p): Same.
2622         (inequality_comparisons_p): Same.
2623         (replace_regs): Same.
2624         (computed_jump_p_1): Same.
2625
2626         * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
2627         argument.
2628         (inner_mode_array): New.
2629         (copy_rtx): Handle vectors.
2630         (copy_most_rtx): Same.
2631         (rtx_equal_p): Same.
2632         (get_mode_alignment): Adjust for vectors.
2633
2634         * resource.c (mark_referenced_resources): Handle vectors.
2635         (mark_set_resources): Same.
2636
2637         * reload1.c (eliminate_regs): Handle vectors.
2638         (elimination_effects): Same.
2639         (scan_paradoxical_subregs): Same.
2640
2641         * reload.c (subst_reg_equivs): Handle vectors.
2642
2643         * regrename.c (scan_rtx): Handle vectors.
2644
2645         * regclass.c (reg_scan_mark_refs): Handle vectors.
2646
2647         * recog.c (find_single_use_1): Handle vectors.
2648
2649         * local-alloc.c (equiv_init_varies_p): Handle vectors.
2650         (contains_replace_regs): Same.
2651         (memref_referenced_p): Same.
2652
2653         * integrate.c (copy_rtx_and_substitute): Handle vectors.
2654         (subst_constants): Same.
2655
2656         * genattrtab.c (attr_copy_rtx): Handle vectors.
2657         (encode_units_mask): Same.
2658         (clear_struct_flag): Same.
2659         (count_sub_rtxs): Same.
2660
2661         * gcse.c (want_to_gcse_p): Handle vectors.
2662         (oprs_unchanged_p): Same.
2663         (hash_expr_1): Same.
2664         (oprs_not_set_p): Same.
2665         (expr_killed_p): Same.
2666         (compute_transp): Same.
2667         (store_ops_ok): Same.
2668
2669         * function.c (purge_addressof_1): Do not allow paradoxical subregs
2670         of vectors.
2671         (fixup_var_refs_1): Same.
2672         (instantiate_virtual_regs_1): Same.
2673
2674         * fold-const.c (operand_equal_p): Handle vectors.
2675         (fold): Same.
2676         (rtl_expr_nonnegative_p): Same.
2677
2678         * flow.c (mark_used_regs): Handle vectors.
2679
2680         * df.c (df_uses_record): Handle vectors.
2681
2682         * cselib.c (cselib_subst_to_values): Handle vectors.
2683         (cselib_mem_conflict_p): Same.
2684         (hash_rtx): Same.
2685
2686         * cse.c (canon_reg): Handle vectors.
2687         (fold_rt): Same.
2688         (cse_process_notes): Same.
2689         (count_reg_usage): Same.
2690         (canon_hash): Same.
2691
2692         * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
2693
2694         * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
2695
2696         * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
2697         (gen_rtx): Handle CONST_VECTOR.
2698         (gen_const_vector_0): New.
2699         (copy_rtx_if_shared): CONST_VECTORs can be shared.
2700         (reset_used_flags): Same.
2701         (copy_insn_1): Same.
2702         (initializer_constant_valid_p): Handle VECTOR_CST.
2703
2704         * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
2705
2706         * doc/rtl.texi (Constants): Document const_vector.
2707         (CONST0_RTX): Update for vectors.
2708         (RTL sharing): Same.
2709
2710         * print-tree.c (print_node): Add case for VECTOR_CST.
2711
2712         * tree.h (TREE_VECTOR_CST_ELTS): New.
2713         (struct tree_vector): New.
2714         (union tree_node): Add vector node.
2715         (build_vector): Add prototype.
2716
2717         * tree.def (VECTOR_CST): New.
2718
2719         * tree.c (build_vector): New.
2720
2721         * expmed.c (make_tree): Handle CONST_VECTOR.
2722
2723         * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
2724         (CONST_VECTOR_ELT): New.
2725         (CONST_VECTOR_NUNITS): New.
2726
2727         * machmode.h (GET_MODE_INNER): New.
2728         (DEF_MACHMODE): Accept 8th arg.
2729
2730         * machmode.def: Add 8th argument for vector inner mode.
2731         Add inner vector modes for vectors.
2732
2733         * rtl.def (VEC_CONST): Remove.
2734         (CONST_VECTOR): New.
2735
2736         * expr.c (clear_storage): Allow vectors.
2737         (is_zeros_p): Handle VECTOR_CST.
2738
2739         * varasm.c (output_constant_pool): Handle vectors.
2740         (rtx_const): Add veclo and vechi fields.
2741         (kind): Add RTX_VECTOR.
2742         (decode_rtx_const): Add case for vector.
2743
2744         * config/rs6000/rs6000-protos.h: Add zero_constant.
2745
2746         * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
2747         constants.  Force easy vector constants into memory.
2748         (easy_vector_constant): New.
2749         (emit_easy_vector_constant): New.
2750         (rs6000_legitimize_reload_address): Do not generate bad reloads on
2751         darwin.
2752
2753         * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
2754         instruction does.
2755         ("altivec_lvxl"): Same.
2756         (altivec_lvebx): Same.
2757         (altivec_lvehx): Same.
2758         (altivec_lvewx): Same.
2759         ("*movv4si_const0"): New.
2760         ("*movv4sf_const0"): New.
2761         ("*movv8hi_const0"): New.
2762         ("*movv16qi_const0"): New.
2763
2764 2002-02-18  Kazu Hirata  <kazu@hxi.com>
2765
2766         * config/h8300/h8300.c (notice_update_cc): Use
2767         cc_status.value2.
2768
2769 2002-02-18  Kazu Hirata  <kazu@hxi.com>
2770
2771         * config/h8300/h8300.md (divmod patterns): Change the
2772         constraints for operands[1] to register_operand.
2773
2774 2002-02-18  Kazu Hirata  <kazu@hxi.com>
2775
2776         * config/h8300/h8300-protos.h: Remove the prototype for
2777         p_operand.
2778         * config/h8300/h8300.c (p_operand): Remove.
2779         * config/h8300/h8300.md: Replace p_operand with
2780         const_int_operand.
2781
2782 2002-02-18 Philip Blundell <pb@nexus.co.uk>
2783
2784         * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
2785         comment.
2786         (output_return_instruction): Allow use of LDR to unstack
2787         return addresss even for interrupt handlers or when
2788         interworking.  If compiling for ARMv5, use interworking-safe
2789         return instructions by default.  Remove duplicated code and
2790         lengthy "strcat" sequences.
2791
2792 2002-02-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2793
2794         * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
2795         (LINK_EH_SPEC): Define.
2796         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
2797
2798 2002-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
2799
2800         * config/s390/s390.c (s390_emit_prologue): Do not set the
2801         frame_related flag for call-clobbered registers.
2802
2803 Mon Feb 18 15:07:35 CET 2002  Jan Hubicka  <jh@suse.cz>
2804
2805         * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
2806         (construct_container): Fix handling of SSE operands.
2807         (ix86_expand_builtin): Fix handling of 64bit pointers.
2808         (mmx_maskmovq_rex): New pattern.
2809
2810 Mon Feb 18 11:55:55 CET 2002  Jan Hubicka  <jh@suse.cz>
2811
2812         * regrename.c (kill_set_value): Handle subregs properly.
2813
2814 2002-02-18  David Billinghurst <David.Billinghurst@riotinto.com>
2815
2816         * objc/objc-act.c (handle_impent): Remove leading '*'
2817         from objc_class_name.
2818
2819 2002-02-17  Richard Henderson  <rth@redhat.com>
2820
2821         * config/alpha/alpha.c (some_small_symbolic_operand,
2822         some_small_symbolic_operand_1, split_small_symbolic_operand,
2823         split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
2824         Handle small SYMBOL_REFs anywhere, not just inside memories.
2825         * config/alpha/alpha-protos.h: Update.
2826         * config/alpha/alpha.h (PREDICATE_CODES): Update.
2827         * config/alpha/alpha.md (small symbolic operand splitter): Update.
2828
2829 2002-02-17  Roland McGrath  <roland@frob.com>
2830
2831         * config.gcc (powerpc-*-gnu-gnualtivec*,
2832         powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
2833         * config/rs6000/gnu.h: New file.
2834         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
2835         Grok "gnu" in rs6000_abi_name.
2836         (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
2837         CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
2838         Grok -mcall-gnu analogous to -mcall-linux et al.
2839         (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
2840         LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
2841         (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
2842
2843 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
2844
2845         PR c/3444:
2846         * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
2847         shortening.
2848
2849 2002-02-17  Philipp Thomas  <pthomas@suse.de>
2850
2851         * config/cris/cris.h: Undefine STARTFILE_SPEC and
2852         ENDFILE_SPEC before (re)defining them.
2853
2854 2002-02-17  Kazu Hirata  <kazu@hxi.com>
2855
2856         * config/h8300/h8300.c: Fix formatting.
2857         * config/h8300/h8300.h: Likewise.
2858
2859 2002-02-17  Philipp Thomas  <pthomas@suse.de>
2860
2861         * doc/tm.texi: Explain why empty strings should not be
2862         marked for translation.
2863
2864 2002-02-17  Philipp Thomas  <pthomas@suse.de>
2865
2866         * final.c (output_operand_lossage): Changed to accept
2867         printf style arguments. Change calls where necessary.
2868         * output.h (output_operand_lossage): Change declaration
2869         accordingly. Update copyright.
2870         * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
2871         config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
2872         Update copyright date where necessary.
2873
2874         * config/i386/i386.c (print_operand): Likewise. Remove use of
2875         sprintf.
2876
2877         * config/cris/cris.c (cris_operand_lossage): Likewise.
2878         Rename parameter so that exgettext recognizes it as
2879         translatable message.
2880         (LOSE_AND_RETURN): Rename parameter to msgid.
2881
2882 2002-02-17  Kazu Hirata  <kazu@hxi.com>
2883
2884         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
2885         hard coded register number with an appropriate macro.
2886         (HARD_REGNO_MODE_OK): Likewise.
2887         (ARG_POINTER_REGNUM): Likewise.
2888         (STATIC_CHAIN_REGNUM): Likewise.
2889         (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
2890         * config/h8300/h8300.md (define_constants): Define more
2891         register numbers.
2892
2893 2002-02-17  Philipp Thomas  <pthomas@suse.de>
2894
2895         * config/i386/i386.h: Don't mark empty strings for translation.
2896
2897 2002-02-16  H.J. Lu <hjl@gnu.org>
2898
2899         * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
2900
2901 2002-02-16  Zack Weinberg  <zack@codesourcery.com>
2902
2903         * cppinit.c (merge_include_chains): Check for brack being
2904         NULL before attempting to merge it with qtail.
2905
2906 2002-02-16  Andrew Cagney  <ac131313@redhat.com>
2907
2908         * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
2909         DBX_DEBUG.
2910
2911 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2912
2913         * pa/t-pa, pa/t-pro, som.h: Revert last patch.
2914
2915 2002-02-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2916
2917         * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
2918         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
2919         * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
2920
2921 Sat Feb 16 13:48:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2922
2923         * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
2924         now only if !TARGET_FIX.
2925         (*movsi_nt_vms_fix): New pattern.
2926
2927 2002-02-16  Douglas B Rupp  <rupp@gnat.com>
2928
2929         * config/alpha/alpha.c: Implement null frame procedure types on VMS.
2930         (alpha_procedure_type): Replaces alpha_is_stack_procedure.
2931         (alpha_sa_mask, alpha_sa_size): Reflect above change.
2932         (alpha_pv_save_size, alpha_expand_prologue): Likewise.
2933         (alpha_start_function, alpha_expand_epilogue): Likewise.
2934         (unicosmk_gen_dsib): Likewise.
2935
2936 Sat Feb 16 13:39:09 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2937
2938         * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
2939
2940 2002-02-16  Ulrich Weigand  <uweigand@de.ibm.com>
2941
2942         * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
2943         check_and_change_labels, s390_final_chunkify): Delete.
2944         (s390_split_branches, s390_chunkify_pool): New functions.
2945         (s390_function_prologue): Call them.
2946
2947         * config/s390/s390.h (S390_REL_MAX): Delete.
2948         (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
2949
2950         * config/s390/s390.md (cjump, icjump, jump): Fix length
2951         attribute calculation.
2952
2953
2954 2002-02-15  David Edelsohn  <edelsohn@gnu.org>
2955
2956         * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
2957         * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
2958
2959 2002-02-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2960
2961         * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
2962         * config/pa/pa-linux.h (LIB_SPEC): Likewise.
2963         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
2964
2965 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
2966
2967         * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
2968
2969 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
2970
2971         * reload.c (find_dummy_reload): Check that an output register
2972         is valid for its mode.
2973
2974 2002-02-14  Alexandre Oliva  <aoliva@redhat.com>
2975
2976         * combine.c (known_cond): After replacing the REG of a SUBREG, try
2977         to simplify it.
2978
2979         * function.c (assign_parms): Demote promoted argument passed by
2980         transparent reference.
2981
2982 2001-02-14      Joel Sherrill <joel@OARcorp.com>
2983
2984         * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
2985         -Acpu() and -Amachine() to eliminate warnings.
2986
2987 2002-02-14  Ulrich Weigand  <uweigand@de.ibm.com>
2988
2989         * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
2990
2991 2002-02-14  Kazu Hirata  <kazu@hxi.com>
2992
2993         * config/h8300/h8300-protos.h: Update the prototype for
2994         const_costs.
2995         * config/h8300/h8300.c (const_costs): Treat SET as a little
2996         more expensive operation.
2997         * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
2998         reference to const_costs.
2999
3000 2002-02-14  Hans-Peter Nilsson  <hp@axis.com>
3001
3002         * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
3003
3004 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
3005
3006         PR c/5503:
3007         * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
3008         use arguments from newtype.
3009
3010 2002-02-13  Eric Christopher  <echristo@redhat.com>
3011
3012         * config/mips/mips.c (override_options): Add check for march/mipsX
3013         on the same command line. Fix error message in cpu processing.
3014         Remove architecture and ISA checks.
3015
3016 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
3017
3018         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
3019
3020         * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
3021
3022 2002-02-14  Aldy Hernandez  <aldyh@redhat.com>
3023
3024         * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
3025         alternatives.
3026         ("*movv8hi_internal1"): Same.
3027         ("*movv16qi_internal1"): Same.
3028         ("*movv4sf_internal1"): Same.
3029
3030         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
3031         not push_reload for altivec modes.
3032
3033 2002-02-13  Joel Sherrill  <joel@OARcorp.com>
3034
3035         * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
3036         all RTEMS targets including removal of #includes from config/*/rtems*.h
3037         file and adding them to tm_file setting. Added xm_defines=POSIX to
3038         many targets.
3039         * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
3040         * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
3041         * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
3042         * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
3043         * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
3044         config/m68k/rtemself.h: Ditto.
3045         * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
3046         config/mips/rtems64.h: Ditto.
3047         * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
3048         * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
3049         Ditto.
3050         * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
3051         config/sparc/rtemself.h: Ditto.
3052         * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
3053         * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
3054         arm-rtems stanza closer to other arm-elf targets and made arm-rtems
3055         more like arm-elf.
3056         * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
3057         config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
3058         target made more similar to i386-elf.
3059         * config/i386/t-rtems-i386: Added soft float support and multilibs.
3060         * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
3061         be similar to config/m68k/t-m68kelf.
3062         * gthr-rtems.h: Encapsulate with extern "C" for C++.
3063
3064 Wed Feb 13 23:41:15 CET 2002  Jan Hubicka  <jh@suse.cz>
3065
3066         * regmove.c (kill_value): Handle subregs.
3067
3068 Wed Feb 13 23:34:30 CET 2002  Jan Hubicka  <jh@suse.cz>
3069
3070         * i386.md (mul patterns): Allow memory operand to be first;
3071         add expanders where needed; fix constraints.
3072         (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
3073         Allow memory operand to be the first.
3074
3075         * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
3076         operands.
3077
3078 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
3079
3080         PR c/5681:
3081         * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
3082         GET_MODE (x).
3083
3084 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
3085
3086         PR optimization/5547:
3087         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
3088         all valid IA-32 address modes involving non-scaled %ebx and
3089         GOT/GOTOFF as displacement.
3090
3091 2002-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
3092
3093         * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
3094         after emitting ltorg insns.
3095
3096         * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
3097         *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
3098         *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
3099         *abssf2): Fix "op_type" attribute.
3100
3101 2002-02-13  Douglas B Rupp  <rupp@gnat.com>
3102
3103         * mkconfig.sh: Avoid using a subshell redirect.
3104         ($output.T): Change to $(output)T.
3105         (ENABLE_NLS): Remove unneeded undef.
3106
3107         * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
3108         * config/alpha/x-vms (libsubdir): Define.
3109
3110         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
3111         register frame procedures. Optimize retrieving context.
3112
3113         * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
3114         (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
3115         * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
3116
3117 Wed Feb 13 09:45:08 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3118
3119         * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
3120         Make same change as for find_base_value.
3121
3122 2002-02-13  Kazu Hirata  <kazu@hxi.com>
3123
3124         * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
3125         of QImode and SImode.
3126
3127 2002-02-13  Kazu Hirata  <kazu@hxi.com>
3128
3129         * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
3130         length computation of movsi.
3131         * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
3132
3133 2002-02-13  Kazu Hirata  <kazu@hxi.com>
3134
3135         * config/h8300/h8300.md (subqi3): Tighten the predicate for
3136         operands[2] to register_operand.
3137
3138 Wed Feb 13 10:35:56 CET 2002  Jan Hubicka  <jh@suse.cz>
3139
3140         * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
3141
3142 2002-02-12  Aldy Hernandez  <aldyh@redhat.com>
3143
3144         * config/rs6000/rs6000.md: Use predicate altivec_register_operand
3145         for altivec_lvx* and altivec_stvx*.
3146         ("*movv4si_internal"): Add constraint for loading from GPRs.
3147         ("*movv8hi_internal1"): Same.
3148         ("*movv16qi_internal1"): Same.
3149         ("*movv4sf_internal1"): Same.
3150
3151         * config/rs6000/rs6000.c (altivec_register_operand): New.
3152
3153         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
3154         altivec_register_operand.
3155
3156 2002-02-13  Hans-Peter Nilsson  <hp@bitrange.com>
3157
3158         * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
3159         handle SYMBOL_REF.
3160
3161 2002-02-13  Stan Shebs  <shebs@apple.com>
3162
3163         * c-typeck.c (digest_init): Handle vectors.
3164         (really_start_incremental_init): Same.
3165         (pop_init_level): Same.
3166         (process_init_element): Same.
3167
3168         * varasm.c (output_constant): Same.
3169
3170         * expr.c (clear_storage): Same.
3171         (store_constructor): Same.
3172
3173 2002-02-12  Eric Christopher  <echristo@redhat.com>
3174
3175         * explow.c (hard_function_value): Add comment explaining
3176         signed/unsigned comparison.
3177
3178 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
3179
3180         * jump.c (never_reached_warning): Add finish argument.
3181         If finish is NULL, stop on CODE_LABEL, otherwise stop before first
3182         real insn after end.
3183         * rtl.h (never_reached_warning): Adjust prototype.
3184         * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
3185         * cfgrtl.c (flow_delete_block): Pass b->end as finish to
3186         never_reached_warning.
3187
3188 2002-02-12  Graham Stott  <grahams@redhat.com>
3189
3190         * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
3191
3192 2002-02-12  Kazu Hirata  <kazu@hxi.com>
3193
3194         * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
3195         logical shifts on H8/300.
3196         (shift_alg_si): Improve several shifts on H8/300.
3197         (get_shift_alg): Likewise.
3198
3199 2002-02-12  Graham Stott  <grahams@redhat.com>
3200
3201         * config/pa/pa.c (compute_movstrsi_length): Fix typos.
3202
3203 Tue Feb 12 10:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3204
3205         * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
3206         Handle #ifdef POINTERS_EXTEND_UNSIGNED.
3207
3208 2002-02-11  Hans-Peter Nilsson  <hp@bitrange.com>
3209
3210         * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
3211         non-CONST_INT through default_assemble_integer.
3212         <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
3213         <case 8>: Abort for CONST_DOUBLE.
3214
3215 2002-02-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3216
3217         * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
3218         is specified.
3219         * config/pa/pa-linux.h (LIB_SPEC): Delete.
3220         * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
3221
3222 2002-02-11  Andrew Haley  <aph@cambridge.redhat.com>
3223
3224         * config/stormy16/stormy16.md (zero_extendqihi2): New.
3225
3226 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
3227
3228         * regrename.c (regrename_optimize): Don't accept a
3229         part-clobbered register if the replaced register is not part
3230         clobbered.
3231
3232         * calls.c (store_one_arg): In the non-BLKmode non-partial case,
3233         take padding into account when computing the argument value.
3234
3235         * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
3236
3237         * combine.c (try_combine): Apply substitutions in
3238         CALL_INSN_FUNCTION_USAGE too.
3239
3240 2002-02-11  Aldy Hernandez  <aldyh@redhat.com>
3241
3242         * config/rs6000/rs6000.c (altivec_init_builtins): Handle
3243         __builtin_altivec_abs*.
3244         (bdesc_abs): New.
3245
3246         * config/rs6000/rs6000.h (rs6000_builtins): Add
3247         ALTIVEC_BUILTIN_ABS*.
3248
3249         * config/rs6000/altivec.h: Use const char for builtins expecting
3250         literals.
3251         (vec_abs): New versions for C and C++.
3252         (vec_abss): Same.
3253
3254 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3255
3256         * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
3257         using Pmode.
3258
3259 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3260
3261         * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
3262         constant definition from h8300.md.
3263         (FRAME_POINTER_REGNUM): Likewise.
3264         * config/h8300/h8300.md (define_constants): Add FP_REG.
3265
3266 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3267
3268         * config/h8300/h8300.c (print_operand): Remove redundant code.
3269
3270 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3271
3272         * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
3273         * config/h8300/h8300.c (byte_reg): Make it static.
3274
3275 2002-02-10  Richard Henderson  <rth@redhat.com>
3276
3277         PR c/5623
3278         * c-typeck.c (incomplete_type_error): Handle flexible array members.
3279
3280 2002-02-10  Richard Henderson  <rth@redhat.com>
3281
3282         PR c++/5624
3283         * tree.c (append_random_chars): Don't abort if main_input_filename
3284         does not exist.
3285
3286 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
3287
3288         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
3289
3290 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3291
3292         * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
3293         (pushhi1): Likewise.
3294
3295 2002-02-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3296
3297         * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
3298         * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
3299
3300 2002-02-09  David O'Brien  <obrien@FreeBSD.org>
3301
3302         * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
3303         remove MASK_VIS.
3304         (ASM_CPU_DEFAULT_SPEC): Remove.  Default setting is fine.
3305
3306 2002-02-09  Kazu Hirata  <kazu@hxi.com>
3307
3308         * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
3309         a half of an SImode register on H8/300.
3310
3311 Sat Feb  9 18:28:02 CET 2002  Jan Hubicka  <jh@suse.cz>
3312
3313         * i386.md (movdi_2): Add missing '!'.
3314
3315 2002-02-09  Kazu Hirata  <kazu@hxi.com>
3316
3317         * config/h8300/h8300.h: Fix formatting.  Remove commented-out
3318         definitions.
3319
3320 2002-02-09  Kazu Hirata  <kazu@hxi.com>
3321
3322         * config/h8300/h8300.md (length): Correct the distance valid
3323         for the short branch.
3324
3325 2002-02-09  Kazu Hirata  <kazu@hxi.com>
3326
3327         * config/h8300/h8300.md (iorhi3): Tighten the predicates.
3328
3329 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
3330
3331         * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
3332         registers in SImode.
3333         (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
3334         part-clobbered.
3335
3336         * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
3337         patch.
3338
3339         Contribute sh64-elf.
3340         2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
3341         * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
3342         (sh_cannot_modify_jumps_p): New function.
3343         2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
3344         * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
3345         (sh_ms_bitfield_layout_p): New function.
3346         2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
3347                     Zack Weinberg  <zack@codesourcery.com>
3348         * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
3349         expand_simple_binop instead of expand_binop.
3350         2002-02-03  Alexandre Oliva  <aoliva@redhat.com>
3351         * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
3352         use of .quad and .uaquad.
3353         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
3354         TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
3355         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3356         * config/sh/sh.md (movdi_const, movdi_const_32bit,
3357         movdi_const_16bit): Make sure all CONSTs have modes.
3358         (sym2PIC): Ditto, but by adjusting all callers.
3359         * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
3360         if the prologue calls the SHmedia argument decoder or register
3361         saver.
3362         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3363         * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
3364         (TARGET_ASM_ALIGNED_DI_OP): Likewise.
3365         (sh_expand_epilogue): Don't emit USE of return target register.
3366         (prepare_move_operands): Legitimize DImode PIC addresses.
3367         (sh_media_register_for_return): Skip tr0, used to initialize the
3368         PIC register.
3369         (sh_expand_prologue): Remove explicit USE of return register.
3370         (nonpic_symbol_mentioned_p): PC is non-PIC.  Don't recurse in
3371         CONST_DOUBLEs.  UNSPEC_GOTPLT is PIC.
3372         * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
3373         (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
3374         (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
3375         EXTRA_CONSTRAINT_T.
3376         (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
3377         (MOVI_SHORI_BASE_OPERAND_P): New.
3378         (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
3379         (EXTRA_CONSTRAINT_T): Define in terms of them.
3380         (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
3381         * config/sh/sh.md (movsi_media, movsi_media_nofpu,
3382         movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
3383         alternatives supporting TARGET_REGS.
3384         (UNSPEC_GOTPLT): New constant.
3385         (movdi split): Move incrementing of LABEL_NUSES...
3386         (movdi_const, movdi_const_32bit): Here.  Use
3387         MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
3388         (movdi_const_16bit): New.
3389         (call, call_value) [flag_pic]: Use GOTPLT.
3390         (call_pop, call_value_pop): New expands.
3391         (call_pop_compact, call_pop_rettramp): New insns.
3392         (call_value_pop_compact, call_value_pop_rettramp): New insns.
3393         (sibcall) [flag_pic]: Use GOT.
3394         (builtint_setjmp_receiver): Remove bogus, unused expand.
3395         (GOTaddr2picreg): Implement for SHcompact and SHmedia.
3396         (*pt, *ptb, ptrel): New insns.
3397         (sym2GOT): Handle DImode GOT.
3398         (sym2GOTPLT, symGOTPLT2reg): New expands.
3399         (sym2PIC): New expand.
3400         (shcompact_return_tramp): Use GOTPLT to return trampoline.
3401         (shcompact_return_tramp_i): Use return register explicitly.
3402         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
3403         disable flag_reorder_blocks.
3404         2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
3405         * config/sh/sh.md (sibcall_compact): Reorder return, uses and
3406         clobbers, for clarity.
3407         (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
3408         restoring of r0 in macl as MAYBE_DEAD.
3409         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
3410         * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
3411         * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
3412         alter_subreg all over.
3413         (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
3414         reload, instead of emitting instructions that would require
3415         reloading.
3416         (casesi_load_media): Add missing modes.
3417         2001-11-09  Alexandre Oliva  <aoliva@redhat.com>
3418         * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
3419         as used if the argument decoder is called.
3420         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
3421         * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
3422         Pmode, then extend it to DImode if necessary.
3423         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
3424         * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
3425         constants in FPU-enabled SHmedia, let them be loaded from memory.
3426         2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
3427         * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
3428         Adjust whitespace in assembly output templates.
3429         2001-08-28  Stephen Clarke  <Stephen.Clarke@st.com>
3430         * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
3431         mode of if_then_else.
3432         2001-08-04  Alexandre Oliva  <aoliva@redhat.com>
3433         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
3434         sh.h.
3435         2001-07-26  Andrew Haley  <aph@cambridge.redhat.com>
3436                     Joern Rennecke <amylaar@redhat.com>
3437         * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
3438         (SUBTARGET_CPP_PTR_SPEC): New.
3439         (SUBTARGET_CPP_SPEC): Remove.
3440         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
3441         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
3442         Fix typo in previous checkin.
3443         2001-07-11  Chandrakala Chavva  <cchavva@redhat.com>
3444         * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
3445         2001-07-10  Chandrakala Chavva  <cchavva@cygnus.com>
3446                     Alexandre Oliva  <aoliva@redhat.com>
3447         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
3448         what single FP register can hold for SHmedia target.
3449         2001-07-06  Chandrakala Chavva  <cchavva@redhat.com>
3450                     Alexandre Oliva  <aoliva@redhat.com>
3451         * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
3452         Do not split into SUBREG.
3453         2001-06-14  Alexandre Oliva  <aoliva@redhat.com>
3454         * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
3455         and added new functions as specified in SH5 ABI r9.
3456         2001-06-04  Alexandre Oliva  <aoliva@redhat.com>
3457         * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
3458         8-byte boundary.
3459         2001-06-03  Alexandre Oliva  <aoliva@redhat.com>
3460         * config/sh/sh.c (dump_table): Add const0_rtx in calls of
3461         gen_consttable_4 and gen_consttable_8.  Emit multiple labels
3462         and consttable_window_ends.
3463         2001-06-03  Graham Stott  <grahams@redhat,com>
3464         * config/sh/sh.md (movdi split): Remove unused variable last_insn.
3465         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
3466         * config/sh/sh.c (print_operand): Handle floating-point pair,
3467         vector and matrix registers.
3468         * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
3469         vector modes into account.
3470         * config/sh/sh.md (movv2sf): Split move between registers into
3471         movdf.
3472         (movv4sf, movv16sf): Introduce insns that get split only after
3473         reload.
3474         * config/sh/shmedia.h: Fix Copyright dates.
3475         * config/sh/ushmedia.h: Likewise.  Move loop counter
3476         declarations into conditionals that uses them.
3477         (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
3478         loop boundary.
3479         * config/sh/sshmedia.h: Fix Copyright dates.
3480         (sh_media_PUTCFG): Fix constraints.
3481         2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
3482         * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
3483         ptrmemfunc_vbit_in_delta for SH5.
3484         2001-05-08  Alexandre Oliva  <aoliva@redhat.com>
3485         * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
3486         * invoke.texi: Likewise.
3487         2001-04-14  Alexandre Oliva  <aoliva@redhat.com>
3488         * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
3489         GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
3490         GCC_pop_shmedia_regs_nofpu): New global symbols.
3491         * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
3492         * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
3493         * config/sh/sh.c (calc_live_regs): Account for PR's saving in
3494         compact function with nonlocal labels.
3495         (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
3496         (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
3497         (initial_elimination_offset): Account for their stack space.
3498         * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
3499         * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
3500         movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
3501         movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
3502         least one of the operands to be a register.
3503         (movv2sf): Likewise.  Renamed to movv2sf_i.
3504         (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
3505         prepare_move_operands() before emitting SHmedia insns.
3506         2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
3507         * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
3508         Don't save nor initialize r12.  Don't mis-align the stack.
3509         Pad the code with a nop.
3510         * config/sh/crti.asm: Don't restore r12.  Don't mis-align the
3511         stack.
3512         2001-03-13  Alexandre Oliva  <aoliva@redhat.com>
3513         * gcc/longlong.h (__umulsidi3, count_leading_zeros)
3514         [__SHMEDIA__]: Implement.
3515         2001-03-11  Alexandre Oliva  <aoliva@redhat.com>
3516         * config/sh/sh.md: Set latency of `pt' closer to reality.
3517         (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
3518         movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
3519         Set move, load and store type attributes.
3520         * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
3521         * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
3522         profiling.
3523         * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
3524         * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
3525         * config/sh/sh.c (sh_media_register_for_return): New function.
3526         (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
3527         branch-target register.
3528         (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
3529         * config/sh/sh.md (return_media_i): Use any call-clobbered
3530         branch-target register.
3531         (return_media): If r18 wasn't copied in the prologue, copy it
3532         here.
3533         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
3534         Clear class FP0_REGS.
3535         * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
3536         from elf.h.
3537         2001-03-08  DJ Delorie  <dj@redhat.com>
3538         * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
3539         2001-02-09  Alexandre Oliva  <aoliva@redhat.com>
3540         * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
3541         2001-02-07  Alexandre Oliva  <aoliva@redhat.com>
3542         * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
3543         2001-02-03  Alexandre Oliva  <aoliva@redhat.com>
3544         * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
3545         return value correctly for call_cookie.
3546         2001-02-01  Alexandre Oliva  <aoliva@redhat.com>
3547         * config/sh/crt1.asm (start): Modified so as to call
3548         ___setup_argv_and_call_main.
3549         2001-01-26  Alexandre Oliva  <aoliva@redhat.com>
3550         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
3551         SHmedia mode.
3552         2001-01-20  Alexandre Oliva  <aoliva@redhat.com>
3553         * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
3554         (STRIP_NAME_ENCODING): Use it.
3555         (ASM_OUTPUT_LABELREF): Likewise.  Don't call assemble_name().
3556         2001-01-19  Alexandre Oliva  <aoliva@redhat.com>
3557         * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
3558         prepare_scc_operands().
3559         * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
3560         (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
3561         2001-01-17  Alexandre Oliva  <aoliva@redhat.com>
3562         * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
3563         2001-01-13  Alexandre Oliva  <aoliva@redhat.com>
3564         * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
3565         * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
3566         used in shcompact_incoming_args.
3567         * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
3568         change.
3569         * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
3570         mode.
3571         * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
3572         Adjust accordingly.
3573         * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
3574         Simplify.  Adjust.  Add sanity check.
3575         * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
3576         FPU_SINGLE_BIT.
3577         * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
3578         TARGET_SHCOMPACT.
3579         (udivsi3, divsi3): Use them.
3580         (force_mode_for_call): New insn.
3581         (call, call_value, sibcall_value): Emit it before SHcompact
3582         calls.
3583         2001-01-11  Alexandre Oliva  <aoliva@redhat.com>
3584         * config/sh/sh.md (call, call_value, sibcall): Make sure the
3585         call cookie is non-NULL before taking its value.
3586         2001-01-10  Alexandre Oliva  <aoliva@redhat.com>
3587         * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
3588         2001-01-09  Alexandre Oliva  <aoliva@redhat.com>
3589         * config/sh/sh.md (shcompact_incoming_args): Set argument memory
3590         block.
3591         * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
3592         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
3593         temporary for stack adjusts.  Use MACL and MACH to pass
3594         arguments to shcompact_incoming_args.
3595         * config/sh/sh.md (shcompact_incoming_args): Adjust.  Don't
3596         clobber r1.
3597         * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
3598         (nested_trampoline): Load static chain address into r1.
3599         * config/sh/sh.md (movdi_media splits): Fix sign-extension.
3600         2001-01-07  Alexandre Oliva  <aoliva@redhat.com
3601         * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
3602         fp_arith_reg_operand().
3603         2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
3604         * config/sh/sh.md (casesi): Sign-extend the first two operands,
3605         and use signed compares for them.
3606         * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
3607         4-byte ones.  Instead, inter-leave them, maintaining the 8-byte
3608         ones properly aligned.
3609         (find_barrier): Account for extra alignment needed for 8-byte wide
3610         constants.
3611         (machine_dependent_reorg): Require a label for the second 4-byte
3612         constant after an 8-byte one.
3613         * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
3614         change.
3615         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
3616         * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
3617         last_float when switching float modes.
3618         * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
3619         auto-increment for general-purpose registers.
3620         * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
3621         result.
3622         * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
3623         for stack adjust.
3624         * config/sh/sh.c (sh_builtin_saveregs): Support using all
3625         registers for varargs.
3626         2001-01-01  Alexandre Oliva  <aoliva@redhat.com>
3627         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
3628         * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
3629         CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
3630         (CALL_COOKIE_INT_REG_SHIFT): Adjust.
3631         (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK.  Adjust
3632         call_cookie accordingly.
3633         (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
3634         (SHCOMPACT_BYREF): Likewise.
3635         (SHCOMPACT_FORCE_ON_STACK): New macro.
3636         * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
3637         (sh_builtin_saveregs): Likewise.
3638         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
3639         shcompact_incoming_args): Use new shift values.  Support
3640         sequences of consecutive and non-consecutive pushes/pops.
3641         * config/sh/sh.md (return): Don't explicitly use PR_REG.
3642         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
3643         * config/sh/sh.h (TEXT_SECTION): Define.
3644         * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
3645         2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
3646         * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
3647         * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
3648         return values on FPU-enabled SHmedia.
3649         (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
3650         FPU-enabled SHmedia.
3651         (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
3652         value is returned in a non-FP reg and is not returned by
3653         reference.
3654         * config/sh/sh.md (shcompact_return_tramp_i): Change type to
3655         jump_ind.
3656         2000-01-04  Alexandre Oliva  <aoliva@redhat.com>
3657         * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
3658         (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
3659         quad-aligned to be passed by callee-copy reference.
3660         2001-01-03  Alexandre Oliva  <aoliva@redhat.com>
3661         * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
3662         * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
3663         2001-01-02  Alexandre Oliva  <aoliva@redhat.com>
3664         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
3665         copying low-numbered FP regs to r7 and r8.
3666         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
3667         FP regs to general-purpose regs only if the copy was passed on the
3668         stack.
3669         * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
3670         copying FP reg to r9.
3671         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
3672         copy FP regs to general-purpose regs only in outgoing calls.
3673         * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
3674         change from     2000-10-30.  Adjust for 64-bit (or 32-bit)
3675         HOST_WIDE_INT.
3676         * config/sh/sh.h (struct sh_args): Document all fields.
3677         (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
3678         passed partially on the stack should not consider making
3679         sibcalls.
3680         * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
3681         stack_regs only for incoming calls.  When passing FP args,
3682         make sure there are FP regs available before modifying
3683         call_cookie.
3684         (SHCOMPACT_BYREF): Pass double args in general-purpose
3685         registers by reference.
3686         2000-12-30  Alexandre Oliva  <aoliva@redhat.com>
3687         * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
3688         attempt to generate sibcalls if the caller got any arguments
3689         by reference.
3690         * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
3691         * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
3692         to 8-byte boundaries.
3693         * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
3694         * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
3695         * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
3696         stored in the stack.
3697         * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
3698         for the offsets to have the ISA bit set.
3699         (shcompact_call_trampoline): Document.  Swap r0 and r1, to match
3700         invocation.  Use beq instead of bgt to mark end of sequence of
3701         loads.
3702         (shcompact_incoming_args): Fix store of r2.  Use beq instead of
3703         bgt to mark end of sequence of stores.
3704         * config/sh/sh.c (arith_operand): Don't check whether
3705         CONST_OK_FOR_J for now.
3706         * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
3707         instead of long for conversion.
3708         2000-12-29  Alexandre Oliva  <aoliva@redhat.com>
3709         * config/sh/sh.c (print_operand_address): Convert INTVAL to int
3710         before passing it to fprintf.
3711         2000-12-28  Alexandre Oliva  <aoliva@redhat.com>
3712         * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
3713         Call set_fpscr before reading/writing SR.
3714         * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
3715         Call set_fpscr.
3716         * config/sh/lib1funcs.asm: Add `.align 2' directives before
3717         SHmedia code.
3718         (FMOVD_WORKS): Define on SH5 with FPU.
3719         (set_fpscr): Define on SH5.  Remove separate _fpscr_values
3720         setting.
3721         * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
3722         _fpscr_values.
3723         2000-12-28  Hans-Peter Nilsson  <hpn@cygnus.com>
3724         * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
3725         address.
3726         (ia_main_table): Ditto.
3727         2000-12-27  Alexandre Oliva  <aoliva@redhat.com>
3728         * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
3729         * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
3730         the definitions from sh.h.
3731         * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
3732         TARGET_SH5.
3733         (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
3734         * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
3735         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
3736         2000-12-26  Alexandre Oliva  <aoliva@redhat.com>
3737         * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
3738         Increment LABEL_NUSES.
3739
3740         * config/sh/sh.h (SIZE_TYPE): Define as conditional on
3741         TARGET_SH5.
3742         (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
3743         defined.
3744         * config/sh/elf.h (SIZE_TYPE): Likewise.
3745         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
3746         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
3747         shcompact_incoming_args): Load switch table addresses using
3748         datalabel.
3749         * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
3750         (NO_BUILTIN_SIZE_TYPE): Define.
3751         (SIZE_TYPE): Don't define.
3752         * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
3753         * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
3754         definition of __SH5__=32 for -m5-compact-nofpu.
3755         * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
3756         ADDR_DIFF_VEC.
3757         2000-12-24  Alexandre Oliva  <aoliva@redhat.com>
3758         * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
3759         2000-12-23  Alexandre Oliva  <aoliva@redhat.com>
3760         * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
3761         (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
3762         (INSN_LENGTH_ALIGNMENT): Likewise.
3763         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
3764         * config/sh/sh.md (call, call_value, sibcall): Simplify
3765         copying of non-branch-target register.
3766         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
3767         * glimits.h (__LONG_MAX__): Revert      2000-12-13's patch.
3768         * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
3769         2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
3770         * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
3771         floating-point values as structs.
3772         (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
3773         (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
3774         general-purpose register.
3775         (SH5_PROTOTYPED_FLOAT_ARG): New macro.
3776         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
3777         * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
3778         * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
3779         * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
3780         (ENCODE_SECTION_INFO): Enclose variables and constants in
3781         DATALABEL unspecs.
3782         (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
3783         (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
3784         (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
3785         * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
3786         only for LABEL_REFs.  For SYMBOL_REFs, prepend
3787         SH_DATALABEL_ENCODING to the symbol name.
3788         * config/sh/sh.md (indirect_jump): Use SUBREG instead of
3789         convert_mode().
3790         2000-12-20  Alexandre Oliva  <aoliva@redhat.com>
3791         * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
3792         UNSPEC_DATALABEL.
3793         * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
3794         * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
3795         (DATALABEL_REF_P): Don't require CONST.
3796         (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
3797         REL label.
3798         2000-12-19  Alexandre Oliva  <aoliva@redhat.com>
3799         * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
3800         right.
3801         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
3802         * config/sh/sh.md (movsi_media, call, call_value, sibcall):
3803         Use shallow_copy_rtx and PUT_MODE to change the mode of
3804         SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
3805         * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
3806         on SHmedia using GENERAL_REGs.
3807         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
3808         bltu_media_i): Fix reversion of conditions.
3809         2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
3810         * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
3811         * config/sh/sh.c (output_far_jump): Save r13 in macl.
3812         2000-12-17  Alexandre Oliva  <aoliva@redhat.com>
3813         * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
3814         2000-12-16  Alexandre Oliva  <aoliva@redhat.com>
3815         * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
3816         (GCC_nested_trampoline): Likewise.
3817         * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
3818         * config/sh/sh.c (gen_datalabel_ref): Define.
3819         * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
3820         (INITIALIZE_TRAMPOLINE): Likewise.
3821         (TRAMPOLINE_ADJUST_ADDRESS): Define.
3822         (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
3823         (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
3824         (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
3825         * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
3826         (ic_invalidate): Adjust for SH5.
3827         (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
3828         * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
3829         _nested_trampoline.
3830         2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
3831         * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
3832         (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
3833         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
3834         * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
3835         * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
3836         2000-12-14  Alexandre Oliva  <aoliva@redhat.com>
3837         * config/sh/sh.c (target_reg_operand): Match only target-branch
3838         registers and pseudos that aren't virtual registers.
3839         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
3840         Copy operands that don't match target_reg_operand to pseudos.
3841         (call_media, call_value_media, sibcall_media): Use
3842         target_reg_operand instead of target_operand.
3843         2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
3844         * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
3845         * config/sh/sh.c (target_reg_operand): Match hardware registers
3846         other than branch-target registers.
3847         * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
3848         * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
3849         (fpscr_values) [SH5 == 32]: Define.
3850         * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
3851         * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
3852         Handle function addresses coming in SUBREGs.
3853         2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
3854         * config/sh/lib1funcs.asm (shcompact_call_trampoline,
3855         shcompact_return_trampoline): Use datalabel where appropriate.
3856         2000-12-09  Alexandre Oliva  <aoliva@redhat.com>
3857         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
3858         general-purpose register to copy one branch-target register to
3859         another.
3860         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
3861         * config/sh/sh.c (target_operand): Accept LABEL_REFs and
3862         SYMBOL_REFs with VOIDmode.
3863         * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
3864         bltu_media_i): New insns.
3865         2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
3866         * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
3867         (INIT_CUMULATIVE_ARGS): Likewise.
3868         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
3869         * machmode.def (V16SFmode): New mode.
3870         * c-common.c (type_for_mode): Support V2SF and V16SF.
3871         * tree.c (build_common_tree_nodes_2): Likewise.
3872         * tree.h (tree_index): Likewise.
3873         * calls.c (emit_call_1): Take args_so_far.  Adjust all
3874         callers.  Introduce CALL_POPS_ARGS.
3875         * tm.texi (CALL_POPS_ARGS): Document.
3876         * config/sh/crt1.asm: Implement in SHmedia mode.
3877         * config/sh/crti.asm, config/sh/crtn.asm: Likewise
3878         * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
3879         (DBX_REGISTER_NUMBER): Renumber registers for SH5.
3880         * config/sh/lib1funcs.asm: Disable functions unused in SH5.
3881         Implement divsi and udivsi in SHmedia mode.  Introduce
3882         SHcompact trampolines.
3883         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
3884         only in SHmedia64.
3885         (regno_reg_class): Rewrite.
3886         (fp_reg_names): Remove.
3887         (sh_register_names, sh_additional_register_names): New.
3888         (print_operand): Added `u'.  Support SUBREGs in addresses.
3889         Add parentheses around shifted CONSTs.
3890         (output_file_start): Output .mode and .abi directives.
3891         (shiftcosts, addsubcosts, multcosts): Adjust.
3892         (output_stack_adjust): Compute alignment.  Sanity-check SIZE.
3893         (push_regs): Take array of HOST_WIDE_INTs.  Adjust callers.
3894         (calc_live_regs): Output to array of HOST_WIDE_INTs.  Count
3895         bytes, not registers.  Take into account the need for the
3896         SHcompact incoming args trampoline.  Adjust all callers.
3897         (sh_expand_prologue): Take stack_regs into account.  Call
3898         incoming args trampoline.  Keep stack aligned as per SH5 ABI.
3899         (sh_expand_epilogue): Take stack_regs into accoutn.  Keep
3900         stack aligned as per SH5 ABI.
3901         (sh_builtin_saveregs): Support SH5 ABI.
3902         (sh_build_va_list, sh_va_start): Likewise.
3903         (initial_elimination_offset): Take alignment into account.
3904         Compute location of PR according to the SH5 stack frame.
3905         (arith_reg_operand): Reject branch-target registers.
3906         (shmedia_6bit_operand): New.
3907         (logical_operand): Use CONST_OK_FOR_P on SHmedia.
3908         (target_reg_operand): Match DImode only.  Accept SUBREGs.
3909         (target_operand): New.
3910         * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
3911         (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI.  Initialize
3912         SIBCALL_REGS for SHmedia.
3913         (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
3914         (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
3915         (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
3916         (TARGET_SWITCHES): New SH5 flags.
3917         (OVERRIDE_OPTIONS): Set SH5-specific options.  Use
3918         VALID_REGISTER_P to disable unsupported registers.
3919         (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
3920         (POINTER_SIZE, PARM_BOUNDARY): Adjust.
3921         (FUNCTION_ARG_PADDING): Define.
3922         (FASTEST_ALIGNMENT): Adjust.
3923         (SH_REGISTER_NAMES_INITIALIZER): New.
3924         (sh_register_names): Declare.
3925         (DEBUG_REGISTER_NAMES): Define.
3926         (REGISTER_NAMES): Define based on sh_register_names.
3927         (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
3928         (sh_additional_register_names): Declare.
3929         (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
3930         (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
3931         (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
3932         (REGISTER_NATURAL_MODE): Define.
3933         (FIRST_PSEUDO_REGISTER): Adjust.
3934         (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
3935         (HARD_REGNO_CALL_PART_CLOBBERED): Define.
3936         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
3937         (VECTOR_MODE_SUPPORTED_P): Define.
3938         (REG_CLASS_CONTENTS): Adjust.
3939         (SMALL_REGISTER_CLASSES): Adjust.
3940         (REG_ALLOC_ORDER): Adjust.
3941         (INDEX_REG_CLASS): Adjust.
3942         (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
3943         (CONST_OK_FOR_LETTER_P): Adjust.
3944         (PREFERRED_RELOAD_CLASS): Adjust.
3945         (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
3946         (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
3947         (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
3948         (FIRST_FP_PARM_REG): Adjust.
3949         (CALL_POPS_ARGS): Define.
3950         (FUNCTION_ARG_REGNO_P): Adjust.
3951         (struct sh_args): New fields.
3952         (GET_SH_ARG_CLASS): Adjust.
3953         (INIT_CUMULATIVE_ARGS): Adjust.
3954         (INIT_CUMULATIVE_INCOMING_ARGS): Define.
3955         (FUNCTION_ARG_ADVANCE): Adjust.
3956         (FUNCTION_ARG): Adjust.
3957         (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
3958         (FUNCTION_ARG_CALLEE_COPIES): Define.
3959         (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
3960         (STRICT_ARGUMENT_NAMING): Define.
3961         (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
3962         (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
3963         (SH5_WOULD_BE_PARTIAL_NREGS): Define.
3964         (SETUP_INCOMING_VARARGS): Adjust.
3965         (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
3966         (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
3967         (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
3968         (SUBREG_OK_FOR_INDEX_P): Adjust.
3969         (EXTRA_CONSTRAINT_S): Update.
3970         (EXTRA_CONSTRAINT_T): New.
3971         (EXTRA_CONSTRAINT): Adjust.
3972         (GO_IF_LEGITIMATE_INDEX): Adjust.
3973         (GO_IF_LEGITIMATE_ADDRESS): Adjust.
3974         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
3975         (MOVE_MAX): Adjust.
3976         (MAX_MOVE_MAX): Define.
3977         (Pmode): Adjust.
3978         (CONST_COSTS): Adjust.
3979         (REGISTER_MOVE_COST): Adjust.
3980         (BRANCH_COST): Adjust.
3981         (TEXT_SECTION_ASM_OP): Adjust.
3982         (DBX_REGISTER_NUMBER): Adjust.
3983         (ASM_OUTPUT_DOUBLE_INT): New.
3984         (UNALIGNED_DOUBLE_INT_ASM_OP): New.
3985         (PREDICATE_CODES): Adjust.
3986         (PROMOTE_MODE): Adjust.
3987         (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
3988         * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
3989         (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
3990         (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
3991         (DR0_REG, DR2_REG, DR4_REG): Renumber.
3992         (TR0_REG, TR1_REG, TR2_REG): New.
3993         (XD0_REG): Renumber.
3994         (UNSPEC_COMPACT_ARGS): New.
3995         (type): Added pt and ptabs.
3996         (length): Default to 4 on SHmedia.  Default pt length to 12
3997         and     20 on SHmedia32 and SHmedia64, respectively.
3998         (pt): New function unit.
3999         (movdi, movsi): Add types pt and ptabs.  Don't increment LABEL_NUSES.
4000         Add whitespace between operands of SHmedia instructions.
4001         (movdicc): Fix.
4002         (adddi3_media, addsi3_media): Adjust constraints.
4003         (subsi3) [SHmedia]: Force operand 1 into a register.
4004         (udivsi3_i1_media, udivsi3_i4_media): New.
4005         (udivsi3): Support SHmedia.
4006         (divsi3_i1_media, divsi3_i4_media): New.
4007         (divsi3): Support SHmedia.
4008         (anddi3, iordi3, xordi3): Adjust constraints.
4009         (zero_extendhidi2, zero_extendqidi2): New.
4010         (extendsidi2, extendhidi2, extendqidi2): New.
4011         (push, pop, push_e, push_fpul, push_4): Disable on SH5.
4012         (pop_e, pop_fpul, pop_4): Likewise.
4013         (movsi_media): Support FP and BT registers.
4014         (movsi_media_nofpu): New.  Adjust splits to DImode.
4015         (lduw, ldub): Renamed to zero_extend* above.
4016         (movqi_media): Fix typo.
4017         (movdi_media): Support FP and BT registers.
4018         (movdi_media_nofpu): New.  Adjust splits for SHmedia32.
4019         (movdi_const_32bit): New.
4020         (shori_media): Require immediate operand.  Use `u' for output.
4021         (movdf_media, movsf_media): Simplified.
4022         (movdf_media_nofpu, movsf_media_nofpu): New.
4023         (movdf, movsf): Adjust
4024         (movv2sf, movv2sf, movv16sf): New.
4025         (beq_media, beq_media_i): Adjust constraints.  Don't use
4026         scratch BT register.
4027         (bne_media, bne_media_i): Likewise.
4028         (bgt_media, bgt_media_i): Likewise.
4029         (bge_media, bge_media_i): Likewise.
4030         (bgtu_media, bgtu_media_i): Likewise.
4031         (bgeu_media, bgeu_media_i): Likewise.
4032         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
4033         bunordered): Emit jump insn.  Force operands to registers when
4034         needed.
4035         (jump_media, jump): Simplify.
4036         (call_compact, call_compact_rettramp): New.
4037         (call_value_compact, call_value_compact_rettramp): New.
4038         (call_media, call_value_media): Simplify.
4039         (sibcall_compact, sibcall_media): New.
4040         (call, call_value): Adjust for SHmedia and SHcompact.
4041         (sibcall, sibcall_value, untyped_call): Likewise.
4042         (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
4043         (indirect_jump): Adjust for SHmedia.
4044         (casesi_jump_media): New.
4045         (nop): Re-enable for SHmedia.
4046         (call_site): Restrict to SH1.
4047         (casesi): Adjust for SHmedia.
4048         (casesi_shift_media, casesi_load_media): New.
4049         (return): Explicitly use PR register.  Call return trampoline
4050         on SHcompact.
4051         (return_i): Explicitly use PR register.
4052         (shcompact_return_tramp, shcompact_return_tramp_i): New.
4053         (return_media): Adjust.
4054         (shcompact_incoming_args): New.
4055         (epilogue): Adjust.
4056         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
4057         (movstrsi): Disable on SH5.
4058         (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
4059         (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
4060         (subsf3, subsf3_media): Likewise.
4061         (mulsf3, mulsf3_media, mac_media): Likewise.
4062         (divsf3, divsf3_media): Likewise.
4063         (floatdisf2, floatsisf2_media): Likewise.  Adjust constraints.
4064         (floatsisf2, fux_truncsfsi2): Likewise.
4065         (fix_truncsfdi2, fix_truncsfsi2_media): Likewise.  Adjust
4066         constraints.
4067         (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
4068         (cmpunsf_media, cmpsf): Likewise.
4069         (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
4070         (abssf2, abssf2_media): Likewise.
4071         (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
4072         (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
4073         (floatdidf2, floatsidf2_media): Likewise.  Adjust constraints.
4074         (floatsidf2, fix_truncdfsi2): Likewise.
4075         (fix_truncdfdi2, fix_truncdfsi2_media): Likewise.  Adjust
4076         constraints.
4077         (cmpeqdf_media, cmpgtdf_media): Likewise.
4078         (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
4079         (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
4080         (absdf2, absdf2_media): Likewise.
4081         (extendsfdf2, extendsfdf2_media): Likewise.
4082         (truncsfdf2, truncsfdf2_media): Likewise.
4083         * config/sh/sh64.h: New file.
4084         * config/sh/t-sh64: New file.
4085         * config/sh/shmedia.h: New file.
4086         * config/sh/ushmedia.h: New file.
4087         * config/sh/sshmedia.h: New file.
4088         * configure.in: Added sh64-*-elf.
4089         * configure: Rebuilt.
4090         2000-10-10  Alexandre Oliva  <aoliva@redhat.com>
4091         * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
4092         (reg_class_from_letter): Use `b' for TARGET_REGS.
4093         (print_operand): Support `%M', `%m', `AND' and
4094         `ASHIFTRT'.  Do not precede constants with `#' on SHmedia.
4095         (andcosts): Adjust for SHmedia.
4096         (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
4097         Likewise.
4098         (target_reg_operand): New function.
4099         * config/sh/sh-protos.h (target_reg_operand): Declare.
4100         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
4101         FP registers on SH5.
4102         (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
4103         on SH4.
4104         (TARGET_REGISTER_P): New macro.
4105         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
4106         (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
4107         (EXTRA_CONSTRAINT_S): New macro.
4108         (EXTRA_CONSTRAINT): Adjust.
4109         (FLOAT_TYPE_SIZE): Define to 32.
4110         (Pmode): DImode on SHmedia.
4111         (CONST_COSTS): Adjust for SHmedia literals.
4112         (PREDICATE_CODES): Added target_reg_operand.
4113         (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
4114         * config/sh/sh.md: Remove all attrs from SHmedia insns.
4115         (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
4116         (cmpdi): Accept SHmedia.
4117         (movdicc_false, movdicc_true): New insns.
4118         (movdicc): New expand.
4119         (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
4120         no_new_pseudos.
4121         (addsi3_media): Match `S' constraint.
4122         (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
4123         (negdi2): Expand for SHmedia.
4124         (one_cmpldi2): New expand.
4125         (zero_extendsidi2): Change from expand to insn.
4126         (extendsidi2): Add constraints.
4127         (movdi_media, movsi_media): Change `%x' to `%M'.  Use `%m' for
4128         LD/ST address.  Fix SI immediate loading split.
4129         (movhi_media, movqi_media, lduw, ldub): New insns.
4130         (movhi, movqi): Accept SHmedia.
4131         (shori_media, movdi_media): Relax input constraints.  Split
4132         symbolic constants.
4133         (movdf_media, movsf_media): New insn.  New split to movdi.
4134         (movdf, movsf): Match on SHmedia.
4135         (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
4136         bgeu_media): New insns and splits.  New insns with `_i' suffix.
4137         (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
4138         (bunordered): New expand.
4139         (jump_compact): Renamed from `jump'.
4140         (jump_media): New insn.
4141         (jump): New expand.
4142         (call_media, call_value_media): New insns.
4143         (call, call_value): Adjust.
4144         (indirect_jump_compact): Renamed from `indirect_jump'.
4145         (indirect_jump_media): New insn.
4146         (indirect_jump): New expand.
4147         (untyped_call, return): Accept SHmedia.
4148         (return_media): New insn.
4149         (prologue, epilogue, blockage): Accept SHmedia.
4150         (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
4151         (sunordered): New expand.
4152         (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
4153         cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
4154         (addsf3_media, subsf3_media, mulsf3_media, mac_media,
4155         divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
4156         fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
4157         cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
4158         abssf2_media): New insns.
4159         (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
4160         cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
4161         (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
4162         floatdidf2, floatsidf2_media, fix_truncdfdi2,
4163         fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
4164         cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
4165         absdf2_media): New insns.
4166         (extendsfdf2, truncdfsf2): Adjust for SHmedia.
4167         (extendsfdf2_media, truncdfsf2_media): New insns.
4168         2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
4169         * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
4170         * config/sh/sh.h (CONST_OK_FOR_J): Document.
4171         (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
4172         * config/sh/sh.md (adddi3): New expand.
4173         (adddi3_media, adddi3z_media): New insns.
4174         (adddi3_compact): Renamed from adddi3.
4175         (addsi3_media): Use add.l r63 to add constant zero.
4176         (subdi3): New expand.
4177         (subdi3_media): New insn.
4178         (subdi3_compact): Renamed from subdi3.
4179         (mulsidi3): New expand.
4180         (mulsidi3_media): New insn.
4181         (mulsidi3_compact): Renamed from mulsidi3.
4182         (umulsidi3): New expand.
4183         (umulsidi3_media): New insn.
4184         (umulsidi3_compact): Renamed from umulsidi3.
4185         (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
4186         (ashlsi3, ashrsi3, lshrsi3): Use them.
4187         (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
4188         (ashldi3, ashrdi3, lshrdi3): Use them.
4189         (zero_extendsidi2): New expand.
4190         (extendsidi2): New insn.
4191         (movsi_media): New insn.  Split to movdi to load constants.
4192         (movsi): Enable for shmedia.
4193         (movdi_media): New insn.  Use shori_media to load wide constants.
4194         (short_media): New insn.
4195         (movdi): Enable for shmedia.
4196         2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
4197         * config/sh/sh.h (CPP_SPEC): Added `m5'.
4198         (SUBTARGET_CPP_SPEC): Added `!m5'.
4199         (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
4200         (TARGET_SWITCHES): Added `5' and `5-compact'.  Added SH1_BIT
4201         to all other SH variants.
4202         (TARGET_DEFAULT): Set to SH1_BIT.
4203         (OVERRIDE_OPTIONS): Recognize sh5 CPU.
4204         (BITS_PER_WORD): Raise to 64 on shmedia.
4205         (MAX_BITS_PER_WORD): Change to 64.
4206         (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
4207         (INT_TYPE_SIZE): Keep as 32.
4208         (UNITS_PER_WORD): Raise to 8 on shmedia.
4209         (MIN_UNITS_PER_WORD): Keep as 4.
4210         (POINTER_SIZE): Raise to 64 on shmedia.
4211         (CONST_OK_FOR_J): New macro.
4212         (CONST_OK_FOR_LETTER_P): Use it.
4213         (processor_type): Add PROCESSOR_SH5.
4214         * config/sh/sh.md: Conditionalize all expands, insns and
4215         splits to TARGET_SH1.
4216         (cpu): Added sh5.
4217         (addsi3_compact): Renamed from...
4218         (addsi3): Now an expand.
4219         (addsi3_media, subsi3_media): New insns.
4220         (subsi3): Don't negate constants with SHmedia.
4221
4222         * hooks.c: New file.
4223         * hooks.h: New file.
4224         * Makefile.in (HOOKS_H): New.
4225         (TARGET_DEF_H): Added $(HOOKS_H).
4226         (OBJS): Added hooks.o.
4227         (cfgcleanup.o, bb-reorder.o): Added target.h.
4228         (hooks.o): Added dependencies.
4229         * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
4230         (TARGET_INITIALIZER): this.
4231         * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
4232         * target.h (struct gcc_target): Added cannot_modify_jumps_p.
4233         * bb-reorder.c: Include target.h.
4234         (reorder_basic_blocks): Skip if cannot modify jumps.
4235         * cfgcleanup.c: Include target.h.
4236         (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
4237
4238 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4239
4240         * config/mips/mips.md (casesi_internal, casesi_internal_di):
4241         Protect jump delay slot instructions with .set noreorder and
4242         .set nomacro.
4243
4244 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
4245
4246         * config/mips/mips.md (casesi_internal_di): Calculate
4247         the index into the target offset table correctly.
4248
4249 2002-02-08  Richard Henderson  <rth@redhat.com>
4250
4251         * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
4252         * final.c (output_addr_const): Accept and discard SUBREG.
4253         * varasm.c (decode_addr_const): Don't abort on unknown expressions --
4254         mark them unknown instead.
4255         (simplify_subtraction): Handle RTX_UNKNOWN.
4256         (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
4257
4258 2002-02-08  David Edelsohn  <edelsohn@gnu.org>
4259
4260         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
4261
4262 2002-02-08  Richard Henderson  <rth@redhat.com>
4263
4264         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
4265
4266 2002-02-08  Andreas Jaeger  <aj@suse.de>
4267
4268         * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
4269         * config/i386/t-linux64: New file.
4270
4271 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
4272
4273         * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
4274         * c-parse.in (compstmt): Clear last_expr_type.
4275
4276 2002-02-07  Richard Henderson  <rth@redhat.com>
4277
4278         * loop.c (strength_reduce): Sink final_value when not
4279         eliminating a biv.
4280
4281 2002-02-07  David O'Brien  <obrien@FreeBSD.org>
4282
4283         * config/sparc/freebsd.h: Fix mismatched spec {.
4284
4285 2002-02-07  Richard Henderson  <rth@redhat.com>
4286
4287         * cfgrtl.c: Include recog.h and insn-config.h.
4288         (keep_with_call_p): Fix general_operand invocation.
4289         * Makefile.in (cfgrtl.o): Update dependencies.
4290
4291 2002-02-07  Kazu Hirata  <kazu@hxi.com>
4292
4293         * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
4294         comment.  Accept HImode only if TARGET_H8300.
4295
4296 2002-02-07  Eric Christopher  <echristo@redhat.com>
4297
4298         * config/mips/crtn.asm: Cleanup #ifdefs.
4299
4300 2002-02-07  Eric Christopher  <echristo@redhat.com>
4301
4302         * config/mips/crti.asm: Add changes for mips16. mips16 uses
4303         register 7 as RA instead of $31.
4304         * config/mips/crtn.asm: Ditto.
4305         * config/mips/mips.c (mips_move_2words): Add case for
4306         TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
4307         (compute_frame_size): Fix typo.
4308         (save_restore_insns): Ditto.  Make documentation about using
4309         register $7 as return register more precise.
4310         (mips_expand_epilogue): Fix comment. Add code to work around not
4311         being able to add to the stack pointer directly.
4312         * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
4313         to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
4314         epilogue.
4315
4316 2002-02-07  Tom Rix  <trix@redhat.com>
4317
4318         * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
4319         immediates in ldu and stdu DS opcode field.
4320         * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
4321         * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
4322         * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
4323
4324 2002-02-07  Jeff Sturm  <jsturm@one-point.com>
4325
4326         * config/sparc/sparc.c (compute_frame_size): Don't correct frame
4327         offset for stack bias.
4328
4329 2002-02-07  H.J. Lu <hjl@gnu.org>
4330
4331         * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
4332
4333 2002-02-07  Ulrich Weigand  <uweigand@de.ibm.com>
4334
4335         * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
4336
4337 Thu Feb  7 12:14:17 CET 2002  Jan Hubicka  <jh@suse.cz>
4338
4339         * i386-protos.h (x86_order_regs_for_local_alloc): Declare
4340         * i386.c (x86_order_regs_for_local_alloc): New global function.
4341         * i386.h (REG_ALLOC_ORDER): CLeanup.
4342         (ORDER_REGS_FOR_LOCAL_ALLOC): New.
4343
4344 2002-02-07  Richard Henderson  <rth@redhat.com>
4345
4346         PR optimization/2463
4347         * alias.c (find_base_value): Recall base values for fixed hard regs.
4348         * loop.c (loop_regs_update): Don't use single_set on non-insns.
4349
4350 2002-02-07  Alexandre Oliva  <aoliva@redhat.com>
4351
4352         * config/mips/mips.md (define_delay) [mips16]: Adjust required
4353         length.
4354
4355 2002-02-06  Richard Henderson  <rth@redhat.com>
4356
4357         PR c/5609
4358         * stmt.c (resolve_operand_name_1): Take more care with mixed
4359         named and unnamed operands.
4360
4361 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
4362             Jan Hubicka  <jh@suse.cz>
4363
4364         * loop.c (remove_constant_addition): Avoid clobbering a shared
4365         CONST expression.
4366
4367 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
4368
4369         * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
4370         * config/s390/t-linux64: New file.
4371         * config/s390/libgcc-glibc.ver: New file.
4372
4373 2002-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
4374
4375         * config/s390/linux64.h: Delete file.
4376         * config/s390/s390x.h: New file.
4377         * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
4378         as target header file.
4379         * config/s390/linux.h (TARGET_VERSION): Define depending on
4380         DEFAULT_TARGET_64BIT.
4381         (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
4382         (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
4383         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
4384         (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
4385         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
4386         (EXTRA_SPEC): New define.
4387         * config/s390/s390.h (TARGET_VERSION): Define depending on
4388         DEFAULT_TARGET_64BIT.
4389         (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
4390
4391 2002-02-06  Jason Merrill  <jason@redhat.com>
4392
4393         * c-decl.c (finish_function): Warn about a non-void function with
4394         no return statement and no abnormal exit.
4395         (current_function_returns_abnormally): New variable.
4396         (start_function): Clear it.
4397         (struct c_language_function): Add returns_abnormally.
4398         (push_c_function_context): Save it.
4399         (pop_c_function_context): Restore it.
4400         (builtin_function): Set TREE_THIS_VOLATILE on return fns.
4401         (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
4402         an explicit return type.
4403         * c-tree.h: Declare current_function_returns_abnormally.
4404         (C_FUNCTION_IMPLICIT_INT): New macro.
4405         * c-typeck.c (build_function_call): Set it.
4406         (c_expand_return): Set current_function_returns_value even if the
4407         value is erroneous.
4408
4409 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
4410
4411         PR c/5420:
4412         * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
4413         unsafe for reevaluation.
4414
4415 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
4416
4417         PR c/5482:
4418         * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
4419         EXPR_STMT, but COMPOUND_STMT, recurse into it.
4420
4421 2002-02-06  Richard Henderson  <rth@redhat.com>
4422
4423         * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
4424         be a general_operand.  Dest for function value must be a pseudo.
4425
4426 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
4427
4428         * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
4429         as SYMBOL_REFs from the constant pool.
4430
4431 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
4432
4433         * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
4434         passed by invisible reference.
4435
4436 2002-02-05  Richard Henderson  <rth@redhat.com>
4437
4438         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
4439
4440 2002-02-06  Hans-Peter Nilsson  <hp@bitrange.com>
4441
4442         Implement using "base addresses" in insn operands as default.
4443         * config/mmix/mmix.c (mmix_conditional_register_usage): if
4444         -mabi=gnu, modify fixed_regs to fit the GNU ABI.
4445         (mmix_extra_constraint): Use 'R' to indicate that GETA should be
4446         used to read the rtx value.
4447         (mmix_target_asm_function_epilogue): Fix spacing.
4448         (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
4449         (mmix_legitimate_address): Ditto.
4450         (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
4451         should be loaded with a GETA insn.  Don't allocate needless extra
4452         char for nul termination and fix misleading comment.
4453         (mmix_print_operand_address): Handle constants if
4454         TARGET_BASE_ADDRESSES.
4455         (mmix_output_register_setting): Use base addressing if
4456         TARGET_BASE_ADDRESSES and the number of insns is 3.
4457         * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
4458         * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
4459         to use R as constraint, add LDA to match s.
4460         * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
4461         (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
4462         (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
4463         (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
4464         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
4465         order with other fixed registers.
4466         (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
4467         other parameter/call-clobbered registers.
4468         * doc/invoke.texi (Option Summary) <MMIX Options>: Add
4469         -mbase-addresses, -mno-base-addresses.
4470         (MMIX Options): Ditto.
4471
4472 2002-02-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4473
4474         * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
4475
4476 2002-02-06  Aldy Hernandez  <aldyh@redhat.com>
4477
4478         * config/rs6000/altivec.h: Change elem to _S_elem.
4479
4480 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
4481
4482         * config/netbsd.h (WCHAR_TYPE): Define.
4483         (WCHAR_TYPE_SIZE): Ditto.
4484         (WINT_TYPE): Ditto.
4485         * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
4486         (WCHAR_UNSIGNED): Ditto.
4487         (WCHAR_TYPE_SIZE): Ditto.
4488         (WINT_TYPE): Ditto.
4489         * config/arm/netbsd.h: Likewise.
4490         * config/i386/netbsd-elf.h: Likewise.
4491         * config/i386/netbsd.h: Likewise.
4492         * config/m68k/netbsd-elf.h: Likewise.
4493         * config/m68k/netbsd.h: Likewise.
4494         * config/ns32k/netbsd.h: Likewise.
4495         * config/sparc/netbsd.h: Likewise.
4496         * config/vax/netbsd.: Likewise.
4497
4498 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
4499
4500         * target.h (struct gcc_target): Added ms_bitfield_layout_p.
4501         * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New.  Added to...
4502         (TARGET_INITIALIZER): this.
4503         * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
4504         (BITFIELD_NBYTES_LIMITED): Markup fix.
4505         * tree.h (default_ms_bitfield_layout_p): Declare.
4506         (record_layout_info): Added prev_field.
4507         * tree.c (default_ms_bitfield_layout_p): New fn.
4508         * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
4509         PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
4510         * stor-layout.c: Include target.h.
4511         (start_record_layout): Initialize prev_field.
4512         (place_field): Handle MS bit-field layout, and disregard
4513         EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
4514         PCC_BITFIELD_TYPE_MATTERS in this case.  Update prev_field.
4515         * Makefile.in (stor-layout.o): Adjust dependencies.
4516
4517 2002-02-05  Jason Merrill  <jason@redhat.com>
4518
4519         * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
4520
4521 2002-02-05  Andreas Jaeger  <aj@suse.de>
4522
4523         * crtstuff.c: Fix comments.
4524
4525 2002-02-05  Richard Henderson  <rth@redhat.com>
4526
4527         PR fortran/3393
4528         * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
4529         (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
4530
4531         PR fortran/3392
4532         * config/mips/mips.c (function_arg): Handle TImode.
4533         (function_arg_advance): Likewise.
4534
4535 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
4536
4537         * config/rs6000/altivec.h (vec_step_help): Rename to
4538         __vec_step_help.
4539
4540 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
4541
4542         * config/rs6000/altivec.h: Fix typos.
4543
4544 2002-02-05  Jason Thorpe  <thorpej@wasabisystems.com>
4545
4546         * config/arm/netbsd.h: Correct a comment.
4547
4548 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
4549
4550         * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
4551         building void typed builtins.
4552
4553         * config/rs6000/altivec.h (vec_ld*): Fix typos.
4554         (vec_step): Implement for C++.
4555
4556 Mon Feb  4 19:23:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4557
4558         * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
4559
4560 2002-02-04  Richard Henderson  <rth@redhat.com>
4561
4562         * combine.c (nonzero_bits): Re-introduce special case for
4563         sp/fp/ap wrt REGNO_POINTER_ALIGN.
4564
4565 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
4566
4567         * doc/extend.texi: Warn about unsupported usage of altivec
4568         builtins.
4569
4570         * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
4571         (altivec_predicate_*): New.
4572
4573         * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
4574         Add C++ version of vec_*() functions.
4575
4576         * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
4577         (bdesc_2arg): Remove altivec predicates.
4578         (altivec_expand_builtin): Handle predicates.
4579         (altivec_init_builtins): Handle predicates.
4580         (altivec_expand_predicate_builtin): New.
4581
4582 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4583
4584         * pa.c (DO_FRAME_NOTES): Move forward.
4585         (store_reg): Revise handling of frame notes.
4586         (load_reg): Likewise.
4587         (set_reg_plus_d): Likewise.
4588         (hppa_expand_prologue): Likewise.
4589         (hppa_expand_epilogue): Likewise.
4590
4591 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4592
4593         * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
4594
4595 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4596
4597         PR c/4475, c++/3780:
4598         * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
4599         * c-common.h (SWITCH_TYPE): Define.
4600         * c-typeck.c (c_start_case): Set SWITCH_TYPE.
4601         * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
4602         Rename spareness variable to sparseness.
4603         (expand_end_case_type): Renamed from expand_end_case, use orig_type
4604         if non-NULL instead of TREE_TYPE (orig_index).
4605         * tree.h (expand_end_case_type): Renamed from expand_end_case.
4606         (expand_end_case): Define using expand_end_case_type.
4607         * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
4608         to expand_end_case_type.
4609         * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
4610
4611 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4612
4613         * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
4614         (BIGGEST_ALIGNMENT): Change to 128.
4615
4616 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4617
4618         * pa32-linux.h (LINK_COMMAND_SPEC): Define.
4619
4620 2002-02-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4621
4622         * pa.md (call_internal_reg_64bit): Remove unused variable.
4623
4624 2002-02-04  Nick Clifton  <nickc@cambridge.redhat.com>
4625
4626         * config/arm/arm.h (machine_function): Add uses_anonymous_args
4627         field.
4628         (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
4629         * config/arm/arm.c (current_function_anonymous_args): Delete,
4630         replace uses with cfun->machine->uses_anonymous_args.
4631         (arm_reorg): Do not reset uses_anonymous_args.
4632
4633         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
4634         any geenral register.
4635
4636 2001-02-04  Bernd Schmidt  <bernds@redhat.com>s
4637
4638         * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
4639         the entry block.
4640
4641 2002-02-04  Richard Henderson  <rth@redhat.com>
4642
4643         * combine.c (force_to_mode): Remove STACK_BIAS code.
4644         (nonzero_bits): Likewise.  Replace sp/fp special case with
4645         REGNO_POINTER_ALIGN.
4646
4647         * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
4648         (HARD_FRAME_POINTER_REGNUM): New.
4649         (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
4650         (FIXED_REGS, CALL_USED_REGS): Update.
4651         (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
4652         (CONDITIONAL_REGISTER_USAGE): Update for HFP.
4653         (HARD_REGNO_NREGS): Update for SFP.
4654         (STACK_POINTER_OFFSET): Include bias here ...
4655         (FIRST_PARM_OFFSET): ... not here.
4656         (STACK_BIAS): Remove.
4657         (INIT_EXPANDERS): New.
4658         (STARTING_FRAME_OFFSET): Do not include bias.
4659         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
4660         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
4661         (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
4662         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
4663         * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
4664         * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
4665         (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
4666         (MUST_SAVE_REGISTER): Likewise.
4667         (sparc_flat_function_prologue): Likewise.
4668         (sparc_flat_function_epilogue): Likewise.
4669         (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
4670         (sparc_init_modes): SFP is GENERAL_REGS.
4671         (sparc_builtin_saveregs): SFP does not have bias applied.
4672
4673 2002-02-04  Richard Henderson  <rth@redhat.com>
4674
4675         * config/alpha/alpha.c (current_function_is_thunk): Don't check
4676         current_function_is_thunk.
4677         (alpha_sa_mask): Distinguish between current_function_is_thunk
4678         called from ASM_OUTPUT_MI_THUNK and not.
4679         (alpha_does_function_need_gp): Thunks always need gp.
4680         (alpha_start_function, alpha_output_function_end_prologue): Likewise.
4681         (alpha_output_mi_thunk_osf): New.
4682         * config/alpha/alpha-protos.h: Update.
4683         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
4684
4685 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
4686
4687         * c-typeck.c (build_c_cast): Warn when qualifiers are added to
4688         function types, not when they're taken away.
4689
4690 Mon Feb  4 09:05:58 2002  Jeffrey A Law  (law@redhat.com)
4691
4692         * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
4693         CODE_LABEL and jump table when replacing a table jump with a
4694         simple jump.
4695
4696 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4697
4698         * config/s390/s390-protos.h (legitimize_la_operand,
4699         s390_secondary_input_reload_class, s390_plus_operand,
4700         s390_expand_plus_operand): Add prototypes.
4701
4702         config/s390/s390.c (s390_secondary_input_reload_class,
4703         s390_plus_operand, s390_expand_plus_operand): New functions.
4704
4705         (struct s390_address): New member 'pointer'.
4706         (s390_decompose_address): Compute it.
4707         (legitimate_la_operand_p): Use it.
4708         (legitimize_la_operand): New function.
4709         (movti, movdi, movdf splitters): Call it.
4710
4711         config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
4712         (PREDICATE_CODES): Add s390_plus_operand.
4713
4714         config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
4715         (la_ccclobber): Allow GENERAL_REGS as output operand.
4716
4717         (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
4718         *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
4719         (*la_64, *la_31, reload_indi, reload_insi): ... these.
4720
4721 2002-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
4722
4723         * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
4724         register names for regular asm () construct.
4725
4726 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4727
4728         * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
4729         registers.
4730
4731 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4732
4733         * combine.c (recog_for_combine): Create a dummy insn with PATTERN
4734         pat for recog.
4735
4736 2002-02-04  Hartmut Penner  <hpenner@de.ibm.com>
4737
4738         * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
4739         constant pool to be identical by string address and index.
4740
4741 2002-02-04  Anthony Green  <green@redhat.com>
4742
4743         * output.h (SECTION_OVERRIDE): Define.
4744         * varasm.c (named_section): Obey SECTION_OVERRIDE.
4745
4746 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
4747
4748         * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
4749         by existing arm*-*-netbsd* (a.out) target.
4750         (ns32k-*-netbsdelf*): Likewise.
4751         (sparc-*-netbsdelf*): Likewise.
4752         (vax-*-netbsdelf*): Likewise.
4753
4754 2002-02-03  Danny Smith <dannysmith@users.sourceforge.net>
4755
4756         * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
4757         headers and libobjc headers.
4758
4759 2002-02-03  Mumit Khan  <khan@nanotech.wisc.edu>
4760
4761         * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
4762         (_mingw.h): Remove duplicate include.
4763
4764 2002-02-03  Jason Thorpe  <thorpej@wasabisystems.com>
4765
4766         * config.gcc: Set cpu_type to m68k for 68010, as well.
4767         (m68010-*-netbsdelf*): New...
4768         (m68k*-*-netbsdelf*): ...targets.
4769         * config/m68k/netbsd-elf.h: New file.
4770
4771 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4772
4773         * config/h8300/h8300.c (hand_list): Move inside function_arg.
4774
4775 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4776
4777         * config/h8300/h8300.c (h8_push_ops): Move inside
4778         h8300_init_once.
4779         (h8_pop_ops): Likewise.
4780         (h8_move_ops): Likewise.
4781
4782 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4783
4784         * config/h8300/h8300.c (os_task): Make it static.
4785         (monitor): Likewise.
4786         (pragma_saveall): Likewise.
4787
4788 2002-02-02  Alexandre Oliva  <aoliva@redhat.com>
4789
4790         * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
4791         constant is a valid sign-extension for Pmode.
4792
4793 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4794
4795         * config/h8300/h8300.c: Fix formatting.
4796
4797 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4798
4799         * config/h8300/h8300.md: Fix formatting.
4800
4801 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4802
4803         * config/h8300/h8300.md (one_cmpl patterns): Tighten the
4804         predicates of operands[1].  Split the patterns for each
4805         processor variant.
4806
4807 2002-02-02  Kazu Hirata  <kazu@hxi.com>
4808
4809         * config/h8300/h8300.md (xor patterns): Tighten the predicates
4810         of operands[1] to register_operand.
4811
4812 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4813
4814         * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
4815         * cpphash.c (_cpp_init_hashtable): Similarly.
4816         * cppinit.c (cpp_create_reader): Default the signed_char flag.
4817         (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
4818         (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
4819         (cpp_handle_option): Handle the new options.
4820         * cpplex.c (cpp_interpret_charconst): Use new flag.
4821         * cpplib.h (struct cpp_options): New member signed_char.
4822         * gcc.c (cpp_unique_options): Remove %c spec and documentation.
4823         (cpp_options): Handle -fsigned-char and -funsigned-char.
4824         (static_specs): Remove signed_char_spec.
4825         (do_spec1): Don't handle %c.
4826         * system.h: Poison SIGNED_CHAR_SPEC.
4827         * tradcif.y (yylex): Use flag_signed_char.
4828         * tradcpp.h (flag_signed_char): New.
4829         * tradcpp.c (flag_signed_char): New.
4830         (main): Handle new command-line options.
4831         (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
4832 config:
4833         * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
4834         * avr/avr.h: Remove old comments.
4835         * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
4836         (CC1_SPEC): Pass -fsigned-char if -mic*.
4837         (SIGNED_CHAR_SPEC): Remove.
4838 doc:
4839         * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
4840
4841 2002-02-01  Eric Christopher  <echristo@redhat.com>
4842
4843         From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
4844         * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
4845         * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
4846         (ASM_OUTPUT_REG_POP): Ditto.
4847
4848 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4849
4850         * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
4851         patch.
4852
4853 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
4854
4855         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
4856
4857 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
4858
4859         PR c/5304:
4860         * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
4861         unconditionally.
4862
4863 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
4864
4865         * cfganal.c: Include tm_p.h.
4866         (keep_with_call_p): Fix the test that determines if a register holds
4867         the return value of a call.
4868
4869 2002-02-01  DJ Delorie  <dj@redhat.com>
4870
4871         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
4872         we are given conflicting registers, switch to the other one we
4873         had allocated for us.
4874         * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
4875         as TImode so we know when the "other" register is available.
4876
4877 2002-02-01  David O'Brien  <obrien@FreeBSD.org>
4878
4879         * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
4880         sparc/sparc_bi.h.
4881
4882 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
4883
4884         * cfganal.c (keep_with_call_p): New function.
4885         (flow_call_edges_add): Prevent splitting a block between a call and
4886         a single-set instruction that should be kept in the same block.
4887
4888 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4889
4890         * doc/install.texi (avr): Update outdated URL.
4891
4892 2002-01-30  Andrew Haley  <aph@cambridge.redhat.com>
4893
4894         * config/stormy16/stormy16.md (pushqi): New.
4895         (popqi): New.
4896         (pushhi): New.
4897         (pophi): New.
4898         (movhi): Remove stack operands.
4899         (movqi): Likewise.
4900         * config/stormy16/stormy16.h (PREDICATE_CODES): Add
4901         nonimmediate_nonstack_operand.
4902         * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
4903         New.
4904         * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
4905         New.
4906
4907 2002-01-31  Jason Merrill  <jason@redhat.com>
4908
4909         * Makefile.in (c-parse.c): Handle .output file.
4910         * objc/Make-lang.in (objc-parse.c): Likewise.
4911
4912 2002-02-01  Alexandre Oliva  <aoliva@redhat.com>
4913
4914         * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
4915         the -me[lb] option is given.  Don't output the default flag
4916         twice.
4917
4918 2002-01-31  Zack Weinberg  <zack@codesourcery.com>
4919
4920         * c-lex.c (yyparse): Call debug_hooks->start_source_file for
4921         the primary source file; this has not been done yet.
4922         * c-decl.c (c_expand_body): Reset input_filename from
4923         DECL_SOURCE_FILE (fndecl) before calling init_function_start.
4924
4925 2002-01-31  Kazu Hirata  <kazu@hxi.com>
4926
4927         * rtlanal.c (subreg_regno_offset): Do not use
4928         SUBREG_REGNO_OFFSET.
4929         * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
4930         * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
4931
4932 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4933
4934         * gccbug.in: Follow GNU Coding Standards for --version.  Use GCC
4935         version rather than GNATS version in --version output.
4936
4937 2002-01-31  Richard Sandiford  <rsandifo@redhat.com>
4938
4939         * ifcvt.c (noce_process_if_block): Make a copy of the destination
4940         when copying back from a temporary.
4941
4942 2002-01-30  Richard Henderson  <rth@redhat.com>
4943
4944         * ifcvt.c (dead_or_predicable): Handling merging when other_bb
4945         and new_dest are the same.
4946
4947 2002-01-30  Richard Henderson  <rth@redhat.com>
4948
4949         PR opt/5076
4950         * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
4951         * rtl.c (note_insn_name): Update.
4952         * emit-rtl.c (remove_unnecessary_notes): Kill it.
4953         * stmt.c (expand_end_loop): Kill jump opt code.  Use LOOP_END_TOP_COND
4954         to perform loop rotation.
4955         (expand_exit_loop_top_cond): New.
4956         * tree.h (expand_exit_loop_top_cond): Declare it.
4957         * c-semantics.c (genrtl_while_stmt): Use it.
4958         (genrtl_for_stmt): Likewise.
4959
4960 2002-01-30  Alexandre Oliva  <aoliva@redhat.com>
4961
4962         * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
4963         arguments to 64-bit boundaries on 64-bit ABIs.
4964
4965 2002-01-30  Steve Ellcey  <sje@cup.hp.com>
4966
4967         * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
4968
4969 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4970
4971         * c-decl.c (grokdeclarator): Handle type being a typedef for an
4972         invalid type.
4973
4974 2002-01-30  David O'Brien  <obrien@FreeBSD.org>
4975
4976         * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
4977         * config/sparc/sparc_bi.h: Remove file.
4978         * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
4979
4980 2002-01-30  Richard Henderson  <rth@redhat.com>
4981
4982         * sched-deps.c (sched_analyze): Make a call read the frame pointer.
4983
4984 2002-01-30  Zack Weinberg  <zack@codesourcery.com>
4985
4986         * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
4987
4988 2002-01-30  Jason Merrill  <jason@redhat.com>
4989
4990         * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
4991         (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
4992         (reg_save): Use DW_CFA_offset_extended_sf instead.
4993
4994         * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
4995
4996 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
4997
4998         * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
4999         in cselib_lookup.
5000
5001 2002-01-29  Aldy Hernandez  <aldyh@redhat.com>
5002
5003         * rs6000.md ("*call_value_local32"): Remove constraints.
5004         ("*call_value_local64"): Same.
5005         ("*call_value_indirect_nonlocal_aix32"): Same.
5006         ("*call_value_nonlocal_aix32"): Same.
5007         ("*call_value_indirect_nonlocal_aix64"): Same.
5008         ("*call_value_nonlocal_aix64"): Same.
5009         ("*call_value_nonlocal_sysv"): Same.
5010
5011 2002-01-29  Richard Henderson  <rth@redhat.com>
5012
5013         * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
5014
5015 2002-01-29  Richard Henderson  <rth@redhat.com>
5016
5017         * expr.c (force_operand): Ignore flag_pic for detecting pic
5018         address loads.
5019         * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
5020         for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
5021         * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
5022         instead of open-coded loop.
5023         * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
5024         be fixed when in use.
5025
5026 2002-01-29  Richard Henderson  <rth@redhat.com>
5027
5028         * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
5029         * sched-rgn.c (propagate_deps): Update them.
5030         * sched-deps.c (sched_analyze_insn): Update them.  Flush the
5031         clobbers list when either gets too long.
5032
5033 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
5034
5035         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
5036         and INDEX_REGS the same as GENERAL_REGS.
5037         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
5038
5039 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5040
5041         * tree.c (build_nonstandard_integer_type): Correct prototype.
5042
5043 2002-01-29  Ulrich Weigand  <uweigand@de.ibm.com>
5044
5045         * config/s390/s390.md (movstrsico, movstrdix_64,
5046         movstrsix_31): Remove, replace by ...
5047         (movstrdi_short, movstrsi_short, movstrdi_long,
5048         movstrsi_long): ... these.  New.
5049         (movstrdi, movstrsi): Adapt.
5050
5051         (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
5052         ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
5053         Remove unnecessary CC clobber.
5054         (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
5055         *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
5056
5057         (divmoddi4): Don't partially initialize TImode register.
5058
5059 2002-01-29  Geoffrey Keating  <geoffk@redhat.com>
5060
5061         * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
5062
5063 2002-01-29  Richard Henderson  <rth@redhat.com>
5064
5065         * flow.c (print_rtl_and_abort): Remove.
5066         (print_rtl_and_abort_fcn): Remove.
5067         (verify_local_live_at_start): Use dump_bb instead.
5068         (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
5069         (verify_wide_reg_1): Return 2 on mode test failure.
5070
5071 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5072
5073         PR c/3325, c/3326, c/2511, c/3347
5074         * c-decl.c (enum_decl_context): Remove BITFIELD.
5075         (grokdeclarator): Take bitfield width as an input.
5076         Ensure bitfields are given the correct type.  Perform
5077         bitfield width validation with build_bitfield_integer_type
5078         rather than waiting for finish_struct.
5079         (grok_typename, grok_typename_in_parm_context, start_decl,
5080         push_parmdecl, grokfield, start_function): Update calls to
5081         grokdeclarator.
5082         (build_bitfield_integer_type): New function.
5083         (finish_struct): Move bitfield validation to grokdeclarator
5084         and build_bitfield_integer_type.
5085         * tree.c (build_nonstandard_integer_type): New function.
5086         * tree.h (build_nonstandard_integer_type): New prototype.
5087 objc:
5088         * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
5089
5090 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
5091
5092         PR other/1502:
5093         * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
5094         don't ignore unrecognized -W* options.
5095         (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
5096         * cpplib.h (cpp_handle_option): Adjust prototype.
5097         * c-decl.c (c_decode_options): Pass 0 as last argument to
5098         cpp_handle_option.
5099
5100         PR c/2896:
5101         * gcc.c (cpp_unique_options): Split from cpp_options.
5102         (cpp_options): Source cpp_unique_options.
5103         (default_compilers): Use cpp_unique_options instead of cpp_options
5104         when used together with cc1_options.
5105         (static_specs): Add cpp_unique_options.
5106         * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
5107         when used together with cc1_options.
5108
5109 2002-01-29  Kazu Hirata  <kazu@hxi.com>
5110
5111         * config/h8300/h8300-protos.h: Update the prototype of
5112         output_a_shift.
5113         * config/h8300/h8300.c (output_a_shift): Remove an unused
5114         argument 'insn'.  Remove redundant code.
5115         * config/h8300/h8300.md: Adust to the new prototype of
5116         output_a_shift.
5117
5118 2002-01-29  Kazu Hirata  <kazu@hxi.com>
5119
5120         * config/h8300/h8300-protos.h: Update the prototypes of
5121         emit_a_rotate and expand_a_rotate.
5122         * config/h8300/h8300.c (emit_a_rotate): Change the type of the
5123         first argument to 'enum rtx_code'.
5124         (expand_a_rotate): Likewise.
5125
5126 2002-01-28  Kazu Hirata  <kazu@hxi.com>
5127
5128         * config/h8300/h8300-protos.h: Update the prototype of
5129         output_simode_bld.
5130         * config/h8300/h8300.c (output_simode_bld): Remove an argumen
5131         'log2'.
5132         * config/h8300/h8300.md: Adjust to the new prototype.
5133
5134 2002-01-28  Kazu Hirata  <kazu@hxi.com>
5135
5136         * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
5137         redundant code.
5138
5139 2002-01-28  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5140
5141         * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
5142         is a fixed register before returning pic_offset_table_rtx.
5143         * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
5144         when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
5145
5146 2002-01-28  Jason Merrill  <jason@redhat.com>
5147
5148         * dwarf2.h: Sync with src version.
5149
5150 2002-01-28  Paul Koning  <pkoning@equallogic.com>
5151
5152         * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
5153         BT_FN_VOID_PTR_VAR.
5154         * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
5155         * doc/extend.texi (__builtin_prefetch): Update documentation:
5156         first argument is now const void ptr.
5157
5158 2002-01-28  Kazu Hirata  <kazu@hxi.com>
5159
5160         * config/h8300/h8300-protos.h: Remove an unused prototype.
5161
5162 2002-01-28  Roman Zippel  <zippel@linux-m68k.org>
5163
5164         * toplev.c (lang_independent_init): Round up identifier size.
5165
5166 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
5167
5168         * config.gcc: Revert previous change.
5169
5170 2002-01-28  Andris Pavenis  <pavenis@latnet.lv>
5171
5172         * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
5173
5174 2002-01-28  Richard Earnshaw  <rearnsha@arm.com>
5175
5176         * config.gcc (*-*-netbsdelf*): Set up generic parameters.
5177         (*-*-netbsd*): Always use collect2.  Remove collect2 settings from
5178         other non-elf netbsd config frags.
5179         * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
5180         collect2 will does that.
5181         * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
5182         shared-lib frobbing will work.
5183
5184 2002-01-28  Kazu Hirata  <kazu@hxi.com>
5185
5186         * config/h8300/h8300.h: Fix formatting.
5187         * config/h8300/h8300.md: Likewise.
5188
5189 2002-01-28  Loren J. Rittle  <ljrittle@acm.org>
5190
5191         * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
5192         the old, removed AAA_standards fix.
5193         * fixinc/fixincl.x: Rebuilt.
5194
5195 2002-01-28  Hans-Peter Nilsson  <hp@axis.com>
5196
5197         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
5198         atexit call in crtbegin, hooked in after call to frame_dummy;
5199         register EH before registering __fini__start.
5200
5201 2002-01-28  Aldy Hernandez  <aldyh@redhat.com>
5202
5203         * config/rs6000/altivec.h: Remove spurious semicolons.
5204
5205 2002-01-27  Kazu Hirata  <kazu@hxi.com>
5206
5207         * config/h8300/h8300.md: Replace dead bit extraction patterns
5208         with ones that work.
5209
5210 Sun Jan 27 13:23:40 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5211
5212         * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
5213         if not STRICT_ALIGNMENT.
5214         * rtl.h (MEM_ALIGN): Likewise.
5215
5216 2002-01-27  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5217
5218         * doc/invoke.texi (-fdump-translation-unit): Revert this
5219         patch: 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5220
5221 2002-01-27  Kazu Hirata  <kazu@hxi.com>
5222
5223         * config/h8300/h8300.md (define_constants): New.
5224         (anonymous patterns) Use defined constants appropriately.
5225
5226 2002-01-27  Kazu Hirata  <kazu@hxi.com>
5227
5228         * config/h8300/h8300.c (function_arg): Remove redundant code.
5229
5230 2002-01-26  Richard Henderson  <rth@redhat.com>
5231
5232         * sched-deps.c (reg_pending_uses_head): New.
5233         (reg_pending_barrier): Rename from reg_pending_sets_all.
5234         (find_insn_list): Don't mark inline.
5235         (find_insn_mem_list): Remove.
5236         (add_dependence_list, add_dependence_list_and_free): New.
5237         (flush_pending_lists): Replace only_write param with separate
5238         for_read and for_write parameters.  Update all callers.  Use
5239         add_dependence_list_and_free.
5240         (sched_analyze_1): Do not add reg dependencies here; just set
5241         the pending bits.  Use add_dependence_list.
5242         (sched_analyze_2): Likewise.
5243         (sched_analyze_insn): Replace schedule_barrier_found with
5244         reg_pending_barrier.  Add all dependencies for pending reg
5245         uses, sets, and clobbers.
5246         (sched_analyze): Don't add reg dependencies for calls, just
5247         set pending bits.  Use regs_invalidated_by_call.  Treat
5248         sched_before_next_call as a normal list, not a fake insn.
5249         (init_deps): No funny init for sched_before_next_call.
5250         (free_deps): Free pending mems lists.  Don't zero reg_last.
5251         (init_deps_global): Init reg_pending_uses.
5252         (finish_deps_global): Free it.
5253         * sched-int.h (deps): Make in_post_call_group_p boolean.  Update docs.
5254         (find_insn_mem_list): Remove.
5255         * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
5256         (propagate_deps): Use them.  Zero temp mem lists.
5257
5258 2002-01-26  Richard Henderson  <rth@redhat.com>
5259
5260         * Makefile.in (CRTSTUFF_CFLAGS): New.
5261         (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
5262         * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
5263         crtstuff.c instead of alpha assembly version.
5264         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
5265         entire dummy function sequence.  Use FORCE_CODE_SECTION_ALIGN
5266         not FORCE_{INIT,FINI}_SECTION_ALIGN.
5267         (__do_global_dtors_aux): Mark used.
5268         (frame_dummy, __do_global_ctors_aux): Mark used.
5269         (fini_dummy, init_dummy): Remove.
5270
5271         * config/alpha/crtbegin.asm: Remove file.
5272         * config/alpha/crtend.asm: Remove file.
5273         * config/alpha/t-crtbe: Remove file.
5274         * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
5275         (LINK_EH_SPEC): New.
5276
5277         * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
5278         FORCE_INIT_SECTION_ALIGN hack.  Register __fini_start before
5279         calling constructors.
5280         * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
5281
5282         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
5283         * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
5284         CRT_END_INIT_DUMMY hack.
5285         * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
5286         FORCE_{INIT,FINI}_SECTION_ALIGN.
5287
5288         * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
5289         FORCE_{INIT,FINI}_SECTION_ALIGN.
5290
5291         * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
5292         invocation sequence.
5293         * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
5294
5295         * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
5296         (FORCE_CODE_SECTION_ALIGN): New.
5297
5298 2002-01-26  Richard Henderson  <rth@redhat.com>
5299
5300         * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
5301
5302 2002-01-26  Richard Henderson  <rth@redhat.com>
5303
5304         * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
5305         (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
5306
5307 2002-01-26  Kazu Hirata  <kazu@hxi.com>
5308
5309         * config/h8300/h8300.md: Remove bit extraction patterns that
5310         cannot be triggered.
5311         Restrict each bit extraction pattern to a variant on which the
5312         pattern is tested.
5313
5314 2002-01-26  Joseph S. Myers  <jsm28@cam.ac.uk>
5315
5316         * doc/include/texinfo.tex: Update to version 2002-01-04.07.
5317
5318 2002-01-26  Kazu Hirata  <kazu@hxi.com>
5319
5320         * config/h8300/h8300.md: Remove bit test patterns that cannot
5321         be triggered.
5322         Restrict each bit test pattern to a variant on which the
5323         pattern is tested.
5324
5325 2002-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5326
5327         * builtins.c (expand_builtin_strncat): Remove redundant check for
5328         INTEGER_CST.
5329
5330 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
5331
5332         * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
5333         default setting.
5334         * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
5335         existing setting.
5336
5337 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
5338
5339         * dbxout.c (dbxout_init): Use assemble_name rather than just
5340         stripping off the first character.
5341         (dbxout_source_file): Likewise.
5342
5343 2002-01-25  DJ Delorie  <dj@redhat.com>
5344
5345         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
5346         using rtx_equal_p, not by comparing pointers.
5347
5348 2002-01-25  Steve Ellcey  <sje@cup.hp.com>
5349
5350         * emit-rtl.c (gen_rtx_REG): Always return the same rtx
5351         for PIC_OFFSET_TABLE_REGNUM.
5352         (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
5353
5354 2002-01-25  David O'Brien  <obrien@FreeBSD.org>
5355
5356         * config.gcc (x86_64-*-freebsd*): New target.
5357         (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
5358         value.
5359         (i[34567]86-*-freebsd*): Don't include svr4.h.
5360         * config/i386/freebsd64.h: New file.
5361
5362 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
5363
5364         * config/alpha/x-vms (version): Make static.
5365
5366         * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
5367         in previous checkin.
5368
5369         * Makefile.in (install-headers-cp): New target.
5370         * config.gcc (alpha-dec-*vms*): Install headers with
5371         install-headers-cp
5372
5373 Fri Jan 25 22:42:49 CET 2002  Jan Hubicka  <jh@suse.cz>
5374
5375         * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
5376         avoid it's copies.
5377
5378 Fri Jan 25 08:26:19 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5379
5380         * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
5381         of compare_tree_int.
5382         (expand_builtin_strncat): Likewise.
5383         * c-decl.c (finish_struct): Use tree_low_cst.
5384         * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
5385         * tree.c (compare_tree_int): Likewise.
5386
5387 2002-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
5388
5389         * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
5390         adjustments even if they are implemented by more than two insns.
5391
5392 Fri Jan 25 20:43:56 CET 2002  Jan Hubicka  <jh@suse.cz>
5393
5394         * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
5395         * df.h (struct ref): Kill B.
5396         (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
5397
5398         * basic-block.h (PROP_EQUAL_NOTES): New flag.
5399         * flow.c (propagate_one_insn): Use it.
5400         (mark_used_regs): Handle NIL.
5401
5402 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
5403
5404         * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
5405         to help folding.
5406
5407 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
5408
5409         * rs6000.md (prefetch): Make address V4SI mode so that the address
5410         is restricted to legitimate form for instruction.
5411
5412 2002-01-25  Bob Wilson  <bob.wilson@acm.org>
5413
5414         * doc/install.texi (xtensa-*-elf): New target.
5415         (xtensa-*-linux*): New target.
5416         * doc/contrib.texi: Add myself.
5417
5418 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
5419
5420         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
5421         purpose register to hold an SImode (or smaller) value.
5422
5423 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
5424
5425         * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
5426         registry only.
5427         * crtstuff.c: Likewise.
5428
5429 2002-01-25  Kazu Hirata  <kazu@hxi.com>
5430
5431         * config/h8300/h8300.md (negation patterns): Tighten
5432         predicates to register_operand.
5433
5434 2002-01-24  Aldy Hernandez  <aldyh@redhat.com>
5435
5436         * loop.c (emit_prefetch_instructions): Use the prefetch insn's
5437         mode, not Pmode.
5438
5439         * builtins.c (expand_builtin_prefetch): Same.
5440
5441 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
5442
5443         * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
5444         modes.
5445
5446 2002-01-24  Kazu Hirata  <kazu@hxi.com>
5447
5448         * config/h8300/h8300.c (print_operand): Remove support for
5449         operand character 'A'.
5450         * config/h8300/h8300.md (three anonymous patterns): Replace
5451         operand character 'A' with either 'T' or 'S'.
5452
5453 2002-01-24  Kazu Hirata  <kazu@hxi.com>
5454
5455         * config/h8300/h8300.c (print_operand): Remove support for
5456         operand character 'U'.
5457
5458 2002-01-24  Andris Pavenis  <pavenis@latnet.lv>
5459
5460         * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
5461
5462 2002-01-24  Nick Clifton  <nickc@cambridge.redhat.com>
5463
5464         * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
5465         values to be assigned to the stack pointer.
5466
5467 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
5468
5469         * emit_rtl.c (gen_lowpart_common): Conversion from const_int
5470         to const_double needs to be done right for big-endian systems.
5471
5472 2002-01-24  Jason Merrill  <jason@redhat.com>
5473
5474         PR c++/2432
5475         * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
5476         to can_throw_internal.
5477
5478 2002-01-23  Richard Henderson  <rth@redhat.com>
5479
5480         * fold-const.c (fold): Change UINT_MAX test to check vs precision
5481         rather than TYPE_MAX_VALUE.  Fix indentation and a bogus negation.
5482
5483 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
5484
5485         * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
5486         (symGOT2reg): Use them, then set as GOT value as unchanging.
5487         (symGOTOFF2reg): Set REG_EQUAL note.  Use a different pseudo
5488         as a temporary, if possible.
5489         (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC.  Emit
5490         sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
5491
5492 2002-01-23  Kazu Hirata  <kazu@hxi.com>
5493
5494         * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
5495         accept to accept 0x80 as operands[2].
5496
5497 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
5498
5499         * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
5500
5501 2002-01-23  Richard Henderson  <rth@redhat.com>
5502
5503         * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
5504
5505 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
5506
5507         * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
5508         (parmlist_or_identifiers_1): Verify that only a parmlist follows
5509         an attribute.
5510
5511 2002-01-23  Richard Henderson  <rth@redhat.com>
5512
5513         * expr.c (move_by_pieces_1): Extend size before negation.
5514
5515         * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
5516         (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
5517         (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
5518         * config/m68k/t-m68kelf: Likewise.
5519
5520 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
5521
5522         * config/xtensa/elf.h: New file.
5523         * config/xtensa/lib1funcs.asm: New file.
5524         * config/xtensa/lib2funcs.S: New file.
5525         * config/xtensa/linux.h: New file.
5526         * config/xtensa/t-xtensa: New file.
5527         * config/xtensa/xtensa-config.h: New file.
5528         * config/xtensa/xtensa-protos.h: New file.
5529         * config/xtensa/xtensa.c: New file.
5530         * config/xtensa/xtensa.h: New file.
5531         * config/xtensa/xtensa.md: New file.
5532         * config.gcc (xtensa-*-elf*): New target.
5533         (xtensa-*-linux*): New target.
5534         * cse.c (canon_hash): Compare rtx pointers instead of register
5535         numbers.  This is required for the Xtensa port.
5536         * integrate.c (copy_insn_list): Handle case where the static
5537         chain is in memory and the memory address has to be copied to
5538         a register.
5539         * doc/invoke.texi (Option Summary): Add Xtensa options.
5540         (Xtensa Options): New node.
5541         * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
5542
5543 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5544
5545         * diagnostic.c (internal_error): Do ICE suppression only
5546         when ENABLE_CHECKING is not defined.
5547
5548         * c-typeck.c (require_complete_type): Return error_mark_node
5549         if type is error_mark_node.
5550
5551 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
5552
5553         * toplev.c (process_options): Disable -fprefetch-loop-arrays with
5554         -Os and issue a warning.
5555
5556 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
5557
5558         * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
5559         current (lack of) need for host configuration by hand.
5560
5561         * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
5562         references.  Documentation of some target macros moved from
5563         hostconfig.texi to tm.texi.
5564
5565 2002-01-23  Will Cohen  <wcohen@redhat.com>
5566
5567         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
5568         defined.
5569
5570 2002-01-23  Kazu Hirata  <kazu@hxi.com>
5571
5572         * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
5573         operand[3].
5574
5575 2002-01-23  Jason Merrill  <jason@redhat.com>
5576
5577         * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
5578
5579         * function.c (assign_parms): Don't put args of inline functions
5580         into registers when not optimizing.
5581
5582 2002-01-23  Nick Clifton  <nickc@cambridge.redhat.com>
5583
5584         * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
5585         (prologue_use): New pattern.
5586         * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
5587         preference to gen_rtx_USE.
5588         (thumb_expand_prologue): Use gen_prologue_use in preference to
5589         gen_rtx_USE.
5590         (thumb_expand_epilogue): Use gen_prologue_use in preference to
5591         gen_rtx_USE.
5592
5593 2002-01-23  Hans-Peter Nilsson  <hp@bitrange.com>
5594
5595         * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
5596
5597 2002-01-23  Neil Booth  <neil@daikokuya.demon.co.uk>
5598
5599         PR c/3504
5600         * doc/extend.texi: Correct documentation of __alignof__.
5601
5602 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
5603
5604         * params.h: Rename arguments of DEFPARAM so that it will be
5605         recognized as a translation keyword.
5606
5607 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
5608
5609         * extend.texi: Document altivec functions.
5610         Fix N-bit adjectives in X86 builtin documentation.
5611
5612 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
5613
5614         * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
5615         auto_inc_dec values.
5616
5617 2002-01-22  Richard Earnshaw  <rearnsha@arm.com>
5618
5619         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
5620         after backslash.
5621         (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
5622
5623 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
5624
5625         * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
5626
5627 2002-01-22  Richard Henderson  <rth@redhat.com>
5628
5629         * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
5630         copy_insn not copy_rtx.
5631
5632 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
5633
5634         * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
5635         "nonzero" as that might add "1" bits.  Ensure "constop" is
5636         properly sign extened.
5637         (force_to_mode): Tweak for sign extended constop.
5638
5639 2002-01-22  Richard Henderson  <rth@redhat.com>
5640
5641         * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
5642         for_each_rtx instead of assuming we're already looking at the MEM.
5643         (split_small_symbolic_mem_operand): Likewise.
5644         * config/alpha/alpha.h (PREDICATE_CODES): Update.
5645         * config/alpha/alpha.md (small symbolic memory splitters): Update.
5646
5647 2002-01-22  Richard Henderson  <rth@redhat.com>
5648
5649         * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
5650         sequence number for the literal.
5651         (divmoddi_internal_er): Likewise.
5652
5653 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5654
5655         PR java/4972
5656         * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
5657         in LIBICONV variable.
5658         * configure: Regenerated.
5659
5660 2002-01-22  Krister Walfridsson  <cato@df.lth.se>
5661
5662         * dependence.c (build_def_use): Remove array_idx.
5663
5664         * dwarfout.c (last_filename): Remove.
5665         (output_compile_unit_die): Remove last_filename.
5666
5667 2002-01-22  Roger Sayle  <roger@eyesopen.com>
5668             Richard Henderson  <rth@redhat.com>
5669
5670         PR opt/3640
5671         * fold-const.c (fold): Optimize unsigned comparisons against
5672         UINT_MAX (and similar unsigned constants).
5673
5674 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
5675
5676         * Makefile.in (loop.o): Depend on OPTABS_H.
5677         * loop.c (emit_prefetch_instructions): Check the prefetch operand
5678         against the predicate.
5679
5680         PR target/5379
5681         * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
5682         for the address operand.
5683
5684 2002-01-22  Richard Henderson  <rth@redhat.com>
5685
5686         * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
5687
5688 2002-01-22  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5689
5690         PR other/5450
5691         * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
5692         preprocessor flags.
5693
5694 2002-01-22  Jason Thorpe  <thorpej@wasabisystems.com>
5695
5696         * config.gcc (x86_64-*-netbsd*): New target.
5697         * config/i386/netbsd64.h: New file.
5698
5699 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
5700
5701         * regrename.c (kill_value): Fix typo.
5702
5703 2002-01-22  Aldy Hernandez  <aldyh@redhat.com>
5704
5705         * doc/tm.texi: Remove STARTING_FRAME_PHASE.
5706
5707         * config/rs6000/rs6000.h: Same.
5708
5709         * function.c (instantiate_virtual_regs): Remove
5710         STARTING_FRAME_PHASE.
5711         (assign_stack_local_1): Same.
5712         Calculate frame phase.
5713
5714 2002-01-22  Nick Clifton  <nickc@redhat.com>
5715
5716         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
5717         variable declaration to outer scope in order to simplify
5718         future extensions.
5719         (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
5720         arm_hard_regno_mode_ok.
5721         * config/arm/arm-protos.h: Add a prototype for
5722         arm_hard_regno_mode_ok.
5723         * config/arm/arm.c (soft_df_operand): Remove now redundant
5724         check for DImode values using IP_REGNUM.
5725         (nonimmediate_soft_df_operand): Remove now redundant check for
5726         DImode values using IP_REGNUM.
5727         (arm_hard_regno_mode_ok): New function. New check: make sure
5728         that DImode values are not stored in IP_REGNUM.
5729
5730         * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
5731         note with a USE.
5732         (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
5733
5734 2002-01-22  Jason Merrill  <jason@redhat.com>
5735
5736         * c-semantics.c (genrtl_compound_stmt): Only check nesting
5737         consistency if this COMPOUND_STMT is scoped.
5738
5739 2002-01-22  Kazu Hirata  <kazu@hxi.com>
5740
5741         * predict.c: Fix formatting.
5742         * print-tree.c: Likewise.
5743         * protoize.c: Likewise.
5744         * real.h: Likewise.
5745         * rtl.h: Likewise.
5746         * sbitmap.h: Likewise.
5747         * scan.c: Likewise.
5748         * sched-deps.c: Likewise.
5749         * sched-vis.c: Likewise.
5750         * sdbout.c: Likewise.
5751         * sibcall.c: Likewise.
5752         * ssa.c: Likewise.
5753         * ssa-ccp.c: Likewise.
5754         * ssa-dce.c: Likewise.
5755         * stmt.c: Likewise.
5756         * stor-layout.c: Likewise.
5757         * system.h: Likewise.
5758
5759 Tue Jan 22 06:26:33 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5760
5761         * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
5762         if fits in bounds of base type.
5763
5764         * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
5765         (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
5766         (add_bound_info, default): If can't find a context, make a
5767         SAVE_EXPR.
5768         (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
5769
5770 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
5771
5772         * c-typeck.c (parser_build_binary_op): If result from
5773         build_binary_op is ERROR_MARK just return error_mark_node without
5774         further processing.
5775
5776 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
5777
5778         * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
5779         Split a.out-specific bits into...
5780         * config/netbsd-aout.h: ...this.
5781         * config/netbsd-elf.h: New file.
5782         * config/alpha/netbsd-elf.h: Remove.
5783         * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
5784         * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
5785         (STARTFILE_SPEC): Remove redundant definition.
5786         (ENDFILE_SPEC): Likewise.
5787         (LINK_SPEC): Likewise.
5788         (CPP_SPEC): Likewise.
5789         (ASM_SPEC): Likewise.
5790         (LIB_SPEC): Likewise.
5791         (SWITCH_TAKES_ARG): Likewise.
5792         (TARGET_MEM_FUNCTIONS): Likewise.
5793         (CPP_PREDEFINES): Redefine.
5794         (ASM_FINAL_SPEC): Remove redefinition.
5795         (ASM_COMMENT_START): Redefine.
5796         (FUNCTION_PROFILER): Define.
5797         (TARGET_VERSION): Redefine.
5798         Comment and formatting cleanup.
5799         * config/i386/netbsd.h: Include <netbsd-aout.h>.
5800         * config/m68k/netbsd.h: Include <netbsd-aout.h>.
5801         * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
5802         big- or little-endian.
5803         * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
5804         * config.gcc (*-*-netbsd*): Add definitions common to all
5805         NetBSD configs.
5806         (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
5807         gnu_ld definitions.  Add netbsd-elf.h to and remove
5808         alpha/netbsd-elf.h from tm_file.  Remove alpha/t-crtfm from
5809         tmake_file, and don't lose previous tmake_file contents.
5810         (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
5811         (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
5812         gnu_ld definitions.  Add netbsd-elf.h to tm_file.
5813         (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
5814         (mipsel-*-netbsd*): Rename this to...
5815         (mips*-*-netbsd*): ...this.  Add elfos.h to tm_file.  Add
5816         mips/little.h to tm_file for mips*el-*.
5817         (powerpc-*-netbsd*): Remove redundant xm_defines definition.
5818         (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
5819         (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
5820
5821 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5822
5823         * pa-protos.h (reg_before_reload_operand): New function prototype.
5824         * pa.c (reg_before_reload_operand): New function implementation.
5825         * pa.md (decrement_and_branch_until_zero, movb): Use it.  Change "!*m"
5826         contraints to "*m".
5827
5828 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5829
5830         * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
5831
5832 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5833
5834         * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
5835         (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
5836         (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
5837         (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
5838         (ENDFILE_SPEC): Undefine.
5839         (STARTFILE_SPEC): Redefine for PA.
5840
5841 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5842
5843         * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
5844
5845 2002-01-21  Daniel Jacobowitz  <drow@mvista.com>
5846
5847         * config.gcc: Add entries to supported PowerPC --with-cpu
5848         types.
5849
5850 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
5851
5852         * config/i386/i386.c (ix86_function_arg_regno_p): Never return
5853         true for 64-bit mode only SSE registers in 32-bit mode.
5854
5855 2002-01-21  Kazu Hirata  <kazu@hxi.com>
5856
5857         * unwind-dw2.c: Fix formatting.
5858         * unwind-dw2-fde.c: Likewise.
5859         * unwind-dw2-fde.h: Likewise.
5860         * unwind-pe.h: Likewise.
5861         * varasm.c: Likewise.
5862         * varray.h: Likewise.
5863
5864 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
5865
5866         Remove workaround for register stack overwrite bug in mmix.
5867         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
5868         support for TARGET_REG_STACK_FILL_BUG.
5869         * config/mmix/mmix.h: Remove member has_call_without_parameters.
5870         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
5871         Delete.
5872         (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
5873         (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
5874         -mno-reg-stack-fill-bug-workaround.
5875         * config/mmix/mmix.md ("call", "call_value"): Don't set struct
5876         machine member has_call_without_parameters.
5877         * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
5878         -mreg-stack-fill-bug-workaround and
5879         -mno-reg-stack-fill-bug-workaround.
5880         (MMIX Options): Ditto.
5881
5882 2002-01-21  Kazu Hirata  <kazu@hxi.com>
5883
5884         * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
5885         as appropriate.
5886         Remove redundant code.
5887
5888 2002-01-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5889
5890         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
5891         config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
5892         config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
5893         config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
5894         config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
5895         out target macro definitions and non-target-specific comments
5896         mostly taken from old versions of the manual.
5897
5898 2002-01-20  Kazu Hirata  <kazu@hxi.com>
5899
5900         * config/h8300/h8300.h: Fix comment formatting.
5901         * config/ia64/aix.h: Likewise.
5902         * config/ia64/ia64-protos.h: Likewise.
5903         * config/ia64/ia64.c: Likewise.
5904         * config/ia64/ia64.h: Likewise.
5905         * config/ia64/ia64intrin.h: Likewise.
5906         * config/ia64/linux.h: Likewise.
5907         * config/ia64/unwind-aix.c: Likewise.
5908         * config/ia64/unwind-ia64.c: Likewise.
5909
5910 2002-01-20  Kazu Hirata  <kazu@hxi.com>
5911
5912         * config/h8300/h8300.c: Revise comments about shift code.
5913
5914 2002-01-20  Kazu Hirata  <kazu@hxi.com>
5915
5916         * config/h8300/h8300.c (function_arg): Update a comment.
5917
5918 2002-01-20  Kazu Hirata  <kazu@hxi.com>
5919
5920         * config/h8300/h8300.md: Update the comments at the beginning
5921         of the file.
5922
5923 2002-01-20  Kazu Hirata  <kazu@hxi.com>
5924
5925         * config/i370/i370.c: Fix comment formatting.
5926         * config/i370/i370.h: Likewise.
5927         * config/i370/i370.md: Likewise.
5928         * config/i370/linux.h: Likewise.
5929
5930 Sun Jan 20 18:40:14 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5931
5932         * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
5933
5934         * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
5935         (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
5936         in incomplete case.
5937
5938 2002-01-20  Graham Stott  <grahams@redhat.com>
5939
5940         * cfgloop.c (flow_loop_preheader_scan): Fix typo.
5941
5942 2002-01-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5943
5944         * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
5945
5946 2002-01-19  Tom Rix  <trix@redhat.com>
5947
5948         * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
5949
5950 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
5951
5952         * doc/tm.texi (STARTING_FRAME_PHASE): Document.
5953
5954         * function.c (assign_stack_local_1): Adjust x_frame_offset with
5955         STARTING_FRAME_PHASE.
5956         (STARTING_FRAME_PHASE): New.
5957         (instantiate_virtual_regs): Check saneness of
5958         STARTING_FRAME_PHASE.
5959
5960         * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
5961
5962 2002-01-19  Alexandre Oliva  <aoliva@redhat.com>
5963
5964         * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
5965
5966 2002-01-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5967
5968         * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
5969         be used for bootstrapping GCC 3.0.
5970
5971 2002-01-18  Kazu Hirata  <kazu@hxi.com>
5972
5973         * config/h8300/h8300.md: Fix an insn length.
5974
5975 2002-01-18  Kazu Hirata  <kazu@hxi.com>
5976
5977         * bitmap.h: Fix comment formatting.
5978         * combine.c: Likewise.
5979         * cppfiles.c: Likewise.
5980         * c-pragma.h: Likewise.
5981         * c-typeck.c: Likewise.
5982         * df.c: Likewise.
5983         * dwarf2out.c: Likewise.
5984         * function.c: Likewise.
5985         * gcc.c: Likewise.
5986         * genattrtab.c: Likewise.
5987         * gthr-win32.h: Likewise.
5988         * haifa-sched.c: Likewise.
5989         * predict.c: Likewise.
5990         * rtlanal.c: Likewise.
5991         * rtl.h: Likewise.
5992         * unwind-dw2-fde.h: Likewise.
5993         * unwind-pe.h: Likewise.
5994         * vmsdbgout.c: Likewise.
5995
5996 Thu Jan 17 15:28:26 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5997
5998         * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
5999         if type_required and passed decl.
6000
6001 2002-01-17  Aldy Hernandez  <aldyh@redhat.com>
6002
6003         * config.gcc (cpu_type): Include altivec.h in powerpc
6004         extra_headers.
6005         Same for darwin.
6006
6007         * config/rs6000/altivec.h: New.
6008
6009 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
6010
6011         * doc/install.texi (*-ibm-aix*): Update assembler and exception
6012         handling information.
6013         * doc/trouble.texi (Interoperation): Add libstdc++ information
6014         for AIX.
6015         (Misunderstandings): Add template instantiation and static template
6016         member information for AIX.
6017
6018 2002-01-17  Jason Merrill  <jason@redhat.com>
6019
6020         * dbxout.c (dbxout_type): Support const and volatile.
6021
6022         * except.c (add_partial_entry): Remove backwards compatibility code.
6023         (end_protect_partials): Likewise.
6024
6025 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
6026
6027         * config/ia64/ia64.md (prologue_use): New.
6028         * config/ia64/ia64.c (ia64_expand_prologue): Use
6029         gen_prologue_use instead of gen_rtx_USE.
6030         (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
6031         as CODE_FOR_pred_rel_mutex.
6032         (ia64_sched_reorder2): Likewise.
6033
6034 2002-01-16  Eric Christopher  <echristo@redhat.com>
6035
6036         * config/mips/r3900.h: Reformat.
6037         (SUBTARGET_CPP_SIZE_SPEC): Remove.
6038         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
6039         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
6040         (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
6041         * config/mips/t-elf: Remove mips3 multilib.
6042
6043 2002-01-16  H.J. Lu <hjl@gnu.org>
6044
6045         * config/mips/linux.h: Include "mips/abi64.h".
6046
6047 2002-01-16  H.J. Lu <hjl@gnu.org>
6048
6049         * config/mips/t-linux: New.
6050
6051         * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
6052
6053         * config/mips/linux.h: Don't include "gofast.h".
6054         (INIT_SUBTARGET_OPTABS): Removed.
6055
6056 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6057
6058         * config/h8300/h8300-protos.h: Replace emit_a_shift with
6059         output_a_shift.
6060         * config/h8300/h8300.c: Likewise.
6061         * config/h8300/h8300.md: Likewise.
6062
6063 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6064
6065         * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
6066         spaces after an opcode name.
6067         (pushqi1_h8300hs): Likewise.
6068         (pushhi1_h8300hs): Likewise.
6069
6070 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6071
6072         * doc/extend.texi: Replace "option" with "attribute"
6073         appropriately.
6074
6075 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
6076
6077         * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
6078         (and:DI () (const_int -8)).
6079         (split_small_symbolic_mem_operand): Split
6080         (mem (and:DI () (const_int -8)).
6081
6082 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
6083
6084         PR target/5309:
6085         * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
6086         same way as TYPE_IMUL.
6087         (ultrasparc_sched_reorder): Likewise.
6088         * config/sparc/sparc.md (type): Add comment to update
6089         ultrasparc_sched_reorder when making changes.
6090
6091 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6092
6093         * doc/invoke.texi: Change the dump file name of block
6094         reordering pass from 28.bbro to 29.bbro.
6095         Mention -dk option.
6096
6097 Wed Jan 16 17:54:22 CET 2002  Jan Hubicka  <jh@suse.cz>
6098
6099         * i386.md (minsf splitter): Fix pasto.
6100
6101 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
6102
6103         * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
6104         to frame pointer initialisation instruction.
6105         (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
6106         initialisation instruction.
6107         (soft_df_operand): Do not accept the IP register.
6108         (nonimmediate_soft_df_operand): Do not accept the IP register.
6109
6110 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
6111
6112         PR target/5357:
6113         * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
6114         MASK_V8 being both set.
6115
6116 2002-01-16  Ulrich Weigand  <uweigand@de.ibm.com>
6117
6118         * config/s390/s390.c (s390_emit_prologue): Do not emit USE
6119         insn for GOT register; add REG_MAYBE_DEAD notes instead.
6120         config/s390/s390.md (call, call_value): Add GOT register to
6121         CALL_INSN_FUNCTION_USAGE where needed.
6122         (call_exp, call_value_exp): New.
6123
6124 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
6125
6126         * config/arm/arm.c: General formatting tidy up.
6127
6128 2002-01-16  Graham Stott  <grahams@redhat.com>
6129
6130         * calls.c (try_to_integrate): Use "(size_t)" intermediate
6131         cast and when casting an integer literal to "rtx" pointer.
6132         (expand_call): Likewise.
6133         * flow.c (try_pre_increment): Likewise.
6134         (find_use_as_address): Likewise.
6135         * integrate.c (expand_iline_function): Likewise.
6136         * regmove.c (try_auto_increment): Likewise.
6137
6138 2002-01-16  Graham Stott  <grahams@redhat.com>
6139
6140         * sched-rgn.c (passed): Use sbitmap_free.
6141         (header): Likewise.
6142         (inner): Likewise.
6143         (in_queue): Likewise.
6144         (in_stack): Likewise.
6145
6146 2002-01-15  Eric Christopher  <echristo@redhat.com>
6147
6148         * flow.c (propagate_one_insn): Change to use fatal_insn.
6149
6150 2002-01-15  Kazu Hirata  <kazu@hxi.com>
6151
6152         * expmed.c (extract_fixed_bit_field): Remove unused code.
6153         * system.h: Poison SLOW_ZERO_EXTEND.
6154         * doc/tm.texi: Remove.
6155         * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
6156         * config/arm/arm.h: Likewise.
6157         * config/avr/avr.h: Likewise.
6158         * config/clipper/clipper.h: Likewise.
6159         * config/convex/convex.h: Likewise.
6160         * config/d30v/d30v.h: Likewise.
6161         * config/dsp16xx/dsp16xx.h: Likewise.
6162         * config/elxsi/elxsi.h: Likewise.
6163         * config/fr30/fr30.h: Likewise.
6164         * config/h8300/h8300.h: Likewise.
6165         * config/i370/i370.h: Likewise.
6166         * config/i386/i386.h: Likewise.
6167         * config/m68k/m68k.h: Likewise.
6168         * config/mips/mips.h: Likewise.
6169         * config/ns32k/ns32k.h: Likewise.
6170         * config/pdp11/pdp11.h: Likewise.
6171         * config/pj/pj.h: Likewise.
6172         * config/s390/s390.h: Likewise.
6173         * config/sh/sh.h: Likewise.
6174         * config/stormy16/stormy16.h: Likewise.
6175         * config/v850/v850.h: Likewise.
6176         * config/vax/vax.h: Likewise.
6177         * config/we32k/we32k.h: Likewise.
6178
6179 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
6180
6181         * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
6182         (altivec_lvsl): Change constraint to b.
6183         (altivec_lvsr): Same.
6184         (altivec_lvebx): Same.
6185         (altivec_lvehx): Same.
6186         (altivec_lvewx): Same.
6187         (altivec_lvxl): Same.
6188         (altivec_lvx): Same.
6189         (altivec_stvx): Add parallel.
6190         (altivec_stvxl): Same.
6191         (altivec_stvehx): Same.
6192         (altivec_stvebx): Same.
6193         (altivec_stvebx): Same.
6194
6195 2002-01-15  Aldy Hernandez  <aldyh@redhat.com>
6196
6197         * config.gcc: Change altivec.h to altivec-defs.h.
6198
6199         * config/rs6000/altivec.h: Delete.
6200
6201         * config/rs6000/altivec-defs.h: Add.
6202
6203 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6204
6205         * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
6206         and UMOD modes.
6207
6208         * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
6209         less than or equal to eight bytes.
6210
6211         * vax.md (andsi3): Remove constraints and change SET destination
6212         operand type to nonimmediate_operand.
6213         (andhi3, andqi3): Likewise.  Don't clear high order bits of operand 1
6214         when it is a CONST_INT.
6215
6216 2002-01-15  Jason Merrill  <jason@redhat.com>
6217
6218         * c-common.def (FILE_STMT): New code.
6219         * c-common.c (statement_code_p): It's a statement.
6220         * c-common.h (stmt_tree_s): Add x_last_filename.
6221         (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
6222         (last_expr_filename): New macro.
6223         * c-semantics.c (begin_stmt_tree): Initialize it.
6224         (add_stmt): If the filename changed, also insert a
6225         FILE_STMT.
6226         (expand_stmt): Handle seeing one.
6227
6228 2002-01-15  Eric Christopher  <echristo@redhat.com>
6229
6230         * flow.c (propagate_one_insn): Add error message and print out
6231         insn for debugging.
6232
6233 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6234
6235         * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
6236         ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
6237         * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
6238         TRAMPOLINE_ALIGNMENT.
6239         * config/arm/arm.h, config/mcore/mcore.h: Likewise.  Change value
6240         to be in bits.
6241         * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
6242         PCC_BITFIELD_TYPE_MATTERS.
6243         * config/interix.h (STDC_VALUE): Remove.  Use
6244         STDC_0_IN_SYSTEM_HEADERS.
6245         * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
6246         (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
6247         ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
6248
6249 2002-01-15  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6250
6251         * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
6252         not work on this platform currently.
6253
6254 2002-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6255
6256         * c-typeck.c (build_unary_op): Don't wrap msgid argument of
6257         readonly_warning in _().
6258
6259 2002-01-15  Douglas B Rupp  <rupp@gnat.com>
6260
6261         * gcc.c (delete_if_ordinary): Backout previous change.
6262
6263 2002-01-15  Kazu Hirata  <kazu@hxi.com>
6264
6265         * config/h8300/h8300.c (print_operand): Remove support for
6266         unused operand characters.
6267
6268         * read-rtl.c: Fix formatting.
6269         * real.c: Likewise.
6270         * recog.c: Likewise.
6271         * regclass.c: Likewise.
6272         * regmove.c: Likewise.
6273         * reg-stack.c: Likewise.
6274         * reload1.c: Likewise.
6275         * rtlanal.c: Likewise.
6276
6277 2002-01-15  Kazu Hirata  <kazu@hxi.com>
6278
6279         * config/i386/i386.c: Fix formatting.
6280
6281 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
6282
6283         * c-typeck.c (process_init_element): Don't save_expr
6284         COMPOUND_LITERAL_EXPR if just its initializer will be used.
6285
6286 2002-01-15  David Edelsohn  <edelsohn@gnu.org>
6287
6288         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
6289         emit optional traceback table if optimize_size or TARGET_ELF.
6290         * config/rs6000/rs6000.md (prefetch): New.
6291
6292 2002-01-15  Andreas Jaeger  <aj@suse.de>
6293
6294         * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
6295
6296 2002-01-15  Kazu Hirata  <kazu@hxi.com>
6297
6298         * mips-tfile.c: Fix formatting.
6299
6300 Tue Jan 15 00:56:11 CET 2002  Jan Hubicka  <jh@suse.cz>
6301
6302         * unroll.c (final_reg_note_copy): Fix previous commit.
6303
6304 2002-01-14  Kazu Hirata  <kazu@hxi.com>
6305
6306         * config/h8300/h8300-protos.h: Remove the prototype for
6307         eq_operator.
6308         * config/h8300/h8300.c (eq_operator): Remove.
6309
6310 2002-01-14  Richard Henderson  <rth@redhat.com>
6311
6312         * config/i386/i386.md (prefetch): Tidy.
6313         (prefetch_3dnow): Fix locality operand.
6314
6315 2002-01-14  Richard Henderson  <rth@redhat.com>
6316
6317         * config/mips/mips.h (HI_AND_FP_REGS): New register class.
6318         (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
6319
6320 2002-01-14  Hans-Peter Nilsson  <hp@bitrange.com>
6321
6322         * reload1.c (reload_combine): Pass reg_sum replacement through
6323         copy_rtx in loop performing multiple changes.
6324
6325 2002-01-14  Jakub Jelinek  <jakub@redhat.com>
6326
6327         * except.c (remove_unreachable_regions): New.
6328         (free_eh_status): Clear exception_handler_labels.
6329         (convert_from_eh_region_ranges): Call remove_unreachable_regions.
6330         (find_exception_handler_labels): Don't add the same label more than
6331         once.
6332         (remove_exception_handler_label): Don't die if
6333         find_exception_handler_labels hasn't been called for the current
6334         function yet.
6335
6336 Mon Jan 14 21:26:13 CET 2002  Jan Hubicka  <jh@suse.cz>
6337
6338         * toplev.c (rest_of_compilation): Rebuild jump labels after
6339         gcse.
6340
6341 2002-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6342
6343         * doc/extend.texi: Move documentation of X86 built-in functions
6344         here.
6345         * doc/invoke.texi: From here.
6346         * doc/sourcebuild.texi: Document location of documentation for
6347         machine built-in functions.
6348
6349 2002-01-13  Christopher Faylor  <cgf@redhat.com>
6350
6351         * cppfiles.c (TEST_THRESHOLD): New macro.
6352         (SHOULD_MMAP): Ditto.
6353         (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
6354         be used.
6355
6356 Mon Jan 14 20:23:34 CET 2002  Jan Hubicka  <jh@suse.cz>
6357
6358         * unroll.c (final_reg_note_copy): Properly handle
6359         REG_LABEL
6360         (unroll_loops): Fix LOOP_CONDITION heuristics.
6361
6362 2002-01-14  Geoffrey Keating  <geoffk@redhat.com>
6363
6364         * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
6365         * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
6366
6367 Mon Jan 14 20:18:19 CET 2002  Jan Hubicka  <jh@suse.cz>
6368
6369         * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
6370         threaded loop.
6371
6372 2002-01-14  Tom Rix  <trix@redhat.com>
6373
6374         * config/rs6000/rs6000.md: Fix typo with sradi.
6375
6376 2002-01-14  Ulrich Weigand  <uweigand@de.ibm.com>
6377
6378         * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
6379         movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
6380         (clrstrdi, clrstrsi): Adapt callers.
6381
6382         (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
6383
6384         (movti splitter): Never use register 0 as base register.
6385
6386 2002-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6387
6388         * combine.c (simplify_shift_const): Always generate new rtx
6389         for shift expression instead of reusing given expression.
6390
6391 Mon Jan 14 07:08:55 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6392
6393         * config/alpha/alpha.c (alpha_expand_mov): Don't call
6394         alpha_legitimize_address unless mode is Pmode.
6395
6396 2002-01-13  Geoffrey Keating  <geoffk@redhat.com>
6397
6398         * doc/md.texi (Modifiers): Document the '*' constraint for the
6399         user.
6400
6401         * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
6402         * doc/extend.texi (Function Attributes): 'interrupt' is valid
6403         for xstormy16 too.
6404
6405 2002-01-13  Richard Henderson  <rth@redhat.com>
6406
6407         * reload.c (find_reloads): Use a hard reg destination as reload reg
6408         for an input reload of the source.
6409
6410 2002-01-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6411
6412         * doc/install.texi (Binaries): Make link to ftp.writtenword.com
6413         more generic.
6414
6415 Sun Jan 13 07:23:01 2002  Douglas B Rupp  <rupp@gnat.com>
6416
6417         * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
6418         * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
6419
6420         * config/alpha/x-vms (USE_COLLECT2): Set to empty.
6421
6422 Sun Jan 13 06:55:31 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6423
6424         * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
6425
6426 2002-01-12  Tom Rix  <trix@redhat.com>
6427
6428         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
6429         TARGET_POWERPC64.
6430
6431 2002-01-12  Richard Henderson  <rth@redhat.com>
6432
6433         * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
6434
6435         * doc/invoke.texi: Update Alpha options.
6436
6437         * doc/invoke.texi: Update i386 built-in function lists.
6438
6439 Sat Jan 12 17:38:11 CET 2002  Jan Hubicka  <jh@suse.cz>
6440
6441         * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
6442         referencing outside.
6443
6444 Sat Jan 12 08:54:51 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6445
6446         * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
6447         * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
6448         offsets, and change line folding.
6449         * optabs.c (expand_binop): Remove warnings.
6450         * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
6451
6452 2002-01-12  Graham Stott <grahams@redhat.com>
6453
6454         * attribs.c (handle_deprecated_attribute): constify WHAT.
6455         * diagnostic.c (warn_deprecated_use): Add braces, fixes
6456         dangling else warning and constify WHAT.
6457         * except.h (struct function, struct inline_remap): Move
6458         struct tag forward defs before all prototypes.
6459         (duplicate_eh_regions): Whitespace.
6460
6461 2002-01-12  Nick Clifton  <nickc@cambridge.redhat.com>
6462
6463         * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
6464         MODE_BASE_REG_CLASS.
6465         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
6466
6467 2002-01-12  Richard Henderson  <rth@redhat.com>
6468
6469         * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
6470         (ix86_expand_vector_move): New.
6471         (bdesc_2arg): Remove andps, andnps, orps, xorps.
6472         (ix86_init_mmx_sse_builtins): Make static.  Remove composite builtins.
6473         Remove old prefetch builtins.  Special case the logicals removed above.
6474         (ix86_expand_builtin): Likewise.
6475         (safe_vector_operand): Use V4SFmode, not TImode.
6476         (ix86_expand_store_builtin): Remove shuffle arg.  Update callers.
6477         (ix86_expand_timode_binop_builtin): New.
6478         * config/i386/i386-protos.h: Update.
6479         * config/i386/i386.h (enum ix86_builtins): Update.
6480         * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
6481         Use ix86_expand_vector_move in vector move expanders.
6482         (movti_internal, movti_rex64): Add xorps alternative.
6483         (sse_clrv4sf): Rename and adjust from sse_clrti.
6484         (prefetch): Don't work so hard.
6485         (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
6486         * config/i386/xmmintrin.h (__m128): Use V4SFmode.
6487         (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
6488
6489 2002-01-11  Richard Henderson  <rth@redhat.com>
6490
6491         * config/i386/mmintrin.h: New file.
6492         * config/i386/xmmintrin.h: New file.
6493         * config.gcc (i?86-*-*): Add extra_headers.
6494         * simplify-rtx.c (simplify_unary_operation): Handle saturating
6495         truncation codes.
6496         (simplify_binary_operation): Handle saturating arithmetic codes.
6497         * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
6498         not the lowpart subreg.
6499         (ix86_expand_builtin): Return a TImode dummy register instead of 0
6500         on error.
6501         * config/i386/i386.md (mmx_clrdi): Override memory attribute.
6502
6503 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6504
6505         * conflict.c (conflict_graph_compute): Free regsets when finished.
6506         * ssa.c (compute_coalesced_reg_partition): Likewise.
6507
6508 2002-01-12  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6509
6510         * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
6511         every where we allocate a register.
6512
6513 2002-01-12  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6514
6515         * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
6516         * lcm.c (compute_earliest, compute_farthest): Likewise.
6517
6518 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
6519
6520         * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
6521
6522 2002-01-11  Janis Johnson  <janis187@us.ibm.com>
6523
6524         * doc/rtl.texi (Insns): Fix 2 typos.
6525
6526 2002-01-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6527
6528         * doc/invoke.texi: Avoid overfull hboxes.  Add summary of D30V
6529         options.  Use @table @gcctabopt for MMIX options.  Add index
6530         entries for MMIX options.  Start new paragraph with first
6531         heading of the machine-dependent options.
6532
6533 2002-01-11  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6534
6535         PR other/5299
6536         * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
6537         * combine.c (force_to_mode): Same.
6538         * reload1.c (clear_reload_reg_in_use): Same.
6539
6540 2002-01-11  Nick Clifton  <nickc@cambridge.redhat.com>
6541
6542         * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
6543         and 'subtargets'.
6544
6545 2002-01-11  Andreas Jaeger  <aj@suse.de>,
6546             Brad Lucier <lucier@math.purdue.edu>
6547
6548         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
6549         mcpu.
6550
6551 Fri Jan 11 07:35:12 2002  Douglas B Rupp  <rupp@gnat.com>
6552
6553         * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
6554         Protect with IN_LIBGCC.
6555         (LINK_EH_SPEC): Add required trailing space.
6556
6557 Fri Jan 11 09:25:05 2002  Nicola Pero  <n.pero@mi.flashnet.it>
6558
6559         * c-tree.h: Move function declarations so that they are listed
6560         under the filename which contains them.
6561         (check_identifier, finish_decl_top_level,
6562         lookup_name_current_level_global, shadow_record_fields): Remove.
6563
6564 2002-01-11  Andreas Jaeger  <aj@suse.de>
6565
6566         * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
6567         march.
6568
6569 2002-01-10  Richard Henderson  <rth@redhat.com>
6570
6571         * config/alpha/alpha.c (print_operand): Add 'J'.
6572         * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
6573         new operand with the sequence number for the lituse.  When splitting
6574         the insns, use gen_movdi_er_high_g and generate a sequence number.
6575         (gen_movdi_er_high_g): Print the sequence number if non-zero.
6576
6577 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
6578
6579         * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
6580         lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
6581         stvxl.
6582         (altivec_expand_builtin): Same.
6583         (altivec_expand_stv_builtin): New.
6584
6585         * config/rs6000/rs6000.h (rs6000_builtins): Same.
6586
6587         * config/rs6000/rs6000.md ("altivec_lvebx"): New.
6588         ("altivec_lvehx"): New.
6589         ("altivec_lvewx"): New.
6590         ("altivec_lvxl"): New.
6591         ("altivec_lvx"): New.
6592         ("altivec_stvx"): New.
6593         ("altivec_stvebx"): New.
6594         ("altivec_stvehx"): New.
6595         ("altivec_stvewx"): New.
6596         ("altivec_stvxl"): New.
6597
6598 2002-01-10  Richard Henderson  <rth@redhat.com>
6599
6600         * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
6601         * reload1.c (delete_output_reload): Zap spill_reg_store.  Take
6602         care not to delete instructions twice.
6603
6604 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
6605
6606         * toplev.c: Don't declare environ (it's not used anywhere).
6607         * configure.in: Don't check for declaration of environ.
6608         * config/i386/xm-mingw32.h: Don't #define environ.
6609         * config.in, configure: Regenerate.
6610
6611 2002-01-10  Zack Weinberg  <zack@codesourcery.com>
6612
6613         * configure.in: Set stage1_cflags for powerpc-*-darwin*.
6614         * configure: Regenerate.
6615
6616         * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
6617         DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
6618         * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
6619         alpha/xm-vms.h.
6620         * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
6621         LIMITS_H_TEST here, not in m68k/x-next.
6622         * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
6623         SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
6624
6625         * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
6626         LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
6627         * config/alpha/x-vms: Don't set USE_COLLECT2.  Add comments.
6628
6629         * config/i386/x-djgpp: Renamed i386/t-djgpp.
6630         * config/m88k/x-dolph: Renamed m88k/t-dolph.
6631         * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
6632         * config/pa/x-pa-mpeix: Renamed pa/t-mpeix.  Update for
6633         replacement of quadlib.asm with quadlib.c.
6634
6635         * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
6636         config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
6637         config/rs6000/xm-beos.h: Delete file.
6638
6639         * config.gcc: Update to match above changes.
6640
6641 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6642
6643         * config/h8300/h8300.h: Fix comment typos.
6644         * config/h8300/h8300.md: Likewise.
6645         * config/h8300/lib1funcs.asm: Likewise.
6646
6647 2002-01-10  Dale Johannesen  <dalej@apple.com>
6648
6649         PR optimization/5269
6650         * unroll.c (precondition_loop_p): Make *increment be the correct
6651         sign when n_iterations known, to avoid confusing caller.
6652
6653 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6654
6655         * doc/extend.texi (deprecated): Fix a typo.
6656
6657 Thu Jan 10 22:35:54 CET 2002  Jan Hubicka  <jh@suse.cz>
6658
6659         * basic-block.h (update_br_prob_note): Declare.
6660         * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
6661         (try_forward_edges): Care negative frequencies and update note.
6662         (outgoing_edges_match): Tweek conditional merging heuristics.
6663         (try_crossjump_to_edge): use update_br_prob_note.
6664         * cfglayout.c (fixup_reorder_chain): Likewise.
6665         * cfrtl.c (update_br_prob_note): New.
6666         * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
6667
6668         * i386.c (ix86_decompose_address): Return -1 if address contains
6669         shift.
6670         (legitimate_address_p): Require ix86_decompose_address to return 1.
6671
6672         * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
6673         (cprop_insn): Likewise.
6674
6675 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6676
6677         * toplev.c: Fix formatting.
6678         * tree.c: Likewise.
6679         * tree-dump.c: Likewise.
6680         * unroll.c: Likewise.
6681         * unwind-dw2.c: Likewise.
6682         * unwind-dw2-fde.c: Likewise.
6683         * unwind-dw2-fde-glibc.c: Likewise.
6684         * unwind-sjlj.c: Likewise.
6685
6686 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6687
6688         * doc/invoke.texi: Document PDP-11 options.
6689
6690 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6691
6692         * config/h8300/h8300.h: Fix formatting.
6693
6694 2002-01-10  Ira Ruben   <ira@apple.com>
6695
6696         Add __attribute__ ((deprecated)).
6697         * extend.texi: Document __attribute__ ((deprecated)).
6698         * invoke.texi: Document -Wno-deprecated-declarations.
6699         * testsuite/g++.dg/other/deprecated.C: New C++ test.
6700         * testsuite/gcc.dg/deprecated.c: New C test.
6701         * attribs.c (enum attrs): Declare handle_deprecated_attribute().
6702         (c_common_attribute_table): Add "deprecated" entry.
6703         (handle_deprecated_attribute): New function.
6704         * c-decl.c (deprecated_states): New enum.
6705         deprecated_state: State of "deprecated" handling.
6706         (start_decl): Set deprecated_state based on attributes.
6707         (grokdeclarator): Test for deprecated uses, propagate attribute.
6708         * c-typeck.c (build_component_ref): Test for deprecated fields.
6709         (build_external_ref): Test for deprecated primaries.
6710         * diagnostic.c (warn_deprecated_use) New function to issue
6711         warnings about __attribute__ ((depricated)) references.
6712         * flags.h (warn_deprecated_decl): Extern declared for
6713         -W[no-]deprecated-declarations option.
6714         * print-tree.c (print_node): Show deprecated flag status.
6715         * toplev.c (warn_deprecated_decl): Defined.
6716         (W_options): Added "deprecated-declaration".
6717         * toplev.h (warn_deprecated_use): Extern declared.
6718         * tree.h (struct tree_common): Define deprecated_flag.
6719         (TREE_DEPRECATED): New macro to access flag.
6720         * cp/call.c (build_call): Test for deprecated calls.
6721         * cp/class.c (add_implicitly_declared_members): Set global
6722         flag to tell grokdeclarator to not issue deprecated warnings.
6723         * cp/cp-tree.h: Add extern for adding_implicit_members.
6724         * cp/decl.c (deprecated_states): New enum.
6725         (start_decl): Set deprecated_state based on attributes.
6726         (grokdeclarator): Test for deprecated uses, propagate attribute.
6727         * cp/lex.c (do_identifier): Test for deprecated primaries.
6728         * cp/typeck.c (build_component_ref): Test for deprecated fields.
6729
6730 2002-01-10  Ira Ruben   <ira@apple.com>
6731
6732         Fix to assign attributes to inline member functions.
6733         * cp/decl.c (start_method): Handle attrlist.
6734
6735 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6736
6737         * combine.c (expand_field_assignment): Use subreg_lsb().
6738
6739 2002-01-10  David Edelsohn  <edelsohn@gnu.org>
6740
6741         * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
6742         POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
6743         (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
6744         Recurse for any operand of AND as long as constant is non-zero.
6745
6746 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6747
6748         * config/h8300/h8300.md: Remove constraints from expanders.
6749
6750 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6751
6752         * varasm.c: Fix formatting.
6753         * varray.c: Likewise.
6754         * vmsdbgout.c: Likewise.
6755         * xcoffout.c: Likewise.
6756
6757 Thu Jan 10 17:19:12 CET 2002  Jan Hubicka  <jh@suse.cz>
6758
6759         * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
6760         update edge probabilities to match.
6761
6762 2002-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6763
6764         * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
6765         dependencies.
6766         * doc/languages.texi, doc/sourcebuild.texi: New files.
6767         * doc/configfiles.texi: Make a subsubsection.  Update.
6768         * doc/configterms.texi: Add @node.  Remove warning that this isn't
6769         instructions for building GCC.
6770         * doc/makefile.texi: Make a subsection.
6771         * doc/gccint.texi: Update.
6772
6773 Thu Jan 10 16:39:58 CET 2002  Jan Hubicka  <jh@suse.cz>
6774
6775         * i386.md (sse_mov?fcc_const0_?): Fix constraints.
6776
6777 Thu Jan 10 12:45:50 2002  Nicola Pero  <n.pero@mi.flashnet.it>
6778
6779         * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
6780
6781 Thu Jan 10 11:19:18 CET 2002  Jan Hubicka  <jh@suse.cz>
6782
6783         * optabs.c (expand_fix): Look for wider integer modes first.
6784
6785         * i386.md (mov?f): Avoid the fake const double trick for medium
6786         memory model.
6787         (min?f*/max?f*): Prohibit memory operands for i387 variant.
6788         (fop_df_4): Disable for SSE compilation.
6789
6790 2002-01-10  Graham Stott  <grahams@redhat.com>
6791
6792         * dwarf2out.c (indirect_string_alloc, output_indirect_string):
6793         Move prototype into DWARF2_DEBUGGING_INFO conditional block.
6794
6795 2002-01-10  Richard Henderson  <rth@redhat.com>
6796
6797         * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
6798
6799 2002-01-10  Richard Henderson  <rth@redhat.com>
6800
6801         * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
6802         (copyprop_hardreg_forward_1): Likewise.  Use mode_change_ok.
6803
6804 2002-01-10  Kazu Hirata  <kazu@hxi.com>
6805
6806         * combine.c (can_combine_p): Fix a comment typo.
6807
6808 2002-01-09  Zack Weinberg  <zack@codesourcery.com>
6809
6810         * Makefile.in (s-gencheck, s-options, s-specs): Handle an
6811         empty list correctly.  Change loop index $t to $f for
6812         consistency with rest of Makefile.
6813
6814 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
6815
6816         * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
6817         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
6818
6819         * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
6820         mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
6821         (altivec_init_builtins): Same.
6822         (altivec_expand_unop_builtin): Return NULL_RTX on error.
6823         (altivec_expand_binop_builtin): Same.
6824         (altivec_expand_ternop_builtin): Same.
6825         (bdesc_dst): New.
6826
6827         * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
6828         ("altivec_vctuxs"): Fix typo.
6829         ("altivec_vnmsubfp"): Same.
6830         ("altivec_dssall"): New.
6831         ("altivec_mfvscr"): New.
6832         ("altivec_dss"): New.
6833         ("altivec_lvsl"): New.
6834         ("altivec_lvsr"): New.
6835         ("altivec_dstt"): New.
6836         ("altivec_dstst"): New.
6837         ("altivec_dststt"): New.
6838         ("altivec_dst"): New.
6839
6840         * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
6841         mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
6842
6843 2002-01-09  Richard Henderson  <rth@redhat.com>
6844
6845         * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
6846
6847 2002-01-10  Hans-Peter Nilsson  <hp@bitrange.com>
6848
6849         * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
6850         function.
6851         * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
6852         prototype.
6853         * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
6854
6855 2002-01-09  Kazu Hirata  <kazu@hxi.com>
6856
6857         * read-rtl.c: Fix formatting.
6858         * real.c: Likewise.
6859         * regclass.c: Likewise.
6860         * regrename.c: Likewise.
6861         * reg-stack.c: Likewise.
6862         * reload1.c: Likewise.
6863         * reload.c: Likewise.
6864         * rtl.c: Likewise.
6865
6866 2002-01-09  Kazu Hirata  <kazu@hxi.com>
6867
6868         * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
6869         to extract items in the expr_list chain.
6870
6871 2002-01-09  Richard Henderson  <rth@redhat.com>
6872
6873         * config/vax/vax.c (vax_rtx_cost): Never abort.
6874
6875         * config/vax/vax.h (REAL_ARITHMETIC): Define.
6876
6877 2002-01-09  Jan Hubicka  <jh@suse.cz>
6878
6879         * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
6880
6881 2002-01-09  Richard Henderson  <rth@redhat.com>
6882
6883         * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
6884         Unify code from various alternatives.
6885
6886 2002-01-09  Richard Henderson  <rth@redhat.com>
6887
6888         * regrename.c (copy_value): Ignore the copy if the source register
6889         is present in the value chain with a narrower mode.
6890
6891 2002-01-09  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
6892
6893         * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
6894         for the c4x target. Also improve layout.
6895
6896 2002-01-09  Richard Henderson  <rth@redhat.com>
6897
6898         * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
6899         * config/m32r/m32r.md (and ior xor splitters): Swap operands
6900         to match insn patterns.
6901
6902 2002-01-09  Richard Henderson  <rth@redhat.com>
6903
6904         * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
6905         (copyprop_hardreg_forward_1): Likewise.
6906
6907 2002-01-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6908
6909         * pa.md (decrement_and_branch_until_zero): Change predicate for
6910         operand 0 from register_operand to reg_or_nonsymb_mem_operand.
6911
6912 2002-01-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
6913
6914         * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
6915         gets undefined. For Darwin.
6916
6917 2002-01-09  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6918
6919         * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
6920
6921 2002-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6922
6923         * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
6924
6925 2002-01-08  Richard Henderson  <rth@redhat.com>
6926
6927         * regrename.c (copy_value): Ignore overlapping copies.
6928
6929 2002-01-08  Richard Henderson  <rth@redhat.com>
6930
6931         * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
6932         as needed to avoid shared structure.
6933
6934 2002-01-08  Kazu Hirata  <kazu@hxi.com>
6935
6936         * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
6937         H8/300H and H8/S.
6938
6939 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6940
6941         * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
6942         LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
6943         documentation of obsolete macros.
6944         * system.h: Poison these macros.
6945         * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
6946         config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
6947         config/c4x/c4x.h, config/clipper/clipper.h,
6948         config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
6949         config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
6950         config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
6951         config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
6952         config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
6953         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
6954         config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
6955         config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
6956         config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
6957         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
6958         config/sparc/sparc.h, config/stormy16/stormy16.h,
6959         config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
6960         definitions and commented out definitions of obsolete macros.
6961         * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
6962         of MAX_INT_TYPE_SIZE.
6963
6964 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
6965
6966         * config/s390/s390.c (s390_preferred_reload_class): Never
6967         return ADDR_REGS if it isn't a subset of the given class.
6968         * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
6969         FP_REGS, but all superclasses as well.
6970
6971         * config/s390/s390.c (s390_function_profiler): Fix thinko.
6972
6973         * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
6974         cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
6975         must not be a const_int.
6976
6977 2002-01-08  Richard Henderson  <rth@redhat.com>
6978
6979         * Makefile.in (toplev.o): Depend on options.h.
6980         (gcc.o): Depend on specs.h.
6981
6982 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
6983
6984         * expr.c (store_expr): Convert VOIDmode constants back to target's
6985         mode.
6986
6987 2002-01-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6988
6989         * doc/invoke.texi: Markup gcc as @command.  Refer to
6990         http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
6991         of http://gcc.gnu.org/thanks.html.
6992
6993 2002-01-08  Dale Johannesen  <dalej@apple.com>
6994
6995         * config/rs6000/rs6000.md: Add missing int register
6996         target case to movdf_low.
6997
6998 2002-01-08  Zack Weinberg  <zack@codesourcery.com>
6999
7000         * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
7001         except.h.  Remove commands to define USING_SJLJ_EXCEPTIONS.
7002         (cppinit.o): Depend on except.h.
7003         (gencheck.h, options.h, specs.h, s-gencheck, s-options,
7004         s-specs): New rules.
7005
7006         * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
7007         Don't create specs.h/options.h/gencheck.h here.  Remove
7008         unnecessary variable settings from last argument of AC_OUTPUT.
7009         * config.in, configure: Regenerate.
7010         * intl.c: Hardcode package name as "gcc".
7011
7012         * cppinit.c: Include except.h.
7013         (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
7014         appropriate.
7015         * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
7016         Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
7017         (!)USING_SJLJ_EXCEPTIONS.
7018         * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
7019
7020 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7021
7022         * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
7023         ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
7024         OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
7025         documentation of obsolete macros.
7026         * system.h: Poison these macros.
7027         * config/d30v/d30v.h, config/ns32k/encore.h,
7028         config/stormy16/stormy16.h: Remove definitions and commented out
7029         definitions of obsolete macros.
7030
7031 Tue Jan  8 15:56:41 2002  Nicola Pero  <nicola@brainstorm.co.uk>
7032
7033         * objc/objc-act.c (handle_class_ref): Mark the declaration of
7034         %sobjc_class_ref_%s as used - to prevent unwanted compiler
7035         warnings.
7036
7037 2002-01-08  Ulrich Weigand  <uweigand@de.ibm.com>
7038
7039         * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
7040         * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
7041         to insn adjusting stack/frame pointer.
7042         * config/s390/s390.md (reload_la_64, reload_la_31): Do not
7043         accept operands that cause the insn to be non-splittable.
7044
7045 2002-01-08  Graham Stott  <grahams@redhat.com>
7046
7047         * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
7048         (C_TYPE_FIELDS_VOLATILE): Likewise.
7049         (C_TYPE_BEING_DEFINED): Likewise.
7050         (C_IS_RESERVED_WORD): Likewise.
7051         (C_TYPE_VARIABLE_SIZE): Likewise.
7052         (C_DECL_VARIABLE_SIZE): Likewise.
7053         (C_MISSING_PROTOTYPE_WARNED): Likewise.
7054         (C_SET_EXP_ORIGINAL_CODE): Likewise.
7055         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
7056         parenthesis.
7057         (C_DECL_ANTICIPATED): Likewise.
7058         (c_build_type_variant): Add parenthesis.
7059
7060 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7061
7062         * gcc.c (option_map): Remove --version.
7063         (process_command): Handle -fversion following the GNU Coding
7064         Standards.  Partially addresses PR other/704.
7065
7066 2002-01-08  Graham Stott  <grahams@redhat.com>
7067
7068         * combine.c (combine_instructions): Fix typo.
7069
7070 2002-01-08  Graham Stott  <grahams@redhat.com>
7071
7072         * debug.h: Use "tree" and "rtx" throughout.
7073
7074         * debug.c: Likewise.
7075
7076 2002-01-08  Nick Clifton  <nickc@cambridge.redhat.com>
7077
7078         * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
7079         constant pool, use the pool's version of the symbol instead.
7080
7081 2002-01-07  Richard Henderson  <rth@redhat.com>
7082
7083         * regrename.c (find_oldest_value_reg): Ignore the value chain if
7084         the original register was copied in a mode with a fewer number of
7085         hard registers than the desired mode.
7086         (copyprop_hardreg_forward_1): Likewise.
7087         (debug_value_data): Fix loop test.
7088         * toplev.c (parse_options_and_default_flags): Reenable
7089         -fcprop-registers at -O1.
7090
7091 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
7092
7093         * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
7094         (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
7095
7096         * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
7097         predicates.
7098
7099         * config/rs6000/rs6000.md: Add altivec predicate patterns.
7100
7101 2002-01-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7102
7103         * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
7104         (pa_output_function_prologue): Output local label at the beginning of
7105         the prologue when profiling.
7106         (hppa_profile_hook): Use the local label rather than the function label.
7107         * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
7108
7109 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
7110
7111         * config/rs6000/rs6000.c (print_operand): Remove extra space.
7112         (altivec_expand_unop_builtin): Fix thinko.
7113         (altivec_expand_binop_builtin): Same.
7114         (altivec_expand_ternop_builtin): Same.
7115         (altivec_expand_builtin): Same.
7116
7117 2002-01-07  Richard Henderson  <rth@redhat.com>
7118
7119         * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
7120
7121 2002-01-07  Jason Merrill  <jason@redhat.com>
7122
7123         * unwind-dw2.c (execute_cfa_program): Use < again.
7124
7125 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
7126
7127         * predict.c (combine_predictions_for_insn): Avoid division by zero.
7128
7129 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
7130
7131         * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
7132         Don't allow -1 - x -> ~x simplifications in the first pass.
7133
7134 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
7135
7136         * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
7137         arguments.
7138         (altivec_expand_binop_builtin): Same.
7139         (altivec_expand_unop_builtin): Same.
7140         (print_operand): Fix typo.
7141         (bdesc_1arg): Add vupk* variants.
7142
7143         * rs6000.h (rs6000_builtins): Add vupk* enums.
7144
7145         * rs6000.md: Add altivec_vupk* variants.
7146
7147 2002-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7148
7149         * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
7150         doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
7151         and last update dates.
7152
7153 2002-01-07  Janis Johnson  <janis187@us.ibm.com>
7154
7155         * doc/rtl.texi (Flags): Clean up documentation of RTL flags
7156
7157 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7158
7159         * config/avr/avr.c (avr_mcu_types): Add new MCU types.
7160         * config/avr/avr.h (CPP_SPEC): Likewise.
7161         (LINK_SPEC): Likewise.
7162         (CRT_BINUTILS_SPECS): Likewise.
7163         * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
7164         * doc/invoke.texi (AVR Options): Document them.
7165
7166 Mon Jan  7 11:59:34 CET 2002  Jan Hubicka  <jh@suse.cz>
7167
7168         * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
7169         LABEL_NUSES.
7170
7171 2002-01-07  Graham Stott  <grahams@redhat.com>
7172
7173         * config/i386/i386.h: Update copyright date.
7174         (HALF_PIC_PTR): Add parenthesis.
7175         (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
7176         (CONSTANT_ALIGNMENT): Add parenthesis.
7177         (DATA_ALIGNMENT): Likewise.
7178         (LOCAL_ALIGNMENT): Likewise.
7179         (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
7180         (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
7181         (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
7182         (HARD_REGNO_NREGS): Add paranethesis.
7183         (VALID_SSE_REG_MODE): Whitespace.
7184         (VALID_MMX_REG_MODE): Whitespace.
7185         (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
7186         (ix86_hard_regno_mode_ok): Add parenthesis.
7187         (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
7188         (RETURN_IN_MEMORY): Whitespace.
7189         (N_REG_CLASSES): Add parenthesis.
7190         (INTEGER_CLASS_P): Add parenthesis and wrap.
7191         (FLOAT_CLASS_P): Likewise.
7192         (SSE_CLASS_P): Likewise.
7193         (MMX_CLASS_P): Likewise.
7194         (MAYBE_INTEGER_CLASS_P): Likewise.
7195         (MAYBE_FLOAT_CLASS_P): Likewise.
7196         (MAYBE_SSE_CLASS_P): Likewise.
7197         (MAYBE_MMX_CLASS_P): Likewise.
7198         (Q_CLASS_P): Likewise.
7199         (GENERAL_REGNO_P): Uppercase macro parameter.
7200         (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
7201         (FP_REGNO_P): Likewise.
7202         (ANY_FP_REGNO_P): Uppercase macro parameter.
7203         (SSE_REGNO_P): Likewise.
7204         (SSE_REGNO): Likewise.
7205         (SSE_REG_P): Likewise.
7206         (SSE_FLOAT_MODE_P): Likewise.
7207         (MMX_REGNO_P): Likewise.
7208         (MMX_REG_P):Likewise.
7209         (STACK_REG_P): Likewise.
7210         (NON_STACK_REG_P): Likewise.
7211         (STACK_TOP_P): Likewise.
7212         (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
7213         (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
7214         (SECONDARY_MEMORY_NEEDED): Likewise.
7215         (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
7216         (MD_ASM_CLOBBERS): Whitespace and wrap.
7217         (MUST_PASS_IN_STACK): Whitespace and wrap.
7218         (RETURN_POPS_ARGS): Add parenthesis.
7219         (INIT_CUMULATIVE_ARGS): Likewise.
7220         (FUNCTION_ARG): Likewise.
7221         (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
7222         (SETUP_INCOMING_VARARGS): Likewise.
7223         (BUILD_VA_LIST_TYPE):  Add parenthesis.
7224         (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
7225         parenthsis.
7226         (EXPAND_BUILTIN_VA_ARG): Likewise.
7227         (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
7228         (INITIALIZE_TRAMPOLINE): Add parenthesis.
7229         (INITIAL_ELIMINATION_OFFSET): Likewise.
7230         (REGNO_OK_FOR_INDEX_P): Add parenthesis.
7231         (REGNO_OK_FOR_BASE_P): Likewise.
7232         (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
7233         (REGNO_OK_FOR_DIREG_P): Likewise.
7234         (REG_OK_FOR_INDEX_P): Whitespace.
7235         (REG_OK_FOR_BASE_P): Whitespace.
7236         (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
7237         parenthesis.
7238         (FIND_BASE_TERM): Fix typo.
7239         (LEGITIMIZE_ADDRESS): Wrap in  { .. } while (0) and add parenthesis.
7240         (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
7241         (SYMBOLIC_CONST; Whitespace.
7242         (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in  { .. } while (0) and wrap.
7243         (ENCODE_SECTION_INFO): Whitespace.
7244         (FINALIZE_PIC): Remove do { ... } while (0).
7245         (PROMOTE_MODE): Wrap in do { ... } while (0).
7246         (CONST_COSTS): Whitespace.
7247         (RTX_COSTS): Add paramethesis, whitespace and wrap.
7248         (REGISTER_MOVE_COST): Add parenthesis.
7249         (MEMORY_MOVE_COST): Likewise.
7250         (EXTRA_CC_MODES): Whitespace.
7251         (SELECT_CC_MODE): Add parenthesis and whitespace.
7252         (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
7253         (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
7254         (ASM_OUTPUT_LABEL): Add paramethesis.
7255         (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
7256         (ASM_OUTPUT_REG_POP): Likewise.
7257         (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
7258         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
7259
7260         * config/i386/i386.c: Update copyright.
7261         (CHECK_STACK_LIMIT): Add parenthesis.
7262         (AT_BP): Uppercase macro parameter.
7263         (x86_64_int_parameter_registers): Constify.
7264         (x86_64_int_return_registers): Likewise.
7265         (ix86_compare_op0): Use rtx.
7266         (construct_container): Constify INTREG parameter.
7267         (function_arg): Use rtx.
7268
7269         * diagnostic.h: Update copyright date.
7270         (output_buffer_state): Add parenthesis.
7271         (output_buffer_format_args): Likewise.
7272
7273         * combine.c (combine_instructions): Replace XEXP (links, 0)
7274         with link.
7275
7276 2002-01-06  H.J. Lu <hjl@gnu.org>
7277
7278         * cfgcleanup.c (thread_jump): Fix 2 typos.
7279
7280 2002-01-06  Aldy Hernandez  <aldyh@redhat.com>
7281
7282         * config.gcc: Add support for --enable-altivec.
7283
7284 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7285
7286         * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
7287
7288 2002-01-06  Jakub Jelinek  <jakub@redhat.com>
7289
7290         * objc/objc-act.c (handle_impent): Use assemble_variable to emit
7291         __objc_class_name_*.
7292
7293 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7294
7295         * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
7296
7297 2002-01-06  Richard Henderson  <rth@redhat.com>
7298
7299         * reorg.c (emit_delay_sequence): Remove death notes, not merely
7300         nop them out.  Increment label reference count for REG_LABEL.
7301         (fill_slots_from_thread): Frob label reference count around
7302         delete_related_insns.
7303
7304 2002-01-05  Richard Henderson  <rth@redhat.com>
7305
7306         * cfgcleanup.c (try_forward_edges): Detect infinite loops while
7307         jump threading.
7308
7309 2002-01-05  Richard Henderson  <rth@redhat.com>
7310
7311         * c-decl.c (c_expand_body): Don't call outlining_inline_function.
7312         * integrate.c (output_inline_function): Likewise.
7313         * toplev.c (rest_of_compilation): Do it here instead.  Move call
7314         to remove_unnecessary_notes after emitting abstract instance.
7315         Force an emitted nested function to have its parent emited as well.
7316         * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
7317         for null.
7318         (rtl_for_decl_location): Do not look at reload data structures
7319         before reload has run.
7320
7321 2002-01-05  Kazu Hirata  <kazu@hxi.com>
7322
7323         * cse.c: Fix formatting.
7324         * dwarf2asm.c: Likewise.
7325         * dwarf2out.c: Likewise.
7326         * explow.c: Likewise.
7327         * expmed.c: Likewise.
7328         * function.c: Likewise.
7329         * gcov.c: Likewise.
7330         * gencheck.c: Likewise.
7331         * genrecog.c: Likewise.
7332         * ggc-common.c: Likewise.
7333         * ggc-page.c: Likewise.
7334         * global.c: Likewise.
7335
7336 2002-01-05  Kazu Hirata  <kazu@hxi.com>
7337
7338         * combine.c: Fix formatting.
7339
7340 2002-01-05  Craig Rodrigues  <crodrigu@bbn.com>
7341
7342         PR middle-end/1557
7343         * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
7344
7345 2002-01-05  David Edelsohn  <edelsohn@gnu.org>
7346
7347         * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
7348         as 1 for __powerpc64__ as well.
7349
7350         * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
7351
7352         * alias.c (find_base_value, PLUS/MINUS): If we found a base,
7353         return it.
7354
7355 2002-01-05  Daniel Berlin  <dan@dberlin.org>
7356
7357         * lcm.c: Revert change, due to performance regression it causes on
7358         SPEC because it's slightly more conservative (sigh, I hate
7359         edge-based LCM).
7360
7361 Sat Jan  5 11:52:05 CET 2002  Jan Hubicka  <jh@suse.cz>
7362
7363         * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
7364
7365 2002-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7366
7367         * doc/cppinternals.texi: Update.
7368
7369 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
7370
7371         * doc/invoke.texi (Option Summary) <MMIX Options>: Document
7372         -mbranch-predict, -mreg-stack-fill-bug-workaround and their
7373         negatives.
7374         (MMIX Options): Ditto.  Fix item/itemx typo for -mno-zero-extend.
7375         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
7376         kludge for pre-october-14th mmix versions to handle new-found bug
7377         with PUSHJ/PUSHGO and the register stack.
7378         * config/mmix/mmix.h (struct machine_function): Rename member
7379         has_call_value_without_parameters to has_call_without_parameters.
7380         All referers changed.
7381         (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
7382         TARGET_MASK_BRANCH_PREDICT): New macros.
7383         (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
7384         -mno-reg-stack-fill-bug-workaround.
7385         * config/mmix/mmix.md ("call"): Set struct machine member
7386         has_call_without_parameters.
7387
7388 Sat Jan  5 02:20:22 CET 2002  Jan Hubicka  <jh@suse.cz>
7389
7390         * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
7391
7392 Sat Jan  5 01:35:29 CET 2002  Jan Hubicka  <jh@suse.cz>
7393
7394         * cfgcleanup.c: Include tm_p.h
7395         (mark_effect): Fix handling of hard register; fix handling of SET
7396
7397 2002-01-04  Kazu Hirata  <kazu@hxi.com>
7398
7399         * config/h8300/h8300.md (anonymous patterns): Check that
7400         operands are registers before using REGNO on them.
7401
7402 2002-01-03  Roland McGrath  <roland@frob.com>
7403
7404         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
7405
7406 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
7407
7408         * tree.h (expand_expr_stmt_value): Add maybe_last argument.
7409         * c-common.h (genrtl_expr_stmt_value): Likewise.
7410         * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
7411         (expand_expr_stmt_value): Add maybe_last argument.
7412         Don't warn about statement with no effect if it is the last statement
7413         in expression statement.
7414         * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
7415         (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
7416         expand_expr_stmt_value.
7417         (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
7418         genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
7419         * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
7420         as maybe_last to expand_expr_stmt_value.
7421
7422 Fri Jan  4 11:45:05 2002  Jeffrey A Law  (law@redhat.com)
7423
7424         * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
7425         be passed in, do not build it.
7426         (c_begin_if_stmt): New function.
7427         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
7428         * c-common.h (c_expand_start_cond): Update prototype.
7429         (c_begin_if_stmt): Prototype new function.
7430         (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
7431         * c-parse.in (if_prefix): Use c_begin_if_stmt,
7432         c_begin_while_stmt and c_finish_while_stmt_cond.
7433
7434 2002-01-04  William Cohen  <wcohen@redhat.com>
7435
7436         * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
7437         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
7438         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
7439         * config/pa/som.h (ASM_FILE_START): Likewise.
7440
7441 2002-01-04  Daniel Berlin  <dan@cgsoftware.com>
7442
7443         * lcm.c: Include df.h.
7444         Add available_transfer_function prototype.
7445         (compute_available): Rework to use iterative dataflow framework.
7446         (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
7447         with bb_info in df.h
7448         (available_transfer_function): New function.
7449
7450         * Makefile.in (lcm.o): add df.h to dependencies.
7451
7452 2002-01-04  Richard Henderson  <rth@redhat.com>
7453
7454         * config/alpha/alpha.c (some_operand): Accept HIGH.
7455         (input_operand): Likewise; accept simple references to globals.
7456         (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
7457         (alpha_const_double_ok_for_letter_p): Likewise.
7458         (alpha_extra_constraint): Likewise.
7459         (alpha_preferred_reload_class): Likewise.  Do not force
7460         symbolic constants to memory.
7461         (alpha_legitimate_address_p): Accept simple references
7462         to small_symbolic_operand.
7463         (alpha_legitimize_address): New arg scratch.  Be prepared to be
7464         called when no_new_pseudos.  Emit simple symbolic references.
7465         Split integers into low, high, and rest.
7466         (alpha_expand_mov): Use alpha_legitimize_address.
7467         (some_small_symbolic_mem_operand): New.
7468         (split_small_symbolic_mem_operand): New.
7469         * config/alpha/alpha-protos.h: Update.
7470         * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
7471         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
7472         (EXTRA_CONSTRAINT): Likewise.
7473         (PREFERRED_RELOAD_CLASS): Likewise.
7474         (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
7475         (PREDICATE_CODES): Update.
7476         * config/alpha/alpha.md: New post-reload splitters to convert
7477         simplfied symbolic operands to the form that references $29.
7478         (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
7479         (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
7480
7481 2002-01-03  Richard Henderson  <rth@redhat.com>
7482
7483         * local-alloc.c (function_invariant_p): Update commentary.
7484
7485 2002-01-04  H.J. Lu <hjl@gnu.org>
7486
7487         * toplev.c (rest_of_compilation): Fix a typo when calling
7488         cleanup_cfg.
7489
7490 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7491
7492         * c-common.c: Fix formatting.
7493         * diagnostic.c: Likewise.
7494         * doloop.c: Likewise.
7495         * dwarf2out.c: Likewise.
7496
7497 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7498
7499         * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
7500         of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
7501
7502 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
7503
7504         * cpperror.c: Update comments and copyright.
7505         * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
7506         cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
7507
7508 2002-01-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7509
7510         * collect2.c (main): Use strcmp when testing for "-shared".
7511
7512 2002-01-03  Neil Booth  <neil@daikokuya.demon.co.uk>
7513
7514         * cppmacro.c: Don't include intl.h.  Update comments.
7515         (new_number_token): Allocate enough buffer for 64-bit unsigned
7516         integers; update prototype.
7517         * cppmain.c: Update comments.
7518
7519 2002-01-03  William Cohen  <wcohen@redhat.com>
7520
7521         * function.h (struct function): Add profile.
7522         (current_function_profile): New.
7523         doc/extend.texi: Update documentation.
7524         * final.c (final_start_function): Use current_function_profile
7525         instead of profile_flag.
7526         (profile_after_prologue): Likewise.
7527         * function.c (expand_function_start): Likewise.
7528         (expand_function_start): Likewise.
7529         * config/alpha/alpha.c (direct_call_operand):
7530         (alpha_does_function_need_gp): Likewise.
7531         (alpha_expand_prologue): Likewise.
7532         * config/arm/arm.c (arm_expand_prologue): Likewise.
7533         thumb_expand_prologue: Likewise.
7534         * config/d30v/d30v.c (d30v_stack_info): Likewise.
7535         * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
7536         (fr30_expand_prologue): Likewise.
7537         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
7538         * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
7539         * config/i386/i386.h (FINALIZE_PIC): Likewise.
7540         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
7541         * config/i960/i960.c (i960_output_function_prologue): Likewise.
7542         * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
7543         * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
7544         (m32r_expand_prologue): Likewise.
7545         * config/m88k/m88k.c (m88k_layout_frame): Likewise.
7546         (m88k_expand_prologue): Likewise.
7547         * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
7548         * config/mips/mips.c (compute_frame_size): Likewise.
7549         (mips_expand_prologue): Likewise.
7550         (mips_can_use_return_insn): Likewise.
7551         * config/pa/elf.h (ASM_FILE_START): Likewise.
7552         * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
7553         * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
7554         * config/pa/som.h (ASM_FILE_START): Likewise.
7555         * config/romp/romp.c (romp_using_r14): Likewise.
7556         * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
7557         (rs6000_stack_info): Likewise.
7558         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
7559         * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
7560         * config/v850/v850.c (compute_register_save_size): Likewise.
7561
7562 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
7563
7564         * simplify-rtx.c (simplify_binary_operation) [DIV]: If
7565         gen_lowpart_common fails, use gen_lowpart_SUBREG.
7566
7567 2002-01-03  Turly O'Connor  <turly@apple.com>
7568
7569         * darwin.c (machopic_output_possible_stub_label): Don't generate
7570         stub routines for pseudo-stubs which we've just defined.
7571
7572 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7573
7574         * builtins.c: Fix formatting.
7575         * c-typeck.c: Likewise.
7576         * combine.c: Likewise.
7577         * expr.c: Likewise.
7578         * loop.c: Likewise.
7579
7580 2002-01-03  Andreas Schwab  <schwab@suse.de>
7581
7582         * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
7583         and return true if _cpp_push_next_buffer pushed a new include
7584         file.
7585         * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
7586         _cpp_pop_file_buffer did not push a new file.
7587         * cpphash.h (_cpp_pop_file_buffer): Update declaration.
7588
7589 2002-01-02  Eric Christopher  <echristo@redhat.com>
7590
7591         * final.c (final_scan_insn): Change 0 -> NULL_RTX in
7592         FIND_REG_INC_NOTE call. Update copyright.
7593         * loop.c (canonicalize_condition): Ditto.
7594         * reorg.c (delete_scheduled_jump): Ditto.
7595
7596 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7597
7598         * gcse.c: Fix formatting.
7599
7600 2002-01-03  Graham Stott  <grahams@redhat.com>
7601
7602         * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
7603         forward defs for struct tags rtx_def, union_tree, rtvec_def
7604         also output corresponding typedefs for rtx, tree, and rtvec.
7605
7606         * system.h: Move forward defs for struct tags rtx_def, union_tree,
7607         rtvec_def along with corresponding typedefs for rtx, tree, and
7608         rtvec to config.h, hconfig.h, tconfig.h.
7609
7610 2002-01-03  Graham Stott  <grahams@redhat.com>
7611
7612         * tree.h: Update copyright date.
7613         (IS_EXPR_CODE_CLASS): Add parenthesis.
7614         (TREE_SET_CODE): Add whitespace.
7615         (TREE_CHECK): Add parenthesis.
7616         (TREE_CLASS_CODE): Add parenthesis and wrap long line.
7617         (CST_OR_CONSTRUCTOR_CHECK):
7618         (EXPR_CHECK): Add parenthis, whitespace and wrap line.
7619         (TREE_SYMBOL_REFERENCED): Whitespace.
7620         (INT_CST_LT): Likewise.
7621         (INT_CST_LT_UNSIGNED): Likewise.
7622         (tree_real_cst): Unwrap comment.
7623         (tree_string): Likewise.
7624         (tree_complex): Likewise.
7625         (IDENTIFIER_POINTER): correct cast.
7626         (SAVE_EXPR_CONTEXT): Whitespace.
7627         (EXPR_WFL_FILENAME_NODE): Likewise.
7628         (EXPR_WFL_FILENAME): Remove parenthesis.
7629         (DECL_ORIGIN): Add parenthesis.
7630         (DECL_FROM_INLINE): Use NULL_TREE.
7631         (build_int_2): Whitespace.
7632         (build_type_variant): Add parenthesis.
7633
7634         * gcc/jcf-parse.c: Update copyright date.
7635         (yyparse): Constify resource_filename.
7636
7637 2002-01-03  Graham Stott  <grahams@redhat.com>
7638
7639         * rtl.h: Update copyright date.
7640         (RTL_CHECK1): Wrap long line.
7641         (RTL_CHECK2): Likewise.
7642         (RTL_CHECKC1): Wrap long line and whitespace.
7643         (RTL_CHECKC2): Likewise.
7644         (XWINT): Whitespace.
7645         (XINT): Likewise.
7646         (XSTR): Likewise.
7647         (XEXP): Likewise.
7648         (XVEC): Likewise.
7649         (XMODE): Likewise.
7650         (XBITMAP): Likewise.
7651         (XTREE): Likewise.
7652         (XBBDEF): Likewise.
7653         (XTMPL): Likewise.
7654         (X0WINT): Likewise.
7655         (X0INT):Likewise.
7656         (X0UINT): Likewise.
7657         (X0STR): Likewise.
7658         (X0EXP): Likewise.
7659         (X0VEC): Likewise.
7660         (X0MODE): Likewise.
7661         (X0BITMAP): Likewise.
7662         (X0TREE): Likewise.
7663         (X0BBDEF): Likewise.
7664         (X0ADVFLAGS): Likewise.
7665         (X0CSELIB): Likewise.
7666         (X0MEMATTR): Likewise.
7667         (XCWINT): Likewise.
7668         (XCINT): Likewise.
7669         (XCUINT): Likewise.
7670         (XCSTR): Likewise.
7671         (XCEXP): Likewise.
7672         (XCVEC): Likewise.
7673         (XCMODE): Likewise.
7674         (XCBITMAP): Likewise.
7675         (XCTREE): Likewise.
7676         (XCBBDEF): Likewise.
7677         (XCADVFLAGS): Likewise.
7678         (XCCSELIB): Likewise.
7679         (XC2EXP): Likewise.
7680         (INSN_UID): Likewise.
7681         (PREV_INSN): Likewise.
7682         (PATTERN): Likewise.
7683         (INSN_CODE): Likewise.
7684         (PUT_REG_NOTE_KIND): Likewise.
7685         (CODE_LABEL_NUMBER): Likewise.
7686         (NOTE_SOURCE_FILE): Likewise.
7687         (NOTE_BLOCK): Likewise.
7688         (NOTE_EH_HANDLER): Likewise.
7689         (NOTE_RANGE_INFO): Likewise.
7690         (NOTE_LIVE_INFO): Likewise.
7691         (NOTE_BASIC_BLOCK): Likewise.
7692         (NOTE_EXPECTED_VALUE): Likewise.
7693         (NOTE_LINE_NUMBER): Likewise.
7694         (LABEL_NAME): Likewise.
7695         (LABEL_NUSES): Likewise.
7696         (LABEL_ALTERNATE_NAME): Likewise.
7697         (ADDRESSOF_DECL): Likewise.
7698         (JUMP_LABEL): Likewise.
7699         (LABEL_NEXTREF): Likewise.
7700         (REGNO): Likewise.
7701         (ORIGINAL_REGNO: Likewise.
7702         (HARD_REGISTER_NUM_P): Add parenthesis.
7703         (SUBREG_REG): Whitespace.
7704         (SUBREG_BYTE): Likewise.
7705         (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
7706         (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
7707         (ASM_OPERANDS_OUTPUT_IDX): Likewise.
7708         (ASM_OPERANDS_INPUT_VEC): Likewise.
7709         (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
7710         (ASM_OPERANDS_INPUT): Likewise.
7711         (ASM_OPERANDS_INPUT_LENGTH): Likewise.
7712         (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
7713         (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
7714         (ASM_OPERANDS_INPUT_MODE): Likewise.
7715         (ASM_OPERANDS_SOURCE_FILE): Likewise.
7716         (ASM_OPERANDS_SOURCE_LINE): Likewise.
7717         (MEM_SET_IN_STRUCT_P): Minor reformat.
7718         (TRAP_CONDITION): Whitespace.
7719         (TRAP_CODE): Likewise.
7720         (COND_EXEC_TEST): Likewise.
7721         (COND_EXEC_CODE): Likewise.
7722         (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
7723         (PHI_NODE_P): Add parenthesis.
7724         (plus_constant): Whitespace and add parenthesis.
7725
7726 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7727
7728         * config/avr/avr.c: Fix comment typos.
7729         * config/c4x/c4x.md: Likewise.
7730         * config/dsp16xx/dsp16xx.h: Likewise.
7731         * config/dsp16xx/dsp16xx.md: Likewise.
7732         * config/i386/i386.md: Likewise.
7733         * config/ia64/ia64.c: Likewise.
7734         * config/m32r/m32r.h: Likewise.
7735         * config/m68hc11/m68hc11.md: Likewise.
7736         * config/mmix/mmix.c: Likewise.
7737         * config/mn10200/mn10200.c: Likewise.
7738         * config/romp/romp.c: Likewise.
7739         * config/sh/sh.c: Likewise.
7740         * config/stormy16/stormy16.c: Likewise.
7741         * config/stormy16/stormy16.h: Likewise.
7742         * config/stormy16/stormy16.md: Likewise.
7743
7744 2002-01-03  Graham Stott  <grahams@redhat.com>
7745
7746         * loop.h: Update copyright date.
7747         (LOOP_MOVABLES): Fix typo.
7748         (LOOP_REGS): Likewise.
7749         (LOOP_IVS): Likewise.
7750
7751 2002-01-03  Graham Stott  <grahams@redhat.com>
7752
7753         * cppinit.c: Update copyright date.
7754         Don't include output.h
7755         * Makefile.in: Update copyright date.
7756         Update dependency.
7757
7758 2002-01-02  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7759
7760         PR c/5226
7761         * invoke.texi (-mthreads): Remove from documented RS/6000 options.
7762         (-pthread) Add to RS/6000 options.
7763
7764 2002-01-02  Kazu Hirata  <kazu@hxi.com>
7765
7766         * except.c: Fix comment typos.
7767         * loop.c: Likewise.
7768         * varasm.c: Likewise.
7769         * doc/tm.texi: Fix a typo.
7770
7771 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
7772
7773         * c-typeck.c (output_init_element): Allow initializing static storage
7774         duration objects with compound literals.
7775
7776 2002-01-02  Richard Henderson  <rth@redhat.com>
7777
7778         * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
7779         after abusing it.
7780
7781 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7782
7783         * gcc.c (default_compilers): Const-ify.
7784         * mips-tdump.c (stab_names): Likewise.
7785         * mips-tfile.c (map_coff_types, map_coff_storage,
7786         map_coff_sym_type, map_coff_derived_type, stabs_symbol,
7787         pseudo_ops_t, pseudo_ops): Likewise.
7788         * protoize.c (default_include): Likewise
7789
7790         * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
7791         (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
7792         Add array size in declaration.
7793         (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
7794         emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
7795         esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
7796         etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
7797         eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
7798         efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
7799         c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
7800         emtens, make_nan): Const-ify.
7801         (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
7802         DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
7803
7804 2002-01-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7805
7806         * config.gcc (ia64-*-*): Set extra_headers.
7807         (alpha*-dec-osf*): Likewise.  Don't use alpha/t-osf.
7808         * config/alpha/t-osf: Remove.
7809         * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
7810
7811 2002-01-02  David Edelsohn  <edelsohn@gnu.org>
7812
7813         * config/rs6000/t-aix43: Revert previous change.
7814
7815 2002-01-02  Jason Merrill  <jason@redhat.com>
7816
7817         * c-decl.c (c_expand_body): Call outlining_inline_function when
7818         emitting an inline function out of line.
7819
7820 2002-01-02  Richard Henderson  <rth@redhat.com>
7821
7822         * dwarf2out.c (limbo_die_node): Add created_for member.
7823         (new_die): New argument created_for.  Update all callers.
7824         (mark_limbo_die_list): New.
7825         (dwarf2out_init): Register limbo_die_list as a root.
7826         (dwarf2out_finish): Force insert limbo dies into their function
7827         context.
7828
7829 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7830
7831         PR c++/5089
7832         * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
7833
7834 2002-01-02  Kazu Hirata  <kazu@hxi.com>
7835
7836         * config/h8300/fixunssfsi.c: Update copyright.
7837         Fix comment typos.
7838         Fix formatting.
7839         * config/h8300/h8300.c: Update copyright.
7840         Eliminate warnings.
7841
7842 2002-01-02  Kazu Hirata  <kazu@hxi.com>
7843
7844         * config/romp/romp.c: Fix comment formatting.
7845         * config/romp/romp.h: Likewise.
7846         * config/romp/romp.md: Likewise.
7847         * config/s390/s390.c: Likewise.
7848         * config/stormy16/stormy16.c: Likewise.
7849         * config/stormy16/stormy16.h: Likewise.
7850
7851 2002-01-02  Alexandre Oliva  <aoliva@redhat.com>
7852
7853         * c-common.h (genrtl_expr_stmt_value): Declare.
7854         * c-semantics.c (genrtl_goto_stmt): Redirect to...
7855         (genrtl_goto_stmt_value): ... this new function.  Pass new
7856         argument down to expand_expr_stmt_value, taking
7857         TREE_ADDRESSABLE into account.
7858         * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
7859         STMT_EXPR as addressable, i.e., one whose result we want.
7860         * expr.c (expand_expr): Don't save expression statement value
7861         of labeled_blocks or loop_exprs.
7862         * stmt.c (expand_expr_stmt): Redirect to...
7863         (expand_expr_stmt_value): ... this new function.  Use new
7864         argument to tell whether to save expression value.
7865         (expand_end_stmt_expr): Reset last_expr_type and
7866         last_expr_value if we don't have either.
7867         * tree-inline.c (declare_return_variable): Mark its use
7868         statement as addressable.
7869         * tree.h: Document new use of TREE_ADDRESSABLE.
7870         (expand_expr_stmt_value): Declare.
7871
7872 2002-01-01  Tom Rix  <trix@redhat.com>
7873
7874         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
7875         rs6000_emit_allocate_stack.
7876
7877 2002-01-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7878
7879         * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
7880         ${srcdir}/ginclude/ to every entry in extra_headers.
7881         * configure: Regenerate.
7882         * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
7883         * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
7884         * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
7885         * ginclude/proto.h: Rename to config/convex/proto.h.
7886
7887 Tue Jan  1 17:12:56 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7888
7889         * attribs.c (handle_vector_size_attribute): Use host_integerp
7890         and tree_int_cst; remove warnings.
7891         * caller-save.c (insert_restore): Add cast to get rid of warning.
7892         (insert_save): Likewise.
7893         * emit-rtl.c (adjust_address_1, offset_address): Likewise.
7894         * regmove.c (find_matches): Add temporary var to kill a warning.
7895
7896 2002-01-01  Douglas B Rupp  <rupp@gnat.com>
7897
7898         * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
7899         LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
7900         * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
7901         (vms-dwarf2eh.o): Add Makefile rule.
7902         * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
7903         * config/alpha/vms-dwarf2eh.asm: New file.
7904
7905         * gcc.c (delete_if_ordinary): Delete all versions.
7906
7907 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
7908
7909         * config/mmix/mmix.md: Update FIXME to not mention
7910         define_constants.
7911         (MMIX_rJ_REGNUM): New define_constants constant.
7912         ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
7913         "*movdicc_real"): Adjust contraints formatting.
7914         ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
7915         for branch prediction.
7916         ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
7917         output template.
7918         ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
7919         "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
7920         number.  Delete related FIXMEs.
7921         * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
7922         from number to MMIX_rJ_REGNUM.
7923         (TARGET_MASK_BRANCH_PREDICT): New.
7924         (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
7925         (TARGET_SWITCHES): Update comment.  Correct -mno-toplevel-symbols
7926         value.  Add -mbranch-predict and -mno-branch-predict.
7927         (TARGET_VERSION): Drop date.
7928         (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
7929         * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
7930         for finding out global symbols.
7931         (mmix_asm_output_labelref): Revert condition for global symbol.
7932         (mmix_print_operand): <case '+'>: Emit P for a likely branch.
7933         (mmix_print_operand_punct_valid_p): A '+' is valid.
7934
7935 See ChangeLog.6 for earlier changes.