OSDN Git Service

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