1 Tue Aug 27 19:18:16 CEST 2002 Jan Hubicka <jh@suse.cz>
3 * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
5 Tue Aug 27 18:01:45 CEST 2002 Jan Hubicka <jh@suse.cz>
7 * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
9 Tue Aug 27 18:00:11 CEST 2002 Jan Hubicka <jh@suse.cz>
11 * i386.c (classify_argument): Properly compute word size of the analyzed object.
13 Tue Aug 27 14:39:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
15 * sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
16 mac_gp ftrc_s and cwb. Add / Adjust definitions in individual insn
18 (attribute insn_class): Provide default definitions based on type.
19 Remove all insn-specific settings.
20 (various function units): Remove old SH4 scheduling.
21 (branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
22 New attributes. Set them where appropriate.
23 (cpu unit FS): Don't define / use.
24 (F3, load_store): New cpu units.
25 (F01): New reservation.
26 (all insn_reservations): Make dependent on sh4 pipeline model.
28 (nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
29 (sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
30 (mt insn_reservation): Use type mt_group.
31 (insn_reservation load_store): Split into sh4_load, sh4_load_si,
32 sh4_fload and sh4_store.
33 (insn_reservation branch_zero and branch): Replace with sh4_branch.
34 (insn_reservation branch_far): Replace with sh4_return.
35 (insn_reservation return_from_exp): Rename to:
36 (sh4_return_from_exp). Change to be just d_lock*5.
37 (insn_reservation lds_to_pr): Rename to:
38 (sh4_lds_to_pr). Change to be just d_lock*2.
39 (insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
41 (insn_reservation prload_mem): Rename to:
42 (sh4_prstore_mem). Change to d_lock*2,nothing,memory.
43 (insn_reservation fpscr_store): Rename to:
44 (fpscr_load). Change to d_lock,nothing,F1*3.
45 (insn_reservation fpscr_store_mem): Rename to:
46 (fpscr_load_mem). Change to d_lock,nothing,(F1+memory),F1*2.
47 (insn_reservation multi): Change to
48 d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
49 (insn_reservation fp_arith): Change to issue,F01,F2.
50 (insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
51 (insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
52 (insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
53 (insn_reservation fp_double_cmp): Change to
54 d_lock,(d_lock+F01),F1+F2,F2.
55 (insn_reservation dp_div): Change to
56 issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
57 * sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
58 (sh_adjust_cost, SHcompact): Differentiate between different
59 kinds of dependencies. Drop factor of ten for superscalar.
60 Use new instruction types. Add new exception rules.
62 * sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
64 * sh.md (mperm_w): Add DONE.
66 2002-08-27 David Edelsohn <edelsohn@gnu.org>
68 * longlong.h: Import current PowerPC defintion from GMP-4.1.
70 * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
72 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
74 Tue Aug 27 13:53:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
76 * sh.h (MAX_FIXED_MODE_SIZE): Define.
78 2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
80 * doc/cpp.texi (Common Predefined Macros): Don't mess with table
83 2002-08-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
85 * c-common.c (cpp_define_data_format): New function.
86 (cb_register_builtins): Call it.
88 * doc/cpp.texi (Common Predefined Macros): Document
89 __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
90 __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
91 __TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
92 __TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
93 __TARGET_USES_VAX_H_FLOAT__.
95 2002-08-26 Ziemowit Laski <zlaski@apple.com>
97 * objc/objc-act.c (get_super_receiver): If inside a class method
98 of a category, cast the receiver to 'id' before accessing the 'isa'
99 field so that <objc/objc-class.h> is not needed. For NeXT runtime.
101 2002-08-26 Ulrich Weigand <uweigand@de.ibm.com>
103 * config/s390/s390-protos.h (s390_function_prologue,
104 s390_function_epilogue): Remove.
105 config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
106 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
108 config/s390/s390.c (s390_machine_dependent_recorg): New function.
109 config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
110 config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
111 config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
112 to being called from MACHINE_DEPENDENT_REORG. Update regs_ever_live.
114 config/s390/s390.c (s390_frame_info): Inline save_fprs_p. Always
115 assume BASE_REGISTER and RETURN_REGNUM need to be saved.
116 (s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
117 function is not a leaf function. Use save_gprs and restore_gprs.
118 (s390_emit_epilogue): Likewise.
119 (save_gprs, restore_gprs): New functions.
120 (struct s390_frame): Remove return_reg_saved_p member.
121 (save_fprs_p): Remove.
122 (s390_optimize_prolog): New function.
123 (s390_legitimate_reload_constant): Remove now unnecessary check.
125 (s390_function_count): Remove.
126 (s390_output_symbolic_const): Replace s390_function_count by
127 current_function_funcdef_no.
128 (s390_output_constant_pool): Likewise.
130 (legitimize_pic_address): Use regs_ever_live to track PIC register
131 instead of current_function_uses_pic_offset_table.
132 (s390_emit_prologue): Likewise.
133 config/s390/s390.md ("call", "call_value"): Likewise.
135 2002-08-26 Neil Booth <neil@daikokuya.co.uk>
137 * c-opts.c (find_opt): Don't complain about wrong languages
138 here. Return exact matches even for wrong language.
139 (c_common_decode_option): Complain about wrong languages
142 2002-08-24 Stuart Hastings <stuart@apple.com>
144 * function.h (struct function): Add flag
145 all_throwers_are_sibcalls.
146 * except.c (set_nothrow_function_flags): Replaces
147 nothrow_function_p. Set new flag.
148 * except.h (set_nothrow_function_flags): Replaces
150 * dwarf2out.c (struct dw_fde_struct): Add flag
151 all_throwers_are_sibcalls.
152 (output_call_frame_info): Test it.
153 (dwarf2out_begin_prologue) Propagate it from cfun to
155 * toplev.c (rest_of_compilation): Update calls to
158 2002-08-23 Zack Weinberg <zack@codesourcery.com>
160 * ggc-page.c (compute_inverse): Short circuit calculation for
161 object sizes larger than half a page.
163 2002-08-23 David Edelsohn <edelsohn@gnu.org>
165 * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
166 DEFAULT_ABI == ABI_AIX like PIC. Test PIC & reloc for readonly
168 (rs6000_elf_unique_section): Likewise.
170 2002-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
172 * ns32k.c (ns32k_globalize_label): Delete.
173 * ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
175 2002-08-23 Alan Modra <amodra@bigpond.net.au>
177 * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
178 for loading delta with num_insns_constant_wide. Calculate
179 delta_low, delta_high without using a conditional.
181 2002-08-22 Jason Merrill <jason@redhat.com>
183 * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
184 * c-common.def: Adjust.
185 * c-dump.c (c_dump_tree): Adjust.
186 * c-semantics.c (genrtl_return_stmt): Adjust.
187 * c-pretty-print.c (pp_c_statement): Adjust.
188 * tree-inline.c (copy_body_r): Adjust.
190 2002-08-22 Zack Weinberg <zack@codesourcery.com>
192 * ggc-page.c: Avoid division in ggc_set_mark.
193 (DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
194 compute_inverse): New.
195 (ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
196 (init_ggc): Initialize inverse_table.
198 2002-08-22 Tom Tromey <tromey@redhat.com>
200 * doc/install.texi (Configuration): Document --datadir.
202 2002-08-22 Alexandre Oliva <aoliva@redhat.com>
204 * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
206 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
208 * gengtype-lex.l (ID): Allow underscore as first character.
210 2002-08-21 David Edelsohn <edelsohn@gnu.org>
212 * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
214 (rs6000_xcoff_asm_named_section): Rename.
215 * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
217 2002-08-21 Tom Tromey <tromey@redhat.com>
219 For PR java/6005 and PR java/7611:
220 * fold-const.c (fold_truthop): Use can_use_bit_fields_p.
222 * langhooks.c (lhd_can_use_bit_fields_p): New function.
223 * langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
224 (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
225 (LANG_HOOKS_INITIALIZER): Use it.
226 * langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
229 2002-08-21 Stan Shebs <shebs@apple.com>
231 * tree.c (finish_vector_type): Fix a typo in a comment.
232 * Makefile.in: Fix "the the" stutters in comments.
233 * genautomata.c: Ditto.
235 * regrename.c: Ditto.
236 * config/alpha/alpha.c: Ditto.
237 * config/alpha/vms-crt0-64.c: Ditto.
238 * config/alpha/vms-crt0.c: Ditto.
239 * config/alpha/vms-psxcrt0-64.c: Ditto.
240 * config/alpha/vms-psxcrt0.c: Ditto.
241 * config/d30v/d30v.h: Ditto.
242 * config/fr30/fr30.h: Ditto.
243 * config/rs6000/rs6000.c: Ditto.
244 * config/stormy16/stormy16.h: Ditto.
245 * doc/md.texi: Ditto.
247 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
249 * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
251 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
253 * c-decl.c (grokdeclarator): Make invalid combinations with long,
254 short, signed or unsigned into hard errors. Fixes PR c/4319.
255 Also make duplicate modifiers such as "short short" into hard
258 2002-08-21 Andrew Pinski <pinskia@physics.uc.edu>
259 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
261 * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
262 to the actual end. Add '@end table' and '@table @code'.
264 2002-08-20 Geoffrey Keating <geoffk@redhat.com>
266 * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
268 * unroll.c (biv_total_increment): Don't try to compute the total
269 increment for FP BIVs.
271 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
273 * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
274 * alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
275 ASM_OUTPUT_ALIGNED_BSS): Use target hook.
276 * alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
277 * alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
278 * arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
279 (GLOBAL_ASM_OP): Define.
280 * arm.c (aof_globalize_label): New function.
281 (TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
282 * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
283 * c4x.c (c4x_globalize_label): New function.
284 (TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
285 * c4x.h (ASM_GLOBALIZE_LABEL): Delete.
286 (GLOBAL_ASM_OP): Define.
287 * cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
288 * darwin-protos.h (darwin_globalize_label): Declare.
289 * darwin.c (darwin_globalize_label): New function.
290 * darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
291 (ASM_GLOBALIZE_LABEL): Delete.
292 (GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
293 * dsp16xx.c (asm_output_common): Use target hook.
294 * elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
295 * frv.h (ASM_GLOBALIZE_LABEL): Delete.
296 (GLOBAL_ASM_OP): Define.
297 * i370.c (i370_globalize_label): New function.
298 (TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
299 * i370.h (ASM_GLOBALIZE_LABEL): Delete.
300 * i386.c (ix86_asm_file_end): Use target hook.
301 * i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
302 (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
303 * ia64.c (ia64_asm_output_external): Likewise.
304 * ia64/sysv4.h: Update comment.
305 * m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
306 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
307 * mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
308 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
309 * mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
310 * mmix-protos.h (mmix_asm_globalize_label): Delete.
311 * mmix.c (mmix_asm_globalize_label): Likewise.
312 * mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
313 (GLOBAL_ASM_OP): Define.
314 * ns32k.c (ns32k_globalize_label): New function.
315 * ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
316 (ASM_GLOBALIZE_LABEL): Delete.
317 * pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
318 (TARGET_ASM_GLOBALIZE_LABEL): Undefine.
319 * pa.c (pa_globalize_label): New function.
320 * pa.h (ASM_GLOBALIZE_LABEL): Delete.
321 (TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
322 * rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
323 (GLOBAL_ASM_OP): Define.
324 (TARGET_ASM_GLOBALIZE_LABEL): Undef.
325 * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
326 * rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
327 (GLOBAL_ASM_OP): Define.
328 * v850.c (v850_output_aligned_bss): Use target hook.
329 * vax.c (vms_globalize_label): New function.
330 (TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
331 * vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
332 (GLOBAL_ASM_OP): Define.
333 * defaults.h (ASM_GLOBALIZE_LABEL): Delete.
334 * doc/tm.texi: Update docs.
335 * dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
337 * final.c (output_alternate_entry_point): Likewise.
338 * hooks.c (hook_FILEptr_constcharptr_void): New function.
339 * hooks.h (hook_FILEptr_constcharptr_void): Declare.
340 * output.h (assemble_global): Delete.
341 (default_globalize_label): Declare.
342 * system.h (ASM_GLOBALIZE_LABEL): Poison.
343 * target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
344 (TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
345 * target.h (gcc_target): Add globalize_label member.
346 * varasm.c (asm_output_bss, asm_output_aligned_bss,
347 globalize_decl): Use target hook.
348 (assemble_global): Delete.
349 (default_globalize_label): New function.
351 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
353 * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
355 2002-08-20 Devang Patel <dpatel@apple.com>
356 * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
358 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
360 * arc.c (output_shift): Use stdio instead of asm_fprintf.
361 * arm.c (thumb_output_function_prologue): Likewise.
362 * avr.c (print_operand): Likewise.
363 * c4x.c (c4x_print_operand): Likewise.
364 * c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
365 ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
366 * cris.c (cris_target_asm_function_prologue,
367 cris_asm_output_mi_thunk): Likewise.
368 * h8300.c (print_operand): Likewise.
369 * h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
370 * ip2k.c (print_operand): Likewise. Fix format specifier.
371 * m68hc11.c (asm_print_register, print_operand,
372 print_operand_address): Use stdio instead of asm_fprintf.
373 (print_operand_address): Fix format specifier.
374 * m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
375 ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
377 * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
378 * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
379 * m68k.c (m68k_output_function_prologue,
380 m68k_output_function_epilogue, print_operand): Likewise.
381 * mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
382 Likewise. Fix format specifier.
383 * mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
384 * mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
385 * v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
387 2002-08-15 Eric Christopher <echristo@redhat.com>
388 Jeff Knaggs <jknaggs@redhat.com>
390 * config.gcc (mipsisa64sr71k-elf): New target.
391 * config/mips/sr71k.md: New file.
392 * config/mips/mips.md: Use it.
393 (rot*): Add sr71k specifics.
394 * config/mips/t-sr71k: New file.
395 * config/mips/mips.h (sr71k): New cpu.
396 (TARGET_SR71K): Use it.
398 (GENERATE_BRANCHLIKELY): Ditto.
399 (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
400 ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
401 * config/mips/mips.c (sr71k): New cpu.
402 (mips_use_dfa_pipeline_interface): Use.
404 2002-08-15 Eric Christopher <echristo@redhat.com>
405 Richard Sandiford <rsandifo@redhat.com>
406 Aldy Hernandez <aldyh@redhat.com>
407 Graham Stott <grahams@redhat.com>
408 Michael Meissner <meissner@redhat.com>
409 Gavin Romig-Koch <gavin@redhat.com>
410 Ken Raeburn <raeburn@cygnus.com>
411 Alexandre Oliva <aoliva@redhat.com>
413 * config.gcc (mips64vr-elf): New target.
414 * config/mips/5400.md: New file.
415 * config/mips/5500.md: Ditto.
416 * config/mips/mips.md: Use them.
418 * config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
420 (mips_issue_rate): Use them.
421 (mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
422 (TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
423 * config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
425 (TARGET_MIPSx): Use them.
427 (GETNATE_MULT3_SI): Ditto.
428 (ISA_HAS_BRANCHLIKELY): Ditto.
429 (ISA_HAS_CONDMOVE): Ditto.
430 (ISA_HAS_NMADD_NMSUB): Ditto.
431 (ISA_HAS_MULHI): New. Ditto.
432 (ISA_HAS_MULS): Ditto.
433 (ISA_HAS_MSAC): Ditto.
434 (ISA_HAS_MACC): Ditto.
435 (ISA_HAS_ROTR_SI): Ditto.
436 (ISA_HAS_ROTR_DI): Ditto.
439 2002-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
441 * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
443 (remove_dup_nonsys_dirs): New function.
444 (remove_dup_dirs): Change argument head to head_ptr. Remove warnings.
445 (merge_include_chains): Remove non-system include directories from
446 quote and bracket include chains when they duplicate equivalent system
448 * doc/cpp.texi (-I): Update.
449 * doc/cppopts.texi (-I): Update.
450 * doc/install.texi (--with-local-prefix): Further document usage of
452 * doc/invoke.texi (-I): Update.
454 2002-08-20 Richard Henderson <rth@redhat.com>
456 * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
457 (emit_block_move): Split out subroutines.
458 (emit_block_move_via_movstr): New.
459 (emit_block_move_via_libcall): New. Emit bcopy via normal call also.
460 (emit_block_move_libcall_fn): New. Construct function prototype for
462 (clear_storage): Split out subroutines.
463 (clear_storage_via_clrstr): New.
464 (clear_storage_via_libcall): New. Emit bzero as a normal call also.
465 (clear_storage_libcall_fn): New. Construct function prototype for
467 (emit_push_insn): Use emit_block_move.
468 (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
469 (store_constructor): Likewise.
471 2002-08-19 Ziemowit Laski <zlaski@apple.com>
473 * objc/objc-act.c (building_objc_message_expr): Rename to
474 current_objc_message_selector.
476 2002-08-19 Ziemowit Laski <zlaski@apple.com>
478 * objc/objc-act.c (build_ivar_chain): Remove.
479 (objc_copy_list): Likewise.
480 (get_class_ivars): Inline call to removed build_ivar_chain
481 function. Save off a clean copy of ivars in the CLASS_OWN_IVARS
482 slot; use that slot (rather than CLASS_IVARS) when accessing
483 ivars for base classes. Call copy_list and chainon instead of
485 (build_private_template): Call get_class_ivars instead of
487 (start_class): Allocate room for the CLASS_OWN_IVARS slot.
488 (continue_class): Call get_class_ivars instead of
490 (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
491 of DECL_BIT_FIELD (which may have been cleared).
492 * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
494 2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
496 * genautomata.c (output_translate_vect, output_state_ainsn_table,
497 output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
499 (output_internal_min_issue_delay_func): Initialize variable in
502 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
504 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
505 (stage2_build, stage3_build, stage4_build): Likewise, to CC.
507 2002-08-19 Geoffrey Keating <geoffk@redhat.com>
508 Steve Ellcey <sje@cup.hp.com>
510 * machmode.h (SCALAR_INT_MODE_P): New macro to test for
511 scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
512 * explow.c (trunc_int_for_mode): Abort when the mode is not
513 a scaler integer mode.
514 * combine.c (expand_compound_operation): Don't expand Vector
515 or Complex modes into shifts.
516 (expand_field_assignment): Don't do bitwise arithmatic and
517 shifts on Vector or Complex modes.
518 (simplify_comparison): Don't call trunc_int_for_mode
520 * recog.c (general_operand): Likewise.
521 (immediate_operand): Likewise.
522 (nonmemory_operand): Likewise.
524 2002-08-19 David Edelsohn <edelsohn@gnu.org>
526 * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
527 multi-instruction SImode constant. Add REG_EQUAL note.
528 * config/rs6000/rs6000.md (movsi splitter): Use
529 rs6000_emit_set_const.
531 2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
533 * tree-inline.c (initialize_inlined_parameters): Wrap variable in
534 the macro test controlling its use.
536 2002-08-18 H.J. Lu (hjl@gnu.org)
538 * config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
539 crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
541 (alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
542 i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
543 s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
544 xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
546 (cris-*-linux*): Remove setting thread_file here.
548 2002-08-18 Neil Booth <neil@daikokuya.co.uk>
551 * cppinit.c (path_include): Treat the system environment
552 variables as being cxx_aware.
554 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
556 * c-decl.c (flexible_array_type_p): New function.
557 (grokdeclarator, finish_struct): Use it.
558 * doc/extend.texi: Document constraints on use of structures with
559 flexible array members.
561 2002-08-17 Richard Sandiford <rsandifo@redhat.com>
563 * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
564 config/mips/t-r3900 (MULTILIB_MATCHES): Define.
565 * config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
567 2002-08-16 Stan Shebs <shebs@apple.com>
569 * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
570 for ObjC with -fnext-runtime.
571 * doc/cpp.texi: Document it.
573 2002-08-16 Janis Johnson <janis187@us.ibm.com>
575 * doc/install.texi (Final installation): Replace links to individual
576 build status pages with a link to a common page that lists them all.
578 2002-08-16 Sylvain Pion <pion@cs.nyu.edu>
580 * doc/invoke.texi: Fix typo.
582 2002-08-16 David Edelsohn <edelsohn@gnu.org>
584 * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
586 2002-08-16 Andrew Haley <aph@redhat.com>
588 * tree-inline.c: Add includes for Java inliner.
589 (remap_decl): Don't handle anonymous types for Java.
590 (remap_block): Add handling for Java trees.
591 (copy_scope_stmt): Conditionalize for non-Java use only.
592 (copy_body_r): Handle Java trees. Add handling for
593 LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
594 (initialize_inlined_parameters): Handle Java trees.
595 (declare_return_variable): Likewise.
596 (expand_call_inline): Handle Java trees.
597 (walk_tree): Likewise.
598 (copy_tree_r): Don't handle SCOPE_STMTs for Java.
599 (add_stmt_to_compound): New function.
601 2002-08-15 Richard Henderson <rth@redhat.com>
603 * Makefile.in (LOOSE_WARN): Remove -fno-common.
604 (NOCOMMON_FLAG): New substitution point.
605 (GCC_WARN_CFLAGS): Include it.
606 * configure.in (ac_checking): Set nocommon_flag.
607 (nocommon_flag): New substitution point.
609 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
611 * c-tree.h (skip_evaluation): Move declaration...
612 * c-common.h: ... here.
613 * c-typeck.c (build_external_ref): Don't assemble_external nor
614 mark a tree as used if skip_evaluation is set.
615 * c-parse.in (typeof): New non-terminal to set skip_evaluation
617 (typespec_nonreserved_nonattr): Use it.
619 2002-08-15 Douglas B Rupp <rupp@gnat.com>
621 * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
622 (xcoff_debug_hooks): Update end_prologue.
623 * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
624 * debug.h (end_prologue): Add file arg.
625 (end_epilogue): Add line and file args.
626 (dwarf2out_end_epilogue): Add line and file args.
627 (vmsdbgout_after_prologue): Remove.
628 * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
629 (dwarf2_debug_hooks): Update end_prologue.
630 * dwarfout.c (dwarfout_end_epilogue): Add line and file args.
631 (dwarfout_end_prologue): Add file arg.
632 * final.c (vmsdbgout_after_prologue): Remove
633 (final_end_function): Update end_epilogue call.
634 (final_scan_insn): Update end_prologue call.
635 * sdbout.c (sdbout_end_epilogue): Add line and file args.
636 (sdbout_end_prologue): Add file arg.
637 (sdb_debug_hooks): Update end_prologue.
638 (sdb_begin_prologue): Update sdbout_end_prologue call.
639 * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
640 vmsdbgout_end_function.
641 (vmsdbgout_end_prologue): New function renamed from
642 vmsdbgout_after_prologue. Call vmsdbgout_source_line.
643 (vmsdbgout_end_function): New function.
644 (vmsdbgout_end_epilogue): Add line and file args. Call
645 vmsdbgout_source_line.
646 (write_pclines): Write only valid line numbers.
647 (write_srccorr): Don't write source correlation records if 0 lines.
648 * xcoffout.c (xcoffout_end_epilogue): Add line and file args.
650 2002-08-15 Steve Ellcey <sje@cup.hp.com>
652 * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
653 (_Unwind_Internal_Ptr): 32 bit version for use in
654 read_encoded_value_with_base.
655 * gcc/unwind-pe.h (read_encoded_value_with_base): Use
656 _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
659 2002-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
661 * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
662 signed/unsigned warnings.
664 * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
665 record_reg_classes): Likewise.
667 * reload.c (reload_inner_reg_of_subreg, push_reload,
668 find_reloads_address_1): Likewise.
670 2002-08-15 David Edelsohn <edelsohn@gnu.org>
672 * rs6000.c (output_mi_thunk): Return to function section on
675 * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.
677 2002-08-15 Ulrich Weigand <uweigand@de.ibm.com>
679 * config/s390/s390.c (legitimize_address): Optimize loading
680 of large displacements.
682 2002-08-14 Douglas B Rupp <rupp@gnat.com>
684 * config/alpha/alpha-protos.h: Update.
686 * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
687 (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
688 (alpha_linkage_symbol_p): New static function.
689 (print_operand_address): Print linkage operand.
691 (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
693 (reloc_kind): New enum.
694 (struct alpha_funcs): New struct.
695 (struct alpha_links): Add reloc_kind field. Rename links_kind field.
697 (alpha_need_linkage): Rewrite.
698 (alpha_use_linkage): New global function.
699 (alpha_write_linkage): Rewrite and make static.
700 (alpha_write_one_linkage): Rewrite
702 (alpha_start_function): Remove procedure descriptor output.
703 (alpha_end_function): Write linkages at end of each function.
705 * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
706 (call_vms_1, call_value_vms_1): Rewrite.
708 * config/alpha/vms.h (ASM_FILE_END): Remove.
710 2002-08-14 Richard Henderson <rth@redhat.com>
712 * ggc-page.c (RTL_SIZE): New.
713 (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
714 * rtl.def (BARRIER, NOTE): Pad to 9 slots.
716 2002-08-14 Richard Henderson <rth@redhat.com>
718 * calls.c: Include target.h.
719 * Makefile.in (calls.o): Update.
721 * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
722 * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
724 2002-08-14 Richard Henderson <rth@redhat.com>
726 * Makefile.in (LOOSE_WARN): Add -fno-common.
727 * c-common.h (constant_string_class_name): Add missing extern.
729 2002-08-15 Neil Booth <neil@daikokuya.co.uk>
732 * c-opts.c (check_deps_environment_vars): Ignore main file
733 for SUNPRO_DEPENDENCIES.
734 * cppfiles.c (stack_include_file): Ignore main file if
736 * cpplib.h (struct cpp_options): New member in deps.
737 * doc/cppenv.texi: Update.
739 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
742 * cpplib.c (run_directive): Kludge so _Pragma dependency works.
744 2002-08-14 Nathan Sidwell <nathan@codesourcery.com>
746 * doc/invoke.texi (-a): Remove documentation.
747 (-fprofile-arcs): Remove reference to -a, -ax options.
748 * doc/gcov.texi (Gcov Data Files): Data might be merged.
750 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
753 * c-semantics.c (genrtl_case_label): Don't (mis)use
756 2002-08-14 Dale Johannesen <dalej@apple.com>
758 * explow.c (emit_stack_restore): Emit memory clobbers
759 preceding the stack pop, to prevent the scheduler from
760 moving refs to variable arrays below this pop.
761 * reload1.c (reload): Preserve these clobbers for sched2.
762 * doc/rtl.texi: Document clobber (mem:BLK (scratch)).
764 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
766 * c-opts.c (c_common_post_options): Correct test.
768 2002-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
770 * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
771 order in call to fprintf.
773 2002-08-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
775 * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
777 2002-08-14 Ulrich Weigand <uweigand@de.ibm.com>
779 * reload.c (find_reloads): Handle constraint letters marked by
780 EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
781 (alternative_allows_memconst): Likewise.
782 * reload1.c (maybe_fix_stack_asms): Likewise.
783 * recog.c (asm_operand_ok, preprocess_constraints,
784 constrain_operands): Likewise.
785 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
786 * local-alloc.c (block_alloc, requires_inout): Likewise.
787 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
789 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
790 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
791 * doc/tm.texi: Document these two new target macros.
793 * config/s390/s390.c (s390_expand_plus_operand): Accept already
795 (q_constraint): New function.
796 config/s390/s390-protos.h (q_constraint): Declare it.
797 config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
798 (EXTRA_MEMORY_CONSTRAINT): New macro.
800 * config/s390/s390.md: Throughout the machine description,
801 replace all instances of the constraint combinations 'Qo'
802 or 'oQ' with simply 'Q'.
804 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
806 * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
807 * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
808 (LIBGCC2_CFLAGS): Compile with -mrelax.
810 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
812 * doc/invoke.texi: Document -minmax for 68HC12.
814 * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
815 ("uminqi3"): Likewise.
816 ("uminhi3", "umaxhi3"): Likewise.
818 * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
819 (TARGET_MIN_MAX): Define.
820 (TARGET_SWITCHES): New option -minmax/-mnominmax.
822 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
824 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
825 (MULTILIB_OPTIONS): Must also generate for -mlong-calls.
827 * config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
828 (ret, declare, farsym): New gas macros.
829 (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
830 ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
831 and declare the symbol far when compiled with -mlong-calls.
832 (__far_trampoline): New for 68HC12 trampoline code to invoke a
833 far handler using jsr/bsr.
835 * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
836 (jsr): New macro to transform a 'jsr' into a 'call'.
838 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
840 * doc/invoke.texi: Document -mlong-calls for 68HC12.
842 * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
843 -mlong-calls is specified.
844 (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
845 assembler directives.
846 (TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
847 (TARGET_SWITCHES): Add -mlong-calls options.
848 (current_function_far): Declare.
850 * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
851 into account the page register saved on the stack.
852 (m68hc11_override_options): Take into account -mlong-calls option.
853 (m68hc11_asm_file_start): Put a mode for the ELF flags ABI.
855 * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
856 if the function is going to be in 68HC12 banked memory (-mlong-calls).
857 ("*return_16bit"): Likewise.
858 ("*return_void"): Likewise.
859 ("call", "call_value"): Use call for a far function call.
861 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
863 * toplev.c (parse_options_and_default_flags): Don't call
865 (general_init): Initialize GC, pools and tree hash here,
866 instead of lang_independent_init.
867 (lang_independent_init): Rename backend_init.
868 (do_compile): Call post_options hook; exit early if there
869 have been errors after switch processing.
870 (toplev_main): Update.
872 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
874 * c-pretty-print.h: Guard against multiple inclusion.
876 (pp_c_attributes): Declare.
877 * c-pretty-print.c (pp_c_attributes): New function.
879 2002-08-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
881 * m68k.c (m68k_output_function_prologue,
882 m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
884 * genattrtab.c: Remove dpx2 comment.
885 * libgcc2.c (__enable_execute_stack): Delete versions for
886 NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
887 sony_news/SYSTYPE_BSD.
888 * longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
889 __gmicro__, __i860__, __NeXT__ and __pyr__.
890 * rtl.h: Remove convex comment.
891 * varasm.c: Likewise.
893 2002-08-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
895 * c-opts.c (lang_flags): Const-ify.
896 * ra-build.c (undef_table): Likewise.
897 * ra.c (eliminables): Likewise.
899 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
901 * tree.h: Guard against multiple inclusion.
903 2002-08-14 Hans-Peter Nilsson <hp@bitrange.com>
905 * reload1.c (reload_cse_simplify): Before checking
906 REG_FUNCTION_VALUE_P, check REG_P.
908 2002-08-13 Geoffrey Keating <geoffk@redhat.com>
910 * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
912 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
914 * c-opts.c (c_common_init_options): Extra braces needed.
916 Tue Aug 13 17:40:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
918 * sh.c (sh_init_builtins): Add PARAMS to declaration.
919 (sh_media_init_builtins, sh_expand_builtin): Likewise.
920 (sh_expand_unop_v2sf): Use PARAMS for variable declaration.
921 (sh_expand_binop_v2sf): Likewise.
922 * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
923 (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
924 (sh_initialize_trampoline): Likewise.
926 2002-08-13 Ulrich Weigand <uweigand@de.ibm.com>
928 * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
929 new condition code modes.
930 s390.c (s390_match_ccmode_set): Handle those new CC modes.
931 (s390_select_ccmode): Likewise.
932 (s390_branch_condition_mask): Likewise.
934 * s390-protos.h (s390_tm_ccmode): Declare.
935 s390.c (s390_tm_ccmode): New function.
936 (s390_match_ccmode): Allow VOIDmode as REQ_MODE.
938 * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
939 ("*cmpsi_tm2"): Rename to "*tmsi_ext".
940 ("*cmpqi_tm2"): Rename to "*tmqi_ext".
942 ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
943 "*cmphi_tm_sub","*cmphi_cct_0", "*cmpqi_tm", "*cmpqi_tm_sub",
944 "*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
945 ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
946 "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.
948 ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
949 "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
950 "*cmpqi_ccs_0"): Remove, replace by ...
951 ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
952 "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
953 "*tstqi", "*tstqi_cconly"): ... these new patterns.
955 ("*cmpsidi_ccs"): Remove, replace by ...
956 ("*cmpsi_ccs_sign"): ... this new pattern.
957 ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.
959 ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
960 ("*cli"): ... this new pattern.
962 ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
963 "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
965 ("adddi3_64"): Rename to "*adddi3_64".
966 ("adddi3_31"): Replace by insn and splitter "*adddi3_31".
967 ("adddi3"): Adapt expander.
969 ("*addsi3_cc"): Allow "general_operand" for operand 2.
970 ("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
971 "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.
973 ("addhi3", "addqi3"): Remove, replace by ...
974 ("*addsi3_sign", "*addsi3_sub"): ... these new patterns.
976 ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
977 "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
978 ("subdi3"): Replace by insn and splitter "*subdi3_31".
979 ("subdi3"): New expander.
981 ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.
983 ("subhi3", "subqi3"): Remove, replace by ...
984 ("*subsi3_sign", "*subsi3_sub"): ... these new patterns.
986 ("*muldi3_sign"): New pattern.
987 ("muldi3"): Do not clobber CC.
988 ("mulsi3"): Likewise.
989 ("mulsi_6432"): Likewise.
991 2002-08-13 Denis Chertykov <denisc@overta.ru>
993 * config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
994 which can change CC0.
996 Tue Aug 13 14:49:20 2002 J"orn Rennecke <joern.rennecke@superh.com>
998 * gcse.c (adjust_libcall_notes): New function.
999 (do_local_cprop): Use it. Add fourth parameter. Changed caller.
1001 2002-08-13 Nathan Sidwell <nathan@codesourcery.com>
1003 * libgcc2.c (L_bb): Remove unneeded #includes.
1004 (__global_counters, __gthreads_active): Remove unused globals.
1005 (__bb_exit_func): Merge counts into files rather than appending.
1006 * Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
1007 (ALL_CFLAGS): ... to here.
1009 2002-08-13 Denis Chertykov <denisc@overta.ru>
1011 * config/ip2k/ip2k.c (commands_in_file): Variable removed.
1012 (function_epilogue): Don't calculate function size.
1013 (ip2k_set_compare): Don't use lookup_const_double.
1014 (asm_file_start): Initialization of commands_in_file removed.
1015 (asm_file_end): Output of commands_in_file removed.
1017 * config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
1020 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
1022 * c-opts.c (c_common_init_options): Check option array is
1023 sorted if checking enabled.
1025 2002-08-13 Gabriel Dos Reis <gdr@nerim.net>
1027 * c-pretty-print.c: #include "c-tree.h".
1028 (pp_c_simple_type_specifier): Tweak.
1029 (pp_c_storage_class_specifier): New.
1030 (pp_c_function_specifier): Likewise.
1031 (pp_c_declaration_specifiers): Likewise.
1032 (pp_c_init_declarator): Likewise.
1033 (pp_c_declaration): Likewise.
1034 (pp_c_direct_declarator): Stub.
1035 (pp_c_declarator): Likewise.
1036 (pp_c_parameter_declaration): Likewise.
1038 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
1040 * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
1041 handle_deferred_opts, sanitize_cpp_opts, defer_opt,
1042 struct deferred_opt): New.
1043 (COMMAND_LINE_OPTIONS): Add -M*.
1044 (missing_arg): Update.
1045 (c_common_decode_option): Handle -M*.
1046 (c_common_post_options): Handle -M*. Use sanitize_cpp_opts;
1047 don't call cpp_post_options.
1048 (c_common_finish, check_deps_environment_vars): Update.
1049 * cppfiles.c (stack_include_file, handle_missing_header): Update.
1050 * cpphash.h (CPP_PRINT_DEPS): Remove.
1051 * cppinit.c: Don't include version.h.
1052 (cpp_create_reader): Don't call deps_init. Initialize
1054 (cpp_read_main_file): Init deps if necessary.
1055 (cpp_destroy): Conditionally free deps.
1056 (cpp_finish): Update.
1058 (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
1059 (cpp_post_options): Rename post_options.
1060 * cpplib.h (struct cpp_options): Remove some dependency options;
1061 move others to a new structure.
1062 (cpp_post_options): Remove.
1063 (cpp_finish): Comment.
1064 * fix-header.c (read_scan_file): Don't call cpp_post_options.
1066 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
1068 * config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
1069 ("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
1070 MMIX_rR_REGNUM as clobbered.
1071 * config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
1073 2002-08-12 Gabriel Dos Reis <gdr@nerim.net>
1075 * diagnostic.h (output_formatted_scalar): Rename from
1076 output_formatted_integer.
1077 * diagnostic.def: Add DK_DEBUG.
1078 * diagnostic.c (output_decimal): Adjust.
1079 (output_long_decimal): Likewise.
1080 (output_unsigned_decimal): Likewise.
1081 (output_octal): Likewise.
1082 (output_long_octal): Likewise.
1083 (output_hexadecimal): Likewise.
1084 (output_long_hexadecimal): Likewise.
1085 * c-pretty-print.c (pp_c_type_specifier): New function.
1086 (pp_c_specifier_qualifier_list): Likewise.
1087 (pp_c_abstract_declarator): Likewise.
1088 (pp_c_char): Replace pp_format_integer with pp_format_scalar.
1090 2002-08-12 David Edelsohn <edelsohn@gnu.org>
1092 * doc/trouble.texi (Disappointments): Add static constructor and
1093 destructor dependency information for AIX.
1095 2002-08-12 Neil Booth <neil@daikokuya.co.uk>
1097 * cpphash.h (struct printer): New from cppmain.c.
1098 (cpp_reader): New member.
1099 * cppmain.c (struct printer): Move to cpphash.h.
1100 (options, print): Remove.
1101 (account_for_newlines, print_line, maybe_print_line,
1102 cpp_preprocess_file, setup_callbacks, scan_translation_unit,
1103 scan_translation_unit_trad, cb_line_change, cb_ident,
1104 cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
1105 cb_def_pragma): Make reentrant.
1107 2002-08-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1109 * real.c (ieee_64): Always define.
1110 (ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
1111 (dec_h): Not used yet, hide it.
1112 (emdnorm): Mark parameter in ATTRIBUTE_UNUSED. Guard label with
1113 macro controlling use.
1114 (TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
1116 Mon Aug 12 12:48:20 CEST 2002 Jan Hubicka <jh@suse.cz>
1118 * i386.md (tablejump): Sign extend the operand.
1119 * i386.c (classify_argument): Fix missed case from previous patch.
1121 2002-08-12 Neil Booth <neil@daikokuya.co.uk>
1123 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
1125 (warn_multichar): Die.
1126 (cb_register_builtins): Export.
1127 * c-common.h (warn_multichar, preprocess_file): Remove.
1128 (cb_register_builtins): New.
1129 * c-lang.c (c_init): Remove.
1130 (LANG_HOOKS_INIT): Use c_objc_common_init.
1131 * c-lex.c (init_c_lex): Don't canonicalize filename.
1132 * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
1133 (preprocess_file): Make static. Update for cpplib.
1134 (c_common_decode_option): Remove warn_multichar. Use in_fname.
1135 (c_common_post_options): Set some cpp options here.
1136 (c_common_init): Move from c-common.c.
1137 * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
1138 * cpplib.h (struct cpp_options): Remove in_fname.
1139 (cpp_preprocess_file): Update.
1140 * cppmain.c (cpp_preprocess_file): Update for new prototypes.
1142 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1144 * config.gcc (mips*-*-netbsd*): Include ${tm_file}.
1146 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1148 * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
1149 backslash in comment preceeding macro definition.
1150 * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
1151 * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
1152 * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
1154 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
1156 * expr.c (store_expr): In condition for checking if value is
1157 generated in TARGET, move call to expr_size last.
1159 2002-08-11 Neil Booth <neil@daikokuya.co.uk>
1161 * c-common.c (c_common_init): Call preprocess_file instead.
1162 (c_common_finish): Move to c-opts.c.
1163 * c-common.h (preprocess_file): new.
1164 * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
1165 check_deps_environment_vars, c_common_finish): New.
1166 (c_common_decode_option): Update for out_fname and dependencies.
1167 * cppinit.c (init_dependency_output, output_deps): Remove.
1168 (cpp_destroy): Update prototype.
1169 (cpp_add_dependency_target): New.
1170 (cpp_read_main_file): Don't overlay a buffer.
1171 (cpp_finish): Take a deps output stream and write deps to it.
1172 Return the error count.
1173 (cpp_post_options): Don't canonicalize out_fname, or do anything
1175 * cpplib.h (struct cpp_options): Remove out_fname and
1177 (cpp_add_dependency_target): New.
1178 (cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
1179 * cppmain.c (cpp_preprocess_file): Update prototype. Don't
1180 set preprocess_only. Don't handle the output stream directly.
1182 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1184 * dsp16xx.c (print_operand): Fix format specifier.
1185 * dsp16xx.md: Avoid automatic aggregate initialization.
1186 * frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
1187 * h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
1188 integer constant modifier.
1189 * ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
1190 * mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
1192 * sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
1193 * v850.c (v850_select_section): Mark parameter with
1195 * global.c (global_alloc): Const-ify.
1196 * ra-colorize.c (hardregset_to_string): Fix format specifier.
1198 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1200 * darwin-c.c (darwin_pragma_options): Const-ify.
1201 * darwin.c (machopic_non_lazy_ptr_name,
1202 machopic_validate_stub_or_non_lazy_ptr): Likewise.
1203 (machopic_indirect_data_reference): Wrap variables in macros
1204 controlling their use.
1205 (machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
1206 (machopic_select_section): Use parentheses around && within ||.
1207 * i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
1209 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1211 * ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
1212 mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
1213 ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
1214 ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
1215 mdr_try_remove_redundant_insns, track_w_reload,
1216 mdr_try_wreg_elim): Make function static to match prototype.
1217 * mmix.c (mmix_target_asm_function_epilogue): Likewise. Mark
1218 parameter with ATTRIBUTE_UNUSED.
1220 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1222 * arc.c (arc_init): Don't use ISO C style function definitions.
1223 * arm.c (count_insns_for_constant, thumb_far_jump_used_p,
1224 arm_get_strip_length, arm_strip_name_encoding): Likewise.
1225 * avr.h (progmem_section): Likewise.
1226 * h8300.c h8300_asm_insn_count): Likewise.
1227 * m32r.c (init_idents): Likewise.
1228 * s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
1229 * sh.c (sh_cfun_interrupt_handler_p): Likewise.
1230 * xtensa.c (xtensa_build_va_list): Likewise.
1232 2002-08-11 Neil Booth <neil@daikokuya.co.uk>
1234 * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
1235 * c-opts.c (parse_option): Rename find_opt.
1236 (set_std_c99): New function.
1237 (COMMAND_LINE_OPTIONS): Handle -remap and -o. Remove OPT_std_bad.
1238 (missing_arg): Remove OPT_std_bad. Handle -o.
1239 (c_common_decode_option): Handle input and output file names,
1240 -o and -remap. Clean up -std= handling.
1241 * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
1242 (cpp_handle_option): Similarly. Don't handle filenames.
1244 Sun Aug 11 14:43:17 CEST 2002 Jan Hubicka <jh@suse.cz>
1246 * i386.c (classify_argument): Fix computing of field's offsets.
1248 2002-08-11 Andreas Jaeger <aj@suse.de>
1251 * doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.
1253 2002-08-10 Ziemowit Laski <zlaski@apple.com>
1255 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
1256 reference to clk_objective_c with flag_objc.
1257 * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
1259 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.
1261 2002-08-10 Neil Booth <neil@daikokuya.co.uk>
1263 * c-opts.c (set_std_cxx98, set_std_c89): New.
1264 (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
1265 (c_common_decode_option): Handle new switches from cppinit.c.
1267 * cppinit.c (set_lang): Rename cpp_set_lang. Export.
1268 (no_arg, no_num): Remove.
1269 (COMMAND_LINE_OPTIONS): Move more to c-opts.c. Drop all lang-
1270 switches apart from -lang-objc and lang-asm.
1271 (cpp_handle_option): Similarly.
1272 * cpplib.h (cpp_set_lang): New.
1273 * doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
1275 * objc/lang-specs.h: Remove -ansi.
1277 Sat Aug 10 19:59:43 CEST 2002 Jan Hubicka <jh@suse.cz>
1280 * cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
1283 2002-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1285 * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
1286 emit_jump_insn): Fix uninitialized variable.
1287 * gcov.c (init_line_info): Likewise.
1288 * genautomata.c (transform_3): Add braces around ambiguous
1290 * ifcvt.c (cond_exec_process_insns): Mark parameter with
1292 * ra-build.c (parts_to_webs_1): Fix uninitialized variable.
1293 * regrename.c (copyprop_hardreg_forward): Fix uninitialized
1296 * gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
1297 warnings in output files.
1299 2002-08-09 Ziemowit Laski <zlaski@apple.com>
1301 * c-common.c (flag_objc): New.
1302 * c-common.h (c_language_kind): Get rid of clk_objective_c
1304 (flag_objc): New extern declaration.
1305 * c-decl.c (implicitly_declare): Call objc_check_decl
1306 instead of maybe_objc_check_decl.
1307 (finish_decl): Likewise.
1308 (grokfield): Likewise.
1309 (finish_struct): Likewise.
1310 * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
1311 (maybe_objc_comptypes): Rename to objc_comptypes.
1312 (maybe_building_objc_message_expr): Rename to
1313 objc_message_selector.
1314 * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
1315 replace with flag_objc as needed.
1316 * c-opts.c (c_common_init_options): Likewise.
1317 (c_common_decode_option): Likewise.
1318 * c-parse.in (init_reswords): Likewise.
1319 * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
1320 (maybe_objc_comptypes): Rename to objc_comptypes.
1321 (maybe_building_objc_message_expr): Rename to
1322 objc_message_selector.
1323 * c-typeck.c (comptypes): Call objc_comptypes instead of
1324 maybe_objc_comptypes, and/or objc_message_selector instead of
1325 maybe_building_objc_message_expr.
1326 (comp_target_types): Likewise.
1327 (convert_for_assignment): Likewise.
1328 (warn_for_assignment): Likewise.
1329 * cppinit.c (init_builtins): Set __OBJC__ manifest constant
1330 independently of those for other languages.
1331 * objc/objc-act.c (maybe_objc_comptypes): Delete.
1332 (maybe_objc_check_decl): Delete.
1333 (maybe_building_objc_message_expr): Rename to
1334 objc_message_selector.
1335 * objc/objc-lang.c (objc_init_options): Use clk_c instead of
1336 clk_objective_c; set flag_objc flag.
1338 2002-08-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
1340 * ifcvt.c (find_if_case_2): Test correct basic block for size.
1342 2002-08-09 Dale Johannesen <dalej@apple.com>
1344 * config/rs6000/rs6000.md: Add sibcall patterns.
1345 * config/rs6000/rs6000.h (FUNCTION_OK_FOR_SIBCALL): Define.
1346 * config/rs6000/rs6000.c (rs6000_ra_ever_killed):
1347 Rewritten to handle sibcalls.
1348 * config/rs6000/rs6000.c (function_ok_for_sibcall): New.
1349 * config/rs6000/rs6000-protos.h (function_ok_for_sibcall): New.
1351 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
1353 * profile.c (da_file_name): New static var.
1354 (init_branch_prob): Initialize it.
1355 (end_branch_prob): Remove da file.
1357 * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
1358 * configure.in (coverage_flags): Default to nothing.
1359 * configure: Rebuilt.
1361 2002-08-09 Neil Booth <neil@daikokuya.co.uk>
1363 * Makefile.in (c-opts.o): Update
1364 * c-opts.c: Include intl.h.
1365 (print_help): Move from cppinit.c. Remove unused options.
1366 (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
1367 (missing_arg): Complain for switches without an argument.
1368 (c_common_decode_option): Reject missing joined arguments.
1369 Handle new switches from cppinit.c.
1370 * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
1371 (cpp_handle_option): Similarly.
1372 (print_help): Moved to c-opts.c.
1373 * cpplib.h (struct cpp_options): Remove help_only.
1374 * gcc.c (cpp_unique_options): Remove -$.
1375 * doc/cppopts.texi: Undocument -h.
1377 2002-08-08 Jakub Jelinek <jakub@redhat.com>
1379 * config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
1380 legitimate constant.
1381 (legitimate_pic_operand_p): Neither pic operand.
1382 (legitimate_address_p): But legitimate address.
1383 (get_thread_pointer): Generate MEM/u instead of CONST around
1385 (print_operand): Remove printing of UNSPEC_TP.
1386 (print_operand_address): And print it here.
1388 2002-08-08 Devang Patel <dpatel@apple.com>
1390 * objc/objc-act.c (build_selector_translation_table): Issue warning,
1391 when -Wselector is used,if method for which selector is being
1392 created does not exist.
1394 2002-08-08 Stephen Clarke <stephen.clarke@superh.com>
1396 * config/sh/sh.c (prepare_move_operands): Only call
1397 target_reg_operand if TARGET_SHMEDIA.
1399 2002-08-08 Jakub Jelinek <jakub@redhat.com>
1401 * config/rs6000/rs6000.h, config/rs6000/aix.h,
1402 config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
1404 * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
1406 2002-08-08 Lars Brinkhoff <lars@nocrew.org>
1407 Richard Henderson <rth@redhat.com>
1409 * emit-rtl.c (gen_rtx_REG): After reload, only return
1410 frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.
1412 2002-08-08 Jakub Jelinek <jakub@redhat.com>
1414 * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.
1415 * config/rs6000/rs6000.c (rs6000_field_alignment): Move...
1416 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
1419 2002-08-08 Adam Nemet <anemet@lnxw.com>
1421 * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC
1423 (thumb_expand_prologue): Likewise.
1424 (thumb_output_function_prologue): Likewise.
1425 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for
1426 the additional push of the PIC register.
1428 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
1430 * configure.in (enable_coverage): New enable switch.
1431 * configure: Rebuilt.
1432 * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
1433 (INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
1434 (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
1435 (mostlyclean): Remove coverage files.
1436 * doc/install.texi: Document enable_coverage.
1438 * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
1439 * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
1440 * f/Make-lang.in (f.mostlyclean): Remove coverage files.
1441 * java/Make-lang.in (java.mostlyclean): Remove coverage files.
1442 * objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
1443 * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
1446 2002-08-08 Neil Booth <neil@daikokuya.co.uk>
1448 * c-opts.c (cpp_opts): New.
1449 (COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
1450 (c_common_decode_options): Handle cpplib switches.
1451 (c_common_init_options): Set cpp_opts.
1452 * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
1453 (cpp_handle_option): Similarly.
1455 2002-08-08 David Edelsohn <edelsohn@gnu.org>
1457 * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
1458 (TARGET_ALTIVEC_ABI): Same.
1459 (TARGET_ALTIVEC_VRSAVE): Same.
1461 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
1462 icode not CODE_FOR_nothing. Change switch to if.
1464 2002-08-08 Alan Modra <amodra@bigpond.net.au>
1466 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
1468 2002-08-08 Jakub Jelinek <jakub@redhat.com>
1470 * stor-layout.c (place_union_field): For bitfields if
1471 PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
1474 2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
1476 * pa.c (struct deferred_plabel): Constify name field.
1478 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
1480 * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
1482 2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
1484 * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
1485 local_prefix are the same.
1486 * configure: Rebuilt.
1488 2002-08-07 Jakub Jelinek <jakub@redhat.com>
1489 Richard Henderson <rth@redhat.com>
1491 * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
1492 to type_align when PCC_BITFIELD_TYPE_MATTERS. Only apply
1493 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1494 (place_field): Likewise.
1495 * config/i386/i386.c (x86_field_alignment): Don't check
1496 DECL_USER_ALIGN here.
1497 * config/rs6000/rs6000.c (rs6000_field_alignment): New.
1498 * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New
1500 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
1501 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
1502 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
1503 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove.
1504 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove.
1505 * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description.
1507 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
1509 * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
1510 * c-common.c: Don't include tree-inline.h.
1511 (c_common_init_options, c_common_post_options): Move to c-opts.c.
1512 * c-common.h (c_common_decode_option): New.
1513 * c-decl.c (c_decode_option): Remove.
1514 * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
1515 * c-opts.c: New file.
1516 * c-tree.h (c_decode_option): Remove.
1517 * doc/passes.texi: Update.
1518 * objc/objc-act.c (objc_decode_option): Remove.
1519 * objc/objc-act.h (objc_decode_option): Remove.
1520 * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
1521 c_common_decode_option.
1523 2002-08-07 Chris Demetriou <cgd@broadcom.com>
1525 * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove
1526 dependency on TARGET_DOUBLE_FLOAT.
1528 2002-08-07 Stephen Clarke <stephen.clarke@superh.com>
1530 * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don't
1531 overwrite callee-save registers. Fix comment.
1533 2002-08-06 Chris Demetriou <cgd@broadcom.com>
1535 * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
1536 in target_flags based on ISA, if it was not set on the command
1537 line. Warn if MASK_BRANCHLIKLEY is set but the ISA does not
1538 support Branch Likely instructions.
1539 * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
1540 (TARGET_BRANCHLIKELY): Likewise.
1541 (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
1542 (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
1543 ISA_HAS_BRANCHLIKELY.
1544 (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
1545 * doc/invoke.texi: Document new MIPS -mbranch-likely and
1546 -mno-branch-likely options.
1548 2002-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1550 * ip2k.c (ip2k_set_compare): Add missing iteration variable.
1552 * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
1555 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
1557 * c-decl.c (duplicate_decls): Error out for incompatible TLS
1560 * testsuite/gcc.dg/tls/diag-3.c: New.
1562 2002-08-06 Jason Merrill <jason@redhat.com>
1564 * c-common.c (c_expand_expr) [STMT_EXPR]: If the last expression is
1565 a VAR_DECL with RTL that matches the target, just return that RTL.
1567 2002-08-06 Dale Johannesen <dalej@apple.com>
1568 * c-common.c (fname_decl): Use line number 0 for
1569 __func__, to avoid confusing debuggers.
1571 2002-08-06 Nathan Sidwell <nathan@codesourcery.com>
1574 (struct line_info, struct coverage): New structures.
1575 (gcov_file_name, gcov_file): Remove globals.
1576 (output_data): Take source file parameter. Fix memory leak. Break
1578 (init_line_info, output_line_info, make_gcov_file_name,
1579 accumulate_branch_counts): ... here.
1580 (calculate_branch_probs, function_summary): Adjust.
1582 (function_*): Remove global variables.
1584 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
1586 * dwarf2out.c: Remove unused macros.
1588 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
1590 * function.c (TRAMPOLINE_ALIGNMENT): Always defined.
1592 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
1594 * cppinit.c (struct lang_flags): Rename trigraphs std.
1596 * cpplib.h (struct cpp_options): New member std.
1597 * cppmacro.c (_cpp_builtin_macro_text): Use std.
1598 (collect_args): Flag whether to swallow a possible future
1599 comma pasted with varargs.
1600 (replace_args): Use this flag.
1601 * doc/cpp.texi: Update varargs extension documentation.
1603 2002-08-06 Jakub Jelinek <jakub@redhat.com>
1605 * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
1607 2002-08-06 Jakub Jelinek <jakub@redhat.com>
1609 * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INT
1610 and MODE_CLASS_INT modes.
1612 2002-08-06 Jakub Jelinek <jakub@redhat.com>
1614 * config.gcc (*-*-linux*): Default to --enable-threads=posix if no
1615 --{enable,disable}-threads is given to configure.
1616 (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*,
1617 x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*,
1618 powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*,
1619 s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*):
1620 Remove thread_file setting here.
1622 2002-08-06 David Edelsohn <edelsohn@gnu.org>
1624 * doc/install.texi (Binaries): Update Bull Freeware URL.
1626 2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1628 * doc/gcc.texi (Top): Rename Index to Keyword Index.
1630 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
1632 * gcov.c (output_data): Round to % to nearest, tweak formatting.
1634 2002-08-05 Jakub Jelinek <jakub@redhat.com>
1636 * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one
1637 of the operands into MINUS_EXPR if code is PLUS_EXPR.
1639 2002-08-05 Douglas B Rupp <rupp@gnat.com>
1641 * config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
1642 * config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
1643 drectve_section): Define.
1644 * config/i386/t-interix: Replace interix.o rule with winnt.o.
1645 * config/i386/interix.c: Remove.
1647 2002-08-05 Geoffrey Keating <geoffk@redhat.com>
1649 * attribs.c: Don't include obstack.h.
1650 * builtins.c: Likewise.
1651 * cfganal.c: Likewise.
1652 * cfgbuild.c: Likewise.
1653 * cfgcleanup.c: Likewise.
1654 * emit-rtl.c: Likewise.
1658 * Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
1660 2002-08-05 Gabriel Dos Reis <gdr@nerim.net>
1662 * doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
1664 2002-08-04 Chris Demetriou <cgd@broadcom.com>
1666 * doc/invoke.texi: Remove duplicated paragraph describing
1669 2002-08-04 Geoffrey Keating <geoffk@redhat.com>
1671 * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H).
1672 * collect2.h (permanent_obstack): Delete declaration.
1673 * collect2.c (permanent_obstack): Delete definition.
1674 (main): Don't initialise permanent_obstack. Use xstrdup instead.
1675 * expr.c: Don't include obstack.h.
1676 (permanent_obstack): Delete declaration.
1677 * function.c: Don't include obstack.h.
1678 (permanent_obstack): Delete declaration.
1679 * integrate.c: Don't include obstack.h.
1680 (function_maybepermanent_obstack): Delete declaration.
1681 * print-tree.c (debug_tree): Use x*alloc not permalloc.
1682 * sdbout.c (gen_fake_label): Use x*alloc not permalloc.
1683 * tlink.c (pfgets): Use xstrdup not permanent_obstack.
1684 * toplev.c (lang_independent_init): Rename init_obstacks to init_ttree.
1685 * tree.h: Rename init_obstacks to init_ttree. Remove declarations
1686 of permalloc, expralloc, perm_calloc.
1687 * tree.c (permanent_obstack): Delete definition.
1688 (init_ttree): Rename from init_obstacks.
1689 (permalloc): Delete.
1690 (perm_calloc): Delete.
1691 (dump_tree_statistics): Don't print information about
1693 * varasm.c (assemble_start_function): Use xstrdup instead of
1695 (assemble_variable): Likewise.
1696 * config/alpha/alpha.c (unicosmk_need_dex): Use xmalloc instead of
1698 (unicosmk_add_extern): Likewise.
1699 * config/c4x/c4x.c (c4x_external_ref): Likewise.
1700 (c4x_global_label): Likewise.
1701 * config/frv/frv.c (frv_encode_section_info): Likewise.
1702 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
1703 (i386_pe_record_exported_symbol): Likewise.
1704 * config/mips/mips.c (mips_output_external): Likewise.
1705 (mips_output_external_libcall): Likewise.
1706 * config/pa/pa.c: (permanent_obstack): Delete declaration.
1707 (output_call): Use ggc_strdup instead of allocating on
1709 * config/romp/romp.c: Include ggc.h.
1710 (get_symref): Don't declare permanent_obstack, use ggc_strdup
1711 intead of permanent_obstack.
1712 * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use concat
1713 instead of permalloc.
1714 * config/rs6000/rs6000.c (rs6000_gen_section_name): Use xmalloc
1715 instead of permalloc
1716 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Use concat
1717 instead of permalloc.
1718 * config/vax/vax.c (vms_check_external): Use xmalloc instead of
1721 2002-08-04 Bernd Schmidt <bernds@redhat.com>
1723 Contribute a port developed primarily by Michael Meissner,
1724 Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
1725 * config.gcc: Add frv-elf target.
1726 * config/frv/cmovd.c: New file.
1727 * config/frv/cmovh.c: New file.
1728 * config/frv/cmovw.c: New file.
1729 * config/frv/frv-abi.h: New file.
1730 * config/frv/frv-asm.h: New file.
1731 * config/frv/frv-modes.def: New file.
1732 * config/frv/frv-protos.h: New file.
1733 * config/frv/frv.c: New file.
1734 * config/frv/frv.h: New file.
1735 * config/frv/frv.md: New file.
1736 * config/frv/frvbegin.c: New file.
1737 * config/frv/frvend.c: New file.
1738 * config/frv/lib1funcs.asm: New file.
1739 * config/frv/media.h: New file.
1740 * config/frv/modi.c: New file.
1741 * config/frv/t-frv: New file.
1742 * config/frv/uitod.c: New file.
1743 * config/frv/uitof.c: New file.
1744 * config/frv/ulltod.c: New file.
1745 * config/frv/ulltof.c: New file.
1746 * config/frv/umodi.c: New file.
1747 * config/frv/xm-frv.h: New file.
1749 * config/frv/media.h: Removed again.
1751 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
1753 * gcov.c (bb_file_time): New static variable.
1754 (object_directory): May also be object file.
1755 (preserve_paths): New static variable.
1756 (print_usage): Adjust.
1758 (process_args): Adjust.
1759 (open_files): Simplify. Cope when OBJECT_DIRECTORY is an object
1760 file. Find modification date on bb file.
1761 (read_profile): Don't rewind a NULL file.
1762 (format_hwint): New static function.
1763 (function_summary): Use format_hwint.
1764 (output_data): SOURCE_FILE_NAME is never relative to
1765 OBJECT_DIRECTORY. Use format_hwint. Adjust gcov file name
1766 mangling. Adjust output format to make it more machine readable.
1767 * doc/gcov.texi: Document & clarify semantics.
1769 2002-08-04 Joseph S. Myers <jsm@polyomino.org.uk>
1771 * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
1773 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
1775 * gcc.c (cc1_options): Pass output file as auxbase when
1777 * profile.c (init_branch_prob): FILENAME has already had ending
1779 * final.c (end_final): Likewise.
1780 * toplev.c (aux_base_name): New global.
1781 (compile_file): Pass aux_base_name to init init_branch_prob and
1783 (independent_decode_option, case 'a'): New auxinfo options.
1784 (case 'd'): Protect against mising basename.
1785 (do_compile): Initialize aux_base_name.
1786 * toplev.h (aux_base_name): New global.
1787 * doc/invoke.texi: Adjust documentation.
1789 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
1791 * config/i386/i386.c (x86_field_alignment): Remove duplicate test
1792 of TARGET_ALIGN_DOUBLE.
1794 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
1796 * diagnostic.c (inform): New function.
1797 * diagnostic.h (inform): Declare.
1799 2002-08-03 David Edelsohn <edelsohn@gnu.org>
1801 * config/rs6000/rs6000.md (movsi_internal1): Add nop mnemonic.
1802 (movhi_internal): Same.
1803 (movqi_internal): Same.
1804 (movdi_internal64): Same.
1806 * config/rs6000/t-ppccomm (MULTILIB_MATCHES_FLOAT): Add mcpu=405.
1808 * config/rs6000/xcoff.h (SKIP_ASM_OP): Define.
1809 (ASM_OUTPUT_SKIP): Use it. SIZE unsigned.
1810 (COMMON_ASM_OP): Define.
1811 (ASM_OUTPUT_ALIGNED_COMMON): Use it. SIZE unsigned.
1812 Use ALIGN parameter.
1813 (LOCAL_COMMON_ASM_OP): Define.
1814 (ASM_OUTPUT_LOCAL): Use it. SIZE unsigned.
1816 2002-08-03 Roger Sayle <roger@eyesopen.com>
1818 * builtins.def: Define new builtin functions exp, expf, expl,
1819 log, logf and logl (and their __builtin_* variants).
1820 * optabs.h (enum optab_index): Add new OTI_exp and OTI_log.
1821 Define exp_optab and log_optab.
1822 * optabs.c (init_optans): Initialize exp_optab and log_optab.
1823 * genopinit.c (optabs): Implement exp_optab and log_optab
1824 using exp?f2 and log?f2 patterns.
1825 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP*
1826 and BUILT_IN_LOG* using exp_optab and log_optab respectively.
1827 (expand_builtin): Ignore the new builtins (and all cos and
1828 sin variants) when not optimizing. Expand new builtins via
1829 expand_builtin_mathfn when flag_unsafe_math_optimizations.
1831 * doc/extend.texi: Document new exp and log builtins.
1832 * doc/md.texi: Document new exp?f2 and log?f2 patterns
1833 (and previously undocumented cos?f2 and sin?f2 patterns).
1835 2002-08-03 Jason Merrill <jason@redhat.com>
1837 * explow.c (int_expr_size): New fn.
1838 * expr.c (expand_expr) [CONSTRUCTOR]: Use it.
1839 * expr.h: Declare it.
1841 2002-08-02 Krister Walfridsson <cato@df.lth.se>
1843 * Makefile.in (gengtype-lex.o, gengtype-yacc.o): Add path to
1844 gengtype-* dependencies.
1846 2002-08-02 Eric Christopher <echristo@redhat.com>
1848 * config.gcc (mips*-*-linux*): Fix ordering of tm_file.
1849 * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
1851 (TARGET_MEM_FUNCTIONS): Define instead of define to 1.
1853 2002-08-02 David Edelsohn <edelsohn@gnu.org>
1856 * config/rs6000/rs6000.h (RTX_COSTS): Artificially make MULT
1857 small if optimizing for size.
1859 2002-08-02 Daniel Jacobowitz <drow@mvista.com>
1861 * configure.in (FORBUILD): Use $build_alias.
1862 * configure: Regenerated.
1864 2002-08-02 Richard Sandiford <rsandifo@redhat.com>
1866 * config.gcc: Don't include mips/abi64.h in $tm_file.
1867 * hard-reg-set.h (call_really_used_regs): Declare.
1868 * config/mips/abi64.h: Remove file.
1869 * config/mips/linux.h,
1870 * config/mips/iris6.h: Don't include it.
1871 * config/mips/mips-protos.h (mips_conditional_register_usage): Declare.
1872 * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Use it.
1873 (REG_PARM_STACK_SPACE, STACK_BOUNDARY, STRICT_ARGUMENT_NAMING,
1874 FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_PADDING,
1875 FUNCTION_ARG_CALLEE_COPIES, MUST_PASS_IN_STACK, MIPS_STACK_ALIGN):
1876 Bring across definitions from abi64.h.
1877 (GP_ARG_LAST, FP_ARG_LAST): Use MAX_ARGS_IN_REGISTERS.
1878 (BIGGEST_MAX_ARGS_IN_REGISTERS): New.
1879 (struct mips_args): Use it.
1880 * config/mips/mips.c (mips_conditional_register_usage): Define.
1882 2002-08-02 Jason Merrill <jason@redhat.com>
1884 * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
1885 * langhooks.c (lhd_expr_size): Define default.
1886 * langhooks.h (struct lang_hooks): Add expr_size.
1887 * explow.c (expr_size): Call it.
1888 * expr.c (store_expr): Don't copy an expression of size zero.
1889 (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
1891 * Makefile.in (builtins.o): Depend on langhooks.h.
1893 2002-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1895 * Makefile.in (ra-debug.o): Depend on $(TM_P_H).
1896 * ra-debug.c: Include "tm_p.h".
1897 * ra-rewrite.c (is_partly_live_1): Change return type to bool.
1899 2002-08-02 Toon Moene <toon@moene.indiv.nluug.nl>
1901 * simplify-rtx.c (simplify_binary_operation): x * 1 is allowed
1902 when not honoring signalling NaNs.
1903 (simplify_ternary_operation): a == b has a definite value
1904 when not honoring NaNs.
1906 2002-08-02 Jason Merrill <jason@redhat.com>
1908 * gdbinit.in (pct): New macro.
1910 2002-08-01 Stan Shebs <shebs@apple.com>
1911 Andreas Tobler <toa@pop.agri.ch>
1913 * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined,
1914 plays nice with Darwin headers.
1915 (_BSD_RUNE_T_DEFINED_): Likewise.
1917 2002-08-01 Zack Weinberg <zack@codesourcery.com>
1919 * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
1920 * cppinit.c (cpp_post_options): Likewise.
1922 * cppexp.c (cpp_classify_number): Suppress -Wtraditional
1923 warning about 'LL' suffix (but not 'ULL' etc) when
1924 -Wno-long-long is in effect.
1926 * cppmacro.c (_cpp_builtin_macro_text) [BT_TIME, BT_DATE]:
1927 Check for failing time()/localtime(), issue a warning, and
1928 make __TIME__ and __DATE__ expand to fallback strings.
1930 * doc/cpp.texi, doc/extend.texi: Document behavior of __DATE__
1931 and __TIME__ when the date and time cannot be determined.
1933 2002-08-02 Alan Modra <amodra@bigpond.net.au>
1935 * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
1937 2002-08-01 Daniel Jacobowitz <drow@mvista.com>
1939 * Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).
1941 2002-08-01 Chris Demetriou <cgd@broadcom.com>
1943 * config.gcc (mipsisa64sb1-*-elf*): New configuration.
1944 (mipsisa64sb1el-*-elf*): Likewise.
1945 * config/mips/mips.c (mips_cpu_info_table): Add sb1.
1946 * config/mips/mips.h (processor_type): Add PROCESSOR_SB1.
1947 (TARGET_SB1, TUNE_SB1): New macros.
1948 * doc/invoke.texi: Add sb1 to documentation for MIPS -march and
1951 2002-08-01 David Edelsohn <edelsohn@gnu.org>
1953 * varasm.c (asm_emit_uninitialized): Return false if global BSS
1954 and ASM_EMIT_BSS not supported by target.
1955 (assemble_variable): Do not duplicate uninitialized logic.
1956 Fall through if asm_emit_uninitialized failed.
1958 2002-08-01 Chris Demetriou <cgd@broadcom.com>
1960 * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro.
1962 2002-08-02 Alan Modra <amodra@bigpond.net.au>
1964 * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define.
1965 (DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC): Define.
1967 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
1968 HOST_BITS_PER_WIDE_INT == 64.
1970 2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1972 * df.c (df_insn_table_realloc): Change parameter to unsigned.
1973 * optabs.c (expand_binop): Make variable unsigned.
1974 * simplify-rtx.c (simplify_subreg): Likewise.
1975 * unroll.c (unroll_loop): Cast to avoid signed/unsigned warnings.
1977 2002-08-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1979 * c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.
1981 2002-08-01 Richard Henderson <rth@redhat.com>
1983 * toplev.c (parse_options_and_default_flags): Don't set
1984 flag_reorder_blocks for -Os.
1986 * config/avr/avr.c (avr_optimization_options): Remove.
1987 * config/avr/avr.h (OPTIMIZATION_OPTIONS): Remove.
1988 * config/m68hc11/m68hc11.c (m68hc11_optimization_options): Remove.
1989 * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Remove.
1991 2002-08-01 H.J. Lu <hjl@gnu.org>
1992 Richard Henderson <rth@redhat.com>
1994 * output.h (DECL_READONLY_SECTION): Remove.
1995 (decl_readonly_section): Declare.
1996 * varasm.c (decl_readonly_section): New.
1997 (default_section_type_flags, default_select_section): Use it.
1998 * config/arm/pe.c (arm_pe_unique_section): Likewise.
1999 * config/i386/interix.c (i386_pe_unique_section): Likewise.
2000 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
2001 * config/mcore/mcore.c (mcore_unique_section): Likewise.
2002 * config/mips/mips.c (mips_unique_section): Likewise.
2004 2002-08-01 Richard Henderson <rth@redhat.com>
2006 * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
2007 refers to a subroutine parameter.
2009 2002-08-01 Jakub Jelinek <jakub@redhat.com>
2011 * varasm.c (assemble_visibility): Strip name encoding.
2013 2002-08-01 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2015 * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
2016 (RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
2017 when there is no frame pointer.
2018 (INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
2020 * config/ns32k/__unorddf2.c: New file.
2021 * config/ns32k/__unordsf2.c: New file.
2022 * config/ns32k/t-ns32k: New file.
2023 * config.gcc (ns32k-*-netbsd*): Use it.
2025 2002-08-01 Aldy Hernandez <aldyh@redhat.com>
2027 * config/rs6000/rs6000.h (SPU_CONST_OFFSET_OK): Change to 0xff.
2029 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
2031 * c-common.c (__GXX_ABI_VERSION): Correct spelling.
2033 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
2035 * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
2037 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
2039 * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions.
2041 2002-08-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2043 * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
2045 (expr_hash_table, set_hash_table): Type changed to ...
2046 (struct hash_table): New type.
2047 (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
2048 insert_expr_in_table, insert_set_in_table, compute_hash_table,
2049 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
2050 compute_ae_gen, compute_ae_kill): Modified to pass the table explicitly.
2051 (alloc_set_hash_table, alloc_expr_hash_table): Merged to ...
2052 (alloc_hash_table): New.
2053 (free_set_hash_table, free_expr_hash_table): Merged to ...
2054 (free_hash_table): New.
2055 (compute_set_hash_table, compute_expr_hash_table): Merged to ...
2056 (compute_hash_table_work): New.
2057 (classic_gcse, one_classic_gcse_pass, compute_cprop_data,
2058 find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
2059 pre_edge_insert, pre_insert_copies, pre_delete, pre_gcse,
2060 one_pre_gcse_pass, compute_transpout, compute_code_hoist_vbeinout,
2061 hoist_code, one_code_hoisting_pass,
2062 trim_ld_motion_mems): Altered due to changed type of hash tables.
2064 2002-08-01 Zack Weinberg <zack@codesourcery.com>
2066 * final.c (output_alternate_entry_point):
2067 If ASM_OUTPUT_TYPE_DIRECTIVE is defined, use it.
2069 2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2071 * objc/objc-act.c (encode_complete_bitfield): Add prototype and
2072 avoid ISO C style function definition.
2074 * expr.c (expand_assignment): Delete unused variable.
2076 2002-08-01 Toon Moene <toon@moene.indiv.nluug.nl>
2078 * c-common.c (cb_register_builtins): Set
2079 __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
2080 is given, and to 0 otherwise.
2081 * combine.c (simplify_if_then_else): HONOR_NANS
2082 implies FLOAT_MODE_P.
2084 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
2086 * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
2087 (cpp_handle_option): Don't handle it.
2088 (print_help): Update.
2089 * doc/cppopts.texi: Update.
2091 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
2093 * c-common.c (cb_register_builtins): If C++, define
2094 __EXCEPTIONS, __DEPRECATED and __GXX_ABI_VERSION as appropriate.
2095 * gcc.c (cpp_unique_options): Remove __GXX_ABI_VERSION.
2097 * lang-specs.h: Simplify in accordance with new code in
2100 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
2102 * c-common.c: Define all C/ObjC/C++ warning and flag variables.
2103 * c-common.h: Declare all C/ObjC/C++ warning and flag variables.
2104 * c-decl.c: Move all warning and flag variables to c-common.c.
2105 * c-format.c: Move all warning variables to c-common.c.
2106 * c-tree.h: Move all warning and flag declarations to c-common.h.
2107 * objc/objc-act.c: Move all warning variables to c-common.c.
2108 (flag_warn_protocol): Rename warn_protocol.
2110 2002-07-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2112 * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
2114 2002-07-31 Graham Stott <grahams@btinternet.com>
2116 * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
2119 2002-07-31 Stan Shebs <shebs@apple.com>
2121 * config.gcc (i[34567]86-*-darwin*): New configuration.
2122 * config/darwin.h (TARGET_ENCODE_SECTION_INFO): Undefine before
2124 (TARGET_ENCODE_SECTION_INFO): Ditto.
2125 (ASM_PREFERRED_EH_DATA_FORMAT): Ditto.
2126 * config/darwin.c (machopic_indirect_data_reference): Remove
2127 setting of RTX_UNCHANGING_P.
2128 (machopic_legitimize_pic_address): Move RTX_UNCHANGING_P up so as
2129 not to be applied to sums.
2130 * config/i386/t-darwin: New file.
2131 * config/i386/darwin.h: New file.
2132 * config/i386/i386.h (TARGET_MACHO): Add default definition.
2133 * config/i386/i386.md (tablejump): Add TARGET_MACHO case.
2134 * config/i386/i386.c (output_set_got): For Mach-O, output Mach-O
2135 label and not the GOT add.
2136 (constant_address_p): For Mach-O, seeing a CONST is enough.
2137 (legitimate_pic_address_disp_p): Add a Mach-O case.
2138 (legitimate_address_p): Also test machopic_operand_p if Mach-O.
2139 (legitimize_pic_address): Use generic Mach-O code to legitimize.
2140 (output_pic_addr_const): Suppress @PLT if Mach-O, and parens
2141 if outputting a difference.
2142 (ix86_output_addr_diff_elt): Add Mach-O case.
2143 (ix86_expand_move): Similarly.
2144 (ix86_expand_call): Similarly.
2145 (current_machopic_label_num): New global.
2146 (machopic_output_stub): New function.
2147 (ix86_value_regno): New function.
2148 (ix86_function_value): Use it instead of VALUE_REGNO.
2149 (ix86_libcall_value): Ditto.
2150 * config/i386/unix.h (VALUE_REGNO): Remove.
2152 2002-07-31 Graham Stott <grahas@btinternet.com>
2154 * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
2155 hash for LABEL_REF's.
2157 2002-07-31 Graham Stott <grahams@btinternet.com>
2159 * config/rs6000/rs6000.c (spe_init_builtins,
2160 altivec_init_builtins, rs6000_common_init_builtins):
2161 Replace ANSI with K&R function def.
2163 2002-07-31 David Edelsohn <edelsohn@gnu.org>
2165 * rs6000.c (validate_condition_mode): Test flag_finite_math_only
2168 2002-07-31 Richard Sandiford <rsandifo@redhat.com>
2170 * config/mips/crtn.asm: Don't use __mips16 to determine the
2171 return-address offset. Define RA to a suitable temporary
2172 register for the return address.
2174 2002-07-31 Richard Sandiford <rsandifo@redhat.com>
2176 * config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
2179 2002-07-30 Chris Demetriou <cgd@broadcom.com>
2181 * config/mips/elf.h (STARTFILE_SPEC): Define differently if
2182 default ABI is MEABI. (Undoes incorrect change in Eric Christopher's
2183 patch on 2002-07-29.)
2184 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
2186 2002-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2188 * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,
2189 fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h,
2190 ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h,
2191 openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h,
2192 s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h:
2193 (ASM_GLOBALIZE_LABEL): Delete.
2194 (GLOBAL_ASM_OP): Define.
2196 * m68hc11.h, m68k.h, m88k.h (ASM_GLOBALIZE_LABEL): Delete.
2198 * defaults.h (ASM_GLOBALIZE_LABEL): Provide a default.
2199 * doc/tm.texi (ASM_GLOBALIZE_LABEL): Update docs.
2201 2002-07-30 Geoffrey Keating <geoffk@redhat.com>
2203 * doc/extend.texi (Hints implementation): Document that GCC
2204 mostly ignores `register'.
2206 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
2208 * flags.h: Declare flag_finite_math_only.
2209 Use it in definition of HONOR_NANS and
2211 * c-common.c (cb_register_builtins): Emit
2212 __FINITE_MATH_ONLY__ when flag_finite_math_only
2214 * combine.c (simplify_if_then_else): If
2215 flag_finite_math_only is set, a == b has a
2217 * toplev.c: Initialize flag_finite_math_only.
2218 (set_flags_fast_math): Set it on -ffast-math.
2219 (flag_fast_math_set_p): Test it.
2220 * doc/invoke.texi: Document -ffinite-math-only.
2222 2002-07-30 Richard Henderson <rth@redhat.com>
2224 * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
2225 (noce_process_if_block): Likewise.
2227 2002-07-30 Bernd Schmidt <bernds@redhat.com>
2229 * ifcvt.c (cond_exec_process_if_block): Fix a merging error.
2230 Bail out early if false_expr is NULL and we'd crash due to this.
2231 * genemit.c (gen_expand): Recognize return insns even if the return
2232 appears in a parallel.
2233 * libgcc2.c: Expand macro DECLARE_LIBRARY_RENAMES if it is defined.
2234 * config/fp-bit.c: Likewise.
2235 * doc/tm.texi: Document it.
2237 2002-07-30 David Edelsohn <edelsohn@gnu.org>
2238 Zack Weinberg <zack@codesourcery.com>
2240 * rs6000.c (rs6000_expand_unop_builtin): Check icode not
2241 CODE_FOR_nothing. Change switch to if.
2242 (rs6000_expand_binop_builtin): Same.
2243 (rs6000_expand_builtin): Expand builtin if target support enabled.
2244 (rs6000_init_builtins): Init builtin if target support enabled.
2245 (rs6000_common_init_builtins): Check icode not CODE_FOR_nothing.
2247 2002-07-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2249 * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.
2251 2002-07-30 Richard Sandiford <rsandifo@redhat.com>
2253 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
2255 Tue Jul 30 18:31:31 2002 J"orn Rennecke <joern.rennecke@superh.com>
2257 * sh.md (cond_delay_slot): New attribute.
2258 (cbranch delay): Use it for anulled-true case.
2259 (stuff_delay_slot): New pattern.
2260 * sh.c (print_operand, case '.'): Don't print .s / /s fore zero-length
2262 (gen_far_branch): Emit stuff_delay_slot pattern.
2264 Tue Jul 30 11:21:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
2266 * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
2268 2002-07-30 Kazu Hirata <kazu@cs.umass.edu>
2270 * fold-const.c: Fix comment typos.
2272 * reload1.c: Likewise.
2274 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
2276 * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
2279 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
2281 * c-pretty-print.h (pp_c_statement): Declare.
2282 * c-pretty-print.c (pp_c_postfix_expression): #if 0 support for SRCLOC.
2283 (pp_c_statement): Define.
2285 2002-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2287 * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,
2288 darwin.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i960.h,
2289 ip2k.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h,
2290 mn10200.h, mn10300.h, ns32k.h, pa/pa-linux.h, pdp11.h, romp.h,
2291 rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h,
2292 v850.h, vax.h, xtensa.h (ASM_OUTPUT_LABEL): Delete definition.
2294 * defaults.h (ASM_OUTPUT_LABEL): Provide a default.
2295 * doc/tm.texi (ASM_OUTPUT_LABEL): Update docs.
2297 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
2299 * c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.
2300 (pp_c_postfix_expression): Handle ARROW_EXPR, FFS_EXPR,
2301 COMPOUND_LITERAL_EXPR, VA_ARG_EXPR.
2302 (pp_c_expression): Update.
2304 2002-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2306 * alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
2307 concat in lieu of xmalloc/strcpy/memcpy/sprintf.
2308 * alpha/vms-ld.c (main): Likewise.
2309 * dsp16xx.c (double_reg_to_memory): Likewise.
2310 * mcore.c (mcore_expand_prolog): Likewise.
2311 * cppfiles.c (read_name_map): Likewise.
2312 * gensupport.c (process_rtx, identify_predicable_attribute,
2313 alter_test_for_insn): Likewise.
2314 * vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
2316 2002-07-29 Roger Sayle <roger@eyesopen.com>
2318 * builtins.c (expand_builtin): Change the default behavior to
2319 only issue an error if the builtin function doesn't have a
2320 fallback library call. Remove several cases handled by the
2323 2002-07-29 John David Anglin <dave@hiauly1.hia.nrc>
2325 * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the
2326 floating point format of the target is IEEE.
2327 * (dec_f, dec_d, dec_g, dec_h): Define only if the floating point
2328 format of the target is DEC.
2330 2002-07-29 Richard Henderson <rth@redhat.com>
2332 * unroll.c (verify_addresses): Remove.
2333 (find_splittable_givs): Never split DEST_ADDR givs.
2335 2002-07-29 Geoffrey Keating <geoffk@redhat.com>
2337 * doc/gty.texi (GGC Roots): Clarify that the list of syntaxes
2339 (Files): Improve documentation on generated source files.
2341 * doc/extend.texi (Translation implementation): Document what
2342 diagnostics look like.
2343 (Identifiers implementation): Document that there's normally no
2344 limit on identifier names.
2345 (Integers implementation): Document two's complement.
2346 (Hints implementation): Document that GCC honours 'inline', mostly.
2347 (Preprocessing directives implementation): Document that GCC
2348 requires the current time.
2350 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
2352 * c-pretty-print.h (struct c_pretty_print_info): Add new member.
2353 (pp_initializer): New macro.
2354 (pp_c_initializer): Declare.
2355 * c-pretty-print.c (pp_c_primary_expression): HAndle TARGET_EXPR.
2356 (pp_c_initializer): Define.
2357 (pp_c_initializer_list): New function.
2358 (pp_c_postfix_expression): Handle ABS_EXPR, COMPLEX_CST,
2359 VECTOR_CST, CONSTRUCTOR.
2360 (pp_c_unary_expression): Handle CONJ_EXPR, REALPART_EXPR,
2362 (pp_c_cast_expression): Handle FLOAT_EXPR.
2363 (pp_c_assignment_expression): Handle INIT_EXPR.
2364 (pp_c_expression): Update.
2366 2002-07-30 Neil Booth <neil@daikokuya.co.uk>
2368 * objc/objc-act.c (objc_init): Return immediately if filename
2371 2002-07-29 Eric Christopher <echristo@redhat.com>
2373 * config/mips/elf.h: Remove ecoff.h and gofast includes.
2374 (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
2375 (SDB_DEBUGGING_INFO): Undefine.
2376 (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
2377 (PUT_SDB_SIZE): Remove.
2378 (SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
2379 (STARTFILE_SPEC): Add isa3264 define.
2380 * config/mips/elf64.h: Ditto. Move TARGET_MEM_FUNCTIONS from here...
2381 * config/mips/ecoff.h: Remove. and here...
2382 * config/mips/iris3.h: and here...
2383 * config/mips/sni-svr4.h: and here...
2384 * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
2385 Add assembler -mmdebug options for non-dwarf debugging.
2386 * config/mips/r3900.h: Remove debug info defines.
2387 * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
2388 * config/mips/isa3264.h: Ditto.
2389 * config/mips/t-isa3264: Fix up for file removal and gofast configure
2391 * config/mips/t-elf: Ditto.
2392 * config/mips/t-ecoff: Ditto.
2393 * config/mips/t-r3900: Ditto.
2394 * config/mips/t-iris5-6: Ditto.
2395 * config/mips/t-isa3264: Ditto.
2396 * config/mips/t-linux: Remove.
2397 * config/mips/t-netbsd: Remove.
2398 * config/mips/t-mips: New file.
2399 * config/mips/t-gofast: Ditto.
2400 * config/mips/netbsd.h: Remove unnecessary undefines.
2401 * config/mips/linux.h: Remove #include of mips.h.
2402 * config.gcc: Add mips.h include for elf targets. Remove tm_file
2403 for ecoff. Add gofast configure option for mips.
2405 2002-07-29 Chris Demetriou <cgd@broadcom.com>
2407 * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
2408 linker scripts use STARTUP directives consistently.
2409 * configure: Regenerate.
2410 * config.in: Regenerate.
2411 * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
2412 on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
2413 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
2414 * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
2415 HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
2418 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
2420 * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute.
2422 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
2424 * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
2426 2002-07-29 Aldy Hernandez <aldy@quesejoda.com>
2428 * config/rs6000/rs6000.md: Move altivec patterns from here...
2430 * config/rs6000/altivec.md: ...to here.
2432 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
2434 * config/rs6000/spe.md ("spe_evmra"): Change to unspec.
2436 2002-07-29 Richard Henderson <rth@redhat.com>
2438 * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
2439 set_mem_attributes and add BITPOS argument. Subtract it from
2440 OFFSET when same is adjusted.
2441 (set_mem_attributes): New wrapper function.
2442 * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
2443 remove offset adjustment hack.
2444 * expr.h (set_mem_attributes_minus_bitpos): Declare.
2446 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>
2448 * Makefile.in (C_OBJS): Include c-pretty-print.o
2449 (c-pretty-print.o): Add depency rule.
2450 * pretty-print.h: Add more macros.
2451 * c-pretty-print.c: New file.
2452 * c-pretty-print.h: Likewise.
2454 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
2456 * config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
2457 constants to __ev64_s32__.
2458 (__internal_ev_mwhgsmian): Same.
2459 (__internal_ev_mwhgsmfan): Same.
2460 (__internal_ev_mwhgssfan): Same.
2461 (__internal_ev_mwhgumiaa): Same.
2462 (__internal_ev_mwhgsmiaa): Same.
2463 (__internal_ev_mwhgsmfaa): Same.
2464 (__internal_ev_mwhgssfaa): Same.
2466 2002-07-29 David Edelsohn <edelsohn@gnu.org>
2468 * varasm.c (assemble_variable): Narrow test for uninitialized
2469 without BSS target support.
2471 2002-07-29 Nathan Sidwell <nathan@codesourcery.com>
2473 * profile.c: Add file comment describing the overall algorithm and
2475 (struct edge_info): Add comments.
2476 (struct bb_info): Add comments.
2477 * basic-block.h (EDGE_*): Add comments.
2478 * doc/gcov.texi (Gcov Data Files): Document bit flags.
2480 2002-07-29 Bob Wilson <bob.wilson@acm.org>
2482 * config/xtensa/elf.h, config/xtensa/linux.h
2483 (TARGET_OS_CPP_BUILTINS): Define.
2484 (CPP_PREDEFINES): Remove.
2485 * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
2488 2002-07-29 Zack Weinberg <zack@codesourcery.com>
2490 * gensupport.c: Include hashtab.h.
2491 (insn_elision, condition_table, hash_c_test, cmp_c_test,
2492 maybe_eval_c_test): New routines and data structures to
2493 support insn elision.
2494 (init_md_reader): Read and initialize the condition_table.
2495 (read_md_rtx): Discard insn patterns whose C test is provably
2497 * gensupport.h: Declare new functions and data structures.
2499 * genconditions.c, dummy-conditions.c: New files.
2500 * Makefile.in: Build genconditions; run it to construct
2501 insn-conditions.c; build that and link it into most gen*
2503 (HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
2504 (GEN): Delete, unused.
2505 (STAGESTUFF): Update.
2507 * gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
2508 CODE_FOR_nothing for all elided patterns.
2509 (main): Tweaked to support this.
2510 * genflags.c (gen_proto): Emit a static inline generator
2511 function here for all elided patterns, which simply returns
2513 (gen_insn): Do not define HAVE_xxx for elided patterns.
2514 (main): Tweaked to support this. No need to forward-declare
2516 * genrecog.c: Do not bother emitting the C test if it's known
2517 to be true at compile time.
2519 2002-07-29 Mike Stump <mrs@apple.com>
2521 * config.gcc (target_gtfiles): Initialize, as otherwise cross
2522 compilers hosted on powerpc-apple-darwin6.0 won't even build.
2524 2002-07-29 Richard Earnshaw <rearnsha@arm.com>
2526 * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
2527 remove clobber of LR.
2528 (sibcall_insn, sibcall_value_insn): Update accordingly.
2529 (sibcall_epilogue): Remove debugging comment from assembler stream.
2531 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>
2533 * pretty-print.h: Define more macros.
2534 * diagnostic.h (output_formatted_integer): Moved from...
2535 * diagnostic.c: ... here.
2537 2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2539 * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF.
2541 2002-07-28 Zack Weinberg <zack@codesourcery.com>
2543 * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
2544 arguments. Always use ".-symbol" as expression argument.
2545 * doc/tm.texi: Update to match. Document requirement for
2546 ".size symbol, .-symbol" to be acceptable to assembler.
2548 * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
2549 config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
2550 config/i386/freebsd-aout.h, config/i386/sco5.h,
2551 config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
2552 config/xtensa/linux.h: Update uses of ASM_OUTPUT_MEASURED_SIZE.
2554 2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2556 * Makefile.in (gengtype-lex.c): Fix error in last change.
2558 * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
2561 * Makefile.in (vmsdbgout.o): Depend on function.h.
2563 * vmsdbgout.c: Include function.h.
2565 2002-07-28 Alan Modra <amodra@bigpond.net.au>
2567 * prefix.c (update_path): Don't strip single `.' path components
2568 unless stripping a later `..' component. Exit loop as soon as
2569 a valid path is found.
2571 2002-07-27 Roger Sayle <roger@eyesopen.com>
2573 * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
2574 argument. Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
2575 BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
2576 floating point unordered comparisons (e.g. __builtin_isgreater)
2577 as const, and leave the remaining GCC_BUILTINs unchanged.
2579 * c-decl.c (builtin_function): No need to explicitly mark
2580 BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
2582 2002-07-27 Roger Sayle <roger@eyesopen.com>
2584 * Makefile.in: rtlanal.o now depends upon real.h.
2586 * flags.h [flag_signaling_nans]: New flag.
2587 [HONOR_SNANS]: New macro.
2589 * toplev.c [flag_signaling_nans]: Initialize to false.
2590 (f_options): Add processing for "-fsignaling-nans".
2591 (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
2592 (process_options): flag_signaling_nans implies flag_trapping_math.
2594 * c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
2595 when -fsignaling-nans. First step to implementing WG14's N965.
2597 * fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
2598 1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
2599 [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
2601 * simplify-rtx.c (simplify_relational_operation): Conditionalize
2602 transforming abs(x) < 0.0 into false on !HONOR_SNANS.
2604 * rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
2605 required by HONOR_SNANS. (may_trap_p): Floating point DIV, MOD,
2606 UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
2607 -fsignaling_nans. EQ and NE only trap for flag_signaling_nans
2608 not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
2610 * doc/invoke.texi: Document new -fsignaling-nans compiler option.
2612 2002-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2614 * Makefile.in (gengtype-lex.c): Work around a bug in flex.
2615 * gengtype-lex.l (YY_USE_PROTOS): Undef.
2618 2002-07-27 Roger Sayle <roger@eyesopen.com>
2620 * doc/invoke.texi: Document that both -fno-builtin-foo and
2621 -fno-builtin are supported by the g++ front-end.
2623 2002-07-27 Stan Shebs <shebs@apple.com>
2625 * configure.in: Rename config_gtfiles to target_gtfiles.
2626 * configure: Regenerate.
2627 * doc/gty.texi: Update reference.
2628 * config.gcc (powerpc-*-darwin*): Set target_gtfiles
2629 instead of appending to it.
2631 2002-07-25 Aldy Hernandez <aldyh@redhat.com>
2633 * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
2634 vectors are split into two registers.
2635 (function_arg): Same.
2637 Thu Jul 26 23:00:13 2002 J"orn Rennecke <joern.rennecke@superh.com>
2639 * pa.md (extv): Check predicates before emitting extv_32.
2641 2002-07-27 Alan Modra <amodra@bigpond.net.au>
2643 * config/rs6000/rs6000.c (rs6000_traceback_name): New var.
2644 (rs6000_traceback): New var.
2645 (rs6000_override_options): Set rs6000_traceback.
2646 (rs6000_output_function_epilogue): Implement traceback options.
2647 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add "traceback=".
2648 (rs6000_traceback_name): Declare.
2650 * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
2651 label reference when NO_PROFILE_COUNTERS.
2653 2002-07-26 Jason Merrill <jason@redhat.com>
2655 * function.c (assign_parms): Handle frontend-directed pass by
2656 invisible reference.
2658 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
2660 * doc/cppopts.texi: Update.
2662 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
2664 * cppmacro.c (_cpp_create_definition): Don't attempt redefinition
2665 warnings on assertions.
2667 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
2669 * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
2670 RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR,
2672 * c-parse.in (rid_to_yy): Similarly.
2674 2002-07-26 Jason Merrill <jason@redhat.com>
2676 * c-dump.c: Resurrect.
2677 * tree-dump.c: Move C-specific stuff to c-dump.c.
2678 * c-common.h: Declare c_dump_tree.
2679 * c-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN): Define.
2680 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2681 (c-dump.o): New rule.
2683 2002-07-26 Alan Modra <amodra@bigpond.net.au>
2685 * config/rs6000/rs6000.md: Enable patterns using rlwinm for
2686 PowerPC64. Replace "T" and "S" constraints with "n" when the
2687 predicate will do. Formatting fixes.
2688 (extzvsi_internal2): Use "andi.", "andis." and attr type of "compare"
2689 as for extzvsi_internal1.
2691 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
2693 * dwarfout.c (VERSION_ASM_OP, DERIV_BEGIN_LABEL_FMT,
2694 DERIV_END_LABEL_FMT): Remove.
2695 (SL_BEGIN_LABEL_FMT, SL_END_LABEL_FMT): Move.
2697 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
2699 * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
2702 2002-07-25 Stan Shebs <shebs@apple.com>
2704 * config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
2706 (output_compiler_stub): Remove unused locals.
2707 (output_call): Always initialize line number.
2709 Thu Jul 25 20:34:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
2711 * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
2712 * sh.md (truncdiqi2, movqi_media): Likewise.
2714 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
2716 * gcse.c (obstack_chunk_alloc): Remove.
2717 (gcse_alloc): Fix to count allocated bytes.
2718 * collect2.c (SYMBOL__MAIN): Remove.
2720 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
2722 * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
2723 HAVE_TARGET_EXECUTABLE_SUFFIX.
2725 Thu Jul 25 18:57:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
2727 * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
2728 SIZE, EXPR and OFFSET.
2730 2002-07-25 Richard Henderson <rth@redhat.com>
2732 * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
2733 in ARRAY_REF of DECL_P case.
2735 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2737 * doc/invoke.texi: Document -mabi=meabi, and expand on the EABI
2738 description. Document -mips32, -mips64, and the associated -march
2739 values. Describe the "mipsN" arguments to -march. Say that the
2740 -mipsN options are equivalent to -march. Reword the description
2741 of default type sizes.
2742 * toplev.h (target_flags_explicit): Declare.
2743 * toplev.c (target_flags_explicit): New var.
2744 (set_target_switch): Update target_flags_explicit.
2745 * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Undefine.
2746 * config/mips/elf64.h (MIPS_ISA_DEFAULT): Undefine.
2747 * config/mips/iris6.h (SUBTARGET_ASM_SPEC): -mabi=64 implies -mips3.
2748 * config/mips/isa3264.h (MIPS_ENABLE_EMBEDDED_O32): Undefine.
2749 * config/mips/mips.h (mips_cpu_info): New struct.
2750 (mips_cpu_string, mips_explicit_type_size_string): Remove.
2751 (mips_cpu_info_table, mips_arch_info, mips_tune_info): Declare.
2752 (MIPS_CPP_SET_PROCESSOR): New macro.
2753 (TARGET_CPP_BUILTINS): Declare a macro for each supported processor.
2754 Define _MIPS_ARCH and _MIPS_TUNE.
2755 (MIPS_ISA_DEFAULT): Don't provide a default value. Instead...
2756 (MIPS_CPU_STRING_DEFAULT): Set to "from-abi" if neither it nor
2757 MIPS_ISA_DEFAULT were already defined.
2758 (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT.
2759 (TARGET_OPTIONS): Remove -mcpu and -mexplicit-type-size.
2760 (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New.
2761 (GAS_ASM_SPEC): Remove -march, -mcpu, -mgp* and -mabi rules.
2762 (ABI_GAS_ASM_SPEC): Remove.
2763 (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
2764 (ASM_SPEC): Add -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64.
2765 Invoke %(asm_abi_default_spec) if no ABI was specified.
2766 (CC1_SPEC): Remove ISA -> register-size rules.
2767 (EXTRA_SPECS): Remove abi_gas_asm_spec. Add asm_abi_default_spec.
2768 * config/mips/mips.c (mips_arch_info, mips_tune_info): New vars.
2769 (mips_cpu_string, mips_explicit_type_size_string): Remove.
2770 (mips_cpu_info_table): New array.
2771 (mips_set_architecture, mips_set_tune): New fns.
2772 (override_options): Rework to make -mipsN equivalent to -march.
2773 Detect more erroneous cases, including those removed from CC1_SPEC.
2774 Don't change the ABI based on architecture, or vice versa.
2775 Unify logic with GAS.
2776 (mips_asm_file_start): Get architecture name from mips_arch_info.
2777 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
2778 (mips_parse_cpu): Take the name of the option as argument. Handle
2779 'from-abi'. Raise an error if the option is wrong.
2780 (mips_cpu_info_from_isa): New fn.
2782 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
2784 * config/mips/mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF.
2785 (tablejump_mips162): Likewise.
2787 Thu Jul 25 10:23:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
2789 * simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to
2792 2002-07-25 Gabriel Dos Reis <gdr@nerim.net>
2794 * c-common.c (c_sizeof_or_alignof_type): Take a third argument for
2796 * c-common.h (c_sizeof): Adjust definition.
2797 (c_alignof): Likewise.
2798 * c-tree.h (c_sizeof_nowarn): Now macro.
2799 * c-typeck.c (c_sizeof_nowarn): Remove definition.
2801 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
2803 * c-decl.c (c_decode_option): No need to handle switches
2806 2002-07-24 Zack Weinberg <zack@codesourcery.com>
2808 * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
2809 ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
2810 * doc/tm.texi: Document them. Also document SIZE_ASM_OP,
2811 TYPE_ASM_OP, and TYPE_OPERAND_FMT.
2813 * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
2814 config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
2815 config/cris/aout.h, config/i386/freebsd-aout.h,
2816 config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
2817 config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
2818 config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
2819 config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
2820 config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
2821 config/xtensa/elf.h, config/xtensa/linux.h:
2823 Where possible, remove redundant definitions of SIZE_ASM_OP,
2824 TYPE_ASM_OP, and TYPE_OPERAND_FMT.
2826 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
2828 * config/rs6000/eabi.h: Define TARGET_SPE_ABI, TARGET_SPE,
2829 TARGET_ISEL, and TARGET_FPRS.
2831 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
2832 -mabi=spe, -mabi=no-spe, and -misel=.
2834 * config/rs6000/rs6000-protos.h: Add output_isel.
2835 Move vrsave_operation prototype here.
2837 * config/rs6000/rs6000.md (sminsi3): Allow pattern for TARGET_ISEL.
2841 (abssi2_nopower): Disallow when TARGET_ISEL.
2843 (negsf2): Change to expand and rename old pattern to *negsf2.
2844 (abssf2): Change to expand and rename old pattern to *abssf2.
2846 New expanders: fix_truncsfsi2, floatunssisf2, floatsisf2,
2849 Change patterns that check for TARGET_HARD_FLOAT or
2850 TARGET_SOFT_FLOAT to also check TARGET_FPRS.
2852 * config/rs6000/rs6000.c: New globals: rs6000_spe_abi,
2853 rs6000_isel, rs6000_fprs, rs6000_isel_string.
2854 (rs6000_override_options): Add 8540 case to
2855 processor_target_table.
2856 Set rs6000_isel for the 8540.
2857 Call rs6000_parse_isel_option.
2858 (enable_mask_for_builtins): New.
2859 (rs6000_parse_isel_option): New.
2860 (rs6000_parse_abi_options): Add spe and no-spe.
2861 (easy_fp_constant): Treat !TARGET_FPRS as soft-float.
2862 (rs6000_legitimize_address): Check for TARGET_FPRS when checking
2863 for TARGET_HARD_FLOAT.
2864 Add case for SPE_VECTOR_MODE.
2865 (rs6000_legitimize_reload_address): Handle SPE vector modes.
2866 (rs6000_legitimate_address): Disallow PRE_INC/PRE_DEC for SPE
2868 Check for TARGET_FPRS when checking for TARGET_HARD_FLOAT.
2869 (rs6000_emit_move): Check for TARGET_FPRS.
2870 Add cases for SPE vector modes.
2871 (function_arg_boundary): Return 64 for SPE vector modes.
2872 (function_arg_advance): Check for TARGET_FPRS and
2874 (function_arg): Same.
2875 (setup_incoming_varargs): Check for TARGET_FPRS.
2876 (rs6000_va_arg): Same.
2877 (struct builtin_description): Un-constify mask field. Move up in
2879 (bdesc_2arg): Un-constify and add SPE builtins.
2881 (bdesc_spe_predicates): New.
2882 (bdesc_spe_evsel): New.
2883 (rs6000_expand_unop_builtin): Add SPE 5-bit literal builtins.
2884 (rs6000_expand_binop_builtin): Same.
2885 (bdesc_2arg_spe): New.
2886 (spe_expand_builtin): New.
2887 (spe_expand_predicate_builtin): New.
2888 (spe_expand_evsel_builtin): New.
2889 (rs6000_expand_builtin): Call spe_expand_builtin for SPE.
2890 (rs6000_init_builtins): Initialize SPE builtins. Call
2891 rs6000_common_init_builtins.
2892 (altivec_init_builtins): Move all non-altivec builtin code to...
2893 (rs6000_common_init_builtins): ...here. New function.
2894 (branch_positive_comparison_operator): Allow NE code for SPE.
2895 (ccr_bit): Return correct ccr bit for SPE fp.
2896 (print_operand): Emit crnor in 'D' case for SPE.
2898 Add SPE code for 'y' case.
2899 (rs6000_generate_compare): Generate rtl for SPE fp.
2900 (output_cbranch): Handle SPE hard floats.
2901 (rs6000_emit_cmove): Handle isel.
2902 (rs6000_emit_int_cmove): New.
2904 (rs6000_stack_info): Adjust stack frame so GPRs are saved in
2906 (debug_stack_info): Add SPE info.
2907 (gen_frame_mem_offset): New.
2908 (rs6000_emit_prologue): Save GPRs in 64-bits for SPE abi.
2909 Change mode of frame pointer, when saving it, to Pmode.
2910 (rs6000_emit_epilogue): Restore GPRs in 64-bits for SPE abi.
2911 Misc cleanups and use gen_frame_mem_offset when appropriate.
2913 * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_PPC8540.
2914 (TARGET_SPE_ABI): New.
2918 (FIXED_SCRATCH): New.
2919 (RTX_COSTS): Add PROCESSOR_PPC8540.
2920 (ASM_CPU_SPEC): Add case for 8540.
2921 (TARGET_OPTIONS): Add isel= case.
2922 (rs6000_spe_abi): New.
2925 (rs6000_isel_string): New.
2926 (UNITS_PER_SPE_WORD): New.
2927 (LOCAL_ALIGNMENT): Adjust for SPE.
2928 (HARD_REGNO_MODE_OK): Same.
2929 (DATA_ALIGNMENT): Same.
2930 (MEMBER_TYPE_FORCES_BLK): New.
2931 (FIRST_PSEUDO_REGISTER): Set to 113.
2932 (FIXED_REGISTERS): Add SPE registers.
2934 (REG_CLASS_NAMES): Same.
2935 (REG_CLASS_CONTENTS): Same.
2936 (REGNO_REG_CLASS): Same.
2937 (REGISTER_NAMES): Same.
2938 (DEBUG_REGISTER_NAMES): Same.
2939 (ADDITIONAL_REGISTER_NAMES): Same.
2940 (CALL_USED_REGISTERS): Same.
2941 (CALL_REALLY_USED_REGISTERS): Same.
2942 (SPE_ACC_REGNO): New.
2943 (SPEFSCR_REGNO): New.
2944 (SPE_SIMD_REGNO_P): New.
2945 (HARD_REGNO_NREGS): Adjust for SPE.
2946 (VECTOR_MODE_SUPPORTED_P): Same.
2947 (REGNO_REG_CLASS): Same.
2948 (FUNCTION_VALUE): Same.
2949 (LIBCALL_VALUE): Same.
2950 (LEGITIMATE_OFFSET_ADDRESS_P): Same.
2951 (SPE_VECTOR_MODE): New.
2952 (CONDITIONAL_REGISTER_USAGE): Disable FPRs when target does FP on
2953 the GPRs. Set FIXED_SCRATCH fixed in SPE case.
2954 (rs6000_stack): Add spe_gp_size, spe_padding_size,
2956 (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
2957 (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
2958 (SPE_CONST_OFFSET_OK): New.
2959 (rs6000_builtins): Add SPE builtins.
2961 * testsuite/gcc.dg/ppc-spe.c: New.
2963 * config/rs6000/eabispe.h: New.
2965 * config/rs6000/spe.h: New.
2967 * config/rs600/spe.md: New.
2969 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
2970 __SIMD__ for TARGET_SPE.
2972 * config.gcc: Add powerpc-*-eabispe* case.
2973 Add spe.h to user headers for powerpc.
2975 2002-07-24 Chris Demetriou <cgd@broadcom.com>
2977 * config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
2978 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
2979 * config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
2981 2002-07-24 Richard Henderson <rth@redhat.com>
2983 * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
2984 form when not optimizing.
2986 2002-07-24 David Mosberger <davidm@hpl.hp.com>
2988 * config/ia64/ia64.c (gen_thread_pointer): Fix typo in marking
2989 thread_pointer_rtx as unchanging.
2991 2002-07-24 Michael Matz <matz@suse.de>
2993 * ra-colorize.c (INV_REG_ALLOC_ORDER): New macro.
2996 2002-07-24 Richard Earnshaw <rearnsha@arm.com>
2998 * arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output
3000 (arm_buneq_reversed, arm_bltgt_reversed): Likewise.
3001 (movsicc, movsfcc, movdfcc): FAIL if UNEQ or LTGT.
3003 2002-07-24 Chris Demetriou <cgd@broadcom.com>
3005 * config/mips/elf.h (STARTFILE_SPEC): Never include crt0.o.
3006 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
3007 * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine.
3009 Wed Jul 24 17:59:12 CEST 2002 Jan Hubicka <jh@suse.cz>
3011 * toplev.c (rest_of_compilation): Dump loops before clobbering
3014 Wed Jul 24 17:23:16 CEST 2002 Jan Hubicka <jh@suse.cz>
3016 * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
3018 2002-07-24 Frank van der Linden <fvdl@wasabisystems.com>
3020 PR optimization/7291
3021 * config/i386/i386.c (ix86_expand_clrstr): Fix bzero alignment
3024 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
3026 * pretty-print.h: Add macros from cp/error.c
3028 2002-07-24 Alan Modra <amodra@bigpond.net.au>
3030 * config/rs6000/rs6000-protos.h (mask_operand_wrap): Declare.
3031 (mask64_2_operand): Declare.
3032 (build_mask64_2_operands): Declare.
3033 (and64_2_operand): Declare.
3034 (extract_MB): Declare.
3035 (extract_ME): Declare.
3036 * config/rs6000/rs6000.c (mask64_operand): Allow all ones. Remove
3038 (mask_operand_wrap): New insn predicate.
3039 (mask64_2_operand): Likewise.
3040 (and64_2_operand): Likewise.
3041 (build_mask64_2_operands): New function.
3042 (extract_MB): New function.
3043 (extract_ME): New function.
3044 (print_operand <case m,M>): Use extract_MB and extract_ME.
3045 (print_operand <case S>): Allow all ones. Remove CONST_DOUBLE support.
3046 * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 't'.
3047 (PREDICATE_CODES): Add and64_2_operand, mask_operand_wrap and
3048 mask64_2_operand. Remove CONST_DOUBLE from mask64_operand.
3049 * config/rs6000/rs6000.md (andsi3_internal3): New
3050 (andsi3_internal3+1): Enable split for powerpc64.
3051 (andsi3_internal3+2): New split.
3052 (andsi3_internal4): Renamed old andsi3_internal3.
3053 (andsi3_internal5): New.
3054 (andsi3_internal5+1): Enable split for powerpc64.
3055 (andsi3_internal5+2): New split.
3056 (andsi3_internal6, andsi3_internal7, andsi3_internal8): New.
3057 (anddi3): Handle 't' constraint.
3058 (anddi3+1): New split.
3059 (anddi3_internal2): Handle 't' constraint.
3060 (anddi3_internal2+1): New split.
3061 (anddi3_internal3): Handle 't' constraint.
3062 (anddi3_internal3+1): New split.
3064 2002-07-24 Alan Modra <amodra@bigpond.net.au>
3066 * config/rs6000/rs6000.md: Remove scratch reg on insns using
3067 addze and similar (plus (comparison r1 r2) r3) insns. Add
3068 missing scratch reg in one case. Formatting fixes.
3070 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
3072 * cppexp.c (parse_defined): Mark macro used.
3073 * cpphash.h (struct cpp_macro): New member "used".
3074 (_cpp_mark_macro_used, _cpp_warn_if_unused_macro): New.
3075 (struct cpp_reader): New member.
3076 * cppinit.c (cpp_finish_options): Set first_unused_line.
3077 (cpp_finish): Warn of unused macros if requested.
3078 (OPT_TABLE): New switches.
3079 (cpp_handle_option): Handle them.
3080 * cpplib.c (do_undef): Warn if macro unused.
3081 (do_ifdef, do_ifndef): Mark macro used.
3082 * cpplib.h (struct cpp_options): New member.
3083 * cppmacro.c (_cpp_warn_if_unused_macro): New.
3084 (enter_macro_context): Mark macro used.
3085 (_cpp_create_definition): Mark macro unused; warn if unused
3087 * cpptrad.c (scan_out_logcial_line, push_replacement_text):
3089 * doc/cppopts.texi: Update.
3091 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
3093 * dwarf2out.c (SECTION_ASM_OP,
3094 ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
3095 * system.h (SECTION_ASM_OP): Poison.
3096 * tree.c (FILE_FUNCTION_PREFIX_LEN): Remove.
3097 * config/alpha/alpha-interix.h, config/mips/linux.h
3098 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
3099 * config/mmix/mmix-protos.h, config/mmix/mmix.c
3100 (mmix_asm_output_define_label_difference_symbol): Remove.
3101 * config/mmix/mmix.h
3102 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
3103 * doc/tm.texi: Remove documentation.
3105 Tue Jul 23 21:49:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
3107 * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.
3108 (constrain_operands): Likewise.
3109 * regclass.c (record_reg_classes): Likewise.
3110 * reload.c (find_reloads): Likewise.
3111 * doc/md.texi: Likewise.
3113 * reload.c (find_reloads_toplev): Use simplify_gen_subreg.
3114 * simplify-rtx.c (simplify_subreg): When converting to a non-int
3115 mode, try to convert to an integer mode of matching size first.
3117 * simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR
3118 from individual subregs, check that each subreg has been generated
3121 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
3123 * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
3124 * df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
3125 FOR_EACH_BB_IN_SBITMAP): Remove.
3126 * gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
3127 * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
3128 LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
3129 * loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
3130 PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
3131 * regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
3133 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
3135 * pretty-print.h: New file.
3137 2002-07-23 Paul Koning <pkoning@equallogic.com>
3139 * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
3140 (LARGEST_EXPONENT_IS_NORMAL): Ditto.
3141 (VAX_HALFWORD_ORDER): Define (1 for DEC VAX, 0 otherwise).
3142 (TARGET_G_FLOAT): Default to 0 if not defined.
3143 (ieeetoe): New, common routine to convert target format floats
3145 (e24toe, e53toe): Change to use ieeetoe, distinguish DEC
3147 (e113toe): Change to use ieeetoe.
3149 2002-07-23 Roman Lechtchinsky <rl@cs.tu-berlin.de>
3151 * real.c (REAL_WORDS_BIG_ENDIAN): Make sure it is 0 for DEC and 1 for
3153 (e53toe): Assume IEEE if non of DEC, IBM and C4X is defined.
3154 (e64toe): Remove special cases for DEC and IBM. Remove support for
3155 ARM_EXTENDED_IEEE_FORMAT.
3156 (e24toe): Remove special cases for DEC.
3157 (significand_size): Simplify. Indent.
3158 (ieee_format, ieee_24, ieee_53, ieee_64, ieee_113): New.
3159 (etoieee, toieee): New.
3160 (etoe113, toe113, etoe64, toe64, etoe53, toe53, etoe24, toe24): Use
3161 etoieee and toieee for IEEE arithmetic.
3163 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
3165 * doc/extend.texi: Say ISO C90, not ISO C89.
3166 * doc/invoke.texi: Likewise.
3167 * doc/standards.texi: Likewise.
3169 2002-07-23 Steve Ellcey <sje@cup.hp.com>
3171 * gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
3172 Fix permutation of conversion and plus/mult.
3173 * gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
3174 ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
3175 (expand_builtin_strncpy) Ditto.
3176 (expand_builtin_memset) Ditto.
3178 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
3181 * c-common.c (c_sizeof_or_alignof_type): New function.
3182 (c_alignof): Remove definition.
3183 * c-common.h (c_sizeof, c_alignof): Define as macros.
3184 (c_sizeof_or_alignof_type): Declare.
3185 (my_friendly_assert): Moved from cp/cp-tree.h
3186 * c-typeck.c (c_sizeof): Remove definition.
3188 2002-07-23 Jan Hubicka <jh@suse.cz>
3190 * gcse.c (try_replace_reg): Use num_changes_pending.
3191 * recog.c (num_changes_pending): New function.
3192 (validate_replace_src): Use validate_repalce_src_group.
3193 (validate_replace_src_group): New.
3194 * recog.h (validate_repalce_src_group): New.
3195 (num_changes_pending): Likewise.
3197 Tue Jul 23 12:16:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
3199 * calls.c (emit_library_call_value_1): If
3200 FUNCTION_ARG_PASS_BY_REFERENCE is true, pretend this is neither
3201 libcall, const call nor pure call.
3203 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
3205 * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
3207 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
3209 * vmsdbgout.c (SECTION_ASM_OP): Remove.
3211 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
3213 * config/i386/i386.c (AT_BP): Remove.
3215 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
3217 * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
3219 * gcse.c: Don't define obstack_chunk_free.
3220 * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
3221 flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
3222 integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
3223 reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
3224 Don't define obstack macros.
3226 2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
3229 * config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
3230 ASM_OPERANDS instructions.
3232 2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
3235 * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
3236 constant addresses only on 68HC12.
3238 2002-07-22 Neil Booth <neil@daikokuya.co.uk>
3240 * cppfiles.c (stack_include_file): Correct test of whether
3241 a dependency should be output.
3243 2002-07-22 David Edelsohn <edelsohn@gnu.org>
3245 * collect2.c (is_ctor_dtor): Add other possible JOINER values.
3247 2002-07-22 Richard Earnshaw <rearnsha@arm.com>
3249 * arm.md (movqi): If optimizing and we can create pseudos, use
3250 a ZERO_EXTEND to load from memory, then copy the result into the
3252 (movhi): Likewise, but only for ARMv4.
3254 2002-07-22 Neil Booth <neil@daikokuya.co.uk>
3256 * ssa-ccp.c (PHI_PARMS): Remove.
3258 2002-07-22 Richard Sandiford <rsandifo@redhat.com>
3260 * config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS
3261 on big-endian targets.
3263 2002-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3265 * hwint.h (HOST_WIDE_INT_PRINT_DEC_SPACE,
3266 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3267 HOST_WIDEST_INT_PRINT_DEC_SPACE, HOST_WIDEST_INT_PRINT_DEC_SPACE):
3268 New formatting macros.
3270 * ra-debug.c (dump_static_insn_cost): Avoid string concatenation.
3272 Mon Jul 22 15:27:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
3274 * rtlanal.c (subreg_regno_offset): Return correct offset for
3275 big endian paradoxical subregs.
3277 * optabs.c (expand_vector_unop): Don't expand using sub_optab
3278 if we got the wrong mode.
3280 * hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.
3281 * genrecog.c (write_switch, write_cond): Use it.
3282 * genemit.c (gen_exp): Likewise.
3284 2002-07-22 Jakub Jelinek <jakub@redhat.com>
3286 * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
3288 2002-07-22 Jakub Jelinek <jakub@redhat.com>
3290 * c-decl.c (build_compound_literal): Defer compound literal decls
3291 until until file end to emit them only if they are actually used.
3293 2002-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3295 * ra-build.c (check_conflict_numbers): Hide unused function.
3296 (livethrough_conflicts_bb): Avoid automatic aggregate
3298 (parts_to_webs_1): Avoid `U' integer constant modifier.
3299 (conflicts_between_webs): Wrap a variable in the macro controlling
3301 * ra-debug.c (ra_debug_msg): Use VA_OPEN/VA_CLOSE.
3302 (dump_igraph, dump_graph_cost): Avoid string concatenation
3303 (dump_static_insn_cost): Avoid automatic aggregate
3305 * ra-rewrite.c (insert_stores): Avoid automatic aggregate
3307 (dump_cost): Avoid string concatenation
3309 2002-07-21 Richard Henderson <rth@redhat.com>
3311 * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use
3312 GOTO_SUBROUTINE_EXPR when finally_block can be re-expanded.
3314 2002-07-21 Richard Henderson <rth@redhat.com>
3316 * unroll.c (find_splittable_givs): Do not split DEST_ADDR givs
3317 that are not unrolled completely.
3319 2002-07-21 Richard Henderson <rth@redhat.com>
3321 * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
3322 * loop.c (strength_reduce): Update.
3323 * toplev.c (rest_of_compilation): Do unrolling in the first
3324 loop pass, not the second.
3326 2002-07-21 Richard Henderson <rth@redhat.com>
3328 * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
3329 when flag_argument_noalias == 2.
3330 * alias.c (nonoverlapping_memrefs_p): Handle that.
3331 * print-rtl.c (print_mem_expr): Likewise.
3333 2002-07-21 Hartmut Schirmer <hartmut.schirmer@arcor.de>
3335 * libgcc2.c (__divdi3, __moddi3): Use unary minus operator
3336 instead of __negdi2 directly.
3338 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
3340 * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
3341 * function.c (SYMBOL__MAIN): Remove definition.
3342 * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
3343 * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
3344 * profile.c (GCOV_INDEX_TO_BB): Remove.
3345 * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
3346 * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
3348 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
3350 * c-lex.c (GET_ENVIRONMENT): Remove.
3351 * collect2.c (GET_ENV_PATH_LIST): Remove.
3352 (prefix_from_env): Use GET_ENVIRONMENT.
3353 * cppinit.c (GET_ENV_PATH_LIST): Remove.
3354 (init_standard_includes): Use GET_ENVIRONMENT.
3355 * defaults.h (GET_ENVIRONMENT): Define here if not already.
3356 * gcc.c (GET_ENV_PATH_LIST): Remove.
3357 (make_relative_prefix, process_command): Update.
3358 * protoize.c (GET_ENV_PATH_LIST): Remove.
3359 (do_processing): Update.
3361 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
3363 * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
3364 (grokdeclarator): Likewise.
3365 * c-format.c (C_STD_NAME): Likewise.
3366 * c-lex.c (interpret_integer): Likewise.
3367 * c-typeck.c (build_array_ref): Likewise.
3368 * cpplex.c (_cpp_lex_direct): Likewise.
3369 * toplev.c (documented_lang_options): Likewise.
3371 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
3373 * c-format.c (T99_I, T99_UI): Remove.
3375 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
3377 * c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
3379 Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
3381 * gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
3384 2002-07-21 Andreas Jaeger <aj@suse.de>
3386 * reload1.c (fixup_abnormal_edges): Remove unused variable.
3388 2002-07-21 Bernd Schmidt <bernds@redhat.com>
3390 Improvements for the ifcvt pass from Michael Meissner, with patches
3391 by Richard Sandiford <rsandifo@redhat.com>
3392 * basic-block.h (struct ce_if_block, ce_if_block_t): New types.
3393 * ifcvt.c (cond_exec_changed_p): New static variable.
3394 (last_active_insn): New function, renamed from last_active_insn_p
3395 and changed to return the last active insn in a basic block. All
3397 (block_fallthru): New function.
3398 (cond_exec_process_insns): New argument CE_INFO. Pass it to
3399 IFCVT_MODIFY_INSN. All callers updated.
3400 Return false if START or END are NULL.
3401 Handle case where we're processing an insn that is already
3404 (noce_process_if_block): CE_INFO argument rather than
3405 multiple args containing the involved basic blocks. All callers
3407 (process_if_block, merge_if_block, find_if_block,
3408 cond_exec_process_if_block): Likewise.
3410 (cond_exec_process_if_block): New arg DO_MULTIPLE_P. All callers
3412 Use new function last_active_insn to simplify some code.
3413 New code to handle multiple tests.
3414 Call IFCVT_MODIFY_CANCEL in all failure cases, otherwise set
3415 cond_exec_changed_p to TRUE.
3417 (process_if_block): New code to handle multiple tests.
3418 (merge_if_block): Likewise.
3419 (find_if_header): New arg PASS. Changed to return the currently
3420 processed basic block or NULL instead of true/false. All callers
3422 Call IFCVT_INIT_EXTRA_FIELDS.
3423 (block_jumps_and_fallthru_p): New function.
3424 (find_if_block): Discover opportunities to convert multiple tests.
3425 Add additional debugging output.
3426 Update the ce_info structure before returning.
3428 (if_convert): Run multiple passes of if-conversion.
3429 * doc/tm.texi (IFCVT_MODIFY_TESTS, IFCVT_MODIFY_INSN,
3430 IFCVT_MODIFY_FINAL, IFCVT_MODIFY_CANCEL, IFCVT_MODIFY_MULTIPLE_TESTS,
3431 IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS): Update documentation for
3434 Sun Jul 21 00:54:54 CEST 2002 Jan Hubicka <jh@suse.cz>
3436 * gcse.c: Include cselib.h
3437 (constptop_register): Break out from ...
3438 (cprop_insn): ... here; kill basic_block argument.
3439 (do_local_cprop, local_cprop_pass): New functions.
3440 (one_cprop_pass): Call local_cprop_pass.
3442 2002-07-20 Roger Sayle <roger@eyesopen.com>
3444 * simplify-rtx.c (simplify_relational_operation): Optimize
3445 abs(x) < 0.0 (and abs(x) >= 0.0 when using -ffast-math).
3447 2002-07-20 Michae Matz <matz@suse.de>
3449 * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
3451 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
3453 * cppexp.c (struct op): Add token pointer.
3454 (check_promotion, CHECK_PROMOTION): New.
3456 (_cpp_parse_expr): Update, use token pointer of struct op.
3457 (reduce): Warn about change of sign owing to promotion.
3458 * cppinit.c (cpp_handle_option): New warning if -Wall.
3459 * cpplib.h (struct cpp_options): New member.
3461 2002-07-19 David Edelsohn <edelsohn@gnu.org>
3463 * config/rs6000/rs6000.md: Remove ppc630 fpcompare from single
3464 fpu list. Separate Power4 compare and delayed_compare. Correct
3466 (fix_truncdfsi2_internal): Restore FPR preference.
3467 * config/rs6000/t-aix43 (MULTILIB_MATCHES): Add mcpu?power3,
3468 mcpu?power4, mcpu?604e. Remove mpower, mpower2, mpowerpc.
3470 2002-07-19 Momchil Velikov <velco@fadata.bg>
3472 * reload1.c (reload_as_needed): Duplicate oldpat.
3474 2002-07-20 Alan Modra <amodra@bigpond.net.au>
3476 PR optimization/7130
3477 * loop.h (struct loop_info): Add "preconditioned".
3478 * unroll.c (unroll_loop): Set it.
3479 * doloop.c (doloop_modify_runtime): Correct count for unrolled loops.
3481 2002-07-19 Zack Weinberg <zack@codesourcery.com>
3483 * rtl.def (CODE_LABEL): Remove slot 8.
3484 * rtl.h (struct rtx_def): Document new uses of jump and call fields.
3485 (LABEL_ALTERNATE_NAME): Delete.
3486 (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
3487 * defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
3489 * final.c (output_alternate_entry_point): New.
3490 (final_scan_insn): Use it instead of
3491 ASM_OUTPUT_ALTERNATE_LABEL_NAME. Do not consider possibility
3492 of a case label being an alternate entry point.
3494 * cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
3495 * emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
3496 Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
3498 * print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
3500 * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
3501 LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
3502 * doc/tm.texi: Delete documentation of
3503 ASM_OUTPUT_ALTERNATE_LABEL_NAME.
3505 2002-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3507 * config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
3508 (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
3509 (LINK_SPEC): Define.
3510 (STARTFILE_SPEC): Define.
3511 (ENDFILE_SPEC): Define.
3513 * config/mips/iris6-o32.h (LINK_SPEC): Move ...
3514 * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
3516 * config/mips/iris6-o32-gas.h: New file.
3517 * config.gcc (mips-sgi-irix6*o32): Use it.
3519 * config/mips/t-iris5-gas: New file.
3520 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
3522 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
3524 * cppexp.c (ALWAYS_EVAL): Remove.
3525 (optab, reduce): Always evaluate.
3526 (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
3527 only if not skipping evaluation.
3529 2002-07-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
3531 * config/avr/avr.c (debug_hard_reg_set): Remove.
3533 2002-07-19 Chris Demetriou <cgd@broadcom.com>
3535 * gcc.c (cpp_options): Include "%1" (cc1_spec).
3537 2002-07-19 Richard Henderson <rth@redhat.com>
3539 * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
3541 2002-07-19 Alan Modra <amodra@bigpond.net.au>
3543 * prefix.c (update_path): Don't zap single `.' path components
3544 unless followed by another `.' and fix typo last patch.
3546 2002-07-18 Neil Booth <neil@daikokuya.co.uk>
3548 * cppexp.c (cpp_num_mul): Remove unused parameter.
3549 (UNARY, BINARY, OTHER, binary_handler): Remove.
3552 (reduce): Refactor to a large switch, don't use a function
3555 2002-07-18 Bo Thorsen <bo@berlioz.suse.de>
3557 * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
3559 Thu Jul 18 19:39:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
3561 * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
3562 (sh_expand_binop_v2sf): Likewise.
3563 * sh.c (machine_dependent_reorg): Add move for UNSPEC_MOVA.
3564 (int_gpr_dest, trunc_hi_operand): New functions.
3565 * sh.h (PREDICATE_CODES): Add any_register_operand, int_gpr_dest and
3567 (SPECIAL_MODE_PREDICATES, any_register_operand): Define.
3568 * sh.md (cmpeqdi_t+1): Remove comments that genrecog warns about.
3569 (adddi3_compact+1, subdi3_compact+1, ashlsi3_n+1, ashlhi3+1): Likewise.
3570 (ashrsi2_16+1, ashrsi2_31+1, lshrsi3_n+1, ashrdi3+[12]): Likewise.
3571 (and_shl_scratch+[12], zero_extendhidi2+1): Likewise.
3572 (zero_extendhisi2_media+1, extendhidi2+1, extendqidi2+1): Likewise.
3573 (extendhisi2_media+1, extendqisi2_media+1): Likewise.
3574 (movsi_media_nofpu+[12], movhi_media+1, movdi_media_nofpu+1): Likewise.
3575 (movdi_const_16bit+[12], movdf_i4+[123], reload_outdf+[2-5]): Likewise.
3576 (movsf_ie+1): Likewise.
3577 (loaddi_trunc): Use int_gpr_dest predicate.
3578 (use_sfunc_addr, indirect_jump_scratch, sibcall_compact): Add mode(s).
3579 (mova, mova_const, GOTaddr2picreg, ptrel, casesi_worker_0): Likewise.
3580 (casesi_worker_0+[12], casesi_worker): Likewise.
3581 (shcompact_preserve_incoming_args): Likewise.
3582 (mov_nop): Use any_register_operand predicate.
3583 (mperm_w0): Use trunc_hi_operand predicate.
3585 2002-07-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
3587 * pa-linux.h (DWARF2_UNWIND_INFO): Delete define.
3588 * pa.h (EH_RETURN_DATA_REGNO): Revise TARGET_64BIT and correct
3591 2002-07-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
3593 * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
3595 2002-07-18 Richard Henderson <rth@redhat.com>
3597 PR optimization/7147
3598 * ifcvt.c (noce_get_condition): Make certain that the condition
3601 Thu Jul 18 13:44:51 2002 J"orn Rennecke <joern.rennecke@superh.com>
3603 * sh.c (barrier_align, push): Shut up compiler warnings.
3604 (initial_elimination_offset,sh_media_init_builtins): Likewise.
3605 (reg_no_subreg_operand): Delete.
3607 2002-07-17 Bo Thorsen <bo@suse.de>
3609 * config/i386/linux64.h (LINK_SPEC): Remove bogus -Y option.
3610 (STARTFILE_PREFIX_SPEC): Define for NATIVE_CROSS compilations.
3611 (STARTFILE_SPEC): Remove hardcoded library paths.
3612 (ENDFILE_SPEC): Likewise.
3614 Thu Jul 18 09:38:59 CEST 2002 Jan Hubicka <jh@suse.cz>
3616 * gcse.c (hoist_expr_reaches_here_p): Stop once expr_bb is reached.
3618 * gcse.c (try_replace_reg): Do not return false positives.
3620 2002-07-18 Alan Modra <amodra@bigpond.net.au>
3622 * prefix.c: (update_path): Strip ".." components when prior dir
3623 doesn't exist. Pass correct var to UPDATE_PATH_HOST_CANONICALIZE.
3625 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Remove 64-bit support.
3626 (ASM_OUTPUT_REG_POP): Likewise.
3628 2002-07-18 Alan Modra <amodra@bigpond.net.au>
3630 * config/rs6000/rs6000.c (first_reg_to_save): Remove bogus
3631 adjustments to first_reg for profiling case.
3632 (output_function_profiler): Correct lr save slot for ABI_AIX_NODESC.
3633 Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
3634 Save static chain reg to sp + 12 on ABI_AIX_NODESC.
3635 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Define.
3636 (ASM_OUTPUT_REG_POP): Define.
3637 * config/rs6000/linux64.h (ASM_OUTPUT_REG_PUSH): Undef.
3638 (ASM_OUTPUT_REG_POP): Undef.
3640 2002-07-17 Neil Booth <neil@daikokuya.co.uk>
3642 * cpplib.c (do_sccs): Handle #sccs on all systems.
3643 * system.h (SCCS_DIRECTIVE): Poison.
3644 * config/darwin.h, config/freebsd.h, config/netbsd.h,
3645 config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h,
3646 config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h,
3647 config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h,
3648 config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h,
3649 config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h,
3650 config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h,
3651 config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h:
3652 Remove all references to SCCS_DIRECTIVE.
3653 * doc/cpp.texi, doc/tm.texi: Update.
3655 Wed Jul 17 19:23:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
3657 * regrename.c (maybe_mode_change): New function.
3658 (find_oldest_value_reg, copyprop_hardreg_forward_1): Use it.
3660 2002-07-17 Rodney Brown <rbrown64@csc.com.au>
3662 * config/i386/i386.c (ix86_expand_int_movcc): In the general case
3663 suppress addition when either ct or cf are zero.
3665 2002-06-17 Eric Botcazou <ebotcazou@multimania.com>
3666 Glen Nakamura <glen@imodulo.com>
3668 PR optimization/6713
3669 * loop.c (loop_givs_rescan): Explicitly delete the insn that
3670 sets a non-replaceable giv after issuing the new one.
3672 2002-07-17 Neil Booth <neil@daikokuya.co.uk>
3674 * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,
3675 eval_token): Clarify and correct use of "bool" variables.
3676 * cpplib.h (struct cpp_options): Similarly.
3677 * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
3678 * cpptrad.c (recursive_macro): Similarly.
3680 Wed Jul 17 17:08:06 2002 J"orn Rennecke <joern.rennecke@superh.com>
3682 * config/sh/lib1funcs.asm (udivsi3_i4): Implement SHcompact version in
3685 * sh.md (cmpgtudi_media): Remove spurious @.
3687 * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
3688 * sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
3690 * config/sh/lib1funcs.asm (init_trampoline): New entry point.
3691 * sh-protos.h (sh_initialize_trampoline): Declare.
3692 * sh.c (sh_initialize_trampoline): New function.
3693 * sh.h (TRAMPOLINE_SIZE): Only 24 for TARGET_SHMEDIA32.
3694 (TRAMPOLINE_ALIGNMENT): Need cache-line alignment for TARGET_SHMEDIA.
3695 (INITIALIZE_TRAMPOLINE): Call sh_initialize_trampoline.
3696 (TRAMPOLINE_ADJUST_ADDRESS): Not needed for SHcompact.
3697 * sh.md (initialize_trampoline, double_shori): New patterns.
3698 (initialize_trampoline_compact): Likewise.
3699 (shmedia32_initialize_trampoline_big): Remove.
3700 (shmedia32_initialize_trampoline_little): Likewise.
3702 * sh-protos.h (binary_float_operator): Remove declaration.
3703 (sh_expand_unop_v2sf, sh_expand_binop_v2sf): Declare.
3704 * sh.c (print_operand, case 'N'): Check against CONST0_RTX.
3705 (unary_float_operator, sh_expand_unop_v2sf): New functions.
3706 (sh_expand_binop_v2sf): Likewise.
3707 (zero_vec_operand): Delete.
3708 (SH_BLTIN_UDI): New builtin shared signature define. Renumbered
3709 all non-shared ones.
3710 (bdesc): Change all the mextr builtins to use SH_BLTIN_UDI.
3711 Enable nsb and byterev.
3712 * sh.h (CONDITIONAL_REGISTER_USAGE): Initialize DF_HI_REGS.
3713 (HARD_REGNO_MODE_OK): Allow TImode in fp regs. Allow V2SFmode
3715 (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add DF_HI_REGS.
3716 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise. Remove clause for
3718 (SECONDARY_INPUT_RELOAD_CLASS): Add clause for immediate operands.
3720 (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Allow
3721 lowpart fp regs - only for big endian for now.
3722 (LEGITIMATE_CONSTANT_P): Don't allow non-zero float vectors
3724 (EXTRA_CONTRAINT_U): Check against CONST0_RTX.
3725 (LOAD_EXTEND_OP): NIL for SImode.
3726 (REGISTER_MOVE_COST): Add DF_HI_REGS. Const for moves between
3727 general and fp registers is 4.
3728 PREDICATE_CODES: Amend binary_float_operator entry.
3729 Remove zero_vec_operand. Add unary_float_operator.
3730 * sh.md (udivsi3_i4_media): Use truncate instead of paradoxical
3732 (truncdisi2, truncdihi2, movv2sf): Allow memory destinations.
3733 (truncdiqi2): Do sign extension.
3734 (movsi_media, movdi_media): Allow to use r63 to an fp register.
3735 (movdf_media, movsf_media): Likewise.
3736 (movv2sf_i, movv2sf_i+1): Don't use f{ld,st}.p or SUBREGS.
3737 Collapse to one define_insn_and_split. Allow immediate sources.
3738 (addv2sf3, subv2sf3, mulv2sf3, divv2sf3): New patterns.
3739 (movv4sf_i): Allow immediate sources. Use simplify_gen_subreg.
3740 (movv4sf): Allow immediate sources.
3741 (movsf_media_nofpu+1): Don't split moves to FP registers.
3742 (unary_sf_op, binary_sf_op, mshflo_w_x, concat_v2sf): New patterns.
3743 (movv8qi_i+3): Check against CONST0_RTX.
3744 (mextr1, mextr2. mextr3. mextr4, mextr5, mextr6, mextr7): Use DImode
3745 for input and output operands. Fix argument 3 to gen_mextr_rl.
3746 (mmul23_wl, mmul01_wl, mmulsum_wq_i): s/const_vector/parallel/
3747 (msad_ubq_i, mshf4_b, mshf0_b, mshf4_l, mshf0_l, mshf4_w): Likewise.
3748 (mshf0_w, fipr, ftrv): Likewise.
3749 (mshfhi_l_di): Now insn_and_split. Can handle FP regs.
3751 2002-07-17 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
3753 * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from
3754 NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively. All uses changed.
3757 2002-07-17 Richard Sandiford <rsandifo@redhat.com>
3759 * config/mips/mips-protos.h (mips_sign_extend): Declare.
3760 * config/mips/mips.h (MASK_DEBUG_H, TARGET_DEBUG_H_MODE): Remove.
3761 (TARGET_SWITCHES): Remove debugh.
3762 (ISA_HAS_TRUNC_W): New macro.
3763 (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS if TARGET_FLOAT64.
3764 (PREDICATE_CODES): Remove se_nonimmediate_operand.
3765 * config/mips/mips.c (movdi_operand): Allow sign-extensions of
3766 any SImode move_operand.
3767 (se_nonimmediate_operand): Remove.
3768 (mips_sign_extend): New.
3769 (mips_move_2words): Use it for sign-extended source operands.
3770 (override_options): Allow integers to be put into single FPRs.
3771 (mips_secondary_reload_class): Handle integers in float registers.
3772 * config/mips/mips.md (extendsidi2): Turn into a define_expand.
3773 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
3774 (fix_truncdfsi2_insn, fix_truncdfsi2_macro): New.
3775 (fix_truncsfsi2_insn, fix_truncsfsi2_macro): New.
3776 (fix_truncdfdi2): Provide only a single alternative, in which the
3777 integer is in a float register. Depend on TARGET_FLOAT64 rather
3779 (fix_truncsfdi2, floatdidf2, floatdisf2): Likewise.
3780 (floatsidf2, floatsisf2): Likewise, but no TARGET_FLOAT64 dependency.
3781 (movdi_internal2): Don't allow the source operand to be sign-extended.
3782 Add alternatives for float registers.
3783 (*movdi_internal2_extend): New. Version of movdi_internal2 that
3784 allows sign-extension.
3785 (*movdi_internal2_mips16): Name the existing mips16 movdi pattern.
3786 (movsi_internal2): Rename to movsi_internal. Add alternatives for
3787 float registers. Remove TARGET_DEBUG_H_MODE test.
3788 (movhi_internal1): Rename to movhi_internal. Don't check
3789 TARGET_DEBUG_H_MODE. Fix transposed *d and *f source constraints.
3790 (movqi_internal1): Rename to movqi_internal and remove
3791 TARGET_DEBUG_H_MODE dependency.
3792 (movsi_internal1, movhi_internal2, movqi_internal2): Remove.
3794 2002-07-16 Jim Wilson <wilson@redhat.com>
3796 * toplev.c (lang_dependent_init): Create function context for
3799 2002-07-16 Hans-Peter Nilsson <hp@axis.com>
3801 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't
3802 --gc-sections if -r.
3803 * config/cris/cris.h: Ditto.
3805 2002-07-16 Rodney Brown <rbrown64@csc.com.au>
3807 * config/i386/i386.c (ix86_expand_int_movcc): In the case where
3808 the comparison directly gives a mask suppress addition when cf is
3809 zero by complementing the mask.
3811 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
3813 * Makefile.in: Delete references to enquire.
3814 * enquire.c: Move to contrib.
3816 2002-07-16 Stan Shebs <shebs@apple.com>
3818 * config/darwin.h (ASM_OUTPUT_LABEL): Move to here from
3819 config/rs6000/darwin.h.
3820 (ASM_OUTPUT_SKIP): Ditto.
3821 (TEXT_SECTION_ASM_OP): Ditto.
3822 (DATA_SECTION_ASM_OP): Ditto.
3823 (ASM_APP_ON): Define.
3824 (ASM_APP_OFF): Define.
3825 * config/rs6000/darwin.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_SKIP,
3826 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Remove.
3828 * config/darwin.c (func_name_maybe_scoped): Remove unused decl.
3829 (machopic_function_base_name): Declare result to be const.
3830 (machopic_non_lazy_ptr_name): Ditto.
3831 (machopic_stub_name): Ditto.
3832 * config/darwin-protos.h: Ditto for the prototypes.
3834 Wed Jul 17 00:22:39 CEST 2002 Jan Hubicka <jh@suse.cz>
3836 * m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
3838 Wed Jul 17 00:20:48 CEST 2002 Jan Hubicka <jh@suse.cz>
3840 * i386.md (prefetch): Fix for 64bit mode.
3841 (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
3843 Wed Jul 17 00:19:20 CEST 2002 Jan Hubicka <jh@suse.cz>
3845 * i386.h (MACHINE_DEPENDENT_REORG): New macro.
3846 * i386.c (x86_machine_dependent_reorg): New function.
3847 * i386-protos.h (x86_machine_dependent_reorg): Declare.
3849 2002-07-16 Zack Weinberg <zack@codesourcery.com>
3851 * builtins.c (std_expand_builtin_va_start): Remove unused
3853 (expand_builtin_va_start): Call EXPAND_BUILTIN_VA_START and
3854 std_expand_builtin_va_start with just two arguments.
3855 * expr.h: Update prototypes.
3857 * alpha-protos.h, alpha.h, alpha.c, arc-protos.h, arc.h,
3858 arc.c, d30v-protos.h, d30v.h, d30v.c, i386-protos.h, i386.h,
3859 i386.c, i960-protos.h, i960.h, i960.c, m88k-protos.h, m88k.h,
3860 m88k.c, mips-protos.h, mips.h, mips.c, mn10300-protos.h,
3861 mn10300.h, mn10300.c, pa-protos.h, pa.h, pa.c,
3862 rs6000-protos.h, rs6000.h, rs6000.c, s390-protos.h, s390.h,
3863 s390.c, sh-protos.h, sh.h, sh.c, sparc-protos.h, sparc.h,
3864 sparc.c, stormy16-protos.h, stormy16.h, stormy16.c,
3865 xtensa-protos.h, xtensa.h, xtensa.c: Remove unused first
3866 argument from all implementations of EXPAND_BUILTIN_VA_START
3867 and all uses of std_expand_builtin_va_start.
3869 Tue Jul 16 19:32:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
3871 * regrename.c (copy_value): Don't record high part copies.
3873 2002-07-16 Steve Ellcey <sje@cup.hp.com>
3875 * gcc/config/pa/long_double.h (FIXUNS_TRUNCTFDI2_LIBCALL): New define.
3876 (fixunstfdi_libfunc): Change to use FIXUNS_TRUNCTFDI2_LIBCALL.
3877 * gcc/config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_udbl): New function.
3879 2002-07-16 Ian Dall <ian@sibyl.beware.dropbear.id.au>
3881 * doc/invoke.texi (NS32K Options): Document -mieee-compare option
3883 * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
3884 into addsi3 using register class "x" and "y".
3886 * config/ns32k/ns32k.md (*madddf, *maddsf, *msubdf, *msubsf):
3887 "earlyclobber" constraint modifier for some alternative.
3889 * config/ns32k/ns32k.md (tstdf, tstsf, cmpdf, cmpsf, blt, ble)
3890 (*ble, *blt): Flag to indicate bCOND and sCOND should check for
3892 config/ns32k/ns32k.h (CC_UNORD): define corresponding mask.
3894 * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE, MASK_IEEE_COMPARE)
3895 (TARGET_SWITCHES): Add -mieee-compare option.
3896 (OVERRIDE_OPTIONS): 32332 is a subset of
3897 32532. Don't use IEEE_COMPARE -funsafe-math-optimizations.
3898 (TARGET_SWITCHES): Fix description of bitfield option.
3899 * config/ns32k/netbsd.h (TARGET_DEFAULT): Add
3900 -mieee-compare option. Remove 32332 flag.
3902 2002-07-16 Steve Ellcey <sje@cup.hp.com>
3904 * explow.c (convert_memory_address): Remove special handling
3905 when POINTERS_EXTEND_UNSIGNED < 0.
3906 * config/ia64.md (movsi_symbolic): New instruction for ILP32 mode.
3907 (movedi_symbolic): Fix typo.
3908 (load_fptr): Remove mode restriction so it works for SI and DI.
3909 (load_fptr_internal1): Ditto.
3910 (load_gprel): Ditto.
3911 (load_symptr_internal1): Ditto.
3913 * config/ia64.c (call_operand): Modify mode check.
3914 (ia64_expand_load_address): Handle DI and SI addresses and symbols.
3915 (ia64_expand_move): Ditto.
3916 (ia64_assemble_integer): Handle SImode function pointers.
3917 (ia64_expand_fetch_and_op): Handle SImode mem addresses.
3918 (ia64_expand_op_and_fetch): Ditto.
3919 (ia64_expand_compare_and_swap): Ditto.
3920 (ia64_expand_lock_test_and_set): Ditto.
3921 (ia64_expand_lock_release): Ditto.
3923 2002-07-16 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
3925 * arm.c (emit_sfm): Don't set RTX_FRAME_RELATED_P on DWARF.
3927 2002-07-16 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
3928 Richard Earnshaw <rearnsha@arm.com>
3930 * arm.h (LEGITIMATE_PIC_OPERAND_P): Only test
3931 CONSTANT_POOL_ADDRESS_P if a SYMBOL_REF. Simplify logic.
3933 2002-07-16 Richard Earnshaw <rearnsha@arm.com>
3935 * arm.md (stack_tie): New insn. Use an idiom that the alias code
3936 understands to be a memory clobber.
3937 * arm.c (arm_expand_prologue): Use it.
3939 2002-07-16 Daniel Berlin <dberlin@dberlin.org>
3941 * ra-rewrite.c: #include reload.h, insn-config.h
3942 * ra-build.c: #include reload.h
3943 * Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
3944 depend on reload.h, insn-config.h.
3946 Tue Jul 16 11:57:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
3948 * expr.c (emit_move_insn_1): Handle arbitrary moves that are
3949 the same size as a word.
3951 * regrename.c (find_oldest_value_reg): Take WORDS_BIG_ENDIAN /
3952 BYTES_BIG_ENDIAN into account.
3954 Tue Jul 16 12:22:44 CEST 2002 Jan Hubicka <jh@suse.cz>
3956 * i386.md (prefetch): Fix for 64bit mode.
3957 (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
3959 * i386.md (movss, movsd): Use xorps/xorpd for Athlon.
3961 2002-07-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
3963 * hard-reg-set.h (TEST_HARD_REG_BIT): Return 1 if the bit is set.
3965 2002-07-15 Zack Weinberg <zack@codesourcery.com>
3967 * ginclude/varargs.h: Replace with stub which issues #error.
3968 * ginclude/stdarg.h: __builtin_stdarg_start is renamed
3971 * builtins.def (BUILT_IN_VARARGS_START): Delete.
3972 (BUILT_IN_VA_START): New.
3973 * builtins.c (expand_builtin_va_start): Eliminate first
3974 argument and code to implement pre-ISO varargs.
3975 (std_expand_builtin_va_start): Ignore first argument; it is
3977 (expand_builtin): Handle BUILT_IN_VA_START and
3978 BUILT_IN_STDARG_START identically. Delete
3979 BUILT_IN_VARARGS_START case.
3981 * function.c (assign_parms): Delete hide_last_arg and all
3983 (mark_varargs): Delete function.
3984 * function.h (struct function): Delete 'varargs' bit.
3985 (current_function_varargs): Delete macro.
3986 * tree.h: Don't declare mark_varargs.
3988 * c-decl.c (c_function_varargs, c_mark_varargs): Delete.
3989 (c_expand_body): Don't call mark_varargs.
3990 * c-objc-common.c: Handle BUILT_IN_VA_START and
3991 BUILT_IN_STDARG_START identically. Delete
3992 BUILT_IN_VARARGS_START case.
3993 * c-tree.h: Don't declare c_mark_varargs.
3994 * c-parse.in: Remove grammar rules for '&...' (which has been
3995 commented out since before 2.7.2) and for '...' in K+R
3996 argument declarations.
3998 * builtins.c, function.c, integrate.c, sibcall.c,
3999 config/alpha/unicosmk.h, config/arc/arc.c, config/arc/arc.h,
4000 config/avr/avr.c, config/cris/cris.c, config/fr30/fr30.c,
4001 config/i960/i960.c, config/i960/i960.md, config/m32r/m32r.c,
4002 config/m32r/m32r.h, config/m88k/m88k.c, config/m88k/m88k.h,
4003 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
4004 config/mn10300/mn10300.c, config/pa/som.h, config/s390/s390.c,
4005 config/sh/sh.c, config/sh/sh.h, config/sparc/sparc.h,
4006 config/stormy16/stormy16.c: Delete all references to
4007 current_function_varargs, and code predicated on that flag.
4009 * config/alpha/alpha.c (alpha_va_start),
4010 config/arc/arc.c (arc_va_start),
4011 config/i386/i386.c (ix86_va_start),
4012 config/mips/mips.c (mips_va_start),
4013 config/mn10300/mn10300.c (mn10300_va_start),
4014 config/rs6000/rs6000.c (rs6000_va_start),
4015 config/s390/s390.c (s390_va_start),
4016 config/sh/sh.c (sh_va_start),
4017 Ignore first argument; it is always 1.
4019 * config/c4x/c4x-protos.h, config/c4x/c4x.c: Delete c4x_va_start.
4020 * config/ia64/ia64-protos.h, config/ia64/ia64.c: Delete ia64_va_start.
4021 * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
4022 Delete m68hc11_va_start.
4023 * config/c4x/c4x.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h:
4024 No need to define EXPAND_BUILTIN_VA_START.
4026 * doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi,
4027 doc/trouble.texi: Remove references to GCC-provided <varargs.h>.
4029 2002-07-15 Eric Botcazou <ebotcazou@multimania.com>
4031 PR optimization/7153
4032 * regmove.c (optimize_reg_copy_3): Don't optimize if the register
4033 dies in more than one insn.
4035 2002-07-15 Jason Thorpe <thorpej@wasabisystems.com>
4037 * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Remove.
4039 2002-07-15 Michael Matz <matz@suse.de>,
4040 Daniel Berlin <dberlin@dberlin.org>,
4041 Denis Chertykov <denisc@overta.ru>
4043 Add a new register allocator.
4047 * ra-build.c: New file.
4048 * ra-colorize.c: New file.
4049 * ra-debug.c: New file.
4050 * ra-rewrite.c: New file.
4052 * Makefile.in (ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
4053 (ra-rewrite.o): New .o files for libbackend.a.
4054 (GTFILES): Add basic-block.h.
4056 * toplev.c (flag_new_regalloc): New.
4057 (f_options): New option "new-ra".
4058 (rest_of_compilation): Call initialize_uninitialized_subregs()
4059 only for the old allocator. If flag_new_regalloc is set, call
4060 new allocator, instead of local_alloc(), global_alloc() and
4063 * doc/invoke.texi: Document -fnew-ra.
4064 * basic-block.h (FOR_ALL_BB): New.
4065 * config/rs6000/rs6000.c (print_operand): Write small constants
4068 * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
4069 (df_reg_table_realloc): Make size at least as large as max_reg_num().
4070 (df_insn_table_realloc): Size argument now is absolute, not relative.
4071 Changed all callers.
4073 * gengtype.c (main): Add the pseudo-type "HARD_REG_SET".
4074 * regclass.c (reg_scan_mark_refs): Ignore NULL rtx's.
4076 2002-06-20 Michael Matz <matz@suse.de>
4078 * df.h (struct ref.id): Make unsigned.
4079 * df.c (df_bb_reg_def_chain_create): Remove unsigned cast.
4081 2002-06-13 Michael Matz <matz@suse.de>
4083 * df.h (DF_REF_MODE_CHANGE): New flag.
4084 * df.c (df_def_record_1, df_uses_record): Set this flag for refs
4085 involving subregs with invalid mode changes, when
4086 CLASS_CANNOT_CHANGE_MODE is defined.
4088 2002-05-07 Michael Matz <matz@suse.de>
4090 * reload1.c (fixup_abnormal_edges): Don't insert on NULL edge.
4092 2002-05-03 Michael Matz <matz@suse.de>
4094 * sbitmap.c (sbitmap_difference): Accept sbitmaps of different size.
4096 Sat Feb 2 18:58:07 2002 Denis Chertykov <denisc@overta.ru>
4098 * regclass.c (regclass): Work with all regs which have sets or
4100 (reg_scan_mark_refs): Count regs inside (clobber ...).
4102 2002-01-04 Michael Matz <matzmich@cs.tu-berlin.de>
4104 * df.c (df_ref_record): Correctly calculate SUBREGs of hardregs.
4105 (df_bb_reg_def_chain_create, df_bb_reg_use_chain_create): Only
4107 (df_bb_refs_update): Don't clear insns_modified here, ...
4108 (df_analyse): ... but here.
4110 * sbitmap.c (dump_sbitmap_file): New.
4111 (debug_sbitmap): Use it.
4113 * sbitmap.h (dump_sbitmap_file): Add prototype.
4115 2001-08-07 Daniel Berlin <dan@cgsoftware.com>
4117 * df.c (df_insn_modify): Grow the UID table if necessary, rather
4118 than assume all emits go through df_insns_modify.
4120 2001-07-26 Daniel Berlin <dan@cgsoftware.com>
4122 * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
4123 increase REG_N_REFS (like flow does), so that regclass doesn't
4124 think a reg is useless, and thus, not calculate a class, when it
4127 2001-01-28 Daniel Berlin <dberlin@redhat.com>
4129 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP_REV): New macro, needed for
4132 2002-07-15 Jakub Jelinek <jakub@redhat.com>
4135 * config/i386/i386.c (const_int_1_31_operand): New.
4136 * config/i386/i386.h (PREDICATE_CODES): Add it.
4137 * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp,
4138 ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp,
4139 lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it.
4141 2002-07-14 Alan Modra <amodra@bigpond.net.au>
4144 * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64.
4145 (floatunssidf2): Likewise.
4146 (floatsidf_ppc64): New insn_and_split.
4147 (floatunssidf_ppc64): Likewise.
4149 2002-07-14 Andreas Jaeger <aj@suse.de>
4151 * config.gcc (sh64): Remove unused
4152 target_requires_64bit_host_wide_int.
4154 2002-07-12 Roger Sayle <roger@eyesopen.com>
4156 * expr.c [CLEAR_RATIO]: New macro defining the maximum number
4157 of move instructions to use when clearing memory, c.f. MOVE_RATIO.
4158 [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
4159 whether clear_by_pieces should be used to clear storage.
4160 (clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.
4162 * doc/tm.texi: Document these two new target macros.
4164 2002-07-12 Stephane Carrez <stcarrez@nerim.fr>
4166 * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
4167 the scratch register.
4168 ("*movhi2_push"): Accept Z_REG because a split pattern can make use
4169 of it, forbid reload to use it.
4171 2002-07-12 Marek Michalkiewicz <marekm@amelek.gda.pl>
4173 * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
4174 usage on 64-bit hosts, return value was truncated to 32 bits.
4176 Fri Jul 12 00:49:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
4178 * simplify-rtx.c (simplify_subreg): Handle floating point
4179 CONST_DOUBLEs. When an integer subreg of a smaller mode than
4180 the element mode is requested, compute a subreg with an
4181 integer mode of the same size as the element mode first.
4183 Thu Jul 11 22:02:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
4185 * combine.c (try_combine): When converting a paradoxical subreg
4186 to an extension, take LOAD_EXTEND_OP into account.
4188 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4190 * config.gcc (mips-sgi-irix6*o32): New configuration.
4192 * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
4194 * configure: Regenerate.
4196 * config/mips/iris6-o32-as.h: New file.
4197 * config/mips/iris6-o32.h: New file.
4199 * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
4201 (HAVE_AS_SHF_MERGE): Undefine.
4203 * config/mips/t-iris5-as: New file.
4204 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
4206 * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
4207 SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
4208 SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
4209 dp-bit.c, fp-bit.c): Move ...
4210 * config/mips/t-iris5-6: ... here.
4211 New file, shared by IRIX 5 and IRIX 6.
4212 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
4213 mips-sgi-irix5*): Use it.
4215 * config/mips/iris6.h: Remove duplicate comment.
4217 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4218 !TARGET_IRIX6]: Define.
4219 (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.
4221 * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.
4223 2002-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
4225 * pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
4226 and delete code to force constant to register.
4227 * pa-protos.h (adddi3_operand): Add prototype.
4228 * pa.c (adddi3_operand): New function.
4230 2002-07-11 Roger Sayle <roger@eyesopen.com>
4232 * c-decl.c (duplicate_decls): Preserve the noreturn attribute on
4233 non-ANSI builtin functions.
4235 Thu Jul 11 11:31:12 2002 J"orn Rennecke <joern.rennecke@superh.com>
4237 * rtl.h (gen_rtx_CONST_VECTOR): Declare.
4238 * gengenrtl.c (special_rtx): Check for CONST_VECTOR.
4239 * emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
4240 (gen_const_vector_0): Use it.
4242 2002-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
4244 * pa.md (adddi3): For 32-bit targets, force constants to a register
4245 if they don't fit in an 11-bit immediate. Change insn predicate to
4246 arith11_operand. Remove comment.
4247 * pa.c (cint_ok_for_move): Fix comment.
4248 (emit_move_sequence): Don't directly split DImode constants on 32-bit
4251 2002-07-11 Tim Josling <tej@melbpc.org.au>
4253 Remove front end hard coding from gengtype.c.
4256 (STAGESTUFF): add gtyp-gen.h
4257 (GTFILES): Remove front end specific files.
4258 (GTFILES_FILES_LANGS): New, from configure..
4259 (GTFILES_FILES_FILES): Likewise.
4260 (GTFILES_LANG_DIR_NAMES): Likewise.
4261 (GTFILES_SRCDIR): Likewise.
4262 (gtyp-gen.h): Build from configure information.
4263 (s-gtype): Remove command line parameters from gengtype.
4264 (gengtype.o): Remove dependency on GTFILES. Depend on gtyp-gen.h.
4265 (mostlyclean): Delete files generated by and for gengtype.
4267 * c-config-lang.in: New file.
4269 * configure.in (all_gtfiles_files_langs): New. Accumulate files
4271 (all_gtfiles_files_files): New. Accumulate language for each file
4273 (gtfiles): Pick up value for C.
4274 (srcdir): AC-SUBST this variable.
4275 (all_gtfiles_files_langs): AC-SUBST this variable.
4276 (all_gtfiles_files_files): AC-SUBST this variable.
4278 * configure: Regenerate.
4280 * gengtype-lex.l (parse_file): Make parameter const.
4282 * gengtype.c (toplevel): include gtyp-gen.h.
4283 (BASE_FILE_<language> unnamed enum): Delete.
4284 (lang_names): Delete (replaced by gtyp-gen.h)
4285 (lang_dir_names): From gtyp-gen.h, replaces lang_names; changed
4287 (NUM_GT_FILES): New.
4288 (NUM_LANG_FILES): New.
4290 (NUM_BASE_FILES): Change calculation.
4291 (open_base_files): Change prototype to avoid warning.
4292 (startswith): Delete.
4293 (get_file_basename): Iterate through generated language list not
4295 (get_base_file_bitmap): Use generated list of files and languages.
4296 (close_output_files): Add prototype to rmove warning.
4297 (main): Iterate through list of generated files from gtyp-gen.h
4298 rather than command line paramaters. Ignore duplicated file
4301 * gengtype.h (parse_file): Amend prototype for const parameter.
4303 * doc/sourcebuild.texi: Document gtfiles variable.
4305 * doc/gty.texi: Document changes to gtfiles variable for front
4308 * objc/config-lang.in (gtfiles): Add files needed for objc front
4311 2002-07-10 Roger Sayle <roger@eyesopen.com>
4314 * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
4315 to SUBREGs of MEMs. (num_sign_bit_copies): Likewise.
4317 2002-07-10 Roger Sayle <roger@eyesopen.com>
4318 Zack Weinberg <zack@codesourcery.com>
4320 * builtins.def: Make the argument types of abort and exit
4321 independent of the front-end.
4323 2002-07-11 Alan Modra <amodra@bigpond.net.au>
4325 * config/rs6000/linux64.h (ASM_SPEC): Define.
4327 2002-07-10 Aldy Hernandez <aldyh@redhat.com>
4329 * config/rs6000/rs6000.c (emit_frame_save): New.
4330 (rs6000_frame_related): Replace reg2 before reg.
4331 (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
4332 and eh_return registers.
4334 2002-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
4336 Revert all patches for optimization of Complex .op. Real.
4337 * complex_part_zero_p: Remove
4338 * expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
4340 * expand_cmplxdiv_wide: Ditto.
4341 * expand_binop: Ditto.
4343 2002-07-10 Marek Michalkiewicz <marekm@amelek.gda.pl>
4345 * config/avr/avr.md: Fix two 0x80000000 constants to make them
4346 negative also on 64-bit hosts.
4348 Default to -fno-reorder-blocks when optimizing for size.
4349 * config/avr/avr-protos.h (avr_optimization_options): Declare.
4350 * config/avr/avr.c (avr_optimization_options): New function.
4351 * config/avr/avr.h (OPTIMIZATION_OPTIONS): New.
4353 Optimize returning from simple functions.
4354 * config/avr/avr-protos.h (avr_simple_epilogue): Declare.
4355 * config/avr/avr.c (avr_simple_epilogue): New function.
4356 * config/avr/avr.md (return): New insn.
4358 2002-07-10 Douglas B Rupp <rupp@gnat.com>
4360 * config/i386/i386.c (ix86_svr3_asm_out_constructor): Add
4361 HAS_INIT_SECTION to protection.
4363 2002-07-10 Mark Mitchell <mark@codesourcery.com>
4365 * doc/invoke.texi (Debugging Options): Mention that -gdwarf is
4368 Wed Jul 10 19:50:03 2002 J"orn Rennecke <joern.rennecke@superh.com>
4370 * combine.c (gen_lowpart_for_combine): Handle vector modes.
4371 Supply non-VOID mode to simplify_gen_subreg.
4373 Wed Jul 10 18:48:55 CEST 2002 Jan Hubicka <jh@suse.cz>
4375 * i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
4377 2002-07-10 Jeffrey A Law <law@redhat.com>
4379 * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
4382 * mn10200.c (expand_epilogue): Fix test to determine which scratch
4385 Wed Jul 10 16:06:00 2002 J"orn Rennecke <joern.rennecke@superh.com>
4387 * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
4389 If simplify_gen_subreg fails, try next equivalent.
4391 2002-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
4393 * diagnostic.h: #include location.h
4394 (location_t): Move definition to..
4395 * location.h: ... here. New file.
4396 * tree.h: #include location.h
4397 (DECL_SOURCE_LOCATION): New macro.
4398 (DECL_SOURCE_FILE): Use.
4399 (DECL_SOURCE_LINE): Likewise.
4400 (struct tree_decl): REplace filename and linenum with locus.
4401 * Makefile.in (TREE_H): add location.h
4402 (diagnostic.o): Depends on gt-location.h
4403 (gt-location.h): Depends on s-gtype
4405 2002-07-09 Matt Kraai <kraai@alumni.cmu.edu>
4407 * config/rs6000/aix.h: Convert CPP_PREDEFINES to
4408 TARGET_OS_CPP_BUILTINS.
4409 * config/rs6000/aix31.h: Likewise.
4410 * config/rs6000/aix41.h: Likewise.
4411 * config/rs6000/aix43.h: Likewise.
4412 * config/rs6000/aix51.h: Likewise.
4413 * config/rs6000/beos.h: Likewise.
4414 * config/rs6000/darwin.h: Likewise.
4415 * config/rs6000/eabi.h: Likewise.
4416 * config/rs6000/eabisim.h: Likewise.
4417 * config/rs6000/linux.h: Likewise.
4418 * config/rs6000/linux64.h: Likewise.
4419 * config/rs6000/lynx.h: Likewise.
4420 * config/rs6000/mach.h: Likewise.
4421 * config/rs6000/rtems.h: Likewise.
4422 * config/rs6000/sysv4.h: Likewise.
4423 * config/rs6000/vxppc.h: Likewise.
4425 2002-07-09 Devang Patel <dpatel@apple.com>
4426 * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
4427 Do not allow ObjC objects as a parameter type for Objective-C methods.
4428 My previous patch restricted 'struct' also.
4430 2002-07-09 Neil Booth <neil@daikokuya.co.uk>
4432 * cpperror.c (cpp_error): Default to directive_line within
4434 * cppexp.c (cpp_interpret_integer): Only use traditional
4435 number semantics in directives.
4436 * cpplib.c (prepare_directive_trad): Don't reset pfile->line.
4437 (do_include_common): Similarly.
4438 * cpptrad.c (scan_out_logical_line): Implement accurate
4439 quoting of <> in #include.
4440 * doc/cpp.texi: Update.
4442 Tue Jul 9 22:37:44 2002 Stephen Clarke <stephen.clarke@superh.com>
4443 J"orn Rennecke <joern.rennecke@superh.com>
4445 * sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
4446 * sh.md (attribute issues): Replace with:
4447 (attribute pipe_model). All users changed.
4448 (attribute type): Change pt / ptabs to pt_media / ptabs_media.
4450 (function units sh5issue, sh5fds): New.
4451 (attribute is_mac_media): New.
4452 (adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
4453 (andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
4454 (ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
4455 (movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
4456 (call_media, call_value_media, sibcall_media): Likewise.
4457 (casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
4458 (return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
4459 (mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
4460 (fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
4461 (cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
4462 (sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
4463 (muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
4464 (fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
4465 (cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
4466 (sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
4467 (truncdfsf2_media): Likewise.
4468 (movsi_media, movsi_media_nofpu, movdi_media): Use new types.
4469 (movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.
4471 Tue Jul 9 21:39:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
4473 * sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
4474 * sh.c (general_extend_operand, inqhi_operand): New functions.
4475 * sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
4476 alternatives using 'N' modifier. Add type.
4477 (adddi3z_media): Likewise. Enable generator function generation.
4478 (movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
4479 exact predicates / constraints. Add type.
4480 (subsi3): Allow 0 for SHMEDIA.
4481 (udivsi3_i4_media): Use match_operand for input values
4482 rather than hard registers.
4483 (udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
4484 unnecessarily through hard registers. Keep copies of pseudo
4485 registers outside of the libcall sequence.
4486 (mulsidi3_media, umulsidi3_media): Use more exact predicates. Add type.
4487 (ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
4488 (zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
4489 (extendhidi2, extendqidi2): Likewise.
4490 (andsi3_compact): Name.
4491 (andcdi3): Enable generator function generation.
4492 (zero_extendhisi2, zero_extendqisi2): Rename to
4493 (zero_extendhisi2_compact, zero_extendqisi2_compact).
4494 (extendhisi2, extendqisi2): Rename to
4495 (extendhisi2_compact, extendqisi2_compact).
4496 (rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
4497 (loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
4498 (zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
4499 (zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
4500 (extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
4501 (extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
4502 (truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
4503 (shmedia32_initialize_trampoline_big): Likewise.
4504 (shmedia32_initialize_trampoline_little): Likewise.
4505 (nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
4506 (negdi2): Remove spurious T clobber.
4507 (zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
4508 (movsi_media, movsi_media_nofpu): Remove spurious *k after b.
4509 (movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
4510 (movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
4511 (ic_invalidate_line_media): Write back data cache before invalidating
4512 instruction cache. Add type.
4513 (movsf_media): Sign-extend when the destination is a general
4514 purpose register. Add type.
4515 (bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
4516 (casesi_worker_0+1): Only increment ref count for proper label.
4517 (casesi_worker_0+2): Likewise.
4519 2002-07-09 Mark Mitchell <mark@codesourcery.com>
4521 * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
4523 2002-07-09 Steve Ellcey <sje@cup.hp.com>
4525 * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
4526 from Pmode to ptr_mode.
4527 (get_exception_pointer): Ditto.
4528 (connect_post_landing_pads): Ditto.
4529 (dw2_build_landing_pads): Ditto.
4531 2002-07-08 Steve Ellcey <sje@cup.hp.com>
4532 * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
4533 * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
4534 (handle_pragma_redefine_extname): Change to use new function.
4536 2002-07-08 Roger Sayle <roger@eyesopen.com>
4538 * combine.c (combine_simplify_rtx): Add an explicit cast
4539 to avoid signed/unsigned comparison warning.
4540 (simplify_if_then_else): Likewise.
4541 (extended_count): Likewise.
4542 (simplify_shift_const): Likewise.
4543 (simplify_comparison): Likewise.
4545 2002-07-08 Richard Sandiford <rsandifo@redhat.com>
4547 * config/mips/mips.md: Add imadd type. Update scheduler description
4548 to use imadd as well as imul.
4549 (*mul_acc_si, *madsi): Change imul alternatives to imadd.
4550 (*mul_acc_di, *mul_acc_64bit_di): Likewise.
4551 (*mul_sub_si): Likewise for first alternative. Change second
4552 alternative from imul to multi.
4554 2002-07-07 Neil Booth <neil@daikokuya.co.uk>
4556 * c-common.c (c_common_post_options): Update prototype;
4557 don't init backends if preprocessing only.
4558 * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
4559 * langhooks.h (struct lang_hooks): Update post_options to
4561 * toplev.c (parse_options_and_default_flags, do_compile,
4562 lang_independent_init): Update prototypes. Allow the
4563 front end to specify that there is no need to initialize
4565 (general_init): Move call to hex_init here...
4566 (toplev_main): ...from here. Pass flag for back end init
4569 Sun Jul 7 20:38:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
4571 * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
4572 (PREDICATE_CODES): Add entries for equality_comparison_operator,
4573 greater_comparison_operator and less_comparison_operator.
4574 * sh.c (print_operand): Add '\'' code. Make 'o' handle
4576 (equality_comparison_operator): New function.
4577 (greater_comparison_operator, less_comparison_operator): Likewise.
4578 * sh.md (beq_media_i): Disable generator function generation.
4579 Use match_operator to handle a whole class of comparisons. Add
4580 modifier in output template to provide branch prediction. Add type.
4581 (bgt_media_i, ble_media_i): Likewise. Allow zero operands.
4582 (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
4583 (blt_media_i, bleu_media_i, bltu_media_i): Likewise.
4584 (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.
4586 2002-07-07 Hans-Peter Nilsson <hp@bitrange.com>
4588 Emit MMIX function prologue and epilogue as rtl.
4589 * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
4590 not unprototyped get_hard_reg_initial_val.
4591 ("call_value", "nonlocal_goto_receiver"): Ditto.
4592 ("return"): Make define_expand. Move real insn to...
4593 ("*expanded_return"): New pattern.
4594 ("prologue", "epilogue"): New define_expands.
4595 * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
4596 (struct machine_function): New member in_prologue.
4597 (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
4598 (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
4599 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
4600 (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
4601 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
4602 (LOCAL_REGNO): Define. Adjust comment.
4603 * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
4604 Consider regs_ever_live[MMIX_rJ_REGNUM], not just
4606 (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
4608 (mmix_target_asm_function_prologue): Make static. Just mark that
4609 the prologue is being emitted. Move guts to...
4610 (mmix_expand_prologue): New function. Adjust for emitting
4611 prologue as rtl. For sizes, use HOST_WIDE_INT only.
4612 (mmix_target_asm_function_epilogue): Make static. Simply emit a
4614 (mmix_expand_epilogue): New function. Adjust for emitting
4615 epilogue as rtl. For sizes, use HOST_WIDE_INT only.
4616 (mmix_target_asm_function_end_prologue): Mark that the prologue
4618 (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
4619 (mmix_conditional_register_usage): Improve comments.
4620 (mmix_local_regno): New function.
4621 (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
4622 * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
4623 (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
4624 (mmix_get_hard_reg_initial_val): Ditto.
4626 2002-07-06 Andreas Jaeger <aj@suse.de>
4628 * toplev.c (set_fast_math_flags): Don't use ISO C style function
4630 * gengtype.c (open_base_files): Likewise.
4631 (close_output_files): Likewise.
4632 * tracer.c (find_best_predecessor): Likewise.
4633 (find_best_successor): Likewise.
4634 (ignore_bb_p): Likewise.
4636 2002-07-05 Roger Sayle <roger@eyesopen.com>
4639 * builtin-attrs.def: Define new attribute lists for use in
4641 * builtins.def [DEF_BUILTIN]: Modify to take an additional
4642 ATTRS argument, an enumerated value defined in builtin-attrs.def
4643 that represents the attribute list for the builtins. Modify
4644 all builtin functions to pass an appropriate attribute list.
4645 Specify "abort", "exit", "_exit" and "_Exit" builtins here with
4646 their required noreturn attributes.
4647 * tree.h (enum_builtin_function): Ignore the additional parameter
4649 * builtins.c (built_in_names): Likewise.
4650 * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
4651 argument with a tree representing the functions attribute list.
4652 Pass this "attrs" argument to builtin_function. No longer handle
4653 the noreturn_p processing manually.
4654 (built_in_attributes): Move the definitions from builtin-attrs.def
4655 before c_common_nodes_and_builtins.
4656 (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
4657 DEF_BUILTIN, passing it to both builtin_function and the changed
4660 * doc/extend.texi: Document __builtin_abort, __builtin_exit,
4661 __builtin__exit and __builtin__Exit.
4663 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
4665 * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
4666 QI mode registers in soft registers.
4667 ("zero_extendqihi2"): Do not take into account soft registers
4668 for register allocation (use '*' constraint).
4670 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
4672 * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
4674 ("*ashrsi3"): Likewise.
4675 ("*lshrsi3"): Likewise.
4677 2002-07-05 Vladimir Makarov <vmakarov@redhat.com>
4679 * genautomata.c (output_max_insn_queue_index_def): Take latencies
4682 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
4684 * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
4685 address computation and memory moves.
4687 2002-07-03 Mark Mitchell <mark@codesourcery.com>
4690 * dwarfout.c (output_reg_number): Fix warning message.
4691 (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
4694 2002-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4696 * gcc/gcc.c (asm_debug): Move initialization ...
4697 (init_spec): ... here.
4699 2002-07-05 Nathan Sidwell <nathan@codesourcery.com>
4701 * c-parse.in (extdef): Append ';'.
4702 (old_style_parm_decls): Append ';'.
4704 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4706 * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
4707 gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
4708 to gcc_cv_as_gstabs_flag.
4709 * configure: Rebuilt.
4711 2002-07-04 Geoffrey Keating <geoffk@redhat.com>
4713 * ggc.h (ggc_add_root): Document as obsolete.
4715 Thu Jul 4 07:58:01 2002 J"orn Rennecke <joern.rennecke@superh.com>
4717 * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
4718 (mshflo_w): Likewise.
4720 Thu Jul 4 07:36:29 2002 J"orn Rennecke <joern.rennecke@superh.com>
4722 * simplify-rtx.c (simplify_subreg): Reduce problem of finding
4723 vector mode subregs of constants to finding integer mode
4724 subregs of constants.
4725 * cse.c (cse_insn): Use simplify_gen_subreg.
4726 * convert.c (convert_to_integer): Don't strip a NOP_EXPR
4727 From a vector mode expression of different size than the
4730 2002-07-03 Eric Christopher <echristo@redhat.com>
4732 * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
4733 * config/mips/mips.h: Remove deprecated -m<processor> options
4734 and cc1_cpu_spec associated.
4735 (CONSTANT_ADDRESS_P): Fix last patch.
4736 (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
4737 * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
4740 2002-07-03 Stan Shebs <shebs@apple.com>
4742 * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
4743 (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
4744 (CPP_SPEC): Remove insertion of APPLE_CC definition.
4746 2002-07-03 Roger Sayle <roger@eyesopen.com>
4748 * combine.c (struct_undo): Change types of recorded substitutions
4749 to be either "int" or "rtx", instead of "unsigned int" and "rtx".
4750 (do_SUBST_INT): Change types of the substitution from unsigned int
4751 to int, to avoid compilation warning from SUBST_INT's only caller.
4753 (make_extraction): Add cast to avoid compilation warning.
4754 (force_to_mode): Remove cast to avoid compilation warning.
4756 2002-07-03 Eric Botcazou <ebotcazou@multimania.com>
4757 Jeff Law <law@redhat.com>
4759 * i386.md (length_immediate attribute): Fix typo.
4760 (length_address attribute): Likewise.
4761 (modrm attribute): Set it to 0 for immediate call instructions.
4762 (jcc_1 pattern): Set modrm attribute to 0.
4763 (jcc_2 pattern ): Likewise.
4764 (jump pattern): Likewise.
4765 (doloop_end_internal pattern): Explicitly set length.
4766 (leave pattern): Fix typo.
4767 (leave_rex64 pattern): Likewise.
4769 2002-07-03 David Edelsohn <edelsohn@gnu.org>
4771 * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
4772 in FPR as preference.
4774 (floatdidf2, fix_truncdfdi2): Same.
4775 (floatdisf2, floatditf2, fix_trunctfdi2): Same.
4777 (floatsitf2, fix_trunctfsi2): SImode in GPR.
4778 (ctrdi): Remove FPR alternative and splitter.
4780 2002-07-03 Will Cohen <wcohen@redhat.com>
4782 * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
4784 Wed Jul 3 10:24:16 2002 J"orn Rennecke <joern.rennecke@superh.com>
4786 * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
4787 than UNITS_PER_WORD, unless this is little endian and the first unit
4788 in this word. Let extract_bit_field decide how to load an element.
4789 Force arguments to matching mode.
4790 (expand_vector_unop): Likewise.
4792 * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
4793 consist of word_mode elements.
4794 * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
4795 BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
4796 (build_unary_op): Allow vector types for BIT_NOT_EPR.
4797 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
4799 * optabs.c (expand_vector_binop): Try to perform operation in
4800 smaller vector modes with same inner size. Add handling of AND, IOR
4801 and XOR. Reject expansion to inner-mode sized scalars when using
4802 OPTAB_DIRECT. Use simplify_gen_subreg on constants.
4803 (expand_vector_unop): Try to perform operation in smaller vector
4804 modes with same inner size. Add handling of one's complement.
4805 When there is no vector negate operation, try a vector subtract
4806 operation. Use simplify_gen_subreg on constants.
4807 * simplify-rtx.c (simplify_subreg): Add capability to convert vector
4808 constants into smaller vectors with same inner mode, and to
4809 integer CONST_DOUBLEs.
4811 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4813 * c-parse.in (parsing_iso_function_signature): New variable.
4814 (extdef_1): New, copied from...
4815 (extdef): ... here. Reset parsing_iso_function_signature.
4816 (old_style_parm_decls): Reset parsing_iso_function_signature.
4817 (old_style_parm_decls_1): New, copied from old_style_parm_decls.
4818 Warn about ISO C style function definitions.
4819 (nested_function, notype_nested_function): Reset
4820 parsing_iso_function_signature.
4821 (parmlist_2): Set parsing_iso_function_signature.
4823 * doc/invoke.texi (-Wtraditional): Document new behavior.
4825 2002-07-02 Chris Demetriou <cgd@broadcom.com>
4827 * config.gcc (mips*el-*-*): Use tm_defines to set
4828 TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
4829 * config/mips/little.h: Remove.
4831 2002-07-02 Devang Patel <dpatel@apple.com>
4833 * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
4834 object as parameter. Prevent something like 'NSObject' to be
4835 used as the type for a method argument.
4837 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
4839 * cpptrad.c: Update comment.
4841 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
4843 * doc/cpp.texi: Update for traditional preprocessing changes.
4844 * goc/cppopts.texi: Similarly.
4846 2002-07-02 Ziemowit Laski <zlaski@apple.com>
4848 * c-parse.in (designator): Enable designated initializers if ObjC.
4849 (objcmessageexpr): Remove references to objc_receiver_context.
4850 * objc/objc-act.h (objc_receiver_context): Remove decl.
4851 * objc/objc-act.c (objc_receiver_context): Remove.
4852 (lookup_objc_ivar): Test objc_method_context instead of
4853 objc_receiver_context.
4855 Tue Jul 2 18:45:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
4857 * sh.c (print_operand, case 'N'): Allow zero vector.
4858 (arith_reg_or_0_operand): Likewise.
4859 (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
4860 * sh.h (CONST_COSTS): 0 has 0 cost. Check OUTER_CODE for
4861 IOR, XOR, PLUS and SET and take their respective constant
4862 ranges into account.
4863 (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
4864 * sh.md (subdi3, subdi3_media): Allow zero operand.
4865 (movv8qi_i+3): Only vector that is not split is the zero vector.
4866 Fix operand 3 to simplify_subreg.
4867 (movv2si_i): Split alternative 1.
4868 (mshfhi_l_di_rev+1): New splitter.
4870 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
4872 PR preprocessor/7029
4873 * cppinit.c (cpp_handle_option): Suppress warnings with an
4874 implicit "-w" for "-M" and "-MM".
4875 * doc/cppopts.texi: Update.
4877 2002-07-01 Roger Sayle <roger@eyesopen.com>
4879 * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
4880 identifier "bzero" to "memset". Pass extra NULL_TREE argument to
4883 2002-07-02 Alan Modra <amodra@bigpond.net.au>
4885 * README.Portability: Fix typos.
4887 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
4890 * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
4891 of indirections for register inside sign-extended mem part.
4893 2002-07-01 Roger Sayle <roger@eyesopen.com>
4895 * tree.h: Modify builtin_function interface to take an extra
4896 argument ATTRS, which is a tree representing an attribute list.
4898 * c-decl.c (builtin_function): Accept additional parameter.
4899 * objc/objc-act.c (builtin_function): Likewise.
4900 * f/com.c (builtin_function): Likewise.
4901 * java/decl.c (builtin_function): Likewise.
4902 * ada/utils.c (builtin_function): Likewise.
4903 * cp/decl.c (builtin_function): Likewise.
4904 (builtin_function_1): Likewise.
4906 * c-common.c (c_common_nodes_and_builtins): Pass an additional
4907 NULL_TREE argument to builtin_function. (builtin_function_2):
4909 * cp/call.c (build_java_interface_fn_ref): Likewise.
4910 * objc/objc-act.c (synth_module_prologue): Likewise.
4911 * java/decl.c (java_init_decl_processing): Likewise.
4912 * f/com.c (ffe_com_init_0): Likewise.
4914 * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
4915 NULL_TREE argument to builtin_function.
4916 * config/arm/arm.c (def_builtin): Likewise.
4917 * config/c4x/c4x.c (c4x_init_builtins): Likewise.
4918 * config/i386/i386.c (def_builtin): Likewise.
4919 * config/ia64/ia64.c (def_builtin): Likewise.
4920 * config/rs6000/rs6000.c (def_builtin): Likewise.
4922 2002-07-01 Zack Weinberg <zack@codesourcery.com>
4924 * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
4925 * config/mips/t-isa3264: Likewise.
4926 * config/mmix/t-mmix: Likewise.
4928 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
4930 * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
4932 2002-07-01 Roger Sayle <roger@eyesopen.com>
4935 * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
4936 A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
4939 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4941 * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
4943 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
4945 * README.Portability (Function prototypes): Give an example of
4946 declaring and defining a function with no arguments.
4948 * README.Portability (Function prototypes): Document new
4949 variable-argument function macros.
4951 Mon Jul 1 19:55:17 2002 J"orn Rennecke <joern.rennecke@superh.com>
4953 * sh.c (langhooks.h): Include.
4954 (sh_init_builtins, sh_media_init_builtins): New functions.
4955 (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
4956 (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
4957 (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
4958 (builtin_description): New struct tag.
4959 (signature_args, bdesc): New arrays.
4960 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
4961 (print_operand): Add 'N' modifier.
4962 * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
4963 (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
4964 (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
4965 (CONST_COSTS): Add special case for SHmedia AND.
4966 (PREDICATE_CODES): Add and_operand, arith_reg_dest,
4967 extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
4968 sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
4969 target_operand can also be const or unspec.
4970 * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
4971 (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
4972 (attribute type): Add new types.
4973 (anddi3): Add splitter.
4974 (movdi_const_16bit+1): Add code to handle vector constants and
4975 bitmasks efficiently.
4976 (shori_media): Have generator function made.
4977 (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
4978 (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
4979 (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
4980 (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
4981 (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
4982 (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
4983 (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
4984 (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
4985 (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
4986 (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
4987 (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
4988 (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
4989 (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
4990 (mshflo_b, mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
4991 (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
4992 (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
4993 (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
4994 (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
4995 (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
4998 (fpu_switch+1, fpu_switch+2): Remove constraint.
5000 2002-07-01 Aldy Hernandez <aldyh@redhat.com>
5002 * tree.c (build_function_type_list): Update function comment.
5003 Rename first argument to return_type.
5005 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
5007 * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
5008 tradcif.y and related files.
5010 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
5012 * cpptrad.c (skip_whitespace): Pass pointer to prior char.
5014 2002-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5016 * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
5018 2002-06-30 Devang Patel <dpatel@apple.com>
5020 * objc/objc-act.c (finish_file): Avoid finish_objc() if
5023 Fri Jun 28 17:22:37 2002 Denis Chertykov <denisc@overta.ru>
5024 Frank Ch. Eigler <fche@redhat.com>
5025 Matthew Green <mrg@redhat.com>
5026 Richard Henderson <rtl@redhat.com>
5027 Dave Hudson <dave.hudson@ubicom.com>
5028 Jeff Johnston <jjohnstn@redhat.com>
5029 Alan Lehotsky <apl@alum.mit.edu>
5030 Bernd Schmidt <bernds@redhat.com>
5031 Graham Stott <grahams@redhat.com>
5033 * doc/extend.texi: Add ip2k port to description of attribute
5035 * doc/install.texi (Specific): Add ip2k description.
5036 * doc/install-old.texi (Configurations): Add ip2k to possible
5038 * doc/md.texi: Document ip2k constraints.
5039 * config/ip2k/crt0.S: New file.
5040 * config/ip2k/ip2k-protos.h: New file.
5041 * config/ip2k/ip2k.c: New file.
5042 * config/ip2k/ip2k.h: New file.
5043 * config/ip2k/ip2k.md: New file.
5044 * config/ip2k/libgcc.S: New file.
5045 * config/ip2k/t-ip2k: New file.
5047 2002-06-30 Hans-Peter Nilsson <hp@bitrange.com>
5049 * config/mmix/mmix.md ("return"): New pattern.
5050 * config/mmix/mmix.h (TARGET_MASK_USE_RETURN_INSN)
5051 (TARGET_USE_RETURN_INSN): New macros.
5052 (TARGET_DEFAULT): Include TARGET_MASK_USE_RETURN_INSN.
5053 (TARGET_SWITCHES): Add -msingle-exit and -mno-single-exit.
5054 * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Fix spacing.
5055 (MMIX_POP_ARGUMENT): New macro.
5056 (mmix_target_asm_function_prologue): When no epilogue is executed,
5057 just emit a blank line. Use MMIX_POP_ARGUMENT with final POP insn.
5058 (mmix_print_operand) <case '.'>: New case.
5059 (mmix_print_operand_punct_valid_p): Match '.'.
5060 (mmix_use_simple_return): New function.
5061 * config/mmix/mmix-protos.h (mmix_use_simple_return): Prototype.
5062 * doc/invoke.texi (Option Summary) <MMIX Summary>: Add
5063 -msingle-exit, -mno-single-exit.
5064 (MMIX Options): Ditto.
5066 2002-06-30 Aldy Hernandez <aldyh@redhat.com>
5068 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Fix typos.
5070 2002-06-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5072 * gengtype.c (oprintf): Move VA_CLOSE after all fixedarg uses.
5074 2002-06-30 Alan Modra <amodra@bigpond.net.au>
5076 * unroll.c (loop_iterations): Handle EQ loops.
5078 2002-06-29 David Edelsohn <edelsohn@gnu.org>
5080 * config/rs6000/rs6000.md (ctrdi): Allocate pseudo for FPR
5081 constraint in define_expand, not splitter.
5084 2002-06-29 Aldy Hernandez <aldyh@redhat.com>
5086 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
5087 build_function_type_list instead of build_function_type.
5089 * config/ia64/ia64.c (ia64_init_builtins): Same.
5091 * config/alpha/alpha.c (alpha_init_builtins): Same.
5093 * config/rs6000/rs6000.c (altivec_init_builtins): Same.
5095 * config/arm/arm.c (arm_init_builtins): Same.
5097 * tree.h: Add build_function_type_list prototype.
5099 * tree.c (build_function_type_list): New.
5101 2002-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5103 * collect2.c (scan_prog_file): Fix typo in message.
5105 2002-06-28 Aaron Lehmann <aaronl@vitelus.com>
5107 * fold-cont.c: Remove unused CHARMASK.
5109 2002-06-29 Neil Booth <neil@daikokuya.co.uk>
5111 PR preprocessor/7150
5112 * cppmain.c (scan_translation_unit_trad): Simplify.
5113 * cppmacro.c (cpp_scan_nooutput): Handle traditional case.
5115 2002-06-29 Neil Booth <neil@daikokuya.demon.co.uk>
5117 * config/i386/crtdll.h: Define EXTRA_OS_CPP_BUILTINS.
5118 Don't use CPP_PREDEFINES.
5119 * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): New.
5120 Used TARGET_OS_CPP_BUILTINS in preference to CPP_PREDEFINES.
5121 * config/i386/djgpp.h, config/i386/i386-coff.h,
5122 config/i386/i386-interix.h, config/i386/i386-interix3.h,
5123 config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
5124 config/i386/openbsd.h, config/i386/ptx4-i.h, config/i386/sysv3.h,
5125 config/i386/uwin.h: Similarly.
5127 2002-06-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5129 * c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and
5130 flag_inline_trees to enable inlining.
5132 2002-06-28 Phil Edwards <pme@gcc.gnu.org>
5134 * configure.in (gcc_gxx_include_dir): Change to match versioned
5135 C++ headers if --enable-version-specific-runtime-libs is used.
5136 * configure: Regenerate.
5138 2002-06-28 Jan Hubicka <jh@suse.cz>
5140 * gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.
5142 2002-06-28 Stephen Clarke <stephen.clarke@superh.com>
5144 * combine.c (combine_simplify_rtx): Pass the mode of the
5145 shift count, not the shift operation when trying to simplify
5146 a shift on a SHIFT_COUNT_TRUNCATED target.
5148 2002-06-28 Stephane Carrez <stcarrez@nerim.fr>
5150 * config/m68hc11/m68hc11.md ("*addsi3"): Use 'o' constraint to
5151 avoid the auto increment addressing modes.
5152 ("*subsi3"): Likewise.
5153 (split for add/sub on address): For 68HC12 push the value on
5154 the stack and do the operation with a pop.
5156 2002-06-28 Neil Booth <neil@daikokuya.co.uk>
5158 * cpplib.c (_cpp_handle_directive): Move #define-specific
5159 code to the #define handler...
5160 (do_define): ...here.
5161 (lex_macro_node): No longer a need to check for comments here.
5163 2002-06-28 Stephane Carrez <stcarrez@nerim.fr>
5165 * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Define.
5166 * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
5168 * config/m68hc11/m68hc11.c (m68hc11_optimization_options): New,
5169 do not reorder basic blocks at the end when optimizing for size.
5171 2002-06-28 Stephane Carrez <stcarrez@nerim.fr>
5173 * config/m68hc11/m68hc11.c (autoinc_mode): New function.
5174 (m68hc11_make_autoinc_notes): New function.
5175 (m68hc11_split_move): Be very cautious when spliting a move with
5176 auto increment/decrement modes because this may result in incompatible
5177 directions; add REG_INC notes to the resulting insn for CSE reg.
5179 2002-06-28 Stephane Carrez <Stephane.Carrez@nerim.fr>
5181 * config/m68hc11/m68hc11.c (register_indirect_p): For 68HC12 a constant
5182 can be a valid address.
5184 2002-06-28 Aldy Hernandez <aldyh@redhat.com>
5186 * config/rs6000/rs6000.c: Remove unusued variables from last
5189 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
5192 * config/rs6000/rs6000.c (rs6000_override_options): Move
5193 *SUBTARGET_OVERRIDE_OPTIONS before the -m options.
5195 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
5197 * config/rs6000/rs6000.c (altivec_expand_builtin): Move
5198 lvx/stv/dst builtins...
5199 (altivec_expand_ld_builtin): ...to here.
5200 (altivec_expand_st_builtin): ...here.
5201 (altivec_expand_dst_builtin): ...and here (respectively).
5203 2002-06-28 Bob Wilson <bob.wilson@acm.org>
5205 * config/xtensa/xtensa.h (RETURN_IN_MEMORY): Update comment.
5207 2001-06-08 Bernd Schmidt <bernds@redhat.com>
5209 * emit-rtl.c (gen_lowpart_common): Don't create paradoxical FLOAT_MODE
5211 * recog.c (general_operand, register_operand): Disallow them.
5213 2002-06-28 Neil Booth <neil@daikokuya.co.uk>
5215 PR preprocessor/7138
5216 * cpplib.c (_cpp_handle_directive): Do traditional
5217 preparation after setting state.angled_headers.
5218 * cpptrad.c (scan_out_logical_line): Fix potential
5221 2002-06-27 Aldy Hernandez <aldyh@redhat.com>
5223 * config/rs6000/rs6000.c (rs6000_override_options): Move
5224 *SUBTARGET_OVERRIDE_OPTIONS before the -m options.
5226 2002-06-27 Bob Wilson <bob.wilson@acm.org>
5228 * config/xtensa/xtensa.md: Give "*xxx" names to all unnamed insn's.
5229 (*lsiu, *ssiu, movstrsi_internal, zero_cost_loop_start,
5230 zero_cost_loop_end): Remove unnecessary "parallel" from insns.
5232 2002-06-27 Roger Sayle <roger@eyesopen.com>
5234 * config/d30v/d30v.h: Remove commented out STACK_REGS #defines.
5235 * config/stormy16/stormy16.h: Likewise.
5237 * config/stormy16/stormy16.h (CUMULATIVE_ARGS): Replace typedef
5240 2002-06-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5242 * doc/install.texi (Binaries): Add Sinix/Reliant Unix. Move
5243 Hitachi entry. Make punctuation more consistent.
5245 2002-06-27 Matt Kraai <kraai@alumni.cmu.edu>
5247 * doc/install.texi: Change ` bit' to `-bit'.
5248 * doc/md.texi: Change `-bits' to `-bit'.
5249 * doc/tm.texi: Change `-bits' to ` bits'.
5251 2002-06-27 Daniel Berlin <dberlin@dberlin.org>
5253 * gcse.c (hoist_code): Rewrite to only get list of dominated
5254 blocks once per BB. Also fix reversed test (by removing need for
5257 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
5259 * cpphash.h (_cpp_set_trad_context): Remove.
5260 * cpplib.c (prepare_directive_trad): Do nothing for #define.
5261 (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
5262 * cpptrad.c: Update comments.
5263 (_cpp_read_logical_line_trad): Let scan_logical_line handle
5264 updating the current context.
5265 (scan_logical_line): Update the current context.
5266 (_cpp_create_trad_definition): Similarly.
5267 (_cpp_set_trad_context): Remove.
5269 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
5271 PR preprocessor/7070
5272 * c-lex.c (cb_def_pragma): Don't try to spell CPP_EOF.
5274 2002-06-26 Bob Wilson <bob.wilson@acm.org>
5276 * config/xtensa/xtensa-protos.h (xtensa_return_addr): Declare.
5277 config/xtensa/xtensa.c (xtensa_return_addr): New function.
5278 config/xtensa/xtensa.h (RETURN_ADDR_RTX): Use xtensa_return_addr.
5279 config/xtensa/xtensa.md (fix_return_addr): New pattern.
5281 2002-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5283 * mips.c (coprocessor_operand, coprocessor2_operand,
5284 symbolic_operand): Move prototypes from here...
5285 * mips-protos.h (coprocessor_operand, coprocessor2_operand,
5286 symbolic_operand): ...to here.
5288 Wed Jun 26 16:32:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
5290 * config/sh/crt1.asm: remove _stack label definition
5293 2002-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5295 * varasm.c: Include real.h before output.h.
5297 2002-06-26 Aldy Hernandez <aldyh@redhat.com>
5299 * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Revert change to
5300 check for TARGET_ALTIVEC.
5302 2002-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5304 * config.gcc (vax-*-vms*): Make obselete.
5306 2002-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5308 * gcc.c (warn_std): Delete.
5310 2002-06-25 Loren J. Rittle <ljrittle@acm.org>
5312 * doc/extend.texi: Fix formatting of last checkin.
5314 2002-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5316 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
5317 underscore from __IEEE_FP and __IEEE_FP_INEXACT.
5319 2002-06-25 Aldy Hernandez <aldyh@redhat.com>
5321 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
5322 discrepancies from motorola's documentation.
5324 Tue Jun 25 21:51:13 2002 J"orn Rennecke <joern.rennecke@superh.com>
5326 * optabs.c (expand_vector_binop, expand_vector_unop): Don't assume
5327 GET_MODE_UNIT_SIZE (mode) == UNITS_PER_WORD.
5329 * config/sh/lib1funcs.asm (udivdi3): Make first divide step
5330 produce a 32 bit result before normalization, then normalize with a
5331 left shift. Compute approximative error of 2nd reciprocal
5332 approximation in 2's complement. Fix mask generation from upper
5333 longword of second divide stage result.
5334 For large divisor, fix shift count used to truncate first stage
5335 divide result; make decision if to adjust upwards based on comparison
5336 of higher parts of normalized values.
5337 (udivdi): Likewise. Undo normalization of result for large divisor
5340 2002-06-25 David S. Miller <davem@redhat.com>
5342 * config/sparc/sparc.md: Change \\{t,n} to \{t,n}.
5344 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
5346 * cpplib.c (do_include_common): Revert to correct line number
5348 * cpptrad.c (scan_out_logical_line): Treat null directive as
5349 white space. Invlidate MI optimization for non-whitespace
5350 text outside a directive.
5352 2002-06-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5354 * Makefile.in (SHELL): Set to @SHELL@.
5355 * fixinc/Makefile.in (SHELL): Likewise.
5357 * mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2,
5358 fixuns_truncsfsi2, fixuns_truncsfdi2): Avoid automatic aggregate
5361 2002-06-24 Jeff Law <law@redhat.com>
5363 * flow.c (propagate_one_insn): When removing an insn
5364 with a REG_LIBCALL note but not the entire libcall sequence,
5365 delete the associated REG_RETVAL note.
5367 Mon Jun 24 21:05:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
5369 * lib1funcs.asm (sdivsi3): Add optimized SH64 implementations.
5370 (udivsi3): Likewise. Rewrite SH1 implementation.
5371 (udivdi3, divdi3, umoddi3, moddi3): New SHmedia functions.
5372 * sh.md (R20_REG, R21_REG, R22_REG, R23_REG, FR23_REG): New constants.
5373 (udivsi3_i1_media, divsi3_i1_media): Fix clobber list.
5374 * config/sh/t-sh64 (LIB1ASMFUNCS): (_udivdi3, _divdi3, _umoddi3): Add.
5375 (_moddi3): Likewise.
5377 * lib1funcs.asm (ic_invalidate): Add data cache line writeback.
5379 * sh.h (FUNCTION_ARG_ADVANCE): Take SHCOMPACT_FORCE_ON_STACK
5380 arguments into account for stack_regs.
5382 2002-06-24 Matt Kraai <kraai@alumni.cmu.edu>
5384 * doc/extend.texi: Change `@dots{}' to `/* @r{@dots{}} */'
5387 2002-06-24 Art Haas <ahaas@neosoft.com>
5389 * doc/extend.texi (Other Builtins): Change `...' to `@dots{}'.
5390 * doc/tm.texi (Frame Layout): Likewise.
5392 2002-06-20 Steve Ellcey <sje@cup.hp.com>
5394 * gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
5395 Set float_format to i128.
5397 2002-06-24 David S. Miller <davem@redhat.com>
5399 * config/sparc/sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the
5400 32-bit ABI libfuncs to NULL.
5402 * config/sparc/sparc.md: Use define_insn_and_split. Use braced
5403 strings instead of quoted strings for code blocks.
5405 * expmed.c (expand_divmod): Do not set optab1/optab2 to the shift
5406 optabs if op1 is const0_rtx.
5408 * Makefile.in (GTFILES): Add basic-block.h
5409 * basic-block.h (label_value_list, tail_recursion_label_list):
5412 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
5414 * cpptrad.c (scan_out_logical_line): Check recursing only when
5415 we know we have a macro invocation in the function-like case.
5416 Only call _cpp_handle_directive if we know we have a good
5417 directive, or we want to reject a bad directive.
5419 2002-06-24 Alan Modra <amodra@bigpond.net.au>
5421 * doloop.c (doloop_valid_p): Correct comment.
5422 (doloop_modify_runtime <abs_inc != 1>): Simplify.
5423 (doloop_modify_runtime <do-while>): Don't emit code when NE.
5425 Thu Jun 20 00:26:53 2002 Denis Chertykov <denisc@overta.ru>
5427 * config.gcc: Add support for ip2k.
5429 2002-06-23 Jan Hubicka <jh@suse.cz>
5430 Jeff Law <law@redhat.com>
5432 * function.h (struct emit_status): Clarify potential contents
5433 of regno_reg_rtx array.
5434 * integrate.c (copy_rtx_and_substitute): Update comments. Make
5435 sure entry in regno_reg_rtx is a REG before checking REG_POINTER.
5437 * reg-stack.c (convert_regs_exit): Push the registers to stack in
5440 2002-06-22 Ulrich Weigand <uweigand@de.ibm.com>
5443 * function.c (assign_stack_temp_for_type): Do not return
5444 the same MEM rtx for multiple uses of a stack slot.
5446 2002-06-22 David S. Miller <davem@redhat.com>
5448 PR target/6841 target/6770 target/6719
5449 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Return
5450 NO_REGS for constant X when CLASS is GENERAL_OR_FP_REGS or
5451 GENERAL_OR_EXTRA_FP_REGS.
5453 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
5455 * cpptrad.c (struct fun_macro): Add line number.
5456 (scan_out_logical_line): Set it, and use it to report unterminated
5459 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5461 * genautomata.c (copy_node, VLA_PTR_CREATE, VLA_PTR_EXPAND,
5462 VLA_PTR_ADD, VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD,
5463 DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL, DECL_PRESENCE,
5464 DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV, REGEXP_UNIT,
5465 REGEXP_RESERV, REGEXP_SEQUENCE, REGEXP_REPEAT, REGEXP_ALLOF,
5466 REGEXP_ONEOF, check_name): Const-ify.
5468 2002-06-21 Matt Thomas <matt@3am-software.com>
5470 * config/vax/vax.c (vax_output_function_prologue): Use
5471 REGISTER_PREFIX. Fix some indentation.
5472 * config/vax/vax.h (FUNCTION_PROFILER): Use reg_names[].
5473 (VAX_ISTREAM_SYNC): Define.
5474 (INITIALIZE_TRAMPOLINE): Use VAX_ISTREAM_SYNC. Move the
5475 i-stream sync to the end.
5476 (REGISTER_PREFIX): Define as "".
5477 (ASM_OUTPUT_MI_THUNK): Use REGISTER_PREFIX.
5479 2002-06-21 Jason Thorpe <thorpej@wasabisystems.com>
5481 * config.gcc (ns32k-*-netbsd*): Remove from list of obsolete
5484 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5486 * tree.c (tree_node_kind, tree_node_counts, tree_node_sizes,
5487 tree_node_kind_names): Wrap in GATHER_STATISTICS macro.
5489 2002-06-21 Matt Thomas <matt@3am-software.com>
5491 * config/vax/netbsd.h: Adjust a comment.
5492 (TARGET_DEFAULT): Redefine as 0.
5494 2002-06-21 Richard Henderson <rth@redhat.com>
5496 * bb-reorder.c (make_reorder_chain_1): Search harder for the
5497 vax casesi fallthru edge.
5498 * cfglayout.c (cleanup_unconditional_jumps): Use
5499 redirect_edge_succ_nodup. Do not delete ADDR_VEC insns as dead.
5500 * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection
5501 block after ADDR_VEC.
5503 2002-06-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5505 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
5507 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
5509 * cpperror.c (cpp_error): For traditional CPP, default to
5510 diagnostics on pfile->line.
5511 * cpplib.c (prepare_directive_trad): Set line number for
5512 diagnostics for #define too.
5513 * cpptrad.c (skip_whitespace): Skip comments properly.
5514 (_cpp_expansions_different_trad): Initialize quote2.
5516 2002-06-21 Hans-Peter Nilsson <hp@bitrange.com>
5518 * config/mmix/mmix.md: Change GNU CC to GCC in file header comment.
5519 * config/mmix/mmix.h: Ditto.
5520 * config/mmix/mmix-protos.h: Ditto.
5521 * config/mmix/mmix.c: Ditto. Fix typo in comment.
5522 * config/mmix/mmix-modes.def: Change GNU CC to GCC in file header
5523 comment. Comment extra CC modes.
5525 2002-06-20 Jan Hubicka <jh@suse.cz>
5527 * cfglayout.c (scope_to_insns_initialize): Call set_block_levels.
5528 (scope_to_insns_finalize): Do not call set_block_levels; handle
5530 (choose_inner_scope): New.
5531 * rtl.h (choose_inner_scope): Declare.
5533 2002-06-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
5535 * pa-protos.h (pa_asm_output_mi_thunk): Change third argument to
5537 * pa.c (pa_asm_output_mi_thunk): Likewise.
5538 (n_deferred_plabels): Change type to size_t.
5539 (output_deferred_plabels, output_call): Use size_t instead of int.
5541 2002-06-20 Richard Henderson <rth@redhat.com>
5544 * config/m68k/m68k.md (zero_extendsidi2): Create expander; duplicate
5545 pattern and adjust constraints for coldfire.
5547 2002-06-20 Richard Henderson <rth@redhat.com>
5549 * explow.c (probe_stack_range): Use gen_rtx_fmt_ee.
5551 2002-06-20 Chris Demetriou <cgd@broadcom.com>
5553 * config.gcc (mipsisa64-*-elf*, mipsisa64el-*-elf*): New targets.
5555 2002-06-20 Chris Demetriou <cgd@broadcom.com>
5557 * config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.
5559 2002-06-20 Stan Shebs <shebs@apple.com>
5561 * dominance.c: Include errors.h instead of error.h.
5563 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
5565 * cppexp.c (cpp_interpret_integer): Don't force traditional
5566 numbers to be unsigned.
5567 * cpplib.c (prepare_directive_trad): Set line number for
5569 * cpptrad.c (scan_out_logical_line): Continue scanning out
5571 * gcc.c (trad_capable_cpp): Use cc1 always.
5573 2002-06-20 Jeffrey Law <law@redhat.com>
5575 * i386.h (TARGET_DEFAULT): Do not turn on frame pointer
5576 elimination in leaf functions by default yet.
5578 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
5580 * combine.c (make_extraction): Reapply to the argument of an ASHIFT.
5582 2002-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5584 * config/sparc/t-crtfm (crtfastmath.o): Prefix with $(T) for
5586 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
5587 Fixes PR other/6836.
5589 Thu Jun 20 19:42:21 CEST 2002 Jan Hubicka <jh@suse.cz>
5590 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
5592 Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>
5594 * basic-block.h: Do not include et-forest.h
5595 (dominance_info): Declare as struct dominance-info.
5596 * cfglayout.c (cleanup_unconditional_jumps): Remove the edge before
5598 * dominance.c (struct dominance_info): Define.
5599 (BB_NODE, SET_BB_NODE): New macros.
5600 (bb_hash_func, bb_eq_func): Kill.
5601 (calculate_dominace_info, free_dominacne_info, set_immediate_dominator,
5602 nearest_common_dominator, dominated_by_p, recount_dominator,
5603 add_to_dominance_info, delete_from_dominance_info): update for new
5605 (get_dominated_by, redirect_immediate_dominators): Rewrite using
5607 * ifcvt.c (process_double_test_block, merge_if_block, find_cond_trap,
5608 find_if_case_1, find_if_case_2): Remove killed blocks from dominance
5611 * et-forest.h: Update copyright; revamp all function to operate on
5613 (et_forest_value): Kill.
5614 (et_forest_enumerate_sons, et_forest_node_value): New.
5615 * et-forest.c: Update copyright.
5616 * et-forest.h: Update copyright; revamp all function to operate on
5618 (et_forest_value): Kill.
5619 (et_forest_enumerate_sons, et_forest_node_value): New.
5621 Thu Jun 6 22:43:43 CEST 2002 Jan Hubicka <jh@suse.cz>
5623 * basic-block.h: Inlude et-forest.h
5624 (basic_block_def): Kill dominator.
5625 (dominance_info): New type.
5626 (loops): Use dominace_info.
5627 (dominace handling functions): Take dominace_info as argument
5629 (create_preheader): Likewise.
5630 * cfg.c (entry_exit_blocks): Kill dominator.
5631 (dump_flow_info): Do not dump dominators.
5632 * cfglayout.c (cleanup_unconditonal_jumps): Delete deleted block from
5634 * cfgloop.c (flow_pre_header_find): Use dominacne_info.
5635 (flow_loops_pre_header_scan, make_forwarder_block,
5636 canonicale_loop_headers, flow_loops_find): Likewise.
5637 * dominance.c: Include error.h
5638 (idoms_to_doms): Kill.
5639 (bb_hash_func, bb_eq_func): New static functions.
5640 (debug_dominace_info): New global function.
5641 (calculate_dominance_info): Use new et forest structure.
5642 (free_dominace_info, get_immediate_dominator, set_immediate_dominator,
5643 get_dominated_by, redirect_immediate_dominators,
5644 nearest_common_dominator, dominated_by_p, verify_dominators,
5645 recount_dominator, iterate_fix_dominators, add_to_dominace_info,
5646 delete_from_dominance_info): New global functions.
5647 * gcse.c (domnators): CHange to dominance_info.
5648 (alloc_hoist_mem): Do not alloc dominators
5649 (free_code_hoist_mem): Use free_dominance_info.
5650 (compute_code_hoist_data): Use dominance_info.
5651 (hoist_code): Likewise.
5652 * ifcvt.c (post_dominators): Likewise.
5653 (find_if_case_2, if_convert): Likewise.
5654 * predict.c (process_note_predictions, process_note_prediction,
5655 estimate-probability): Likewise.
5656 * sched-rgn.c (find_rgns, init_regions): Likewise.
5657 * ssa-dce.c (find_all_control_dependences, fint_control_depemndence,
5658 find_pdom, delete_insn_bb, ssa_eliminate_dead_code): Likewise.
5659 * ssa.c (compute_dominance_frontiers_1, rename_block, rename_registers,
5660 find_evaluations, convert_to_ssa): Likewise.
5661 * ssa.h (compute_dominance_frontiers): Likewise.
5663 Thu Jun 6 22:57:34 CEST 2002 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
5665 * Makefile.in (et-forest.c): Add.
5666 * et-forest.c: New file.
5667 * at-forest.h: New file.
5669 2002-06-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5671 * c-decl.c (c_decode_option): Use ARRAY_SIZE in lieu of explicit
5672 array size calculation.
5673 * gengtype.c (NUM_BASE_FILES, create_file, write_gc_root):
5676 * diagnostic.c (diagnostic_kind_text): Const-ify.
5677 * gengtype.c (lang_names): Likewise.
5679 Thu Jun 20 17:25:29 CEST 2002 JAn HUbicka <jh@suse.cz>
5681 * combine.c (subst): Be prepared for simplify_subreg to return VOIDmode.
5683 2002-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5685 * config/sol2.h: New file.
5686 * config.gcc (i?86-*-solaris2*): Include it before i386/sol2.h.
5687 (sparc64-wrs-vxworks*): Include it before sparc/sol2.h.
5688 (sparc-*-chorusos*): Likewise.
5689 (sparc-*-elf*): Likewise.
5690 (sparc-*-rtems*, sparc-*-rtemself*): Likewise.
5691 (sparc64-*-solaris2*, sparcv9-*-solaris2*): Likewise.
5692 (sparc-hal-solaris2*): Likewise.
5693 (sparc-*-solaris2*): Likewise.
5694 (sparclite-*-elf*): Likewise.
5695 (sparc86x-*-elf*): Likewise.
5696 (sparc64-*-elf*): Likewise.
5698 * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Moved to
5700 (ASM_SPEC): Override config/sol2.h version for now.
5701 Removed obsolete GAS_REJECTS_MINUS_S variant.
5702 (WINT_TYPE, WINT_TYPE_SIZE): Moved to config/sol2.h.
5703 (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
5704 (TARGET_OS_CPP_BUILTINS): Likewise.
5706 (CPP_SPEC): Simplified using new CPP_SUBTARGET_SPEC.
5707 (LIB_SPEC, ENDFILE_SPEC, STARTFILE_SPEC, LINK_SPEC): Moved to
5709 (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
5710 (ASM_CPU_SPEC): Define.
5711 (SUBTARGET_EXTRA_SPECS): Define.
5713 * config/sparc/sol2-bi.h (LONG_DOUBLE_TYPE_SIZE): Removed, already
5714 in config/sparc/sol2.h.
5715 (ASM_SPEC): Moved to config/sol2.h.
5716 (CPP_CPU_SPEC): Simplified.
5717 (STARTFILE_SPEC32): Likewise, renamed to STARTFILE_ARCH32_SPEC for
5719 (STARTFILE_SPEC64): Renamed to STARTFILE_ARCH64_SPEC.
5720 (STARTFILE_ARCH_SPEC): Use new names STARTFILE_ARCH32_SPEC,
5721 STARTFILE_ARCH64_SPEC.
5722 (STARTFILE_SPEC): Moved to config/sol2.h
5723 (SUBTARGET_EXTRA_SPECS): Add startfile_arch.
5724 (LINK_ARCH32_SPEC): Moved to config/sol2.h.
5725 (LINK_ARCH64_SPEC): Simplified.
5726 (LINK_ARCH_SPEC): Redefined config/sol2.h version for 64-bit support.
5727 (LINK_SPEC): Moved to config/sol2.h
5729 * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Moved to
5731 Use BITS_PER_WORD for size.
5732 (WINT_TYPE, WINT_TYPE_SIZE): Likewise.
5733 (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
5734 (CPP_PREDEFINES): Removed OS-specific part handled by
5735 TARGET_OS_CPP_BUILTINS.
5736 (CPP_SUBTARGET_SPEC): Moved to config/sol2.h.
5737 (CPLUSPLUS_CPP_SPEC): Removed, handled by TARGET_OS_CPP_BUILTINS.
5738 (ASM_SPEC): Moved to config/sol2.h.
5739 (PREFERRED_DEBUGGING_TYPE): Likewise.
5740 (STARTFILE_SPEC, LIB_SPEC, LINK_SPEC): Likewise.
5741 (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
5742 (TARGET_DEFAULT): Reordered to match config/sparc/sol2-bi.h version.
5743 (TRANSFER_FROM_TRAMPOLINE): Moved to config/sol2.h
5745 * config.gcc (i?86-*-solaris2*): Removed obsolete gas support.
5746 * config/i386/sol2gas.h: Removed.
5748 Thu Jun 20 12:14:01 CEST 2002 Jan Hubicka <jh@suse.cz>
5750 * i386.md (xorqi_1_slp, xorqi_2_slp): New patterns.
5752 2002-06-16 Aldy Hernandez <aldyh@redhat.com>
5754 * gcc.c-torture/execute/simd-1.c: New.
5756 * gcc.dg/simd-1.c: New.
5758 * doc/extend.texi (Vector Extensions): Document that we can
5759 specify simd types not specifically supported by the hardware.
5760 Document that simd types can be used as function arguments.
5761 Document that signness does make a difference in SIMD types.
5762 Misc cleanups and revisions to the vector extensions section.
5764 * simplify-rtx.c (simplify_subreg): Simplify subregs of vector
5767 * expr.c (vector_mode_valid_p): New.
5769 * expr.h: Add vector_mode_valid_p.
5771 * defaults.h (VECTOR_MODE_SUPPORTED_P): Set default.
5773 * c-common.c (type_for_mode): Always build vector nodes regardless
5774 of VECTOR_MODE_SUPPORTED_P.
5775 (handle_mode_attribute): Error if we can't emulate a nonexisting
5777 (handle_vector_size_attribute): Same.
5779 * optabs.c (expand_binop): Open-code vector operations.
5780 (expand_unop): Open-code vector unops.
5781 (expand_vector_binop): New.
5782 (expand_vector_unop): New.
5784 * c-typeck.c (build_binary_op): Allow vectors in binops.
5785 Allow vectors in conditional operatiors.
5786 (build_unary_op): Allow vectors in unary minus.
5788 * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on
5791 2002-05-20 Richard Henderson <rth@redhat.com>
5793 * c-common.c (c_common_get_alias_set): Correctly handle characters.
5794 Rearrange order of expressions; don't handle vectors here.
5795 * alias.c (get_alias_set): Let vectors match their components.
5797 2002-06-19 Chris Demetriou <cgd@broadcom.com>
5799 * config/mips/mips.c (mips_emit_prefetch): Use hints which
5800 match desired locality.
5802 2002-06-19 Dhananjay R. Deshpande <dhananjayd@kpit.com>
5804 * config/h8300/h8300.c (TARGET_INSERT_ATTRIBUTES): Define.
5805 (h8300_insert_attributes): New.
5807 2002-06-19 Akim Demaille <akim@epita.fr>
5809 * c-parse.in (initelt: identifier ':' initval): Add an empty
5810 action to fix a type clash.
5811 (aliasdecl, classdef): Add the missing closing `;'.
5813 * gengtype-yacc.y (typedef_struct): Add an empty action to preevnt
5814 $$ = $1 type clashes.
5816 2002-06-19 Eric Christopher <echristo@redhat.com>
5818 * config/mips/mips.c (symbol_operand): New function.
5819 (mips_emit_prefetch): Ditto.
5820 * config/mips/mips-protos.h: Define.
5821 * config/mips/mips.h (ISA_HAS_PREFETCH): Define.
5822 (CONSTANT_ADDRESS_P): Adjust, use TARGET_GAS.
5823 (LEGITIMIZE_ADDRESS): Ditto.
5824 * config/mips/mips.md (prefetch, prefetch_si_address,
5825 prefetch_si, prefetch_di_address, prefetch_di): New patterns.
5827 2002-06-19 Eric Christopher <echristo@redhat.com>
5829 * config/fp-bit.h: Add unordered defines for gofast.
5831 2002-06-19 Vladimir Makarov <vmakarov@redhat.com>
5833 * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
5834 DECL_EXCL, DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV,
5835 DECL_INSN_RESERV, REGEXP_UNIT, REGEXP_RESERV, REGEXP_SEQUENCE,
5836 REGEXP_REPEAT, REGEXP_ALLOF, REGEXP_ONEOF): New macros with
5837 checking and without it.
5838 (decl_name, decl_mode_check_failed, regexp_name,
5839 regexp_mode_check_failed): New functions.
5840 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
5841 gen_presence_set, gen_absence_set, gen_automaton,
5842 gen_regexp_repeat, gen_regexp_allof, gen_regexp_oneof,
5843 gen_regexp_sequence, gen_reserv, gen_insn_reserv,
5844 automaton_decl_hash, automaton_decl_eq_p): Use the macros.
5845 (find_automaton_decl): Ditto. Set up mode of work_automaton_decl.
5846 (insn_decl_hash, insn_decl_hash, insn_decl_eq_p): Use the macros.
5847 (find_insn_decl): Ditto. Set up mode of work_insn_decl.
5848 (decl_hash, decl_eq_p): Use the macros.
5849 (find_decl): Ditto. Set up mode of work_decl.
5850 (process_excls, process_presence_absence, process_decls,
5851 check_automaton_usage, process_regexp, process_regexp_decls,
5852 check_usage, loop_in_regexp, check_loops_in_regexps,
5853 process_regexp_cycles, add_advance_cycle_insn_decl,
5854 initiate_states, initiate_excl_sets,
5855 initiate_presence_absence_sets, copy_insn_regexp, transform_1,
5856 transform_2): Use the macros.
5857 (transform_3): Ditto. Check mode before making transformations of
5859 (regexp_transform_func, transform_insn_regexps,
5860 process_unit_to_form_the_same_automaton_unit_lists,
5861 form_the_same_automaton_unit_lists_from_regexp,
5862 form_the_same_automaton_unit_lists,
5863 process_seq_for_forming_states, process_alts_for_forming_states,
5864 create_alt_states, form_ainsn_with_same_reservs, make_automaton,
5865 form_arcs_marked_by_insn, NDFA_to_DFA, set_new_cycle_flags,
5866 estimate_one_automaton_bound, compare_max_occ_cycle_nums,
5867 units_to_automata_heuristic_distr, create_ainsns,
5868 units_to_automata_distr, create_automata): Use the macros.
5869 (form_regexp): Ditto. Fix typo in access to fields of ALLOF.
5870 (longest_path_length, min_issue_delay_pass_states,
5871 output_dead_lock_vect, output_tables, output_insn_code_cases,
5872 output_internal_insn_latency_func, output_print_reservation_func,
5873 output_description, output_automaton_units, generate): Use the
5875 (make_insn_alts_attr): Ditto. Check case when there are not
5876 alternatives in the reservation.
5877 (make_internal_dfa_insn_code_attr, make_default_insn_latency_attr,
5878 make_bypass_attr, form_important_insn_automata_lists,
5879 expand_automata): Use the macros.
5881 2002-06-20 Tim Josling <tej@melbpc.org.au>
5883 * Makefile.in: Clean up code to check for misspecified languages
5884 in enable-languages.
5886 2002-06-19 Andrew Pinski <pinskia@physics.uc.edu>
5888 * cpptrad.c (_cpp_replacement_text_len): initialize len.
5890 2002-06-19 Jason Merrill <jason@redhat.com>
5892 * Makefile.in (unstrap, restrap): New targets.
5893 (bootstrap): Mention restrap.
5895 2002-06-19 Matt Kraai <kraai@alumni.cmu.edu>
5897 * except.c (ehl_free): Remove.
5899 * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Correct misnamings of
5900 builtin_define and builtin_define_std.
5902 2002-06-19 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5904 * config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.
5905 (sCOND): Restrict operand class so that gcc knows how to reload them.
5906 (bitfield_set): Merge two unnamed insn's using alternatives.
5907 (call_value): Remove constraint on unused uperand.
5908 (udivmodhi4, udivmodsi4, udivmoddihi4_internal): Remove.
5909 (udivmoddiqi4_internal, udivmoddihi4, udivmoddiqi4): Remove.
5911 * longlong.h (count_trailing_zeros): Escape newline and beautify.
5913 2002-06-19 Mark Mitchell <mark@codesourcery.com>
5915 * Makefile.in (QMTEST_DIR): Simplify definition.
5917 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
5919 * config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with
5922 2002-06-19 Neil Booth <neil@daikokuya.co.uk>
5924 * cpphash.h (struct cpp_reader): Make date and time strings.
5925 (_cpp_builtin_macro_text, _cpp_copy_replacement_text,
5926 _cpp_replacement_text_len): New.
5927 * cppinit.c (cpp_create_reader): Update.
5928 (init_builtins): Register appropriate builtins for -traditional-cpp.
5929 * cppmacro.c (new_number_token): Remove.
5930 (_cpp_builtin_macro_text): New.
5931 (builtin_macro): Use it.
5932 (cpp_macro_definition): Update to handle traditional macros.
5933 * cppmain.c (cb_line_change): Don't do column positioning for
5935 * cpptrad.c (enum ls): Rename ls_fun_macro to ls_fun_open. New
5937 (skip_whitespace): Fix.
5938 (maybe_start_funlike): Don't set state.parsing_args.
5939 (scan_out_logical_line): Remove duplicate error. Use lex_state
5940 rather than state.parsing_args.
5941 (push_replacement_text): Handle builtins.
5942 (_cpp_replacement_text_len, _cpp_copy_replacement_text): New.
5944 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
5945 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5947 * config/fp-bit.c (_fpmul_parts, _fpdiv_parts): Mark with
5948 attribute __always_inline__.
5950 2002-06-18 Bob Wilson <bob.wilson@acm.org>
5952 * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_pic
5953 when generating the call to _mcount.
5954 (NO_PROFILE_COUNTERS): Define.
5956 2002-06-18 Richard Henderson <rth@redhat.com>
5958 * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
5961 Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
5963 * t-sh (MULTILIB_EXCEPTIONS): Set to ml.
5964 config/sh/t-linux (MULTILIB_EXCEPTIONS): Clear.
5965 * config/sh/t-netbsd (MULTILIB_EXCEPTIONS): Likewise.
5966 * config/sh/t-sh64 (MULTILIB_EXCEPTIONS): Likewise.
5968 * sh-protos.h (sh_pr_interrupt): Declare.
5969 * sh.c (sh_pr_interrupt): New function.
5970 (print_operand, calc_live_regs, sh_expand_prologue): Use it.
5971 (sh_hard_regno_rename_ok): Likewise.
5972 * sh.h (NORMAL_MODE): FP_MODE_NONE for interupt handlers.
5974 2002-06-18 Vladimir Makarov <vmakarov@redhat.com>
5976 * rtl.def (DEFINE_AUTOMATON): Add description of new options
5977 `time' and `v'. Fix incorrect description of option `w'.
5979 * doc/md.texi: Ditto.
5981 * genautomata.c (TIME_OPTION, V_OPTION): New macros.
5982 (gen_automata_option): Process the new options.
5983 (transform_2, transform_3): Initialize some variables.
5984 (initiate_automaton_gen): Use the new macros.
5986 2002-06-18 Richard Sandiford <rsandifo@redhat.com>
5988 * config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
5989 (mips_set_return_address, mips_restore_gp): Declare.
5990 * config/mips/mips.h (struct mips_frame_info): Move to mips.c
5991 (current_frame_info): Remove.
5992 (INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset.
5993 * config/mips/mips.c: Remove uses of current_frame_info.
5994 (struct mips_frame_info): Moved from mips.h. Remove 'insns_len'.
5995 (struct machine_function): Add 'frame' and 'insns_len'.
5996 (current_frame_info, zero_frame_info): Remove.
5997 (mips_restore_gp, mips_set_return_address): New.
5998 (mips_initial_elimination_offset): New.
5999 * config/mips/mips.md (exception_receiver): Use mips_restore_gp.
6000 (eh_return define_split): Use mips_set_return_address.
6002 2002-06-18 Neil Booth <neil@daikokuya.demon.co.uk>
6004 * cpplib.c (dtable): Update.
6005 (end_directive): Decrement expansion prevention count.
6006 Clear state.in_expression.
6007 (prepare_directive_trad): Set state.in_expression.
6008 Increment expansion prevention count.
6009 * cpptrad.c (enum ls): New.
6010 (_cpp_overlay_buffer): Set overlaid_buffer.
6011 (_cpp_remove_overlay): Use overlaid_buffer.
6012 (_cpp_read_logcial_line_trad): Update buffer when it might
6014 (scan_out_logical_line): Handle state transitions for assertions
6015 and defined() in #if, and for funlike invocations including the
6016 directive case. Handle '<' and '>' as a quote mechanism in
6017 #include. Warn about unterminated macro invocations.
6018 * cpphash.h (struct lexer_state): New member in_expression.
6019 (struct cpp_reader): New member overlaid buffer.
6021 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
6023 * config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype
6026 2002-06-18 Alan Modra <amodra@bigpond.net.au>
6028 * config/ia64/ia64.md (doloop_end_internal): Correct rtl.
6030 * doloop.c (doloop_optimize): Extract pattern from insn.
6032 2002-06-17 Matt Kraai <kraai@alumni.cmu.edu>
6034 * doc/extend.texi (Function Attributes): Remove `,...' from @var.
6036 2002-06-17 Jeff Law <law@redhat.com>
6038 * libgcc2.c: Do not include symcat.h or machmode.h.
6040 2002-06-17 Richard Henderson <rth@redhat.com>
6043 * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.
6045 2002-06-17 Tom Tromey <tromey@redhat.com>
6047 * dwarfout.c: Include function.h.
6049 2002-06-17 Andreas Schwab <schwab@suse.de>
6051 * print-rtl.c (print_rtx): Print space before vector, not after.
6052 (debug_rtx): Clear sawclose before printing.
6053 (debug_rtx_list): Print newline after each list element.
6054 (debug_rtx_range): Likewise.
6056 2002-06-17 Richard Henderson <rth@redhat.com>
6058 * function.h (struct function) [funcdef_no]: Rename profile_label_no.
6059 (current_function_funcdef_no): Similarly.
6060 * function.c (funcdef_no): Similarly.
6061 (prepare_function_start): Set current_function_funcdef_no.
6062 (expand_function_start): Don't set current_function_profile_label_no.
6063 * dwarf2out.h (current_funcdef_number): Remove.
6064 * dwarf2out.c (current_funcdef_number): Remove. Replace with
6065 current_function_funcdef_no throughout.
6066 * dwarfout.c, vmsdbgout.c: Similarly.
6067 * except.c (sjlj_funcdef_number): Remove.
6068 (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
6069 (output_function_exception_table): Likewise.
6070 * final.c (profile_function): Use current_function_funcdef_no
6071 instead of current_function_profile_label_no.
6073 2002-06-17 Vladimir Makarov <vmakarov@redhat.com>
6075 * sched-ebb.c (init_ready_list): Check INSN_P first.
6077 Mon Jun 17 17:26:15 2002 J"orn Rennecke <joern.rennecke@superh.com>
6079 * sh.md (divsi3): Update way how to find insns in a sequence.
6081 * reload1.c (merge_assigned_reloads): Don't change reloads
6082 other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
6083 to RELOAD_OTHER when there are conflicting input reloads.
6085 2002-06-17 Richard Earnshaw (rearnsha@arm.com)
6087 * function.c (epilogue_done): Correctly build a sequence of insns for
6090 2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
6092 * config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
6095 * config/m32r/m32r.md: Replace gen_sequence with get_insns.
6097 2002-06-16 Richard Henderson <rth@redhat.com>
6099 * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
6100 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
6102 2002-06-16 Richard Henderson <rth@redhat.com>
6105 * regclass.c (globalize_reg): Update regs_invalidated_by_call.
6107 2002-06-16 Neil Booth <neil@daikokuya.demon.co.uk>
6109 * config.gcc: Add i386/sysv4-cpp.h; remove i386-aout.h from vxworks.
6110 * config/i386/i386-aout.h, config/i386/i386elf.h,
6111 config/i386/sysv4.h: Remove CPP_PREDEFINES.
6112 * config/i386/linux64.h, config/i386/i386elf.h, config/i386/mach.h,
6113 config/i386/netware.h, config/i386/rtemself.h, config/i386/sco5.h,
6114 config/i386/sol2.h, config/i386/vsta.h, config/i386/vxi386.h,
6115 config/i386/win32.h: Use TARGET_OS_CPP_BUILTINS rather than
6116 CPP_PREDEFINES and part of CPP_SPEC.
6117 * config/i386/sysv4-cpp.h: New.
6119 2002-06-16 Richard Henderson <rth@redhat.com>
6122 * dwarf2out.c (modified_type_die): Don't assign the qualified die
6123 to the unqualified type.
6125 Sun Jun 16 22:16:10 CEST 2002 Jan Hubicka <jh@suse.cz>
6127 * i386-protos.h (x86_field_alignment): Declare.
6128 * i386.c (x86_field_alignment): Define.
6129 * i386.h (ADJUST_FIELD_ALIGNMENT): New.
6130 (BIGGEST_FIELD_ALIGNMENT): Kill.
6132 2002-06-16 Richard Henderson <rth@redhat.com>
6134 * vax.md (casesi): Use emit_jump_insn. Tidy expander pattern.
6136 2002-06-16 Richard Henderson <rth@redhat.com>
6138 * c-common.c (flag_ms_extensions): Move from c++ front end.
6139 * c-common.h (flag_ms_extensions): Declare.
6140 * c-decl.c (c_decode_option): Add -fms-extensions.
6141 (grokfield): Don't accept anonymous structures in ISO C mode;
6142 accept only unnamed anonymous structures in GNU C mode; accept
6143 Plan 9 extensions in MS mode.
6144 * c-parse.in (SAVE_EXT_FLAGS, RESTORE_EXT_FLAGS): Rename from
6145 SAVE/RESTORE_WARN_FLAGS; add flag_iso frobbing; update all callers.
6146 (extension): Clear flag_iso.
6147 * doc/invoke.texi (C Dialect Options): Add -fms-extensions.
6149 2002-06-16 Hans-Peter Nilsson <hp@axis.com>
6152 * reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit
6153 early if current_function_epilogue_delay_list is non-empty.
6154 * config/cris/cris.md ("return"): Add sanity check asserting that
6155 current_function_epilogue_delay_list is empty.
6157 2002-06-16 Jeff Law <law@redhat.com>
6159 * emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
6160 sharing of hard registers.
6162 * toplev.c (rest_of_compilation): Remove redundant conditional.
6164 * toplev.c (rest_of_compilation): Perform a simpler, less costly
6165 cleanup of the CFG when not optimizing.
6167 2002-06-16 Alan Modra <amodra@bigpond.net.au>
6169 * gcc.c (main): Correct startfile_prefix_spec check.
6171 2002-06-12 Geoffrey Keating <geoffk@redhat.com>
6173 * config.gcc: Revert rth's patch of 2002-05-18. Instead,
6174 include both darwin.o and rs6000-c.o.
6176 2002-06-15 Roger Sayle <roger@eyesopen.com>
6178 * expr.c (compare_from_rtx): Call simplify_relational_operation
6179 on all comparisons, not just those between integer constants,
6180 with the correct (possibly unsigned) comparison code.
6181 (do_compare_rtx_and_jump): Likewise.
6183 2002-06-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
6185 * Makefile.in (tm_defines): New configuration variable.
6186 (cs-config.h, cs-hconfig.h, cs-tconfig.h): Rename DEFINES to XM_DEFINES.
6187 Pass tm_defines in TM_DEFINES.
6188 (cs-tm_p.h): Rename DEFINES to XM_DEFINES. Pass TM_DEFINES.
6189 * config.gcc (tm_defines): New configuration variable.
6190 (hppa*-*-* | parisc*-*-*): Use tm_defines instead of pa-700.h and
6191 pa-7100.h headers. Change hppa1* scheduling default to 7100LC.
6192 * configure.in: Substitute tm_defines.
6193 * configure: Rebuilt.
6194 * mkconfig.sh: Rename DEFINES to XM_DEFINES. Output TM_DEFINES.
6195 * doc/install.texi: Update.
6196 * pa/pa-700.h: Delete file.
6197 * pa/pa-7100.h: Delete file.
6199 2002-06-15 Roger Sayle <roger@eyesopen.com>
6201 * fold-const.c (comparison_to_compcode): New function to convert
6202 an comparison TREE CODE into a bit-based representation.
6203 (compcode_to_comparison): New function to convert from this bit
6204 based representation back to a comparison TREE CODE.
6205 (fold_truthop): Simplify (x<y) && (x==y) and related composite
6208 2002-06-15 Aldy Hernandez <aldyh@redhat.com>
6210 * tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
6212 * stor-layout.c (compute_record_mode): Remove check for
6213 FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
6214 MEMBER_TYPE_FORCES_BLK. Pass new mode field to
6215 MEMBER_TYPE_FORCES_BLK.
6217 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.
6219 * config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.
6221 2002-06-14 Jeff Sturm <jsturm@one-point.com>
6223 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS.
6225 2002-06-14 Steve Ellcey <sje@cup.hp.com>
6227 * configure.in (USE_UNWIND_EXCEPTIONS): Add support to set
6228 USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
6229 * configure, config.in: Regenerate.
6231 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
6233 * loop.c (check_final_value): Use v->always_executed
6234 instead of v->always_computable.
6235 * unroll.c (final_giv_value): Don't calculate the final
6236 value as a function of the biv if the giv is not computed
6237 for every loop iteration.
6239 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
6241 * loop.c (for_each_insn_in_loop): Fix formatting and comments.
6243 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
6246 * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass
6247 the truncation down when the target type is signed.
6248 [trunc1]: Use unsigned arithmetic for LSHIFT_EXPR.
6249 * fold-const.c (extract_muldiv) [NOP_EXPR]: Don't pass through
6250 the conversion if the target type is a smaller type.
6252 2002-06-14 Richard Henderson <rth@redhat.com>
6254 * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation
6255 earlier. Re-factor comparisons vs extrema.
6257 2002-06-14 Richard Henderson <rth@redhat.com>
6259 * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
6261 2002-06-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6263 * rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
6264 * sched-deps.c (add_dependence): Likewise.
6265 (group_leader): Likewise.
6266 * sched-rgn.c (init_ready_list): Likewise.
6267 * doc/rtl.texi: Adjust accordingly.
6269 2002-06-13 Jeffrey Law <law@redhat.com>
6271 * gcse.c (delete_null_pointer_checks_1): Inform caller if any
6272 null pointer checks were eliminated. Update prototype.
6273 (delete_null_pointer_checks): Similarly.
6274 * rtl.h (delete_null_pointer_checks): Update prototype.
6275 * toplev.c (rest_of_compilation): Only run cleanup_cfg if
6276 delete_null_pointer_checks deletes one or more null
6277 pointer checks. Do not run cleanup_cfg before gcse, the
6278 CFG is accurate and optimized at that point..
6280 * rs6000.c (rs6000_frame_related): Avoid unwanted sharing
6283 2002-06-14 Ulrich Weigand <uweigand@de.ibm.com>
6285 * Makefile.in (libgcc.mk): Depend on specs.
6287 Fri Jun 14 12:15:11 2002 J"orn Rennecke <joern.rennecke@superh.com>
6289 * sh.md (mulsi3): Update way how to find insns in a sequence.
6291 Fri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com>
6293 * sh.h: Define HARD_REGNO_RENAME_OK
6294 * sh.c: sh_hard_regno_rename_ok: New. If current function has
6295 interrupt_handler attribute, only registers saved on stack are OK.
6296 * sh-protos.h: Declare sh_hard_regno_rename_ok.
6298 2002-06-14 Kaz Kojima <kkojima@gcc.gnu.org>
6300 * config/sh/sh.md (jump): Emit jump insn.
6301 (call_pcrel): Get pattern of the result of gen_call_site.
6302 (call_value_pcrel, sibcall_pcrel, GOTaddr2picreg): Likewise.
6304 2002-06-14 Neil Booth <neil@daikokuya.demon.co.uk>
6306 * cpphash.h (struct cpp_buffer): Remove saved_line_base.
6307 * cpptrad.c: Update comments.
6308 (skip_whitespace, copy_comment): Take a new parameter.
6309 (skip_escaped_newlines): Don't duplicate escaped newline test.
6310 (copy_comment): Different location for CUR, decide here how
6311 to copy / replace the comment.
6312 (skip_whitespace): Copy whitespace.
6313 (_cpp_overlay_buffer, _cpp_remove_overlay): Don't play with line_base.
6314 (scan_out_logical_line): Let copy comment handle keeping or
6316 (scan_parameters, _cpp_create_trad_definition): Update.
6318 2002-06-13 Alan Lehotsky <apl@alum.mit.edu>
6320 * reload.c (get_secondary_mem,find_reloads_address,
6321 find_reloads_address_1): Pass reference to MEM to find_reloads_address
6322 so that LEGITIMIZE_RELOAD_ADDRESS will be called.
6324 2002-06-13 Jessica Han <jessica@cup.hp.com>
6326 * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
6327 (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
6328 * doc/tm.texi: Document them.
6329 * config/ia64/ia64.h (TARGET_VTABLE_ENTRY_ALIGN): New.
6330 (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
6331 (TARGET_VTABLE_USES_DESCRIPTORS): 4 word descriptors for 32-bit mode.
6332 (ASM_OUTPUT_FDESC): Likewise.
6334 2002-06-13 Eric Christopher <echristo@redhat.com>
6336 * diagnostic.c (output_format): Fix thinko.
6338 Thu Jun 13 22:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
6340 * config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
6341 (DWARF2_UNWIND_INFO): Define to 0.
6343 * config/sh/sh.c (calc_live_regs): Don't use initial_value
6344 optimization for PR_MEDIA_REG.
6346 2002-06-13 Neil Booth <neil@daikokuya.demon.co.uk>
6348 * cpphash.h (_cpp_lex_identifier_trad): Remove.
6349 * cpplib.c (end_directive): Don't skip, always remove overlay
6351 (prepare_directive_trad): Handle NULL pfile->directive.
6352 (_cpp_handle_directive): Always call prepare_directive_trad
6354 * cppmain.c (check_multiline_token): Rename account_for_newlines,
6356 (scan_translation_unit_trad): Use it.
6357 * cpptrad.c (skip_comment): Rename copy_comment, copy comment to
6358 output, get escaped newline in comment close correct.
6359 (check_output_buffer, skip_whitespace): Update.
6360 (_cpp_lex_identifier_trad): Remove.
6361 (scan_out_logical_line): Handle -C and comments in directives
6364 Thu Jun 13 20:18:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
6366 * config.gcc: Add support for sh[234]*-*-elf*, sh[2346lbe]*-*-linux*.
6367 * config/sh/linux.h (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
6368 * sh.h (SELECT_SH1, SELECT_SH2, SELECT_SH3, SELECT_SH3E): New macros.
6369 (SELECT_SH4_NOFPU, SELECT_SH4_SINGLE_ONLY, SELECT_SH4): Likewise.
6370 (SELECT_SH4_SINGLE, SELECT_SH5_64, SELECT_SH5_64_NOFPU): Likewise.
6371 (SELECT_SH5_32, SELECT_SH5_32_NOFPU, SELECT_SH5_COMPACT): Likewise.
6372 (SELECT_SH5_COMPACT_NOFPU): Likewise.
6373 (TARGET_SWITCHES): Use them.
6374 (TARGET_CPU_DEFAULT): Define if not already defined.
6375 (TARGET_DEFAULT): Use it.
6376 (LINK_DEFAULT_CPU_EMUL): Value now depends on TARGET_CPU_DEFAULT.
6377 * config/sh/t-linux (MULTILIB_OPTIONS): Use MULTILIB_ENDIAN.
6378 * config/sh/t-monolib: New file.
6380 2002-06-13 Roger Sayle <roger@eyesopen.com>
6382 * toplev.c (rest_of_compilation): Simplify (and correct) the
6383 logic of the first delete-null-pointer-checks pass.
6385 Thu Jun 13 18:24:17 CEST 2002 Jan Hubicka <jh@suse.cz>
6387 * i386.c (ix86_expand_movstr): Fix pasto.
6389 Thu Jun 13 18:18:17 CEST 2002 Jan Hubicka <jh@suse.cz>
6391 * reload.c (find_valid_class): Fix thinko in my previous patch.
6393 2002-06-13 Ulrich Weigand <uweigand@de.ibm.com>
6395 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): New macro.
6396 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): New macro.
6397 (CPP_PREDEFINES, CPP_SPEC, CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): Remove.
6398 (EXTRA_SPECS): Remove cpp_arch31 and cpp_arch64.
6400 2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
6402 * tree-inline.c (expand_call_inline): Don' mess with _DECL
6405 2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
6407 * diagnostic.c (output_format): Recognize "%H" as a format
6408 specifier for a location_t.
6409 (text_specifies_location): New function.
6410 (diagnostic_set_info): Use it.
6412 2002-06-13 Jeffrey Law <law@redhat.com>
6414 * emit-rtl.c (static_regno_reg_rtx): Define.
6415 (init_emit_once): Initialize static_regno_reg_rtx.
6416 (init_emit): Copy static_regno_reg_rtx into regno_reg_rtx instead
6417 of building new hard reg objects once per function.
6418 (gen_rtx_REG): Try to share hard regs.
6419 * regclass.c (init_fake_stack_mems): New function broken out from
6421 * rtl.h (init_fake_stack_mems): Declare.
6422 * toplev.c (lang_independent_init): Call init_regs before
6423 init_emit_once. Call init_fake_stack_mems after init_emit_once.
6425 * i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
6427 * alias.c (argument_registers): Remove.
6428 (init_alias_once): Initialize static_reg_base_value here. Remove
6429 initialization of argument_registers.
6430 (init_alias_once_per_function): Remove.
6431 (init_alias_analysis): Copy all the entries from static_reg_base_value
6432 into new_reg_base_value all at once.
6433 * rtl.h (init_alias_once_per_function): Remove declaration.
6434 * function.c (prepare_function_start): Do not call
6435 init_alias_once_per_function.
6437 * caller-save.c (init_caller_save): Use gen_rtx_INSN instead of
6438 starting a sequence and emitting an INSN.
6440 2002-06-13 Richard Sandiford <rsandifo@redhat.com>
6442 * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
6444 2002-06-13 David S. Miller <davem@redhat.com>
6446 * expmed.c (init_expmed): Remove duplicate init of 'reg'.
6448 2002-06-13 Neil Booth <neil@daikokuya.demon.co.uk>
6450 * cpplib.c (end_directive): Handle line skipping. Only remove
6451 the rest of the line if the directive was valid.
6452 * cppmacro.c (_cpp_push_text_context): Set NODE_DISABLED when
6453 expanding a traditional macro.
6454 * cpptrad.c (recursive_macro): New.
6455 (read_logical_line_trad): Handle skipping.
6456 (scan_out_logical_line): Continue after a successful directive.
6457 Don't expand macros whilst skipping, or if recursing.
6458 (_cpp_create_trad_definition): scan_out_logical_line now sets
6459 the output current position.
6461 2002-06-12 Eric Christopher <echristo@redhat.com>
6463 From Chris Demetriou <cgd@broadcom.com>
6464 * config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
6466 (ISA_HAS_MADD_MSUB): Ditto.
6467 (ISA_HAS_NMADD_NMSUB): Ditto.
6469 2002-06-12 Eric Christopher <echristo@redhat.com>
6471 * config.gcc: Consolidate little endian handling and
6472 little/big endian targets.
6473 * config/mips/elfl.h: Remove file.
6474 * config/mips/elfl64.h: Ditto.
6475 * config/mips/ecoffl.h: Ditto.
6476 * config/mips/r3900.h (SUBTARGET_CPP_SPEC): Remove.
6478 2002-06-12 Geoffrey Keating <geoffk@redhat.com>
6480 * gengtype.h (xvasprintf): New prototype.
6481 (xasprintf): New prototype.
6483 (get_output_file): Return an outf_p.
6484 (header_file): Is now an outf_p.
6485 (base_files): Now are outf_p.
6487 * gengtype.c: Replace all output FILE * with outf_p; use oprintf
6488 rather than stdio operations. Use xasprintf in a few places,
6492 (struct filemap): Delete.
6494 (output_files): New.
6496 (create_file): Create an outf_p. Add parameter to indicate output
6497 file name, change all callers.
6498 (open_base_files): Create gtype-desc.c here.
6499 (get_output_file_with_visibility): Rewrite.
6500 (get_output_file_name): Just look at 'name' field in struct outf.
6501 (close_output_files): Rewrite.
6503 2002-06-12 Jason Thorpe <thorpej@wasabisystems.com>
6505 * config/vax/vax.h (MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
6506 (MASK_G_FLOAT): Define.
6507 (TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT): Use them.
6508 (TARGET_SWITCHES): Likewise.
6509 (TARGET_DEFAULT): Likewise.
6511 2002-06-12 Daniel Jacobowitz <drow@mvista.com>
6513 * config/mips/elf.h (DWARF2_DEBUG_INFO): Define.
6514 * config/mips/mips.c (mips_output_filename): Don't print a
6515 ".file" directive if we are using DWARF-2.
6516 (mips_output_function_prologue): Do not emit source file
6517 name for TARGET_GAS.
6519 Wed Jun 12 16:45:13 CEST 2002 Jan Hubicka <jh@suse.cz>
6521 * i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to
6522 decide whether emit the short opcode.
6523 * i386.h (x86_shift1): Declare.
6524 (TARGET_SHIFT1): New macro.
6525 * i386.c (x86_shift1): New global variable.
6527 * toplev.c (rest_of_compilation): Call find_basic_block pre-loop
6528 unconditionally; make loop to rebuild CFG; kill unnecesary
6529 find_basic_block calls; kill compute_bb_for_insn call.
6530 * cfgbuild.c (find_basic_blocks): Kill compute_bb_for_insn call.
6531 * haifa-sched.c (sched_init): Likewise.
6532 * ssa-ccp.c (ssa_const_prop): Likewise.
6533 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
6535 2002-06-11 David S. Miller <davem@redhat.com>
6537 * emit-rtl.c (emit_*_scope): Only access INSN_SCOPE if
6540 2002-06-11 Richard Henderson <rth@redhat.com>
6542 * c-common.c (builtin_define_type_max): New.
6543 (cb_register_builtins): Define __SCHAR_MAX__, __SHRT_MAX__,
6544 __INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__, __CHAR_BIT__.
6546 From Joseph S. Myers:
6547 * glimits.h: Rewrite to expect the double underscore definitions
6550 * config/alpha/unicosmk.h, config/avr/avr.h, config/h8300/h8300.h,
6551 config/i386/linux64.h, config/ia64/aix.h, config/ia64/hpux.h,
6552 config/ia64/ia64.h, config/m68hc11/m68hc11.h, config/m68hc11/m68hc12.h,
6553 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
6554 config/pa/pa.h, config/rs6000/aix43.h, config/rs6000/aix51.h,
6555 config/rs6000/linux64.h, config/s390/linux.h, config/sh/sh.h,
6556 config/stormy16/stormy16.h: Don't define any of __SHRT_MAX__,
6557 __INT_MAX__, __LONG_MAX__, or __LONG_LONG_MAX__.
6559 2002-06-11 Richard Henderson <rth@redhat.com>
6561 * config/alpha/alpha.c (ALPHA_BUILTIN_THREAD_POINTER): New.
6562 (ALPHA_BUILTIN_SET_THREAD_POINTER): New.
6563 (code_for_builtns): Update.
6564 (alpha_init_builtins): Add __builtin_thread_pointer and
6565 __builtin_set_thread_pointer.
6566 (alpha_expand_builtin): Handle void builtins.
6567 * doc/extend.texi (Alpha Built-in Functions): Update.
6569 2002-06-11 Hans-Peter Nilsson <hp@axis.com>
6572 * config/cris/cris.md ("sleu"): Set attribute "cc" to "none".
6574 2002-06-11 Zack Weinberg <zack@codesourcery.com>
6576 * config.gcc: Make the name of the extra-modes file adjustable
6578 (s390x, strongarm, xscale stanzas): Use this facility.
6579 * configure.in: Update to match.
6580 * configure: Regenerate.
6582 2002-06-11 Aldy Hernandez <aldyh@redhat.com>
6584 * config/rs6000/rs6000.c (rs6000_emit_minmax): Treat unsigned
6585 max/mins as unsigned GE compares.
6587 2002-06-11 Jason Thorpe <thorpej@wasabisystems.com>
6589 * config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
6590 * config/vax/bsd.h: New file.
6591 * config/vax/netbsd.h: Add missing notice.
6592 (CPP_PREDEFINES): Remove.
6593 (TARGET_OS_CPP_BUILTINS): Define.
6594 (CPP_SPEC): Use NETBSD_CPP_SPEC.
6595 * config/vax/openbsd.h: Update copyright years.
6596 (CPP_PREDEFINES): Remove.
6597 (TARGET_OS_CPP_BUILTINS): Define.
6598 * config/vax/ultrix.h: Likewise.
6599 * config/vax/vaxv.h: Likewise.
6600 * config/vax/vms.h: Likewise.
6601 * config/vax/vax.h (TARGET_CPU_CPP_BUILTINS): Define.
6602 (CPP_PREDEFINES, CPP_SPEC): Remove.
6604 Wed Jun 12 01:50:28 CEST 2002 Jan Hubicka <jh@suse.cz>
6606 * i386.md (addqi_1_slp, subqi_1_slp
6607 (andqi_ext0, testqi_ext0): Remove unnecesary check.
6608 (addhi*, addqi*): Simplify "dec" condition.
6609 (testsi to testqi splitters): Remove TARGET_PROMOTE_QImode check.
6610 (and, or, xor to QImode splitters): New.
6613 (xorqi_ext_1): Rename to xorqi_ext_2; bring to sync with and versions.
6614 (andqi_ext_1_rex64): New.
6618 (rotrqi3*_slp): New.
6619 (rotlqi3*_slp): New.
6621 2002-06-11 Geoffrey Keating <geoffk@redhat.com>
6623 * config.gcc (powerpc*-*-*, rs6000-*-*-*): Don't bother including
6625 * config/rs6000/vxppc.h (CPP_ENDIAN_BIG_SPEC): Delete.
6626 (CPP_ENDIAN_LITTLE_SPEC): Delete.
6627 * config/rs6000/sysv4le.h (CPP_ENDIAN_DEFAULT_SPEC): Delete.
6628 * config/rs6000/sysv4.h (CPP_SYSV_SPEC): Delete _SOFT_FLOAT setting,
6629 __LONG_DOUBLE_128__ setting, _CALL_* setting.
6630 (CPP_DEFAULT_SPEC): Delete.
6631 (CPP_FLOAT_DEFAULT_SPEC): Delete.
6632 (CPP_LONGDOUBLE_DEFAULT_SPEC): Delete.
6633 (CPP_SYSV_DEFAULT_SPEC): Delete.
6634 (CPP_ENDIAN_BIG_SPEC): Delete.
6635 (CPP_ENDIAN_LITTLE_SPEC): Delete.
6636 (CPP_ENDIAN_SPEC): Delete.
6637 (CPP_SPEC): Don't include cpp_endian, cpp_cpu.
6638 (SUBTARGET_EXTRA_SPECS): Delete cpp_sysv_default, cpp_endian_default,
6639 cpp_endian, cpp_endian_big, cpp_endian_little, cpp_float_default,
6640 cpp_longdouble_default.
6641 * config/rs6000/softfloat.h: Delete.
6642 * config/rs6000/rs6000.h (CPP_CPU_SPEC): Delete.
6643 (EXTRA_SPECS): Delete cpp_cpu.
6644 (TARGET_CPU_CPP_BUILTINS): New.
6645 * config/rs6000/rs6000-protos.h (rs6000_cpu_cpp_builtins): New
6647 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): New.
6648 * config/rs6000/linux64.h (CPP_PREDEFINES): Remove endianness defines.
6649 (CPP_DEFAULT_SPEC): Delete.
6650 * config/rs6000/eabiaix.h (CPP_SYSV_DEFAULT_SPEC): Delete.
6651 * config/rs6000/darwin.h (CPP_PREDEFINES): Don't define __BIG_ENDIAN__.
6652 * config/rs6000/beos.h (CPP_SPEC): Remove cpp_cpu.
6653 (CPP_DEFAULT_SPEC): Delete.
6654 * config/rs6000/aix51.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
6655 (CPLUSPLUS_CPP_SPEC): Likewise.
6656 (CPP_CPU_SPEC): Delete.
6657 (CPP_DEFAULT_SPEC): Delete.
6658 * config/rs6000/aix43.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
6659 (CPLUSPLUS_CPP_SPEC): Likewise.
6660 (CPP_CPU_SPEC): Delete.
6661 (CPP_DEFAULT_SPEC): Delete.
6662 * config/rs6000/aix41.h (CPP_SPEC): Remove cpp_cpu.
6663 (CPP_DEFAULT_SPEC): Delete.
6664 * config/rs6000/aix.h (CPP_SPEC): Remove cpp_cpu.
6665 (CPP_DEFAULT_SPEC): Delete.
6667 * doc/gty.texi: Small updates.
6669 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
6671 * objc/objc-act.c (warn_with_ivar): Adjust calls to
6672 diagnostic_count_error.
6673 (warn_with_method): Likewise.
6675 * diagnostic.h (warnings_are_errors_message): New field of
6677 (diagnostic_count_error): Rename to diagnostic_count_diagnostic to
6679 * diagnostic.c: Adjust calls to diagnostic_count_error through out.
6680 (diagnostic_count_diagnostic): Make aware of other kinds of
6682 (diagnostic_initialize): Initialize warnings_are_errors_message field.
6684 2002-06-11 Tom Tromey <tromey@redhat.com>
6687 * fold-const.c (fold_convert): Don't modify existing tree's type.
6689 2002-06-11 Geoffrey Keating <geoffk@redhat.com>
6691 * config/rs6000/ppc-asm.h: Remove some Windows NT leftovers.
6693 2002-06-11 Richard Henderson <rth@redhat.com>
6695 * caller-save.c (init_caller_save): Clear INSN_CODE each iteration.
6697 2002-06-11 Richard Henderson <rth@redhat.com>
6699 * defaults.h (EH_FRAME_SECTION_NAME): Don't define if
6700 DWARF2_UNWIND_INFO is false.
6702 2002-06-11 Bob Wilson <bob.wilson@acm.org>
6704 * config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete.
6706 * config/s390/s390.c (emit_prologue): gen_store_multiple
6707 returns an insn now, not a pattern.
6709 2002-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6711 * Makefile.in (gccinstall.dvi): Pass absolute pathnames to
6714 Tue Jun 11 21:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
6716 * i386.c (x86_promote_QImode): Set for Athlon
6717 (x86_fast_prefix): New global variable.
6718 (x86_arch_always_fancy_math_387): Fix formating.
6719 * i386.h (x86_fast_prefix): Declare
6720 (TARGET_FAST_PREFIX): define.
6721 * i386.md (and to strict_low_part, HI to SI
6722 promoting splitter): Use new macro.
6724 * i386.h (RTX_COSTS): float_extend is not for free for SSE.
6726 2002-06-11 Zack Weinberg <zack@codesourcery.com>
6728 * Makefile.in (distclean): Delete junk left in testsuite
6731 2002-06-11 Jeffrey Law <law@redhat.com>
6733 * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
6734 last insn created by the splitter.
6736 * caller-save.c (init_caller_save): Move creation of SAVEINSN
6737 and RESTINSN into into the scope of the sequence.
6739 * mips.c (mips_expand_prologue): Use emit_jump_insn for trivial
6742 * loop.c (loop_regs_scan): Avoid useless generation of REG objects.
6744 * mips.c (function_arg_advance): gen_ashldi3 returns an INSN now,
6745 not the pattern. So extract the pattern from the insn.
6747 * mips.c (embedded_pic_fnaddr_reg): Fix typo.
6749 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
6751 * config/s390/s390.md (movsi): Only use floating point
6752 register alternatives when operands are already fprs.
6753 (movdi_31, movdi_64): Likewise.
6755 2002-06-11 David S. Miller <davem@redhat.com>
6757 * emit-rtl.c (try_split): Do not abort on non-INSN_P.
6758 Only run RTX equality checks on INSN_P rtl.
6760 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
6762 * config/s390/s390.md (reload_base, ltorg): Remove.
6763 * s390.c (s390_stop_dump_lit_p, s390_dump_literal_pool,
6764 s390_asm_output_pool_prologue, s390_pool_start_insn): Remove.
6765 * s390-protos.h (s390_stop_dump_lit_p, s390_dump_literal_pool,
6766 s390_asm_output_pool_prologue): Likewise.
6767 * s390.h (s390_pool_start_insn): Likewise.
6769 * s390.c (s390_output_symbolic_const): Remove support for
6770 old-style pool chunks.
6771 (s390_function_epilogue): Likewise.
6772 (s390_output_constant_pool): Likewise. Also, fix incorrect
6773 alignment for 64-bit literal pools.
6774 (print_operand_address): Remove 'y' and 'Y' format flags.
6775 * s390.h (ASM_OUTPUT_POOL_PROLOGUE): Remove support for
6776 old-style pool chunks.
6777 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
6778 (ASM_OUTPUT_POOL_EPILOGUE): Remove.
6779 (S390_CHUNK_MAX, S390_CHUNK_OV, S390_POOL_MAX): Remove.
6781 * s390.c (consttable_operand): New function.
6782 * s390-protos.h (consttable_operand): Declare it.
6783 * s390.h (PREDICATE_CODES): Add consttable_operand.
6784 * s390.md (consttable_qi, consttable_hi, consttable_si, consttable_di,
6785 consttable_sf, consttable_df, pool_start_31, pool_end_31,
6786 pool_start_64, pool_end_64, reload_base, reload_base2): New insns.
6787 * s390.c (struct constant, struct constant_pool): New data types.
6788 (constant_modes, gen_consttable): New variables.
6789 (s390_start_pool, s390_end_pool, s390_add_pool,
6790 s390_dump_pool, s390_free_pool): New functions.
6791 (s390_chunkify_pool): Completely reimplement literal pool
6794 * s390.c (s390_pool_overflow): New variable.
6795 * s390.h (s390_pool_overflow): Declare it.
6796 * s390.md (cjump, icjump): Use it to adapt length for out-of-range
6797 jumps in literal pool overflow situations.
6799 * s390.c (s390_decompose_address): Accept new-style pool chunk offsets.
6800 (s390_frame_info): Account for possible use of RETURN_REGNUM
6801 by new literal pool overflow code.
6802 (s390_emit_prologue): Likewise.
6804 2002-06-05 David S. Miller <davem@redhat.com>
6806 Delete SEQUENCE rtl usage outside of reorg and ssa passes.
6807 * rtl.h (gen_sequence, emit_insns, emit_insns_before,
6808 emit_insns_before_scope, emit_insns_after,
6809 emit_insns_after_scope): Delete declaration.
6810 * ada/misc.c (insert_code_for): Use emit_insn* instead of
6812 * config/alpha/alpha.c (alpha_set_memflags_1): Abort on SEQUENCE.
6813 (alpha_set_memflags): Fix comment.
6814 (set_frame_related_p): Use get_insns instead of gen_sequence.
6815 * config/alpha/alpha.md (setjmp receiver splitter): Avoid
6817 * config/arm/arm.c (arm_finalize_pic): Use get_insns instead of
6819 (arm_gen_load_multiple, arm_gen_store_multiple): Likewise.
6820 * config/fr30/fr30.c (fr30_move_double): Likewise.
6821 * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_movstr):
6823 * config/ia64/ia64.c (spill_restore_mem): Likewise.
6824 * config/ia64/ia64.md (conditional move spliiter): Avoid emitting
6826 * config/m32r/m32r.c (gen_split_move_double): Use get_insns
6827 instead of gen_sequence.
6828 * config/mips/mips.c (embedded_pic_fnaddr_reg): Likewise.
6829 (mips_expand_prologue, mips16_gp_pseudo_reg): Likewise.
6830 * config/sh/sh.c (sh_need_epilogue): Likewise.
6831 * config/sparc/sparc.md (current_function_calls_alloca, flat): New
6833 (setjmp pattern and split): Use them to avoid splitter which emits
6835 * genattrtab.c (main): Emit include of function.h
6836 * config/stormy16/stormy16.c (xstormy16_split_cbranch): Use
6837 get_insns instead of gen_sequence.
6838 * config/cris/cris.c (cris_split_movdx): Likewise.
6839 * emit-rtl.c (emit_insns*): Kill.
6840 (try_split): Expect insn list instead of SEQUENCE.
6841 (make_jump_insn_raw, make_call_insn_raw): Fix comments.
6842 (emit_*insn*): Reimplement to work with INSN lists and PATTERNs.
6843 Make them abort if a SEQUENCE is given and RTL checking is
6845 (emit_*_scope): Don't forget to set scope on final insn.
6846 (gen_sequence): Move from here...
6847 * ssa.c (gen_sequence): To here as private function.
6848 * builtins.c (expand_builtin_apply_args): Use emit_insn_foo, fix
6850 (expand_builtin_return, expand_builtin_mathfn): Likewise.
6851 (expand_builtin_strlen): Use get_insns instead of gen_sequence.
6852 (expand_builtin_saveregs): Use emit_insn_foo, fix comments.
6853 (expand_builtin_expect_jump): Use get_insns and fix comments.
6854 * calls.c (try_to_integrate): Use emit_insn_foo.
6855 (expand_call, emit_library_call_value_1): Likewise.
6856 * expr.c (emit_queue): Handle insn lists instead of SEQUENCE.
6857 (emit_move_insn_1): Use get_insns instead of gen_sequence.
6858 (expand_expr): Use emit_insn_foo.
6859 * cfgrtl.c (commit_one_edge_insertion): Use emit_insn_foo.
6860 * except.c (build_post_landing_pads): Likewise.
6861 * flow.c (attempt_auto_inc): Likewise.
6862 * stmt.c (expand_fixup, fixup_gotos, expand_nl_handler_label,
6863 expand_nl_goto_receivers, expand_decl_cleanup): Likewise.
6864 * function.c (fixup_var_refs_insn): Use get_insns instead of
6866 (fixup_var_refs_1): Likewise and expect insn list from gen_foo.
6867 (fixup_memory_subreg): Use get_insns instead of gen_sequence.
6868 (fixup_stack_1, purge_addressof_1, expand_main_function,
6869 get_arg_pointer_save_area): Likewise.
6870 (optimize_bit_field, instantiate_virtual_regs_1, assign_parms,
6871 expand_function_end): Use emit_insn_foo.
6872 (record_insns, keep_stack_depressed): Work with insn list instead
6873 of SEQUENCE, fix comments.
6874 * ifcvt.c (noce_emit_store_flag, noce_try_store_flag,
6875 noce_try_store_flag_constants, noce_try_store_flag_inc,
6876 noce_try_store_flag_mask, noce_emit_cmove, noce_try_cmove_arith,
6877 noce_try_minmax, noce_try_abs): Use emit_insn_foo.
6878 (noce_process_if_block): Use get_insns instead of gen_sequence.
6879 * optabs.c (add_equal_note): Work with insn list, fix comments.
6880 (expand_binop): Expect insn list from GEN_FCN(), use emit_insn_foo.
6881 (expand_unop, expand_complex_abs, expand_unop_insn,
6882 expand_no_conflict_block): Likewise.
6883 (gen_move_insn): Use get_insns instead of gen_sequence.
6884 (gen_cond_trap): Likewise.
6885 * integrate.c (copy_rtx_and_substitute): Likewise.
6886 (emit_initial_value_sets): Use emit_insn_foo.
6887 * reload1.c (emit_output_reload_insns, emit_reload_insns): Likewise.
6888 (fixup_abnormal_edges): Avoid losing REG_NOTES more intelligently
6889 now that RTL generators give insn lists.
6890 * sibcall.c (replace_call_placeholder): Use emit_insn_foo.
6891 * doloop.c (doloop_modify, doloop_modify_runtime): Use get_insns
6892 instead of gen_sequence.
6893 (doloop_optimize): Work with insn lists instead of SEQUENCE rtl.
6894 * explow.c (emit_stack_save, emit_stack_restore): Use get_insns
6895 instead of gen_sequence.
6896 * loop.c (move_movables, emit_prefetch_instructions,
6897 gen_add_mult, check_dbra_loop, gen_load_of_final_value):
6899 (loop_regs_update): Work with insn list instead of SEQUENCE rtl.
6900 (product_cheap_p): Likewise, and add commentary about RTL wastage
6902 * lcm.c (optimize_mode_switching): Use get_insns instead of
6904 * profile.c (gen_edge_profiler): Likewise.
6905 * regmove.c (copy_src_to_dest): Likewise.
6906 * reg-stack.c (compensate_edge): Likewise and fix comment.
6907 * gcse.c (process_insert_insn): Likewise.
6908 (insert_insn_end_bb): Work with insn list instead of SEQUENCE rtl.
6909 * jump.c (delete_prior_computation): Update comment.
6910 * genemit.c (gen_expand, gen_split, main): Use get_insns instead
6911 of gen_sequence, update comments to match.
6912 * recog.c (peephole2_optimize): Work with insn lists instead of
6914 * sched-vis.c (print_pattern): Abort on SEQUENCE.
6915 * unroll.c (unroll_loop, find_splittable_givs, final_giv_value):
6916 Use get_insns instead of gen_sequence.
6917 (copy_loop_body): Likewise and don't emit dummy NOTE.
6918 * genrecog.c: Don't mention SEQUENCE rtl in comments.
6919 * combine.c (try_combine): Expect insn lists from split generator.
6920 * reorg.c (relax_delay_slots): Emit SEQUENCE into insn list by
6923 2002-06-11 Roger Sayle <roger@eyesopen.com>
6924 Andreas Jaeger <aj@suse.de>
6926 * cfgbuild.c: Update copyright years.
6928 2002-06-11 Andreas Schwab <schwab@suse.de>
6930 * config/m68k/m68k.h (PREDICATE_CODES): Define.
6932 2002-06-11 Eric Christopher <echristo@redhat.com>
6934 * doc/tm.texi (Run-time Target): Add comment about flag_iso
6936 * config/mips/ecoff.h (CPP_PREDEFINES): Remove.
6937 * config/mips/ecoffl.h: Ditto.
6938 * config/mips/elf64.h (SUBTARGET_CPP_SPEC): Remove.
6939 (CPP_PREDEFINES): Ditto.
6940 * config/mips/elfl64.h: Ditto.
6941 * config/mips/elfl.h: Ditto.
6942 * config/mips/iris3.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): #if 0
6943 out until irix header consolidation.
6944 * config/mips/iris5.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): Replace
6945 with SUBTARGET_OS_CPP_BUILTINS.
6946 * config/mips/iris6.h: Ditto.
6947 (CPLUSPLUS_CPP_SPEC): Remove.
6948 * config/mips/linux.h: Ditto.
6949 * config/mips/netbsd.h: Ditto.
6950 * config/mips/openbsd.h: Ditto.
6951 * config/mips/rtems.h: Ditto.
6952 * config/mips/rtems64.h: Ditto.
6953 * config/mips/sni-svr4.h: Ditto.
6954 * config/mips/mips.h (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4,
6955 ISA_MIPS32, ISA_MIPS64): New defines.
6956 (GENERATE_MULT3_SI, HAVE_SQRT_P, ISA_HAS_64BIT_REGS,
6957 ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4,
6958 ISA_HAS_COND_TRAP, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
6959 ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Use.
6960 (TARGET_CPU_CPP_BUILTINS): Define.
6961 (CPP_PREDEFINES, LONG_MAX_SPEC, CPP_FPR_SPEC, CPP_SPEC): Remove.
6962 * config/mips/mips.md (mulsi3_mult3): Use ISA_MIPS32/64.
6963 (movdicc): Remove check for ISA_MIPS32.
6964 (bunordered, bordered, bungt, bunlt, buneq, bunge, bunle,
6965 sunordered_df, sunordered_sf, sordered_df, sordered_sf,
6966 sunlt_df, sunlt_sf, sungt_df, sungt_sf, suneq_df, suneq_sf, sunge_df,
6967 sunge_sf, sunle_df, sunle_sf): New patterns.
6969 2002-06-11 Neil Booth <neil@daikokuya.demon.co.uk>
6971 * Makefile.in: Update cppmain.o.
6972 * cpphash.h (struct cpp_reader): Move some members to a
6974 (trad_line): Rename saved_line.
6975 (_cpp_read_logical_line_trad): Update.
6976 (_cpp_remove_overlay): New.
6977 * cppinit.c (cpp_create_reader): No need to set saved_line.
6978 (cpp_destroy): Update.
6979 (cpp_read_main_file): Only overlay if compiling.
6980 * cpplex.c (continue_after_nul): Return false if in directive.
6981 * cpplib.c (EXPAND): New.
6982 (directive_table, SEEN_EOL): Update.
6983 (end_directive): Remove overlay if traditional; don't skip
6984 line in traditional #define.
6985 (prepare_directive_trad): New.
6986 (_cpp_handle_directive, run_directive): Update for traditional
6988 (lex_macro_node): Simplify, don't use lex_identifier_trad.
6989 * cpplib.h (struct options): Add preprocess_only.
6990 * cppmain.c: Don't include intl.h.
6991 (cpp_preprocess_file): Set options->preprocess_only.
6992 (scan_translation_unit_trad): Fix, and print line numbers.
6993 * cpptrad.c (check_output_buffer, lex_identifier, scan_parameters,
6994 maybe_start_funlike, scan_out_logical_line, replace_args_and_push,
6995 save_replacement_text, _cpp_create_trad_definition): Update for
6997 (_cpp_overlay_buffer): Save line number.
6998 (_cpp_remove_overlay): Rename from restore_buff, restore line.
6999 (_cpp_read_logical_line_trad): Don't handle overlays here.
7000 (scan_out_logical_line): Process directives.
7002 2002-06-11 Danny Smith <dannysmith@users.sourforge.net>
7004 * gthr-win32.h: Wrap functions in extern "C".
7005 (__gthread_key_t): Typedef as unsigned long,
7007 (__GTHREAD_ONCE_INIT): Use 0, not win32 FALSE.
7008 (__gthread_mutex_t): Typedef as void*, not win32 HANDLE.
7009 (__gthr_win32_once, __gthr_win32_key_create,
7010 __gthr_win32_key_delete, __gthr_win32_getspecific,
7011 __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
7012 __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
7013 __gthr_win32_mutex_unlock): Declare.
7014 (__gthread_once,__gthread_key_create,
7015 __gthread_key_delete, __gthread_getspecific,
7016 __gthread_setspecific, __gthread_mutex_init_function,
7017 __gthread_mutex_lock,__gthread_mutex_trylock,
7018 __gthread_mutex_unlock): Call corresponding
7019 __gthr_win32_* extern implementations if #defined
7020 __GTHREAD_HIDE_WIN32API.
7021 * config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Set to
7022 $(srcdir)/config/i386/gthr-win32.c
7023 * config/i386/gthr-win32.c: New implementation file.
7024 (__gthr_win32_once, __gthr_win32_key_create,
7025 __gthr_win32_key_delete, __gthr_win32_getspecific,
7026 __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
7027 __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
7028 __gthr_win32_mutex_unlock): New functions, based on
7029 static inlines in gthr-win32.h.
7031 2002-06-10 Bob Wilson <bob.wilson@acm.org>
7033 * config/xtensa/xtensa.c (override_options): Don't warn about
7034 using -fpic or -fPIC when PIC is enabled by default.
7036 2002-06-10 Roger Sayle <roger@eyesopen.com>
7038 * toplev.c (rest_of_compilation): Revert flag_if_conversion change.
7040 2002-06-10 Zack Weinberg <zack@codesourcery.com>
7042 * Makefile.in (MACHMODE_H): Add @extra_modes_file@.
7043 * configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def
7044 exists, substitute its pathname as @extra_modes_file@, define
7045 EXTRA_MODES_FILE to be an appropriate string to #include it
7046 with, and define EXTRA_CC_MODES to 1.
7048 * machmode.def: Update comments. Include EXTRA_MODES_FILE if
7049 it's defined. Get rid of redundancy in calling sequence for
7050 CC; don't use it to define CCmode, to avoid a warning.
7051 * libgcc2.c: Include symcat.h for the sake of machmode.def.
7053 * arc-modes.def, arm-modes.def, c4x-modes.def, i386-modes.def,
7054 i960-modes.def, ia64-modes.def, m88k-modes.def, mmix-modes.def,
7055 pa-modes.def, pdp11-modes.def, rs6000-modes.def, sparc-modes.def:
7057 * arc.h, arm.h, c4x.h, i386.h, i960.h, ia64.h, m88k.h, mmix.h,
7058 pa.h, pdp11.h, rs6000.h, sparc.h: Don't define EXTRA_CC_MODES.
7060 * doc/sourcebuild.texi, doc/tm.texi: Document new scheme for
7061 defining extra CC modes.
7063 2002-06-10 Roger Sayle <roger@eyesopen.com>
7064 Andreas Jaeger <aj@suse.de>
7066 * cfgrtl.c (create_basic_block_structure): Remove index argument
7067 and use last_basic_block++ instead. (create_basic_block): Update.
7068 * cfgbuild.c (find_basic_blocks_1): Likewise.
7070 * cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument.
7071 * haifa-sched.c (sched_init): Update compute_bb_for_insn caller.
7072 * sched-ebb.c (schedule_ebbs): Likewise.
7073 * sched-rgn.c (schedule_insns): Likewise.
7074 * ssa-ccp.c (ssa_const_prop): Likewise.
7075 * ssa-dcs.c (ssa_eliminate_dead_code): Likewise.
7076 * toplev.c (rest_of_compilation): Likewise.
7077 * config/ia64/ia64.c (ia64_reorg): Likewise.
7079 2002-06-10 Roger Sayle <roger@eyesopen.com>
7081 * simplify-rtx.c (simplify_replace_rtx): Allow replacement
7082 of matching registers.
7084 2002-06-10 Roger Sayle <roger@eyesopen.com>
7086 * toplev.c (rest_of_compilation): Disable early if-conversion pass.
7087 * gcse.c (bypass_conditional_jumps): Fix typo in setcc test.
7089 2002-06-10 Hans-Peter Nilsson <hp@bitrange.com>
7091 * config/mmix/mmix.h: Improve comments.
7092 (CPP_SPEC, CPP_PREDEFINES): Don't define.
7093 (TARGET_CPU_CPP_BUILTINS): Define.
7094 (CANONICALIZE_COMPARISON): Don't define, replace with comment.
7095 (PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
7097 * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
7099 (mmix_constant_address_p): Remove another
7100 redundant test before case.
7101 (mmix_canonicalize_comparison): Remove unused function.
7102 (mmix_print_operand_address): Don't test and adjust for operand in
7103 non-canonical format.
7104 (mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
7105 (mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.
7107 2002-06-10 Zack Weinberg <zack@codesourcery.com>
7109 * config/m32r/m32r.h: Don't define SELECT_CC_MODE.
7110 * config/m32r/m32r-protos.h: Don't prototype m32r_select_cc_mode.
7111 * config/m32r/m32r.c: Don't define m32r_select_cc_mode.
7112 (gen_compare): Use CCmode unconditionally.
7114 2002-06-10 Jakub Jelinek <jakub@redhat.com>
7116 PR optimization/6759
7117 * cse.c (cse_insn): Fold src_eqv just once, store it folded back into
7120 2002-06-10 Jakub Jelinek <jakub@redhat.com>
7123 * c-decl.c (grokfield): Allow user defined types if they declare
7124 structs or unions for unnamed fields.
7126 2002-06-10 Jakub Jelinek <jakub@redhat.com>
7129 * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
7131 2002-06-10 Jakub Jelinek <jakub@redhat.com>
7133 PR optimization/6842
7134 * combine.c (combine_simplify_rtx) [SUBREG]: Don't ICE if VOIDmode
7135 operand subreg cannot be simplified.
7137 2002-06-10 Jakub Jelinek <jakub@redhat.com>
7139 * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
7140 (compare_constant): Likewise.
7141 (output_addressed_constants): Likewise.
7143 2002-06-10 Jakub Jelinek <jakub@redhat.com>
7145 * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
7146 merge bb with itself.
7148 2002-06-10 Richard Henderson <rth@redhat.com>
7150 * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
7151 (builtin_zapnot): Likewise.
7153 * config/alpha/ev5.md: Don't combine shift and mvi insns in one
7156 2002-06-10 Eric Christopher <echristo@redhat.com>
7158 * config/i386/i386.c (ix86_osf_output_function_prologue): Remove
7159 prototype and function.
7160 (TARGET_ASM_FUNCTION_PROLOGUE): Remove OSF version.
7161 (call_insn_operand): Remove half pic references.
7162 (legitimate_address_p): Ditto.
7163 * config/i386/i386.h: Remove half pic defines.
7165 2002-06-10 Eric Christopher <echristo@redhat.com>
7167 * doc/extend.texi (Return Address): Add note explaining the side-
7168 effects of inlining on __builtin_return_address.
7170 2002-06-10 Tom Tromey <tromey@redhat.com>
7172 * Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
7173 (c-common.o): Depend on langhooks.h.
7175 2002-06-10 Neil Booth <neil@daikokuya.demon.co.uk>
7177 * cpphash.h (_cpp_read_logical_line_trad,
7178 _cpp_expansions_different_trad): Update prototypes.
7179 * cpplex.c (continue_after_nul): New.
7180 * cppmain.c: Include cpphash.h.
7181 (scan_translation_unit_trad): New.
7182 (cpp_preprocess_file): Call it.
7183 * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter
7185 (_cpp_expansions_different_trad): Update prototype.
7187 Mon Jun 10 18:02:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
7189 Fix cfi generation for SH[1-4]:
7191 * sh.c (frame_insn): New function.
7192 (output_stack_adjust): Add parameter emit_fn. All callers changed.
7193 (push): Now returns rtx. Use frame_insn.
7194 (sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push
7196 * sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define.
7198 2002-06-10 Zack Weinberg <zack@codesourcery.com>
7200 * Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
7202 (mostlyclean): Delete specs.h, options.h, gencheck.h here...
7203 (distclean): ... not here. But do delete all testsuite/*.log,
7204 testsuite/*.sum files here. Delete mkheaders. Delete
7205 po/*.gmo and the testsuite directory in a split tree build.
7207 2002-06-10 Jeffrey Law <law@redhat.com>
7209 * alias.c (static_reg_base_value): New to hold RTL for
7210 items allocated once per function for the aliasing code.
7211 (init_alias_once_per_function): Initialize static_reg_base_value.
7212 (init_alias_analysis): Avoid throw-away allocations of RTL by
7213 using pre-computed values in static_reg_base_value.
7214 * function.c (prepare_function_start): Call
7215 init_alias_once_per_function appropriately.
7216 * rtl.h (init_alias_once_per_function): Declare.
7217 * caller-save (init_caller_save): Restructure slightly to
7218 avoid lots of silly RTL generation.
7219 * expr.c (init_expr_once): Likewise.
7220 * reload1.c (reload_cse_regs_1): Allocate throw-away register
7221 RTL object here. Pass it into children.
7222 (reload_cse_simplify_operands): Use passed-in register RTL
7224 (reload_cse_simplify): Pass through throw-away register
7227 2002-06-10 Daniel Berlin <dberlin@dberlin.org>
7229 * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing.
7231 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
7233 * gcc.c (process_command): Avoid assignment to read-only location.
7234 Fix sizeof calculation.
7236 2002-06-10 Neil Booth <neil@daikokuya.demon.co.uk>
7238 * cpphash.h (struct cpp_macro): Put comments on their own lines.
7239 (_cpp_expansions_different_trad): New.
7240 * cppmacro.c (warn_of_redefinition): Fix for traditional case.
7241 * cpptrad.c (canonicalize_text): New.
7242 (scan_out_logical_line): Handle no arguments correctly.
7243 (save_replacement_text): Commit memory when finished.
7244 (_cpp_expansions_different_trad): New.
7246 2002-06-10 Tim Josling <tej@melbpc.org.au>
7248 * gengtype.c (unnamed enum containing BASE_FILE_*): Add languages
7250 (lang_names): Add treelang and cobol.
7251 (get_file_basename): Add code to support treelang and cobol as
7252 4th and 5th users of c-common.c.
7254 2002-06-09 Geoffrey Keating <geoffk@redhat.com>
7256 * Makefile.in (install-driver): Install driver as
7257 $(target_alias)-gcc-$(version).
7258 * gcc.c (spec_version): Make const.
7259 (process_command): Handle -V and -b by using exec.
7260 * doc/invoke.texi (Target Options): Restore -V option,
7261 update docs for -b option.
7263 2002-06-10 Tim Josling <tej@melbpc.org.au>
7265 * configure.in (remaining_languages_check):
7266 Added check that all languages specified were found.
7267 Exit if not found. Previous behaviour was silent failure.
7268 * configure: Regenerated.
7270 2002-06-10 Tim Josling <tej@melbpc.org.au>
7272 First steps to making treelang documentation compliant, based on
7273 instructions in sourcebuild.texi. Also add to gcc.c list of
7276 * doc/contrib.texi: Add self as contributor of treelang.
7278 * doc/frontends.texi: Add mention of treelang.
7280 * doc/invoke.texi (Overall Options): Add mention of treelang.
7282 * doc/standards.texi: Add mention of treelang.
7284 2002-06-09 Hans-Peter Nilsson <hp@axis.com>
7286 * config/cris/cris.c: Include ggc.h
7288 2002-06-09 Neil Booth <neil@daikokuya.demon.co.uk>
7290 * cpphash.h (_cpp_push_text_context): Update.
7291 (_cpp_arguments_ok): New.
7292 * cppmacro.c (_cpp_arguments_ok): New, split out from...
7293 (collect_args): ...here.
7294 (_cpp_push_text_context): Change inputs.
7295 * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
7296 replace_args_and_push): New.
7297 (lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
7298 Don't use IS macros directly.
7299 (scan_out_logical_line): Handle function-like macro argument
7301 (push_replacement_text): Update.
7302 (replacement_length): Remove.
7303 (_cpp_create_trad_definition): Don't skip whitespace before
7306 2002-06-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
7308 * config/avr/avr.c (avr_mcu_types): Update for new devices.
7309 * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
7310 (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
7311 * config/avr/avr.md ("type" and "length" attributes): New type
7312 "xcall", length 1 or 2 if AVR_MEGA. Use in all patterns that
7313 output a single "call" or "rcall" insn depending on device size.
7314 * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.
7316 2002-06-09 David Edelsohn <edelsohn@gnu.org>
7318 * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
7319 synonym for 630. Add power4. Remove embedded processors. Use -m604
7321 (CPP_CPU_SPEC): Add power3 and power4.
7322 (PROCESSOR_DEFAULT): Change to 604e.
7323 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
7324 (CPP_CPU_SPEC): Similar additions.
7325 (enum process_type): Add POWER4.
7326 (RTX_COSTS): Add POWER4.
7327 (CPP_CPU_SPEC): Similar additions.
7328 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
7329 (PROCESSOR_DEFAULT64): Define.
7330 * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
7331 (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
7333 (rs6000_issue_rate): Add Power4.
7334 * config/rs6000/rs6000.md (cpu attr): Add power4.
7335 (iu compare): Remove 604, 604e, 620, 630.
7336 Add basic Power4 scheduling information.
7337 (mfcr/mtcrf): Change type attribute to cr_logical.
7339 2002-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7341 * gengtype.h (error_at_line): Use PARAMS, not VPARAMS. Add
7343 * gengtype-lex.l: Fix format specifier warning.
7345 * genautomata.c: Don't include ctype.h or limits.h. Use ISSPACE,
7347 * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
7348 lieu of isspace/IDchar.
7349 * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
7350 * read-rtl.c: Likewise for ctype.h. Don't define ISDIGIT or
7353 2002-06-08 Zack Weinberg <zack@codesourcery.com>
7355 * Makefile.in (LIBCPP_OBJS): Take out version.o.
7356 * cpphash.h (cpp_reader): Take out print_version member.
7357 * cppinit.c: (cpp_handle_option): Don't do anything with
7358 -version. Just set help_only for --version, --target-help.
7359 Just set verbose option for -v.
7360 (cpp_post_options): Don't print a version string.
7362 2002-06-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
7364 * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
7365 (avr_section_type_flags): New, handle .noinit* sections.
7367 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7369 * config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
7370 and include netbsd_entry_point.
7371 (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
7372 (NETBSD_ENTRY_POINT): Define.
7374 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7376 * config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
7377 if not already defined.
7378 (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.
7380 2002-06-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
7382 * config/avr/avr.c (avr_regs_to_save): No need to save any registers
7383 in a noreturn function.
7384 (avr_output_function_prologue, avr_output_function_epilogue):
7385 Correct function size calculation. Do not crash on empty function.
7386 (avr_output_function_epilogue): No need for epilogue after a BARRIER.
7388 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7390 * config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
7391 netbsd_link_spec and netbsd_entry_point.
7392 (LINK_SPEC): Use %(netbsd_link_spec).
7393 (NETBSD_ENTRY_POINT): Define.
7395 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7397 * config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
7399 (LINK_ARCH64_SPEC): Likewise.
7400 (LINK_SPEC, NETBSD_ENTRY_POINT): Define.
7401 (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.
7403 2002-06-08 Marc Espie <espie@openbsd.org>
7405 * lists.c (free_list): Fix typo in comment.
7407 2002-06-08 Andreas Jaeger <aj@suse.de>
7409 * lcm.c (optimize_mode_switching): Add unused attribute for
7412 * sched-deps.c (sched_analyze): Remove unused variable.
7414 2002-06-08 Gabriel Dos Reis <gdr@codesourcery.com>
7416 * diagnostic.def: Don't capitalize diagnostict descriptors.
7418 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7420 * config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
7421 (LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
7422 (NETBSD_ENTRY_POINT): Define.
7424 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7426 * config/i386/netbsd-elf.h (LINK_SPEC): Define as
7427 NETBSD_LINK_SPEC_ELF.
7428 (SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
7429 (NETBSD_ENTRY_POINT): Define.
7430 * config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
7431 (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
7433 (NETBSD_ENTRY_POINT): Define.
7435 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7437 * config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
7438 netbsd_link_spec and netbsd_entry_point.
7439 (LINK_SPEC): Use %(netbsd_link_spec).
7440 (NETBSD_ENTRY_POINT): Define.
7442 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7444 * config/netbsd-elf.h (LINK_SPEC): Rename to...
7445 (NETBSD_LINK_SPEC_ELF): ...this. Use %(netbsd_entry_point)
7446 to specify program entry point.
7448 2002-06-07 Jeff Law <law@redhat.com
7450 * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
7451 * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
7452 than creating a new register.
7453 (distribute_notes): Likewise.
7454 * df.c (df_reg_use_gen): Likewise.
7455 (df_reg_clobber_gen): Likewise.
7456 (df_ref_record): Likewise.
7457 * expr.c (use_regs): Likewise.
7458 * flow.c (propagate_one_insn): Likewise.
7459 (mark_set_1): Likewise.
7460 (mark_used_reg): Likewise.
7461 * reload.c (emit_reload_insns): Likewise.
7463 2002-06-07 Roger Sayle <roger@eyesopen.com>
7465 * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
7466 (ne (comp x y) 0) into (comp x y) where comp is a comparison code.
7467 Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
7468 comparison code comp can be reversed.
7470 2002-06-07 Roger Sayle <roger@eyesopen.com>
7472 * fold-const.c (fold) [EQ_EXPR]: Place both integer and real
7473 constants last in comparisons. Optimize (x+1.0)>0.0 into the
7474 equivalent x > -1.0 when -ffast-math.
7476 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
7478 * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
7479 * config/mips/t-netbsd: New file.
7481 2002-06-07 Zack Weinberg <zack@codesourcery.com>
7483 * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
7484 options their own entries.
7485 (parse_option): Clarify comment.
7486 (cpp_handle_option): Remove 'ignore' parameter and OPT_W
7487 special case. Replace if/strcmp chain for -W options with
7488 use of new OPT_* entries for them.
7489 (cpp_handle_options): Update to match.
7490 * cpplib.h: Remove last parameter to cpp_handle_option from prototype.
7491 * c-decl.c: Update call to cpp_handle_option.
7493 2002-06-07 Akim Demaille <akim@epita.fr>
7495 * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
7498 2002-06-07 Jeffrey Law <law@redhat.com>
7500 * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
7503 2002-06-07 H.J. Lu (hjl@gnu.org)
7505 * configure.in: Add --enable-__cxa_atexit.
7506 * configure: Regenerated.
7507 * config.in: Likewise.
7509 * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
7512 2002-06-07 Gabriel Dos Reis <gdr@merlin.nerim.net>
7514 * diagnostic.c (diagnostic_build_prefix): Fix initialization.
7516 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
7518 * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
7520 2002-06-07 Jason Merrill <jason@redhat.com>
7522 * cppexp.c (num_equality_op): Use a temporary variable to work
7523 around gcc 3.0.4 bug.
7525 2002-06-07 Gabriel Dos Reis <gdr@codesourcery.com>
7527 * diagnostic.c (diagnostic_build_prefix): Tidy.
7529 2002-06-07 Neil Booth <neil@daikokuya.demon.co.uk>
7531 * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
7532 scan_parameters, save_replacement_text, replacement_length): New.
7533 (scan_out_logical_line): Take a macro and save parameters if
7535 (_cpp_logical_line_trad): Update.
7536 (_cpp_create_trad_definition): Update to handle function-like
7538 * cpplex.c (new_buff): Update.
7539 (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
7540 * cpphash.h: ...here.
7541 (CPP_ALIGN2, _cpp_save_parameter): New.
7542 * cppmacro.c (save_parameter): Rename, export.
7543 (parse_params): Update.
7545 2002-06-07 Andreas Jaeger <aj@suse.de>
7547 * config/mmix/mmix.c: Remove extra broken prototype for
7548 mmix_init_machine_status.
7550 2002-06-06 Geoffrey Keating <geoffk@redhat.com>
7552 * gengtype.c: Add comments before all the routines.
7554 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
7556 * config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
7557 from and add t-sh64 to ${tmake_file}.
7558 (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
7559 * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
7560 * config/sh/t-netbsd-sh5-32: Remove.
7561 * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
7563 (MULTILIB_DIRNAMES): Define.
7565 Thu Jun 6 23:14:46 CEST 2002 Jan Hubicka <jh@suse.cz>
7567 * i386.md (and promoting splitters): Disable QI to SImode promoting
7568 when doing so changes immediate to be 32bit.
7570 * rtl.h (emit_*_scope): Declare.
7571 * emit-rtl.c (emit_*_scope): New global functions.
7572 (try_split): Copy scope.
7573 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
7574 noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
7575 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
7576 noce_process_if_block, find_cond_trap): Copy scopes.
7577 * recog.c (peephole2_optimize): likewise.
7579 2002-06-06 Jeffrey Law <law@redhat.com>
7581 * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
7583 Thu Jun 6 21:06:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
7585 * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
7587 2002-06-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7589 * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
7590 ($(docdir)/gccinstall.info): New target.
7591 (info): Depend on it.
7592 (gccinstall.dvi): New target.
7593 (dvi): Depend on it.
7594 * doc/.cvsignore: Ignore new info files.
7595 * doc/install.texi (@setfilename): Reflect new info filename.
7597 Thu Jun 6 15:57:23 2002 J"orn Rennecke <joern.rennecke@superh.com>
7599 * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
7602 Thu Jun 6 07:17:43 2002 Nicola Pero <n.pero@mi.flashnet.it>
7605 * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
7606 c_common_get_alias_set.
7607 (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
7609 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
7611 * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
7613 * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
7614 * avr/avr.c (avr_output_function_epilogue): Use above to determine
7616 * pa/pa.c (pa_output_function_prologue): Likewise.
7618 2002-06-05 David S. Miller <davem@redhat.com>
7620 * integrate.c (subst_constants): Handle 'B' RTL format.
7622 2002-06-05 Eric Christopher <echristo@redhat.com>
7624 * varasm.c (make_decl_rtl): Fix comment for removed
7627 2002-06-05 Eric Christopher <echristo@redhat.com>
7629 * Makefile.in: Remove missed halfpic bits.
7631 2002-06-05 Eric Christopher <echristo@redhat.com>
7633 * toplev.c: Remove half-pic.
7634 * config/mips/mips.c: Ditto.
7635 * config/mips/mips.h: Ditto. Remove unused defines.
7636 * config/mips/openbsd.h: Update comment to reflect above.
7637 * config/mips/mips.md: Remove half-pic constraints.
7638 * halfpic.h: Delete.
7641 2002-06-05 Jeffrey Law <law@redhat.com>
7643 * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
7644 rejects (mem (lo_sum (reg) (unspec))), but will allow
7645 (mem (lo_sum (reg) (symbol_ref)) for PA2.0.
7647 2002-06-05 Neil Booth <neil@daikokuya.demon.co.uk>
7649 * cpphash.h (_cpp_create_definition): Update prototype.
7650 (_cpp_push_text_context, _cpp_create_trad_definition): New.
7651 ( cpp_lex_identifier_trad): New.
7652 (_cpp_set_trad_context): New.
7653 * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
7654 * cpplib.c (SEEN_EOL): Update.
7655 (lex_macro_node): Update for -traditional.
7656 (cpp_push_buffer, _cpp_pop_buffer): Similarly.
7657 * cppmacro.c (_cpp_create_definition): Split into
7658 create_iso_definition() and _cpp_create_trad_definition().
7659 (warn_of_redefinition): Update prototype; handle traditional
7661 (_cpp_push_text_context): New.
7662 * cpptrad.c (skip_whitespace, push_replacement_text): New.
7663 (lex_identifier): Call ht_lookup with correct start.
7664 (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
7665 _cpp_set_trad_context): New.
7666 (scan_out_logical_line): Update to handle changing contexts.
7668 Wed Jun 5 20:42:31 2002 J"orn Rennecke <joern.rennecke@superh.com>
7670 * config.gcc (sh-*-elf*, sh64*-*-elf*): Unify.
7672 * config/sh/t-be (MULTILIB_ENDIAN): Set.
7673 * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
7674 * t-sh (MULTILIB_ENDIAN): Set.
7675 (MULTILIB_OPTIONS): Use it.
7676 * t-sh64 (MULTILIB_OPTIONS): Likewise.
7677 (MULTILIB_DIRNAMES): Likewise.
7679 2002-06-05 Gabriel Dos Reis <gdr@codesourcery.com>
7681 * toplev.h (report_error_function): Remove.
7683 * diagnostic.h (location_t): New datatype.
7684 (text_info): Likewise.
7685 (diagnostic_info): Likewise.
7686 (output_prefix): New macro.
7687 (diagnostic_last_function_changed): Likewise.
7688 (diagnostic_set_last_function): Likewise.
7689 (diagnostic_last_module_changed): Likewise.
7690 (diagnostic_set_last_module): Likewise.
7691 (report_diagnostic): Now macro.
7692 (diagnostic_set_info): Declare.
7694 * diagnostic.c (report_problematic_module): Rename to
7695 diagnostic_repor_current_module.
7696 (set_diagnostic_context): Remove.
7697 (count_error): Rename to diagnostic_error_count.
7698 (error_function_changed): Remove.
7699 (record_last_error_function): Likewise.
7700 (error_module_changed): Likewise.
7701 (record_last_error_module): Likewise.
7702 (context_as_prefix): Rename to diagnostic_build_prefix.
7703 (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
7704 (diagnostic_set_info): New function.
7706 * objc/objc-act.c: #include diagnostic.h
7707 (error_with_ivar): Adjust call to count_error.
7708 (warn_with_method): Likewise.
7709 * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
7711 2002-06-05 Bob Wilson <bob.wilson@acm.org>
7713 * config/xtensa/xtensa.c (xtensa_build_va_list): Use
7714 lang_hooks.types.make_type instead of make_node; set up
7715 __va_list_tag type decl.
7716 (xtensa_builtin_saveregs): Remove broken use of
7717 RTX_UNCHANGING_P and unnecessary use of MEM_IN_STRUCT_P
7718 for saved registers; add varargs alias set.
7720 2002-06-05 Neil Booth <neil@daikokuya.demon.co.uk>
7723 * alpha/gnu.h: Undef TARGET_OS_CPP_BUILTINS.
7724 * i386/beos-elf.h: Use TARGET_OS_CPP_BUILTINS rather than
7725 CPP_PREDEFINES and part of CPP_SPEC.
7726 i386/freebsd-aout.h, i386/gas.h, i386/gnu.h, i386/linux-aout.h,
7727 i386/linux.h, i386/moss.h, i386/xm-vsta.h: Similarly.
7729 Wed Jun 5 15:20:58 CEST 2002 Jan Hubicka <jh@suse.cz>
7731 * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
7733 2002-06-05 Alan Modra <amodra@bigpond.net.au>
7735 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
7737 2002-06-04 Zack Weinberg <zack@codesourcery.com>
7739 * gengtype-yacc.y: Make sure all rules end with a semicolon.
7741 2002-06-04 Bob Wilson <bob.wilson@acm.org>
7743 * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
7744 typo in function prototype and include "ggc.h" header.
7746 2002-06-04 Richard Henderson <rth@redhat.com>
7748 * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
7749 (print_operand) ['U']: Likewise.
7750 (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
7751 (alpha_expand_unaligned_store_words): Likewise.
7752 (alpha_expand_builtin_vector_binop): Fix typo.
7753 (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
7754 umulh, and cix insns.
7755 (one_arg_builtins): Add cix builtins.
7756 (two_arg_builtins): Add ext, ins, msk, umulh builtins.
7757 (alpha_expand_builtin): Fix typo in arity.
7758 * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
7759 (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
7760 builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
7761 builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
7762 builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
7763 builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
7764 builtin_ctlz, builtin_ctpop): New.
7765 * doc/extend.texi (Alpha Built-in Functions): Update.
7767 2002-06-04 Geoffrey Keating <geoffk@redhat.com>
7769 * gengtype.c (write_gc_root): Don't unnecessarily prevent
7770 global variable-length arrays being roots.
7772 * config.gcc (powerpc-*-darwin*): Set config_gtfiles.
7773 * configure.in (config_gtfiles): New variable.
7774 (all_gtfiles): Initialise from config_gtfiles.
7775 * configure: Regenerate.
7777 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
7780 * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
7781 i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
7782 mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
7783 sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
7784 win32.h (CPP_SPEC): Remove cpp_cpu.
7785 * i386.h (TARGET_CPU_CPP_BUILTINS): Use.
7786 (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
7788 2002-06-04 Janis Johnson <janis187@us.ibm.com>
7790 * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
7792 2002-06-04 Jeff Law <law@redhat.com.
7793 David Edelsohn <edelsohn@gnu.org>
7794 Michael Matz <matz@kde.org>
7796 * sched-int.h (struct deps): New field libcall_block_tail_insn.
7797 * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
7798 * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
7799 is set, then mark the current insn as being part of a libcall
7801 (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
7803 * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
7804 insns against the issue rate.
7806 Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>
7808 * cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
7809 * final.c (final_scan_insn): Likewise.
7810 * ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
7811 NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
7812 * haifa-sched.c (unlink_other_notes): Likeewise.
7813 (reemit_notes): Likewise.
7814 * print-rtl.c (print_rtx): Likewise.
7815 * sched-deps (sched-analyze): Likewise.
7816 * rtl.c (note_insn_name): Likewise.
7817 * rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
7818 (enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
7821 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7823 * varasm.c (mark_constants): Handle RTX format 'B'.
7825 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
7827 * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
7828 (struct cpp_context): Add traditional fields.
7829 * cppmacro.c (paste_all_tokens, push_ptoken_context,
7830 push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
7831 * cpptrad.c (skip_comment, lex_identifier,
7832 _cpp_read_logical_line_trad, scan_out_logical_line): Update.
7834 2002-06-04 Kazu Hirata <kazu@cs.umass.edu>
7836 * gbl-ctors.h: Fix formatting.
7838 * gccspec.c: Likewise.
7840 * gcov-io.h: Likewise.
7842 * ggc-common.c: Likewise.
7844 * ggc-page.c: Likewise.
7845 * ggc-simple.c: Likewise.
7846 * global.c: Likewise.
7847 * graph.h: Likewise.
7848 * gthr-dce.h: Likewise.
7850 * gthr-posix.h: Likewise.
7851 * gthr-rtems.h: Likewise.
7852 * gthr-solaris.h: Likewise.
7853 * gthr-win32.h: Likewise.
7855 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
7857 Merge from pch-branch:
7859 * gengtype.h (UNION_OR_STRUCT_P): New macro.
7860 * gengtype.c (write_gc_structure_fields): Use it.
7861 (write_gc_root): Use it here too.
7863 * gengtype.c (write_gc_structure_fields): Assume that lengths
7864 of typenames fit into an 'int'; don't pass a size_t to "%d" in
7866 (write_gc_marker_routine_for_structure): Likewise.
7867 (write_gc_types): Likewise.
7868 (write_gc_root): Likewise.
7870 * varray.h (VARRAY_CLEAR): New.
7871 (varray_clear): Prototype.
7872 * varray.c (varray_clear): New.
7873 * cselib.c (reg_values_old): New.
7874 (used_regs_old): New.
7875 (cselib_init): Use cached varrays if available to avoid
7876 generating large amounts of garbage.
7877 (cselib_finish): Don't throw away old varrays.
7879 * final.c (insn_addresses_): Move out of ifdef.
7881 * varray.c (uses_ggc): Make more varray kinds GCable.
7882 * varray.h (union varray_data_tag): Let gengtype see
7883 fields 'generic' and 'te'.
7884 * reg-stack.c: Include gt-reg-stack.h, ggc.h.
7885 (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.
7886 (reg_to_stack): Don't call VARRAY_FREE.
7887 * insn-addr.h (INSN_ADDRESSES_FREE): Don't use VARRAY_FREE.
7888 (insn_addresses_): Use gengtype to mark.
7889 * gengtype.c (write_gc_structure_fields): Handle arrays of generic
7890 pointers; handle generic pointers in unused union fields.
7891 (get_output_file_with_visibility): Include cselib.h,
7892 insn-addr.h in gtype-desc.c.
7893 * function.c (prologue): Use gengtype to mark.
7894 (epilogue): Likewise.
7895 (sibcall_epilogue): Likewise.
7896 * dependence.c: Include gt-dependence.h, ggc.h.
7897 (struct def_use): Use gengtype to mark.
7898 (struct loop): Likewise.
7899 (struct induction): Likewise.
7900 (struct dependence): Likewise.
7901 (def_use_chain): Likewise.
7902 (dep_chain): Likewise.
7903 (loop_chain): Likewise.
7904 (induction_chain): Likewise.
7905 (init_dependence_analysis): Don't free anything, just clear pointers.
7906 (build_def_use): Use GGC to allocate def_use.
7907 (add_loop): Use GGC to allocate loop.
7908 (find_induction_variable): Use GGC to allocate induction.
7909 (check_node_dependence): Use GGC to allocate induction, dependence.
7910 (dump_node_dependence): Don't free varrays.
7911 (end_dependence_analysis): Likewise.
7912 * cselib.h (struct cselib_val_struct): Use gengtype to mark.
7913 (struct elt_loc_list): Likewise.
7914 (struct elt_list): Likewise.
7915 * cselib.c: Don't include obstack.h.
7916 (hash_table): Use gengtype to mark.
7917 (reg_values): Use gengtype to mark.
7918 (used_regs): Use gengtype to mark.
7919 (cselib_obstack): Delete.
7920 (cselib_startobj): Delete.
7921 (empty_vals): Mark as deletable.
7922 (empty_elt_lists): Mark as deletable.
7923 (empty_elt_loc_lists): Mark as deletable.
7924 (new_elt_list): Use GGC to allocate struct elt_list.
7925 (new_elt_loc_list): Use GGC to allocate struct elt_loc_list.
7926 (clear_table): Don't delete obstack; don't unnecessarily clear
7927 deletable variables.
7928 (new_cselib_val): Use GGC to allocate struct cselib_val.
7929 (cselib_init): Don't set up obstacks. Use GGC to allocate
7931 (cselib_finish): Just clear variables, don't free anything.
7932 * Makefile.in (cselib.o): Remove dependency on $(OBSTACK_H).
7933 (reg-stack.o): Add dependency on gt-reg-stack.h, $(GGC_H).
7934 (dependence.o): Add dependency on gt-dependence.h, $(GGC_H).
7935 (GTFILES): Add insn-addr.h, cselib.h, dependence.c, reg-stack.c.
7936 (gt-reg-stack.h): New rule.
7937 (gt-dependence.h): New rule.
7938 (gtype-desc.o): Add cselib.h, insn-addr.h.
7940 * varray.c: Use only necessary headers.
7941 (element_size): New.
7943 (varray_init): Take type, not size. Use GGC if appropriate.
7944 (varray_grow): Update for change to struct varray_head_tag.
7945 Use GGC if appropriate.
7946 * varray.h (struct const_equiv_data): Use gengtype.
7947 (enum varray_data_enum): New.
7948 (union varray_data_tag): Use gengtype.
7949 (struct varray_head_tag): Use gengtype. Replace size field with
7950 enum varray_data_enum.
7951 (varray_init): Update prototype.
7952 (VARRAY_SCHED_INIT): Delete.
7953 (VARRAY_*_INIT): Update for change to varray_init.
7954 (VARRAY_SCHED): Delete.
7955 (VARRAY_PUSH_SCHED): Delete.
7956 (VARRAY_TOP_SCHED): Delete.
7957 * tree.h: Update for change to length specifier.
7958 * tree-inline.c (optimize_inline_calls): Don't use VARRAY_FREE.
7959 (clone_body): Likewise.
7960 * ssa.h (ssa_definition): Use gengtype to mark.
7961 * ssa.c (convert_from_ssa): Don't use VARRAY_FREE.
7962 * ssa-dce.c (ssa_eliminate_dead_code): Don't use VARRAY_FREE.
7963 * rtl.h (struct rtvec_def): Update for change to length specifier.
7964 * integrate.c (expand_inline_function): Don't use VARRAY_FREE.
7965 (struct initial_value_struct): Update for change to length specifier.
7966 * ggc.h (ggc_add_rtx_varray_root): Delete prototype.
7967 (ggc_add_tree_varray_root): Delete prototype.
7968 (ggc_mark_rtx_varray): Delete prototype.
7969 (ggc_mark_tree_varray): Delete prototype.
7970 * ggc-common.c (ggc_add_rtx_varray_root): Delete.
7971 (ggc_add_tree_varray_root): Delete.
7972 (ggc_mark_rtx_varray): Delete.
7973 (ggc_mark_tree_varray): Delete.
7974 (ggc_mark_rtx_varray_ptr): Delete.
7975 (ggc_mark_tree_varray_ptr): Delete.
7976 * gengtype.h (enum typekind): Remove TYPE_VARRAY.
7977 (create_varray): Delete prototype.
7978 * gengtype.c (varrays): Delete.
7979 (create_varray): Delete.
7980 (adjust_field_type): Detect array of string pointers.
7981 (process_gc_options): Remove code to handle varray_type option.
7982 (set_gc_used_type): Remove TYPE_VARRAY case.
7983 (output_escaped_param): New.
7984 (write_gc_structure_fields): Use output_escaped_param on all
7985 parameters. Handle 'skip' with 'use_param' option. Handle
7986 arrays of strings. Remove TYPE_VARRAY handling.
7987 (write_gc_roots): Use boolean to detect 'length' option.
7988 * gengtype-yacc.y (VARRAY_TYPE): Delete token.
7989 (struct_fields): Call adjust_field_type on array fields.
7990 (type): Remove VARRAY_TYPE case.
7991 (type_option): Likewise.
7992 * gengtype-lex.l: Don't consider varray_type a keyword.
7993 * function.h: Update for change to length specifier.
7994 (free_eh_status): Delete prototype.
7995 * function.c (free_after_compilation): Don't call free_eh_status.
7996 (reorder_blocks): Don't use VARRAY_FREE.
7997 * except.c (struct eh_status): Update for change to length specifier.
7998 remove varray_type specifier.
7999 (free_eh_status): Delete.
8000 * dwarf2out.c: Include gt-dwarf2out.h.
8001 (used_rtx_varray): Use gengtype to mark, move
8003 (incomplete_types): Likewise.
8004 (decl_scope_table): Likewise.
8005 (dwarf2out_init): Don't call ggc_add_tree_varray_root.
8006 * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
8007 * c-tree.h (struct lang_type): Update for change to length specifier.
8008 * c-parse.in (yylexstring): Don't use VARRAY_FREE.
8009 * c-objc-common.c: Include gt-c-objc-common.h.
8010 (deferred_fns): Mark for gengtype.
8011 (c_objc_common_init): Don't call ggc_add_tree_varray_root.
8012 (expand_deferred_fns): Just set deferred_fns to 0 to free it.
8013 * Makefile.in (c-objc-common.o): Add gt-c-objc-common.h.
8014 (gtype-desc.o): Update dependencies.
8015 (dwarf2out.o): Add gt-dwarf2out.h.
8016 (varray.o): Update dependencies.
8017 (GTFILES): Add varray.h, ssa.h, dwarf2out.c, c-objc-common.c.
8018 (gt-c-objc-common.h): New rule.
8019 (gt-dwarf2out.h): New rule.
8020 * objc/objc-act.c (build_objc_string_object): Don't use VARRAY_FREE.
8022 * doc/gty.texi (GTY Options): Correct spelling.
8023 (GGC Roots): Likewise.
8024 * Makefile.in (TEXI_CPP_FILES): New.
8025 (TEXI_GCC_FILES): New.
8026 (TEXI_GCCINT_FILES): New.
8027 (TEXI_CPPINT_FILES): New.
8028 ($(docdir)/cpp.info): Use new macros.
8029 ($(docdir)/gcc.info): Likewise.
8030 ($(docdir)/gccint.info): Likewise.
8031 ($(docdir)/cppinternals.info): Likewise.
8032 (cpp.dvi): Likewise.
8033 (gcc.dvi): Likewise.
8034 (gccint.dvi): Likewise.
8035 (cppinternals.dvi): Likewise.
8037 * Makefile.in ($(docdir)/gccint.info): Depend on gty.texi.
8038 * doc/gccint.texi (Top): Include gty.texi.
8039 * doc/gty.texi: New file.
8041 * bitmap.c: Include ggc.h, gt-bitmap.h.
8042 (bitmap_ggc_free): New.
8043 (bitmap_elem_to_freelist): New.
8044 (bitmap_element_free): Use bitmap_elem_to_freelist.
8045 (bitmap_element_allocate): Allow use of GGC.
8046 (bitmap_clear): Use bitmap_elem_to_freelist.
8047 (bitmap_copy): Update for change to bitmap_element_allocate.
8048 (bitmap_set_bit): Likewise.
8049 (bitmap_operation): Update for changes elsewhere.
8050 (bitmap_initialize): Allow to create bitmaps that will use GGC.
8051 * bitmap.h (struct bitmap_element_def): Use gengtype.
8052 (struct bitmap_head_def): Likewise. Also add 'using_obstack' field.
8053 (bitmap_initialize): Add extra parameter.
8054 (BITMAP_OBSTACK_ALLOC): Update for change to bitmap_initialize.
8055 (BITMAP_ALLOCA): Delete.
8056 (BITMAP_XMALLOC): Update for change to bitmap_initialize.
8057 (BITMAP_GGC_ALLOC): New.
8058 * Makefile.in (gtype-desc.o): Add bitmap.h.
8059 (bitmap.o): Add gt-bitmap.h, $(GGC_H).
8060 (GTFILES): Add bitmap.c.
8061 (gt-bitmap.h): New rule.
8062 ($(HOST_PREFIX_1)bitmap.o): Add gt-bitmap.h.
8063 * basic-block.h: Update for changes to bitmap_initialize.
8064 * except.c (exception_handler_label_map): Move into...
8065 (struct eh_status): Here.
8066 (struct eh_region): Make 'aka' GCable.
8067 (free_eh_status): Don't need to specially handle
8068 exception_handler_label_map.
8069 (add_ehl_entry): Update for changes to exception_handler_label_map.
8070 (find_exception_handler_labels): Likewise.
8071 (remove_exception_handler_label): Likewise.
8072 (maybe_remove_eh_handler): Likewise.
8073 (for_each_eh_label): Likewise.
8074 (remove_eh_handler): Allocate 'aka' using GGC.
8075 * gengtype.c (get_output_file_with_visibility): Add bitmap.h
8076 to list of includes.
8078 * gengtype.c (write_gc_marker_routine_for_structure): Name
8079 the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.
8080 (write_gc_types): Arrange for the tests with NULL to be inlined.
8081 (write_gc_roots): Update uses of procedure pointers.
8082 * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
8084 * Makefile.in (explow.o): Add dependency on gt-explow.h.
8085 (sdbout.o): Add dependency on gt-sdbout.h.
8087 * emit-rtl.c (const_int_htab): Use gengtype to clear unused entries.
8088 (mem_attrs_htab): Likewise.
8089 (init_emit_once): Don't call ggc_add_deletable_htab.
8090 * fold-const.c (size_htab): Use gengtype to clear unused entries.
8091 (size_int_type_wide): Don't call ggc_add_deletable_htab.
8092 * gengtype.c (finish_root_table): Add LASTNAME and TNAME
8093 parameters, use them, change callers.
8094 (write_gc_root): Add IF_MARKED parameter, use it, change callers.
8095 (write_gc_roots): Handle 'if_marked' option.
8096 (main): Don't need to call set_gc_used_type any more.
8097 * ggc.h (ggc_htab_marked_p): Delete.
8098 (ggc_htab_mark): Delete.
8099 (struct ggc_cache_tab): New.
8100 (gt_ggc_cache_rtab): New declaration.
8101 * ggc-common.c (struct d_htab_root): Delete.
8102 (d_htab_roots): Delete.
8103 (ggc_add_deletable_htab): Delete.
8104 (ggc_htab_delete): Handle new htab-deleting mechanism.
8105 (ggc_mark_roots): Use new htab-deleting mechanism.
8106 * tree.c (type_hash_table): Use gengtype to clear unused entries.
8108 (init_obstacks): Don't call ggc_add_deletable_htab.
8110 * objc/objc-act.h (struct hashed_attribute): Use gengtype.
8111 (struct hashed_entry): Likewise.
8112 (nst_method_hash_list): Likewise.
8113 (cls_method_hash_list): Likewise.
8114 (HASH_ALLOC_LIST_SIZE): Delete.
8115 (ATTR_ALLOC_LIST_SIZE): Delete.
8116 * objc/objc-act.c (hash_init): Use ggc to allocate
8117 nst_method_hash_list, cls_method_hash_list.
8118 (hash_enter): Use ggc to allocate; allocate one entry at a time.
8119 (hash_add_attr): Likewise.
8120 (ggc_mark_hash_table): Delete.
8121 (objc_act_parse_init): Delete.
8122 (objc_init): Delete reference to objc_act_parse_init.
8123 * tlink.c: Replace hash.h with hashtab.h. Explicitly include
8124 obstack.h. Replace references to 'struct hash_table' with htab_t.
8125 (struct symbol_hash_entry): Replace hash header with key field.
8126 (struct file_hash_entry): Replace hash header with key field.
8127 (struct demangled_hash_entry): Replace hash header with key field.
8128 (hash_string_eq): New.
8129 (hash_string_hash): New.
8130 (symbol_hash_newfunc): Delete.
8131 (symbol_hash_lookup): Modify to use htab_t.
8132 (file_hash_newfunc): Delete.
8133 (file_hash_lookup): Modify to use htab_t.
8134 (demangled_hash_newfunc): Delete.
8135 (demangled_hash_lookup): Modify to use htab_t.
8136 (tlink_init): Modify to use htab_t.
8139 * ggc.h: Delete forward structure declarations.
8140 Delete prototypes for deleted functions.
8141 * ggc-common.c: Don't include hash.h.
8142 (ggc_add_tree_hash_table_root): Delete.
8143 (ggc_mark_tree_hash_table_entry): Delete.
8144 (ggc_mark_tree_hash_table): Delete.
8145 (ggc_mark_tree_hash_table_ptr): Delete.
8146 * gengtype.c (write_gc_structure_fields): Allow param_is option.
8147 (write_gc_marker_routine_for_structure): Use visibility of
8148 the parameter if there is one.
8149 * function.c: Replace hash.h with hashtab.h. Replace references
8150 to 'struct hash_table *' with htab_t.
8151 (struct insns_for_mem_entry): Include a plain key.
8152 (fixup_var_refs_insns_with_hash): Update to use htab_t.
8153 (insns_for_mem_newfunc): Delete.
8154 (insns_for_mem_hash): Update to use htab_t.
8155 (insns_for_mem_comp): Likewise.
8156 (insns_for_mem_walk): Likewise.
8157 * c-lang.c: Include ggc.h.
8158 * Makefile.in (OBJS): Remove hash.o.
8159 (c-lang.o): Add GGC_H.
8160 (COLLECT2_OBJS): Remove hash.o.
8161 (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
8162 (ggc-common.o): Remove hash.h.
8163 (function.o): Remove hash.h, add HASHTAB_H.
8164 (genautomata.o): Remove hash.h, add HASHTAB_H.
8166 * varasm.c (mark_const_str_htab_1): Delete.
8167 (mark_const_str_htab): Delete.
8168 (const_str_htab_del): Delete.
8169 (const_str_htab): Use gengtype to mark.
8170 (init_varasm_once): Use gengtype to mark hashtables. Use GC to
8172 * tree.c (mark_tree_hashtable_entry): Delete.
8173 (mark_tree_hashtable): Delete.
8174 * tree.h (mark_tree_hashtable): Delete prototype.
8175 * ggc.h (ggc_test_and_set_mark): Treat (void *)1 like NULL.
8176 (ggc_mark): Likewise.
8178 (htab_create_ggc): New.
8179 * ggc-common.c (ggc_calloc): New.
8180 * gengtype.h (enum typekind): Add TYPE_PARAM_STRUCT.
8181 (struct type): Add param_struct structure.
8182 * gengtype.c (param_structs): New.
8183 (adjust_field_type): Handle param_is option.
8184 (set_gc_used_type): Handle TYPE_PARAM_STRUCT.
8185 (get_output_file_with_visibility): Include hashtab.h in gtype-desc.c.
8186 (write_gc_structure_fields): Add new PARAM parameter. Update
8187 callers. Handle use_param option. Handle TYPE_PARAM_STRUCT.
8188 (write_gc_marker_routine_for_structure): Add new PARAM parameter.
8189 Use it to generate function name. Update callers.
8190 (write_gc_types): Add new PARAM_STRUCTS parameter. Update callers.
8192 (write_gc_roots): Handle TYPE_PARAM_STRUCT. Allow param_is
8194 (main): Define PTR as pointer-to-scalar. Don't specially
8195 mark deferred_string or ehl_map_entry.
8196 * gengtype-yacc.y (PARAM_IS): Add new token.
8197 (externstatic): Use adjust_field_type.
8198 (type_option): Add PARAM_IS.
8199 * gengtype-lex.l: Add rule for typedef of function pointers.
8200 Add rule for PARAM_IS.
8201 (IWORD): Add size_t.
8202 * except.c (exception_handler_label_map): Use gengtype to mark.
8203 (type_to_runtime_map): Likewise.
8204 (mark_ehl_map_entry): Delete.
8205 (mark_ehl_map): Delete.
8206 (init_eh): Use gengtype for roots; use GC to allocate hash tables.
8207 (t2r_mark_1): Delete.
8209 * Makefile.in (gtype-desc.o): Correct dependencies.
8210 (GTFILES): Add hashtab.h.
8211 (genautomata.o): Actually uses hashtab.h.
8213 * Makefile.in (stringpool.o): Add $(GGC_H).
8214 (dwarf2asm.o): Likewise.
8215 (GTFILES): Add hashtable.h.
8216 * c-common.h (struct c_common_identifier): Use gengtype.
8217 * c-decl.h (c_mark_tree): Delete.
8218 * c-lang.c (LANG_HOOKS_MARK_TREE): Delete.
8219 * c-tree.h (struct lang_identifier): Use gengtype.
8220 (union lang_tree_node): New.
8221 (c_mark_tree): Delete prototype.
8222 * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy
8224 * gengtype-lex.l (IWORD): Allow 'bool'.
8226 * gengtype-yacc.y (ALIAS): New token.
8227 (type_option): New rule.
8228 (option): Use type_option.
8229 * gengtype.c (process_gc_options): New.
8230 (set_gc_used_type): Use it.
8231 (write_gc_structure_fields): Add 'bitmap' parameter, change callers.
8232 Add new variable 't' to hold the type of the field being processed.
8233 Add more error checking. Use UNION_P when looking at 'desc' option.
8234 Handle language-specific structures containing other
8235 language-specific structures.
8236 (write_gc_types): Handle 'ptr_alias' option.
8237 (main): Don't need to specially output lang_type, lang_decl, lang_id2.
8238 * ggc-common.c (ggc_pending_trees): Delete.
8239 (ggc_mark_roots): Don't manipulate ggc_pending_trees.
8240 (ggc_mark_trees): Delete.
8241 (gt_ggc_m_tree_node): Delete.
8242 * ggc.h (ggc_pending_trees): Delete.
8243 (ggc_mark_tree): Make alias of gt_ggc_m_tree_node.
8244 * hashtable.h (ht_identifier): Use gengtype.
8245 * langhooks-def.h (LANG_HOOKS_MARK_TREE): Delete.
8246 * langhooks.h (struct lang_hooks): Delete mark_tree.
8247 * sdbout.c [! SDB_DEBUGGING_INFO]: Define dummy sdb_debug_hooks
8249 * system.h: Poison LANG_HOOKS_MARK_TREE.
8250 * tree.c (tree_node_structure): New.
8251 * tree.h (struct tree_common): Use gengtype.
8252 (struct tree_int_cst): Likewise.
8253 (struct tree_real_cst): Likewise.
8254 (struct tree_string): Likewise.
8255 (struct tree_complex): Likewise.
8256 (struct tree_vector): Likewise.
8257 (struct tree_identifier): Likewise.
8258 (struct tree_list): Likewise.
8259 (struct tree_vec): Likewise.
8260 (struct tree_exp): Likewise.
8261 (struct tree_block): Likewise.
8262 (struct tree_type): Likewise.
8263 (struct tree_decl): Likewise.
8264 (enum tree_structure_enum): New.
8265 (union tree_node): Use gengtype, with an alias.
8266 (tree_node_structure): Prototype.
8267 * objc/objc-lang.c (LANG_HOOKS_MARK_TREE): Delete.
8269 Merge to tag pch-merge-20020430. The LANG_HOOKS_FUNCTION_MARK
8270 macro was deleted. The LANG_HOOKS_FUNCTION_FREE macro was renamed
8271 to LANG_HOOKS_FUNCTION_FINAL.
8272 * Makefile.in (GTFILES): Add bitmap.h.
8273 * except.c (struct eh_region): Mark field 'aka' to be skipped.
8275 * config/alpha/alpha.c [TARGET_ABI_UNICOSMK]
8276 (alpha_init_machine_status): Give proper type.
8277 * Makefile.in (c-lang.o): Depend on gtype-c.h.
8278 (optabs.o): Depend on gt-optabs.h.
8279 (GTFILES): Add optabs.o.
8280 (gt-optabs.h): Add rule.
8281 * optabs.c: Include gt-optabs.h.
8283 * gengtype.c (set_gc_used_type): Correct some errors in last change.
8284 (write_gc_structure_fields): If a field which should be NULL is
8286 * c-pragma.c: Move struct align_stack and variable alignment_stack
8289 * config/xtensa/t-xtensa: Add dependencies for gt-xtensa.h.
8290 * config/xtensa/xtensa.c: Include gt-cris.h.
8291 (struct machine_function): Use gengtype to mark.
8292 * config/mmix/mmix.h (struct machine_function): Use gengtype
8294 * config/cris/t-cris: Add dependencies for gt-cris.h.
8295 * config/cris/cris.c: Include gt-cris.h.
8296 (struct machine_function): Use gengtype to mark.
8297 * config/rs6000/rs6000.h (struct machine_function): Use gengtype
8299 * doc/tm.texi (Per-Function Data): Delete references to
8300 mark_machine_status.
8301 * config/ia64/ia64.c (ia64_override_options): Don't set
8302 mark_machine_status.
8303 * config/i386/i386.c (override_options): Likewise.
8304 * config/d30v/d30v.c (d30v_init_expanders): Likewise.
8305 * config/arm/arm.c (arm_init_expanders): Likewise.
8306 * config/alpha/alpha.c (override_options): Likewise.
8307 * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO.
8308 * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
8309 (write_gc_structure_fields): Don't handle 'really' option.
8310 Handle 'maybe_null' option.
8311 (write_gc_types): Handle 'maybe_null' option.
8312 * function.h (struct function): Don't use "really".
8313 (mark_machine_status): Delete declaration.
8314 (mark_lang_status): Delete declaration.
8315 (gt_ggc_mr_machine_function): Delete prototype.
8316 (gt_ggc_mr_language_function): Delete prototype.
8317 * function.c (mark_machine_status): Delete.
8318 (mark_lang_status): Delete.
8319 (gt_ggc_mr_machine_function): Delete.
8320 (gt_ggc_mr_language_function): Delete.
8321 * c-tree.h (mark_c_function_context): Delete prototype.
8322 * c-objc-common.c (c_objc_common_init): Don't set mark_lang_status.
8323 * c-decl.c (struct language_function): Rename from struct
8324 c_language_function. Update uses. Use gengtype to mark.
8325 (mark_c_function_context): Delete.
8326 * c-common.h (struct c_language_function): Rename from struct
8328 (mark_stmt_tree): Delete prototype.
8329 (c_mark_lang_decl): Delete prototype.
8330 (mark_c_language_function): Delete prototype.
8331 * c-common.c (mark_stmt_tree): Delete.
8332 (c_mark_lang_decl): Delete.
8333 (mark_c_language_function): Delete.
8335 * gengtype.h (enum typekind): Add TYPE_LANG_STRUCT.
8336 (lang_bitmap): New typedef. Use where appropriate.
8337 (struct type): Add gc_used field, lang_struct field.
8338 (UNION_P): New macro.
8339 (new_structure): New prototype.
8340 (find_structure): Remove 'pos' parameter. Change all callers.
8341 * gengtype-lex.l: Update for changes to find_structure.
8342 * gengtype-yacc.y (typedef_struct): Use new_structure.
8343 (yacc_ids): Suppress warning.
8344 (type): Use new_structure.
8345 * gengtype.c (string_type): Update for changes to struct type.
8346 (find_structure): Just find a structure, don't worry about
8348 (new_structure): New.
8349 (note_yacc_type): Use new_structure.
8350 (set_gc_used_type): New.
8352 (write_gc_structure_fields): Allow for pointers to TYPE_LANG_STRUCT.
8353 (write_gc_types): Handle TYPE_LANG_STRUCT.
8354 (write_gc_marker_routine_for_structure): New.
8355 (main): Call set_gc_used. Add some calls to set_gc_used_type
8356 for places where GCC doesn't use gengtype properly yet.
8357 * ggc.h (gt_ggc_m_rtx_def): Don't prototype.
8358 (gt_ggc_m_tree_node): Likewise.
8360 * varasm.c (copy_constant): Call expand_constant if we hit
8361 something we can't recognise.
8363 * ggc-common.c (ggc_mark_rtvec_children): Delete.
8364 (ggc_mark_rtx_children): Use generic name for ggc_mark_rtvec.
8365 (lang_mark_false_label_stack): Delete.
8366 * rtl.h (struct rtvec_def): Use gengtype to mark.
8367 * ggc.h (ggc_mark_rtvec): Delete.
8368 (gt_ggc_m_rtvec_def): Delete.
8369 (ggc_mark_nonnull_tree): Delete.
8370 (ggc_mark_rtvec_children): Delete prototype.
8371 (lang_mark_false_label_stack): Delete declaration.
8373 * gengtype.h (note_yacc_type): Add prototype.
8374 * gengtype.c (note_yacc_type): New function.
8375 * gengtype-lex.l: Add lexer support for yacc files.
8376 * gengtype-yacc.y (start): Extract union from yacc files.
8377 (yacc_union): New rule.
8378 (yacc_typematch): New rule.
8379 (yacc_ids): New rule.
8380 (enum_items): Tweak for efficiency.
8381 (optionseq): Likewise.
8383 * c-common.h (struct language_function): Use gengtype.
8384 (struct c_lang_decl): Likewise.
8385 * c-tree.h (struct lang_decl): Likewise.
8386 (struct lang_type): Likewise.
8387 * c-decl.c (lang_mark_tree): Use generated marker routines to mark
8388 tree language substructures.
8390 * stringpool.c (mark_ident): Replace ggc_mark_nonnull_tree with
8392 * dwarf2asm.c (mark_indirect_pool_entry): Likewise.
8394 * varasm.c (struct rtx_const): Remove 'skip' tags for scalar arrays.
8396 * stmt.c (struct nesting): Add discriminator. Use gengtype to
8397 mark. Remove 'data.block.cleanup_ptr' field.
8398 (struct stmt_status): Use usual technique to mark struct nesting.
8399 (gt_ggc_mr_nesting_cond): Delete.
8400 (gt_ggc_mr_nesting_loop): Delete.
8401 (gt_ggc_mr_nesting_block): Delete.
8402 (gt_ggc_mr_nesting_case_stmt): Delete.
8403 (expand_start_cond): Set discriminator.
8404 (expand_start_loop): Likewise.
8405 (expand_start_null_loop): Likewise.
8406 (expand_start_bindings_and_block): Set discriminator. Don't set
8408 (expand_decl_cleanup): Replace 'cleanup_ptr' with
8409 &thisblock->data.block.cleanups.
8410 (expand_start_case): Set discriminator.
8411 (expand_start_case_dummy): Set discriminator.
8413 * ggc-callbacks.c: Remove.
8415 * gengtype.h (struct type): Add 'u.s.bitmap' field.
8416 (find_structure): Add 'pos' parameter.
8417 * gengtype-lex.l: Update callers to find_structure.
8418 * gengtype-yacc.y: Likewise.
8419 * gengtype.c (find_structure): Allow for structures to be defined
8420 in multiple language backends.
8421 (get_output_file_with_visibility): Include debug.h in gtype-desc.c.
8422 (counter): Rename to gc_counter.
8423 (write_gc_structure_fields): Fail when writing out fields for
8424 an incomplete structure. Ignore arrays of scalars. Handle
8426 (write_gc_types): Reset counter for each procedure written.
8428 * stmt.c (add_case_node): Use GGC to allocate struct case_node.
8429 (free_case_nodes): Delete.
8430 (expand_end_case_type): Delete call to free_case_nodes.
8432 * Makefile.in (cselib.o): Include gt-<filename>.h.
8434 (profile.o): Likewise.
8435 (alias.o): Likewise.
8436 (GTFILES): Add alias.c, cselib.c, gcse.c, profile.c, and
8437 alphabetize backend files.
8438 (gt-alias.h, gt-cselib.h, gt-gcse.h, gt-profile.h): New rules.
8439 * alias.c: Use gengtype for roots.
8440 * c-common.h (struct stmt_tree_s): Use gengtype.
8441 * c-decl.c: Use gengtype for roots.
8442 * cselib.c: Use gengtype for roots.
8443 * expr.c: Use gengtype for roots.
8444 * fold-const.c: Use gengtype for roots.
8445 * gcse.c: Use gengtype for roots.
8446 * gengtype-lex.l: Handle typedefs of function types.
8447 Allow for empty array bounds.
8448 Allow processing to stop on initialisers.
8449 * gengtype-yacc.y (externstatic): Stop processing on initialisers.
8450 (semiequal): New rule.
8451 * gengtype.c (create_file): Tidy output files.
8452 (get_output_file_with_visibility): Fix paren warning. Fix bug
8453 involving multiple input files mapping to one output file.
8454 (write_gc_structure_fields): Skip arrays of scalars.
8455 (write_gc_types): Tidy output files.
8456 (write_gc_root): New function.
8457 (write_gc_roots): Fix bugs, add support for roots that are
8459 * ggc-common.c (ggc_mark_rtx_ptr): Delete.
8460 (ggc_mark_tree_ptr): Delete.
8461 (ggc_add_rtx_root): Delete.
8462 (ggc_add_tree_root): Delete.
8463 (ggc_del_root): Delete.
8464 * integrate.c (get_func_hard_reg_initial_val): Use ggc_alloc to
8465 allocate struct initial_value_struct.
8466 * profile.c: Use gengtype for roots.
8467 * sdbout.c: Use gengtype for roots.
8468 * varasm.c (mark_weak_decls): Delete unused prototype.
8469 (mark_const_hash_entry): Delete unused function.
8470 * config/darwin-protos.h: Use gengtype for roots.
8471 (machopic_add_gc_roots): Delete.
8472 * config/arm/arm.c: Use gengtype for roots.
8473 * config/arm/arm.h: Use gengtype for roots.
8474 * config/c4x/c4x-protos.h: Use gengtype for roots.
8475 * config/c4x/c4x.c (c4x_add_gc_roots): Delete.
8476 * config/d30v/d30v-protos.h: Use gengtype for roots.
8477 * config/d30v/d30v.c (d30v_add_gc_roots): Delete.
8478 * config/dsp16xx/dsp16xx.c (override_options): Use gengtype for roots.
8479 * config/dsp16xx/dsp16xx.h: Use gengtype for roots.
8480 * config/ia64/ia64-protos.h: Use gengtype for roots.
8481 * config/ia64/ia64.c (ia64_add_gc_roots): Delete.
8482 * config/m68hc11/m68hc11-protos.h: Use gengtype for roots.
8483 * config/m68hc11/m68hc11.c (z_reg): Make global.
8484 (z_reg_qi): Make global.
8485 (m68hc11_add_gc_roots): Delete.
8486 * config/mcore/mcore-protos.h: Use gengtype for roots.
8487 * config/mcore/mcore.c (mcore_add_gc_roots): Delete.
8488 * config/mips/mips.c (mips_add_gc_roots): Delete.
8489 * config/mips/mips.h: Use gengtype for roots.
8490 * config/mmix/mmix.c (override_options): Use gengtype for roots.
8491 * config/mmix/mmix.h: Use gengtype for roots.
8492 * config/mn10200/mn10200.c (asm_file_start): Use gengtype for roots.
8493 * config/mn10200/mn10200.h: Use gengtype for roots.
8494 * config/pa/pa.c: Use gengtype for roots, marking.
8495 (struct deferred_plabel): Use GGC, gengtype.
8496 (pa_add_gc_roots): Delete.
8497 (mark_deferred_plabels): Delete.
8498 * config/pj/pj-protos.h: Use gengtype for roots.
8499 * config/pj/pj.h (OVERRIDE_OPTIONS): Don't define.
8500 * config/rs6000/rs6000.c: Use gengtype for roots. Don't call
8501 machopic_add_gc_roots.
8502 * config/rs6000/rs6000.h: Use gengtype for roots.
8503 * config/rs6000/t-darwin (darwin.o): Add dependency on gt-darwin.h.
8504 (gt-darwin.h): Add rule.
8505 * config/sh/sh.c: Use gengtype for roots.
8506 * config/sh/t-sh ($(out_object_file)): Add dependency on gt-sh.h.
8507 (gt-sh.h): Add rule.
8508 * config/sparc/sparc.c: Use gengtype for roots.
8509 (sparc_add_gc_roots): Delete.
8510 (struct ultrasparc_pipeline_state): Use GGC, gengtype.
8511 (mark_ultrasparc_pipeline_state): Delete.
8512 * config/sparc/sparc.h: Use gengtype for roots.
8514 * Makefile.in (c-parse.o): Update dependencies.
8515 (c-common.o): Likewise.
8516 (GTFILES): Add c-common.h, c-tree.h, c-common.c, c-parse.in.
8517 Add dependencies for the files they generate.
8518 * c-common.c: Replace ggc_add_* uses with GTY annotations.
8519 * c-common.h: Likewise.
8520 * c-decl.c: Likewise.
8521 (gt_ggc_mp_binding_level): Delete.
8522 * c-lang.c: Include gtype-c.h.
8523 * c-parse.in: Replace ggc_add_* uses with GTY annotations. Include
8525 * c-pragma.h: Replace ggc_add_* uses with GTY annotations.
8526 (gt_ggc_mp_align_stack): Delete.
8527 * c-tree.h: Replace ggc_add_* uses with GTY annotations.
8528 * function.c: Replace ggc_add_* uses with GTY annotations.
8529 (gt_ggc_mp_function): Delete.
8530 * function.h: Replace ggc_add_* uses with GTY annotations.
8531 * gengtype.c (lang_names): New.
8532 (NUM_BASE_FILES): New.
8533 (open_base_files): Create language base files.
8535 (get_file_basename): New.
8536 (get_base_file_bitmap): New.
8537 (get_output_file_with_visibility): Rename from get_output_file.
8538 Add more mappings for various C/Objc filenames.
8539 (finish_root_table): New.
8540 (write_gc_roots): Handle dependencies and scoping properly.
8541 * gengtype.h: Add prototypes for new functions.
8542 * ggc-common.c (struct deletable_root): Delete.
8543 (deletables): Delete.
8544 (ggc_add_deletable_root): Delete.
8545 (ggc_mark_roots): No need to deal with deleted functionality.
8546 * ggc.h (ggc_add_deletable_root): Delete prototype.
8547 * objc/Make-lang.in (objc-act.o): Add gtype-objc.h dependency.
8548 (gtype-objc.h): Add rule to create.
8549 * objc/config-lang.in (gtfiles): New.
8550 * objc/objc-act.c: Allocate imp_list using GGC. Replace uses of
8551 ggc_add_* with GTY markers. Include gtype-objc.h.
8552 (ggc_mark_imp_list): Delete.
8553 * objc/objc-act.h: Replace uses of ggc_add_* with GTY markers.
8554 * objc/objc-lang.c: Random Whitespace Change.
8556 * except.h (exception_handler_labels): Delete.
8557 (get_exception_handler_labels): New.
8558 * except.c (exception_handler_labels): Delete.
8559 (struct eh_status): Add exception_handler_labels field.
8560 (doing_eh): Don't add exception_handler_labels as root.
8561 (free_eh_status): Don't need to free exception_handler_labels.
8562 (get_exception_handler_labels): New.
8563 (find_exception_handler_labels): Update for move of
8564 exception_handler_labels.
8565 (remove_exception_handler_label): Likewise.
8566 * cfgrtl.c (can_delete_label_p): Use get_exception_handler_labels.
8567 * jump.c (rebuild_jump_labels): Likewise.
8568 * loop.c (find_and_verify_loops): Likewise.
8569 * sched-rgn.c (is_cfg_nonregular): Likewise.
8571 * gengtype.c (write_gc_structure_fields): Handle variable-length
8574 * varasm.c (struct weak_syms): Use GGC, gengtype.
8575 (mark_weak_decls): Delete.
8576 (weak_decls): Likewise.
8577 (add_weak): Likewise.
8578 (remove_from_pending_weak_list): Likewise.
8579 (init_varasm_once): Likewise.
8581 * Makefile.in (gtype-desc.o): Add libfuncs.h dependency.
8582 (GTFILES): Add tree.h, libfuncs.h, emit-rtl.c, explow.c,
8583 stor-layout.c, regclass.c, and lists.c.
8584 Add dependencies of gt-emit-rtl.h gt-explow.h gt-stor-layout.h
8585 gt-regclass.h and gt-lists.h on s-gtype.
8586 * emit-rtl.c: Use gengtype for roots. Include gt-emit-rtl.h.
8587 * except.c: Use gengtype for roots.
8588 * explow.c: Use gengtype for roots. Include gt-explow.h.
8589 * expr.h (init_stor_layout_once): Delete prototype.
8590 * function.c: Use gengtype for roots.
8591 * gengtype-lex.l: Add ENT_EXTERNSTATIC lexing.
8592 * gengtype-yacc.y (start): Can also be an externstatic.
8593 (externstatic): New production.
8594 (struct_fields): Correct array bounds inversion for 2-d arrays.
8595 * gengtype.c (variables): New variable.
8596 (note_variable): New function.
8597 (get_output_file): Include libfuncs.h into gtype-desc.c.
8598 (get_output_file_name): New function.
8599 (write_gc_structure_fields): Suppress warnings.
8600 (write_gc_types): Make static.
8601 (put_mangled_filename): New function.
8602 (write_gc_roots): New function.
8603 (main): Call write_gc_roots.
8604 * gengtype.h (note_variable): Prototype.
8605 (get_output_file_name): Prototype.
8606 (write_gc_types): Delete prototype.
8607 * ggc.h: Clean up unnecessary structure predefinitions.
8608 (struct ggc_root_tab): Define.
8609 (gt_ggc_m_rtx_def): Make function, not macro.
8610 (gt_ggc_m_tree_node): Likewise.
8611 * libfuncs.h: Use gengtype for roots.
8612 * lists.c: Use gengtype for roots. Include gt-lists.h.
8613 (init_EXPR_INSN_LIST_cache): Delete.
8614 * optabs.c: Use gengtype for roots.
8615 (gt_ggc_mp_optab): Delete.
8616 * optabs.h: Use gengtype for roots.
8617 * regclass.c: Use gengtype for roots. Include gt-regclass.h.
8618 * rtl.h: Use gengtype for roots.
8619 (init_EXPR_INSN_LIST_cache): Delete prototype.
8620 * stor-layout.c: Use gengtype for roots.
8621 Include gt-stor-layout.h.
8622 (init_stor_layout_once): Delete.
8623 * toplev.c: Use gengtype for roots. Delete calls to deleted
8625 * tree.c: Use gengtype for roots.
8626 * tree.h: Use gengtype for roots.
8627 * varasm.c: Use gengtype for roots.
8629 * Makefile.in (GTFILES): Add @all_gtfiles@.
8630 * configure: Regenerate.
8631 * configure.in: Construct all_gtfiles from the gtfiles definitions
8633 * gengtype-yacc.y (type): Warn about duplicate structure names.
8634 * gengtype.c (get_output_file): Handle .c files in language
8637 * Makefile.in (GTFILES): Run gengtype on all the config files
8638 and on the target .c file.
8639 * except.c (mark_eh_region): Delete.
8640 (init_eh_for_function): Use GGC on struct eh_status.
8641 (mark_eh_status): Delete.
8642 (free_eh_status): Use GGC.
8643 (expand_eh_region_start): Use GGC to
8644 (collect_eh_region_array): Allocate last_region_number using GGC.
8645 (duplicate_eh_region_1): Use GGC to allocate struct eh_region.
8646 (remove_eh_handler): Let GGC free struct eh_region.
8647 (add_call_site): Use GGC to reallocate call_site_record array.
8648 * function.c (init_machine_status): Update calling sequence.
8649 (mark_machine_status): Likewise.
8650 (mark_lang_status): Likewise.
8651 (prepare_function_start): Update init_machine_status call.
8652 (mark_function_status): Delete.
8653 (maybe_mark_struct_function): Delete.
8654 (ggc_mark_struct_function): Delete.
8655 (gt_ggc_mp_function): New.
8656 (gt_ggc_mr_machine_function): New.
8657 (gt_ggc_mr_language_function): New.
8658 (init_function_once): Use canonical names.
8659 * function.h (struct function): Use gengtype.
8660 (init_machine_status): Return the structure.
8661 (mark_machine_status): Take a 'void *'.
8662 (mark_lang_status): Likewise.
8663 * ggc-common.c (ggc_mark_trees): Use canonical name for
8664 ggc_mark_struct_function.
8665 * tree.h (ggc_mark_struct_function): Delete prototype.
8666 * config/alpha/alpha.c (alpha_mark_machine_status): Delete.
8667 (alpha_init_machine_status): Likewise.
8668 (override_options): Use canonical name for alpha_mark_machine_status.
8669 * config/alpha/unicosmk.h (struct machine_function): Use gengtype.
8670 * config/arm/arm.h (struct machine_function): Use gengtype.
8671 * config/arm/arm.c (arm_mark_machine_status): Delete.
8672 (arm_init_machine_status): Update calling sequence.
8673 (arm_init_expanders): Use canonical name for arm_mark_machine_status.
8674 * config/cris/cris.c (cris_init_machine_status): Update
8676 * config/d30v/d30v.h (struct machine_function): Use gengtype.
8677 * config/d30v/d30v.c (d30v_init_machine_status): Update
8679 (d30v_mark_machine_status): Delete.
8680 * config/i386/i386.c: Include gt-i386.h.
8681 (struct machine_function): Use gengtype.
8682 (ix86_init_machine_status): Update calling sequence.
8683 (ix86_mark_machine_status): Delete.
8684 (override_options): Use canonical namke for ix86_mark_machine_status.
8685 * config/ia64/ia64.h (struct machine_function): Use gengtype.
8686 * config/ia64/ia64.c (ia64_init_machine_status): Update calling
8688 (ia64_mark_machine_status): Delete.
8689 (ia64_override_options): Use canonical name for
8690 ia64_mark_machine_status.
8691 * config/mmix/mmix.c (mmix_init_machine_status): Update calling
8693 * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
8694 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
8695 * gengtype.c (get_output_file): Fix warning.
8696 (main): Add prototype to suppress warning.
8697 * tree.c: Remove tree_hash_mark prototype.
8699 * tree.h (init_stmt): Delete prototype.
8700 * toplev.c (lang_independent_init): Don't call init_stmt.
8701 * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.
8702 (stmt_obstack): Delete.
8703 (POPSTACK): No need to free 'struct nesting'.
8704 (gt_ggc_mr_nesting_cond): Use canonical names.
8705 (gt_ggc_mr_nesting_loop): Use canonical names.
8706 (gt_ggc_mr_nesting_block): Use canonical names.
8707 (gt_ggc_mr_nesting_case_stmt): Use canonical names.
8708 (mark_stmt_status): Delete.
8709 (init_stmt): Delete.
8710 (clear_last_expr): Clear both last_expr_type and last_expr_value.
8711 Use it everywhere that last_expr_type was cleared.
8712 * lists.c (init_EXPR_INSN_LIST_cache): Use ggc_add_deletable_root.
8713 (zap_lists): Delete.
8714 * ggc.h (ggc_add_deletable_root): Prototype.
8715 (mark_stmt_status): Remove prototype.
8716 * ggc-common.c (ggc_add_deletable_root): New.
8717 (ggc_mark_roots): Handle deletable roots.
8718 * function.c (ggc_mark_struct_function): Use canonical name
8719 for mark_stmt_status.
8720 * emit-rtl.c (free_sequence_stack): New.
8721 (start_sequence): Use a freelist for sequences.
8722 (end_sequence): Likewise.
8723 (init_emit_once): Add free_sequence_stack as a deleteable root.
8724 * c-pragma.c Include gt-c-pragma.h.
8725 (struct align_stack): Use gengtype.
8726 (push_alignment): Use GGC for struct align_stack.
8727 (mark_align_stack): Delete.
8728 (gt_ggc_mp_align_stack): New.
8729 (init_pragma): Use canonical name for mark_align_stack.
8730 * c-decl.c: Include gt-c-decl.h.
8731 (struct binding_level): Use gengtype.
8732 (make_binding_level): Use GGC; handle the freelist here.
8733 (pop_binding_level): New.
8734 (pushlevel): Move code into make_binding_level.
8735 (push_label_level): Likewise.
8736 (poplevel): Move code into pop_binding_level.
8737 (pop_label_level): Likewise.
8738 (mark_binding_level): Delete.
8739 (gt_ggc_mp_binding_level): New.
8740 (c_init_decl_processing): Use canonical name for mark_binding_level.
8741 Add free_binding_level as deletable root.
8742 (mark_c_function_context): Use canonical name for mark_binding_level.
8743 * Makefile.in (c-decl.o): Add gt-c-decl.h.
8744 (c-pragma.o): Add gt-c-pragma.h.
8745 (GTFILES): Add c-decl.c and c-pragma.c.
8746 (gt-c-decl.h, gt-c-pragma.h): Create using gengtype.
8748 * tree.c (struct type_hash): Use gengtype.
8749 (init_obstacks): Use canonical name for type_hash_mark.
8750 (type_hash_mark): Delete.
8752 * rtl.h (struct mem_attrs): Use gengtype.
8753 * optabs.h (struct optab): Use gengtype.
8754 * optabs.c (expand_binop): Squish signed/unsigned warning.
8755 (mark_optab): Make local, use canonical name, use autogenerated
8757 (init_optabs): Use canonical name for mark_optab.
8758 (new_optab): Use GGC to allocate optabs.
8759 * ggc.h: Delete mark_optab prototype.
8760 * ggc-common.c (ggc_mark_rtx_children): Use canonical name for
8761 mem_attrs marker procedure.
8762 * gengtype.c (get_output_file): Include headers in gtype-desc.c
8763 explicitly rather than deducing them from file names.
8764 (write_gc_structure_fields): Handle arrays of structures.
8765 (main): Return non-zero exit code if errors occur during output.
8766 * emit-rtl.c (mem_attrs_mark): Delete.
8767 (init_emit_once): Use canonical name for mem_attrs marker procedure.
8768 * Makefile.in (gtype-desc.o): Explicitly name dependencies.
8769 (tree.o): Depend on gt-tree.h.
8770 (GTFILES): Add rtl.h, optabs.h, tree.c.
8771 (gt-tree.h): Add it to s-gtype rule.
8773 * .cvsignore: Ignore gengtype flex/bison generated files.
8774 * Makefile.in (GGC_H): Add gtype-desc.h.
8775 (OBJS): Add gtype-desc.o.
8776 (GEN): Add gengtype.
8777 (STAGESTUFF): Add gengtype.
8778 (varasm.o): Add gt-varasm.h.
8779 (stmt.o): Add gt-stmt.h.
8780 (except.o): Add gt-except.h.
8781 (integrate.o): Add gt-integrate.h.
8783 Add new rules for new files.
8784 * configure: Regenerate.
8785 * configure.in: Correct defaults.h paths.
8786 * emit-rtl.c (mark_sequence_stack): Delete.
8787 (mark_emit_status): Delete.
8788 (start_sequence): Allocate sequence structures using GGC.
8789 (end_sequence): Allocate sequence structures using GGC.
8790 * except.c: Use gengtype for various structures. Include
8792 * expr.c (mark_expr_status): Delete.
8793 * function.c: Use gengtype for various structures. Include
8795 (mark_function_status): Use standard gt_ggc names for marker functions.
8796 (ggc_mark_struct_function): Likewise.
8797 * function.h: Use gengtype for various structures.
8798 * gengtype-lex.l: New file.
8799 * gengtype-yacc.y: New file.
8800 * gengtype.c: New file.
8801 * gengtype.h: New file.
8802 * ggc.h: Include gtype-desc.h. Alias some marker procedures to
8803 the standard names. Remove some now-unnecessary prototypes.
8804 * integrate.c: Use gengtype for various structures. Include
8806 (mark_hard_reg_initial_vals): Delete.
8807 * integrate.h (mark_hard_reg_initial_vals): Delete.
8808 * stmt.c: Use gengtype for various structures. Include
8810 (mark_case_node): Delete.
8811 (mark_goto_fixup): Delete.
8812 (mark_stmt_status): Use standard gt_ggc names for marker functions.
8813 * system.h: Define GTY to empty. In flex/bison files,
8814 don't poison malloc or realloc, instead just define them to
8815 xmalloc and xrealloc.
8816 * varasm.c: Use gengtype for various structures. Include
8817 gt-varasm.h. Use standard gt_ggc names for marker functions.
8818 (mark_pool_constant): Delete.
8819 (mark_varasm_status): Delete.
8820 (decode_rtx_const): #if 0 out non-typesafe hack.
8822 * function.h (free_lang_status): Mark as obsolete.
8823 * function.c (free_lang_status): Mark as obsolete.
8824 * c-decl.c (push_c_function_context): Use GC to allocate and free
8825 struct language_function.
8826 (pop_c_function_context): Likewise.
8827 * c-common.c (mark_c_language_function): Mark struct
8830 * doc/tm.texi (Per-Function Data): Don't document free_machine_status.
8831 Document that the machine_function structures must be allocated
8832 using GC. Update mark_machine_status documentation.
8833 * function.h: Don't declare free_machine_status.
8834 * function.c (free_machine_status): Don't define.
8835 (free_after_compilation): Don't call free_machine_status.
8836 (ggc_mark_struct_function): Mark f->machine. Call
8837 mark_machine_status only on non-NULL pointers.
8838 * system.h: Poison free_machine_status.
8839 * config/xtensa/xtensa.c (xtensa_init_machine_status): Use GC on
8840 struct machine_function.
8841 (xtensa_free_machine_status): Delete.
8842 (override_options): Don't set free_machine_status.
8843 * config/rs6000/rs6000.c (rs6000_override_options): Don't set
8844 free_machine_status.
8845 (rs6000_init_machine_status): Use GC on struct machine_function.
8846 (rs6000_free_machine_status): Delete.
8847 * config/ia64/ia64.c (ia64_init_machine_status): Use GC on struct
8849 (ia64_mark_machine_status): Likewise.
8850 (ia64_free_machine_status): Delete.
8851 (ia64_override_options): Don't set free_machine_status.
8852 * config/i386/i386.c (override_options): Don't set
8853 free_machine_status.
8854 (ix86_init_machine_status): Use GC on struct machine_function.
8855 (ix86_mark_machine_status): Likewise.
8856 (ix86_free_machine_status): Delete.
8857 * config/d30v/d30v.c: (d30v_init_machine_status): Use GC on struct
8859 (d30v_mark_machine_status): Likewise.
8860 (d30v_free_machine_status): Delete.
8861 (d30v_init_expanders): Don't set free_machine_status.
8862 * config/arm/arm.c (arm_mark_machine_status): Use GC on struct
8864 (arm_init_machine_status): Likewise.
8865 (arm_free_machine_status): Delete.
8866 (arm_init_expanders): Don't set free_machine_status.
8867 * config/alpha/alpha.c (override_options): Don't set
8868 free_machine_status.
8869 (alpha_init_machine_status): Use GC on struct machine_function.
8870 (alpha_mark_machine_status): Likewise.
8871 (alpha_free_machine_status): Delete.
8873 * varasm.c (compare_constant): Fix typo.
8875 * varasm.c: Don't include obstack.h.
8876 (struct varasm_status): x_const_rtx_hash_table is a hash of rtxes.
8877 (struct rtx_const): Give substructures names, improve formatting.
8878 (struct constant_descriptor): Delete.
8879 (struct constant_descriptor_tree): New, based on constant_descriptor.
8880 (const_hash_table): Is a hash table of trees.
8881 (mark_const_hash_entry): Is used for hashes of trees. Mark
8882 constant_descriptor_tree structure.
8883 (mark_const_str_htab_1): Mark deferred_string structure.
8884 (compare_constant): Rewrite to compare trees.
8885 (compare_constant_1): Delete.
8886 (record_constant): Delete.
8887 (record_constant_1): Delete.
8888 (output_constant_def): Use struct constant_descriptor_tree.
8889 Don't duplicate trees twice.
8890 (struct constant_descriptor_rtx): New.
8891 (struct pool_constant): Used for rtx constants.
8892 (init_varasm_status): Update for change to struct varasm_status.
8893 (mark_varasm_status): Likewise.
8894 (free_varasm_status): Delete.
8895 (compare_constant_rtx): Rewrite to handle constant_descriptor_rtx.
8896 (record_constant_rtx): Likewise.
8897 (mem_for_const_double): Update to use struct constant_descriptor_rtx.
8898 (force_const_mem): Likewise.
8899 * Makefile.in (varasm.o): Doesn't depend on obstack.h.
8900 * function.c (free_after_compilation): Don't use free_varasm_status.
8901 * function.h: Don't prototype free_varasm_status.
8903 * ggc-common.c (ggc_realloc): Handle X being NULL.
8905 * ggc-common.c (ggc_realloc): New function.
8906 * ggc.h: Prototype it.
8907 * emit-rtl.c (free_emit_status): Delete.
8908 (init_emit): Allocate emit subarrays using GC.
8909 (gen_reg_rtx): Reallocate subarrays using GC.
8910 (init_emit): Use GC to allocate 'struct emit_status' and its
8912 (mark_emit_status): Mark structure and its subarrays.
8913 * stmt.c (free_stmt_status): Delete.
8914 * expr.c (free_expr_status): Delete.
8915 * function.h: Remove prototypes for deleted functions.
8916 * function.c (free_after_compilation): Don't use deleted functions.
8917 Don't call free() on x_parm_reg_stack_loc.
8918 (free_after_parsing): Don't use free_stmt_status.
8919 (assign_parms): Use GC to allocate and resize x_parm_reg_stack_loc.
8920 (mark_function_status): Mark x_parm_reg_stack_loc.
8922 * varasm.c (init_varasm_status): Use GC to allocate
8923 'struct varasm_status' and its fields x_const_rtx_hash_table
8924 and x_const_rtx_sym_hash_table.
8925 (mark_varasm_status): Mark them.
8926 (free_varasm_status): Use GC to free them.
8927 * expr.c (init_expr): Use GC to allocate 'struct expr_status'.
8928 (mark_expr_status): Mark the structure itself.
8929 (free_expr_status): Use GC to free the structure.
8930 * stmt.c (free_stmt_status): Use GC to free 'struct stmt_status'.
8931 (mark_stmt_status): Mark the 'struct stmt_status' itself.
8932 (init_stmt_for_function): Allocate the structure for GC.
8934 * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
8935 (equate_type_number_to_die): Likewise.
8936 * tree.h (TYPE_SYMTAB_DIE): New macro.
8937 (struct die_struct): Predeclare.
8938 (struct tree_type): Add field symtab.die. Add a tag
8939 to the union type of field symtab.
8941 * varray.h (VARRAY_RTVEC_INIT): A varray of rtvec contains
8942 'struct rtvec_def *', not 'struct rtvec_def'.
8944 * function.h (original_arg_vector): Make a real rtvec.
8945 * function.c (ggc_mark_struct_function): Adjust.
8946 * integrate.c (expand_inline_function): Adjust.
8948 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
8950 * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*)
8951 (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
8952 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
8953 (TARGET_VERSION_CPU): Define according to the
8955 (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
8957 (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
8958 if TARGET_SHMEDIA64.
8959 (LINK_DEFAULT_CPU_EMUL): Define according to the
8961 (SUBTARGET_LINK_EMUL_SUFFIX): Define.
8962 (SUBTARGET_LINK_SPEC): Define.
8963 (LINK_SPEC): Use SH_LINK_SPEC.
8965 (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
8966 (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
8967 and TARGET_SHMEDIA64 which abort, for now.
8968 * config/sh/t-netbsd-sh5: New file.
8969 * config/sh/t-netbsd-sh5-32: New file.
8970 * config/sh/t-netbsd-sh5-64: New file.
8972 2002-06-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
8973 Richard Henderson <rth@redhat.com>
8975 * config/alpha/alpha.c (reg_or_const_int_operand): New.
8976 (some_operand, input_operand): Accept CONST_VECTOR.
8977 (alpha_extra_constraint): Add 'W'.
8978 (alpha_expand_zap_mask): New.
8979 (alpha_expand_builtin_vector_binop): New.
8980 (enum alpha_builtin): New.
8981 (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
8982 (alpha_init_builtins, alpha_expand_builtin): New.
8983 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
8984 * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
8985 (PREDICATE_CODES): Update.
8986 * config/alpha/alpha-protos.h: Update.
8987 * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
8988 UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
8989 (movv8qi, movv8qi_fix, movv8qi_nofix): New.
8990 (movv4hi, movv4hi_fix, movv4hi_nofix): New.
8991 (movv2si, movv2si_fix, movv2si_nofix): New.
8992 (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
8993 (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
8994 (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
8995 builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
8996 builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
8997 builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
8998 builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
8999 pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
9000 builtin_unpkbw, unpkbw): New.
9001 * doc/extend.texi (Alpha Built-in Functions): New.
9003 2002-06-03 Richard Henderson <rth@redhat.com>
9005 * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
9006 USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
9008 2002-06-03 Richard Henderson <rth@redhat.com>
9010 * config/alpha/alpha-protos.h: Eliminate unneeded ifdefs.
9012 * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
9013 (const0_operand): New.
9014 (reg_or_fp0_operand, fp0_operand): Remove.
9015 * config/alpha/alpha.h (PREDICATE_CODES): Update.
9016 * config/alpha/alpha-protos.h: Update.
9017 * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
9018 and fp0_operand with reg_or_0_operand and const0_operand.
9020 2002-06-03 Dan Nicolaescu <dann@godzilla.ics.uci.edu>
9022 * alias.c (nonoverlapping_memrefs_p): Fix off by one error.
9024 2002-06-03 Roger Sayle <roger@eyesopen.com>
9026 * gcse.c (cprop_jump): Use single_set to get the pattern
9027 from the setcc argument.
9029 2002-06-03 Gabriel Dos Reis <gdr@codesourcery.com>
9031 * diagnostic.h (diagnostic_count): Move from output_buffer to
9033 (diagnostic_kind_count): Adjust definition.
9035 Mon Jun 3 19:11:53 CEST 2002 Jan Hubicka <jh@suse.cz>
9037 * except.c (except.c): Do not rebuild CFG.
9038 * toplev.c (rest_of_compilation): Recompute CFG after sibcall
9041 Mon Jun 3 11:53:01 CEST 2002 Jan Hubicka <jh@suse.cz>
9043 * integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
9044 * toplev.c: Include cfglahout.h
9045 * Makefile.in (toplev.c): Add dependnecy.
9047 2002-06-03 Neil Booth <neil@daikokuya.demon.co.uk>
9049 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): New.
9050 (CPP_CPU32_SPEC, CPP_CPU64_SPEC): Kill.
9051 (CPP_CPUCOMMON_SPEC): Rename CPP_CPU_SPEC.
9053 2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
9055 * config/ns32k/netbsd.h: Update copyright years.
9056 (TARGET_OS_CPP_BUILTINS): Define.
9057 (CPP_PREDEFINES): Remove.
9058 * config/ns32k/ns32k.h (CPP_PREDEFINES): Remove.
9059 (TARGET_CPU_CPP_BUILTINS): Define.
9061 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
9063 * emit-rtl.c: Fix formatting.
9064 * errors.h: Likewise.
9065 * except.c: Likewise.
9066 * explow.c: Likewise.
9067 * expmed.c: Likewise.
9071 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
9073 * config/h8300/elf.h: Fix formatting.
9074 * config/h8300/rtems.h: Likewise.
9076 2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
9078 * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
9080 2002-06-02 Tom Tromey <tromey@redhat.com>
9082 * fixinc/fixincl.x: Rebuilt.
9083 * fixinc/inclhack.def (thread_keyword): Match `*__thread'.
9085 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9088 * i370.h (TARGET_CPU_CPP_BUILTINS): Use.
9089 * linux.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES.
9093 Mon Jun 3 00:18:20 CEST 2002 Jan Hubicka <jh@suse.cz>
9095 * final.c (final): Allow notes to not have computed addresses;
9096 kill no longer needed STACK_REGS ifdef.
9098 2002-06-02 Richard Henderson <rth@redhat.com>
9100 * gcse.c (bypass_conditional_jumps): Fix typo last change.
9102 Sun Jun 2 23:02:11 CEST 2002 Jan Hubicka <jh@suse.cz>
9104 * loop.c (emit_prefetch_instructions): Properly place the address
9107 Sun Jun 2 22:56:48 CEST 2002 Jan Hubicka <jh@suse.cz>
9109 * basic-block.h (basic_block_for_insn, BLOCK_FOR_INSN): Kill.
9110 (set_block_for_insn): Turn into macro.
9111 * cfgbuild.c (find_basic_block): Do not clear basic_block_for_insn.
9112 * cfglayout.c (insn_scopes): Kill.
9113 (scope_to_insns_initialize): Do not use insn_scopes.
9114 (scope_to_insns_finalize): Likewise.
9115 (duplicate_insn_chain): Likewise.
9116 (cfg_layout_initialize, cfg_layout_finalize): Do not turn scopes to notes.
9117 * cfgrtl.c (basic_block_for_insn): Kill.
9118 (delete_insn_and_edges, delete_insn_chain_and_edges): Simplify.
9119 (create_basic_block_structure): Use reorder_insns.
9120 (compute_bb_for_insn): Do not use basic_block_for_insn.
9121 (merge_blocks_nomove): Likewise.
9122 (update_bb_for_insn): Likewise.
9123 (verify_flow_info): Likewise.
9124 (set_block_for_insn): Kill.
9125 * combine.c (try_combine): Update gen_rtx_INSN call.
9126 * emit-rtl.c (gen_label_rtx): Update gen_rtx_CODE_LABEL call.
9127 (mark_insn_raw, make_jump_insn_raw, make_call_insn_raw): Clear
9129 (add_insn_after, add_insn_before, remove_insn, reorder_insns): Simplify.
9130 (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
9132 (emit_insns_after): Simplify.
9133 (emit_copy_of_insn_after): Copy scope.
9134 * final.c (final_start_function): Lower scopes.
9135 * flow.c (check_function_return_warnings): Do not rely on deleted insn.
9136 * integrate.c (copy_insn_list): Cope scopes.
9137 * jump.c (duplicate_loop_exit_test): LIkewise; simplify.
9138 * loop.c (loop_optimize): Do not care block notes.
9139 * print-rtl.c (print_rtx): Print BB.
9140 * recog.c (apply_change_group): Simplify.
9141 * rtl.c (copy_rtx): Handle 'B'.
9142 * rtl.def (INSN, CALL_INSN, JUMP_INSN, NOTE): Add extra fields.
9143 * rtl.h (Field accessors): Update indexes.
9144 * sched-ebb.c (schedule_ebbs): Do not lower notes.
9145 * sched-rgn.c (schedule_insns): Likewise.
9146 * toplev.c (rest_of_compilation): Lower notes.
9147 * unroll.c (unroll_loop): Do not care scoping notes.
9148 (copy_loop_body): Copy scopes.
9150 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9153 * elf.h: Use TARGET_OS_CPP_BUILTINS rather than
9155 * rtems.h: Similarly.
9156 * h8300.h (CPP_PREDEFINES, CPP_SPEC, SUBTARGET_CPP_SPEC,
9157 EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
9158 (TARGET_CPU_CPP_BUILTINS): Use.
9160 2002-06-02 Richard Henderson <rth@redhat.com>
9162 * alias.c: Include target.h.
9163 (mark_constant_function): Use targetm.binds_local_p instead
9164 of checking TREE_PUBLIC ourselves.
9165 * Makefile.in (alias.o): Add TARGET_H.
9167 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9169 * c-lex.c: Update copyright and file description.
9171 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9173 * config/fr30/fr30.h: Update to new CPP macros.
9175 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9177 * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
9179 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9180 Zack Weinberg <zack@codesourcery.com>
9182 * c-common.c (c_common_init): Override cpplib's default
9183 warn_long_long setting.
9184 * c-lex.c (lex_number): Replace with interpret_integer,
9185 interpret_float, narrowest_unsigned_type and
9186 narrowest_signed_type, taking advantage of the new
9187 cpplib functionality.
9188 * cpperror.c (_cpp_begin_message): If a warning is turned
9189 into an error, avoid printing "warning:".
9190 * cppexp.c (cpp_num_sign_extend): New.
9191 * cppinit.c: Update comment.
9192 * cpplib.h (cpp_num_sign_extend): New.
9193 * tree.h: Update comment.
9195 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
9197 * diagnostic.h (struct diagnostic_context): Add new member
9199 (internal_error_function): Remove declaration.
9200 * diagnostic.c (internal_error_function): Remove definition..
9201 (internal_error): Adjust use.
9203 2002-06-02 Richard Henderson <rth@redhat.com>
9205 * rtl.h (CC0_P): New.
9206 * gcse.c (cprop_jump): Use it with single_set. Tweak dump text.
9207 (cprop_insn): Allow any mode register; use CC0_P. CSE out single_set.
9208 (bypass_block): Save old dest block for dump text.
9209 (bypass_conditional_jumps): Allow any mode register; use CC0_P.
9210 Allow only true SET insns, not single_set.
9212 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
9214 * diagnostic.c (diagnostic_finish): Rename to output_flush.
9215 (clear_disgnostic_info): Rename to output_clear_data. Use false
9216 instead of 0 for boolean value.
9217 Adjust function call throughout.
9219 Sun Jun 2 19:15:27 CEST 2002 Jan Hubicka <jh@suse.cz>
9221 * cfgrtl.c (commit_one_edge_insertion): Fix warning.
9222 * gcse.c (bypass_conditional_jumps): CSE out single_set call.
9224 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9226 * d30v.h (CPP_PREDEFINES): Replace with
9227 (TARGET_CPU_CPP_BUILTINS): New.
9229 2002-06-02 Roger Sayle <roger@eyesopen.com>
9231 * config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
9233 Sun Jun 2 12:11:52 CEST 2002 Jan Hubicka <jh@suse.cz>
9235 * gcse.c (bypass_conditional_jumps): Use single set to obtain set.
9237 2002-06-02 Richard Henderson <rth@redhat.com>
9239 * rtlanal.c (volatile_refs_p): Not automatically true for CALL.
9241 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
9243 Support for C++ constructors/destructors.
9244 * config/avr/avr.c (avr_output_function_epilogue): Jump to exit()
9245 instead of looping if main() returns.
9246 (asm_file_start): Output global symbols that cause .data and .bss
9247 initialization code to be linked in, unconditionally for now.
9248 (avr_asm_out_ctor, avr_asm_out_dtor): New functions.
9249 * config/avr/avr.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): New.
9250 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
9252 * config/avr/libgcc.S (_exit): Split in .fini9 and .fini0 sections.
9253 (__tablejump__): New.
9254 (__do_copy_data, __do_clear_bss): New.
9255 (__do_global_ctors, __do_global_dtors): New.
9256 * config/avr/t-avr (LIB1ASMFUNCS): Add _copy_data, _clear_bss,
9259 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
9261 * c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): New.
9262 (CPP_SPEC, CPP_PREDEFINES): Kill.
9263 * c4x/rtems.h (CPP_PREDEFINES): Kill.
9264 (TARGET_OS_CPP_BUILTINS): New.
9266 Sat Jun 1 23:29:51 CEST 2002 Jan Hubicka <jh@suse.cz>
9268 * Makefile.in (tracer.o): New.
9269 * params.def (TRACER_*): New options.
9270 * rtl.h (tracer): Declare.
9271 * timevar.def (TV_TRACER): New.
9272 * toplev.c (dump_file_index): Add DFI_tracer.
9273 (dump_file_info): Add tracer.
9275 (lang_indepdenent_options): Add tracer.
9276 (rest_of_compilation): Call tracer.
9277 * tracer.c: New file.
9278 * invoke.texi (-ftracer): Document.
9279 (--param tracer-*): Document.
9281 2002-06-01 Daniel Berlin <dberlin@dberlin.org>
9283 * tree-inline.c (expand_call_inline): Make the statement
9284 expression we generate have a COMPOUND_STMT.
9286 2002-06-01 Roger Sayle <roger@eyesopen.com>
9288 * gcse.c (cprop_cc0_jump): Function deleted.
9289 (cprop_jump): Take an additional argument which is the possibly
9290 NULL cc setting insn immediately before the conditional jump.
9291 When a MODE_CC set is present, substitute it into the JUMP_INSN
9292 before attempting the constant propagation.
9293 (cprop_insn): Recognize cc setters followed by conditional jumps
9294 as a special case. Use cprop_jump instead of cprop_cc0_jump.
9295 (cprop_one_pass): Call bypass_conditional_jumps if altering jumps.
9296 (find_bypass_set): New function based upon find_avail_set used by
9297 cprop, but finds constant expressions available at the end of
9299 (bypass_block): New function. Given a basic block that begins
9300 with a conditional jump and multiple incoming edges, perform
9301 the jump bypass optimization.
9302 (bypass_conditional_jumps): New function. Call bypass_block with
9303 each suitable basic block in the CFG using a simple single pass.
9305 2002-06-01 Roger Sayle <roger@eyesopen.com>
9307 * tree.c (real_minus_onep): New function to test for -1.0.
9308 * fold-const.c (fold) [MULT_EXPR]: Optimize -1.0*x into -x.
9310 2002-06-01 Roger Sayle <roger@eyesopen.com>
9312 * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
9313 and "!p && !q" into "(p|q) == 0" under suitable conditions.
9315 2002-06-01 Andreas Jaeger <aj@suse.de>
9317 * cppexp.c (cpp_classify_number): Cast precission to int for
9318 correct printf format.
9320 2002-06-01 Marek Michalkiewicz <marekm@amelek.gda.pl>
9322 * config/avr/avr.c (avr_mcu_types): Remove devices that were once
9323 expected, but don't really exist: atmega83, atmega85, attiny10.
9324 * config/avr/avr.h (LINK_SPEC): Update to use the new avr[1-5] ld
9325 emulations for all devices.
9326 (CRT_BINUTILS_SPECS): Remove atmega83, atmega85, attiny10.
9327 * config/avr/t-avr (MULTILIB_MATCHES): Remove atmega83, atmega85.
9329 2002-06-01 Kazu Hirata <kazu@cs.umass.edu>
9331 * config/h8300/h8300-protos.h: Add a prototype for
9332 h8300_shift_needs_scratch_p.
9333 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): New.
9334 * config/h8300/h8300.h (OK_FOR_R): New.
9335 (OK_FOR_S): Likewise.
9336 (OK_FOR_T): Likewise.
9337 (EXTRA_CONSTRAINT): Call OK_FOR_R, OK_FOR_S, and OK_FOR_T.
9338 * config/h8300/h8300.md (anonymous shift patterns): Use
9339 constraints R, S, and T.
9341 Sat Jun 1 11:23:22 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9343 * basic-block.h (struct basic_block_def): New field loop_father.
9344 (BB_VISITED): New flag.
9345 (struct loop): New field pred, removed field shared.
9346 (struct loops): New field parray.
9347 (LOOP_EXITS_DOMS): Removed.
9348 (flow_loop_tree_node_add, flow_loop_tree_node_remove,
9349 flow_loop_nested_p, flow_bb_inside_loop_p, get_loop_body,
9350 dfs_enumerate_from, loop_preheader_edge, loop_latch_edge,
9351 add_bb_to_loop, remove_bb_from_loops, find_common_loop,
9352 verify_loop_structure): Declare.
9353 * cfg.c (entry_exit_blocks): Initialize loop_father field.
9354 * cfganal.c (dfs_enumerate_from): New function.
9355 * cfgloop.c (HEAVY_EDGE_RATIO): New constant.
9356 (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
9357 flow_loop_nodes_find, flow_loop_level_compute, flow_loop_nested_p,
9358 flow_loop_dump, flow_loops_dump, flow_loops_free,
9359 flow_loop_tree_node_add, flow_loop_level_compute,
9360 flow_loops_level_compute, flow_loop_scan, flow_loops_update,
9361 flow_loop_outside_edge_p): Modified for new infrastructure.
9362 (make_forwarder_block, canonicalize_loop_headers, glb_enum_p,
9363 redirect_edge_with_latch_update, flow_loop_free): New static functions.
9364 (flow_loop_tree_node_remove, flow_bb_inside_loop_p,
9365 get_loop_body, add_bb_to_loop, remove_bb_from_loops,
9366 find_common_loop, verify_loop_structure, loop_latch_edge,
9367 loop_preheader_edge): New functions.
9368 (flow_loops_cfg_dump): Do not show dominators, as this information
9369 does not remain up to date long.
9370 (flow_loops_find): Store results in new format.
9371 * predict.c (propagate_freq, estimate_probability,
9372 estimate_loops_at_level, estimate_bb_frequencies): Use new loop
9375 2002-06-01 Alan Lehotsky <apl@alum.mit.edu>
9377 * except.c (nothrow_function_p): Walk epilogue delay list
9378 checking the insn, not the chain for potential throws.
9380 2002-05-31 Zack Weinberg <zack@codesourcery.com>
9382 * Makefile.in (INSTALL_CPP, UNINSTALL_CPP): Remove.
9383 (install): Refer to install-cpp directly.
9384 (uninstall-cpp): Folded into uninstall rule.
9385 * configure.in: Delete all code relating to --disable-cpp.
9386 * configure: Regenerate.
9387 * config/t-install-cpp: Delete.
9389 2002-05-31 Richard Henderson <rth@redhat.com>
9391 * configure.in (HAVE_AS_TLS): Add alpha tests.
9392 * configure: Rebuild.
9393 * config/alpha/alpha.c (TARGET_AS_TLS): New.
9394 (alpha_tls_size, alpha_tls_size_string): New.
9395 (overide_options): Set it. Always install machine_status hooks.
9396 (input_operand): Accept got tls predicates.
9397 (local_symbol_p): Merge into ...
9398 (local_symbolic_operand): ... here. Reject tls symbols.
9399 (global_symbolic_operand): Likewise.
9400 (tls_symbolic_operand_1, dtp16_symbolic_operand): New.
9401 (dtp32_symbolic_operand, gotdtp_symbolic_operand): New.
9402 (tp16_symbolic_operand, tp32_symbolic_operand): New.
9403 (gottp_symbolic_operand, tls_symbolic_operand_type): New.
9404 (alpha_encode_section_info): Handle TLS symbols.
9405 (alpha_strip_name_encoding): Likewise.
9406 (alpha_legitimate_address_p): Likewise.
9407 (alpha_legitimize_address): Likewise.
9408 (alpha_expand_mov): Early exit to avoid nop moves.
9409 (struct machine_function): Move from unicosmk.h. Add some_ld_name.
9410 (alpha_init_machine_status, alpha_mark_machine_status,
9411 alpha_free_machine_status): Always define.
9412 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
9413 (print_operand, print_operand_address): Add TLS relocs.
9414 * config/alpha/alpha.h (HAVE_AS_TLS): Default 0.
9415 (MASK_TLS_KERNEL, TARGET_TLS_KERNEL): New.
9416 (TARGET_SWITCHES): Add -mtls-kernel.
9417 (alpha_tls_size, alpha_tls_size_string): New.
9418 (TARGET_OPTIONS): Add -mtls-size=.
9419 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
9420 REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Add R0_REG.
9421 (ASM_OUTPUT_LABELREF): Skip %.
9422 (PRINT_OPERAND_PUNCT_VALID_P): Add &.
9423 (PREDICATE_CODES): Update.
9424 * config/alpha/alpha.md (UNSPEC_TLSGD_CALL, UNSPEC_TLSLDM_CALL,
9425 UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_DTPREL, UNSPEC_TPREL,
9426 UNSPEC_TP, UNSPECV_SET_TP): New.
9427 (adddi_er_lo16_dtp, adddi_er_hi32_dtp, adddi_er_lo32_dtp,
9428 adddi_er_lo16_tp, adddi_er_hi32_tp, adddi_er_lo32_tp, load_tp,
9429 set_tp, movdi_er_tlsgd, movdi_er_tlsldm, movdi_er_gotdtp,
9430 movdi_er_gottp, call_value_osf_tlsgd, call_value_osf_tlsldm): New.
9431 (call_value_osf_2_er): Accept anything as op4.
9432 * config/alpha/alpha-protos.h: Update.
9433 * config/alpha/unicosmk.h (struct machine_function): Move to alpha.c.
9435 2002-05-31 Zack Weinberg <zack@codesourcery.com>
9437 * cppinit.c (append_include_chain): Always pay attention to
9438 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
9441 2002-05-31 Kazu Hirata <kazu@cs.umass.edu>
9443 * target.h: Fix formatting.
9444 * timevar.h: Likewise.
9445 * tlink.c: Likewise.
9446 * toplev.c: Likewise.
9447 * toplev.h: Likewise.
9449 * tree-dump.h: Likewise.
9451 * tree-inline.h: Likewise.
9452 * unroll.c: Likewise.
9453 * unwind-dw2.c: Likewise.
9454 * unwind-dw2-fde.c: Likewise.
9455 * unwind-dw2-fde-glibc.c: Likewise.
9456 * unwind-dw2-fde.h: Likewise.
9457 * unwind.h: Likewise.
9458 * unwind-sjlj.c: Likewise.
9459 * varasm.c: Likewise.
9460 * varray.h: Likewise.
9461 * vmsdbg.h: Likewise.
9462 * vmsdbgout.c: Likewise.
9463 * xcoffout.h: Likewise.
9465 2002-05-31 Igor Shevlyakov <igor@microunity.com>
9467 * expr.c (compare_from_rtx): Generate comparison between op0 and op1
9468 rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
9470 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk>
9472 * gcc.c (cpp_unique_options): Remove "-d" options.
9473 (cpp_debug_options): New spec string.
9474 (default_compilers): Use it.
9475 * objc/lang-specs.h: Likewise.
9477 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9479 * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
9480 BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
9481 * gcc/mklibgcc.in: Likewise.
9482 * gcc/config/arc/t-arc: Likewise.
9483 * gcc/configure.in: Likewise.
9484 * gcc/configure: Regenerate.
9486 2002-05-31 Stan Shebs <shebs@apple.com>
9487 Turly O'Connor <turly@apple.com>
9489 * c-decl.c (struct binding_level): Change int field n_incomplete
9490 to tree list incomplete_list.
9491 (clear_binding_level): Init field with NULL.
9492 (pushdecl): Add incomplete type to list.
9493 (mark_binding_level): Mark the incomplete list.
9494 (finish_struct): Scan the incomplete list for types instead
9495 of all decls in the current binding level.
9497 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
9499 * pa.c (output_millicode_call): Add missing '%' characters.
9500 (output_call): Likewise.
9502 2002-05-31 David Edelsohn <edelsohn@gnu.org>
9504 * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
9505 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
9507 2002-05-31 Alan Lehotsky <apl@alum.mit.edu>
9509 * varasm.c (mark_constant_pool): Walk epilogue delay list
9510 checking the insn, not the chain for potential constants.
9512 Fri May 31 12:38:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
9514 * config/sh/elf.h (ASM_SPEC): Use subtarget_endian_asm_spec.
9516 Fri May 31 13:50:19 CEST 2002 Jan Hubicka <jh@suse.cz>
9518 * i386.c (classify_argument): Properly handle base types.
9520 * dwarf2out.c (expand_builin_init_dwarf_reg_sizes):
9521 Store first DWARF_FRAME_REGISTERS dwarf registers, not pseudo
9524 Fri May 31 13:37:54 CEST 2002 Jan Hubicka <jh@suse.cz>
9526 * gcse.c (gcse_emit_move_after): New.
9527 (pre_delete, hoist_store): Use it.
9529 * reload1.c (emit_input_reload_insns): Use constrain_operands
9530 instead of constraint_accepts_reg_p to verify optimization.
9531 (constraint_accepts_reg_p): Kill
9533 * reload1.c (reload_cse_delete_noop_set): Kill.
9534 (reload_cse_simplify): use delte_insn_and_edges.
9536 2002-05-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9538 * cfgloop.c (flow_loops_find): Initialize first and last fields
9541 2002-05-31 Neil Booth <neil@daikokuya.demon.co.uk>
9543 * c-common.c (builtin_define_std): Correct logic.
9545 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
9547 * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
9548 (output_call): Likewise.
9550 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
9552 * pa.c: Move output.h include after tree.h include.
9553 (pa_asm_output_mi_thunk): Constify identifier lab.
9555 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
9557 * config/ns32k/ns32k.h: Define named constants for the
9558 bits in target_flags and use them.
9559 * config/ns32k/netbsd.h (TARGET_DEFAULT): Use named constants.
9561 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
9563 * config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
9564 architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
9565 * pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
9566 default scheduling model.
9567 * pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
9568 * pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
9569 * pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
9570 * doc/install.texi (hppa*-*-*): Document default scheduling.
9572 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
9574 * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
9576 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
9578 * config.gcc (ns32k-*-netbsd*): Set tm_file to
9579 "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
9580 * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
9581 netbsd.h, or netbsd-aout.h.
9583 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
9585 * longlong.h (count_trailing_zeros): Add missing \, and clean up
9586 whitespace in __ns32000__ case.
9588 2002-05-31 Aldy Hernandez <aldyh@redhat.com>
9590 * expr.c (expand_expr): Output partially zeroed out vectors with
9591 output_constant_def.
9593 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
9595 * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh.
9597 (shl*-*-netbsdelf*): New targets.
9598 * config/sh/netbsd-elf.h: New file.
9599 * config/sh/t-netbsd: New file.
9601 2002-05-30 Richard Henderson <rth@redhat.com>
9602 Eric Botcazou <ebotcazou@multimania.com>
9604 PR optimization/6822
9605 * config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
9606 to unsigned int for op1 comparisons. Use gen_int_mode.
9608 2002-05-30 Eric Botcazou <ebotcazou@multimania.com>
9610 * expmed.c (const_mult_add_overflow_p): New.
9611 * expr.h: Declare it.
9612 * loop.c (maybe_eliminate_biv_1) [COMPARE]: Use it.
9613 Don't eliminate the biv if the giv has a constant multiplier and
9614 the rhs argument of the comparison does satisfy the predicate.
9615 Use expand_mult_add to compute the replacement constant.
9617 2002-05-30 Osku Salerma <osku@iki.fi>
9619 * c-common.c (c_common_attribute_table): Add "may_alias" entry.
9620 (c_common_get_alias_set): Handle it.
9621 * doc/extend.texi: Document it.
9623 2002-05-30 Richard Henderson <rth@redhat.com>
9625 * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
9626 * toplev.c (process_options): Don't check it.
9627 * doc/tm.texi: Don't document it.
9628 * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
9629 (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
9630 * config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
9631 frame pointer optimization if current_function_profile.
9633 2002-05-30 Kazu Hirata <kazu@cs.umass.edu>
9635 * langhooks.c: Fix formatting.
9636 * langhooks.h: Likewise.
9638 * libgcc2.c: Likewise.
9639 * lists.c: Likewise.
9640 * local-alloc.c: Likewise.
9644 2002-05-30 Marc Espie <espie@openbsd.org>
9646 * config.gcc (sparc64-*-openbsd*): New.
9647 * config/sparc/openbsd1-64.h: New.
9648 * config/sparc/openbsd64.h: New.
9650 2002-05-30 Jeff Law <law@redhat.com>
9652 * flow.c (propagate_one_insn): Revise yesterday's patch. Delete
9653 a dead insn with a REG_RETVAL note when the entire libcall is not
9654 dead and remove the associated REG_LIBCALL note at the same time.
9656 Thu May 30 19:54:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
9658 * lcm.c (output.h): #include.
9659 (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
9660 as an ordinary block.
9661 (optimize_mode_switching): Don't pretend that the exit block is
9662 an ordinary block, or handle sucessors of entry block specially.
9663 Instead, split edges from entry block and to exit block, and
9664 put a computing definition on the thus gained post-entry-block,
9665 and a need on the pre-exit-block.
9667 Thu May 30 20:28:01 CEST 2002 Jan Hubicka <jh@suse.cz>
9669 * gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
9670 * rtl.texi: Document 'B'
9672 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
9674 * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute
9676 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.
9678 2002-05-30 Aldy Hernandez <aldyh@redhat.com>
9680 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
9681 const0_rtx instead of NULL_RTX when in error.
9682 (altivec_expand_abs_builtin): Same.
9683 (rs6000_expand_binop_builtin): Same.
9684 (altivec_expand_predicate_builtin): Same.
9685 (altivec_expand_stv_builtin): Same.
9686 (rs6000_expand_ternop_builtin): Same.
9687 (altivec_expand_builtin): Same.
9689 2002-05-29 David S. Miller <davem@redhat.com>
9691 * rtl.h (clear_emit_caches): Delete.
9692 * integrate.c (output_inline_function): Don't call it.
9693 * emit-rtl.c (restore_emit_status, init_emit): Likewise.
9694 (clear_emit_caches): Delete definition.
9695 (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise.
9697 2002-05-30 Hans-Peter Nilsson <hp@bitrange.com>
9699 * config/mmix/mmix.c: Include real.h.
9700 (mmix_constant_address_p): Remove redundant test before switch.
9702 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9704 * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
9705 only if not already defined.
9707 2002-05-29 Kazu Hirata <kazu@cs.umass.edu>
9709 * config/h8300/h8300-protos.h: Remove prototypes for
9710 ok_for_bclr and small_power_of_two.
9711 * config/h8300/h8300.c (small_power_of_two): Remove.
9712 (ok_for_blcr): Likewise.
9713 (fix_bit_operand): Make WHAT deal with an integer instead of a
9714 constraint character.
9715 * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
9716 (CONST_OK_FOR_P): Likewise.
9717 (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
9718 CONST_OK_FOR_P any more.
9719 * config/h8300/h8300.md (andqi3): Adjust to the new prototype
9724 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9726 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
9727 (CPP_PREDEFINES): Make sure this is undefined.
9728 (CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
9729 since it is no longer in CPP_PREDEFINES. Don't -U__MIPSEL__
9730 or -U__MIPSEB__ before defining one or the other. Instead,
9731 use %(subtarget_endian_default) if neither -EB nor -EL are
9733 (SUBTARGET_EXTRA_SPECS): Define.
9734 (SUBTARGET_CPP_SPEC): Remove __LONG64 handling. Use
9737 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
9739 * doc/md.texi (Patterns): Note pattern condition pitfall
9742 2002-05-29 Aldy Hernandez <aldyh@redhat.com>
9744 * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
9745 when TARGET_ALTIVEC. Move handling of generic unary, binary, and
9746 ternary operations from here...
9747 (rs6000_expand_builtin): ...to here.
9748 New argument expandedp.
9749 Change all instances of altivec_expand_binop_builtin to
9750 rs6000_expand_binop_builtin.
9751 (altivec_expand_unop_builtin): Rename to
9752 rs6000_expand_unop_builtin.
9753 (altivec_expand_binop_builtin): Rename to
9754 rs6000_expand_binop_builtin.
9755 (altivec_expand_ternop_builtin): Rename to
9756 rs6000_expand_ternop_builtin.
9758 2002-05-29 Richard Henderson <rth@redhat.com>
9760 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
9761 (TARGET_BI_ARCH): Likewise.
9762 * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value.
9763 (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT.
9764 (TARGET_64BIT_DEFAULT): Default to 0.
9765 (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER.
9767 2002-05-29 Richard Henderson <rth@redhat.com>
9769 * config/i386/i386.c (USE_HIDDEN_LINKONCE): New.
9770 (get_pc_thunk_name): New.
9771 (output_set_got): Use it.
9772 (ix86_asm_file_end): If USE_HIDDEN_LINKONCE, emit get_pc thunks
9773 into linkonce sections.
9775 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9777 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
9778 (CPP_PREDEFINES): Make sure this is undefined.
9779 (CPP_SUBTARGET_SPEC64, CPP_SUBTARGET_SPEC32): Remove.
9780 (CPP_SUBTARGET_SPEC): Don't provide different versions for
9781 default-32 and default-64. Just always use %(netbsd_cpp_spec).
9782 (SUBTARGET_EXTRA_SPECS): Remove cpp_subtarget_spec32 and
9783 cpp_subtarget_spec64. Add netbsd_cpp_spec.
9784 * config/sparc/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
9785 (CPP_PREDEFINES): Make sure this is undefined.
9786 (SUBTARGET_EXTRA_SPECS): Define.
9787 (CPP_SPEC): Use %(netbsd_cpp_spec).
9789 2002-05-29 Jeff Law <law@redhat.com>
9791 * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
9793 * flow.c (propagate_one_insn): Do not remove a dead insn if it
9794 contains a REG_RETVAL note.
9796 * haifa-sched (sched_analyze): Remove another useless clearing
9797 of SCHED_GROUP_P I missed yesterday.
9799 * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
9800 * pa.c (pa_asm_output_mi_thunk): New function.
9801 * pa-protos.h (pa_asm_output_mi_thunk): Declare.
9803 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
9804 Marek Michalkiewicz <marekm@amelek.gda.pl>
9806 * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.
9807 (avr_asm_only_p): Make non-static.
9808 (enum avr_arch): Remove.
9809 (avr_arch_types): New.
9810 (avr_mcu_types): Update.
9811 (avr_override_options): Use avr_arch_types table instead of switch.
9812 * avr.h (CPP_PREDEFINES): Die.
9813 (avr_base_arch_macro, avr_extra_arch_macro): New.
9814 (TARGET_CPU_CPP_BUILTINS): New.
9815 (CPP_SPEC, EXTRA_SPECS): Simplify.
9816 (CPP_AVR1_SPEC, CPP_AVR2_SPEC, CPP_AVR3_SPEC, CPP_AVR4_SPEC,
9817 CPP_AVR5_SPEC): Die.
9819 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9821 * config/arm/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
9822 NETBSD_OS_CPP_BUILTINS_AOUT.
9823 (SUBTARGET_EXTRA_SPECS): Define.
9824 (CPP_SPEC): Use %(netbsd_cpp_spec).
9826 2002-05-29 Richard Henderson <rth@redhat.com>
9828 * config/i386/i386.c (ix86_output_function_epilogue): New.
9829 (TARGET_ASM_FUNCTION_EPILOGUE): New.
9830 (pic_label_name): Remove.
9831 (pic_labels_used): New.
9832 (ix86_asm_file_end): Emit one pc load stub for each register used.
9833 (output_set_got): Generate deep pc load to any register.
9834 (ix86_select_alt_pic_regnum): New.
9835 (ix86_save_reg): Don't save pic register if we can find a valid
9836 call-clobbered replacement.
9837 (ix86_expand_prologue): If we found a valid replacement, renumber
9838 pic_offset_table_rtx.
9839 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Look at
9840 pic_offset_table_rtx after reload.
9841 (REAL_PIC_OFFSET_TABLE_REGNUM): New.
9842 * config/i386/i386.md (set_got): Make insn, not expander.
9843 (set_got_nopic, set_got_deep, set_got_nodeep): Remove.
9845 2002-05-29 Richard Henderson <rth@redhat.com>
9847 * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom
9848 alignment for alloca.
9850 2002-05-29 Richard Henderson <rth@redhat.com>
9852 * config/i386/i386.c (output_pic_addr_const): Lowercase rip.
9853 (print_operand_address): Only add rip for symbolic addresses
9854 for which we do not have another relocation type.
9856 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9858 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
9859 (EXTRA_SPECS): Add netbsd_cpp_spec.
9860 (CPP_SPEC): Use %(netbsd_cpp_spec).
9861 (CPP_PREDEFINES): Remove.
9862 * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
9863 (EXTRA_SPECS): Define.
9864 (CPP_SPEC): Use %(netbsd_cpp_spec).
9865 (CPP_PREDEFINES): Remove.
9867 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
9869 PR preprocessor/6844
9870 * cppmacro.c (cpp_macro_definition): Reserve space for terminating
9873 2002-05-29 Eric Christopher <echristo@redhat.com>
9875 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Add support for
9876 mips5/mips32/mips64 and _MIPS_ISA_MIPSXX.
9878 2002-05-29 Nick Clifton <nickc@cambridge.redhat.com>
9880 * config/fr30/fr30.md: Remove previous restriction on splits.
9881 Enforce conformance through gen_lowpart and cont_int_operand.
9882 * config/fr30/fr30.h (BSS_SECTION_ASM_OP): Use ".section .bss"
9883 as the assembler does not support ".bss".
9885 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9887 * config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
9888 (CPP_PREDEFINES): Remove.
9889 (SUBTARGET_EXTRA_SPECS): Define.
9890 (CPP_SPEC): Use %(netbsd_cpp_spec).
9891 * config/i386/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
9892 (CPP_PREDEFINES): Remove.
9893 (SUBTARGET_EXTRA_SPECS): Define.
9894 (CPP_SPEC): Use %(netbsd_cpp_spec).
9895 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Define.
9896 (CPP_PREDEFINES, CPP_LP64_SPEC, CPP_SUBTARGET_SPEC): Remove.
9897 (SUBTARGET_EXTRA_SPECS): Remove cpp_lp64 and cpp_subtarget.
9898 Add netbsd_cpp_spec.
9899 (CPP_SPEC): Remove %(cpp_subtarget), add %(netbsd_cpp_spec).
9901 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
9902 Zack Weinberg <zack@codesourcery.com>
9904 * cppexp.c (cpp_num): Move to cpplib.h.
9905 (CPP_ERROR): Remove.
9906 (interpret_float_suffix, interpret_int_suffix): New.
9907 (struct suffix, vsuf_1, vsuf_2, vsuf_3): Remove.
9908 (cpp_classify_number, cpp_interpret_integer): New.
9909 (interpret_number): Remove.
9910 (eval_token): Update to use new routines.
9911 * cpphash.h (cpp_num_part): Move to cpplib.h.
9912 * cppinit.c (cpp_post_options): Set warn_long_long.
9913 * cpplib.h (struct cpp_options): Add warn_long_long.
9914 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
9915 CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
9916 CPP_N_MEDIUM, CPP_N_LARGE, CPP_N_RADIX, CPP_N_DEC, CPP_N_HEX,
9917 CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
9918 cpp_interpret_integer): New.
9920 2002-05-29 Joel Sherrill <joel@OARcorp.com>
9922 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
9924 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9926 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
9927 NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_OS_CPP_BUILTINS_LP64.
9928 (CPP_SUBTARGET_SPEC): Define.
9929 (SUBTARGET_EXTRA_SPECS): Define.
9932 2002-05-29 Chris Lattner <sabre@nondot.org>
9934 * ssa.c (rename_insn_1): Rename uses of undefined registers to
9935 prevent confusion if/when the register is defined.
9937 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
9940 * config/cris/cris.md: Fix typos and thinkos in comments.
9941 ("*mov_sideqi_biap_mem"): Remove '*' in constraint for operand 4,
9943 ("*mov_sidehi_biap_mem", "*mov_sidesi_biap_mem"): Ditto.
9944 ("*mov_sideqi_mem"): Similar, but for operand 3.
9945 ("*mov_sidehi_mem", "*mov_sidesi_mem"): Ditto.
9946 (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
9947 Remove spurious mode specifier on operand 2.
9949 2002-05-29 Kazu Hirata <kazu@cs.umass.edu>
9951 * config/h8300/h8300-protos.h: Remove the prototype for
9953 Add prototypes for single_one_operand and single_zero_operand.
9954 * config/h8300/h8300.c (o_operand): Remove.
9955 (single_one_operand): New.
9956 (single_zero_operand): Likewise.
9957 (print_operand): For 'V' operand, and the operand with 0xff.
9958 For 'V' and 'W' operands, do not and the bit position with 7.
9959 * config/h8300/h8300.md (various anonymous patterns): Replace
9960 use of exact_log2 with single_one_operand/single_zero_operand.
9962 2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9964 * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
9966 2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9968 * config/s390/s390.c (legitimate_pic_operand_p): Do not
9969 accept symbolic LARL operands.
9970 (s390_emit_epilogue): Do not set FRAME_RELATED_P on
9973 2002-05-29 Hartmut Penner <hpenner@de.ibm.com>
9975 * config/s390/s390.md (cmpstr_64/31): Mark whole
9976 input registers as used.
9978 2002-05-28 Richard Henderson <rth@redhat.com>
9980 * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live,
9981 not current_function_uses_pic_offset_table and
9982 current_function_uses_const_pool; examine current_function_profile.
9983 (ix86_expand_prologue): Likewise. Add pic_offset_table_rtx as
9984 input to blockage if needed.
9985 (ix86_expand_call): Do not set current_function_uses_pic_offset_table.
9986 (legitimize_pic_address): Likewise. Set regs_ever_live for
9987 pic_offset_table_rtx when invoked during reload.
9988 * config/i386/i386.h (FINALIZE_PIC): Remove.
9989 * config/i386/i386.md (tablejump): Reformat. Do not set
9990 current_function_uses_pic_offset_table.
9991 (tls_global_dynamic, tls_local_dynamic_base): Likewise.
9992 (blockage): Accept anything as operand 0.
9994 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
9996 * config/netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define
9997 common CPP built-ins for all NetBSD a.out targets.
9998 * config/netbsd-elf.h (NETBSD_OS_CPP_BUILTINS_ELF): Define
9999 common CPP built-ins for all NetBSD ELF targets.
10000 * config/netbsd.h: Add missing notice.
10001 (NETBSD_OS_CPP_BUILTINS_COMMON): Define common CPP built-ins
10002 for all NetBSD targets.
10003 (NETBSD_OS_CPP_BUILTINS_LP64): Define common CPP built-ins
10004 for all NetBSD targets using an LP64 code model.
10005 (NETBSD_CPP_SPEC): Define CPP_SPEC parts common to all
10008 2002-05-28 Richard Henderson <rth@redhat.com>
10010 * flow.c (update_life_info_in_dirty_blocks): Only do a partial
10011 update if UPDATE_LIFE_LOCAL.
10013 2002-05-28 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
10015 * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
10017 Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
10018 Jason R. Thorpe <thorpej@wasabisystems.com>
10020 config/sh reorganization to factor out endianness and coff:
10022 * config/sh/little.h: New file.
10023 * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
10024 defined, define to 0 to select big-endian.
10025 (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
10026 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
10027 * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
10028 * config/sh/t-be: New file.
10029 * config/sh/t-le: New file.
10031 * sh.h (SDB_DEBUGGING_INFO, #include "dbxcoff.h"): Moved to sh/coff.h.
10032 (SDB_DELIM, MAX_OFILE_ALIGNMENT, IDENT_ASM_OP): Likewise.
10033 (TARGET_ASM_NAMED_SECTION, ASM_OUTPUT_SKIP): Likewise.
10034 (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Likewise.
10035 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10036 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
10037 (ASM_FILE_END, ASM_DECLARE_FUNCTION_NAME): Deleted.
10038 (CPP_SPEC, SUBTARGET_CPP_ENDIAN_SPEC): Likewise.
10039 (SUBTARGET_CPP_SPEC, CPP_DEFAULT_CPU_SPEC, CPP_PREDEFINES): Likewise.
10040 (EXTRA_SPECS): Remove SUBTARGET_CPP_ENDIAN_SPEC and
10041 CPP_DEFAULT_CPU_SPEC. Add LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL,
10042 SUBTARGET_LINK_EMUL_SUFFIX and SUBTARGET_LINK_SPEC.
10043 (LINK_SPEC): Define to SH_LINK_SPEC.
10044 (TARGET_CPU_CPP_BUILTINS, SH_LINK_SPEC): Define.
10045 (LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL): Likewise.
10046 (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
10047 (CPP_SPEC): Reduce to %(subtarget_cpp_spec).
10048 (TARGET_ENDIAN_DEFAULT): Define if not already defined.
10049 * config/sh/coff.h: New file.
10050 (TARGET_ASM_NAMED_SECTION): Now default_coff_asm_named_section
10051 (TARGET_OBJFMT_CPP_BUILTINS): Define.
10052 * config/sh/elf.h (IDENT_ASM_OP): No need to #undef at the start.
10053 (ASM_FILE_END, ASM_OUTPUT_SOURCE_LINE): Likewise.
10054 (DBX_OUTPUT_MAIN_SOURCE_FILE_END, TARGET_ASM_NAMED_SECTION): Likewise.
10055 (ASM_DECLARE_FUNCTION_NAME, MAX_OFILE_ALIGNMENT, SIZE_TYPE): Likewise.
10056 (PTRDIFF_TYPE): Likewise.
10057 ("dbxelf.h", "elfos.h", "svr4.h"): Don't #include.
10058 (CPP_PREDEFINES): Don't define.
10059 (TARGET_OBJFMT_CPP_BUILTINS): Define.
10060 (LINK_SPEC): Define to SH_LINK_SPEC.
10061 (LINK_EMUL_PREFIX): Redefine.
10062 * config/sh/linux.h: (SUBTARGET_CPP_SPEC): Remove -fpic / -fPIC cases.
10063 (SUBTARGET_CPP_ENDIAN_SPEC, CPP_DEFAULT_CPU_SPEC): Remove redefinition.
10064 (CPP_PREDEFINES, SUBTARGET_ASM_ENDIAN_SPEC): Likewise.
10065 (CC1_SPEC, CC1PLUS_SPEC, LINK_SPEC): Likewise.
10066 (TARGET_OS_CPP_BUILTINS): Define.
10067 (TARGET_DEFAULT): Redefine.
10068 (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
10069 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Remove.
10070 (LINK_SPEC): Don't redefine.
10071 (LINK_DEFAULT_CPU_EMUL): Redefine.
10072 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
10073 * sh.c (sh_asm_named_section): Don't declare / define.
10074 * t-linux (MULTILIB_OPTIONS): Rely on pre-set endianness option.
10075 * config.gcc (sh-*-elf* tm_file): Add dbxelf.h elfos.h svr4.h.
10076 (sh64-*-elf* tm_file): Likewise.
10077 (sh-*-rtemself* tm_file): Likewise.
10078 (sh-*-linux* tm_file): Likewise. Add sh/little.h.
10079 (sh-*-linux* tmake_file): Add sh/t-le.
10080 (sh-*-rtems* tm_file): Add sh/coff.h
10081 (sh-*-* tm_file): Likewise.
10083 Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
10085 * sh.h (LEGITIMATE_PIC_OPERAND_P): Check for SYMBOL_REF before using
10086 CONSTANT_POOL_ADDRESS_P.
10088 * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
10090 2002-05-28 David Edelsohn <edelsohn@gnu.org>
10091 Jeff Law <law@redhat.com>
10093 * optabs.c (expand_binop): Fix nwords sign warnings.
10094 generate pseudo for add_optab.
10096 * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.
10097 * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
10099 2002-05-28 Marc Espie <espie@openbsd.org>
10101 * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN): Remove,
10102 inherited from gas.h.
10103 (ASM_QUAD): Undef. OpenBSD does not support it.
10105 2002-05-28 Danny Smith <dannysmith@users.sourceforge.net>
10107 * doc/install.texi (binaries): Change mingw binaries
10108 link to www.mingw.org.
10110 2002-05-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10112 * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.
10114 2002-05-28 Richard Henderson <rth@redhat.com>
10116 * config/i386/i386.c (ix86_compute_frame_layout): Do not add
10117 bottom alignment for leaf functions.
10119 2002-05-28 Zack Weinberg <zack@codesourcery.com>
10121 * config/pa/milli32.S, config/pa/lib1funcs.asm,
10122 config/sparc/sol2-g1.asm: Delete unused files.
10124 2002-05-28 Richard Henderson <rth@redhat.com>
10126 * cfg.c (dump_flow_info): Print bb->index, not i, for block number.
10128 * flow.c (calculate_global_regs_live): Rename call_used to
10129 invalidated_by_call. Initialize from regs_invalidated_by_call
10130 instead of call_used_regs.
10132 * varasm.c (default_binds_local_p): Check TREE_PUBLIC before
10135 2002-05-28 Zack Weinberg <zack@codesourcery.com>
10137 * tree.h: Don't include real.h.
10138 Forward-declare struct realvaluetype.
10139 (struct tree_real_cst): Point to the REAL_VALUE_TYPE, do not
10141 (TREE_REAL_CST_PTR): New accessor.
10142 (TREE_REAL_CST): Update.
10143 * real.h: Include machmode.h.
10144 (realvaluetype): Make it struct realvaluetype, not a typedef.
10145 (build_real): Prototype here.
10147 * tree.c: Include real.h.
10148 (build_real): Allocate the REAL_VALUE_TYPE as a separate
10149 object in GC memory, set TREE_REAL_CST_PTR to point to it.
10150 (build_real_from_int_cst): Use build_real.
10151 * ggc-common.c (ggc_mark_trees): Mark TREE_REAL_CST_PTR of a
10154 * builtins.c, c-common.c, c-lex.c, dwarf2out.c, expr.c,
10155 fold-const.c, print-tree.c, real.c: Include real.h.
10156 * Makefile.in: Update dependency lists.
10158 2002-05-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10160 * basic-block.h (last_basic_block): Declare.
10161 (expunge_block_nocompact): Declaration removed.
10162 (compact_blocks): Declare.
10163 * cfg.c (last_basic_block): New variable.
10164 (expunge_block_nocompact): Removed.
10165 (expunge_block): Do not compact basic blocks.
10166 (compact_blocks): New.
10167 * cfganal.c (flow_call_edges_add): Use the fact that bb indices no
10169 * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Set
10171 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Do not change
10172 real positions of blocks.
10173 (delete_unreachable_blocks): Simplified -- quadratic behavior now
10175 (cleanup_cfg): Compact blocks.
10176 * cfgrtl.c (create_basic_block): Insert basic blocks to the end of
10177 basic_block_info varray.
10178 (flow_delete_block): Comment update.
10179 (back_edge_of_syntactic_loop_p): Modify position check code.
10180 (verify_flow_info): Update checking.
10181 * flow.c (calculate_global_regs_live): Use FOR_EACH_BB.
10182 * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
10183 (find_if_case_1, find_if_case_2, if_convert): Use the fact that bb
10184 indices no longer change.
10185 * lcm.c (optimize_mode_switching): Replace n_basic_blocks with
10187 * predict.c (estimate_bb_frequencies): Remove unneccessary code.
10188 * profile.c (branch_prob): Compact blocks.
10189 * sched-rgn.c (find_rgns): Replace n_basic_blocks with
10192 2002-05-28 Kazu Hirata <kazu@cs.umass.edu>
10194 * config/h8300/h8300.md (two anonymous patterns): New.
10196 2002-05-28 David S. Miller <davem@redhat.com>
10198 * config/sparc/sparc.md (cpu): Tidy.
10199 (type): Delete 'return', add 'ialuX', 'flushw', 'iflush', and
10201 (in_call_delay): Delete reference to 'return' type.
10202 (eligible_for_return_delay, in_return_delay, define_delay
10203 referencing those): Delete.
10204 (rest of file): Use new type attributes as appropriate.
10205 * config/sparc/sparc-protos.h (eligible_for_return_delay): Delete.
10206 * config/sparc/sparc.c (eligible_for_return_delay): Likewise.
10207 * config/sparc/ultra1_2.md (us1_single): New reservation.
10208 (us1_ialuX): Likewise.
10209 * config/sparc/ultra3.md (us3_single): Likewise.
10210 (us3_ialuX): Likewise.
10211 (us3_imul, us3_idiv): Tweak.
10213 2002-05-28 Richard Henderson <rth@redhat.com>
10215 * config/alpha/alpha.c (alpha_in_small_data_p): Return false for
10218 2002-05-28 Richard Henderson <rth@redhat.com>
10220 * config.gcc: Obsolete mn10200.
10222 2002-05-28 Neil Booth <neil@daikokuya.demon.co.uk>
10224 * cppexp.c (interpret_number): Optimize for single-digit
10225 and less-than-half-precision cases.
10226 (num_trim, num_positive, num_div_op): Cast constants.
10228 2002-05-27 Bo Thorsen <bo@suse.de>
10230 * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the
10231 3.1 branch. The file was made by Jakub Jelinek.
10232 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386
10233 support so multilib doesn't break. And don't define this at all
10234 when -Dinhibit_libc is used.
10235 (MULTILIB_DEFAULTS): Always set default to 64 bit compilation.
10236 * config/i386/t-linux64: Implement full multilib support. Patch
10237 originally done by Andreas Jaeger and Jakub Jelinek.
10239 2002-05-27 Roger Sayle <roger@eyesopen.com>
10241 * c-common.c: Add support for __attribute__((nothrow)) to specify
10242 that a function cannot throw an exception (using TREE_NOTHROW).
10243 (handle_nothrow_attribute): New function to process this attribute.
10245 * doc/extend.texi: Document the new nothrow function attribute.
10247 2002-05-27 H.J. Lu (hjl@gnu.org)
10249 * cppexp.c (num_trim): Use 1UL instead of 1 for long int.
10250 (num_positive): Likewise.
10251 (num_div_op): Likewise.
10253 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
10255 * c-common.c (c_common_init): Always use intmax_t.
10257 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
10259 * c-common.c (c_common_init): Use intmax_t for now.
10261 2002-05-24 Andrew Haley <aph@redhat.com>
10263 * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
10264 if T is a boolean type.
10266 2002-05-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10268 * basic-block.h (last_basic_block): Defined as synonym for
10270 * cfganal.c (mark_dfs_back_edges, flow_reverse_top_sort_order_compute,
10271 flow_depth_first_order_compute, flow_preorder_transversal_compute,
10272 flow_dfs_compute_reverse_init): Replaced relevant occurences of
10273 n_basic_blocks with last_basic_block.
10274 * cfgbuild.c (make_edges): Likewise.
10275 * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
10276 * cfgrtl.c (verify_flow_info, purge_all_dead_edges): Likewise.
10277 * combine.c (combine_instructions): Likewise.
10278 * df.c (df_alloc, df_analyse_1, df_analyse, iterative_dataflow_sbitmap,
10279 iterative_dataflow_bitmap): Likewise.
10280 * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
10281 calc_idoms, idoms_to_doms): Likewise.
10282 * flow.c (update_life_info_in_dirty_blocks, free_basic_block_vars):
10284 * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties,
10285 compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass,
10286 one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p,
10287 one_pre_gcse_pass, compute_transpout, delete_null_pointer_checks_1,
10288 delete_null_pointer_checks, compute_code_hoist_vbeinout,
10289 hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
10290 compute_store_table, build_store_vectors): Likewise.
10291 * haifa-sched.c (sched_init): Likewise.
10292 * ifcvt.c (if_convert): Likewise.
10293 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
10294 pre_edge_lcm, compute_available, compute_nearerout,
10295 compute_rev_insert_delete, pre_edge_rev_lcm, optimize_mode_switching):
10297 * predict.c (estimate_probability, process_note_prediction,
10298 note_prediction_to_br_prob): Likewise.
10299 * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): Likewise.
10300 * recog.c (split_all_insns, peephole2_optimize): Likewise.
10301 * regrename.c (copyprop_hardreg_forward): Likewise.
10302 * resource.c (init_resource_info): Likewise.
10303 * sched-rgn.c (build_control_flow, find_rgns, compute_trg_info,
10304 init_regions, schedule_insns): Likewise.
10305 * ssa-ccp.c (ssa_const_prop): Likewise.
10306 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
10307 * ssa.c (compute_dominance_frontiers,
10308 compute_iterated_dominance_frontiers, convert_to_ssa): Likewise.
10310 * df.c (df_refs_unlink): Fix FOR_EACH_BB usage (in #if 0'ed code)
10311 * gcse.c (alloc_rd_mem, alloc_avail_expr_mem): Use n_blocks for vector
10312 sizes consistently.
10314 Mon May 27 14:28:12 CEST 2002 Jan Hubicka <jh@suse.cz>
10316 * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge):
10318 * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,
10319 hoist_insn_after, hoist_insn_to_edge): New.
10321 Mon May 27 12:14:02 CEST 2002 Jan Hubicka <jh@suse.cz>
10323 * basic-block.h (PEOP_SCAN_DEAD_STORES): New.
10324 (PROP_FINAL): Include.
10325 * flow.c (life_analysis, update_life_info,
10326 init_propagate_block_info, mark_set_1, mark_used_rgs):
10327 Support SCAN_DEAD_STORE.
10329 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
10331 * c-common.c (c_common_init): Set CPP arithmetic precision.
10332 * cppexp.c (cpp_num_part): Move typedef ...
10333 * cpphash.h: ...here; make unsigned HOST_WIDE_INT.
10334 * cppinit.c (cpp_create_reader): Default to host long arithmetic.
10335 (sanity_checks): Update.
10337 2002-05-26 Geoffrey Keating <geoffk@redhat.com>
10339 * Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
10340 (mkheaders): New rule.
10341 (install-mkheaders): New rule.
10342 * configure.in (all_outputs): Add mkheaders.
10343 * configure: Regenerate.
10344 * mkheaders.in: New file.
10346 2002-05-26 Jakub Jelinek <jakub@redhat.com>
10348 * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
10350 2002-05-26 Andreas Jaeger <aj@suse.de>
10352 * cfg.c (dump_flow_info): Remove extra argument to fprintf.
10354 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
10356 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
10357 right_shift): Remove.
10358 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
10360 (struct op): Use cpp_num.
10361 (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
10362 num_part_mul, num_unary_op, num_binary_op, num_negate,
10363 num_bitwise_op, num_inequality_op, num_equality_op, num_mul,
10364 num_div_op, num_lshift, num_rshift, append_digit): New.
10365 (interpret_number, parse_defined, eval_token, reduce): Update
10366 for two-integer arithmetic.
10367 (binary_handler): New typedef.
10369 (COMPARE, EQUALITY, BITWISE, MINMAX, UNARY, SHIFT): Delete.
10370 (_cpp_parse_expr, reduce): Update to handle two-integers.
10371 * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
10373 2002-05-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
10375 * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.
10376 * config/avr/avr.c (jump_over_one_insn_p): Take length of the
10377 branch insn into account, do not assume 1.
10378 (avr_out_sbxx_branch): New function. Optimize cases of skipping
10379 over single word insn. Handle upper half of I/O space too.
10380 * config/avr/avr.md (*sbrx_branch): Use it.
10381 (*sbrx_and_branchhi, *sbrx_and_branchsi): Likewise.
10382 (*sbix_branch, *sbix_branch_bit7): Likewise.
10383 (*sbix_branch_tmp, *sbix_branch_tmp_bit7): New.
10384 Use RTL peepholes to optimize register operand sign tests.
10386 2002-05-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
10388 * config/avr/avr.c (avr_asm_only_p): New variable.
10389 (avr_override_options): Set it here if AVR1.
10390 (asm_file_start): Test it here, report an error if set.
10392 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
10394 * alias.c: Fix formatting.
10395 * attribs.c: Likewise.
10396 * bb-reorder.c: Likewise.
10397 * bitmap.c: Likewise.
10398 * bitmap.h: Likewise.
10399 * builtins.c: Likewise.
10401 Sun May 26 14:00:44 CEST 2002 Jan Hubicka <jh@suse.cz>
10403 * reload.c (find_valid_class): Accept new argument DEST,
10404 choose class accordingly.
10405 (push_reload): Update callers.
10407 2002-05-26 Andreas Jaeger <aj@suse.de>
10409 * combine.c (combine_instructions): Do not indent #if for
10412 2002-05-25 Richard Henderson <rth@redhat.com>
10414 * c-pragma.c (apply_pragma_weak): Convert value identifier to
10415 string for decl_attributes.
10416 (handle_pragma_weak): Call assemble_alias if we're modifying
10419 2002-05-25 Richard Henderson <rth@redhat.com>
10422 * config/sparc/sparc.c (sparc_output_mi_thunk): New implementation
10423 using rtl instead of fprintf.
10424 * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Use it.
10425 * config/sparc/sparc-protos.h: Update.
10427 2002-05-25 Neil Booth <neil@daikokuya.demon.co.uk>
10429 * Makefile.in (C_COMMON_H): Fix.
10430 Update other targets.
10431 * c-common.c: Don't include c-lex.h.
10432 (builtin_define_with_value): Make static and prototype.
10433 (builtin_define_std): Move from c-lex.h.
10434 * c-common.h (init_c_lex): Move from c-lex.h.
10435 * c-decl.c: Don't include c-lex.h.
10436 (make_pointer_declarator): Move from c-parse.in.
10437 * c-lex.c: Don't include c-lex.h.
10439 * c-parse.in: Don't include c-lex.h; include c-pragma.h.
10440 (make_pointer_declarator): Move to c-decl.c.
10441 * c-pragma.c: Don't include c-lex.h.
10442 * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
10443 * c-tree.h (make_pointer_declarator): New.
10445 * passes.texi, tm.texi: Update.
10447 * Make-lang.in: Update and correct.
10448 * objc-act.c: Don't include c-lex.h or cpplib.h.
10450 * treetree.c: Don't include c-lex.h.
10452 * darwin-c.c: Don't include c-lex.h.
10453 * c4x/c4x-c.c: Don't include c-lex.h.
10454 * c4x/t-c4x: Update.
10455 * i370/i370-c.c: Don't include c-lex.h.
10456 * i370/t-i370: Update.
10457 * i960/i960-c.c: Don't include c-lex.h.
10458 * i960/i960.c: Don't include cpplib.h, c-lex.h or c-pragma.h.
10459 * i960/t-960bare: Update.
10460 * i960/t-vxworks: Update.
10461 * rs6000/rs6000-c.c: Don't include c-lex.h; include c-pragma.h.
10462 * rs6000/t-darwin: Update.
10463 * rs6000/t-rs6000-c-rule: Update.
10464 * v850/v850-c.c: Don't include c-lex.h.
10465 * v850/v850.c: Don't include c-lex.h or cpplib.h.
10468 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
10470 * tree.def: Fix typos.
10471 * doc/install.texi: Likewise.
10473 2002-05-25 Richard Henderson <rth@redhat.com>
10475 * configure.in (HAVE_AS_TLS): Add ia64 test.
10476 * configure: Rebuild.
10477 * config/ia64/ia64.c (ia64_tls_size_string, ia64_tls_size): New.
10478 (override_options): Set it.
10479 (TARGET_HAVE_TLS): New.
10480 (sdata_symbolic_operand): Look for 's'.
10481 (tls_symbolic_operand): New.
10482 (ia64_expand_load_address): Abort for tls symbols.
10483 (gen_tls_get_addr): New.
10484 (gen_thread_pointer): New.
10485 (ia64_expand_move): Split out from movdi. Handle tls symbols.
10486 (rtx_needs_barrier): Add new unspecs.
10487 (ia64_encode_section_info): Handle tls symbols.
10488 (ia64_strip_name_encoding): Strip two encoding chars.
10489 * config/ia64/ia64.h (ia64_tls_size, ia64_tls_size_string): New.
10490 (TARGET_TLS14, TARGET_TLS22, TARGET_TLS64): New.
10491 (TARGET_OPTIONS): Add tls-size.
10492 (ENCODE_SECTION_INFO_CHAR): Rename from SDATA_NAME_FLAG_CHAR.
10493 * config/ia64/ia64.md (UNSPEC_LTOFF_DTPMOD, UNSPEC_LTOFF_DTPREL,
10494 UNSPEC_DTPREL, UNSPEC_LTOFF_TPREL, UNSPEC_TPREL, UNSPEC_LD_BASE): New.
10495 (movqi, movhi, movsi, movdi, movti): Use ia64_expand_move.
10496 (movsf, movdf): Likewise.
10497 (movdi_symbolic): Use match_scratch. Don't split if we won't
10498 have a scratch availiable.
10499 (load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22,
10500 add_dtprel, add_dtprel14, add_dtprel22, load_ltoff_tprel, load_tprel,
10501 load_tprel64, load_tprel22, add_tprel, add_tprel14, add_tprel22): New.
10502 * config/ia64/ia64-protos.h: Update.
10503 * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use
10504 sdata_symbolic_operand.
10505 (ASM_OUTPUT_LABELREF): Strip two characters.
10507 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
10509 * combine.c (simplify_set): Remove an unnecessary subreg.
10511 2002-05-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
10513 * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
10515 * config/avr/avr.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_BSS): New.
10517 2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
10519 * toplev.c (output_clean_symbol_name): Fix another thinko. Gosh.
10521 2002-05-25 Roger Sayle <roger@eyesopen.com>
10523 * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
10524 (cond (compare x y) 0) into the equivalent (cond x y).
10526 2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
10528 * toplev.c (output_clean_symbol_name): Use xstrdup. Fix thinko.
10530 2002-05-24 Zack Weinberg <zack@codesourcery.com>
10532 * config.gcc: Remove all stanzas for previously obsoleted
10533 systems. Where necessary, add explicit error stanzas to
10534 prevent removed systems from being misidentified as something
10535 else. Begin a fresh obsoletions list, with the systems that
10536 were reprieved last round.
10537 * doc/install.texi: Remove all mention of dead targets.
10538 * fixinc/mkfixinc.sh: Likewise.
10540 * config/arm/arm.h: Bit 31 of target_flags is no longer
10543 * config/1750a/1750a-protos.h, config/1750a/1750a.c,
10544 config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
10545 config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
10546 config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
10547 config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
10548 config/alpha/osf12.h, config/alpha/osf2or3.h,
10549 config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
10550 config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
10551 config/clipper/clipper-protos.h, config/clipper/clipper.c,
10552 config/clipper/clipper.h, config/clipper/clipper.md,
10553 config/clipper/clix.h, config/convex/convex-protos.h,
10554 config/convex/convex.c, config/convex/convex.h,
10555 config/convex/convex.md, config/convex/fixinc.convex,
10556 config/convex/proto.h, config/elxsi/elxsi-protos.h,
10557 config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
10558 config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
10559 config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
10560 config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
10561 config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
10562 config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
10563 config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
10564 config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
10565 config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
10566 config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
10567 config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
10568 config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
10569 config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
10570 config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
10571 config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
10572 config/m68k/altos3068.h, config/m68k/apollo68.h,
10573 config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
10574 config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
10575 config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
10576 config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
10577 config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
10578 config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
10579 config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
10580 config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
10581 config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
10582 config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
10583 config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
10584 config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
10585 config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
10586 config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
10587 config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
10588 config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
10589 config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
10590 config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
10591 config/mips/dec-osf1.h, config/mips/elflorion.h,
10592 config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
10593 config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
10594 config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
10595 config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
10596 config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
10597 config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
10598 config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
10599 config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
10600 config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
10601 config/ns32k/pc532-min.h, config/ns32k/pc532.h,
10602 config/ns32k/sequent.h, config/ns32k/tek6000.h,
10603 config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
10604 config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
10605 config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
10606 config/sparc/rtems.h, config/we32k/we32k-protos.h,
10607 config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
10610 2002-05-24 Richard Henderson <rth@redhat.com>
10612 * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
10613 * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
10614 * config/i386/i386.c (tls_model_chars): Add leading space.
10615 (tls_symbolic_operand): Don't bias by 1.
10616 (legitimize_address): Don't unbias by 1.
10618 2002-05-24 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
10620 * lcm.c (optimize_mode_switching): Change bb used as indices
10623 2002-05-24 Richard Henderson <rth@redhat.com>
10625 * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
10626 of update_life_info_in_dirty_blocks.
10628 2002-05-24 Jakub Jelinek <jakub@redhat.com>
10631 * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
10633 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
10635 PR preprocessor/6780
10636 * cppmacro.c (enter_macro_context): Clear state.angled_headers.
10638 2002-05-24 Jim Blandy <jimb@redhat.com>
10640 * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final
10641 entry with a type code of zero, marking the end of the compilation
10644 2002-05-24 Richard Henderson <rth@redhat.com>
10646 * varasm.c (asm_output_bss): Always output one byte.
10647 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
10649 2002-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
10651 * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
10654 2002-05-24 Andreas Jaeger <aj@suse.de>
10656 * ggc-page.c (alloc_page): Cast variables of type size_t to
10657 unsigned long, adjust printf format string.
10658 (ggc_alloc): Likewise.
10659 (ggc_print_statistics): Likewise.
10660 (ggc_print_statistics): Correct printf format string for SCALE to
10663 2002-05-24 Danny Smith <dannysmith@users.sourceforge.net>
10665 * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
10667 2002-05-23 Gabriel Dos Reis <gdr@codesourcery.com>
10668 Zack Weinberg <zack@codesourcery.com>
10670 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly output
10672 * dwarf2out.c (lookup_filename): Properly quote filename in .file
10673 directive in assembly file.
10674 * config/m68k/dpx2.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
10675 * config/m88k/m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
10676 * config/pj/pj.h (ASM_FILE_START): Likewise.
10677 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
10678 * config/avr/avr.c (asm_file_end): Likewise.
10679 * toplev.c (output_quoted_string): Handle possibly signed plain
10681 * toplev.h (output_clean_symbol_name): Declare
10682 * toplev.c (output_clean_symbol_name): Define.
10683 * config/alpha/alpha.c (unicosmk_output_module_name): Use it.
10684 * config/1750a/1750a.h (ASM_FILE_START): Likewise.
10686 2002-05-24 Alan Modra <amodra@bigpond.net.au>
10688 * config/rs6000/rs6000.c (output_toc): Mask longs to 32 bits.
10690 2002-05-23 Vladimir Makarov <vmakarov@redhat.com>
10692 * genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4
10693 of size of unsigned.
10695 2002-05-23 Richard Henderson <rth@redhat.com>
10697 * configure.in (HAVE_AS_TLS): New test.
10698 * config.in, configure: Rebuild.
10699 * config/i386/i386.c (TARGET_HAVE_TLS): Set if HAVE_AS_TLS.
10700 (ix86_tls_dialect_string, ix86_tls_dialect): New.
10701 (override_options): Set it.
10702 (tls_model_chars, tls_symbolic_operand): New.
10703 (tls_symbolic_operand_1, global_dynamic_symbolic_operand): New.
10704 (local_dynamic_symbolic_operand, initial_exec_symbolic_operand): New.
10705 (local_exec_symbolic_operand): New.
10706 (get_pic_label_name): Merge into output_set_got.
10707 (ix86_asm_file_end): Emit pic_label_name if defined.
10708 (legitimate_constant_p, constant_address_p): New.
10709 (legitimate_pic_operand_p): New.
10710 (legitimate_pic_address_disp_p): Handle GOTTPOFF, NTPOFF, DTPOFF.
10711 (legitimate_address_p): Likewise.
10712 (ix86_encode_section_info): Rename from i386_; handle tls decls.
10713 (ix86_strip_name_encoding): New.
10714 (get_thread_pointer): New.
10715 (legitimize_address): Handle tls symbols.
10716 (output_pic_addr_const): Handle GOTTPOFF, TPOFF, NTPOFF, DTPOFF.
10718 (struct machine_function): Add some_ld_name.
10719 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Set it.
10720 (print_operand) [&]: Use it. Handle UNSPEC_TP.
10721 (output_addr_const_extra): New.
10722 (maybe_get_pool_constant): New.
10723 (ix86_split_to_parts): Use it.
10724 (ix86_expand_move): Handle tls symbols.
10725 (ix86_tls_get_addr): New.
10726 * config/i386/i386.h (TARGET_GNU_TLS, TARGET_SUN_TLS): New.
10727 (TARGET_OPTIONS): Add tls-dialect.
10728 (CONSTANT_ADDRESS_P): Use new out-of-line function.
10729 (LEGITIMATE_CONSTANT_P): Likewise.
10730 (LEGITIMATE_PIC_OPERAND_P): Likewise.
10731 (TARGET_STRIP_NAME_ENCODING): New.
10732 (ASM_OUTPUT_LABELREF): New.
10733 (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
10734 (OUTPUT_ADDR_CONST_EXTRA): New.
10735 (PREDICATE_CODES): Update.
10736 (ix86_tls_dialect, ix86_tls_dialect_string): New.
10737 * config/i386/i386.md: Regroup and renumber unspec constants.
10738 (tls_global_dynamic_gnu, tls_global_dynamic_sun): New.
10739 (tls_local_dynamic_base_gnu, tls_local_dynamic_base_sun): New.
10740 (tls_global_dynamic, tls_local_dynamic_base): New.
10741 (tls_local_dynamic_once): New.
10742 * config/i386/i386-protos.h: Update.
10744 2002-05-23 Richard Henderson <rth@redhat.com>
10746 * genemit.c (gen_insn): Print file:lineno comment before function.
10748 * gensupport.c (struct queue_elem): Add filename member.
10749 (queue_pattern): Initialize it; update all callers.
10750 (process_include): Don't free filename.
10751 (read_md_rtx): Set read_rtx_filename.
10753 2002-05-23 Hans Boehm <Hans_Boehm@hp.com>
10755 * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
10757 2002-05-23 Richard Henderson <rth@redhat.com>
10759 * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
10761 2002-05-23 Richard Henderson <rth@redhat.com>
10763 * doc/extend.texi (C++98 Thread-Local Edits): Update with
10764 commentary from Mark.
10766 2002-05-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10768 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
10769 Use FOR_EACH_BB macros to iterate over basic block chain.
10770 * cfg.c (clear_edges, clear_bb_flags, dump_flow_info,
10771 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges):
10773 * cfganal.c (set_edge_can_fallthru_flag, flow_call_edges_add,
10774 find_unreachable_blocks, create_edge_list, verify_edge_list,
10775 remove_fake_edges, add_noreturn_fake_exit_edges,
10776 flow_preorder_transversal_compute, flow_dfs_compute_reverse_execute):
10778 * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
10779 find_sub_basic_blocks): Likewise.
10780 * cfgcleanup.c (try_optimize_cfg, delete_unreachable_blocks):
10782 * cfglayout.c (record_effective_endpoints, cleanup_unconditional_jumps):
10784 * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
10786 * cfgrtl.c (compute_bb_for_insn, tidy_fallthru_edges,
10787 commit_edge_insertions, commit_edge_insertions_watch_calls,
10788 print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise.
10789 * combine.c (combine_instructions, reg_dead_at_p): Likewise.
10790 * conflict.c (conflict_graph_compute): Likewise.
10791 * df.c (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
10792 df_modified_p, df_refs_unlink, df_dump): Likewise.
10793 * dominance.c (calc_dfs_tree, calculate_dominance_info): Likewise.
10794 * final.c (compute_alignments): Likewise.
10795 * flow.c (update_life_info, update_life_info_in_dirty_blocks,
10796 delete_noop_moves, calculate_global_regs_live, allocate_bb_life_data,
10797 count_or_remove_death_notes): Likewise.
10798 * gcse.c (oprs_unchanged_p, record_last_reg_set_info,
10799 compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill,
10800 classic_gcse, compute_transp, cprop, compute_pre_data,
10801 compute_transpout, invalidate_nonnull_info,
10802 delete_null_pointer_checks_1, delete_null_pointer_checks,
10803 compute_code_hoist_vbeinout, hoist_code, compute_ld_motion_mems,
10804 compute_store_table, build_store_vectors, store_motion): Likewise.
10805 * global.c (global_conflicts, mark_elimination): Likewise.
10806 * graph.c (print_rtl_graph_with_bb): Likewise.
10807 * haifa-sched.c (sched_init): Likewise.
10808 * ifcvt.c (if_convert): Likewise.
10809 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
10810 compute_available, compute_nearerout, compute_rev_insert_delete,
10811 optimize_mode_switching): Likewise.
10812 * local-alloc.c (local_alloc, update_equiv_regs): Likewise.
10813 * predict.c (estimate_probability, note_prediction_to_br_prob,
10814 propagate_freq, counts_to_freqs, expensive_function_p,
10815 estimate_bb_frequencies): Likewise.
10816 * profile.c (instrument_edges, get_exec_counts,
10817 compute_branch_probabilities, compute_checksum, branch_prob,
10818 find_spanning_tree): Likewise.
10819 * recog.c (split_all_insns, peephole2_optimize): Likewise.
10820 * reg-stack.c (reg_to_stack, convert_regs_entry, convert_regs):
10822 * regclass.c (scan_one_insn, regclass): Likewise.
10823 * regmove.c (mark_flags_life_zones, regmove_optimize,
10824 record_stack_memrefs): Likewise.
10825 * regrename.c (regrename_optimize, copyprop_hardreg_forward): Likewise.
10826 * reload1.c (reload, reload_combine, fixup_abnormal_edges): Likewise.
10827 * resource.c (find_basic_block): Likewise.
10828 * sched-ebb.c (schedule_ebbs): Likewise.
10829 * sched-rgn.c (is_cfg_nonregular, build_control_flow,
10830 find_single_block_region, find_rgns, schedule_insns)
10831 * sibcall.c (optimize_sibling_and_tail_recursive_call)
10832 * ssa-ccp.c (optimize_unexecutable_edges,
10833 ssa_ccp_df_delete_unreachable_insns): Likewise.
10834 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
10835 * ssa.c (find_evaluations, compute_dominance_frontiers_1,
10836 rename_block, convert_to_ssa, compute_conservative_reg_partition,
10837 compute_coalesced_reg_partition, rename_equivalent_regs,
10838 convert_from_ssa): Likewise.
10839 * config/ia64/ia64.c (emit_predicate_relation_info, process_epilogue,
10840 process_for_unwind_directive): Likewise.
10842 * df.c (FOR_ALL_BBS): Removed.
10843 * gcse.c (struct null_pointer_info): Type of current_block field
10845 (struct reg_avail_info): Type of last_bb field changed.
10846 * config/ia64/ia64.c (block_num): Removed.
10847 (need_copy_state): Type changed.
10850 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
10852 * cppinit.c (mark_named_operators): Split out from init_builtins.
10853 (cpp_finish_options): Call it from here instead.
10855 2002-05-23 Jason Thorpe <thorpej@wasabisystems.com>
10857 * builtin-attrs.def: Update copyright years.
10858 (ATTR_NONNULL): New attribute identifier.
10859 (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_3): New
10860 attribute tree lists.
10861 (DEF_FORMAT_ATTRIBUTE): Chain a nonnull attribute for the
10863 (ATTR_FORMAT_ARG_1, ATTR_FORMAT_ARG_2): Use...
10864 (DEF_FORMAT_ARG_ATTRIBUTE): ...this to generate format_arg
10865 attribute lists. Chain the appropriate nonnull attribute.
10866 * c-format.c (check_format_arg): Remove null format string
10868 * testsuite/gcc.dg/format/null-1.c: New test.
10870 2002-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10872 * Makefile.in (ADAC): Define.
10874 (.SUFFIXES): Move before language makefile fragments.
10875 (STAGE2_FLAGS_TO_PASS): Use stage CC as ADAC.
10877 2002-05-23 Mark Mitchell <mark@codesourcery.com>
10879 * varasm.c (make_decl_rtl): Don't allow weak variables to be
10882 Thu May 23 19:43:41 CEST 2002 Jan Hubicka <jh@suse.cz>
10884 * cfg.c (dump_flow_info): Print results of
10885 maybe_hot/probably_never_executed predicates.
10886 * toplev.c (open_dump_file): Print function frequency.
10888 2002-05-23 David S. Miller <davem@redhat.com>
10890 * cse.c (approx_reg_cost_1, approx_reg_cost): Recode to not use
10893 2002-05-23 Jason Thorpe <thorpej@wasabisystems.com>
10895 * c-common.c (warn_nonnull): Declare.
10896 (c_common_attribute_table): Add "nonnull" attribute.
10897 (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
10898 check_nonnull_arg, get_nonnull_operand, check_function_arguments,
10899 check_function_arguments_recurse): New functions.
10900 * c-common.h (warn_nonnull): Declare extern.
10901 (check_function_arguments, check_function_arguments_recurse): New
10903 * c-decl.c (c_decode_option): Add -Wnonnull option.
10904 * c-format.c (set_Wformat): Set warn_nonnull if enabling
10906 (format_check_context): New structure.
10907 (check_format_info_recurse): Remove recursion and rename to...
10908 (check_format_arg): ...this. Update comment.
10909 (check_format_info): Use check_function_arguments_recurse.
10910 * c-typeck.c (build_function_call): Call check_function_arguments
10911 instead of check_function_format.
10912 * doc/extend.texi: Document "nonnull" attribute.
10913 * doc/invoke.texi: Docuemnt -Wnonnull option.
10914 * testsuite/gcc.dg/nonnull-1.c: New test.
10915 * testsuite/gcc.dg/nonnull-2.c: New test.
10917 2002-05-23 David S. Miller <davem@redhat.com>
10919 * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
10920 * cfgcleanup.c (cleanup_cfg): If it is set do not
10921 attempt to delete trivially dead insns.
10922 * except.c (finish_eh_generation): Pass it to cleanup_cfg.
10923 * toplev.c (rest_of_compilation): Document non-trivial aspect
10924 the RTL before optimize_save_area_alloca is run.
10926 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
10928 * c-lex.c (indent_level): Remove.
10929 (cb_file_change, c_lex): Remove indent level handling.
10930 * c-lex.h (indent_level): Remove.
10931 * input.h (struct file_stack): Remove indent_level.
10932 * toplev.c (push_srcloc): Remove indent_level handling.
10934 2002-05-23 Jakub Jelinek <jakub@redhat.com>
10937 * config/i386/i386.md (sse_movdfcc, sse_movdfcc_eq): Use Y instead
10938 of x in constraints for clarity.
10939 (sse_mov?fcc split): abort if op2 == op3.
10940 (sse_movsfcc_const0_1, sse_movsfcc_const0_2, sse_movsfcc_const0_3,
10941 sse_movsfcc_const0_4): Add earlyclobber.
10942 (sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
10943 sse_movdfcc_const0_4): Likewise. Use DFmode, not SFmode.
10944 Use Y instead of x in constraints.
10946 2002-05-23 Richard Henderson <rth@redhat.com>
10948 * doc/extend.texi (C99 Thread-Local Edits): New subsection.
10949 (C++98 Thread-Local Edits): New subsection.
10951 * config/i386/i386.c, config/i386/i386.h: Tidy comments and whitespace.
10952 (ix86_arch): Set type to enum processor_type.
10954 * config/i386/i386.md (movsi_1, movdi_1_rex64): Use
10955 LEGITIMATE_PIC_OPERAND_P not SYMBOLIC_CONST.
10957 2002-05-23 Jakub Jelinek <jakub@redhat.com>
10959 * configure.in: Fix as version test for binutils 2.12.1 releases
10961 * configure: Rebuilt.
10963 2002-05-23 Richard Henderson <rth@redhat.com>
10965 * config/i386/i386.c (get_pic_label_name): New.
10966 (load_pic_register): Remove.
10967 (output_set_got): New.
10968 (ix86_expand_prologue): Use gen_set_got; mark insn REG_MAYBE_DEAD.
10969 * config/i386/i386.md (UNSPEC_SET_GOT): New.
10970 (UNSPECV_PROLOGUE_SET_GOT, UNSPECV_PROLOGUE_GET_PC): Remove.
10971 (prologue_set_got, prologue_get_pc): Remove.
10972 (set_got, set_got_nopic, set_got_deep, set_got_nodeep): New.
10973 (builtin_setjmp_receiver): Use gen_set_got.
10974 * config/i386/i386-protos.h: Update.
10976 Thu May 23 09:22:23 CEST 2002 Jan Hubicka <jh@suse.cz>
10978 * gcse.c (hash_expr): Do not use alias set for hashing.
10980 2002-05-22 Kevin Buettner <kevinb@redhat.com>
10982 * dbxout.c (dbxout_class_name_qualifiers): New function.
10983 (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.
10985 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
10987 * cpperror.c (_cpp_begin_message): No special casing
10988 of CPP_FATAL_LIMIT.
10989 * cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
10990 (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
10991 * cpplib.c (do_include_common): Use DL_ERROR.
10992 * cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
10993 (DL_ICE): Renumber.
10994 * fix-header.c (read_scan_file): Update.
10996 2002-05-22 Richard Henderson <rth@redhat.com>
10998 * config/i386/i386.c (ix86_expand_call): New function, extracted
10999 from md call patterns. Add pic_offset_table_rtx to
11000 CALL_INSN_FUNCTION_USAGE when needed.
11001 * config/i386/i386.md (call_pop, call): Use ix86_expand_call.
11002 (call_value_pop, call_value, untyped_call): Likewise.
11003 (call_exp, call_value_exp): Remove.
11004 * config/i386/i386-protos.h: Update.
11006 2002-05-22 Richard Henderson <rth@redhat.com>
11008 * varasm.c (default_section_type_flags): Check for VAR_DECL
11009 before using DECL_THREAD_LOCAL.
11011 2002-05-22 David Edelsohn <edelsohn@gnu.org>
11013 * config/rs6000/aix43.h (LINK_SPEC): Add PE initializer.
11014 (STARTFILE_SPEC): Delete PE crt0.o.
11015 * config/rs6000/aix51.h: Same.
11016 * config/rs6000/rs6000.c: Use TARGET_XCOFF, not OBJECT_FORMAT_COFF.
11017 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
11018 function descriptor symbol. Use RS6000_OUTPUT_BASENAME.
11019 (ASM_OUTPUT_DEF_FROM_DECLS): Use RS6000_OUTPUT_BASENAME.
11020 * config/rs6000/xcoff.h (ASM_OUTPUT_DEF): Define.
11022 2002-05-22 Richard Henderson <rth@redhat.com>
11024 * varasm.c (default_section_type_flags): Handle tls data and
11026 (default_unique_section): Handle tls sections.
11028 2002-05-23 Alan Modra <amodra@bigpond.net.au>
11030 * configure.in (CROSS): Define NATIVE_CROSS.
11031 * configure: Regenerate.
11032 * gcc.c (STARTFILE_PREFIX_SPEC): Define.
11033 (startfile_prefix_spec): New var.
11034 (static_specs): Add startfile_prefix_spec.
11035 (do_spec_2): Split out from..
11037 (main): Process startfile_prefix_spec.
11038 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
11040 (STARTFILE_PREFIX_SPEC): Define.
11041 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
11044 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
11046 * cpperror.c: Fix formatting.
11047 * cppexp.c: Likewise.
11048 * cppfiles.c: Likewise.
11049 * cpphash.c: Likewise.
11050 * cpphash.h: Likewise.
11051 * cppinit.c: Likewise.
11052 * cpplex.c: Likewise.
11053 * cpplib.c: Likewise.
11054 * cppmacro.c: Likewise.
11055 * cppmain.c: Likewise.
11056 * cppspec.c: Likewise.
11058 2002-05-22 Jakub Jelinek <jakub@redhat.com>
11060 * combine.c (force_to_mode): Use gen_int_mode.
11061 Don't clear CONST_INT bits outside of mode.
11063 2002-05-22 Richard Henderson <rth@redhat.com>
11065 * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.
11066 * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
11068 2002-05-22 Jakub Jelinek <jakub@redhat.com>
11071 * emit-rtl.c (widen_memory_access): Only call compare_tree_int
11072 if DECL_SIZE_UNIT is INTEGER_CST.
11074 2002-05-22 Richard Henderson <rth@redhat.com>
11076 * flow.c (life_analysis): Delete broken reg_label check.
11078 2002-05-22 Richard Henderson <rth@redhat.com>
11080 * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
11081 * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
11083 Wed May 22 18:39:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
11085 * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
11086 (embed-bb.c): New rule.
11087 * t-sh64 (LIB2FUNCS_EXTRA): Don't change.
11088 * config/sh/embed_bb.c: Delete.
11090 Wed May 22 18:25:29 2002 J"orn Rennecke <joern.rennecke@superh.com>
11092 * c-common.c (cb_register_builtins): Don't indent '#' of #define.
11094 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
11096 * config/h8300/h8300.md (*andorqi3): New.
11098 2002-05-22 Neil Booth <neil@daikokuya.demon.co.uk>
11100 PR preprocessor/6517
11101 * Makefile.in: Update.
11102 * c-common.c (c_common_post_options): Add preprocessor
11103 errors to the error count.
11104 * c-lang.c (c_post_options): Kill.
11105 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
11106 * hooks.h: Add header guards.
11107 * langhooks-def.h: Include hooks.h.
11108 (LANG_HOOKS_POST_OPTIONS): Update.
11109 * langhooks.h (struct lang_hooks): Update post_options.
11110 * toplev.c (parse_options_and_default_flags): Update.
11112 * objc-lang.c (objc_post_options): Kill.
11113 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
11115 2002-05-21 Bruce Korb <bkorb@gnu.org>
11117 * fixinc/tests/base/pthread.h(THREAD_KEYWORD_CHECK): add fix check
11118 * fixinc/inclhack.def(thread_keyword): use c_fix = format.
11119 * fixinc/fixincl.x: regen.
11121 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
11123 * cfgbuild.c: Fix formatting.
11125 * cfgcleanup.c: Likewise.
11126 * cfglayout.c: Likewise.
11127 * cfgloop.c: Likewise.
11128 * cfgrtl.c: Likewise.
11130 2002-05-21 Richard Henderson <rth@redhat.com>
11132 * c-common.h (enum rid): Add RID_THREAD.
11133 * c-decl.c (start_decl): Do not set DECL_COMMON for tls variables.
11134 (grokdeclarator): Grok __thread.
11135 * c-parse.in (reswords): Add __thread.
11136 (rid_to_yy): Add RID_THREAD.
11138 * tree.h (DECL_THREAD_LOCAL): New.
11139 (struct tree_decl): Add thread_local_flag.
11140 * print-tree.c (print_node): Dump DECL_THREAD_LOCAL.
11141 * tree.c (staticp): TLS variables are not static.
11143 * target-def.h (TARGET_HAVE_TLS): New.
11144 * target.h (have_tls): New.
11145 * output.h (SECTION_TLS): New.
11146 * varasm.c (assemble_variable): TLS variables can't be common for now.
11147 (default_section_type_flags): Handle .tdata and .tbss.
11148 (default_elf_asm_named_section): Handle SECTION_TLS.
11149 (categorize_decl_for_section): Handle DECL_THREAD_LOCAL.
11151 * flags.h (flag_tls_default): Declare.
11152 * toplev.c (flag_tls_default): Define.
11153 (display_help): Display help for it.
11154 (decode_f_option): Set it.
11156 * doc/extend.texi (Thread-Local): New node describing language-level
11157 thread-local storage.
11158 * doc/invoke.texi (-ftls-model): Document.
11160 * fixinc/inclhack.def (thread_keyword): New.
11161 * fixinc/fixincl.x: Rebuild.
11163 2002-05-21 Jeffrey A Law <law@redhat.com>
11165 * optabs.c (expand_binop): For double-word integer multiplies,
11166 do not compute intermediate results into something that is
11167 not a register (such as a SUBREG or MEM).
11169 * i386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
11170 (ix86_sched_reorder): Make sure to initialize scheduling
11171 data even when there's only one insn in the ready queue.
11173 2002-05-21 Vladimir Makarov <vmakarov@redhat.com>
11175 * genautomata.c (reserv_sets_hash_value): Fix a typo.
11177 2002-05-21 Vladimir Makarov <vmakarov@redhat.com>
11179 * genautomata.c (reserv_sets_hash_value): Define hash_value as
11180 set_el_t. Transform the hash value into unsigned.
11181 (output_cycle_reservs): Fix bug with output of repeated `nothing'.
11182 (transform_3): Add code to process `(A,B)+(D,E)'.
11184 2002-05-21 NIIBE Yutaka <gniibe@m17n.org>
11186 * reload1.c (do_output_reload): Run delete_output_reload
11187 only if optimizing.
11189 2002-05-21 Roger Sayle <roger@eyesopen.com>
11192 * expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
11193 larger than INTEGER_CST. (store_by_pieces_1): Use it here...
11194 (can_store_by_pieces): ... and here to limit the largest mode used.
11195 Add a comment to document this function.
11197 2002-05-21 Richard Henderson <rth@redhat.com>
11199 * flow.c (life_analysis): Fix test for deleted label.
11201 2002-05-21 Neil Booth <neil@daikokuya.demon.co.uk>
11203 * doc/tm.texi: Fix typo.
11205 2002-05-21 Zack Weinberg <zack@codesourcery.com>
11207 * c-common.c (c_common_init): Set options->unsigned_char from
11209 (cb_register_builtins): Define __STRICT_ANSI__ and
11210 __CHAR_UNSIGNED__ here...
11211 * cppinit.c (init_builtins): Not here.
11212 (cpp_create_reader): unsigned_char option defaults to 0, not
11213 !DEFAULT_SIGNED_CHAR.
11214 (COMMAND_LINE_OPTIONS, cpp_handle_option): Lose -fsigned-char
11215 and -funsigned-char.
11217 * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
11218 * cpphash.c (_cpp_init_hashtable): Don't set it.
11219 * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting
11220 directly. Clarify comment.
11222 2002-05-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11224 * bb-reorder.c (make_reorder_chain_1): Use prev_bb/next_bb to get to
11225 neighbouring basic blocks. Use ENTRY_BLOCK_PTR->next_bb instead of
11226 BASIC_BLOCK (0). Use EXIT_BLOCK_PTR->prev_bb instead of
11227 BASIC_BLOCK (n_basic_blocks - 1).
11228 * cfganal.c (can_fallthru, flow_call_edges_add,
11229 flow_preorder_transversal_compute): Too.
11230 * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
11231 find_sub_basic_blocks): Too.
11232 * cfgcleanup.c (try_simplify_condjump, try_optimize_cfg): Too.
11233 * cfglayout.c (skip_insns_after_block, fixup_reorder_chain,
11234 fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge): Too.
11235 * cfgrtl.c (tidy_fallthru_edges, verify_flow_info): Too.
11236 * combine.c (this_basic_block): Type changed to basic_block.
11237 (combine_instructions, set_nonzero_bits_and_sign_copies, try_combine,
11238 nonzero_bits, num_sign_bit_copies, get_last_value_validate,
11239 get_last_value, distribute_notes, distribute_links): Too.
11240 * final.c (compute_alignments): Too.
11241 * flow.c (regno_uninitialized, regno_clobbered_at_setjmp): Too.
11242 * function.c (thread_prologue_and_epilogue_insns): Too.
11243 * gcse.c (compute_code_hoist_vbeinout): Too.
11244 * global.c (build_insn_chain): Too.
11245 * ifcvt.c (find_if_block, find_cond_trap): Too.
11246 * predict.c (last_basic_block_p, note_prediction_to_br_prob): Too.
11247 * regmove.c (regmove_optimize): Too.
11248 * resource.c (find_basic_block): Too.
11249 * sched-ebb.c (schedule_ebbs): Too.
11250 * ssa-dce.c (find_control_dependence, find_pdom): Too.
11252 2002-05-21 Andreas Jaeger <aj@suse.de>
11254 * cppinit.c (sanity_checks): Avoid printf mismatch warnings.
11256 2002-05-21 Richard Henderson <rth@redhat.com>
11258 * reg-stack.c (swap_rtx_condition, subst_stack_regs_pat): Use
11259 unspec names, not numbers.
11261 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
11263 * doc/sourcebuild.texi: Mention snapshot-README and
11264 snapshot-index.html as needing updating for new front ends.
11266 2002-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11268 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when
11269 disabling checking, and avoid multiple evaluation of RTX.
11271 2002-05-21 Richard Earnshaw <rearnsha@arm.com>
11273 * bitmap.c (bitmap_find_bit): Return early if we have the correct
11276 Tue May 21 10:51:54 CEST 2002 Jan Hubicka <jh@suse.cz>
11278 * profile.c (gen_edge_profiler): Set alias set before the memory is
11281 2002-05-20 David S. Miller <davem@redhat.com>
11283 * cselib.c (max_value_regs): New.
11284 (cselib_lookup, cselib_invalidate_regno): Initialize it when
11285 adding new entries to the REG_VALUES table and we are dealing with
11287 (clear_table): Initialize it.
11288 (cselib_invalidate_regno): Use it to determine which hard
11289 registers to scan when mode is not VOIDmode.
11291 2002-05-20 Duraid Madina <duraid@fl.net.au>
11293 * tradcpp.c (fixup_newlines): Use old-style function header.
11295 2002-05-20 Krister Walfridsson <cato@df.lth.se>
11297 * reload1.c (reload_cse_simplify): Fix typo in rtx code check.
11299 2002-05-20 H.J. Lu (hjl@gnu.org)
11301 Base on suggestions from Zhang Fuxin <fxzhang@ict.ac.cn>:
11303 * config/mips/mips.h (DFMODE_NAN): Defined.
11304 (SFMODE_NAN): Likewise.
11306 2002-05-20 Dale Johannesen <dalej@apple.com>
11308 * combine.c (cant_combine_insn_p): Back out my
11311 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
11313 * params.c: Fix formatting.
11314 * params.h: Likewise.
11315 * predict.c: Likewise.
11316 * prefix.c: Likewise.
11317 * print-rtl.c: Likewise.
11318 * print-tree.c: Likewise.
11319 * profile.c: Likewise.
11321 2002-05-20 H.J. Lu (hjl@gnu.org)
11323 * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
11325 2002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
11327 * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
11328 switches straight on to the assembler, do not abbreviate them.
11329 * config/arm/elf.h (ASM_SPEC): As above.
11330 * config/arm/semi.h (ASM_SPEC): As above.
11331 * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above.
11332 * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass
11333 -mcpu=xscale on to the assembler by default.
11334 * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above.
11336 2002-05-20 Richard Henderson <rth@redhat.com>
11338 * cse.c (canon_hash): Reorder do_not_record test. Always
11339 allow pic_offset_table_rtx.
11341 2002-05-19 Toon Moene <toon@moene.indiv.nluug.nl>
11343 * optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.
11344 (expand_binop): Ditto (3 times).
11346 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
11348 * Makefile.in (distclean): Remove QMTest stuff.
11349 (QMTEST_PATH): New variable.
11350 (QMTESTFLAGS): Likewise.
11351 (QMTESTRUNFLAGS): Likewise.
11352 (QMTEST): Likewise.
11353 (QMTEST_GPP_TESTS): Likewise.
11354 (QMTEST_DIR): Likewise.
11355 (QMTEST_DIR/context): New target.
11356 (qmtest-g++): Likeise.
11357 (qmtest-gui): Likewise.
11358 (QMTEST_DIR/gpp-expected.qmr): Likewise.
11360 2002-05-19 Aldy Hernandez <aldyh@redhat.com>
11362 * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
11363 an altivec register if TARGET_ALTIVEC.
11365 * config/rs600/rs6000.c (rs6000_emit_move): Change VECTOR_MODE_P
11366 to ALTIVEC_VECTOR_MODE.
11367 (rs6000_va_arg): Only vectors of type AltiVec are 16 byte aligned.
11368 (rs6000_va_arg): Vectors may go in registers if they are not
11371 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
11373 * protoize.c: Fix formatting.
11375 2002-05-19 Richard Henderson <rth@redhat.com>
11377 * gensupport.c (init_include_reader): Merge into ...
11378 (process_include): ... here. Simplify composite path creation.
11379 Plug memory leaks. Fix file/line number tracking. Do not
11380 process_define_cond_exec. Return void.
11381 (process_rtx): Don't check process_include return value.
11383 2002-05-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11385 * basic_block.h (struct basic_block_def): Added prev_bb and next_bb
11387 (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
11388 traversing basic block chain.
11389 (create_basic_block_structure, create_basic_block): Declaration changed.
11390 (link_block, unlink_block): Declare.
11391 * cfg.c (entry_exit_blocks): Initialize new fields.
11392 (link_block, unlink_block): New.
11393 (expunge_block_nocompact): Unlink basic block.
11394 (dump_flow_info): Print prev_bb/next_bb fields.
11395 * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
11396 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
11397 * cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
11398 * cfgrtl.c (create_basic_block_structure, create_basic_block,
11399 split_block, force_nonfallthru_and_redirect, split_edge): Modified.
11400 (verify_flow_info): Check that list agrees with numbering.
11402 2002-05-19 Neil Booth <neil@daikokuya.demon.co.uk>
11404 * c-common.c (preprocessing_asm): New macro.
11405 * c-lex.h (builtin_define, builtin_assert): Use pfile.
11409 * alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
11410 (CPP_SPEC): Simplify.
11411 (TARGET_CPU_CPP_BUILTINS): Update.
11412 * freebsd.h (TARGET_OS_CPP_BUILTINS): New.
11413 (CPP_SPEC): Simplify.
11414 * linux.h (CPLUSPLUS_CPP_SPEC): Remove.
11415 (TARGET_OS_CPP_BUILTINS): Update.
11416 * osf.h (CPP_XFLOAT_SPEC): Kill.
11417 (TARGET_OS_CPP_BUILTINS): Update.
11418 (CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
11419 * osf5.h (CPP_XFLOAT_SPEC): Kill.
11420 * vms.h (CPP_SUBTARGET_SPEC): Kill.
11421 (TARGET_OS_CPP_BUILTINS): Update.
11423 2002-05-19 Richard Henderson <rth@redhat.com>
11425 * varasm.c (default_binds_local_p): Fix typo.
11427 2002-05-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
11429 * config/avr/avr.c (machine_dependent_reorg): Sign extend the
11430 CONST_INT operand to the correct mode after adding 1 to it.
11432 2002-05-19 Mark Mitchell <mark@codesourcery.com>
11434 * config.gcc (powerpc-wrs-windiss*): New target.
11436 2002-05-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11438 * config/rs6000/rs6000.md (ashrdi3_no_power): New.
11441 2002-05-18 Mark Mitchell <mark@codesourcery.com>
11443 * configure.in (AC_CHECK_FUNCS): Add checks for scandir and
11445 * config.in: Regenerated.
11446 * configure: Regenerated.
11448 2002-05-19 Richard Henderson <rth@redhat.com>
11450 * target-def.h (TARGET_BINDS_LOCAL_P): New.
11451 * target.h (struct gcc_target): Move boolean fields to the end.
11453 * varasm.c (default_binds_local_p): New.
11454 * output.h: Declare it.
11456 * config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
11457 * config/cris/cris.c (cris_encode_section_info): Likewise.
11458 * config/i386/i386.c (i386_encode_section_info): Likewise.
11459 * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
11460 * config/sh/sh.c (sh_encode_section_info): Likewise.
11462 * doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
11463 (TARGET_BINDS_LOCAL_P): New.
11465 2002-05-19 Richard Henderson <rth@redhat.com>
11467 * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
11468 FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
11469 MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
11471 * toplev.c (display_help): Kill -a -ax help.
11473 * config/1750a/1750a.h, config/alpha/alpha.h,
11474 config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
11475 config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
11476 config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
11477 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
11479 * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
11480 * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
11482 * config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
11483 (ix86_output_function_block_profiler): Kill.
11484 * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
11485 (m68hc11_function_block_profiler): Kill.
11486 * config/m68hc11/m68hc11-protos.h: Update.
11487 * config/m88k/m88k.c (output_block_profiler): Kill.
11488 (output_function_block_profiler): Kill.
11489 * config/m88k/m88k-protos.h: Update.
11491 2002-05-19 Richard Henderson <rth@redhat.com>
11493 * system.h (STRIP_NAME_ENCODING): Poison it.
11494 * output.h (STRIP_NAME_ENCODING): Remove.
11495 (default_strip_name_encoding): Declare.
11496 * target-def.h (TARGET_STRIP_NAME_ENCODING): New.
11497 * target.h (strip_name_encoding): New.
11498 * varasm.c (default_strip_name_encoding): New.
11500 * dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
11501 config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
11502 config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
11503 config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
11504 config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
11505 config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
11506 config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
11507 config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
11508 config/v850/v850.h: Use the hook, not the macro.
11510 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
11511 config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
11512 config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
11513 config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
11514 config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
11515 config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
11516 config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
11517 config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
11518 config/v850/v850.c, config/v850/v850.h:
11519 Move STRIP_NAME_ENCODING to out-of-line function and add
11520 TARGET_STRIP_NAME_ENCODING.
11522 * config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
11523 config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
11524 with TARGET_STRIP_NAME_ENCODING referencing existing function;
11525 make function static.
11527 * xcoffout.c: Include target.h
11528 * Makefile.in (xcoffout.o): Update.
11530 * config/avr/avr.c (avr_encode_section_info): Correct prototype.
11531 * config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
11532 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
11533 reloc argument unused.
11534 * config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
11536 * doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
11537 STRIP_NAME_ENCODING docs.
11539 2002-05-19 Andreas Jaeger <aj@suse.de>
11541 * gengenrtl.c: Add prototype for excluded_rtx.
11543 * real.h: Add prototype for exact_real_truncate.
11545 2002-05-18 Richard Henderson <rth@redhat.com>
11547 * system.h (ENCODE_SECTION_INFO): Poison it.
11548 * target-def.h (TARGET_ENCODE_SECTION_INFO): New.
11549 * target.h (encode_section_info): New.
11550 * varasm.c (make_decl_rtl, output_constant_def): Use it.
11551 * hooks.c (hook_tree_int_void): New.
11552 * hooks.h: Declare it.
11554 * config/darwin.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
11555 config/alpha/alpha.h, config/arm/pe.h, config/avr/avr-protos.h,
11556 config/avr/avr.c, config/avr/avr.h, config/c4x/c4x-protos.h,
11557 config/c4x/c4x.c, config/c4x/c4x.h, config/cris/cris-protos.h,
11558 config/cris/cris.c, config/cris/cris.h, config/i386/cygwin.h,
11559 config/i386/win32.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
11560 config/ia64/ia64.h, config/m32r/m32r-protos.h, config/m32r/m32r.c,
11561 config/m32r/m32r.h, config/m68hc11/m68hc11-protos.h,
11562 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
11563 config/mcore/mcore-protos.h, config/mcore/mcore.c,
11564 config/mcore/mcore.h, config/mmix/mmix-protos.h, config/mmix/mmix.c,
11565 config/mmix/mmix.h, config/rs6000/rs6000-protos.h,
11566 config/rs6000/sysv4.h, config/stormy16/stormy16-protos.h,
11567 config/stormy16/stormy16.c, config/stormy16/stormy16.h:
11568 Replace ENCODE_SECTION_INFO with TARGET_ENCODE_SECTION_INFO
11569 referencing existing function. Make function static.
11571 * config/a29k/a29k.c, config/a29k/a29k.h, config/arc/arc.c,
11572 config/arc/arc.h, config/arm/arm.c, config/arm/arm.h,
11573 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
11574 config/i370/i370.h, config/i386/i386-interix.h, config/i386/i386.c,
11575 config/i386/i386.h, config/i386/interix.c, config/m88k/m88k.c,
11576 config/m88k/m88k.h, config/mips/mips.c, config/mips/mips.h,
11577 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa.c,
11578 config/pa/pa.h, config/romp/romp.c, config/romp/romp.h,
11579 config/rs6000/linux64.h, config/rs6000/xcoff.h, config/s390/s390.c,
11580 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
11581 config/sparc/sparc.c, config/sparc/sparc.h, config/v850/v850.c,
11582 config/v850/v850.h, config/vax/vax.c, config/vax/vms.h,
11583 config/xtensa/xtensa.c, config/xtensa/xtensa.h:
11584 Move ENCODE_SECTION_INFO to out-of-line function and add
11585 TARGET_ENCODE_SECTION_INFO.
11587 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use hook, not macro.
11588 (ASM_DECLARE_OBJECT_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
11590 * config/arm/pe.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Rename
11592 (switch_to_section): Replace in_rdata case with in_readonly_data.
11594 * config/h8300/h8300.c (h8300_encode_label): Make static.
11595 * config/h8300/h8300-protos.h: Update.
11597 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Rename
11598 from rs6000_encode_section_info; make static.
11599 (rs6000_xcoff_encode_section_info): New.
11601 * config/v850/v850.c (v850_encode_data_area): Make static.
11602 * config/v850/v850-protos.h: Update.
11604 * config/vax/vax.c: Include flags.h.
11605 (vms_select_section): Fix typo.
11607 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update from previous
11608 ENCODE_SECTION_INFO docs.
11610 2002-05-18 Richard Henderson <rth@redhat.com>
11612 * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Rename from
11613 REGISTER_TARGET_PRAGMAS.
11614 * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
11616 * config.gcc: Do not use rs6000-c.c on powerpc-darwin.
11618 2002-05-18 Richard Henderson <rth@redhat.com>
11620 * system.h (SELECT_RTX_SECTION): Poison.
11621 * target-def.h (TARGET_ASM_SELECT_RTX_SECTION): New.
11622 * target.h (select_rtx_section): New.
11623 * varasm.c (output_constant_pool): Use it.
11624 (default_select_rtx_section, default_elf_select_rtx_section): New.
11625 * output.h: Declare them.
11627 * config/darwin.h (SELECT_RTX_SECTION): Move ...
11628 * config/darwin.c (machopic_select_rtx_section): ... here.
11629 * config/darwin-protos.h: Update.
11631 * config/nextstep.h (SELECT_RTX_SECTION): Move ...
11632 * config/nextstep.c (machopic_select_rtx_section): ... here.
11633 (nextstep_select_section): Rename variable to avoid macro clash.
11634 * config/nextstep-protos.h: Update.
11636 * config/elfos.h, config/svr3.h, config/arm/aof.h, config/c4x/c4x.h,
11637 config/i386/dgux.h, config/i386/osfrose.h, config/i386/sco5.h,
11638 config/i386/svr3gas.h, config/i860/paragon.h, config/ia64/aix.h,
11639 config/m32r/m32r.h, config/m68k/dpx2.h, config/m68k/lynx.h,
11640 config/m68k/m68k.h, config/m68k/tower-as.h, config/m88k/dgux.h,
11641 config/mcore/mcore-pe.h, config/mips/mips.h, config/mmix/mmix.h,
11642 config/pa/pa-linux.h, config/pa/pa.h, config/romp/romp.h,
11643 config/rs6000/lynx.h, config/rs6000/sysv4.h, config/s390/linux.h,
11644 config/sparc/sysv4.h, config/xtensa/elf.h, config/xtensa/linux.h
11645 (SELECT_RTX_SECTION): Remove.
11647 * config/darwin.h, config/elfos.h, config/nextstep.h,
11648 config/ia64/aix.h, config/ia64/sysv4.h, config/alpha/alpha.c,
11649 config/mips/mips.c, config/romp/romp.c, config/rs6000/sysv4.h,
11650 config/rs6000/xcoff.h, config/s390/s390.c, config/sparc/aout.h,
11651 config/sparc/lynx.h, config/xtensa/xtensa.c
11652 (TARGET_ASM_SELECT_RTX_SECTION): New.
11654 * config/alpha/elf.h (SELECT_RTX_SECTION): Move ...
11655 * config/alpha/alpha.c (alpha_elf_select_rtx_section): ... here.
11656 * config/ia64/sysv4.h (SELECT_RTX_SECTION): Move ...
11657 * config/ia64/ia64.c (ia64_select_rtx_section): ... here.
11658 (ia64_aix_select_rtx_section): New.
11659 * config/mips/iris6.h (READONLY_DATA_SECTION_ASM_OP): Undef before
11661 * config/mips/mips.c (mips_select_rtx_section): Make static.
11662 Support ELF SHF_MERGE features.
11663 * config/mips/mips-protos.h: Update.
11664 * config/rs6000/xcoff.h (SELECT_RTX_SECTION): Move ...
11665 * config/rs6000/rs6000.c (rs6000_xcoff_select_rtx_section): ... here.
11666 (rs6000_elf_select_rtx_section): Rename from rs6000_select_rtx_section;
11667 make static, fall back to default_elf_select_rtx_section.
11668 * config/rs6000/rs6000-protos.h: Update.
11669 * config/sparc/sparc.h (SELECT_RTX_SECTION): Move ...
11670 * config/sparc/sparc.c (sparc_aout_select_rtx_section): ... here.
11671 * config/sparc/sunos4.h (on_exit): Declare only if IN_LIBGCC2.
11672 * config/romp/romp.c (romp_select_rtx_section): New.
11673 * config/s390/s390.c (s390_select_rtx_section): New.
11674 * config/xtensa/xtensa.c: Include output.h. Shuffle local function
11675 declarations before target macro definition.
11676 (xtensa_emit_call): Use static buffer.
11677 (xtensa_select_rtx_section): New.
11678 * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE): Remove.
11679 (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Remove.
11680 (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
11682 * doc/tm.texi (TARGET_ASM_SELECT_RTX_SECTION): Update from
11683 SELECT_RTX_SECTION docs.
11685 Sun May 19 00:24:23 CEST 2002 Jan Hubicka <jh@suse.cz>
11687 * i386.md (movsi/movdi): Fix template.
11688 (sse2 patterns): Set attributes consistently.
11690 * i386.md (pushqi2, ashrqi_*): Fix constraint.
11692 2002-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
11694 * optabs.c (complex_part_zero_p): New.
11695 * (expand_cmplxdiv_straight): Use it.
11696 * (expand_cmplxdiv_wide): Ditto.
11697 * (expand_binop): Ditto.
11699 2002-05-18 Richard Henderson <rth@redhat.com>
11701 * final.c (HAVE_READONLY_DATA_SECTION): New.
11702 (shorten_branches): Use it instead of ifdefs.
11703 * varasm.c (enum in_section): Add in_readonly_data.
11704 (text_section, data_section): Tidy.
11705 (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
11707 * config/darwin.h, config/nextstep.h, config/h8300/elf.h,
11708 config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h
11709 (READONLY_DATA_SECTION): Don't undef.
11711 * config/alpha/unicosmk.h, config/h8300/elf.h, config/i386/aix386ng.h,
11712 config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h,
11713 config/rs6000/lynx.h (READONLY_DATA_SECTION_ASM_OP): Undef.
11715 * config/elfos.h, config/svr3.h, config/alpha/alpha-interix.h,
11716 config/alpha/elf.h, config/c4x/c4x.h, config/i386/i386-interix.h,
11717 config/i386/sco5.h, config/i386/svr3gas.h, config/i860/sysv3.h,
11718 config/m88k/m88k.h, config/pa/pa64-hpux.h (USE_CONST_SECTION): Remove.
11720 * config/elfos.h, config/netware.h, config/alpha/alpha-interix.h,
11721 config/alpha/elf.h, config/alpha/vms.h, config/arc/arc.h,
11722 config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
11723 config/i386/dgux.h, config/i386/i386-interix.h, config/i386/sco5.h,
11724 config/ia64/hpux.h, config/m32r/m32r.h, config/m68k/tower-as.h,
11725 config/m88k/m88k.h, config/mcore/mcore-pe.h, config/mips/iris6.h,
11726 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa64-hpux.h,
11727 config/sparc/sysv4.h (READONLY_DATA_SECTION_ASM_OP): Rename from
11728 CONST_SECTION_ASM_OP/READONLY_SECTION_ASM_OP/RDATA_SECTION_ASM_OP.
11730 * config/elfos.h, config/netware.h, config/1750a/1750a.h,
11731 config/a29k/a29k.h, config/alpha/alpha-interix.h, config/alpha/alpha.h,
11732 config/arm/coff.h, config/h8300/h8300.h, config/i386/aix386ng.h,
11733 config/i386/i386-interix.h, config/i386/osfrose.h, config/mmix/mmix.h,
11734 config/pa/pa64-hpux.h, config/sparc/litecoff.h
11735 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11737 * config/elfos.h, config/netware.h, config/svr3.h,
11738 config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
11739 config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
11740 config/h8300/h8300.h, config/i386/i386-interix.h,
11741 config/i386/osfrose.h, config/i386/svr3gas.h, config/mmix/mmix.h,
11742 config/pa/pa64-hpux.h (READONLY_DATA_SECTION): Remove.
11744 * config/elfos.h, config/netware.h, config/svr3.h,
11745 config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
11746 config/c4x/c4x.h, config/i386/aix386ng.h, config/i386/i386-interix.h,
11747 config/i386/sco5.h, config/i386/svr3gas.h, config/mmix/mmix.h,
11748 config/pa/pa64-hpux.h (CONST_SECTION_FUNCTION): Remove.
11750 * config/lynx.h, config/svr3.h, config/alpha/elf.h, config/alpha/vms.h,
11751 config/c4x/c4x.h, config/dsp16xx/dsp16xx.h, config/i386/sco5.h,
11752 config/i386/svr3gas.h, config/i860/sysv3.h, config/i860/sysv4.h,
11753 config/ia64/sysv4.h, config/m32r/m32r.h, config/m88k/m88k.h,
11754 config/mcore/mcore-elf.h, config/mcore/mcore-pe.h, config/mips/elf.h,
11755 config/mips/elf64.h, config/mips/iris6.h, config/mips/linux.h,
11756 config/mips/mips.h, config/mips/rtems64.h, config/mips/vxworks.h,
11757 config/rs6000/sysv4.h, config/v850/v850.h
11758 (EXTRA_SECTIONS): Remove in_const/in_rdata.
11759 (EXTRA_SECTION_FUNCTIONS): Remove accompanying function.
11761 * config/svr3.h, config/c4x/c4x.h, config/i386/dgux.h,
11762 config/i386/sco5.h, config/i386/svr3gas.h, config/ia64/aix.h,
11763 config/m88k/dgux.h, config/mcore/mcore-pe.h, config/mmix/mmix.h,
11764 config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
11765 * config/alpha/alpha.c (alpha_start_function): Likewise.
11766 (alpha_write_linkage): Likewise.
11767 * config/m32r/m32r.c (m32r_select_section): Likewise.
11768 * config/m88k/m88k.c (m88k_select_section): Likewise.
11769 * config/mips/mips.c (mips_select_rtx_section): Likewise.
11770 * config/rs6000/rs6000.c (rs6000_select_rtx_section): Likewise.
11771 (rs6000_elf_select_section): Likewise.
11772 * config/v850/v850.c (v850_select_section): Likewise.
11774 * config/1750a/1750a.h, config/i860/sysv3.h
11775 (READONLY_DATA_SECTION_ASM_OP): New.
11776 READONLY_DATA_SECTION_ASM_OP.
11777 * config/i386/interix.c, config/i386/winnt.c
11778 (i386_pe_unique_section): Always use .rdata prefix.
11779 * config/pa/som.h (readonly_data): Always switch to read-only section.
11780 (READONLY_DATA_SECTION): Predicate on flag_pic.
11781 * config/we32k/we32k.h (READONLY_DATA_SECTION): Remove parenthesis.
11782 * doc/tm.texi (READONLY_DATA_SECTION_ASM_OP): New.
11783 (READONLY_DATA_SECTION): Update.
11785 2002-05-18 Jason Thorpe <thorpej@wasabisystems.com>
11787 * c-common.c (c_common_post_options): Warn if -Wformat-zero-length
11788 is used without -Wformat.
11789 * c-common.h (warn_format_zero_length): Declare extern.
11790 * c-decl.c (warn_options): Add "format-zero-length".
11791 * c-format.c (warn_format_zero_length): Declare.
11792 (set_Wformat): Set warn_format_zero_length for -Wformat.
11793 (check_format_info): Only warn about zero-length formats if
11794 warn_format_zero_length is true. Include the format type
11795 name in the warning message.
11796 * doc/invoke.texi: Document -Wformat-zero-length.
11797 * testsuite/gcc.dg/format/zero-length-1.c: New test.
11799 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
11801 * timevar.c: Fix formatting.
11802 * tlink.c: Likewise.
11803 * toplev.c: Likewise.
11804 * tree-dump.c: Likewise.
11805 * tree-inline.c: Likewise.
11807 2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk>
11809 * cppinit.c (cpp_post_options): If preprocessed, turn off
11810 traditional. If traditional, turn off column numbers.
11811 * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
11812 * cpptrad.c (handle_newline): Update line_base.
11813 (skip_comment): Handle -Wcomment.
11815 2002-05-17 Zack Weinberg <zack@codesourcery.com>
11817 * cppinit.c (struct builtin): Remove unused fields.
11818 (CPLUS, BUILTIN, OPERATOR, O, builtin_array_end): Kill.
11819 (operator_array): New - was second half of builtin_array.
11820 (init_builtins): Simplify loop over builtin_array/operator_array.
11822 2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk>
11824 * defaults.h (UNIQUE_SECTION): Remove.
11825 * system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
11827 2002-05-17 Richard Henderson <rth@redhat.com>
11829 * expr.c (init_expr_once): Don't use start/end_sequence.
11830 Use rtx_alloc instead of emit_insn.
11831 * toplev.c (lang_dependent_init): Run init_expr_once here ...
11832 (lang_independent_init): ... not here.
11834 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
11836 * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
11838 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
11840 * config/avr/avr.c (avr_regs_to_save): New function. Also check
11841 for fixed registers, possibly used for global register variables.
11842 (initial_elimination_offset, avr_output_function_prologue,
11843 avr_output_function_epilogue): Move common code to avr_regs_to_save.
11845 2002-05-17 Neil Booth <neil@daikokuya.demon.co.uk>
11847 * Makefile.in: Update for cpptrad.c.
11848 * cpphash.h (struct cpp_buffer): New members for buffer
11850 (struct cpp_reader): New members for traditional output.
11851 (_cpp_read_logical_line, _cpp_overlay_buffer): New.
11852 * cppinit.c (cpp_create_reader): Set trad_line.
11853 (cpp_destroy): Free trad_out_base if used.
11854 (cpp_read_main_file): Overlay an empty buffer if traditional.
11855 (cpp_finish_options): Don't do builtins.
11856 (COMMAND_LINE_OPTIONS): Add -traditional-cpp.
11857 (cpp_handle_option): Handle it.
11858 * cpplex.c (continue_after_nul): New.
11859 (_cpp_lex_direct): Use handle_nul.
11860 * cpplib.h (struct cpp_options): New traditional option.
11861 * cpptrad.c: New file.
11863 2002-05-17 Neil Booth <neil@daikokuya.demon.co.uk>
11865 * c-common.c (c_common_init_options): Use C89 for Objective-C,
11866 and set the options flag.
11867 * cppinit.c (lang_flags): Remove objc.
11868 (lang_defaults): Remove OBJC and OBJCXX.
11869 (set_lang): Update.
11870 (COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
11871 (cpp_handle_option): Remove -+ and -lang-objc++.
11872 For ObjC, just set a flag.
11873 (print_help): Update.
11874 * cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.
11876 2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11878 * doc/install.texi (Specific, mips-sgi-irix6): Document need to
11879 bootstrap with -mips3.
11881 2002-05-17 Kazu Hirata <kazu@cs.umass.edu>
11883 * final.c: Fix formatting.
11884 * fix-header.c: Likewise.
11885 * flow.c: Likewise.
11886 * fold-const.c: Likewise.
11887 * function.c: Likewise.
11889 2002-05-17 David S. Miller <davem@redhat.com>
11891 PR c/6689, PR optimization/6615
11892 * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
11893 and make it a pointer to rtx. Update comments.
11894 (update_equiv_regs): When scanning for equivalences, record
11895 address of SET_SRC (set) in reg_equiv[].src_p. Dereference
11896 it while making the equiv replacements.
11898 2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11900 * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
11902 2002-05-17 kaz Kojima <kkojima@rr.iij4u.or.jp>
11904 * config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
11905 when encoding visibility into SYMBOL_REF_FLAG.
11907 2002-05-17 Richard Sandiford <rsandifo@redhat.com>
11909 * expr.c (force_operand): Fix reversed move.
11911 2002-05-17 Kurt Wall <kwall@kurtwerks.com>
11913 * doc/install.texi (Testing): Mention two common DejaGnu warnings
11914 that can be ignored.
11916 2002-05-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11918 * doc/install.texi (Final install): Recommend to install into a
11919 "clean" target directory.
11921 2002-05-17 Richard Henderson <rth@redhat.com>
11923 * config/ia64/ia64.md: Use braced strings instead of quoted strings
11924 for code blocks. Tidy whitespace.
11926 2002-05-17 Richard Henderson <rth@redhat.com>
11928 * hooks.c (hook_tree_bool_false): New.
11929 * hooks.h: Declare it.
11930 * target-def.h (TARGET_ASM_SELECT_SECTION): New.
11931 (TARGET_ASM_UNIQUE_SECTION, TARGET_IN_SMALL_DATA_P): New.
11932 * target.h (select_section, unique_section): New.
11933 (in_small_data_p): New.
11934 * varasm.c (resolve_unique_section): Use hooks instead of macros.
11935 (variable_section, output_constant_def_contents): Likewise.
11936 (default_select_section, default_unique_section): New.
11937 (categorize_decl_for_section, default_elf_select_section): New.
11938 * output.h: Declare them.
11940 * config/darwin.h (ALIAS_SECTION, try_section_alias): Remove.
11941 (TARGET_ASM_SELECT_SECTION): New.
11942 (SELECT_SECTION): Move ...
11943 * config/darwin.c (machopic_select_section): ... here.
11944 * config/darwin-protos.h: Update.
11946 * config/nextstep.h (TARGET_ASM_SELECT_SECTION): New.
11947 (SELECT_SECTION): Move ...
11948 * config/nextstep.c (nextstep_select_section): ... here.
11949 * config/nextstep-protos.h: Update.
11951 * config/elfos.h (UNIQUE_SECTION, SELECT_SECTION): Remove.
11952 (TARGET_ASM_SELECT_SECTION): New.
11953 * config/svr3.h (SELECT_SECTION): Remove.
11955 * config/alpha/alpha.c (unicosmk_unique_section): Make static.
11956 (TARGET_ASM_UNIQUE_SECTION) [UNICOS]: New.
11957 (TARGET_IN_SMALL_DATA_P, alpha_in_small_data_p): New.
11958 (alpha_encode_section_info): Use it.
11959 * config/alpha/alpha-protos.h: Update.
11960 * config/alpha/elf.h (DO_SELECT_SECTION): Remove.
11961 (SELECT_SECTION, UNIQUE_SECTION): Remove.
11962 (TARGET_ASM_SELECT_SECTION): New.
11963 * config/alpha/unicosmk.h (UNIQUE_SECTION): Remove.
11965 * config/arm/pe.h (UNIQUE_SECTION): Remove.
11966 (TARGET_ASM_UNIQUE_SECTION): New.
11968 * config/avr/avr.c (TARGET_ASM_UNIQUE_SECTION): New.
11969 (avr_unique_section): Rename from unique_section; make static.
11970 * config/avr/avr-protos.h: Update.
11971 * config/avr/avr.h (UNIQUE_SECTION): Remove.
11973 * config/c4x/c4x.h (SELECT_SECTION): Remove.
11975 * config/i386/cygwin.h (UNIQUE_SECTION): Remove.
11976 (TARGET_ASM_UNIQUE_SECTION): New.
11977 * config/i386/i386-interix.h: Likewise.
11978 * config/i386/win32.h: Likewise.
11979 * config/i386/djgpp.h (UNIQUE_SECTION): Remove.
11980 * config/i386/i386.c (ix86_asm_file_end): Use target hook not macro.
11981 * config/i386/sco5.h (SELECT_SECTION): Remove.
11982 (TARGET_ASM_SELECT_SECTION): New.
11983 * config/i386/svr3gas.h (SELECT_SECTION): Remove.
11985 * config/i860/paragon.h: Undef TARGET_ASM_SELECT_SECTION
11986 instead of SELECT_SECTION.
11987 * config/m68k/dpx2.h: Likewise.
11988 * config/rs6000/lynx.h: Likewise.
11990 * config/ia64/aix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
11991 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
11992 * config/ia64/ia64.c (TARGET_IN_SMALL_DATA_P): New.
11993 (ia64_in_small_data_p): New.
11994 (ia64_encode_section_info): Use it. Reorganize overlarge conditional.
11995 (ia64_aix_select_section, ia64_aix_unique_section): New.
11996 * config/ia64/sysv4.h (DO_SELECT_SECTION): Remove.
11997 (SELECT_SECTION, UNIQUE_SECTION): Remove.
11999 * config/m32r/m32r.h (SELECT_SECTION): Remove.
12000 (TARGET_ASM_SELECT_SECTION): New.
12001 * config/m32r/m32r.c (m32r_select_section): Take align argument.
12002 * config/m32r/m32r-protos.h: Update.
12004 * config/m88k/m88k.h (TARGET_ASM_SELECT_SECTION): New.
12005 (SELECT_SECTION): Move ...
12006 * config/m88k/m88k.c (m88k_select_section): ... here.
12008 * config/mcore/mcore-pe.h (SELECT_SECTION): Remove.
12009 * config/mcore/mcore.h (UNIQUE_SECTION): Remove.
12010 * config/mcore/mcore.c (TARGET_ASM_UNIQUE_SECTION): New.
12011 (mcore_unique_section): Make static.
12012 * config/mcore/mcore-protos.h: Update.
12014 * config/mips/elf.h (UNIQUE_SECTION): Remove.
12015 (TARGET_ASM_UNIQUE_SECTION): New.
12016 * config/mips/elf64.h: Likewise.
12017 * config/mips/iris6gld.h: Likewise.
12018 * config/mips/linux.h: Likewise.
12019 * config/mips/mips-protos.h: Update.
12020 * config/mips/mips.c (mips_select_section): Add align argument.
12021 * config/mips/mips.h (SELECT_SECTION): Remove.
12022 (TARGET_ASM_SELECT_SECTION): New.
12024 * config/mmix/mmix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
12025 * config/mmix/mmix.c (mmix_select_section): Remove.
12026 (mmix_unique_section): Remove.
12027 * config/mmix/mmix-protos.h: Update.
12029 * config/pa/pa.h (TARGET_ASM_SELECT_SECTION): New.
12030 (SELECT_SECTION): Move ...
12031 * config/pa/pa.c (pa_select_section): ... here.
12032 * config/pa/pa64-hpux.h (UNIQUE_SECTION): Remove.
12034 * config/rs6000/rs6000.c (rs6000_elf_select_section): Rename
12035 from rs6000_select_section and make static.
12036 (rs6000_elf_unique_section): Similarly.
12037 (rs6000_xcoff_select_section): From xcoff.h.
12038 (rs6000_xcoff_unique_section): Likewise.
12039 * config/rs6000/rs6000-protos.h: Update.
12040 * config/rs6000/sysv4.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
12041 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
12042 * config/rs6000/xcoff.h: Likewise.
12044 * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): New.
12045 (SELECT_SECTION): Move ...
12046 * config/sparc/sparc.c (sparc_aout_select_section): ... here.
12048 * config/v850/v850.h (SELECT_SECTION): Move ...
12049 * config/v850/v850.c (v850_select_section): ... here.
12050 (TARGET_ASM_SELECT_SECTION): New.
12052 * config/vax/vms.h (SELECT_SECTION): Move ...
12053 * config/vax/vax.c (vms_select_section): ... here.
12054 (TARGET_ASM_SELECT_SECTION): New.
12056 * doc/tm.texi: Update SELECT_SECTION and UNIQUE_SECTION docs
12057 for the target hooks.
12059 2002-05-17 Nick Clifton <nickc@cambridge.redhat.com>
12061 * config/arm/arm.c (emit_multi_reg_push): Do not set
12062 RTX_FRAME_RELATED_P on the SEQUENCE.
12064 2002-05-16 Richard Henderson <rth@redhat.com>
12066 * config/ia64/ia64.c (ia64_reorg): Rebuild bb_for_insn before
12067 splitting. Use split_all_insns; update_life_info_in_dirty_blocks.
12069 2002-05-16 Richard Henderson <rth@redhat.com>
12071 * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
12073 * config/ia64/ia64.c (saveable_obstack): Do not declare.
12075 2002-05-16 Richard Henderson <rth@redhat.com>
12077 * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
12078 cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
12079 conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
12080 gcse.c, global.c, graph.c, haifa-sched.c, ifcvt.c, lcm.c,
12081 local-alloc.c, loop.c, predict.c, print-rtl.c, profile.c,
12082 recog.c, reg-stack.c, regclass.c, regmove.c, regrename.c,
12083 reload1.c, reorg.c, resource.c, sbitmap.c, sched-deps.c,
12084 sched-ebb.c, sched-rgn.c, sibcall.c, ssa-ccp.c, ssa-dce.c, ssa.c:
12085 Revert "Basic block renumbering removal", and two followup patches.
12087 2002-05-16 Jason Thorpe <thorpej@wasabisystems.com>
12089 * lcm.c (optimize_mode_switching): Revert previous change.
12091 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12093 * sched-rgn.c (schedule_insns): Initialize large_region_blocks
12094 with only extant block numbers.
12096 2002-05-16 Jason Thorpe <thorpej@wasabisystems.com>
12098 * lcm.c (optimize_mode_switching): Fix typo.
12100 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12102 * flow.c (calculate_global_regs_live): Queue blocks in program order.
12104 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12106 * doc/install.texi (Configuration): Document PWDCMD.
12108 2002-05-16 Dale Johannesen <dalej@apple.com>
12110 * combine.c (cant_combine_insn_p): Reenable combinations
12111 involving hard regs unless CLASS_LIKELY_SPILLED_P.
12113 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
12115 * c-common.c (cb_register_builtins): Handle more built-ins
12116 here rather than in gcc.c specs.
12117 * gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
12118 (cpp_options): Pass -O flags even when only preprocessing.
12119 * toplev.c (set_fast_math_flags): New prototype.
12120 (fast_math_flags_set_p): New.
12121 (set_no_fast_math_flags): Remove.
12122 (decode_f_option): Update.
12123 * toplev.h (set_fast_math_flags): Update.
12124 (fast_math_flags_set_p): New.
12125 (set_no_fast_math_flags): Remove.
12127 * c4x/c4x.c (c4x_override_options): Update.
12129 2002-05-16 Zack Weinberg <zack@codesourcery.com>
12131 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
12132 Default-define here.
12133 (builtin_define_with_value): Can now wrap the expansion in
12134 quotation marks if such is wanted.
12135 (cb_register_builtins): Update calls to builtin_define_with_value.
12136 Define __REGISTER_PREFIX__, __USER_LABEL_PREFIX__, and __VERSION__
12138 (c_common_init): Set options->stdc_0_in_system_headers.
12139 * c-lex.h: Update prototype of builtin_define_with_value.
12140 * cppdefault.h: Remove default definitions of USER_LABEL_PREFIX
12141 and REGISTER_PREFIX.
12143 * cppinit.c (VERS, ULP, C, X): Kill.
12144 (builtin_array): Remove entries for __VERSION__,
12145 __USER_LABEL_PREFIX__, __REGISTER_PREFIX__, and
12146 __HAVE_BUILTIN_SETJMP__. Make __STDC__ always a builtin, not
12148 (init_builtins): Kill off a bunch of now-dead code.
12149 (COMMAND_LINE_OPTIONS): Remove -fleading-underscore and
12150 -fno-leading-underscore.
12151 (cpp_handle_option): Remove code to set user_label_prefix.
12152 (cpp_post_options): Likewise.
12154 * cpplib.h (struct cpp_options): Remove user_label_prefix.
12155 (stdc_0_in_system_headers): New.
12156 * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile,
12157 stdc_0_in_system_headers) too to decide the value of __STDC__.
12159 * tradcpp.c (user_label_prefix): Kill.
12160 (main): Remove code handling -f(no-)leading-underscore.
12161 (initialize_builtins): Don't define __REGISTER_PREFIX__
12162 or __USER_LABEL_PREFIX__.
12163 (install_value): Wrap compound statement in dummy loop so the
12164 macro works properly in an if statement.
12167 2002-05-16 Janis Johnson <janis187@us.ibm.com>
12169 * loop.h (struct loop_info): Add member has_prefetch.
12170 * loop.c (PREFETCH_CONDITIONAL): Change default to 1.
12171 (prescan_loop): Initialize has_prefetch.
12172 (struct prefetch_info): Change prefetch_in_loop and
12173 prefetch_before_loop from bit fields to ints.
12174 (emit_prefetch_instructions): Several small fixes.
12175 (check_dbra_loop): Don't reverse loop that uses prefetch.
12177 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12179 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12180 * configure.in: Likewise.
12181 * fixinc/check.tpl: Likewise.
12182 * fixinc/fixinc.dgux: Likewise.
12183 * fixinc/fixinc.svr4: Likewise.
12184 * fixinc/fixinc.winnt: Likewise.
12185 * fixinc/fixincl.sh: Likewise.
12186 * fixproto: Likewise.
12187 * configure: Regenerate.
12189 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12191 Basic block renumbering removal:
12192 * basic_block.h (struct basic_block_def): Renamed index to sindex,
12193 added prev_bb and next_bb fields.
12194 (n_basic_blocks): Renamed to num_basic_blocks.
12195 (last_basic_block): New, index of last basic block.
12196 (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
12197 traversing basic block chain.
12198 (BLOCK_NUM): index -> sindex.
12199 (create_basic_block_structure, create_basic_block): Declaration changed.
12200 (debug_num2bb): Declare.
12201 (expunge_block_nocompact): Declaration removed.
12202 (link_block, unlink_block, compact_blocks): Declare.
12203 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): Modified.
12204 * cfg.c (entry_exit_blocks): Initialize new fields.
12205 (clear_edges, alloc_block, expunge_block, cached_make_edge,
12206 redirect_edge_pred, dump_flow_info, dump_edge_info,
12207 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
12208 free_aux_for_edges): Modified.
12209 (link_block, unlink_block, compact_blocks, debug_num2bb): New.
12210 (expunge_block_nocompact): Removed.
12211 * cfganal.c (can_fallthru, mark_dfs_back_edges, flow_call_edges_add,
12212 find_unreachable_blocks, create_edge_list, print_edge_list,
12213 verify_edge_list, flow_edge_list_print, remove_fake_successors,
12214 remove_fake_edges, flow_reverse_top_sort_order_compute,
12215 flow_depth_first_order_compute, flow_preorder_transversal_compute,
12216 flow_dfs_compute_reverse_init, flow_dfs_compute_reverse_add_bb,
12217 flow_dfs_compute_reverse_execute): Modified.
12218 * cfgbuild.c (make_edges, make_eh_edge, find_basic_blocks_1,
12219 find_basic_blocks, find_many_sub_basic_blocks, find_sub_basic_blocks):
12221 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
12222 merge_blocks_move_predecessor_nojumps,
12223 merge_blocks_move_successor_nojumps, merge_blocks,
12224 outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
12225 try_optimize_cfg, delete_unreachable_blocks, cleanup_cfg): Modified.
12226 * cfglayout.c (skip_insns_after_block, label_for_bb,
12227 record_effective_endpoints, scope_to_insns_finalize,
12228 fixup_reorder_chain, verify_insn_chain, cleanup_unconditional_jumps,
12229 fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge,
12230 cfg_layout_duplicate_bb): Modified.
12231 * cfgloop.c (flow_loops_cfg_dump, flow_loop_dump, flow_loops_dump,
12232 flow_loop_entry_edges_find, flow_loop_exit_edges_find,
12233 flow_loop_nodes_find, flow_loop_pre_header_find, flow_loop_scan,
12234 flow_loops_find, flow_loop_outside_edge_p): Modified.
12235 * cfgrtl.c (create_basic_block_structure, create_basic_block,
12236 flow_delete_block, compute_bb_for_insn, split_block,
12237 try_redirect_by_replacing_jump, redirect_edge_and_branch,
12238 force_nonfallthru_and_redirect, tidy_fallthru_edge,
12239 back_edge_of_syntactic_loop_p, split_edge, commit_one_edge_insertion,
12240 commit_edge_insertions, commit_edge_insertions_watch_calls,
12241 dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
12242 purge_all_dead_edges): Modified.
12243 * combine.c (combine_instructions, set_nonzero_bits_and_sign_copies,
12244 try_combine, nonzero_bits, num_sign_bit_copies, get_last_value_validate,
12245 get_last_value, reg_dead_at_p, distribute_notes, distribute_links):
12247 * conflict.c (conflict_graph_compute): Modified.
12248 * df.c (FOR_ALL_BBS): Removed.
12249 (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
12250 df_modified_p, df_analyse, df_refs_unlink, df_insn_modify,
12251 df_dump, hybrid_search_bitmap, iterative_dataflow_sbitmap): Modified.
12252 * df.h (DF_BB_INFO, DF_REF_BBNO): Modified.
12253 * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
12254 calc_idoms, idoms_to_doms, calculate_dominance_info): Modified.
12255 * final.c (compute_alignments, final_scan_insn): Modified.
12256 * flow.c (verify_local_live_at_start, update_life_info,
12257 update_life_info_in_dirty_blocks, free_basic_block_vars,
12258 delete_noop_moves, calculate_global_regs_live,
12259 initialize_uninitialized_subregs, allocate_bb_life_data,
12260 regno_uninitialized, regno_clobbered_at_setjmp, mark_set_1,
12261 mark_used_reg, count_or_remove_death_notes): Modified.
12262 * function.c (thread_prologue_and_epilogue_insns): Modified.
12263 * gcse.c (struct null_pointer_info): Change typo of current_block
12265 (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
12266 oprs_unchanged_p, load_killed_in_block_p, record_last_reg_set_info,
12267 compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
12268 alloc_avail_expr_mem, expr_killed_p, compute_ae_kill,
12269 expr_reaches_here_p_work, expr_reaches_here_p, handle_avail_expr,
12270 classic_gcse, one_classic_gcse_pass, compute_transp, cprop,
12271 one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p_work,
12272 pre_expr_reaches_here_p, insert_insn_end_bb, pre_edge_insert,
12273 pre_delete, one_pre_gcse_pass, compute_transpout,
12274 invalidate_nonnull_info, delete_null_pointer_checks_1,
12275 free_code_hoist_mem, compute_code_hoist_vbeinout,
12276 hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
12277 compute_ld_motion_mems, store_ops_ok, find_moveable_store,
12278 compute_store_table, build_store_vectors, insert_insn_start_bb,
12279 insert_store, replace_store_insn, free_store_memory, store_motion):
12281 * global.c (global_alloc, global_conflicts, mark_elimination,
12282 build_insn_chain): Modified.
12283 * graph.c (print_rtl_graph_with_bb): Modified.
12284 * haifa-sched.c (sched_init): Modified.
12285 * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
12286 (find_if_block, find_cond_trap, find_if_case_1, find_if_case_2,
12287 if_convert): Modified.
12288 * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
12289 compute_insert_delete, pre_edge_lcm, compute_available,
12290 compute_farthest, compute_nearerout, compute_rev_insert_delete,
12291 pre_edge_rev_lcm, make_preds_opaque, optimize_mode_switching):
12293 * local-alloc.c (alloc_qty, local_alloc, update_equiv_regs): Modified.
12294 * loop.c (loop_dump_aux): Modified.
12295 * predict.c (combine_predictions_for_insn, estimate_probability,
12296 last_basic_block_p, process_note_prediction, process_note_predictions,
12297 note_prediction_to_br_prob, propagate_freq, counts_to_freqs,
12298 expensive_function_p, estimate_bb_frequencies,
12299 compute_function_frequency): Modified.
12300 * print-rtl.c (print_rtx): Modified.
12301 * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX, instrument_edges,
12302 get_exec_counts, compute_branch_probabilities, compute_checksum,
12303 branch_prob, find_spanning_tree): Modified.
12304 * recog.c (split_all_insns, peephole2_optimize): Modified.
12305 * reg-stack.c (reg_to_stack, convert_regs_entry, compensate_edge,
12306 convert_regs_1, convert_regs_2, convert_regs): Modified.
12307 * regclass.c (scan_one_insn, regclass): Modified.
12308 * regmove.c (mark_flags_life_zones, regmove_optimize,
12309 combine_stack_adjustments): Modified.
12310 * regrename.c (regrename_optimize, copyprop_hardreg_forward): Modified.
12311 * reload1.c (reload, reload_combine, copy_eh_notes): Modified.
12312 * reorg.c (dbr_schedule): Modified.
12313 * resource.c (find_basic_block, init_resource_info): Modified.
12314 * sbitmap.c (sbitmap_intersection_of_succs,
12315 sbitmap_intersection_of_preds, sbitmap_union_of_succs,
12316 sbitmap_union_of_preds): Modified.
12317 * sched-deps.c (init_dependency_caches): Modified.
12318 * sched-ebb.c (schedule_ebbs): Modified.
12319 * sched-rgn.c (is_cfg_nonregular, build_control_flow, debug_regions,
12320 find_rgns, compute_trg_info, init_regions, schedule_insns): Modified.
12321 * sibcall.c (optimize_sibling_and_tail_recursive_call): Modified.
12322 * ssa-ccp.c (examine_flow_edges, optimize_unexecutable_edges,
12323 ssa_ccp_substitute_constants, ssa_ccp_df_delete_unreachable_insns,
12324 ssa_const_prop): Modified.
12325 * ssa-dce.c (set_control_dependent_block_to_edge_map_,
12326 find_control_dependence, find_pdom, ssa_eliminate_dead_code): Modified.
12327 * ssa.c (remove_phi_alternative, find_evaluations,
12328 compute_dominance_frontiers_1, compute_iterated_dominance_frontiers,
12329 insert_phi_node, rename_block, convert_to_ssa, eliminate_phi,
12330 make_regs_equivalent_over_bad_edges,
12331 make_equivalent_phi_alternatives_equival,
12332 compute_conservative_reg_partition,
12333 coalesce_regs_in_successor_phi_nodes, compute_coalesced_reg_partition,
12334 rename_equivalent_regs, convert_from_ssa, for_each_successor_phi):
12337 2002-05-16 Mark Mitchell <mark@codesourcery.com>
12339 * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.
12341 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
12343 * config/arm/arm.c (arm_rtx_costs): Check for RTX being a
12344 SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
12345 (arm_adjust_cost): Check for RTX being a SYMBOL_REF before
12346 calling CONSTANT_POOL_ADDRESS_P.
12347 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in code
12348 to decide whether to define __arm__ or __thumb.
12349 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Check for RTX being a
12350 SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
12352 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
12354 * config/arc/arc.h (CPP_PREDEFINES): Remove.
12355 (CPP_SPEC): Update.
12356 (TARGET_CPU_CPP_BUILTINS): New.
12358 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
12360 * cpphash.h (cpp_macro): Move here, and make expansion a union.
12361 * cppmacro.c (cpp_macro): Remove.
12362 (enter_macro_context, replace_args, warn_of_redefinition,
12363 _cpp_create_definition, cpp_macro_definition): Update.
12365 2002-05-16 Jason Merrill <jason@redhat.com>
12367 * config/mips/mips.c (mips_output_external): Don't do sdata
12368 optimization for a variable with DECL_COMDAT set.
12370 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
12372 * config/rs6000/altivec.h: Cleanups for tighter typechecking.
12373 Cleanups for accepting modifiers on pointers.
12374 Fix predicate typos.
12375 Allow long pointers as well as int pointers.
12377 2002-05-15 Richard Henderson <rth@redhat.com>
12379 * varasm.c (merge_weak): Remove special case for extern and common.
12381 2002-05-15 Matt Hiller <hiller@redhat.com>
12383 * testsuite/gcc.c-torture/compile/20000804-1.x: Don't return 1 if
12385 * testsuite/gcc.c-torture/compile/20001226-1.x: Ditto.
12386 * testsuite/gcc.c-torture/compile/920520-1.x: Ditto.
12387 * testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
12388 * testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
12389 * testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
12390 * testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.
12392 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
12394 * reload1.c (forget_old_reloads_1): Do not use subreg offset.
12396 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
12398 * config/rs6000/rs6000.md ("altivec_mtvscr"): Set VSCR register.
12399 ("altivec_mfvscr"): Read from VSCR.
12401 Add vscr sets for the following insns: altivec_vctuxs,
12402 altivec_vaddubs, altivec_vaddsbs, altivec_vadduhs,
12403 altivec_vaddshs, altivec_vadduws, altivec_vaddsws, altivec_vctsxs,
12404 altivec_vmhaddshs, altivec_vmhraddshs, altivec_vmsumuhs,
12405 altivec_vmsumshs, altivec_vpkuhss, altivec_vpkshss,
12406 altivec_vpkuwss, altivec_vpkswss, altivec_vpkuhus,
12407 altivec_vpkshus, altivec_vpkuwus, altivec_vpkswus,
12408 altivec_vsububs, altivec_vsubsbs, altivec_vsubuhs,
12409 altivec_vsubshs, altivec_vsubuws, altivec_vsubsws,
12410 altivec_vsum4ubs, altivec_vsum4sbs, altivec_vsum4shs,
12411 altivec_vsum2sws, altivec_vsumsws.
12413 * config/rs6000/rs6000.h: Add VSCR fixed register.
12414 (CALL_REALLY_USED_REGISTERS): Add vscr.
12415 (CALL_USED_REGISTERS): Same.
12416 (FIXED_REGISTERS): Same.
12417 (REG_ALLOC_ORDER): Same.
12418 (reg_class): Add VSCR_REGS.
12419 (REG_CLASS_NAMES): Same.
12420 (REG_CLASS_CONTENTS): Same.
12422 (REGISTER_NAMES): Add vscr.
12423 (DEBUG_REGISTER_NAMES): Same.
12424 (ADDITIONAL_REGISTER_NAMES): Same.
12425 (FIRST_PSEUDO_REGISTER): Increment.
12426 (CONDITIONAL_REGISTER_USAGE): Set VSCR as a global register.
12428 2002-05-15 Jakub Jelinek <jakub@redhat.com>
12430 * fold-const.c (fold): Fix a typo.
12432 2002-05-15 Eric Botcazou <ebotcazou@multimania.com>
12434 * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
12435 comparison against the highest or lowest integer value before
12436 the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
12437 transformation and that of an unsigned comparison against 0
12440 2002-05-15 Richard Henderson <rth@redhat.com>
12442 * varasm.c (merge_weak): Error for any weakening after definition.
12443 Adjust weakening after use warning to catch more cases.
12444 (assemble_alias): Set TREE_USED and TREE_ASM_WRITTEN consistently.
12445 * config/alpha/alpha.c (alpha_encode_section_info): Do not abort.
12447 Wed May 15 10:38:27 CEST 2002 Jan Hubicka <jh@suse.cz>
12449 * invoke.texi (-malign-double): Re-add lost warning.
12451 * i386-protos.h (x86_output_mi_thunk): Declare.
12452 * unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
12453 * i386.c (x86_output_mi_thunk): ... here; handle 64bits.
12455 * dwarf2out.c (output_call_frame_info): Do not skip unwind info
12456 when flag_asynchronous_unwind_tables is set.
12458 * flags.h (flag_reorder_functions): Declare.
12459 * function.c (prepare_function_start): Initialize frequnecy.
12460 * params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New.
12461 * Makefile.in (predict.o): Add dependency on target.h and params.h
12462 * defaults.h (HOT_TEXT_SECTION_NAME,
12463 UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
12464 * predict.c (choose_function_section): New function.
12465 (estimate_bb_frequencies): Use it.
12466 * toplev.c (flag_reorder_functions): New global variable.
12467 (lang_independent_options): New.
12468 (parse_options_and_default_flags): Set.
12469 * varasm.c (assemble_start_function): Bypass functdion alignment
12470 for never executed functions.
12471 * invoke.texi (-freorder-blocks, -freorder-functions): Document.
12472 (param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
12473 * tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
12476 Thu Jan 3 21:52:09 CET 2002 Jan Hubicka <jh@suse.cz>
12478 * predict.c: Inlude profile.h
12479 (MIN_COUNT): Rename to MIN_COUNT_FRACTION
12480 (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
12481 Use the information about maximal counter in the program.
12483 Thu Dec 20 22:14:00 CET 2001 Jan Hubicka <jh@suse.cz>
12485 * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
12486 probably_never_executed_bb_p): New functions.
12487 * cfgcleanup.c (outgoing_edges_match): Use them.
12488 * predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
12489 (maybe_hot_bb_p, probably_cold_bb_p,
12490 probably_never_executed_bb_p): New functions.
12492 * function.h (function): Add new field function_frequency.
12493 * predict.c (compute_function_frequency): New function.
12494 (estimate_probability): Call it.
12496 2002-03-09 Jakub Jelinek <jakub@redhat.com>
12498 PR optimization/5172, optimization/5200
12499 * gcse.c (gcse_main): Disable store_motion.
12501 2002-05-14 Zack Weinberg <zack@codesourcery.com>
12503 * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
12504 (c_common_nodes_and_builtins): Use it.
12505 (builtin_define_with_value): New function.
12506 (cb_register_builtins): Define __SIZE_TYPE__,
12507 __PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
12508 using builtin_define_with_value. Use consistent notation when
12509 defining __GXX_WEAK__.
12510 (WCHAR_TYPE_SIZE): Don't redefine.
12511 (combine_strings): Don't use WCHAR_TYPE_SIZE.
12513 * cppdefault.h: Don't provide defaults for SIZE_TYPE,
12514 PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
12515 * cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
12516 * tradcpp.c (initialize_builtins): Likewise.
12517 * gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
12519 * c-lex.h (builtin_define_with_value): Prototype.
12520 * system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
12521 NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
12522 * doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
12524 * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
12525 config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
12526 config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
12527 config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
12528 config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
12529 config/sparc/linux64.h, config/sparc/netbsd-elf.h,
12530 config/sparc/sol2-bi.h, config/sparc/sparc.h:
12531 Do not define NO_BUILTIN_SIZE_TYPE etc. Remove all references
12532 to __SIZE_TYPE__ etc from all spec strings. When this makes
12533 extra specs empty, delete them.
12535 2002-05-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
12537 * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
12538 for PA8000 or generating dwarf2 call frame information.
12539 (output_call): Remove DO_FRAME_NOTES check from return pointer
12541 (following_call): Return 0 when scheduling for PA8000 or generating
12542 dwarf2 call frame information. Revise comment.
12544 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
12547 * alpha.h (TARGET_CPU_CPP_BUILTINS): Define __IEEE_FP
12548 and __IEEE_FP_INEXACT as appropriate.
12549 (CPLUSPLUS_CPP_SPEC): Don't define __cplusplus.
12550 (CPP_SPEC): Remove ieee defines.
12551 * freebsd.h, netbsd.h: Remove ieee defines and cpp_cpu.
12553 2002-05-14 Richard Henderson <rth@redhat.com>
12555 * config/i386/i386.c (ix86_save_reg): Make regno unsigned.
12556 (ix86_safe_length, ix86_safe_length_prefix, ix86_safe_memory): Kill.
12558 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
12560 * arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define.
12561 (CPP_SPEC): Update.
12562 (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC,
12563 CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC, CPP_ENDIAN_SPEC,
12564 CPP_ENDIAN_DEFAULT_SPEC, CPP_INTERWORK_DEFAULT_SPEC,
12565 CPP_INTERWORK_SPEC, CPP_PREDEFINES): Remove.
12566 (EXTRA_SPECS): Update.
12567 * arm/conix-elf.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
12568 arm/riscix1-1.h, arm/rtems-elf.h, arm/semiaof.h, arm/unknown-elf.h,
12569 arm/unknown-elf-oabi.h, arm/vxarm.h: Remove CPP_PREDEFINES and
12570 define TARGET_OS_CPP_BUILTINS if necessary.
12572 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
12574 * gcc.c (cpp_options): Must pass -m* and -f* options
12575 to the front end even when only preprocessing.
12576 (cc1_options): Remove redundant -lang-c.
12577 * tradcpp.c (main): Ignore -m options.
12579 * lang-specs.h: Similarly.
12581 2002-05-14 Vladimir Makarov <vmakarov@redhat.com>
12583 * genautomata.c (transform_3): Add code for transformation
12584 `(A,B,...)+C -> A+C,B,...'.
12586 Tue May 14 12:48:22 CEST 2002 Jan Hubicka <jh@suse.cz>
12588 * final.c (end_final): Do not output profile_arcs constructor, when
12589 no functions are instrumented.
12591 Tue May 14 12:38:30 CEST 2002 Jan Hubicka <jh@suse.cz>
12593 * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
12595 2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12597 * doc/install.texi: Remove special markup originally required for
12598 HTML generation with texi2html.
12600 2002-05-14 Andreas Schwab <schwab@suse.de>
12602 * config/ia64/sysv4.h (DO_SELECT_SECTION): Factored out of
12604 (UNIQUE_SECTION): Define to get small data correctly.
12606 * varasm.c (resolve_unique_section): Add third parameter
12607 flag_function_or_data_sections and use it instead of
12608 flag_function_sections.
12609 (assemble_start_function): Pass flag_function_sections.
12610 (asm_emit_uninitialised): Pass flag_data_sections.
12611 (assemble_variable): Likewise.
12613 2002-05-14 Richard Henderson <rth@redhat.com>
12615 * config/i386/i386.md: Use define_constants for unspec numbers.
12616 * config/i386/i386.c: Likewise.
12618 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
12620 * doc/contrib.texi: Update my entry.
12622 2002-05-13 Mark Mitchell <mark@codesourcery.com>
12624 * fixinc/inclhack.def (winidss_valist): Limit applicability.
12625 * fixinc/fixincl.x: Regenerated.
12626 * fixinc/tests/base/math.h: Update.
12627 * fixinc/tests/base/testing.h: Likewise.
12629 2002-05-13 Zack Weinberg <zack@codesourcery.com>
12631 * genattr.c (gen_attr): Don't emit a comma after the last
12634 2002-05-13 Richard Henderson <rth@redhat.com>
12636 * cfgrtl.c (purge_dead_edges): Handle abnormal call edges created
12637 by non-local gotos.
12638 * recog.c (peephole2_optimize): Likewise.
12640 2002-05-13 Andris Pavenis <pavenis@lanet.lv>
12642 * cppfiles.c (open_file): Change mode (DJGPP only) of redirected
12645 2002-05-13 Jeffrey A Law (law@redhat.com)
12647 * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
12648 Update prototype and callers.
12649 (propagate_one_insn): Stack pointer adjustments kill MEMs on
12650 the mem_set_list which reference the stack pointer, as do
12651 calls to constant functions as they may clobber outgoing
12654 * i386.c (ia32_multipass_dfa_lookahead): Prototype.
12656 * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
12657 (ia32_multipass_dfa_lookahead): New function.
12659 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
12661 * gcc.c (SWITCH_TAKES_ARG): Remove 'V'.
12662 (translate_options): Remove 'V'.
12663 (process_command): Similarly.
12665 * invoke.texi: Remove documentation of 'V'.
12667 2002-05-13 Ulrich Weigand <uweigand@de.ibm.com>
12669 * config/s390/linux.h: Revert 2002-04-22 changes.
12671 2002-05-13 Scott Marks <SMarks@mobile-mind.com>
12673 * config/fr30/fr30.md: Only allow splits of immediate loads
12674 if the destination is a register.
12676 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
12678 * Makefile.in (c-common.o, cppinit.o): Update.
12679 * c-common.c: Include except.h.
12680 (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__.
12681 Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS.
12682 * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here.
12683 * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS,
12684 CPP_PREDEFINES): Handle here.
12686 * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h,
12687 alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h,
12688 alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define
12689 TARGET_OS_CPP_BUILTINS.
12690 * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define.
12691 (CPP_SPEC, EXTRA_SPECS): Update.
12692 (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC,
12693 CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC,
12694 CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC,
12695 CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC,
12696 CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove.
12698 * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove.
12699 (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define.
12701 2002-05-12 Zack Weinberg <zack@codesourcery.com>
12703 * emit-rtl.c (global_rtl): Update comment.
12704 (const_double_htab, const_double_htab_hash,
12705 const_double_htab_hash, lookup_const_double): New.
12706 (const_int_htab_hash, const_int_htab_eq): Remove const
12707 qualifiers, which cause tons of warnings with RTL checking on.
12708 (gen_rtx_CONST_DOUBLE): Deleted.
12709 (const_double_from_real_value): New function - bears some
12710 resemblance to the former immed_real_const_1.
12711 (immed_double_const): Moved here from varasm.c and
12713 (gen_rtx_REG): Make REGNO unsigned to squelch warnings.
12714 (gen_rtx_SUBREG): Use gen_rtx_raw_SUBREG.
12715 (gen_rtx): Use immed_double_const.
12716 (init_emit_once): Initialize the const_double_htab. Use
12717 REAL_VALUE_FROM_INT where possible. Can now use
12718 CONST_DOUBLE_FROM_REAL_VALUE when setting up const_tiny_rtx.
12719 * varasm.c (struct varasm_status): Remove x_const_double_chain.
12720 (const_double_chain, immed_real_const, clear_const_double_mem): Delete.
12721 (immed_double_const, immed_real_const_1): Moved to emit-rtl.c.
12722 (init_varasm_status, mark_varasm_status): Don't touch
12723 x_const_double_chain.
12725 * output.h: Delete prototype for clear_const_double_mem.
12726 * real.h: Make REAL_VALUE_TYPE a macro again. Remove leading
12727 '0' slot from all CONST_DOUBLE_FORMAT definitions. Prototype
12728 const_double_from_real_value, not immed_real_const_1, and use
12729 it to define CONST_DOUBLE_FROM_REAL_VALUE. Define new macro
12731 * rtl.h (CONST_DOUBLE_CHAIN): Kill.
12732 (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Adjust.
12733 (gen_rtx_CONST_DOUBLE, immed_real_const): Delete prototypes.
12734 (gen_rtx_REG): Second arg is unsigned.
12736 * gengenrtl.c (special_rtx): Take out CONST_DOUBLE.
12737 (excluded_rtx): New, return true for CONST_DOUBLE.
12738 (genmacro): Write nothing for excluded codes.
12739 * combine.c (combine_simplify_rtx): Use CONST_DOUBLE_FROM_REAL_VALUE.
12740 * expr.c (expand_expr): Likewise.
12741 * ggc-common.c (ggc_mark_rtx_children_1): Don't mark the
12742 CONST_DOUBLE_CHAIN.
12743 * toplev.c (rest_of_compilation): Don't call
12744 clear_const_double_mem.
12746 * config/rs6000/rs6000.c (rs6000_float_const): Delete.
12747 (rs6000_hash_constant): Remove CONST_DOUBLE special case.
12748 (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.
12749 * config/rs6000/rs6000-protos.h: Don't prototype rs6000_float_const.
12750 * config/c4x/c4x.md, config/rs6000/rs6000.md: Use CONST_DOUBLE_ATOF.
12751 * config/dsp16xx/dsp16xx.md, config/mips/mips.md,
12752 config/pa/pa.md: Use CONST_DOUBLE_FROM_REAL_VALUE.
12753 * config/sparc/sparc.md, config/sparc/sparc.c: Use immed_double_const.
12755 2002-05-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12757 * mips/iris6.h (CPLUSPLUS_CPP_SPEC): Define.
12759 2002-05-12 Tom Tromey <tromey@redhat.com>
12761 * tree.h (copy_node): Don't mention TREE_PERMANENT.
12763 2002-05-12 Zack Weinberg <zack@codesourcery.com>
12765 * gensupport.c (n_comma_elts): Moved here from genattrtab.c.
12766 (scan_comma_elt): New function. Accepts whitespace in comma lists.
12767 * gensupport.h: Prototype new routines.
12768 * genattr.c (gen_attr): Use scan_comma_elt. Avoid unnecessary
12770 * genattrtab.c (n_comma_elts): Moved to gensupport.c.
12771 (next_comma_elt): Use scan_comma_elt.
12773 * config/i386/i386.md: Use new attribute notation to break up
12774 long lines in define_attr forms.
12776 2002-05-12 Richard Henderson <rth@redhat.com>
12778 * expr.c (compress_float_constant): New.
12779 (emit_move_insn): Use it.
12780 (float_extend_from_mem): New.
12781 (init_expr_once): Initialize it.
12782 * real.c (exact_real_truncate): New.
12784 * config/i386/i386.h (CONST_COSTS): Assume CONST_DOUBLE gets
12785 dropped into memory; penalize for size.
12786 (RTX_COSTS): FLOAT_EXTEND is free.
12787 * config/i386/i386.md (extendsfdf2, extendsfxf2, extendsftf2,
12788 extenddfxf2, extenddftf2): Accept constants and drop them to memory.
12790 2002-05-12 Richard Henderson <rth@redhat.com>
12792 * profile.h (profile_info): Add missing extern to declaration.
12793 * profile.c (profile_info): Define it.
12795 2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
12797 * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers
12798 used for DImode and TImode.
12800 2002-05-11 Neil Booth <neil@daikokuya.demon.co.uk>
12802 * cpplex.c (_cpp_lex_direct): When in a directive at EOF
12805 2002-05-11 Zack Weinberg <zack@codesourcery.com>
12807 * config/rs6000/rs6000.c (rs6000_default_long_calls,
12808 rs6000_longcall_switch, rs6000_set_default_type_attributes): New.
12809 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Set it.
12810 (rs6000_override_options): Handle -m(no-)longcall.
12811 (init_cumulative_args, output_mi_thunk): Check for both
12812 longcall and shortcall attributes on the function.
12813 (rs6000_attribute_table): Add "shortcall".
12814 (rs6000_handle_longcall_attribute): Update comment.
12815 (altivec_expand_unop_builtin, altivec_expand_binop_builtin,
12816 altivec_expand_ternop_builtin): Add default clauses to switches
12817 to silence warnings.
12819 * config/rs6000/rs6000.h: Declare rs6000_longcall_switch and
12820 rs6000_default_long_calls. Define REGISTER_TARGET_PRAGMAS.
12821 (TARGET_OPTIONS): Add longcall and no-longcall.
12823 * config/rs6000/rs6000.md (call_nonlocal_sysv,
12824 call_value_nonlocal_sysv): Split by alternatives. One pair
12825 accepts only SYMBOL_REFs and rejects if CALL_LONG is set in
12826 the call cookie. The other pair accepts only LR/CTR and has
12829 * config.gcc (rs6000-*-* | powerpc*-*-* trailer stanza):
12830 Set c_target_objs, cxx_target_objs; add t-rs6000-c-rule to
12832 * config/rs6000/rs6000-c.c: New file.
12833 * config/rs6000/t-rs6000-c-rule: New file.
12834 * config/rs6000/rs6000-protos.c: Add multiple-include guard.
12835 Prototype rs6000_pragma_longcall.
12837 * doc/extend.texi: Document shortcall attribute.
12838 * doc/invoke.texi: Document -mlongcall, -mno-longcall.
12840 2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
12842 * reorg.c (dbr_schedule): Remove unnecessary test.
12844 Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz>
12846 * i386.md (testsi to testqi spliters): New.
12848 2002-01-14 Josef Zlomek <zlomek@matfyz.cz>
12850 cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.
12852 Wed Jan 9 2002 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
12854 * basic-block.h: New flag EDGE_CAN_FALLTHRU
12855 * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges
12856 that can be made fallthru.
12858 Mon Nov 12 16:25:53 CET 2001 Jan Hubicka <jh@suse.cz>
12860 * cfglayout.c (cleanup_unconditional_jumps): New static function.
12861 (cfg_layout_initialize): Use it.
12863 2002-05-11 Marek Michalkiewicz <marekm@amelek.gda.pl>
12865 * config/avr/avr.c (avr_mcu_types): Update supported devices.
12866 * config/avr/avr.h (CPP_SPEC, LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
12867 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
12869 2002-05-11 Kazu Hirata <kazu@cs.umass.edu>
12871 * dbxout.c: Fix formatting.
12872 * dependence.c: Likewise.
12874 * diagnostic.c: Likewise.
12875 * doloop.c: Likewise.
12876 * dominance.c: Likewise.
12877 * doschk.c: Likewise.
12878 * dwarf2asm.c: Likewise.
12879 * dwarf2out.c: Likewise.
12880 * dwarfout.c: Likewise.
12882 2002-05-10 Richard Henderson <rth@redhat.com>
12884 * final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
12885 Convert integers constants as needed. Replace "nwords" field with
12887 (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
12888 * function.h: Fix typo in comment.
12889 * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
12891 2002-05-10 Roger Sayle <roger@eyesopen.com>
12893 * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)
12894 into the equivalent (signed char)c > 0.
12896 2002-05-10 Janis Johnson <janis187@us.ibm.com>
12898 * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
12899 (PREFETCH_CONDITIONAL): Renamed from PREFETCH_NOT_ALWAYS.
12900 (struct prefetch_info): Fix spelling of member bytes_accessed.
12901 (emit_prefetch_instructions): Make dump messages more regular;
12902 restructure code to add more dump messages; use new macros for
12903 heuristics. (There are no code generation changes in any of this).
12905 2002-05-10 David S. Miller <davem@redhat.com>
12907 * rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
12908 (struct rtx_def): Update unchanging flag comment.
12909 * doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
12910 * reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
12911 to be handled to INSN too.
12912 (dbr_schedule): Likewise.
12913 * resource.c (next_insn_no_annul): Likewise.
12915 * cse.c (rtx_cost): Remove multiplication by power of 2 special
12918 2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12920 * doc/install.texi (Specific, *-*-solaris2*): Update passus on
12921 setting CONFIG_SHELL to /bin/ksh and remove alternate trick to
12922 (possibly) work around broken /bin/sh.
12924 2002-05-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12926 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and
12927 . as N64/N32 libgcc_s.so subdirs.
12929 2002-05-10 David S. Miller <davem@redhat.com>
12931 * config/sparc/sparc.md: Use define_constants for unspec numbers.
12933 * rtl.h (struct rtx_def): Document unchanging and in_struct flags
12935 (INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
12937 (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
12938 * doc/rtl.texi: Document these macros more accurately.
12939 * recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
12940 JUMP_INSNs and CALL_INSNs.
12941 * resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
12942 or INSN_FROM_TARGET_P if the code is appropriate.
12944 2002-05-10 Marek Michalkiewicz <marekm@amelek.gda.pl>
12946 * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REF
12947 before using SYMBOL_REF_FLAG (addr).
12949 * config/avr/avr-protos.h (avr_io_address_p): Declare.
12950 * config/avr/avr.c (io_address_p): Rename to avr_io_address_p.
12951 Make non-static. Update all callers.
12952 * config/avr/avr.md (*cbi, *sbi, *sbix_branch, *sbix_branch_bit7):
12953 New insns to clear/set/test a single bit in I/O address space.
12955 2002-05-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12957 * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
12959 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
12961 * Makefile.in: Update.
12962 * c-common.c (flag_iso, flag_undef, cb_register_builtins,
12963 builtin_define_std): New.
12964 (c_common_init): Register CPP builtins callback.
12965 * c-common.h (flag_iso, flag_undef): New.
12966 * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
12967 * c-lex.c: Don't include target.h.
12968 (cb_register_builtins): Move to c-common.c.
12969 (init_c_lex): Don't register hook here.
12970 * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
12971 (cpp_define, cpp_assert): Remove.
12972 * gcc.c (cc1_options): Pass -undef to front end.
12973 * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
12974 (TARGET_INITIALIZER): Update.
12975 * target.h (struct cpp_reader): Don't predeclare.
12976 (struct gcc_target): Remove cpp builtin hook.
12977 * tree.c (default_register_cpp_builtins): Remove.
12981 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
12983 * cppexp.c (_cpp_expand_op_stack): Set op_limit.
12985 2002-05-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12987 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
12988 (SHLIB_LINK, SHLIB_INSTALL): Adjust.
12990 2002-05-09 Jakub Jelinek <jakub@redhat.com>
12992 * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
12993 * config/sparc/libgcc-sparc-glibc.ver: New file.
12994 * config/cris/t-linux (SHLIB_MAPFILES): Remove.
12995 * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
12997 2002-05-09 Jakub Jelinek <jakub@redhat.com>
13000 * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
13001 * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
13002 shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
13004 * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
13005 * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
13006 * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
13007 * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
13009 2002-05-09 Richard Henderson <rth@redhat.com>
13011 * config/ia64/ia64.md: Use define_constants for unspec numbers.
13012 * config/ia64/ia64.c: Likewise.
13014 2002-05-09 Richard Sandiford <rsandifo@redhat.com>
13016 * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
13017 (save_restore_insns): Likewise.
13018 (mips_expand_prologue, mips_expand_epilogue): Update callers.
13019 (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
13021 Thu May 9 11:50:09 2002 Jeffrey A Law (law@redhat.com)
13023 * athlon.md, k6.md, pentium.md, ppro.md): New files.
13024 * i386.md: Move scheduling information into new files.
13026 * i386.md (type attribute): Add "rotate" for rotate insns.
13027 (rotate insns): Set type to "rotate".
13028 (various attributes and function units): Treat rotate like shift.
13029 (pent_pair attribute): Only rotates by one bit position are
13031 (sbb insns): Explicitly set pent_pair attribute on a couple
13032 that were missing it.
13034 Thu May 9 18:29:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
13036 * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
13037 make sure that buffer starts on odd word address.
13038 (sh_va_arg): Skip odd fp registers when reading a double precision
13041 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
13043 * tree.h (preserve_data, object_permanent_p, type_precision):
13046 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
13048 * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
13049 * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
13051 * cpp.texi: Update for removal of obsolete features.
13053 Thu May 9 07:46:18 2002 Jan Hubicka <jh@suse.cz>
13054 Jeffrey A Law (law@redhat.com)
13056 * i386.c (ia32_use_dfa_pipeline_interface): New function. Use
13057 the DFA interface for Pentium processors.
13058 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
13059 (attr_pent_pair, ix86_pent_find_pair): Remove.
13060 (ix86_sched_reorder_pentium): Remove.
13061 (ix86_sched_reorder): Remove reordering for Pentium.
13062 * i386.md (Pentium scheduling): Rewrite using DFA description.
13064 Thu May 9 14:55:39 CEST 2002 Jan Hubicka <jh@suse.cz>
13066 * cfganal.c (can_fallthru): Fix fast path.
13067 * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
13068 with edges to the next block.
13070 Thu May 9 14:52:45 CEST 2002 Jan Hubicka <jh@suse.cz>
13071 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
13073 * final.c (end_final): Use C trees to output data structures for profiling.
13075 * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
13076 (profile.o): New dependency profile.h
13077 (final.o): New dependency profile.h
13078 * profile.h: New file. New global structure profile_info.
13079 * final.h (count_edges_instrumented_now): Declare.
13080 (current_function_cfg_checksum): Declare.
13081 (function_list): New structure.
13082 (functions_head, functions_tail): New static variables.
13083 (end_final): Emits more data, removed some -ax stuff.
13084 (final): Stores function names and chcksums.
13085 * gcov-io.h (__write_gcov_string): New function.
13086 (__read_gcov_string): New function.
13087 * gcov.c (read_profile): New function.
13088 (create_program_flow_graph): Uses read_profile instead of reading
13090 (read_files): Removed da_file checking, it's done by read_profile now.
13091 * libgcc2.c (bb_function_info): New structure.
13092 (bb): New field in structure, removed some -ax stuff.
13093 (__bb_exit_func): Changed structure of da_file.
13094 * profile.c (count_edges_instrumented_now): New global variable.
13095 (current_function_cfg_checksum): New global variable.
13096 (max_counter_in_program): New global variable.
13097 (get_exec_counts): New function.
13098 (compute_checksum): New function.
13099 (instrument_edges): Sets count_edges_instrumented_now.
13100 (compute_branch_probabilities): Uses get_exec_counts instead of
13102 (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
13103 (init_branch_prob): Removed da_file checking, done in get_exec_counts
13105 (end_branch_prob): Removed da_file checking, done in get_exec_counts
13107 * gcov.texi: Updated information about gcov file format.
13109 2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
13111 * sbitmap.c: Fix formatting.
13112 * scan.c: Likewise.
13113 * scan-decls.c: Likewise.
13114 * sched-deps.c: Likewise.
13115 * sched-ebb.c: Likewise.
13116 * sched-rgn.c: Likewise.
13117 * sched-vis.c: Likewise.
13118 * sdbout.c: Likewise.
13119 * sibcall.c: Likewise.
13120 * simplify-rtx.c: Likewise.
13122 * ssa-ccp.c: Likewise.
13123 * ssa-dce.c: Likewise.
13124 * stmt.c: Likewise.
13125 * stor-layout.c: Likewise.
13126 * stringpool.c: Likewise.
13128 2002-05-09 David S. Miller <davem@redhat.com>
13130 * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
13132 2002-05-07 David S. Miller <davem@redhat.com>
13134 * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
13135 * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
13136 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
13137 library implementation clobbers the output before the inputs
13138 are fully consumed, use stack temporary for the output.
13140 2002-05-09 Jason Thorpe <thorpej@wasabisystems.com>
13142 * config/netbsd.h (CPP_SPEC): Remove.
13143 * config/i386/netbsd-elf.h (CPP_SPEC): Define.
13144 * config/i386/netbsd.h (CPP_SPEC): Define.
13145 * config/ns32k/netbsd.h (CPP_SPEC): Define.
13146 * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
13147 * config/sparc/netbsd.h (CPP_SPEC): Define.
13148 * config/vax/netbsd.h (CPP_SPEC): Define.
13150 2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
13152 * read-rtl.c: Fix formatting.
13153 * real.c: Likewise.
13154 * recog.c: Likewise.
13155 * regclass.c: Likewise.
13156 * regmove.c: Likewise.
13157 * reg-stack.c: Likewise.
13158 * reload1.c: Likewise.
13159 * reload.c: Likewise.
13160 * resource.c: Likewise.
13161 * rtlanal.c: Likewise.
13163 * rtl-error.c: Likewise.
13165 2002-05-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
13167 * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
13168 * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
13170 2002-05-08 Bernd Schmidt <bernds@redhat.com>
13172 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
13173 use __SSE2__ macro instead.
13174 * config/i386/xmmintrin.h: Likewise.
13176 2002-05-08 Janis Johnson <janis187@us.ibm.com>
13178 * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
13179 and use it in all invocations of these macros. Clean up comments.
13180 * rtl.c (rtl_check_failed_flag): Add an argument for the name
13181 of the flag access macro whose check failed.
13182 * doc/rtl.texi (Flags): Document additional flag uses.
13184 2002-05-08 Robert Spier <rspier@pobox.com>
13185 Neil Booth <neil@daikokuya.demon.co.uk>
13187 PR preprocessor/6521
13188 * cppfiles.c (handle_missing_header): Don't do anything
13189 different for <> includes.
13191 * cppopts.texi: Update documentation for -MG.
13193 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
13195 * cpplex.c (cpp_interpret_charconst): Truncate as well as
13198 * cpp.texi: Clarify multichar charconst valuation.
13200 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13202 * doc/invoke.texi: Document -mwindiss option.
13204 2002-05-08 Jason Merrill <jason@redhat.com>
13206 * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
13208 * dwarf2out.c (gen_type_die): Abort on broken recursion.
13211 * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
13214 2002-05-08 Nick Clifton <nickc@cambridge.redhat.com>
13216 * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
13217 little-endian multilibs to override arm/thumb multilibs.
13218 Do not build hardware floating point multilibs, nor apcs-26
13219 multilibs for the Thumb.
13221 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13224 * varasm.c (mark_weak): New function.
13225 (merge_weak): Use it. Do not call declare_weak.
13226 (declare_weak): Use merge_weak.
13228 Wed May 8 13:12:11 CEST 2002 Jan Hubicka <jh@suse.cz>
13230 * cse.c (dead_libcall_p): Update counts.
13231 (delete_trivially_dead_insns): Update call of dead_libcall_p.
13233 Wed May 8 11:08:50 CEST 2002 Jan Hubicka <jh@suse.cz>
13235 * cfglayout.c (function_tail_eff_head): Rename to ...
13236 (function_footer): ... this one.
13237 (unlink_insn_chain): New functions.
13238 (label_for_bb): Only call block_label and emit debug message.
13239 (record_effective_endpoints): Actually unlink the headers and footers.
13240 (fixup_reorder_cahin): Re-insert the unlinked sequences.
13241 (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
13242 * cfglayout.h (struct reorder_block_def): New fields footer/header;
13243 remove eff_head/eff_end.
13244 * rtl.h (set_first_insn): Declare.
13245 * emit-rtl.c (set_first_insn): New function.
13247 * cfglayout.c (fixup_reorder_chain): Dump duplicated
13248 (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
13249 cfg_layout_duplicate_bb): New global function.
13250 (duplicate_insn_chain): New static function.
13251 * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
13252 cfg_layout_duplicate_bb): Declare.
13253 (struct reorder_block_def): Add "original" field.
13254 * emit-rtl.c (emit_copy_of_insn_after): New function.
13255 * rtl.h (emit_copy_of_insn_after): Declare.
13257 * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
13258 (fixup_reorder_chain): properly handle edges to exit block.
13260 Wed May 8 11:10:31 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13261 Jan Hubicka <jh@suse.cz>
13263 * basic-block.h (note_prediction_to_br_prob): declare.
13264 * c-semantics.c: Inlucde predit.h
13265 (expand_stmt): predict GOTO_STMT as not taken.
13266 * cfgcleanup.c: (delete_unreachable_blocks): Make global.
13267 (cleanup_cfg): Do not free tail_recursion_list.
13268 * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
13269 (flow_delete_block): Kill predictions past end of basic block.
13270 * output.h (delete_unreachable_blocks): Declare.
13271 * predict.c (predicted_by_p, process_note_predictions,
13272 process_note_prediction, last_block_p): New function.
13273 (estimate_probability): Bypass loop on PRED_CONTINUE;
13274 do not handle noreturn heuristics; kill PRED_RETURN; add
13276 * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
13277 PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
13278 * predict.h (IS_TAKEN): New constant.
13279 * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
13280 * rtl.c (NOTE_INSN_PREDICTION): New.
13281 * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
13283 (insn_note): add NOTE_INSN_PREDICTION.
13284 * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
13285 CFG; free tail_recursion_label_list.
13286 * stmt.c: Include predict.h;
13287 (return_prediction): New.
13288 (expand_value_return): Use it.
13289 * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
13291 2002-05-08 Richard Sandiford <rsandifo@redhat.com>
13293 * config/mips/mips.md: Name the unspecs with define_constant.
13294 (*HILO_delay): Rename to 'hilo_delay' (no star).
13295 (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
13296 (reload_outdi, reload_outsi): Likewise.
13298 2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
13300 * toplev.c: Fix formatting.
13302 2002-05-07 Janis Johnson <janis187@us.ibm.com>
13304 * config.in (ENABLE_RTL_FLAG_CHECKING): New.
13305 * configure.in (ac_rtlflag_checking): New.
13306 * doc/install.texi (--enable-checking): Document RTL flag checking.
13308 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
13310 * c-common.c (c_common_init): Set options->unsigned_wchar.
13311 * cppinit.c (cpp_create_reader): Default unsigned_wchar,
13312 group target dependencies.
13313 (init_builtins, cpp_handle_option): Update.
13314 * cpplex.c (cpp_interpret_charconst): Update.
13315 * cpplib.h (struct cpp_options): Add unsigned_wchar, rename
13316 signed_char to unsigned_char, group target dependencies.
13317 * defaults.h (WCHAR_UNSIGNED): Remove.
13318 * system.h (WCHAR_UNSIGNED, MAX_CHAR_TYPE_SIZE): Poison.
13320 * freebsd.h, interix.h, alpha/freebsd.h, arm/freebsd.h,
13321 i386/386bsd.h, i386/beos-elf.h, i386/bsd386.h, i386/cygwin.h,
13322 i386/djgpp.h, i386/freebsd-aout.h, i386/i386-interix.h,
13323 i386/win32.h, ia64/freebsd.h, mips/netbsd.h, rs6000/freebsd.h,
13324 sh/elf.h, sh/sh.h, sparc/freebsd.h: Remove WCHAR_UNSIGNED.
13326 * tm.texi: Remove MAX_CHAR_TYPE_SIZE.
13328 2002-05-07 Mark Mitchell <mark@codesourcery.com>
13330 * fixinc/inclhack.def (windiss_math1): New fix.
13331 (windiss_math2): Likewise.
13332 (windiss_valist): Likewise.
13333 * fixinc/fixincl.x: Regenerated.
13335 2002-05-07 Andreas Jaeger <aj@suse.de>
13337 * genautomata.c (output_internal_min_issue_delay_func): Add
13338 ATTRIBUTE_UNUSED to avoid warning with empty dfa.
13339 (output_internal_trans_func): Likewise.
13341 Tue May 7 10:06:22 2002 Jeffrey A Law (law@redhat.com)
13343 * pa.c (hppa_profile_hook): Use force_reg to get the address
13344 of the profile hook into an appropriate pseudo register.
13346 2002-05-07 Mark Mitchell <mark@codesourcery.com>
13348 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.
13349 (LINK_START_SPEC): Handle it.
13350 (LINK_OS_SPEC): Likewise.
13351 (CPP_SPEC): Likewise.
13352 (STARTFILE_SPEC): Likewise.
13353 (LIB_SPEC): Likewise.
13354 (ENDFILE_SPEC): Likewise. Do not assume crtsavres.o is used on
13356 (CRTSAVRES_DEFAULT_SPEC): New macro.
13357 (LIB_WINDISS_SPEC): New macro.
13358 (CPP_OS_WINDISS_SPEC): Likewise.
13359 (STARTFILE_WINDISS_SPEC): Likewise.
13360 (ENDFILE_WINDISS_SPEC): Likewise.
13361 (LINK_START_WINDISS_SPEC): Likewise.
13362 (LINK_OS_WINDISS_SPEC): Likewise.
13363 * config/rs6000/windiss.h: New file.
13365 2002-05-07 Aldy Hernandez <aldyh@redhat.com>
13367 * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
13369 2002-05-06 David S. Miller <davem@redhat.com>
13371 * config/sparc/sparc.md (shift insns): Do not mask off
13372 second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
13375 2002-05-06 Richard Henderson <rth@redhat.com>
13378 * expr.c (highest_pow2_factor_for_type): New.
13379 (expand_assignment): Use it.
13381 2002-05-06 Aldy Hernandez <aldyh@redhat.com>
13383 * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
13385 ("altivec_mfvscr"): Same.
13387 2002-05-06 Janis Johnson <janis187@us.ibm.com>
13389 * rtl.h (struct rtx_def): Update comments.
13390 (RTL_FLAG_CHECK[12345678]): New. (rtl_check_failed_flag): Declare.
13391 (RTL_FLAG): New. (CLEAR_RTX_FLAGS): New. (flag access macros): Use
13392 RTL_FLAG_CHECK macros with list of expected RTL codes.
13393 * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
13394 (rtl_check_failed_flag): New.
13395 * reload1.c (reload): Use REG macro before changing rtx to MEM.
13396 (reload_cse_noop_set_p): Check rtx code before using access macro.
13397 * config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
13398 before using access macro.
13400 2002-05-06 Janis Johnson <janis187@us.ibm.com>
13402 * doc/rtl.texi (Flags): Update to reflect current usage.
13404 2002-05-06 Roger Sayle <roger@eyesopen.com>
13407 * fold-const.c (sign_bit_p): New function.
13408 (fold) [EQ_EXPR]: Use this to convert (A & C) == 0 into A >= 0 and
13409 (A & C) != 0 into A < 0, when constant C is the sign bit of A's type.
13410 Reapply fold when converting (A & C) == C into (A & C) != 0.
13411 (fold_binary_op_with_conditional_arg): Fix typo in comment.
13413 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
13415 * c-common.c (warn_multichar): New.
13416 (c_common_init): Set CPP's warn_multichar.
13417 * c-common.h (warn_multichar): New.
13418 * c-decl.c (warn_multichar): Remove.
13419 * c-lex.c (lex_charconst): Update.
13420 * c-tree.h (warn_multichar): Remove.
13421 * cppexp.c (eval_token): Sign-extend charconst value.
13422 * cppinit.c (cpp_create_reader): Set warn_multichar.
13423 * cpplex.c (cpp_interpret_charconst): Don't sign-extend
13424 each character. Update prototype. Sign-extend the result.
13425 * cpplib.h: Fix conditions.
13426 (struct cpp_options): Add new warning flag.
13427 (cpp_interpret_charconst): Update prototype.
13429 * cpp.texi: Update documentation.
13431 2002-05-06 Vladimir Makarov <vmakarov@redhat.com>
13433 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
13434 Fix typo in usage of allof instead of unit.
13436 2002-05-06 Richard Henderson <rth@redhat.com>
13438 * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
13439 and any jump or call for IN.
13441 2002-05-06 Bernd Schmidt <bernds@redhat.com>
13443 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Define __SSE2_BUILTINS__ if
13445 * config/i386/xmmintrin.h: Use it to conditionalize SSE2 support.
13447 2002-05-06 Roger Sayle <roger@eyesopen.com>
13449 * fold-const.c (lshift-double): Cast the high word to an unsigned
13450 HOST_WIDE_INT when extracting sign bit to avoid compiler warning.
13451 (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to
13452 avoid compiler warning. (fold): Remove redundant code from
13453 BIT_AND_EXPR as integer operands are canonicalized to be arg1.
13455 2002-05-06 Jeff Law <law@redhat.com>
13457 * pa-protos.h (hppa_fpstore_bypass_p): Declare.
13458 * pa.c (pa_adjust_cost): Remove all true dependency cost
13459 adjustments. Also remove support for non-DFA scheduling.
13460 * pa.md (700, 7100, 7100lc, 7200, 7300): Use bypass mechanism
13461 to adjust true dependency costs. Update various comments.
13462 (7100lc, 7200, 7300 scheduling): Simplify by combining the
13463 FP ALU & MPY units into a single unit.
13465 2002-05-06 Catherine Moore <clm@redhat.com>
13467 * config/v850/v850.c (compute_register_save_size): Make sure
13468 to count all of the registers that will be saved.
13470 Mon May 6 18:03:11 CEST 2002 Jan Hubicka <jh@suse.cz>
13472 * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
13474 2002-05-06 David S. Miller <davem@redhat.com>
13476 * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
13477 allow result to overlap input operands in memory.
13479 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
13482 * cpp.texi: Update multichar charconst docs.
13484 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
13486 * cpplex.c (cpp_interpret_charconst): Sign-extend each
13487 character. Don't ignore excess characters. Treat
13488 multicharacter character constants as signed.
13489 (cpp_parse_escape): Clarify diagnostic.
13491 2002-05-05 Jakub Jelinek <jakub@redhat.com>
13493 * config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
13494 use add instead of shift.
13495 (ashldi3_sp64): Likewise.
13496 (ashlsi3_const1, ashldi3_const1): Remove.
13497 * config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
13498 * config/sparc/sparc.c (const1_operand): New.
13500 2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
13502 * config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
13504 2002-05-05 Jakub Jelinek <jakub@redhat.com>
13507 * config/sparc/sparc.md (muldi3_v8plus): Handle %1 equal to %2.
13509 2002-05-05 Richard Henderson <rth@redhat.com>
13511 * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
13512 memory latency adjustments.
13513 (alpha_variable_issue): Remove.
13514 (alpha_use_dfa_pipeline_interface): New.
13515 (alpha_multipass_dfa_lookahead): New.
13516 * config/alpha/alpha.md: Remove define_function_unit scheduling;
13517 include new dfa scheduling.
13518 (attr type): Add none.
13519 (blockage): Use it.
13520 * config/alpha/ev4.md: New.
13521 * config/alpha/ev5.md: New.
13522 * config/alpha/ev6.md: New.
13524 2002-05-05 David S. Miller <davem@redhat.com>
13526 * recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.
13528 2002-05-05 Kazu Hirata <kazu@cs.umass.edu>
13530 * cse.c: Fix formatting.
13531 * emit-rtl.c: Likewise.
13533 2002-05-05 Vladimir Makarov <vmakarov@redhat.com>
13535 * genautomata.c (initiate_states): Add additional guard to
13536 initialize `units_array'.
13538 2002-05-05 Vladimir Makarov <vmakarov@redhat.com>
13540 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp,
13541 process_unit_to_form_the_same_automaton_unit_lists,
13542 form_the_same_automaton_unit_lists
13543 check_unit_distributions_to_automata): New prototypes and
13545 (check_automata): Rename it into `check_automata_insn_issues'.
13546 (unit_decl): New fields `the_same_automaton_unit' and
13547 `the_same_automaton_message_reported_p'.
13548 (unit_decl_t): New typedef.
13549 (the_same_automaton_lists): New gloval variable.
13550 (unit_regexp, unit_set_el, units_array, units_cmp,
13551 output_get_cpu_unit_code_func): Use the typedef.
13552 (evaluate_max_reserv_cycles): Increment
13553 `description->max_insn_reserv_cycles'.
13554 (initiate_states): Don't increment `max_cycles_num'.
13555 (transform_insn_regexps): Move code around transformation of
13556 regexps from `generate'.
13557 (generate): Remove call of `transform_insn_regexps'.
13558 (expand_automata): Call `transform_insn_regexps' and
13559 `check_unit_distributions_to_automata'. Check errors before
13562 * config/sparc/ultra3.md (us3_a0, us3_a1): Move the units into
13563 automaton `ultrasparc3_1'.
13565 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
13567 * c-common.c (c_common_init): Set up CPP arithmetic.
13568 * cppinit.c (cpp_create_reader): Default CPP arithmetic to
13569 something reasonable for the host.
13570 (sanity_checks): Add checks.
13571 (cpp_read_main_file): Call sanity_checks() from here...
13572 (cpp_post_options): ... not here.
13573 * cpplex.c (cpp_interpret_charconst): Get max_chars right.
13574 * cpplib.h (struct cpp_options): New member int_precision.
13576 2002-05-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13578 * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements.
13580 2002-05-04 David S. Miller <davem@redhat.com>
13582 * config/sparc/linux.h, config/sparc/linux64.h
13583 (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
13585 * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of
13587 * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes.
13589 * recog.c (store_data_bypass_p): Handle out_insn being a PARALLEL
13592 2002-05-05 Tim Josling <tej@melbpc.org.au>
13594 * treelang; New directory for new sample language treelang.
13596 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
13598 * Makefile.in (c-lex.o): Update.
13599 * c-lex.c: Include target.h.
13600 (cb_register_builtins): New.
13601 (init_c_lex): Set builtins callback.
13602 * c-lex.h (cpp_define, cpp_assert): New prototypes.
13603 * cppinit.c (init_builtins): Use callback, including for
13605 * cpplib.h (struct cpp_callbacks): New member.
13606 * target-def.h (TARGET_REGISTER_CPP_BUILTINS): New.
13607 (TARGET_INITIALIZER): Update.
13608 * target.h (struct gcc_target): New hook.
13609 * tree.c (default_register_cpp_builtins): New.
13610 * tree.h (default_register_cpp_builtins): New.
13612 * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Document.
13614 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
13616 * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
13617 (cpp_post_options): Move sanity checks to...
13618 (sanity_checks): New.
13619 * cpplex.c (maybe_read_ucs): Fix prototype.
13620 (parse_string, cpp_parse_escape): Cast for %c format specifier.
13621 * cpplib.h (cppchar_t): Use unsigned long or unsigned long long
13624 2002-05-04 Bernd Schmidt <bernds@redhat.com>
13626 * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
13627 builtins. Use V2DI patterns instead of TI for logical operations.
13628 (ix86_init_mmx_sse_builtins): Add a couple of missing SSE2 builtins.
13629 Correct definitions of psadbw, pmovmskb128, movntdq, cvtdq2ps.
13630 (ix86_expand_builtins): Change the pattern used for movntdq.
13631 * config/i386/i386.md (sse2_andv2di3, sse2_iorv2di3, sse2_xorv2di3,
13632 sse2_nandv2di3): New patterns.
13633 (sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3): Correct modes
13635 (sse2_movntv2di): Renamed from sse2_movntti and modes adjusted.
13636 (cvtdq2pd): Correct mode on operand 1.
13637 (sse2_umulsidi3): Describe without unspec.
13638 (sse2_psadbw, mmx_psadbw): Describe with unspec; use more appropriate
13640 (lshrv2di3): Renamed from sse2_lshrv2di3 and removed unspec.
13641 (ashlv2di3): Likewise, from sse2_ashlv2di3.
13642 (ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3,
13643 ashlv4si3, ashlv2di3): Use SImode for shift count.
13644 (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti, lshrv2di3_ti,
13645 lshrv4si3_ti, lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti):
13647 * config/i386/xmmintrin.h (__v2df, __v2di, __v4si, __v8hi, __v16qi):
13649 (__m128i, __m128d): New macros.
13650 (_mm_add_pd, _mm_add_sd, _mm_sub_pd, _mm_sub_sd, _mm_mul_pd,
13651 _mm_mul_sd, _mm_div_pd, _mm_div_sd, _mm_sqrt_pd, _mm_sqrt_sd,
13652 _mm_min_pd, _mm_min_sd, _mm_max_sd, _mm_max_pd, _mm_and_pd,
13653 _mm_andnot_pd, _mm_xor_pd, _mm_or_pd, _mm_cmpeq_pd, _mm_cmplt_pd,
13654 _mm_cmple_pd, _mm_cmpgt_pd, _mm_cmpge_pd, _mm_cmpneq_pd,
13655 _mm_cmpnlt_pd, _mm_cmpnle_pd, _mm_cmpngt_pd, _mm_cmpnge_pd,
13656 _mm_cmpord_pd, _mm_cmpunord_pd, _mm_cmpeq_sd, _mm_cmplt_sd,
13657 _mm_cmple_sd, _mm_cmpgt_sd, _mm_cmpge_sd, _mm_cmpneq_sd,
13658 _mm_cmpnlt_sd, _mm_cmpnle_sd, _mm_cmpngt_sd, _mm_cmpnge_sd,
13659 _mm_cmpord_sd, _mm_cmpunord_sd, _mm_comieq_sd, _mm_comilt_sd,
13660 _mm_comile_sd, _mm_comigt_sd, _mm_comige_sd, _mm_comineq_sd,
13661 _mm_ucomieq_sd, _mm_ucomieq_sd, _mm_ucomilt_sd, _mm_ucomile_sd,
13662 _mm_ucomigt_sd, _mm_ucomige_sd, _mm_ucomineq_sd, _mm_cvtepi32_pd,
13663 _mm_cvtepi32_ps, _mm_cvtpd_epi32, _mm_cvtpd_pi32, _mm_cvtpd_ps,
13664 _mm_cvttpd_epi32, _mm_cvttpd_pi32, _mm_cvtpi32_pd, _mm_cvtps_epi32,
13665 _mm_cvttps_epi32, _mm_cvtps_pd, _mm_cvtsd_si32, _mm_cvttsd_si32,
13666 _mm_cvtsd_ss, _mm_cvtsi32_sd, _mm_cvtss_sd, _mm_unpackhi_pd,
13667 _mm_unpacklo_pd, _mm_loadh_pd, _mm_storeh_pd, _mm_storel_pd,
13668 _mm_movemask_pd, _mm_packs_epi16, _mm_packs_epi32, _mm_packus_epi16,
13669 _mm_unpackhi_epi8, _mm_unpackhi_epi16, _mm_unpackhi_epi32,
13670 _mm_unpacklo_epi8, _mm_unpacklo_epi16, _mm_unpacklo_epi32,
13671 _mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
13672 _mm_adds_epi8, _mm_adds_epi16, _mm_adds_epu8, _mm_adds_epu16,
13673 _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
13674 _mm_subs_epi8, _mm_subs_epi16, _mm_subs_epu8, _mm_subs_epu16,
13675 _mm_madd_epi16, _mm_mulhi_epi16, _mm_mullo_epi16, _mm_mul_pu16,
13676 _mm_mul_epu16, _mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64,
13677 _mm_sra_epi16, _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32,
13678 _mm_srl_epi64, _mm_slli_epi16, _mm_slli_epi32, _mm_slli_epi64,
13679 _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
13680 _mm_srli_epi64, _mm_and_si128, _mm_andnot_si128, _mm_or_si128,
13681 _mm_xor_si128, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
13682 _mm_cmpgt_epi8, _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_max_epi16,
13683 _mm_max_epu8, _mm_min_epi16, _mm_min_epu8, _mm_movemask_epi8,
13684 _mm_mulhi_epu16, _mm_maskmoveu_si128, _mm_avg_epu8, _mm_avg_epu16,
13685 _mm_sad_epu8, _mm_stream_si32, _mm_stream_si128, _mm_stream_pd,
13686 _mm_movpi64_epi64, _mm_clflush, _mm_lfence, _mm_mfence): New
13688 (_mm_shufflehi_epi16, _mm_shufflelo_epi16, _mm_shuffle_epi32,
13689 _mm_extract_epi16, _mm_insert_epi16, _mm_shuffle_pd): New macros.
13691 2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
13693 * dwarf2out.c: Fix formatting.
13694 * varasm.c: Likewise.
13696 2002-05-04 David Edelsohn <edelsohn@gnu.org>
13699 * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
13700 clobber and use result as temporary value.
13702 Sat May 4 13:20:54 CEST 2002 Jan Hubicka <jh@suse.cz>
13704 * expr.c (force_operand): Use expand_simple_* to handle more
13707 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
13709 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
13710 and sign-extension.
13711 (lex_charconst): Update for change in prototype of
13712 cpp_interpret_charconst. Extend from cppchar_t to HOST_WIDE_INT
13714 * cpphash.h (BITS_PER_CPPCHAR_T): New.
13715 * cppinit.c (cpp_create_reader): Initialize them for no
13716 change in semantics.
13717 (cpp_post_options): Add sanity checks.
13718 * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
13719 and truncation issues. Calculate in type cppchar_t.
13720 (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Remove.
13721 (cpp_interpret_charconst): Calculate in type cppchar_t. Handle
13722 run-time dependent precision correctly. Return whether the
13723 result is signed or not.
13724 * cpplib.c (dequote_string): Use cppchar_t; update.
13725 * cpplib.h (cppchar_signed_t): New.
13726 struct cpp_options): New precision members.
13727 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
13728 * cppexp.c (eval_token): Update.
13730 2002-05-03 David S. Miller <davem@redhat.com>
13732 * config/sparc/sparc-protos.h (sparc_rtx_costs): New.
13733 * config/sparc/sparc.c (sparc_rtx_costs): New function
13734 implementing RTX_COSTS and CONST_COSTS.
13735 * config/sparc/sparc.h (CONST_COSTS): Delete.
13736 (RTX_COSTS_CASES): Define.
13737 (RTX_COSTS): Expand RTX_COSTS_CASES and use sparc_rtx_costs to do
13740 * config/sparc/sparc.md (DFA schedulers): Split out...
13741 * config/sparc/cypress.md, config/sparc/hypersparc.md,
13742 config/sparc/sparclet.md, config/sparc/supersparc.md,
13743 config/sparc/ultra1_2.md, config/sparc/ultra3.md: ... into here.
13745 * config/sparc/sparc.c (LEAF_REGISTERS): Do not do ifdef
13746 checks on it, always defined for Sparc.
13748 * config/sparc/sparc.h (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER):
13749 Tweak, and add more detailed comments.
13751 2002-05-03 Zack Weinberg <zack@codesourcery.com>
13753 * Re-apply patch accidentally reverted with
13754 DFA scheduler merge: remove all rules and variables to slurp
13755 source files out of libiberty and rebuild them with HOST_CC.
13756 ($(HOST_PREFIX_1)varray.o): New rule.
13757 (genattrtab rule): Word wrap.
13759 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
13761 * config/i386/netbsd64.h (CPP_LP64_SPEC): Define.
13762 (CPP_SUBTARGET_SPEC): Define.
13763 (SUBTARGET_EXTRA_SPECS): Redefine, adding cpp_lp64 and
13764 cpp_subtarget specs.
13765 (CPP_SPEC): Redefine to include %(cpp_subtarget).
13767 2002-05-03 David S. Miller <davem@redhat.com>
13769 * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
13770 * target.h (struct gcc_target): Delete cycle_display member.
13772 * config/ia64/ia64.c (ia64_emit_insn_before): Put it back.
13773 (rtx_needs_barrier): Delete reference to cycle_display unspec.
13774 (ia64_sched_reorder2): Mention need for cycle display handling
13775 once such notes exist.
13777 2002-05-03 Richard Henderson <rth@redhat.com>
13779 * real.c (etoasc): Strip most trailing zeros for clarity.
13780 * sched-vis.c: Include real.h.
13781 (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
13782 * Makefile.in (sched-vis.o): Add real.h.
13784 2002-05-03 David S. Miller <davem@redhat.com>
13786 * haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change,
13789 2002-05-03 Aldy Hernandez <aldyh@redhat.com>
13791 * config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
13792 when we get an out of range literal.
13793 (altivec_expand_ternop_builtin): Same.
13794 (altivec_expand_unop_builtin): Same.
13795 (altivec_expand_builtin): Same, for dss.
13796 (altivec_expand_builtin): Use trees instead of rtl when
13797 determining literal argument validity.
13799 2002-05-03 David S. Miller <davem@redhat.com>
13801 Delete cycle display scheduling hook.
13802 * config/ia64/ia64.c (ia64_cycle_display,
13803 TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
13804 (ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
13805 and use emit_insn_before instead of ia64_emit_insn_before.
13806 * config/ia64/ia64.md (unspec usage): Delete cycle display.
13807 (cycle_display): Delete insn pattern.
13808 * config/sparc/sparc.md (unspec usage): Delete cycle display.
13809 (cycle_display): Delete insn pattern.
13810 * config/sparc/sparc.c (sparc_cycle_display,
13811 TARGET_SCHED_CYCLE_DISPLAY): Delete.
13812 * doc/md.texi (cycle_display): Don't mention.
13813 * doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
13815 2002-05-03 Richard Henderson <rth@redhat.com>
13817 * recog.c (store_data_bypass_p, if_test_bypass_p): New.
13818 * recog.h: Declare them.
13820 * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
13821 * config/sparc/sparc.md: Use store_data_bypass_p instead.
13822 * config/sparc/sparc-protos.h: Update.
13824 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
13826 * config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
13827 -D__arch64__. Add -D_LP64.
13828 (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
13830 (CPP_ARCH64_SPEC): Likewise.
13831 (NO_BUILTIN_PTRDIFF_TYPE): Undef.
13832 (NO_BUILTIN_SIZE_TYPE): Undef.
13834 2002-05-03 Vladimir Makarov <vmakarov@redhat.com>
13836 * genautomata.c (min_issue_delay_pass_states): Change return type
13838 (min_issue_delay_pass_states): Change the algorithm.
13839 (min_issue_delay): Set up min_insn_issue_delay for the state.
13840 (output_min_issue_delay_table): Interchange the nested loops and
13841 and initiate min_insn_issue_delay for states.
13843 Fri May 3 22:59:15 CEST 2002 Jan Hubicka <jh@suse.cz>
13845 * cfgcleanup.c (try_optimize_cfg): Call merge_block only when
13846 jump is simplejump.
13848 Fri May 3 22:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
13850 * i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops
13853 2002-05-03 Richard Henderson <rth@redhat.com>
13856 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
13857 noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
13858 noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
13859 code before JUMP, not EARLIEST.
13861 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
13863 * c-format.c (check_format_info_main): Don't check for presence of
13864 parameter for * width until after operand number has been read,
13865 and only check for it if format parameters are available.
13868 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
13870 * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
13871 (LINK_SPEC): Undef before defining.
13873 2002-05-03 Jakub Jelinek <jakub@redhat.com>
13875 PR preprocessor/6489
13876 * tradcpp.c (fixup_newlines): New.
13877 (main, finclude): Use it.
13879 2002-05-03 Richard Sandiford <rsandifo@redhat.com>
13881 * config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
13882 * config/mips/mips.c (mips_unique_section): Strip encoding from
13885 2002-05-03 Jakub Jelinek <jakub@redhat.com>
13887 * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
13890 2002-05-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13892 * doc/install.texi (Installing): Mention GCC 3.1 buildstats.
13893 (Specific): Removed buildstats references.
13894 (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
13895 (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
13896 Accomodate Solaris versions beyond 8.
13897 (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
13898 (Specific, *-*-solaris2.8): Removed, obsolete.
13900 2002-05-03 Jakub Jelinek <jakub@redhat.com>
13903 * config/sparc/sparc.h (leaf_reg_remap): Remove const.
13904 (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
13905 fill leaf_reg_remap with identity.
13906 * config/sparc/sparc.c (leaf_reg_remap): Remove const.
13908 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
13910 * config/h8300/crti.asm: Remove trailing spaces.
13911 * config/h8300/h8300.c: Likewise.
13912 * config/h8300/lib1funcs.asm: Likewise.
13914 2002-05-02 Jason Merrill <jason@redhat.com>
13916 * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
13917 * c-decl.c (c_init_decl_processing): Use it.
13918 * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
13919 * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
13920 * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
13922 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
13924 * regrename.c: Fix formatting.
13925 * tree.c: Likewise.
13927 Fri May 3 13:34:43 CEST 2002 Jan Hubicka <jh@suse.cz>
13929 * i386.md (attribute memory): Handle compares properly.
13931 Fri May 3 10:51:38 CEST 2002 Jan Hubicka <jh@suse.cz>
13933 * i386.md (sse_clrsf, sse_clrsi): Set memory attribute
13936 2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
13938 * function.c: Fix formatting.
13940 2002-05-02 Jan Hubicka <jh@suse.cz>
13942 * haifa-sched.c (schedule_insn): Print table of instructions and
13944 (sched_block): Do not print ready list at verbosity level 1.
13945 * sched-vis.c (print_insn): Make global.
13946 * sched-ebb.c (ebb_print_insn): Rename from...
13947 (print_insn): ... this one.
13948 * sched-int.h (print_insn): Declare
13950 2002-05-02 Richard Henderson <rth@redhat.com>
13952 * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
13953 emitted by cycle_display.
13955 2002-05-02 Loren J. Rittle <ljrittle@acm.org>
13957 * doc/install.texi (*-*-freebsd*): Update to latest status.
13959 2002-05-02 Jakub Jelinek <jakub@redhat.com>
13962 * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
13963 * config/float-sparc.h: Assume 128-bit long double if
13964 __LONG_DOUBLE_128__ is defined.
13966 2002-05-02 Vladimir Makarov <vmakarov@redhat.com>
13968 * genattrtab.c (write_function_unit_info): Add a dummy element
13969 when num_units == 0.
13971 2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13973 * predict.c: (propagate_freq, estimate_bb_frequencies): Use
13974 TYPE_MODE (double_type_node) instead of DFmode.
13976 Thu May 2 19:50:04 CEST 2002 Jan Hubicka <jh@suse.cz>
13978 * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
13980 * toplev.c (rest_of_compilation): Revert Richard's patch.
13982 2001-05-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
13984 * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
13986 2002-05-02 Catherine Moore <clm@redhat.com>
13988 * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
13990 2002-05-02 Kazu Hirata <kazu@hxi.com>
13992 * combine.c: Fix comment typos.
13993 * expr.c: Likewise.
13994 * genautomata.c: Likewise.
13995 * stmt.c: Likewise.
13996 * tree.h: Likewise.
13998 2002-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
14000 * doc/install.texi: State GNAT version requirements.
14002 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
14004 * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
14005 of the frame pointer or arg pointer register which strict register
14006 checking is not enabled.
14008 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
14010 * gcc.dg/altivec-8.c: New.
14012 * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
14013 PRE_INC and PRE_DEC for altivec modes.
14015 2002-05-01 Bruce Korb <bkorb@gnu.org>
14017 * fixinc/check.tpl(set-writable): make sure the function exists first
14018 * fixinc/inclhack.def(alpha_assert): fix test_text
14019 * fixinc/tests/base/assert.h: add in missing result
14021 2002-05-01 Jeff Law <law@redhat.com>
14023 * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
14026 2002-05-01 Joel Brobecker <brobecker@gnat.com>
14028 * dbxout.c (dbxout_type): Emit size information for range types,
14029 as well, but only when using GDB extensions.
14031 2002-05-01 Richard Henderson <rth@redhat.com>
14033 * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
14034 target-independent gnu binutils date test.
14036 2002-05-01 Richard Henderson <rth@redhat.com>
14038 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
14039 info before expunging the block.
14041 2002-05-01 Jakub Jelinek <jakub@redhat.com>
14043 * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
14044 (cpp_post_options): ...but here. Disable -dD, -dN and -dI when
14045 -M -or -MM is in effect.
14047 2002-05-01 Zack Weinberg <zack@codesourcery.com>
14049 * config.gcc: Correct test of --enable-obsolete. Obsolete all
14050 A29k configurations.
14051 * doc/install.texi: Update to match.
14053 2002-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14056 * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check
14057 for duplicates. Always loop over whole list.
14059 Wed May 1 10:32:37 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14061 * reload.c (find_reloads, case 'p'): Set BADOP to 0.
14063 2002-05-01 Joel Sherrill <joel@OARcorp.com>
14065 * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
14068 2002-05-01 Joel Sherrill <joel@OARcorp.com>
14070 * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
14072 2002-05-01 David Edelsohn <edelsohn@gnu.org>
14074 * rs6000.md (abssi2_nopower): Convert to define_insn_and_split.
14075 (nabs_nopower): Same.
14076 (floatdisf2): New pattern.
14077 (absdi2): Convert to define_insn_and_split.
14079 (trunctfsf2): Same.
14080 (floatditf2): Same.
14081 (floatsitf2): Same.
14082 (fix_trunctfdi2): Same.
14083 (fix_trunctfsi2): Same.
14085 2002-05-01 Joseph S. Myers <jsm28@cam.ac.uk>
14087 * doc/install.texi: Update Texinfo version requirement
14090 2002-05-01 Jakub Jelinek <jakub@redhat.com>
14092 PR target/6512, PR target/5628
14093 * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32
14094 when memory is not aligned.
14095 (movdf_insn_v9only_vis): Likewise.
14096 * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS
14097 temporary for EXTRA_FP_REGS DFmode load from unaligned memory.
14098 (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly.
14100 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
14102 * gcc.dg/altivec-7.c: New.
14104 * config/rs6000/altivec.h: Cleanup.
14106 2002-04-30 Aldy Hernandez <aldyh@redhat.com>
14108 * doc/invoke.texi (Option Summary): Add -mvrsave=.
14109 (RS/6000 and PowerPC Options): Document -mvrsave=.
14111 * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global.
14112 (rs6000_altivec_vrsave_string): Same.
14113 (rs6000_override_options): Call rs6000_parse_vrsave_option.
14114 (rs6000_parse_vrsave_option): New.
14115 (rs6000_stack_info): Only generate vrsave instructions when
14116 TARGET_ALTIVEC_VRSAVE.
14118 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option.
14119 (rs6000_altivec_vrsave_string): Define extern.
14120 (rs6000_altivec_vrsave): Same.
14121 (TARGET_ALTIVEC_VRSAVE): New.
14123 2002-04-30 Richard Henderson <rth@redhat.com>
14126 * toplev.c (rest_of_compilation): Don't run cross-jump before
14129 2002-04-30 Tom Rix <trix@redhat.com>
14131 * regrename.c (build_def_use, copyprop_hardreg_forward_1): Sanity
14132 check which_alternative.
14134 2002-04-30 Kazu Hirata <kazu@hxi.com>
14136 * cpplex.c: Fix comment formatting.
14137 * function.c: Likewise.
14138 * integrate.c: Likewise.
14139 * regrename.c: Likewise.
14140 * sibcall.c: Likewise.
14141 * simplify-rtx.c: Likewise.
14142 * tree-inline.c: Likewise.
14144 2002-04-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
14146 * config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
14147 hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
14148 hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
14149 hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
14150 * pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
14151 * pa/x-ada: New file. Define ADA_CFLAGS.
14153 2002-04-30 Hans-Peter Nilsson <hp@bitrange.com>
14155 * config/mmix/mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed
14156 from MMIX_LAST_REGISTER_FILE_REGNUM.
14157 (NO_IMPLICIT_EXTERN_C): Remove cryptic obsolete comment.
14158 (struct machine_function): New member highest_saved_stack_register
14159 previously static variable in mmix.c.
14160 (MACHINE_DEPENDENT_REORG): Define.
14161 * config/mmix/mmix.c (highest_saved_stack_register): Deleted.
14162 (MMIX_OUTPUT_REGNO): New.
14163 (mmix_target_asm_function_prologue): Move calculation of last used
14164 saved-stack-register into...
14165 (mmix_machine_dependent_reorg): New function. Update to also handle
14167 (mmix_print_operand): Apply MMIX_OUTPUT_REGNO when emitting
14168 register names, simplify somewhat by new variable regno.
14169 <case 'p'>: Remove fixed FIXME. Always emit highest used saved
14171 (mmix_print_operand_address): Apply MMIX_OUTPUT_REGNO when
14172 emitting register names.
14173 (mmix_asm_output_reg_push, mmix_asm_output_reg_pop): Ditto.
14174 (mmix_dbx_register_number): Apply MMIX_OUTPUT_REGNO here too.
14175 Remove fixed FIXME.
14176 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg):
14179 * config/mmix/mmix.md ("divmoddi4"): Update head comment.
14181 2002-04-30 Richard Henderson <rth@redhat.com>
14183 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
14184 emit_soft_tfmode_binop, emit_soft_tfmode_unop, emit_soft_tfmode_cvt,
14185 emit_hard_tfmode_operation, emit_tfmode_binop, emit_tfmode_unop,
14186 emit_tfmode_cvt): New.
14187 * config/sparc/sparc.md (extendsftf2, extenddftf2, trunctfsf2,
14188 trunctfdf2, floatsitf2, floatunssitf2, floatditf2, floatunsditf2,
14189 fix_trunctfsi2, fixuns_trunctfsi2, fix_trunctfdi2, fixuns_trunctfdi2,
14190 addtf3, subtf3, multf3, divtf3, sqrttf2): Use them.
14191 * config/sparc/sparc-protos.h: Update.
14193 2002-04-30 Janis Johnson <janis187@us.ibm.com>
14195 * install.texi (Final install): Add to the list of info to include
14196 in a report of a successful bootstrap, and add link to 3.1 list.
14198 Tue Apr 30 19:15:36 CEST 2002 Jan Hubicka <jh@suse.cz>
14200 * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
14201 (mode): Add vector modes
14202 (i387): Kill attribute.
14203 (unit): New attribute.
14204 (length_immediate): Grok new types.
14205 (prefix_data16, prefix_rep, prefix_0f): Fix for SSE/MMX.
14206 (modrm): Use "unit".
14207 (memory): Handle MMX/SSE properly.
14208 (scheduling descriptions): Kill uses of fop1.
14209 (sse, mmx, fp patterns): Set type and mode properly.
14211 Tue Apr 30 09:31:59 2002 Jeffrey A Law (law@redhat.com)
14213 * pa.c (override_options): Default to PA8000 scheduling.
14214 * doc/invoke.texi (HP-PA options): Mention newly added 7300
14215 scheduling parameter.
14217 * pa.md (7100lc, 7200, 7300 scheduling): Slightly refine
14218 handling of double precision multiplies.
14220 * pa.md (7100lc, 7200, 7300 scheduling): Refine handling of
14221 fpdiv and fpsqrt instructions.
14222 (7200 & 7300 scheduling): Fix typo in handling of
14223 store-load and store-store penalties.
14225 2002-04-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14227 * doc/contrib.texi (Contributors): Use MIPS instead of Mips and
14228 mips. Add two missing commas.
14230 2002-04-30 Paolo Carlini <pcarlini@unitus.it>
14232 * doc/contrib.texi (Contributors): Update Paolo Carlini's
14233 and Benjamin Kosnik's entries.
14235 2002-04-29 David S. Miller <davem@redhat.com>
14237 * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
14238 SIMULTANEOUS_PREFETCHES): Tune for UltraSPARC-III.
14239 * config/sparc/sparc.md (call + jmp 32-bit peepholes): Likewise.
14240 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
14242 2002-04-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14244 * combine.c (find_split_point): Use gen_int_mode.
14246 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
14248 Merging code from dfa-branch:
14250 2002-04-24 Vladimir Makarov <vmakarov@redhat.com>
14252 * genautomata.c (output_reserv_sets): Fix typo.
14254 2002-04-23 Vladimir Makarov <vmakarov@redhat.com>
14256 * genautomata.c (output_reserv_sets): Remove
14257 next_cycle_output_flag.
14259 Thu Apr 18 08:57:06 2002 Jeffrey A Law (law@redhat.com)
14261 * sched-rgn.c (init_ready_list): Make the DFA code handle
14262 USE/CLOBBER insns in the same way as the traditional
14264 (new_ready): Similarly..
14266 2002-04-17 Vladimir Makarov <vmakarov@redhat.com>
14268 * haifa-sched.c (schedule_block): Change the DFA state only after
14271 Wed Apr 17 15:38:36 2002 Jeffrey A Law (law@redhat.com)
14273 * pa.c (hppa_use_dfa_pipeline_interface): New function.
14274 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
14275 (override_options): Add PA7300 scheduling support.
14276 (pa_adjust_cost): Update various comments. Properly
14277 handle anti and output dependencies when using the
14279 (pa_issue_rate): Add PA7300 scheduling support.
14280 (pa_can_combine_p): Call extract_insn before calling
14281 constrain_operands (taken from mainline tree).
14282 * pa.h (enum processor_type): Add PROCESSOR_PA7300.
14283 * pa.md (cpu attr): Add 7300. Rewrite pipeline
14284 descriptions using DFA descriptions. Add PA7300
14285 scheduling support.
14287 2002-03-30 David S. Miller <davem@redhat.com>
14289 Add UltraSPARC-III DFA scheduling support.
14290 * config/sparc/sparc.md (define_attr type): Add fpcrmove.
14291 Update FP conditional move on register insn patterns to use it, as
14293 (define_attr cpu): Add ultrasparc3.
14294 (define_attr us3load_type): New, update integer load patterns to
14295 set it, as appropriate.
14296 (define_automaton): Add ultrasparc3_0 and ultrasparc3_1.
14297 (rest): Add UltraSPARC3 scheduling description.
14298 * config/sparc/sparc.h (TARGET_CPU_ultrasparc3): New.
14299 (PROCESSOR_ULTRASPARC3): New.
14300 ({ASM,CPP}_CPU64_DEFAULT_SPEC): Handle ultrasparc3.
14301 ({ASM,CPP}_CPU_SPEC): Likewise.
14302 (REGISTER_MOVE_COST): Likewise.
14303 (RTX_COSTS): Likewise.
14304 * config/sparc/sparc.c (sparc_override_options,
14305 sparc_initialize_trampoline, sparc64_initialize_trampoline,
14306 sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
14307 sparc_issue_rate): Likewise.
14308 * config/sparc/sol2.h: Likewise.
14309 * config/sparc/sol2-sld-64.h: Likewise.
14310 * config/sparc/linux64.h: Likewise.
14312 2002-03-22 Vladimir Makarov <vmakarov@redhat.com>
14314 * doc/md.texi: Add comments about usage the latency time for the
14315 different dependencies and about case when two or more conditions
14316 in different define_insn_reservations returns TRUE for an insn.
14318 * doc/md.texi: Add reference for automaton based pipeline
14321 2002-03-04 Vladimir Makarov <vmakarov@redhat.com>
14323 * doc/passes.texi: Add missed information about genattrtab.
14325 2002-03-01 Vladimir Makarov <vmakarov@redhat.com>
14327 * genautomata.c (output_automata_list_transition_code): Check
14328 automata_list on NULL.
14330 2002-02-28 Vladimir Makarov <vmakarov@redhat.com>
14332 * genautomata.c (output_insn_code_cases,
14333 output_automata_list_min_issue_delay_code,
14334 output_automata_list_transition_code,
14335 output_automata_list_state_alts_code): Comment the functions.
14337 2002-02-22 Vladimir Makarov <vmakarov@redhat.com>
14339 * genautomata.c (automata_list_el_t): New typedef.
14340 (get_free_automata_list_el,free_automata_list_el,
14341 free_automata_list, automata_list_hash, automata_list_eq_p,
14342 initiate_automata_lists, automata_list_start, automata_list_add,
14343 automata_list_finish, finish_automata_lists,
14344 output_insn_code_cases, output_automata_list_min_issue_delay_code,
14345 output_automata_list_transition_code,
14346 output_automata_list_state_alts_code, add_automaton_state,
14347 form_important_insn_automata_lists): New functions and prototypes.
14348 (insn_reserv_decl): Add members important_automata_list and
14350 (ainsn): Add members important_p.
14351 (automata_list_el): New structure.
14352 (first_free_automata_list_el, current_automata_list,
14353 automata_list_table): New global variables.
14354 (create_ainsns): Initiate member important_p.
14355 (output_internal_min_issue_delay_func): Generate the switch and
14356 call output_insn_code_cases.
14357 (output_internal_trans_func, output_internal_state_alts_func):
14359 (generate): Call initiate_automata_lists.
14360 (automaton_states): New global variable.
14361 (expand_automata): Call form_important_insn_automata_lists.
14362 (write_automata): Call finish_automata_lists.
14364 2002-02-21 Vladimir Makarov <vmakarov@redhat.com>
14366 * genautomata.c (add_excls, add_presence_absence): Check that
14367 cpu units in the sets belong the same automaton.
14369 * rtl.def (EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET): Add comment
14370 about that cpu units in the sets belong the same automaton.
14372 * doc/md.texi: Ditto.
14374 2001-12-20 Naveen Sharma <naveens@noida.hcltech.com>
14375 Nitin Gupta <niting@noida.hcltech.com>
14377 * config/sh/sh.c (sh_use_dfa_interface): New function.
14379 (sh_issue_rate): New Function.
14380 TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE: define.
14381 TARGET_SCHED_ISSUE_RATE: define.
14383 * config/sh/sh.md: Add DFA based pipeline description for SH4.
14385 (define_attr insn_class): New attribute used for DFA
14387 (define_insn cmpgtsi_t): Set attribute insn_class mt_group.
14388 (cmpgesi_t,cmpgtusi_t,cmpgeusi_t,cmpeqsi_t,
14389 cmpeqdi_t): Likewise.
14391 (add,addc1,addsi3,subc,subc1,*subsi3_internal,
14392 negc,negsi2,ashldi3_k,lshrdi3_k,ashrdi3_k): Set insn_class
14394 (iorsi3,rotlsi3_1,rotlsi3_31,rotlsi3_16): Likewise.
14396 2001-10-03 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
14398 * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
14401 2001-10-03 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
14403 * genautomata.c (DFA_INSN_CODES_LENGTH_VARIABLE_NAME): New macro.
14404 (output_dfa_insn_code_func): Expand dfa_insn_codes if it is
14406 (output_dfa_start_func): Initiate new variable insn_codes_length,
14407 (write_automata): Output definition of the new variable.
14409 2001-10-02 David S. Miller <davem@redhat.com>
14411 * haifa-sched.c (advance_one_cycle): New function.
14412 (schedule_block): Use it.
14413 (queue_to_ready): Use it, and also make sure to advance the DFA
14414 state on all stall cycles, not just those where insn_queue links
14417 2001-10-02 Richard Sandiford <rsandifo@redhat.com>
14419 * haifa-sched.c (max_issue): Remove last_p argument. Only return
14420 non-zero if the highest-priority instruction could be scheduled.
14421 (choose_ready): Remove last argument from max_issue call.
14423 2001-09-28 David S. Miller <davem@redhat.com>
14425 * config/sparc/sparc.c (sparc_use_sched_lookahead): Use 4 for
14426 ultrasparc and 3 for other multi-issue sparcs.
14428 2001-09-27 David S. Miller <davem@redhat.com>
14430 * config/sparc/sparc.md (cycle_display): New pattern.
14431 * config/sparc/sparc.c (sparc_cycle_display): New.
14432 (TARGET_SCHED_CYCLE_DISPLAY): Set it.
14434 2001-09-25 David S. Miller <davem@redhat.com>
14436 Convert all of Sparc scheduling to DFA
14437 * config/sparc/sparc.md: Kill all define_function_unit
14438 directives and replace with DFA equivalent.
14439 * config/sparc/sparc.c (ultrasparc_adjust_cost,
14440 mark_ultrasparc_pipeline_state, ultra_cmove_results_ready_p,
14441 ultra_fpmode_conflict_exists, ultra_find_type,
14442 ultra_build_types_avail, ultra_flush_pipeline,
14443 ultra_rescan_pipeline_state, ultrasparc_sched_reorder,
14444 ultrasparc_variable_issue, ultrasparc_sched_init,
14445 sparc_variable_issue, sparc_sched_reorder, ultra_code_from_mask,
14446 ultra_schedule_insn, ultra_code_names, ultra_pipe_hist,
14447 ultra_cur_hist, ultra_cycles_elapsed): Kill.
14448 (sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
14449 ultrasparc_store_bypass_p): New.
14450 * config/sparc/sparc-protos.h (ultrasparc_store_bypass_p):
14453 2001-09-24 David S. Miller <davem@redhat.com>
14455 * haifa-sched.c (ready_remove): Fix thinko, we want to copy around
14456 ready->vec[foo] not ready[foo].
14458 2001-09-07 Vladimir Makarov <vmakarov@redhat.com>
14460 * doc/md.texi: Correct examples for define_insn_reservations
14463 2001-09-07 Vladimir Makarov <vmakarov@redhat.com>
14465 * genautomata.c (create_automata): Print message about creation of
14467 (generate): Remove printing meease about creation of
14470 2001-09-05 David S. Miller <davem@redhat.com>
14472 * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
14473 * config/sparc/linux64.h: Likewise.
14475 2001-08-31 Vladimir Makarov <vmakarov@redhat.com>
14477 * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
14478 schedule_block, sched_init, sched_finish): Add missed calls of
14479 use_dfa_pipeline_interface.
14481 * sched-rgn.c (init_ready_list, new_ready, debug_dependencies):
14484 * sched-vis.c (get_visual_tbl_length): Ditto.
14486 2001-08-27 Richard Henderson <rth@redhat.com>
14488 * genattr.c (main): Emit state_t even when not doing scheduling.
14490 2001-08-27 Richard Henderson <rth@redhat.com>
14492 * genautomata.c (expand_automata): Always create a description.
14494 2001-08-27 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
14496 * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
14497 PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
14498 AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
14501 * genattr.c (main): New variable num_insn_reservations. Increase
14502 it if there is DEFINE_INSN_RESERVATION. Output automaton based
14503 pipeline hazard recognizer interface.
14505 * genattrtab.h: New file.
14507 * genattrtab.c: Include genattrtab.h.
14508 (attr_printf, check_attr_test, make_internal_attr,
14509 make_numeric_value): Move protypes into genattrtab.h. Define them
14511 (num_dfa_decls): New global variable.
14512 (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
14513 DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
14514 DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
14515 DEFINE_INSN_RESERVATION. Call expand_automata and write_automata.
14517 * genautomata.c: New file.
14519 * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
14521 * sched-int.h: (curr_state): Add the external definition for
14522 automaton pipeline interface.
14523 (haifa_insn_data): Add comments for members blockage and units.
14525 * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
14526 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
14527 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
14528 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
14529 TARGET_SCHED_DFA_POST_CYCLE_INSN,
14530 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
14531 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
14533 (TARGET_SCHED): Use the new macros.
14535 * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
14536 dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
14537 first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
14538 dfa_bubble): New members in gcc_target.sched.
14540 * haifa-sched.c (insert_schedule_bubbles_p): New variable.
14541 (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
14542 (insn_queue): Redefine it as pointer to array.
14543 (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
14545 (max_insn_queue_index_macro_value): New variable.
14546 (curr_state, dfa_state_size, ready_try): New varaibles for
14547 automaton interface.
14548 (ready_element, ready_remove, max_issue): New function prototypes
14549 for automaton interface.
14550 (choose_ready): New function prototype.
14551 (insn_unit, blockage_range): Add comments.
14552 (unit_last_insn, unit_tick, unit_n_insns): Define them for case
14553 FUNCTION_UNITS_SIZE == 0.
14554 (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
14555 actual_hazard, potential_hazard): Add comments.
14556 (insn_cost): Use cost -1 as undefined value. Remove
14557 LINK_COST_ZERO and LINK_COST_FREE. Add new code for automaton
14558 pipeline interface.
14559 (ready_element, ready_remove): New functions for automaton
14561 (schedule_insn): Add new code for automaton pipeline interface.
14562 (queue_to_ready): Add new code for automaton pipeline interface.
14563 Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
14564 (debug_ready_list): Print newline when the queue is empty.
14565 (max_issue): New function for automaton pipeline interface.
14566 (choose_ready): New function.
14567 (schedule_block): Add new code for automaton pipeline interface.
14568 Print ready list before scheduling each insn.
14569 (sched_init): Add new code for automaton pipeline interface.
14570 Initiate insn cost by -1.
14571 (sched_finish): Free the current automaton state and finalize
14572 automaton pipeline interface.
14574 * sched-rgn.c: Include target.h.
14575 (init_ready_list, new_ready, debug_dependencies): Add new code for
14576 automaton pipeline interface.
14578 * sched-vis.c: Include target.h.
14579 (get_visual_tbl_length): Add code for automaton interface.
14580 (target_units, print_block_visualization): Add comments.
14582 * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
14583 USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
14584 (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
14585 (getruntime.o, genautomata.o): New entries.
14586 (genattrtab.o): Add new dependency file genattrtab.h.
14587 (genattrtab): Add new dependencies. Link it with `libm.a'.
14588 (getruntime.o, hashtab.o): New entries for canadian cross.
14590 * doc/md.texi: Description of automaton based model.
14592 * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
14594 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
14595 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
14596 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
14597 TARGET_SCHED_DFA_POST_CYCLE_INSN,
14598 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
14599 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
14600 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
14602 (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
14603 MAX_DFA_ISSUE_RATE): New macro descriptions.
14605 * doc/contrib.texi: Add dfa based scheduler contribution.
14607 * doc/gcc.texi: Add more information about genattrtab.
14609 Mon Apr 29 17:19:10 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14611 * reload1.c (eliminate_regs, case SUBREG): Fix typo in
14612 adjust_address_nv call.
14614 2002-04-29 Janis Johnson <janis187@us.ibm.com>
14616 * doc/install.texi (Testing): Provide additional information, and
14617 a stronger encouragement, for running the testsuites.
14619 2002-04-29 DJ Delorie <dj@redhat.com>
14621 * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
14622 given in upper case.
14624 2002-04-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14626 * fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
14627 Solaris 2 <widec.h> if missing.
14628 * fixinc/fixincl.x: Regenerate.
14629 * fixinc/tests/base/widec.h: New file.
14631 2002-04-29 Nick Clifton <nickc@cambridge.redhat.com>
14633 * toplev.c (f_options): Add "profile" switch so that
14634 -fno-profile can be used to disable -p.
14636 2002-04-29 Bernd Schmidt <bernds@redhat.com>
14638 * c-common.c (type_for_mode): Add support for V2DFmode, V2DImode,
14640 * tree.c (build_common_tree_nodes_2): Likewise.
14641 * tree.h (enum tree_index): Likewise.
14642 (V2DF_type_node, V2DI_type_node, unsigned_V2DI_type_node): Define.
14644 * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
14646 (init_mmx_sse_builtins): Initialize SSE2 builtins.
14647 (ix86_expand_builtin): Add support for SSE2 builtins.
14648 * config/i386/i386.h (VALID_SSE2_REG_MODE): New macro.
14649 (VALID_SSE_REG_MODE): Use it.
14650 (VECTOR_MODE_SUPPORTED_P): Allow SSE2 modes here as well.
14651 (enum ix86_builtins): Add SSE2 builtins.
14652 * config/i386/i386.md (movv2df_internal, movv2df, movv8hi_internal,
14653 movv8hi, movv16qi_internal, movv16qi, pushv2df, pushv8hi, pushv16qi,
14654 addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3, vmmulv2df3,
14655 divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3, vmsminv2df3,
14656 sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3, sqrtv2df2,
14657 vmsqrtv2df2, maskcmpv2df3, maskncmpv2df3, vmmaskcmpv2df3,
14658 vmmaskncmpv2df3, sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb,
14659 sse2_maskmovdqu, sse2_movntv2df, sse2_movntti, sse2_movntsi, cvtdq2ps,
14660 cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq, cvtpd2pi,
14661 cvttpd2pi, cvtpi2pd, cvtsd2si, cvttsd2si, cvtsi2sd, cvtsd2ss,
14662 cvtss2sd, cvtpd2ps, cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3,
14663 ssaddv16qi3, ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3,
14664 subv4si3, subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3,
14665 mulv8hi3, smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
14666 sse2_umulv2siv2di3, sse2_pmaddwd, sse2_clrti, sse2_uavgv16qi3,
14667 sse2_uavgv8hi3, sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd,
14668 sse2_pshuflw, sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3,
14669 gtv8hi3, gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3,
14670 ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, sse2_lshrv2di3,
14671 ashlv8hi3, ashlv4si3, sse2_ashlv2di3, sse2_ashlti3, sse2_lshrti3,
14672 sse2_unpckhpd, sse2_unpcklpd, sse2_packsswb, sse2_packssdw,
14673 sse2_packuswb, sse2_punpckhbw, sse2_punpckhwd, sse2_punpckhdq,
14674 sse2_punpcklbw, sse2_punpcklwd, sse2_punpckldq, sse2_movapd,
14675 sse2_movupd, sse2_movdqa, sse2_movdqu, sse2_movdq2q, sse2_movq2dq,
14676 sse2_movhpd, sse2_movlpd, sse2_loadsd, sse2_movsd, sse2_storesd,
14677 sse2_shufpd, sse2_clflush, sse2_mfence, mfence_insn, sse2_lfence,
14678 lfence_insn): New patterns.
14679 (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Renamed from
14680 sse_andti3_sse2, sse_nandti3_sse2, sse_iorti3_sse2, sse_xorti3_sse2.
14682 Mon Apr 29 17:03:24 CEST 2002 Jan Hubicka <jh@suse.cz>
14684 * i386.md (sse_mov?fcc*): Revert patch of Mar 14th.
14686 2002-04-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14688 * doc/contrib.texi (Contributors): Add Paolo Carlini and
14690 Update Richard Henderson, Jakub Jelinek, and Mark Mitchell.
14691 Refer to Objective-C instead of ObjC, SPARC instead of sparc,
14692 and CPU instead of cpu.
14694 Mon Apr 29 13:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
14696 * toplev.c (flag_if_conversion, flag_if_conversion2): New static
14698 (lang_independent_options): Add -fif-conversion, -fif-conversion2
14699 (rest_of_compilation): Do if conversion only when asked for.
14700 (parse_options_and_default_flags): Set new variables to 1 for -O1
14701 * invoke.texi (-fif-conversion, -fif-conversion2): Document.
14703 Mon Apr 29 13:02:50 CEST 2002 Jan Hubicka <jh@suse.cz>
14705 * i386.c (dbx64_register_map): Fix typo.
14707 Mon Apr 29 12:18:35 CEST 2002 Jan Hubicka <jh@suse.cz>
14709 * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
14710 real_one_half, real_bb_freq_max): New static variables.
14711 (debug_profile_bbauxs): Kill.
14712 (process_note_predictions): Kill unused variable.
14713 (block_info_def, edge_info_def): Use REAL_VALUE_TYPE instead of
14715 (propagate_freq): Use REAL_ARITHMETICS.
14716 (estimate_bb_frequencies): Likevise; init new static variables.
14717 * Makefile.in (predict.o): Add dependency on real.h
14719 2002-04-28 David S. Miller <davem@redhat.com>
14722 * config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
14723 64-bit TARGET_V9. Do not use prefetch page, use prefetch for
14724 several {reads,writes} instead.
14725 * config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
14728 2002-04-27 David S. Miller <davem@redhat.com>
14731 * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
14734 * config/sparc/linux.h, config/sparc/linux64.h: Don't bother
14735 including signal.h and sys/ucontext.h, not needed.
14737 2002-04-29 Hans-Peter Nilsson <hp@bitrange.com>
14739 * varasm.c (output_constant_def): Correct test for not calling
14740 ENCODE_SECTION_INFO for INTEGER_CST.
14742 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
14744 * cppexp.c (lex): Move some code to _cpp_parse_expr, but
14745 keep most cases as function eval_token.
14746 (eval_token): New function.
14747 (_cpp_parse_expr): Read token here for improved diagnostics.
14748 Don't use op_as_text. Detect bad ':' here.
14749 (reduce): Don't detect bad ':' here.
14750 (op_as_text): Remove.
14751 * cpphash.h (_cpp_test_assertion): Change prototype.
14752 * cpplib.c (_cpp_test_assertion): Change prototype.
14754 2002-04-28 Richard Henderson <rth@redhat.com>
14757 * ggc-common.c (ggc_mark_rtx_children_1): Rename from...
14758 (ggc_mark_rtx_children): New.
14760 2002-04-28 Jakub Jelinek <jakub@redhat.com>
14763 * config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
14764 after call peepholes for UltraSPARC.
14765 (call + jump 64-bit peepholes): Remove.
14767 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14770 * config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
14771 result as temporary value.
14773 2002-04-28 Jakub Jelinek <jakub@redhat.com>
14776 * toplev.c (rest_of_compilation): Only run regrename and copy
14777 propagation if optimizing.
14779 2002-04-28 Jakub Jelinek <jakub@redhat.com>
14781 PR optimization/6475
14782 * reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
14783 register of REGNO_DECL (i).
14784 * Makefile.in (reload1.o): Add $(TREE_H).
14786 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
14788 * cppexp.c (lex): Update to use state.skip_eval.
14789 (struct op): Remove prio and flags members.
14790 (FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
14791 SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
14792 (LEFT_ASSOC): New macro.
14793 (optab): New table of operator priorities and flags.
14795 (_cpp_parse_expr): Clean up logic. Return bool. Use a
14796 malloc-ed parser stack.
14797 (reduce): New; reduce the operator stack.
14798 (_cpp_expand_op_stack): Expand the operator stack as necessary.
14799 * cpphash.h (struct op): Predeclare.
14800 (struct cpp_reader): New members op_stack, op_limit.
14801 (struct lexer_state): New member skip_eval.
14802 (_cpp_parse_expr): Update.
14803 (_cpp_expand_op_stack): New.
14804 * cpplib.c (do_if): Update.
14805 * cppinit.c (cpp_create_reader): Create op stack.
14806 (cpp_destroy): And destroy it.
14807 * cpplib.h (CPP_LAST_CPP_OP): Correct.
14808 (TTYPE_TABLE): Correct.
14810 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14813 * c-decl.c (duplicate_decls): Call merge_weak.
14814 * c-pragma.c (apply_pragma_weak): Warn about misuse.
14815 * output.h (merge_weak): Prototype merge_weak.
14816 * varasm.c (merge_weak): New function.
14817 (declare_weak): Make sure we don't give an error on VAR_DECLs.
14818 Mark RTL with SYMBOL_REF_WEAK.
14820 2002-04-27 Kurt Garloff <garloff@suse.de>
14822 * tree-inline.c (inlinable_function_p): Improve heuristics
14823 by using a smoother function to cut down allowable inlinable size.
14824 * param.def: Add parameters max-inline-insns-single,
14825 max-inline-slope, min-inline-insns that determine the exact
14826 shape of the above function.
14827 * param.h: Likewise.
14829 2002-04-26 Richard Henderson <rth@redhat.com>
14831 * c-parse.in (malloced_yyss, malloced_yyvs): New.
14832 (yyoverflow): Re-add. Set them.
14833 (free_parser_stacks): New.
14834 * c-common.h: Declare it.
14835 * c-lex.c (c_common_parse_file): Call it.
14837 2002-04-26 Richard Henderson <rth@redhat.com>
14839 * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
14840 for fallthru search.
14842 2002-04-26 Eric Christopher <echristo@redhat.com>
14844 PR optimization/3700
14845 * config/mips/mips.c (mips_issue_rate): Define. New function.
14846 (TARGET_SCHED_ISSUE_RATE): Use.
14848 2002-04-25 David S. Miller <davem@redhat.com>
14851 * reorg.c (optimize_skip): Do not allow exception causing
14852 instructions to be considered for delay slots.
14853 (fill_simply_delay_slots, fill_slots_from_thread): Likewise.
14854 (relax_delay_slots): Do not try to consider exception causing
14855 instructions as redundant.
14857 2002-04-26 Richard Henderson <rth@redhat.com>
14860 * c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
14862 2002-04-26 Mark Mitchell <mark@codesourcery.com>
14865 * config/i386/i386.md (untyped_call): Return the value in a float
14866 register if TARGET_FLOAT_RETURNS_IN_80387, not just if
14869 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
14871 * tree.c (tree_int_cst_lt): Compare constants whose types differ
14872 in unsigned-ness correctly.
14874 2002-04-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
14876 * pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
14877 portable runtime model.
14879 2002-04-26 Richard Henderson <rth@redhat.com>
14881 * c-parse.in (yyoverflow): Revert.
14883 2002-04-26 David Edelsohn <edelsohn@gnu.org>
14884 Richard Henderson <rth@redhat.com>
14886 * config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
14887 result as temporary value.
14889 2002-04-26 Richard Henderson <rth@redhat.com>
14892 * c-common.c (fix_string_type): Split out of ...
14893 (combine_strings): ... here. Take a varray, not a tree list.
14894 (c_expand_builtin_printf): Use fix_string_type.
14895 * c-common.h: Update decls.
14896 * c-parse.in (string): Remove. Update all uses to use STRING
14897 instead, and not call combine_strings.
14898 (yylexstring): New.
14900 * c-typeck.c (simple_asm_stmt): Don't call combine_strings.
14901 (build_asm_stmt): Likewise.
14902 * objc/objc-act.c (my_build_string): Use fix_string_type.
14903 (build_objc_string_object): Build varray for combine_strings.
14905 2002-04-26 Bo Thorsen <bo@suse.co.uk>
14907 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
14910 2002-04-26 Neil Booth <neil@daikokuya.demon.co.uk>
14912 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
14913 (HAVE_NO_R_OPERAND): Remove.
14914 (HAVE_VALUE): Remove.
14915 (op_to_prio): Update.
14916 (UNARY): Don't alter flags.
14917 (_cpp_parse_expr): want_value used to indicate whether
14918 a number or unary operator is expected next. Distinguish
14919 unary and binary +/-.
14920 (op_as_text): Update for unary operators.
14922 2002-04-25 Richard Henderson <rth@redhat.com>
14925 * c-parse.in (yyoverflow): New.
14927 2002-04-25 Richard Henderson <rth@redhat.com>
14930 * c-common.c (shorten_compare): Simplfy conditions leading to
14931 the generation of a warning.
14933 2002-04-25 Richard Henderson <rth@redhat.com>
14936 * expmed.c (extract_bit_field): Fall through to generic code rather
14937 than aborting on subreg special case.
14939 2002-04-25 David S. Miller <davem@redhat.com>
14941 * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
14942 for DECL being NULL.
14944 2002-04-25 Steve Christiansen <smc@us.ibm.com>
14946 * doc/md.texi (Machine Constraints): Add IA-64 constraints.
14948 2002-04-25 Eric Botcazou <ebotcazou@multimania.com>
14950 * c-decl.c (grokdeclarator): Remove outdated ??? note
14951 on invalid declaration of flexible array members.
14953 2002-04-25 Richard Henderson <rth@redhat.com>
14955 * doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
14957 2002-04-25 Ulrich Weigand <uweigand@de.ibm.com>
14959 * config/s390/s390.c (s390_emit_epilogue): Always restore registers
14960 needed by the compiler, even if they are used as global regs.
14962 2002-04-25 Matt Hiller <hiller@redhat.com>
14964 * mips.c (mips_class_max_nregs, mips_register_move_cost): New
14966 * mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
14967 of the corresponding functions.
14968 * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
14971 2002-04-25 Matt Hiller <hiller@redhat.com>
14973 * config/mips/mips.h (mips_sw_reg_names): Declare as extern.
14975 (ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
14976 (FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
14977 registers, adjust comment accordingly.
14978 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
14979 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
14980 DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
14981 for coprocessor registers.
14982 (ADDITIONAL_REGISTER_NAMES): Include
14983 ALL_COP_ADDITIONAL_REGISTER_NAMES.
14985 (COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
14986 COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
14987 COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
14988 COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
14989 COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
14991 (mips_char_to_class): Adjust comment to include coprocessor
14992 constraint letters.
14994 * config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
14996 (mips_reg_names, mips_regno_to_class): Include coprocessor
14998 (mips_sw_reg_names): Ditto, make non-static.
14999 (mips_move_1word): Handle moves to and from coprocessor registers.
15000 (mips_move_2words): Handle moves to and from coprocessor
15002 (mips_class_max_nregs, mips_register_move_cost): Handle
15003 coprocessor register classes.
15004 (override_options): Initialize mips_char_to_class and
15005 mips_hard_regno_mode_ok properly for coprocessor registers.
15007 * config/mips/mips.md (movdi_internal, movdi_internal2,
15008 movsi_internal1, movsi_internal2): Add constraint-sets for
15009 coprocessor registers.
15010 * testsuite/gcc.c-torture/mipscop-1.c: New testcase.
15011 * testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
15013 * testsuite/gcc.c-torture/mipscop-2.c: New testcase.
15014 * testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
15016 * testsuite/gcc.c-torture/mipscop-3.c: New testcase.
15017 * testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
15019 * testsuite/gcc.c-torture/mipscop-4.c: New testcase.
15020 * testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
15023 * doc/tm.texi: Document feature.
15025 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
15027 * integrate.c (function_attribute_inlinable_p): Simplify.
15028 Check the table pointer is not NULL.
15030 2002-04-25 Steven Bosscher <S.Bosscher@student.tudelft.nl>
15032 * doc/c-tree.texi: Fix typo in introduction.
15034 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
15036 * c-common.h (c_common_parse_file): Update.
15037 * c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
15038 * c-lex.c (YYDEBUG): Get from c-lex.h.
15039 (c_common_parse_file): Update.
15040 * c-lex.h (YYDEBUG, yydebug): New.
15041 * c-parse.in (YYDEBUG): Get from c-lex.h.
15042 (c_set_yydebug): Remove.
15043 * c-tree.h (c_set_yydebug): Remove.
15044 * langhooks-def.h (lhd_do_nothing_i): New.
15045 (lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
15046 (LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
15047 * langhooks.c (lhd_do_nothing_i): New.
15048 (lhd_set_yydebug): Remove.
15049 * langhooks.h (struct lang_hooks): Update.
15050 * toplev.c (set_yydebug): New.
15051 (compile_file): Update call to parse_file hook.
15052 (decode_d_option): Update.
15054 * objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
15056 Wed Apr 24 23:45:37 2002 J"orn Rennecke <joern.rennecke@superh.com>
15058 * loop.c (load_mems): Don't change the interface of called functions.
15060 * calls.c (expand_call): Take current_function_pretend_args_size
15061 into account when setting argblock for sibcalls.
15063 2002-04-24 Matt Hiller <hiller@redhat.com>
15065 * cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
15068 * cpplex.c (skip_line_comment): Process comment one multibyte
15069 character at a time rather than one char at a time, if
15071 (parse_string): Process string one multibyte character at a time
15072 rather than one char at a time, if appropriate.
15073 * c-lex.c (lex_string): Lex and copy multibyte strings
15075 * cpplib.h (cppchar_t): Change to unsigned.
15077 2002-04-24 Richard Henderson <rth@redhat.com>
15080 * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
15083 Wed Apr 24 21:51:54 2002 J"orn Rennecke <joern.rennecke@superh.com>
15085 * sh.c (sh_va_arg): If argument was passed by reference,
15086 dereference the pointer.
15088 * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
15090 * sh.md (divsi3_i4_media): Use match_operand for input values
15091 rather than hard registers.
15092 (divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
15093 unnecessarily through hard registers. Keep copies of pseudo
15094 registers outside of the libcall sequence.
15096 * sh.md (casesi_shift_media): Add modes.
15098 * sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
15101 2002-04-24 Neil Booth <neil@daikokuya.demon.co.uk>
15103 * attribs.c (c_common_attribute_table): Move table and handlers
15105 (format_attribute_table, lang_attribute_table,
15106 lang_attribute_common): Remove.
15107 (init_attributes): Replace NULL pointers with pointers to the
15109 (handle_packed_attribute, handle_nocommon_attribute,
15110 handle_common_attribute, handle_noreturn_attribute,
15111 handle_noinline_attribute, handle_always_inline_attribute,
15112 handle_used_attribute, handle_unused_attribute,
15113 handle_const_attribute, handle_transparent_union_attribute,
15114 handle_constructor_attribute, handle_destructor_attribute,
15115 handle_mode_attribute, handle_section_attribute,
15116 handle_aligned_attribute, handle_weak_attribute,
15117 handle_alias_attribute, handle_visibility_attribute,
15118 handle_no_instrument_function_attribute, handle_malloc_attribute,
15119 handle_no_limit_stack_attribute, handle_pure_attribute,
15120 handle_deprecated_attribute, handle_vector_size_attribute,
15121 vector_size_helper): Move to c-common.c.
15122 * c-common.c (c_common_attribute_table,
15123 handle_packed_attribute, handle_nocommon_attribute,
15124 handle_common_attribute, handle_noreturn_attribute,
15125 handle_noinline_attribute, handle_always_inline_attribute,
15126 handle_used_attribute, handle_unused_attribute,
15127 handle_const_attribute, handle_transparent_union_attribute,
15128 handle_constructor_attribute, handle_destructor_attribute,
15129 handle_mode_attribute, handle_section_attribute,
15130 handle_aligned_attribute, handle_weak_attribute,
15131 handle_alias_attribute, handle_visibility_attribute,
15132 handle_no_instrument_function_attribute, handle_malloc_attribute,
15133 handle_no_limit_stack_attribute, handle_pure_attribute,
15134 handle_deprecated_attribute, handle_vector_size_attribute,
15135 vector_size_helper): Move from attribs.c.
15136 * c-common.h (c_common_attribute_table,
15137 c_common_format_attribute_table): New.
15138 * c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
15139 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
15140 * langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
15141 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
15142 (LANG_HOOKS_INITIALIZER): Update.
15143 * langhooks.h (struct lang_hooks): 3 new attribute hooks.
15144 * target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
15145 * target.h: Update comment.
15146 * tree.c (default_target_attribute_table): Remove.
15147 * tree.h (default_target_attribute_table, format_attribute_table,
15148 lang_attribute_table, lang_attribute_common): Remove.
15150 * objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
15151 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
15153 2002-04-24 Jason Merrill <jason@redhat.com>
15155 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
15156 * dwarf2out.c (dwarf_attr_name): Support it.
15157 (gen_array_type_die): Emit it.
15158 (lookup_type_die): No special handling for VECTOR_TYPE.
15159 (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
15161 2002-04-24 Richard Henderson <rth@redhat.com>
15163 * config/mips/mips.md (movdi_usd): Renumber.
15165 2002-04-24 David S. Miller <davem@redhat.com>
15168 * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
15169 32-bit Sparc and current_function_returns_struct is true.
15171 Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka <jh@suse.cz>
15173 * loop.c (canonicalize_condition): Use gen_int_mode.
15175 2002-04-24 Aldy Hernandez <aldyh@redhat.com>
15177 * config/rs6000/altivec.h: Cleanup file. Add non individual
15179 (vec_vaddubm): New.
15180 (vec_vadduhm): New.
15181 (vec_vadduwm): New.
15183 (vec_vaddcuw): New.
15184 (vec_vaddubs): New.
15185 (vec_vaddsbs): New.
15186 (vec_vadduhs): New.
15187 (vec_vadduws): New.
15188 (vec_vaddsws): New.
15198 (vec_vcmpbfp): New.
15199 (vec_vcmpequb): New.
15200 (vec_vcmpequh): New.
15201 (vec_vcmpequw): New.
15202 (vec_vcmpeqfp): New.
15203 (vec_vcmpgefp): New.
15204 (vec_vcmpgtub): New.
15205 (vec_vcmpgtsb): New.
15206 (vec_vcmpgtuh): New.
15207 (vec_vcmpgtsh): New.
15208 (vec_vcmpgtuw): New.
15209 (vec_vcmpgtsw): New.
15210 (vec_vcmpgtfp): New.
15211 (vec_vcmpgefp): New.
15216 (vec_vexptefp): New.
15221 (vec_lde): Add vector float variant.
15224 (vec_vlogefp): New.
15225 (vec_vmaddfp): New.
15226 (vec_vmhaddshs): New.
15248 (vec_vmladduhm): New.
15249 (vec_vmhraddshs): New.
15250 (vec_msumubm): New.
15251 (vec_vmsummbm): New.
15252 (vec_vmsumuhm): New.
15253 (vec_vmsumshm): New.
15254 (vec_vmsumuhs): New.
15255 (vec_vmsumshs): New.
15256 (vec_vmuleub): New.
15257 (vec_vmulesb): New.
15258 (vec_vmuleuh): New.
15259 (vec_vmulesh): New.
15260 (vec_vmuloub): New.
15262 (vec_vmulouh): New.
15263 (vec_vmulosh): New.
15264 (vec_vnmsubfp): New.
15267 (vec_vpkuhum): New.
15268 (vec_vpkuwum): New.
15270 (vec_vpkuhus): New.
15271 (vec_vpkshss): New.
15272 (vec_vpkuwus): New.
15273 (vec_vpkswss): New.
15274 (vec_vpkshus): New.
15275 (vec_vpkswus): New.
15282 (vec_vrsqrtefp): New.
15293 (vec_vspltisb): New.
15294 (vec_vspltish): New.
15295 (vec_vspltisw): New.
15309 (vec_vsububm): New.
15310 (vec_vsubuhm): New.
15311 (vec_vsubuwm): New.
15313 (vec_vsubcuw): New.
15314 (vec_vsububs): New.
15315 (vec_vsubsbs): New.
15316 (vec_vsubuhs): New.
15317 (vec_vsubshs): New.
15318 (vec_vsubuws): New.
15319 (vec_vsubsws): New.
15320 (vec_vsum4ubs): New.
15321 (vec_vsum4sbs): New.
15322 (vec_vsum4shs): New.
15323 (vec_vsum2sws): New.
15324 (vec_vsumsws): New.
15326 (vec_vupkhsb): New.
15327 (vec_vupkhpx): New.
15328 (vec_vupkhsh): New.
15329 (vec_vupklsb): New.
15330 (vec_vupklpx): New.
15331 (vec_vupklsh): New.
15334 2002-04-23 Eric Botcazou <ebotcazou@multimania.com>
15337 * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
15338 added literals from substracted literals.
15339 (associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
15340 (fold) [associate]: Preserve MINUS_EXPR if needed.
15342 2002-04-23 Zack Weinberg <zack@codesourcery.com>
15344 * doc/install.texi: Clarify which versions of alpha*-dec-osf*
15347 2002-04-23 Tom Tromey <tromey@redhat.com>
15349 * gcc.c: Added --resource. For PR java/6314.
15351 2002-04-23 David O'Brien <obrien@FreeBSD.org>
15353 * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
15354 * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
15357 2002-04-23 David O'Brien <obrien@FreeBSD.org>
15359 * config/freebsd.h(OBJECT_FORMAT_ELF): Define.
15361 Tue Apr 23 14:24:25 CEST 2002 Jan Hubicka <jh@suse.cz>
15363 * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
15365 (ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
15366 (ix86_expand_clrstr): Fix typo.
15367 * loop.c (gen_load_of_final_value): New.
15368 (loop_givs_rescan, strength_reduce, check_dbra_loop):
15371 2002-04-23 Roger Sayle <roger@eyesopen.com>
15373 * builtins.c (builtin_memset_gen_str): New function.
15374 (expand_builtin_memset): Optimize the case of constant length, but
15377 2002-04-23 Aldy Hernandez <aldyh@redhat.com>
15379 * config/rs6000/altivec.h (vec_step): Remove extraneous
15381 (vec_ctu): Cast return.
15383 2002-04-23 Alan Modra <amodra@bigpond.net.au>
15386 * function.h: (struct function): Add profile_label_no field.
15387 (current_function_profile_label_no): Define.
15388 * function.c: (profile_label_no): New static var.
15389 (expand_function_start): Increment it, and copy to
15390 current_function_profile_label_no.
15391 * output.h (profile_label_no): Delete.
15392 * final.c (profile_label_no): Delete.
15393 (profile_function): Use current_function_profile_label_no.
15394 (final_end_function): Don't increment profile_label_no here.
15395 * config/i386/i386.c (ix86_osf_output_function_prologue): Replace
15396 profile_label_no with current_function_profile_label_no.
15397 * config/pa/pa.c (current_function_number): Delete.
15398 (pa_output_function_prologue): Don't output profile label here.
15399 (hppa_profile_hook): Use label_no param rather than
15400 current_function_number.
15401 (FUNC_BEGIN_PROLOG_LABEL): Move to ..
15402 * config/pa/pa.h: .. here.
15403 (FUNCTION_PROFILER): Output profile label here.
15405 2002-04-22 Eric Christopher <echristo@redhat.com>
15407 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Revert
15408 patch of 2002-04-09 due to binutils issues.
15409 (FUNCTION_ARG_REGNO_P): Ensure even numbered float register.
15411 2002-04-22 Aldy Hernandez <aldyh@redhat.com>
15413 * config/rs6000/rs6000.md ("*movv4si_internal"): Change 'm'
15414 constraint to 'o' for m=r and r=m alternatives.
15415 ("*movv8hi_internal1"): Same.
15416 ("*movv16qi_internal1"): Same.
15417 ("*movv4sf_internal1"): Same.
15419 2002-04-22 Janis Johnson <janis187@us.ibm.com>
15421 * rtl.h (RTX_FLAG): New macro.
15422 * emit-rtl.c (copy_most_rtx): Use macros to access rtx flags.
15423 * final.c (alter_subreg): Use macro to access rtx flag.
15424 * integrate.c (copy_rtx_and_substitute): Use new access macro.
15425 * print-rtl.c (print_rtx): Use new access macro.
15427 * cse.c (insert): Check rtx code before accessing flag.
15429 * genattrtab.c (ATTR_IND_SIMPLIFIED_P, ATTR_CURR_SIMPLIFIED_P,
15430 ATTR_PERMANENT_P, ATTR_EQ_ATTR_P): New.
15431 (attr_hash_add_string, attr_rtx_1, attr_copy_rtx, check_attr_test,
15432 convert_const_symbol_ref, make_canonical, make_alternative_compare,
15433 evaluate_eq_attr, attr_rtx_cost, simplify_test_exp_in_temp,
15434 simplify_test_exp, optimize_attrs, simplify_by_exploding,
15435 find_and_mark_used_attributes, unmark_used_attributes,
15436 add_values_to_cover, simplify_with_current_value,
15437 simplify_with_current_value_aux, clear_struct_flag, walk_attr_value,
15438 copy_rtx_unchanging, main): Use new access macros.
15440 2002-04-22 Tom Rix <trix@redhat.com>
15442 * expmed.c (init_expmed): Generate shifted constant once.
15444 2002-04-22 Zack Weinberg <zack@codesourcery.com>
15446 * c-lex.c (lex_charconst): Call convert to get constant in
15447 proper type; don't just smash the type field.
15450 * config.gcc: Add list of obsolete configurations. Disallow
15451 building these without --enable-obsolete.
15452 * doc/install.texi: Document --enable-obsolete and obsoletion
15453 policy. Mention obsoletion of individual targets in
15454 appropriate places.
15456 2002-04-22 Richard Henderson <rth@redhat.com>
15458 * config/sparc/sol2-bi.h (ASM_DEBUG_SPEC): New.
15460 2002-04-22 Mark Mitchell <mark@codesourcery.com>
15463 * function.c (fixup_memory_subreg): Add promoted_mode parameter.
15464 (walk_fixup_memory_subreg): Likewise.
15465 (fixup_var_refs_insn): Adjust accordingly.
15466 (fixup_var_refs_1): Likewise.
15468 2002-04-22 Ulrich Weigand <uweigand@de.ibm.com>
15470 * config/s390/linux.h: (LIBPATH_SPEC, LIBPATH_ARCH31_SPEC,
15471 LIBPATH_ARCH64_SPEC): Define.
15472 (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64.
15473 (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
15474 (LINK_ARCH31_SPEC): Add libpath_arch31 to search path.
15475 (LINK_ARCH64_SPEC): Add libpath_arch64 to search path.
15477 2002-04-22 Joel Sherrill <joel@OARcorp.com>
15479 * gthr-rtems.h: Correct prototypes to remove warnings.
15481 2002-04-22 Richard Henderson <rth@redhat.com>
15484 * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).
15486 * gcse.c (free_insn_expr_list_list): New.
15487 (clear_modify_mem_tables): Use it. Fix bit set usage.
15488 (canon_list_insert): Use EXPR_LISTs for expressions.
15489 (record_last_mem_set_info): Factor BLOCK_NUM (insn).
15491 2002-04-22 Neil Booth <neil@daikokuya.demon.co.uk>
15493 * cppfiles.c (_cpp_pop_file_buffer): Return void. Move
15494 file change and include code to _cpp_pop_buffer.
15495 * cpphash.h (struct pending_option): Predeclare.
15496 (struct cpp_reader): New member next_include_file.
15497 (_cpp_pop_file_buffer): Update.
15498 (_cpp_push_next_buffer): Update, rename.
15499 * cppinit.c (cpp_destroy): Free include chain and pending here.
15500 (cpp_finish_options): Simplify.
15501 (_cpp_push_next_buffer): Rename and clean up.
15502 * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer.
15504 * cppmacro.c (cpp_scan_nooutput): Set return_at_eof here.
15506 2002-04-22 Aldy Hernandez <aldyh@redhat.com>
15508 * config/rs6000/altivec.h (vec_xor): Add variant for both args
15509 being vector signed int.
15511 (vec_xor): Add variant for both args being vector signed char.
15512 Remove redundant variant.
15515 2002-04-21 David S. Miller <davem@redhat.com>
15517 * config/sparc/sparc.md (set then compare DI mode peephole2): Fix
15518 compare mode in output RTL.
15520 2002-04-22 David Edelsohn <edelsohn@gnu.org>
15522 * config/rs6000/rs6000.c (rs6000_override_options): Correct
15523 style and formatting of previous patch.
15525 2002-04-22 Alan Modra <amodra@bigpond.net.au>
15527 * config/rs6000/rs6000.c (rs6000_override_options): Always clear
15528 flag_pic for ABI_AIX.
15530 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
15532 * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.
15533 * cppfiles.c (read_include_file): Similarly.
15534 * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,
15535 uxstrdup ustrchr, ufputs): Similarly.
15536 * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
15537 * cpplex.c (parse_slow, unescaped_terminator_p, save_comment,
15538 cpp_ideq, parse_identifier, parse_number): Similarly.
15539 * cpplib.c (struct directive, dequote_string, D, run_directive,
15540 cpp_push_buffer): Similarly.
15541 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
15542 _cpp_create_definition, check_trad_stringification,
15543 cpp_macro_definition): Similarly.
15545 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
15547 * cppmacro.c (funlike_invocation_p): Don't step back
15550 2002-04-21 David Edelsohn <edelsohn@gnu.org>
15552 * config/rs6000/rs6000.c (output_profile_hook): Do not increment
15555 2002-04-20 Joseph S. Myers <jsm28@cam.ac.uk>
15557 * doc/invoke.texi: Remove Chill references.
15558 * doc/gcc.texi: Update last modified date.
15560 2002-04-20 Kazu Hirata <kazu@hxi.com>
15562 * config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
15563 push and pop. Replace add.l with add.w.
15565 2002-04-20 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
15567 * config/h8300/lib1funcs.asm (___mulsi3): Use hardware
15568 multiply instructions for H8/300H case.
15570 2002-04-20 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
15572 * config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
15573 Bum three instructions from each routine.
15575 2002-04-20 Neil Booth <neil@daikokuya.demon.co.uk>
15577 * Makefile.in: Update.
15578 * decl.c (push_c_function_context, pop_c_function_context,
15579 mark_c_function_context): Rename for consistency.
15580 * c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
15581 * c-tree.h (push_c_function_context, pop_c_function_context,
15582 mark_c_function_context): Rename for consistency.
15583 * c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
15584 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
15585 * function.c (init_lang_status, save_lang_status,
15586 restore_lang_status, mark_lang_status, free_lang_status):
15587 Move to langhooks.h.
15588 (push_function_context_to, pop_function_context_from,
15589 free_after_parsing, prepare_function_start, ggc_mark_struct_function):
15591 * function.h (init_lang_status, save_lang_status,
15592 restore_lang_status, mark_lang_status, free_lang_status):
15593 Move to langhooks.h.
15594 * langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
15595 LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
15596 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
15597 LANG_HOOKS_FUNCTION_INITIALIZER): New.
15598 (LANG_HOOKS_INITIALIZER): Update.
15599 (lhd_do_nothing_f): New.
15600 * langhooks.h (struct lang_hooks_for_functions): New.
15601 (struct lang_hooks): New hooks.
15602 * langhooks.c (lhd_do_nothing_f): New.
15604 * objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
15605 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
15607 2002-04-19 David S. Miller <davem@redhat.com>
15609 * config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
15610 * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
15612 2002-04-19 Jakub Jelinek <jakub@redhat.com>
15614 PR optimization/3756
15615 * config/i386/i386.c (ix86_expand_int_movcc): Optimize
15616 x = ((int) y < 0) ? cst1 : cst2.
15618 2002-04-19 Jakub Jelinek <jakub@redhat.com>
15621 * function.c: Reapply patch for c/6358.
15622 (expand_function_end): Copy decl_rtl's mode, not
15623 current_function_return_rtx mode.
15625 2002-04-19 Joel Sherrill <joel@OARcorp.com>
15627 * config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
15630 2002-04-19 Tom Tromey <tromey@redhat.com>
15632 * doc/install.texi (Specific): Update status of Solaris 2.8.
15633 For PR libgcj/6158.
15635 2002-04-19 Andreas Schwab <schwab@suse.de>
15637 * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
15638 (PUT_REAL): Restore old definition.
15640 2002-04-19 Dan Nicolaescu <dann@godzilla.ics.uci.edu>
15641 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15643 * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that
15644 binutils 2.11.2 and higher generate smaller binaries than Sun's
15647 2002-04-19 Mark Mitchell <mark@codesourcery.com>
15650 * toplev.c (rest_of_compilation): Do not defer functions for which
15651 TREE_SYMBOL_REFERENCED has already been set.
15653 Fri Apr 19 15:53:03 CEST 2002 Jan Hubicka <jh@suse.cz>
15655 * i386.md (movsi_1, movhi_1): Force reload to use more flexible
15658 2002-04-19 Neil Booth <neil@daikokuya.demon.co.uk>
15660 * builtins.c: Include langhooks.h.
15661 (lang_type_promotes_to): Remove.
15662 (expand_builtin_va_arg): Use new hook.
15663 * c-common.c (c_common_nodes_and_builtins): Don't set hook.
15664 (simple_type_promotes_to): Move to c-typeck.c.
15665 * c-common.h (simple_type_promotes_to): Remove.
15666 * c-decl.c (duplicate_decls, grokdeclarator): Update.
15667 * c-format.c: Include langhooks.h.
15668 (check_format_types): Update.
15669 * c-tree.h (c_type_promotes_to): New.
15670 * c-typeck.c (c_type_promotes_to): Move from c-common.c.
15671 (type_lists_compatible_p): Update.
15672 * langhooks-def.h (lhd_type_promotes_to): New.
15673 (LANG_HOOKS_TYPE_PROMOTES_TO): New.
15674 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
15675 * langhooks.c (lhd_type_promotes_to): New.
15676 * langhooks.h (struct lang_hooks_for_types): New hook.
15677 * tree.h (lang_type_promotes_to): Remove.
15679 * objc-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
15681 2002-04-18 Richard Henderson <rth@redhat.com>
15683 * function.c: Revert patch for c/6358.
15685 2002-04-18 Richard Henderson <rth@redhat.com>
15687 * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN
15688 blocks. Handle multiple references to the TRAP block. Handle
15689 non-adjacent THEN and OTHER blocks.
15691 2002-04-18 Richard Henderson <rth@redhat.com>
15693 * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): Don't
15694 crash with no type for by-mode libcalls.
15696 * config/ia64/ia64.md (conditional_trap): Fix predicate polarity.
15698 2002-04-18 Bob Wilson <bob.wilson@acm.org>
15700 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
15701 __xtensa_nonlocal_goto): Use a syscall instructions to flush
15702 the register windows.
15704 2002-04-18 Zack Weinberg <zack@codesourcery.com>
15706 * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as
15707 appropriate. Document need for extended precision even when
15708 MAX_LONG_DOUBLE_TYPE_SIZE is smaller. Define REAL_WIDTH here,
15709 based on REAL_VALUE_TYPE_SIZE. Use REAL_WIDTH to size
15710 REAL_VALUE_TYPE. Define CONST_DOUBLE_FORMAT here. Use #error
15711 instead of relying on later syntax error when REAL_WIDTH > 5.
15712 * real.c: Define NE based only on whether or not we have a
15713 full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT).
15714 Require sizeof(REAL_VALUE_TYPE) == 2*NE. Unconditionally
15715 define GET_REAL and PUT_REAL as simple memcpy operations; no
15716 need to byteswap or round.
15717 Use #error instead of #ifdef-ing out the entire file, for
15718 prompt error detection.
15720 * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here.
15722 2002-04-18 David S. Miller <davem@redhat.com>
15724 * config/sparc/sparc.h (BRANCH_COST): Define.
15726 * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
15729 2002-04-18 Hans-Peter Nilsson <hp@bitrange.com>
15731 * flow.c (update_life_info): Ignore return value of cleanup_cfg.
15732 Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
15733 propagate_block calls after relaxation loop using new variable
15734 stabilized_prop_flags.
15736 2002-04-18 Richard Henderson <rth@redhat.com>
15738 * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New.
15739 (ia64_va_arg): Expect variable sized types by reference.
15740 * config/ia64/ia64-protos.h: Update.
15741 * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use
15742 ia64_function_arg_pass_by_reference.
15744 2002-04-18 Richard Henderson <rth@redhat.com>
15746 * ifcvt.c: Include except.h.
15747 (block_has_only_trap): Break out from find_cond_trap.
15748 (find_cond_trap): Use it. Always delete the trap block.
15749 (merge_if_block): Allow then block null. Be less simplistic about
15750 what insns can end a block.
15751 * Makefile.in (ifcvt.o): Depend on except.h.
15753 * config/ia64/ia64.md (trap, conditional_trap): New.
15755 2002-04-18 Jakub Jelinek <jakub@redhat.com>
15758 * function.c (assign_parms): Assign hard current_function_return_rtx
15760 (expand_function_end): ...not here.
15762 2002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
15764 * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
15765 * c-tree.h (c_incomplete_type_error): New.
15766 * c-typeck.c (require_complete_type, build_component_ref): Update.
15767 (incomplete_type_error): Rename.
15768 * langhooks-def.h (lhd_incomplete_type_error): New.
15769 (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New.
15770 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
15771 * langhooks.c (lhd_incomplete_type_error): New.
15772 * langhooks.h (struct lang_hooks_for_types): New hook.
15773 * tree.c (size_in_bytes): Use new hook.
15774 * tree.h (incomplete_type_error): Remove.
15776 * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
15778 2002-04-18 Zack Weinberg <zack@codesourcery.com>
15780 * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
15781 TARGET_FLOAT_FORMAT blocks.
15783 2002-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15785 * doc/install.texi (Downloading the source): Do not mention Chill
15786 any longer, but mention Ada.
15787 (Configuration): Do not mention Chill any longer.
15789 2002-04-18 Hans-Peter Nilsson <hp@axis.com>
15791 * config/cris/cris.h (TARGET_VERSION): Remove local version number.
15793 Thu Apr 18 17:14:08 CEST 2002 Jan Hubicka <jh@suse.cz>
15795 * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution
15798 2002-04-18 Jakub Jelinek <jakub@redhat.com>
15800 * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
15801 instead of unsigned_type.
15803 Thu Apr 18 15:49:12 CEST 2002 Jan Hubicka <jh@suse.cz>
15805 * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.
15806 * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped
15809 2002-04-18 Bernd Schmidt <bernds@redhat.com>
15811 * attribs.c (vector_type_node_list): New static variable.
15812 (handle_vector_size_attribute): Use it to avoid generating a
15813 new type node each time we are called.
15815 * combine.c (subst): Avoid trying to make a vector mode subreg of
15816 an integer constant.
15817 (gen_lowpart_for_combine): Likewise.
15819 2002-04-18 Roger Sayle <roger@eyesopen.com>
15820 Jakub Jelinek <jakub@redhat.com>
15822 * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)
15823 for integer constant c (if x has unsigned type or sign bit is not
15824 set in c). This folds the zero/sign extension into the bit-wise and
15827 2002-04-18 Jakub Jelinek <jakub@redhat.com>
15830 * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2,
15833 2002-04-17 NIIBE Yutaka <gniibe@m17n.org>
15835 * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
15837 2002-04-17 Nick Clifton <nickc@cambridge.redhat.com>
15839 * gcc.c (read_specs): Detect and fail if an attempt is made to
15840 rename a spec string to an already existing string.
15842 2002-04-17 Ulrich Weigand <uweigand@de.ibm.com>
15844 * config/s390/s390.c (legitimize_pic_address): Do not generate
15845 illegal address constant without CONST.
15847 2002-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15849 * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
15850 * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
15852 2002-04-17 Ulrich Weigand <uweigand@de.ibm.com>
15854 PR optimization/6305
15855 * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
15856 to make sure previous reloads are taken into account. Generate
15857 better code if one operand is an in-range immediate constant.
15859 2002-04-16 Andrew Haley <aph@cambridge.redhat.com>
15861 * doc/install.texi (Building): libgcj requires GNU make.
15863 2002-04-17 Jakub Jelinek <jakub@redhat.com>
15866 * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
15867 even if hard quad and register is not floating.
15868 (movtf reg<-mem split): Disallow splitting if hard quad and
15869 register is floating.
15870 (movtf mem<-reg split): Likewise.
15871 * config/sparc/sparc.c (fp_register_operand): New predicate.
15872 * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.
15874 2002-04-17 Zack Weinberg <zack@codesourcery.com>
15876 * Makefile.in (PROTO_OBJS): Add cppdefault.o.
15877 (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
15878 (unprotoize.o): Ditto. Build from protoize.c. Define
15879 UNPROTOIZE on command line.
15880 * protoize.c: Include cppdefault.h. Delete include_defaults.
15881 (in_system_include_dir): Use cpp_include_defaults (defined in
15883 * unprotoize.c: Delete file.
15885 2002-04-17 Aldy Hernandez <aldyh@redhat.com>
15887 * config/rs6000/altivec.h (vec_ld): Add array variants.
15891 2002-04-17 Alan Matsuoka <alanm@redhat.com>
15892 Aldy Hernandez <aldyh@redhat.com>
15894 * config/rs6000/altivec.h: Define __ALTIVEC__.
15899 (vec_vmaddfp): New.
15901 Add parentheses to all macro arguments.
15903 2002-04-16 Richard Henderson <rth@redhat.com>
15906 * except.c (remove_eh_handler): Insert inner regions at beginning
15907 of sibling chain. Refactor expressions.
15909 2002-04-16 Richard Henderson <rth@redhat.com>
15911 * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
15912 * config/sparc/sol2-gas-bi.h: New file.
15913 * config.gcc (sparc*-solaris): Add it as needed.
15914 * configure.in (AS_SPARC64_FLAG): Remove check.
15915 * config.in, configure: Regenerate.
15917 * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
15919 2002-04-16 Richard Henderson <rth@redhat.com>
15921 * config/mips/mips.c (override_options): Don't override N32 for
15925 * config/mips/mips.md (can_delay): Split out of existing define_delays.
15926 (HILO_delay): Set can_delay false.
15928 2002-04-16 Dale Johannesen <dalej@apple.com>
15930 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
15931 instruction addresses.
15932 (rs6000_output_function_epilogue): Likewise.
15934 2002-04-16 Paolo Carlini <pcarlini@unitus.it>
15936 * c-parse.in (poplevel, compstmt_start,
15937 compstmt_primary_start): Add ending ';', in accordance
15940 2002-04-16 Richard Henderson <rth@redhat.com>
15942 * config.gcc (sparcv9-solaris): Configure for 64-bit default.
15943 Adjust tm_file order to get TARGET_DEFAULT set properly.
15944 (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
15945 * doc/install.texi (sparc-solaris): Update.
15947 2002-04-16 Dale Johannesen <dalej@apple.com>
15949 * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
15950 comparison operands do not match each other or if modes of
15951 conditions do not match result.
15953 2002-04-16 Hartmut Penner <hpenner@de.ibm.com>
15956 * config/s390/s390.md (mulsidi3): Set both subregs of the
15957 multiword register.
15959 2002-04-16 Aldy Hernandez <aldyh@redhat.com>
15961 * config/rs6000/altivec.h (vec_addc): Type check.
15963 2002-04-16 Jakub Jelinek <jakub@redhat.com>
15966 * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
15968 * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
15970 2002-04-15 Richard Henderson <rth@redhat.com>
15972 * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
15973 call_really_used_regs too.
15975 2002-04-15 Richard Henderson <rth@redhat.com>
15977 * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
15979 2002-04-15 David S. Miller <davem@redhat.com>
15981 * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
15982 as being CLOBBERed.
15984 2002-04-16 Jakub Jelinek <jakub@redhat.com>
15987 * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
15988 CONST_VECTOR is { 0, ... 0 }.
15990 2002-04-15 Loren J. Rittle <ljrittle@acm.org>
15992 * doc/install.texi (Installing GCC: Configuration): Clarify
15993 the only supported ways to configure gcc.
15995 2002-04-15 Roland McGrath <roland@frob.com>
15997 * config.gcc (alpha*-*-gnu*): New target configuration.
15998 * config/alpha/gnu.h: New file for it.
15999 * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.
16001 2002-04-16 Mark Mitchell <mark@codesourcery.com>
16003 * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
16004 * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
16005 * tree.h (expand_start_stmt_expr): Update prototype.
16006 * stmt.c (expand_start_stmt_expr): Add has_scope parameter.
16007 * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
16008 on the STMT_EXPR created for the inline function.
16010 2002-04-15 Richard Henderson <rth@redhat.com>
16012 * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
16013 config/i386/linux-aout.h, config/i386/linux-oldld.h,
16014 config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
16015 config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
16016 config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
16017 config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
16018 config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
16019 Define __gnu_linux__, not gnu_linux.
16020 * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.
16022 2002-04-15 Mark Mitchell <mark@codesourcery.com>
16024 Remove Chill front end.
16025 * gcc.c (default_compilers): Remove Chill entries.
16026 * ch: Remove directory.
16027 * doc/frontends.texi: Remove information about Chill.
16028 * doc/sourcebuild.texi: Likewise.
16029 * doc/standards.texi: Likewise.
16031 2002-04-15 Douglas B Rupp <rupp@gnat.com>
16033 * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
16034 (LONGLONG_STANDALONE): Define.
16036 2002-04-15 David S. Miller <davem@redhat.com>
16038 * config/sparc/sparc.c (sparc_emit_float_lib_cmp):
16039 Call emit_library_call with LCT_NORMAL.
16040 (sparc_initialize_trampoline): Use LCT_foo instead of
16041 magic constant in emit_library_call invocations.
16042 (sparc64_initialize_trampoline): Likewise.
16043 (sparc_profile_hook): Likewise.
16044 * config/sparc/sparc.md: Likewise.
16046 * config/sparc/sparc.c (sparc_extra_constraint_check):
16047 Fix type of argument 'c'.
16048 * config/sparc/sparc-protos.h (sparc_extra_constraint_check):
16051 2002-04-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
16053 * diagnostic.h (output_buffer_state): Redefine.
16054 (output_format_decoder): New macro.
16055 (output_prefixing_rule): Likewise.
16056 (output_line_cutoff): Likewise.
16057 (diagnostic_format_decoder): Adjust.
16058 (diagnostic_prefixing_rule): Likewise.
16059 (diagnostic_line_cutoff): Likewise.
16060 (diagnostic_state): Likewise.
16061 (diagnostic_kind_count): Likewise.
16062 (diagnostic_buffer): Now a macro.
16064 * diagnostic.c (diagnostic_buffer): Remove definition.
16065 (output_is_line_wrapping): Adjust.
16066 (set_real_maximum_length): Likewise.
16067 (output_set_maximum_length): Likewise.
16068 (init_output_buffer): Likewise.
16069 (lhd_print_error_function): Likewise.
16070 (output_do_verbatim): Likewise.
16072 2002-04-14 Neil Booth <neil@daikokuya.demon.co.uk>
16074 * cpperror.c (print_location): Don't print include chain
16076 (cpp_begin_message): Update to use DL_ macros.
16077 (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
16078 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
16079 cpp_notice, cpp_notice_from_errno): Remove.
16080 (cpp_error, cpp_error_with_line): Update to take a diagnostic
16083 * cppexp.c (CPP_ICE): Remove.
16084 (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
16085 lex, integer_overflow, _cpp_parse_expr): Update.
16086 * cppfiles.c (read_include_file, find_include_file,
16087 handle_missing_header, _cpp_read_file, remap_filename): Update.
16088 * cpphash.h (enum error_type): Remove.
16089 (_cpp_begin_message): Update.
16090 * cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
16091 cpp_handle_option, cpp_post_options): Update.
16092 * cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
16093 skip_whitespace, parse_identifier, parse_slow, parse_string,
16094 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
16095 cpp_interpret_charconst): Update.
16096 * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
16097 lex_macro_node, do_undef, glue_header_name, parse_include,
16098 do_include_common, read_flag, do_line, do_linemarker, do_ident,
16099 cpp_register_pragma, do_pragma_once, do_pragma_system_header,
16100 do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
16101 do_elif, do_endif, parse_answer, parse_assertion, do_assert,
16102 _cpp_pop_buffer, do_diagnostic): Update.
16103 * cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
16104 DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
16105 (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
16106 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
16107 cpp_notice, cpp_notice_from_errno): Remove.
16108 (cpp_error, cpp_error_with_line): Update to take a diagnostic
16111 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
16112 collect_args, enter_macro_context, save_parameter, parse_params,
16113 _cpp_create_definition, check_trad_stringification,
16114 cpp_macro_definition): Update.
16115 * cppmain.c (cpp_preprocess_file): Update.
16116 * fix-header.c (read_scan_file): Update.
16118 2002-04-14 Andreas Schwab <schwab@suse.de>
16120 * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
16122 2002-04-14 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
16124 * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
16126 2002-04-13 Mark Mitchell <mark@codesourcery.com>
16128 * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
16131 2002-04-13 Hans-Peter Nilsson <hp@axis.com>
16133 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
16135 2002-04-13 Joel Sherrill <joel@OARcorp.com>
16137 * config/sparc/t-elf: Enable v8 multilibs. Impacts
16138 sparc-elf and sparc-rtems targets.
16140 2002-04-13 Mark Mitchell <mark@codesourcery.com>
16142 * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
16143 defined, and __gnu_hurd__ wherever __GNU__ is defined.
16144 * arm/linux-elf.h: Likewise.
16145 * cris/aout.h: Likewise.
16146 * cris/linux.h: Likewise.
16147 * i370/linux.h: Likewise.
16148 * i386/gnu.h: Likewise.
16149 * i386/linux-aout.h: Likewise.
16150 * i386/linux-oldld.h: Likewise.
16151 * i386/linux.h: Likewise.
16152 * i386/linux64.h: Likewise.
16153 * ia64/linux.h: Likewise.
16154 * m68k/linux-aout.h: Likewise.
16155 * m68k/linux.h: Likewise.
16156 * mips/linux.h: Likewise.
16157 * pa/pa-linux.h: Likewise.
16158 * pj/linux.h: Likewise.
16159 * rs6000/sysv4.h: Likewise.
16160 * s390/linux.h: Likewise.
16161 * sh/linux.h: Likewise.
16162 * sparc/linux-aout.h: Likewise.
16163 * sparc/linux.h: Likewise.
16164 * sparc/linux64.h: Likewise.
16165 * xtensa/linux.h: Likewise.
16167 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
16169 * stmt.c (check_unique_operand_names): Expect operand names to
16170 be strings rather than identifiers. Use simple_cst_equal to
16172 (resolve_operand_name_1): Make same identifier to string change here.
16173 * c-parse.in (asm_operand): Convert a named operand into a string.
16174 * cp/parse.y (asm_operand): Likewise.
16176 2002-04-13 Andreas Schwab <schwab@suse.de>
16178 * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
16180 2002-04-12 Mark Mitchell <mark@codesourcery.com>
16182 Revert these changes:
16184 2002-04-06 Mark Mitchell <mark@codesourcery.com>
16187 * stor-layout.c (layout_decl): Reset the RTL for the decl.
16189 2002-04-12 Richard Henderson <rth@redhat.com>
16191 * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
16192 (sparc*-*-solaris): Clean up header files.
16193 * configure.in (AS_SPARC64_FLAG): Error out if can't find it
16194 and plan on generating 64-bit code.
16195 * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
16196 * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
16197 * config/sparc/sol2-sld-64.h: Rename ...
16198 * config/sparc/sol2-bi.h: ... here. Remove the bits that checked
16199 for AS_SPARC64_FLAG not defined.
16200 * config/sparc/sol2-gld-bi.h: New.
16201 * config/sparc/sol2-sld.h: Remove.
16202 * config/sparc/sol26-sld.h: New.
16203 * config/sparc/sol2.h: Tidy comments.
16204 * doc/install.texi: Document sparc-solaris configury changes.
16206 2002-04-12 Richard Henderson <rth@redhat.com>
16208 * recog.c (offsettable_address_p): Match the logic in adjust_address.
16210 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
16211 in 64-bit mode only. Use only for 32-bit or MEDLOW.
16213 2002-04-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16215 * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
16217 Fri Apr 12 15:42:59 2002 Jeffrey A Law (law@redhat.com)
16219 * pa.c (pa_can_combine_p): Call extract_insn before calling
16220 constrain_operands.
16222 2002-04-12 Douglas B Rupp <rupp@gnat.com>
16224 * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
16225 (TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
16226 (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
16227 (CPP_PREDEFINES): Handle __declspec.
16228 * config/i386/t-interix (USER_H): Remove.
16230 2002-04-12 DJ Delorie <dj@redhat.com>
16232 * integrate.c (compare_blocks): Make comparisons safe for when
16233 sizeof(int) < sizeof(char *).
16234 (find_block): Likewise.
16236 2002-04-12 Jan Hubicka <jh@suse.cz>
16237 David Edelsohn <edelsohn@gnu.org>
16239 * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
16241 (symbol_ref_operand): New.
16242 * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
16243 * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.
16245 2002-04-12 Andreas Schwab <schwab@suse.de>
16247 * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
16248 * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
16249 overrides the definition in config/svr4.h.
16251 2002-04-12 Eric Norum <eric.norum@usask.ca>
16253 * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
16254 config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
16255 config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
16256 config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
16257 config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
16258 config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
16259 config/v850/rtems.h (*-rtems*): Cleanup pass to move common
16260 definitions to config/rtems.h and make the targets more similar.
16262 Fri Apr 12 08:06:54 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16264 * expr.c (expand_assigment): Remove duplicate conversions #ifdef
16265 POINTERS_EXTEND_UNSIGNED.
16266 (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
16267 (store_expr): Use TYPE_MODE (sizetype), not ptr_mode.
16269 * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
16272 Fri Apr 12 12:11:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
16274 * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
16275 depends on TARGET_SHMEDIA, not TARGET_SH5.
16277 2002-04-12 Hans-Peter Nilsson <hp@bitrange.com>
16279 * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
16280 For paradoxical (subreg VAR), replace VAR, don't try the subreg.
16282 Fri Apr 12 10:51:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
16284 * sh.c (broken_move): Constant 0. / 1. load is OK if there is
16287 2002-04-12 Andreas Schwab <schwab@suse.de>
16289 * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
16291 2002-04-12 Richard Henderson <rth@redhat.com>
16294 * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
16296 * flow.c (mark_used_reg): Manage reg_cond_dead properly for
16297 modes spanning multiple hard regs.
16299 * recog.c (peephole2_optimize): Rebuild jump labels as needed.
16301 2002-04-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
16303 * pa.c (pa_output_function_prologue): Don't accumulate the total
16304 number of code bytes when using TARGET_64BIT, or gas, SOM and not
16305 the portable runtime.
16306 (output_deferred_plabels): Handle 64bit plabels.
16307 (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
16308 generating pic code using the GAS assembler for object formats that
16309 are not SOM (ie., ELF32 and ELF64).
16310 (output_millicode_call): Check attribute type if attribute length is 28.
16311 Likewise use $PIC_pcrel$0. Only call get_attr_length and
16312 dbr_sequence_length once.
16313 (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
16314 dbr_sequence_length once.
16315 * pa.h (TARGET_SOM): Define if not defined.
16316 * pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
16317 with GAS and not SOM.
16318 (jump, call_internal_reg, call_value_internal_reg): Likewise.
16319 * som.h (OBJ_SOM): Rename to TARGET_SOM. Undefine before defining.
16321 2002-04-11 David O'Brien <obrien@FreeBSD.org>
16323 * config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
16324 (DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
16325 (USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
16326 DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
16327 elfos.h and dbxelf.h values are fine now.
16328 * config/i386/freebsd.h, config/alpha/freebsd.h
16329 (DEFAULT_PCC_STRUCT_RETURN): Define to 0.
16331 2002-04-11 David O'Brien <obrien@FreeBSD.org>
16333 * config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
16334 or set Acpu or Amachine. Reformat.
16335 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
16337 (LINK_SPEC): Do not need to undef.
16338 * config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
16339 * config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
16340 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
16342 * config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
16343 (ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
16344 (LINK_SPEC): Do not need to undef.
16345 (DONT_USE_BUILTIN_SETJMP): Do not define.
16346 * config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
16347 (CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine. Remove -Dia64.
16348 (DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
16349 Remove trailing spaces.
16350 * config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
16351 __ELF__, or set Acpu or Amachine. Reformat.
16352 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
16355 2002-04-11 David O'Brien <obrien@FreeBSD.org>
16357 * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
16358 all other *-*-freebsd* targets.
16360 2002-04-11 Richard Henderson <rth@redhat.com>
16362 * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
16364 2002-04-11 David O'Brien <obrien@FreeBSD.org>
16366 * config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
16367 Include {cpu}/{cpu}.h thru tm_file.
16368 (alpha*-*-linux*ecoff): Remove target.
16369 * config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
16370 (LINK_SPEC): Remove, is not OS independent.
16371 * config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
16372 (LINK_SPEC): Do not need to #undef any longer.
16373 * config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
16375 * config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
16377 (LINK_SPEC): Moved here from alpha/elf.h.
16378 * config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
16379 SUB_CPP_PREDEFINES.
16380 * config/alpha/linux-ecoff.h: Remove.
16381 * config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
16382 (CPP_SPEC): Define _POSIX_SOURCE as needed.
16383 (CPP_SUBTARGET_SPEC): Do not define.
16384 (LINK_SPEC): Do not need to #undef any longer.
16385 * config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
16386 * config/alpha/vms.h: Likewise.
16388 2002-04-11 Richard Sandiford <rsandifo@redhat.com>
16390 * doc/extend.texi: Remove old claim that typedefs cannot have
16391 an alignment attribute.
16393 2002-04-11 Jakub Jelinek <jakub@redhat.com>
16395 PR optimization/6177
16396 * expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
16397 bitpos is 0 and bitsize CONCAT size.
16399 2002-04-11 Jakub Jelinek <jakub@redhat.com>
16402 * combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.
16404 2002-04-10 David O'Brien <obrien@FreeBSD.org>
16406 * config/alpha/freebsd.h: Minor reformatting.
16407 (CPP_SPEC): Define ELF and add cpp_subtarget.
16408 (ASM_SPEC): No longer needed.
16410 2002-04-11 Richard Henderson <rth@redhat.com>
16412 * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
16413 (movdi_insn_sp32_v9): Likewise. Only allow stx with aligned memory.
16414 (dimode mem/zero splitter): New.
16416 2002-04-11 Hans-Peter Nilsson <hp@axis.com>
16418 * config/cris/cris.c (cris_override_options): Tweak error message
16419 for PIC not implemented.
16421 * config/cris/cris.h: Tweak comments related to parameter-passing.
16423 * t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.
16425 2002-04-10 Richard Henderson <rth@redhat.com>
16427 * except.c (add_ehl_entry): Allow duplicates after landing pad
16430 2002-04-10 David Edelsohn <edelsohn@gnu.org>
16432 * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
16434 2002-04-10 Toon Moene <toon@moene.indiv.nluug.nl>
16436 * c-decl.c (c_init_decl_processing): Move generation of
16437 decls for g77_integer_type_node and friends from here ...
16438 * c-common.c (c_common_nodes_and_builtins): ... to here.
16440 2002-04-10 Ulrich Weigand <uweigand@de.ibm.com>
16442 * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
16443 is only used as frame pointer when frame_pointer_needed is true.
16445 2002-04-10 Richard Earnshaw <rearnsha@arm.com>
16448 * arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
16449 for the fact that the pool entry uses two words.
16450 (movdf_hard_insn): Similarly. Also, ADR instruction can span
16452 (movdf_soft_insn): Similarly.
16453 (movxf_hard_insn): Adjust neg_pool_range attribute to allow
16454 for the fact that the pool entry uses three words.
16456 2002-04-10 Richard Sandiford <rsandifo@redhat.com>
16458 * config/mips/mips.c (mips_va_arg): When using the struct version
16459 of the EABI va_list, allow arguments in the register save area to
16460 take up less room than a stack argument.
16462 2002-04-10 Richard Henderson <rth@redhat.com>
16464 * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
16465 if EXPAND_INITIALIZER.
16467 2002-04-09 Richard Henderson <rth@redhat.com>
16469 * config/alpha/alpha.md (movdi_er_maybe_g): New.
16470 * config/alpha/alpha.c (alpha_expand_mov): Use it.
16472 2002-04-10 Alan Modra <amodra@bigpond.net.au>
16474 PR optimization/6233
16475 * rtlanal.c (pure_call_p): New function.
16476 * rtl.h (pure_call_p): Declare.
16477 * loop.c (prescan_loop): Use it to set has_nonconst_call.
16478 * gcse.c (store_killed_in_insn): Use pure_call_p here too.
16480 2002-04-09 Eric Christopher <echristo@redhat.com>
16482 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
16483 information to .comm directive.
16485 2002-04-09 Richard Henderson <rth@redhat.com>
16488 * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
16490 2002-04-09 Richard Henderson <rth@redhat.com>
16492 * basic-block.h (flow_delete_block_noexpunge): Declare.
16493 (expunge_block_nocompact): Declare.
16494 * cfg.c (expunge_block_nocompact): Split out from ...
16495 (expunge_block): ... here.
16496 * cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
16497 (flow_delete_block_noexpunge): Split out from ...
16498 (flow_delete_block): ... here.
16499 * cfgcleanup.c (delete_unreachable_blocks): Compact while
16500 removing dead blocks.
16501 * except.c (exception_handler_labels): Remove.
16502 (exception_handler_label_map): New.
16503 (struct eh_region): Add aka member.
16504 (mark_ehl_map_entry, mark_ehl_map, free_region): New.
16505 (ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
16506 (for_each_eh_label, for_each_eh_label_1): New.
16507 (init_eh): Register exception_handler_label_map.
16508 (free_eh_status): Use free_region.
16509 (find_exception_handler_labels): Use the map, not the list.
16510 (remove_exception_handler_label): Likewise.
16511 (maybe_remove_eh_handler): Likewise.
16512 (remove_eh_handler): Use the region aka bitmap.
16513 * except.h (exception_handler_labels): Remove.
16514 (for_each_eh_label): Declare.
16515 * jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
16516 * loop.c (invalidate_loops_containing_label): New.
16517 (find_and_verify_loops): Use it. Use for_each_eh_label.
16518 * sched-rgn.c (is_cfg_nonregular): Use
16519 current_function_has_exception_handlers.
16521 2002-04-09 Richard Henderson <rth@redhat.com>
16523 * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
16524 sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
16525 Do not return changed status.
16526 (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
16527 sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
16528 New functions that do return changed status.
16529 * sbitmap.h: Update decls.
16530 * gcse.c, lcm.c: Use _cg functions as needed.
16532 Tue Apr 9 19:15:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
16534 * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
16535 (sh64-*-elf*, sh-*-rtemself*): Likewise.
16536 * config/sh/embed_bb.c: New file.
16537 * config/sh/embed-elf.h: New file.
16538 * sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
16539 if -m[12345]* option is given. Don't use subtarget_cpp_ptr_spec.
16540 (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
16542 (SUBTARGET_CPP_PTR_SPEC): Don't define.
16543 (EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
16544 Add subtarget_asm_endian_spec.
16545 (ASM_SPEC): Use subtarget_asm_endian_spec.
16546 (SUBTARGET_ASM_ENDIAN_SPEC): Define.
16547 (RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
16548 (WCHAR_UNSIGNED): Define.
16549 (SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
16550 (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
16551 (ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
16553 * sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
16554 (sh_adjust_cost): Likewise.
16555 sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
16557 (SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
16558 (WCHAR_TYPE_SIZE): Likewise.
16559 (ASM_SPEC): Use subtarget_asm_endian_spec.
16560 (SH_ELF_WCHAR_TYPE): #undef/ #define.
16561 (MAX_WCHAR_TYPE_SIZE): Don't #undef.
16562 * config/sh/elf.h (WCHAR_UNSIGNED): #undef .
16563 (MAX_WCHAR_TYPE_SIZE): Don't #define .
16564 (WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
16565 (USER_LABEL_PREFIX): Don't #undef /#define .
16566 (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
16567 * config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
16568 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
16569 (ASM_SPEC): Likewise.
16570 (SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
16571 (CC1_SPEC): don't supply -m3 for -m4*, -m5*.
16572 * t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
16573 (LIB2FUNCS_EXTRA): Define.
16574 * t-sh64 (LIB2FUNCS_EXTRA): Define.
16575 * config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
16576 (LIB1ASMFUNCS_CACHE): Define.
16577 (LIB2FUNCS_EXTRA): Redefine empty.
16579 2002-04-08 Richard Henderson <rth@redhat.com>
16581 * reorg.c (get_branch_condition): Use reversed_comparison_code.
16583 2002-04-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16585 * config/m68hc11/larith.asm (__map_data_section): Fix condition
16586 and optimize for size.
16587 (__do_global_ctors): Fix pointer comparison.
16588 (__do_global_dtors): Likewise.
16590 2002-04-09 David S. Miller <davem@redhat.com>
16592 * config/sparc/sparc.c (sparc_extra_constraint_check): New
16593 function, implementing EXTRA_CONSTRAINTS. For memory constraints,
16594 allow reloading pseudos.
16595 * config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
16596 * config/sparc/sparc-protos.h: Declare it.
16598 * config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
16599 unsigned comparison warning.
16600 (output_restore_regs): Mark leaf_function as unused.
16602 Tue Apr 9 09:35:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16604 * expr.c (is_aligning_offset): New function.
16605 (expand_expr, case COMPONENT_EXPR): Call it.
16607 2002-04-08 David S. Miller <davem@redhat.com>
16610 * config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
16612 Make init_priority work on Sparc when using GNU ld.
16613 * config/sparc/linux.h, config/sparc/linux64.h,
16614 config/sparc/netbsd-elf.h, config/sparc/freebsd.h
16615 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
16616 * config/sparc/sol2-gld.h: New file to do the same.
16617 * config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
16618 sparc/sol2-gld.h to tm_file.
16620 PR optimization/4328
16621 * config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
16622 * doc/md.texi: Document it.
16623 * config/sparc/sparc.md (movdi_insn_sp64_novis,
16624 movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
16625 movdf_insn_v9only_vis, movdf_insn_sp64_novis,
16626 movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
16627 * config/sparc/sparc.c (mem_min_alignment): Fix comment.
16629 2002-04-08 Andreas Jaeger <aj@suse.de>
16631 * stmt.c (expand_asm_operands): Revert last patch from Richard
16634 2002-04-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16636 * doc/contrib.texi (Contributors): Add John David Anglin and Loren
16637 J. Rittle (the latter also to Testers). Update David O'Brien's entry.
16639 2002-04-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16641 * doc/contrib.texi (Contributors): Add David O'Brien.
16643 2002-04-08 Alan Modra <amodra@bigpond.net.au>
16645 * configure.in (auto-build.h): Use target_alias and build_alias
16646 when running configure.
16647 (gcc_cv_as, gcc_cv_ld): Search install paths when build != host too.
16648 (gcc_cv_nm, gcc_cv_objdump): Set for build != host too.
16649 * configure: Regenerate.
16651 2002-04-07 David S. Miller <davem@redhat.com>
16653 * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
16655 2002-04-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
16658 * pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
16659 generating 32-bit pic code.
16661 2002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
16663 * cppinit.c (cpp_create_reader): Initialize
16664 discard_comments_in_macro_exp.
16665 (COMMAND_LINE_OPTIONS): Add "-CC" option.
16666 (cpp_handle_option): Handle "-CC" option.
16667 * cpplex.c (save_comment): If saving a C++ comment in
16668 a directive, convert it to a C comment.
16669 (_cpp_lex_direct): Pass second comment start character to
16670 save_comment to indicate comment type.
16671 * cpplib.c (_cpp_handle_directive): If processing
16672 a "#define" directive and discard_comments_in_macro_exp
16673 is false, re-enable saving of comments.
16674 (lex_macro_node): If discard_comments_in_macro_exp is false,
16675 discard any comments before the macro identifier.
16676 * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
16678 * cppmacro.c (cpp_get_token): If expanding a macro while
16679 processing a directive, discard any comments we might encounter.
16680 (parse_params): If discard_comments_in_macro_exp is false,
16681 ignore comments in the macro parameter list.
16682 * gcc.c (cpp_unique_options): Add "-CC" option.
16683 (option_map): Map "--comments-in-macros" to "-CC".
16684 * doc/cppopts.texi: Document "-CC" option.
16685 * f/lang-specs.h: Add "-CC" option.
16686 * testsuite/gcc.dg/cpp/maccom1.c: New test.
16687 * testsuite/gcc.dg/cpp/maccom2.c: New test.
16688 * testsuite/gcc.dg/cpp/maccom3.c: New test.
16689 * testsuite/gcc.dg/cpp/maccom4.c: New test.
16690 * testsuite/gcc.dg/cpp/maccom5.c: New test.
16691 * testsuite/gcc.dg/cpp/maccom6.c: New test.
16693 2002-04-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
16696 * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
16698 2002-04-06 Mark Mitchell <mark@codesourcery.com>
16701 * stor-layout.c (layout_decl): Reset the RTL for the decl.
16704 * sibcall.c (optimize_sibling_and_tail_recursive_call): Clear
16705 RTX_UNCHANGING_P for the functions arguments when a tail call
16708 2002-04-06 Jason Merrill <jason@redhat.com>
16710 * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
16711 (parse_options_and_default_flags): Set them appropriately.
16712 * c-common.c (c_common_post_options): Don't set flag_really_no_inline.
16714 2002-04-06 Hans-Peter Nilsson <hp@bitrange.com>
16716 * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc
16719 * config/mmix/mmix.h (INITIAL_ELIMINATION_OFFSET): Remove spurious
16722 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Variable-size
16723 types come in by-reference. Fix typo in comment.
16725 2002-04-05 David S. Miller <davem@redhat.com>
16727 * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.
16728 * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos,
16729 sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*,
16730 {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file.
16732 2002-04-05 David S. Miller <davem@redhat.com>
16734 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): If we
16735 are not going to emit return instructions, emit at least a nop
16736 for the sake of sane backtraces.
16738 2002-04-05 Richard Henderson <rth@redhat.com>
16740 * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
16742 2002-04-05 Jakub Jeilnek <jakub@redhat.com>
16744 * mklibgcc.in: Use $tmpmapfile, not tmp-$@.
16746 2002-04-05 Alexandre Oliva <aoliva@redhat.com>
16748 * config/mips/mips.h (ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE,
16749 ISA_HAS_FP4, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
16750 ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Disable if TARGET_MIPS16.
16752 2002-04-05 Andreas Schwab <schwab@suse.de>
16754 * c-convert.c: Include c-common.h.
16755 * Makefile.in (c-convert.o): Updated.
16757 2002-04-05 Jakub Jelinek <jakub@redhat.com>
16759 * mklibgcc.in: Use separate libgcc.map for each multilib.
16760 * Makefile.in (distclean): Don't remove libgcc.map here.
16762 2002-04-05 Jakub Jelinek <jakub@redhat.com>
16764 * Makefile.in (s-mlib): Handle --disable-multilib by separate
16765 genmultilib invocation.
16767 2002-04-04 Richard Sandiford <rsandifo@redhat.com>
16769 * config/mips/mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs
16770 to avoid clash with Irix header file sys/ucontext.h. Rename gp_regs
16771 to num_gprs for symmetry.
16772 * config/mips/mips.c: Adjust accordingly.
16774 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
16776 * c-common.c (truthvalue_conversion): Rename, update.
16777 * c-common.h (c_common_truthvalue_conversion): New.
16778 * c-convert.c (convert): Update.
16779 * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
16780 * c-parse.in (expr_no_commas, if_prefix, select_or_iter_stmt): Update.
16781 * c-typeck.c (build_binary_op, build_unary_op,
16782 build_conditional_expr): Update.
16783 * fold-const.c (constant_boolean_node, fold): Use langhook.
16784 * langhooks-def.h (LANGHOOK_INITIALIZER): Update.
16785 * langhooks.h (struct lang_hooks): New hook.
16786 * stmt.c (expand_decl_cleanup): Use langhook.
16787 * tree.h (truthvalue_conversion): Remove.
16789 * objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
16791 2002-04-05 Alan Modra <amodra@bigpond.net.au>
16793 * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
16794 Add rules to make null object file.
16796 2002-04-04 Jim Blandy <jimb@redhat.com>
16798 * cppmacro.c (cpp_macro_definition): Do not emit spaces after
16799 macro formal parameter names.
16801 2002-04-04 David S. Miller <davem@redhat.com>
16803 * calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.
16805 2002-04-04 Richard Henderson <rth@redhat.com>
16808 * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
16809 Support copies into and out of memory. Don't accept allows_reg
16810 and allows_mem as gospel.
16812 2002-04-04 Richard Henderson <rth@redhat.com>
16815 * alias.c (true_dependence): Force (mem:blk (scratch)) to conflict.
16816 (write_dependence_p): Likewise.
16818 2002-04-04 Richard Henderson <rth@redhat.com>
16820 * predict.c (estimate_bb_frequencies): Do frequency calculation
16821 with a volatile temporary.
16823 2002-04-04 Ulrich Weigand <uweigand@de.ibm.com>
16825 * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
16827 2002-04-04 Jakub Jelinek <jakub@redhat.com>
16830 * final.c (final_start_function): Don't bump profile_label_no here...
16831 (final_end_function): ...but here.
16833 2002-04-04 Jakub Jelinek <jakub@redhat.com>
16835 * config/sparc/sparc.md (pic): New attribute.
16836 (do_builtin_setjmp_setup): Save %fp, %i7 and %l7 for TARGET_V9
16838 (split after do_builtin_setjmp_setup): New.
16840 2002-04-04 Jakub Jelinek <jakub@redhat.com>
16843 * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
16846 2002-04-04 Jakub Jelinek <jakub@redhat.com>
16848 * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
16849 UNITS_PER_WORD for zero sized aggregates.
16851 2002-04-03 David S. Miller <davem@redhat.com>
16853 * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new
16854 one-character spec for this, just use %(link_gcc_c_sequence).
16856 2002-04-03 David S. Miller <davem@redhat.com>
16858 * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
16861 2002-04-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
16863 * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
16864 (DWARF_FRAME_RETURN_COLUMN): Move.
16865 (ASM_PREFERRED_EH_DATA_FORMAT): Define.
16866 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Define.
16867 * pa.c (except.h, predict.h): Include.
16869 (store_reg_modify, set_reg_plus_d): Revise prototypes.
16870 (output_ascii): Add cast.
16871 (store_reg_modify): Revise to add frame notes.
16872 (set_reg_plus_d): Likewise.
16873 (compute_frame_size): Include space for eh data registers in frame if
16874 the current function calls eh_return.
16875 (hppa_expand_prologue): Ensure register %r2 is saved if the current
16876 function calls eh_return. Save eh data registers if the current
16877 function calls eh_return. Fix code to add frame notes. Emit
16878 blockage to prevent insns with frame notes being scheduled in the
16879 delay slot of calls.
16880 (hppa_expand_epilogue): Restore eh data registers and do final stack
16881 adjustment if the current function calls eh_return. Don't add frame
16883 (output_call): Revise for change in length of call insn. Don't do
16884 return pointer adjustment for an unconditional jump in the delay slot
16885 of a call when using frame notes.
16886 * pa.h (EH_RETURN_DATA_REGNO): Revise for TARGET_64BIT compatibility.
16887 (EH_RETURN_HANDLER_RTX): Use saved value on stack.
16888 (ARG_POINTER_CFA_OFFSET): Define.
16889 * pa.md (return_external_pic): New pattern.
16890 (prologue): Correct formatting. Use return_external_pic if current
16891 function calls eh_return.
16892 (call_internal_symref, call_value_internal_symref,
16893 sibcall_internal_symref, sibcall_value_internal_symref): Change default
16894 lengths of short, long non-pic, and long pic calls to 8, 68, and 84,
16896 (exception_receiver): Use hppa_pic_save_rtx () to restore pic register.
16898 * configure.in ("assembler dwarf2 debug_line support"): Add hppa*-*-* to
16899 list of targets to check using "nop" insn.
16900 * configure: Rebuilt.
16902 2002-04-04 Alan Modra <amodra@bigpond.net.au>
16904 * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.
16906 2002-04-03 David S. Miller <davem@redhat.com>
16908 * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
16909 library sequence passed to the linker.
16910 (LINK_COMMAND_SPEC): Use it.
16911 * doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
16912 a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
16913 * config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
16915 2002-04-03 Jason Merrill <jason@redhat.com>
16917 * except.c (struct eh_status): Remove protect_list.
16918 (begin_protect_partials, end_protect_partials): Remove.
16919 (add_partial_entry): Remove.
16920 * except.h: Remove prototypes.
16922 * expr.c (expand_expr) [WITH_CLEANUP_EXPR, TARGET_EXPR]: Use
16923 expand_decl_cleanup_eh.
16926 * tree.h (CLEANUP_EH_ONLY): New macro.
16927 * stmt.c (expand_decl_cleanup_eh): New fn.
16928 (expand_cleanups): Check CLEANUP_EH_ONLY.
16929 * c-semantics.c (genrtl_decl_cleanup): Just take the CLEANUP_STMT.
16930 Use expand_decl_cleanup_eh.
16931 (expand_stmt): Adjust.
16932 * c-common.h: Adjust prototype.
16934 2002-04-04 Hans-Peter Nilsson <hp@axis.com>
16936 * config/cris/cris.c (cris_target_asm_function_prologue): Cast
16937 uses of PIC_OFFSET_TABLE_REGNUM to int to silence warnings.
16938 (cris_target_asm_function_epilogue): Ditto.
16939 (cris_initial_frame_pointer_offset): Ditto.
16940 (cris_simple_epilogue): Ditto.
16941 (cris_expand_builtin_va_arg): Variable-size types come in
16944 2002-04-03 David S. Miller <davem@redhat.com>
16946 * config/sparc/crtfastmath.c (FPRS_NS): Get it right for
16948 (set_fast_math): Correct 'fsr' type.
16950 2002-04-03 Richard Henderson <rth@redhat.com>
16953 * langhooks.h (lang_hooks.decls.warn_unused_global): New.
16954 * toplev.c (check_global_declarations): Use it.
16955 * langhooks-def.h (lhd_warn_unused_global_decl): Declare.
16956 (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
16957 (LANG_HOOKS_DECLS): Add it.
16958 * langhooks.c (lhd_warn_unused_global_decl): New.
16959 * c-decl.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
16960 * c-objc-common.c (c_warn_unused_global_decl): New.
16961 * c-tree.h (c_warn_unused_global_decl): Declare.
16962 * objc/objc-lang.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
16964 2002-04-03 Neil Booth <neil@daikokuya.demon.co.uk>
16966 * langhooks-def.h (lhd_set_decl_assembler_name,
16967 LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
16968 (LANG_HOOKS_INITIALIZER): Update.
16969 * langhooks.c (lhd_set_decl_assembler_name): New, from tree.c
16970 * langhooks.h (struct lang_hooks): New hook.
16971 * tree.c (set_decl_assembler_name): Move to langhooks.c.
16972 (lang_set_decl_assembler_name): Remove.
16973 (init_obstacks): Don't set hook.
16974 (decl_assembler_name): New function.
16975 * tree.h (DECL_ASSEMBLER_NAME): Turn into a function call.
16976 (decl_assembler_name): New.
16977 (lang_set_decl_assembler_name): Remove.
16979 2002-04-03 Jakub Jelinek <jakub@redhat.com>
16981 * configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
16982 works properly with .hidden symbols.
16983 * configure: Rebuilt.
16984 * config.in: Rebuilt.
16985 * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
16986 DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
16987 properly with .hidden symbols.
16989 2002-04-03 Jakub Jelinek <jakub@redhat.com>
16992 * df.c (df_insn_refs_record): Use XEXP not SET_DEST to access
16995 2002-04-03 Richard Henderson <rth@redhat.com>
16998 * sched-rgn.c (sets_likely_spilled): New.
16999 (sets_likely_spilled_1): New.
17000 (add_branch_dependences): Use it.
17002 2002-04-02 Richard Henderson <rth@redhat.com>
17005 * loop.h (LOOP_FIRST_PASS): New.
17006 * loop.c (strength_reduce): Mind it when deciding to unroll.
17007 * toplev.c (rest_of_compilation): Set it.
17009 2002-04-02 David S. Miller <davem@redhat.com>
17011 * config/sparc/sparc.md (ldd peephole2s): Fix final arg to
17012 mems_ok_for_ldd_peep when the order of the loads being examined
17014 * config/sparc/sparc.c (mems_ok_for_ldd_peep): Expand upon
17015 existing comment to increase comprehension of this situation.
17017 2002-04-02 Zack Weinberg <zack@codesourcery.com>
17019 * config/sh/sh.md: Don't use union real_extract.
17021 2002-04-02 Richard Henderson <rth@redhat.com>
17023 * libgcc2.c (__bb_exit_func): Revert 03-31 change.
17025 2002-04-02 David O'Brien <obrien@FreeBSD.org>
17027 * config.gcc (i386-dg-dgux, i386-go32-msdos , i386-go32-rtems,
17028 i386-ibm-aix, i386-moss-msdos, i386-ncr-sysv4, i386-next-,
17029 i386-pc-msdosdjgpp, i386-sequent-bsd, i386-sequent-ptx1,
17030 i386-sequent-ptx2, i386-sequent-ptx4, i386-sun-sunos,
17031 i386-wrs-vxworks, i386-*-aout, i386-*-beoself, i386-*-bsd,
17032 i386-*-bsdi, i386-*-chorusos, i386-*-coff, i386-*-elf,
17033 i386-*-freebsd5, i386-*-freebsd-aout, i386-*-gnu, i386-*-interix,
17034 i386-*-interix3, i386-*-isc, i386-*-linux, i386-*-linuxaout,
17035 i386-*-linuxoldld, i386-*-lynxos, i386-*-mach, i386-*-mingw32,
17036 i386-*-netbsd, i386-*-netbsdelf, i386-*-netware, i386-*-openbsd,
17037 i386-*-osf1, i386-*-osfrose, i386-*-pe , i386-*-rtems,
17038 i386-*-rtemscoff, i386-*-sco3.2v5, i386-*-solaris2, i386-*-sysv,
17039 i386-*-sysv4, i386-*-sysv5, i386-*-udk, i386-*-uwin, i386-*-vsta,
17040 i386-*-win32, x86_64-*-freebsd5, x86_64-*-linux, x86_64-*-netbsd):
17041 Include as many configury headers via tm_file as possible. This
17042 includes among others i386/unix.h, i386/bsd.h, i386/gas.h.
17043 * config/openbsd-oldgas.h: New file.
17044 * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/att.h,
17045 config/i386/bsd.h, config/i386/djgpp.h, config/i386/freebsd-aout.h,
17046 config/i386/gas.h, config/i386/gstabs.h, config/i386/i386-aout.h,
17047 config/i386/i386-coff.h, config/i386/i386-interix.h,
17048 config/i386/iscdbx.h, config/i386/linux-aout.h,
17049 config/i386/linux-oldld.h, config/i386/lynx-ng.h, config/i386/lynx.h,
17050 config/i386/mach.h, config/i386/netbsd.h, config/i386/next.h,
17051 config/i386/openbsd.h, config/i386/osfelf.h, config/i386/osfrose.h,
17052 config/i386/sco5.h, config/i386/seq-gas.h, config/i386/seq-sysv3.h,
17053 config/i386/seq2-sysv3.h, config/i386/sequent.h, config/i386/sun.h,
17054 config/i386/sun386.h, config/i386/svr3dbx.h, config/i386/svr3gas.h,
17055 config/i386/sysv3.h, config/i386/uwin.h, config/i386/vsta.h,
17056 config/i386/vxi386.h: Do not directly include configury headers.
17057 * config/i386/cygwin.h, config/i386/djgpp.h, config/i386/win32.h:
17058 Directly include configury headers that are no longer automatically
17059 included by the above headers.
17060 * config/i386/att.h, config/i386/bsd.h (TARGET_VERSION): Do not define.
17061 * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/cygwin.h,
17062 config/i386/djgpp.h, config/i386/i386-aout.h, config/i386/i386-coff.h,
17063 config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mach.h,
17064 config/i386/netbsd.h, config/i386/openbsd.h, config/i386/rtems.h,
17065 config/i386/seq-sysv3.h, config/i386/sequent.h, config/i386/svr3gas.h,
17066 config/i386/sysv3.h, config/i386/vsta.h, config/i386/vxi386.h
17067 (TARGET_VERSION): Define.
17068 * config/i386/beos-elf.h, config/i386/freebsd.h,
17069 config/i386/i386-interix.h, config/i386/i386elf.h, config/i386/linux.h,
17070 config/i386/linux64.h, config/i386/netbsd-elf.h, config/i386/netbsd64.h,
17071 config/i386/osfelf.h, config/i386/osfrose.h, config/i386/ptx4-i.h,
17072 config/i386/sco5.h, config/i386/sysv4.h
17073 (TARGET_VERSION): Do not need to protect.
17074 * config/i386/freebsd64.h (TARGET_VERSION): Fix style.
17075 * config/i386/386bsd.h, config/i386/cygwin.h, config/i386/djgpp.h,
17076 config/i386/freebsd-aout.h, config/i386/i386-aout.h,
17077 config/i386/i386-interix.h, config/i386/linux-aout.h,
17078 config/i386/linux-oldld.h, config/i386/mach.h, config/i386/netbsd.h,
17079 config/i386/openbsd.h, config/i386/vsta.h, config/i386/win32.h
17080 (YES_UNDERSCORES): Do not define - not needed.
17081 * config/i386/bsd.h, config/i386/gas.h (LPREFIX,
17082 ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
17083 USER_LABEL_PREFIX): Do not handle the "NO_UNDERSCORES" case.
17084 * config/i386/i386-coff.h, config/i386/lynx.h, config/i386/lynx-ng.h
17085 (LPREFIX, ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
17086 USER_LABEL_PREFIX): Define. (handles the "NO_UNDERSCORES" case)
17087 * config/i386/isc.h: Preserve comment from config/i386/isccoff.h.
17088 * config/i386/isccoff.h, config/i386/v3gas.h: Remove.
17090 2002-04-02 Eric Botcazou <ebotcazou@multimania.com>
17091 Richard Henderson <rth@redhat.com>
17094 * function.c (assign_temp): Accept either type or decl argument.
17095 Detect variables whose size is too large to fit into an integer.
17096 * stmt.c (expand_decl): Pass the decl, not the type.
17098 2002-04-02 David O'Brien <obrien@FreeBSD.org>
17100 * protoize.c: Match include directory usage with cppdefault.c.
17102 2002-04-03 Jeffrey A Law (law@redhat.com)
17103 Hans-Peter Nilsson <hp@bitrange.com>
17105 * combine.c (simplify_comparison): Avoid narrowing a comparison
17106 with a paradoxical subreg when doing so would drop signficant bits.
17108 2002-04-02 Steve Ellcey <sje@cup.hp.com>
17110 * builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
17111 if POINTERS_EXTEND_UNSIGNED is defined.
17113 2002-04-02 Richard Henderson <rth@redhat.com>
17116 * local-alloc.c (contains_replace_regs): LO_SUM may contain
17119 2002-04-02 Richard Henderson <rth@redhat.com>
17121 * doc/standards.texi: Document required freestanding libc entry points.
17123 2002-04-02 Alan Modra <amodra@bigpond.net.au>
17125 * config/rs6000/rs6000.md (ctrdi*): Add FPR constraint and
17126 associated splitter. Remove MQ constraint.
17127 (ctrdi_internal4): Correct CCmode clobber.
17129 2002-04-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
17131 * milli64.S ($$dyncall): New function.
17132 * t-linux (LIB1ASMFUNCS): Revise module list.
17133 (LIB1ASMSRC): Use pa/milli64.S.
17135 2002-04-02 Richard Henderson <rth@redhat.com>
17137 * fixinc/inclhack.def (AAB_solaris_sys_varargs_h): Move and
17138 rename solaris_sys_varargs_h.
17140 Tue Apr 2 06:47:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17142 * stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
17143 the same mode as its component.
17145 2002-04-02 Richard Henderson <rth@redhat.com>
17148 * final.c (this_is_asm_operands): Export.
17149 * output.h (this_is_asm_operands): Declare.
17150 * config/i386/i386.c (print_operand): Error odd asm operands.
17152 2002-04-02 Richard Henderson <rth@redhat.com>
17155 * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.
17157 2002-04-01 Richard Henderson <rth@redhat.com>
17160 * fixinc/inclhack.def (solaris_sys_varargs_h): New.
17161 * fixinc/fixincl.x: Rebuild.
17163 2002-04-01 Richard Henderson <rth@redhat.com>
17165 * config/ia64/unwind-ia64.c: Include ia64intrin.h.
17166 (atomic_alloc, atomic_free): New.
17167 (SIZE, MASK_FOR, PTR_IN): New.
17168 (emergency_reg_state, emergency_reg_state_free): New.
17169 (emergency_labeled_state, emergency_labeled_state_free): New.
17170 (reg_state_alloced, labeled_state_alloced): New.
17171 (alloc_reg_state, free_reg_state): New.
17172 (alloc_label_state, free_label_state, free_label_states): New.
17173 (push, pop, dup_state_stack, free_state_stack): Use them.
17174 (desc_label_state): Likewise.
17175 (uw_frame_state_for): Free label states and state stack.
17176 (uw_update_reg_address): Eliminate warnings.
17178 2002-04-01 Vladimir Makarov <vmakarov@redhat.com>
17180 * config/pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON,
17181 ASM_OUTPUT_ALIGNED_LOCAL): Redefine them.
17183 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
17185 * c-decl.c (grokdeclarator): Update.
17186 * c-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
17187 * c-tree.h (c_mark_addressable): New.
17188 * c-typeck.c (default_function_array_conversion, build_unary_op,
17189 build_array_ref, convert_for_assignment): Update.
17190 (mark_addressable): Rename.
17191 * calls.c (try_to_integrate, expand_call): Use langhook.
17192 * expr.c (expand_expr): Use langhook.
17193 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Update.
17194 * langhooks.h (struct lang_hooks): New hook.
17195 * stmt.c (expand_asm_operands): Use langhook.
17196 * tree.h (mark_addressable): Remove.
17198 * objc-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
17200 2002-04-01 Bob Wilson <bob.wilson@acm.org>
17202 * config/xtensa/xtensa.c (xtensa_va_arg): Fix compiler warning
17203 in previous change.
17205 2002-04-01 Bob Wilson <bob.wilson@acm.org>
17207 * config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
17208 for which MUST_PASS_IN_STACK is true (e.g., variable-sized types).
17210 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
17212 * c-common.c (unsigned_conversion_warning, convert_and_check,
17213 unsigned_type, signed_type, shorten_compare,
17214 c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
17215 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
17216 * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
17218 * c-decl.c (grokdeclarator): Update.
17219 * c-format.c (check_format_types): Update.
17220 * c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
17221 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
17222 * c-typeck.c (build_binary_op, convert_for_assignment): Update.
17223 * convert.c (convert_to_integer): Use new hooks.
17224 * expmed.c (make_tree): Use new hooks.
17225 * expr.c (store_expr): Use new hooks.
17226 * fold-const.c (operand_equal_for_comparison_p, build_range_check,
17227 all_ones_mask_p, unextend, fold): Use new hooks.
17228 * langhooks.h (struct lang_hooks_for_types): New hooks.
17229 * tree.h (signed_or_unsigned_type, signed_type,
17230 unsigned_type): Remove.
17232 * objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
17233 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
17235 2002-03-31 Richard Henderson <rth@redhat.com>
17237 * config/ia64/unwind-ia64.c (alloc_spill_area): Fix offset.
17238 (desc_frgr_mem): Fix reference to f16-f31.
17240 2002-03-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17242 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
17243 RTVEC_ELT): Const-ify.
17244 * varray.h (VARRAY_CHECK): Const-ify.
17245 * ggc.h (ggc_mark_rtx, ggc_mark_tree, ggc_mark_nonnull_tree,
17246 ggc_mark_rtvec, ggc_mark): Const-ify.
17248 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
17250 * diagnostic.c: Include langhooks-def.h.
17251 * Makefile.in (diagnostic.o): Update.
17253 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
17255 * c-common.c (c_unsafe_for_reeval): Rename.
17256 * c-common.h (c_unsafe_for_reeval): Rename.
17257 * c-decl.c (finish_incomplete_decl): Rename.
17258 (c_init_decl_processing): Don't set langhook.
17259 * c-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
17260 LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
17261 * c-objc-common.c (c_objc_common_init): Don't set langhook.
17262 * c-tree.h (finish_incomplete_decl): Rename.
17263 * langhooks-def.h (lhd_unsafe_for_reeval): New.
17264 (LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
17265 (LANG_HOOKS_INITIALIZER): Update.
17266 * langhooks.c (lhd_unsafe_For_reeval): New.
17267 * langhooks.h (struct langhooks): New hooks.
17268 * toplev.c (incomplete_decl_finalize_hook): Remove.
17269 (wrapup_global_declarations): Update.
17270 * tree.c (lang_unsafe_for_reeval): Remove.
17271 (unsafe_for_reeval): Update.
17272 * tree.h (lang_unsafe_for_reeval, incomplete_decl_finalize_hook):
17275 * objc-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
17276 LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
17278 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
17280 * diagnostic.c (print_error_function): Remove.
17281 (default_print_error_function): Rename.
17282 (report_error_function): Update.
17283 * diagnostic.h (print_error_function): Remove.
17284 (default_print_error_function): Remove.
17285 * langhooks-def.h (struct diagnostic_context): Predeclare.
17286 (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
17287 (LANG_HOOKS_INITIALIZER): Update.
17288 * langhooks.h (struct diagnostic context): Predeclare.
17289 (struct lang_hooks): New hook.
17291 2002-03-31 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17293 * config/rs6000/rs6000.h (RS6000_PIC_OFFSET_TABLE_REGNUM): New.
17294 (PIC_OFFSET_TABLE_REGNUM): Use it and return INVALID_REGNUM if
17296 (CONDITIONAL_REGISTER_USAGE): Adjust accordingly.
17297 * config/rs6000/rs6000.h: Use RS6000_PIC_OFFSET_TABLE_REGNUM instead
17298 of PIC_OFFSET_TABLE_REGNUM thruout.
17299 * config/rs6000/rs6000.md: Likewise.
17300 * config/rs6000/darwin.h: Likewise.
17302 Sun Mar 31 14:43:24 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17304 * emit-rtl.c (adjust_address_1, offset_address): Cast value to
17305 unsigned HOST_WIDE_INT, not unsigned int.
17307 2002-03-31 Jakub Jelinek <jakub@redhat.com>
17309 PR middle-end/6096, middle-end/6098, middle-end/6099
17310 * reorg.c (emit_delay_sequence): Only increment LABEL_NUSES for
17312 (fill_slots_from_thread): Likewise.
17314 2002-03-31 Jakub Jelinek <jakub@redhat.com>
17316 * config/sparc/sparc.c (function_arg_record_value_1): Pass complex
17317 floating fields in float regs.
17318 (function_arg_record_value_2): Likewise.
17320 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
17322 * config/mmix/mmix.md (define_constants): Remove misleading
17323 FIXME. Add MMIX_fp_rO_OFFSET.
17324 ("nonlocal_goto_receiver"): Don't have stack-frame address of
17325 saved rO as part of the pattern. Remove FIXME.
17326 ("*nonlocal_goto_receiver_expanded"): Similar. Generate address
17327 here, at output-time.
17329 2002-03-31 Jakub Jelinek <jakub@redhat.com>
17332 * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
17334 (output_v9branch): Likewise.
17336 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
17338 * gcc.c: Revert previous patch for now.
17339 * config/i386/djgpp.h: Likewise.
17341 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
17343 * config/mmix/crti.asm (_init): Register _fini with atexit.
17344 * config/mmix/crtn.asm (_fini): Add omitted "POP 0,0".
17346 2002-03-31 Richard Henderson <rth@redhat.com>
17349 * config/alpha/elf.h (ASM_OUTPUT_DEF): Tidy.
17350 (ASM_OUTPUT_DEF_FROM_DECLS): New.
17352 2002-03-31 Richard Henderson <rth@redhat.com>
17354 * libgcc2.c (__bb_exit_func): Make static.
17356 * config/alpha/alpha.md (trap): New.
17358 2002-03-31 Richard Henderson <rth@redhat.com>
17360 * builtins.c (expand_builtin_va_arg): Give warnings not errors for
17361 promoted argument types; build trap.
17362 (expand_builtin_trap): New.
17363 (expand_builtin): Use it.
17364 * stmt.c (expand_nl_goto_receivers): Likewise.
17365 * expr.h (expand_builtin_trap): Declare.
17366 * libfuncs.h (LTI_abort, abort_libfunc): New.
17367 * optabs.c (init_optabs): Init abort_libfunc.
17369 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
17371 * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...
17372 (LINK_COMMAND_SPEC): ... from here.
17373 (init_gcc_specs): Duplicate it here too, omitting
17374 shared_name in the second copy.
17375 (init_spec): Test for duplicate
17376 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Remove `%L %G'.
17378 2002-03-30 David S. Miller <davem@redhat.com>
17380 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
17381 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
17383 2002-03-30 Roger Sayle <roger@eyesopen.com>
17384 Richard Henderson <rth@redhat.com>
17386 * regmove.c (combine_stack_adjustments_for_block): Avoid
17387 emitting a stack adjustment of zero bytes. Let delete_insn
17390 2002-03-30 Richard Henderson <rth@redhat.com>
17392 * config/sparc/sparc.c: Remove all references to TARGET_EPILOGUE.
17393 (sparc_emitting_epilogue): New.
17394 (leaf_label, output_return, sparc_return_peephole_ok): Remove.
17395 * config/sparc/sparc-protos.h: Update.
17396 * config/sparc/sparc.h (MASK_EPILOGUE, TARGET_EPILOGUE): Remove.
17397 (TARGET_SWITCHES): Update.
17398 * config/sparc/sparc.md (return): Remove.
17399 (return_*): Use sparc_emitting_epilogue, not !TARGET_EPILOGUE.
17400 * config/sparc/freebsd.h, config/sparc/linux64.h, config/sparc/lite.h,
17401 config/sparc/liteelf.h, config/sparc/netbsd-elf.h,
17402 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
17403 config/sparc/sp64-aout.h, config/sparc/sp64-elf.h,
17404 config/sparc/sp86x-aout.h, config/sparc/sp86x-elf.h,
17405 config/sparc/splet.h, config/sparc/vxsparc64.h (TARGET_DEFAULT):
17406 Remove MASK_EPILOGUE.
17407 * doc/invoke.texi: Update.
17409 2002-03-30 Daniel Berlin <dan@dberlin.org>
17411 * dwarf2out.c (dwarf2out_define): Remove start_source_file call,
17412 CPP will start the file for us.
17414 2002-03-30 Richard Henderson <rth@redhat.com>
17417 * config/ia64/ia64.c (group_barrier_needed_p): Special case
17418 prologue_allocate_stack.
17419 (ia64_single_set): Use insn codes for recognition of special
17420 cases, not rtl matching.
17421 * config/ia64/ia64.md (prologue_allocate_stack): Op 3 is in-out.
17423 Sat Mar 30 23:48:41 CET 2002 Jan Hubicka <jh@suse.cz>
17425 * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
17427 2002-03-30 Richard Henderson <rth@redhat.com>
17430 * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
17431 or -fomit-frame-pointer with profiling.
17432 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
17433 (FUNCTION_PROFILER): Do nothing.
17434 (PROFILE_HOOK): New.
17435 * config/sparc/sparc.c (sparc_override_options): Don't check
17436 code models for profiling.
17437 (sparc_function_profiler): Remove.
17438 (sparc_profile_hook): New.
17439 * config/sparc/sparc-protos.h: Update.
17441 2002-03-30 Jakub Jelinek <jakub@redhat.com>
17443 PR optimization/6086
17444 * combine.c (combine_simplify_rtx): If simplify_rtx failed because
17445 of SUBREG of volatile MEM or because the MEM was mode dependent,
17446 return CLOBBER instead of unmodified SUBREG.
17448 Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
17450 * local-alloc.c (local_alloc): Avoid call of update_equiv_regs
17451 when not optimizing.
17453 * toplev.c (rest_of_compilation): Cann mark_constant_function
17454 only when optimizing.
17456 * flow.c (calculate_global_regs_live): Ensure that all AUX fields
17459 * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
17460 (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
17461 (try_optimize_cfg): clear all AUX fields.
17463 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
17464 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
17465 (ix86_address_cost): Be prepared for SUBREGed registers.
17466 (legitimate_address_p): Accept SUBREGed registers.
17468 2002-03-29 Richard Henderson <rth@redhat.com>
17471 * expr.c (expand_expr): Pass along EXPAND_INITIALIZER one more place.
17473 2002-03-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17475 * config/rs6000/rs6000.c (rs6000_va_arg): Correctly set register count
17476 for aggregate and TFmode types.
17478 2002-03-29 Hans-Peter Nilsson <hp@bitrange.com>
17480 * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].
17482 2002-03-29 Richard Henderson <rth@redhat.com>
17485 * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
17486 * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
17488 2002-03-29 Richard Henderson <rth@redhat.com>
17491 * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
17492 (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
17493 * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
17494 * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
17496 * docs/invoke.texi: Update -mno-fancy-math-387 docs.
17498 2002-03-29 Dale Johannesen <dalej@apple.com>
17500 * loop.c (combine_movables): Do allow combination of pseudos.
17502 2002-03-29 Loren J. Rittle <ljrittle@acm.org>
17504 * config.gcc (*-*-freebsd*): Enable creation of libgcc_s.so.
17505 * config/t-slibgcc-elf-ver (SHLIB_LC): Add macro and use it.
17506 No functional change except ...
17507 * config/t-slibgcc-nolc-override (SHLIB_LC): Override it. New file.
17508 * doc/install.texi (*-*-freebsd*): Document port configuration.
17510 2002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
17512 * Makefile.in (convert.o, calls.o, expmed.o): Update.
17513 * attribs.c (handle_mode_attribute, handle_vector_size_attribute):
17515 * builtin-types.def (BT_PTRMODE): Update.
17516 * c-common.c (type_for_size): Rename c_common_type_for_size.
17517 (type_for_mode): Similarly.
17518 (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
17520 * c-bommon.h (c_common_type_for_size, c_common_type_for_mode): New.
17521 * c-decl.c (finish_enum, build_enumerator): Use new hooks.
17522 * c-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
17524 * c-typeck.c (common_type, comptypes, default_conversion):
17526 * calls.c: Include langhooks.h.
17527 (emit_library_call_value_1): Use new hooks. Avoid redundant
17529 * convert.c: Include langhooks.h
17530 (convert_to_pointer, convert_to_integer): Use new hooks.
17531 * except.c (init_eh): Similarly.
17532 * expmed.c: Include langhooks.h.
17533 (expand_mult_add): Use new hooks.
17534 * expr.c (store_expr, store_constructor, expand_expr, do_jump,
17535 try_casesi): Similarly.
17536 * fold-const.c (optimize_bit_field_compare, make_range,
17537 decode_field_reference, fold_truthop, fold): Similarly.
17538 * function.c (assign_stack_local_1, assign_stack_temp_for_type,
17539 put_var_into_stack): Similarly.
17540 * langhooks-def.h (LANG_HOOKS_TYPE_FOR_MODE,
17541 LANG_HOOKS_TYPE_FOR_SIZE): New.
17542 (LANG_HOOKS_TYPES_INITIALIZER): Update.
17543 * langhooks.h (lang_hooks_for_types): New hooks.
17544 * stmt.c (expand_decl_cleanup, emit_case_nodes): Use new hooks.
17545 * tree.c (get_unwidened, get_narrower): Similarly.
17546 * tree.h (type_for_mode, type_for_size): Remove.
17547 * varasm.c (force_const_mem): Use new hooks.
17548 * utils2.c (nonbinary_modular_operation): Update.
17550 * objc-act.c (handle_impent): Update.
17551 * objc-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
17554 2002-03-29 Steve Ellcey <sje@cup.hp.com>
17556 * config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New.
17557 * config/ia64/ia64.c (basereg_operand): New.
17558 * config/ia64/ia64-protos.h (basereg_operand): Declare.
17559 * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand.
17561 2002-03-29 Hans-Peter Nilsson <hp@bitrange.com>
17563 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Correct
17564 unwind information when frame_pointer_needed.
17565 (mmix_assemble_integer): Tweak wording in comment.
17567 2002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
17569 * Makefile.in (except.o): Update.
17570 * except.c: Include langhooks.h.
17571 (init_eh): Use langhook.
17572 * langhooks-def.h (LANG_HOOKS_MAKE_TYPE,
17573 LANG_HOOKS_FOR_TYPES_INITIALIZER): New.
17574 (LANG_HOOKS_INITIALIZER): Update.
17575 * langhooks.h (lang_hooks_for_types): New.
17576 (struct lang_hooks): Add it.
17577 * tree.c (make_lang_type_fn, make_lang_type): Remove.
17578 * tree.h (make_lang_type_fn, make_lang_type): Remove.
17580 * alpha/alpha.c: Include langhooks.h.
17581 (alpha_build_va_list): Use langhook.
17582 * d30v/d30v.c: Include langhooks.h.
17583 (d30v_build_va_list): Use langhook.
17584 * i386/i386.c: Include langhooks.h.
17585 (ix86_build_va_list): Use langhook.
17586 * rs6000/rs6000.c (rs6000_build_va_list): Use langhook.
17587 * s390/s390.c: Include langhooks.h.
17588 (s390_build_va_list): Use langhook.
17589 * stormy16/stormy16.c: Include langhooks.h.
17590 (stormy16_build_va_list): Use langhook.
17592 2002-03-29 Jakub Jelinek <jakub@redhat.com>
17595 * config/sparc/sparc.md (empty_delay_slot, branch_type): New
17597 (length): Compute variable length for branches/calls/jumps here.
17598 (branch, inverted_branch, normal_fp_branch, inverted_fp_branch,
17599 normal_fpe_branch, inverted_fpe_branch): Remove length attribute,
17600 define branch_type attribute.
17601 (divsi3_sp32): Maximum length is 6 not 7.
17602 (call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
17603 call_address_untyped_struct_value_sp32,
17604 call_symbolic_untyped_struct_value_sp32): Set length to 3 not 2.
17605 * config/sparc/sparc.c (empty_delay_slot): New function.
17606 * config/sparc/sparc.h (ADJUST_INSN_LENGTH): Remove.
17607 * config/sparc/sparc-protos.h (empty_delay_slot): Add prototype.
17609 2002-03-29 Jakub Jelinek <jakub@redhat.com>
17611 * combine.c (set_nonzero_bits_and_sign_copies): Don't call
17612 nonzero_bits if not needed.
17613 (nonzero_bits) [XOR]: Likewise.
17614 (nonzero_bits) [REG]: Use reg_last_set_nonzero_bits even if
17615 reg_last_set_mode and mode are both MODE_INT, but not equal.
17616 (record_value_for_reg): Compute reg_last_set_nonzero_bits
17617 in nonzero_bits_mode for MODE_INT modes.
17619 2002-03-28 Richard Henderson <rth@redhat.com>
17622 * config/alpha/osf.h (ASM_SPEC): Don't pass any special options
17623 to GAS. Correct drift between alternatives.
17625 2002-03-28 Richard Henderson <rth@redhat.com>
17628 * reload1.c (fixup_abnormal_edges): Move insn to edge via sequence.
17630 2002-03-28 Alexandre Oliva <aoliva@redhat.com>
17632 * config/i386/freebsd.h (LINK_SPEC): Don't pass default
17633 emulation to the linker.
17635 2002-03-28 Loren J. Rittle <ljrittle@acm.org>
17637 * config/alpha/freebsd.h (LINK_SPEC): Likewise.
17638 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
17640 Thu Mar 28 16:35:31 2002 Jeffrey A Law (law@redhat.com)
17642 * combine.c (simplify_and_const_int): Make sure to apply mask
17643 when force_to_mode returns a constant integer. PR3311.
17645 2002-03-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
17647 * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
17649 2002-03-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17651 * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
17652 and Objective-C Dialect Options.
17654 2002-03-28 Richard Henderson <rth@redhat.com>
17656 * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
17657 comparison should be done vs !=0 not >0 return code. Tidy cases.
17659 2002-03-28 Richard Henderson <rth@redhat.com>
17661 * c-decl.c (finish_function): New arg can_defer_p. Pass it
17662 on to c_expand_body.
17663 * c-tree.h (finish_function): Update decl.
17664 * c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
17666 Thu Mar 28 19:13:36 CET 2002 Jan Hubicka <jh@suse.cz>
17668 * ifcvt.c (if_convert): Clear aux_for_blocks early enought.
17670 Thu Mar 28 13:21:53 CET 2002 Jan Hubicka <jh@suse.cz>
17672 * rtlanal.c: Include flags.h
17673 (may_trap_p): Do not mark FP operations if trapping
17674 if !flag_trapping_math
17675 * Makefile.in (rtlanal.o): Add dependency on flag.h
17676 * ifcvt.c (noce_operand_ok): Avoid the lameness.
17678 2002-03-27 Zack Weinberg <zack@codesourcery.com>
17680 * mips.md: Use dconst1, not 1.0, as first argument of
17681 REAL_VALUE_LDEXP. Don't use union real_extract.
17683 2002-03-28 Alan Modra <amodra@bigpond.net.au>
17685 * configure.in (gcc_cv_as): Use $target_alias in directory searchs
17686 rather than $target. Heed program_prefix and
17687 program_transform_name. Search for gas in cross-compiler case too.
17688 "test -x" rather than "test -f".
17689 (gcc_cv_ld): Likewise.
17690 (gcc_cv_nm): Heed program_prefix and program_transform_name.
17691 (gcc_cv_objdump): Likewise.
17692 * configure: Regenerate.
17694 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
17696 * Makefile.in (attribs.o): Update.
17697 * attribs.c: Include langhooks.h.
17698 (decl_attributes): Use langhook.
17699 * c-decl.c (insert_default_attributes): Rename.
17700 * c-tree.h (c_insert_default_attributes): New.
17701 * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
17702 (LANG_HOOKS_INITIALIZER): Update.
17703 * langhooks.h (struct lang_hooks): New hook.
17704 * tree.h (insert_default_attributes): Remove.
17706 * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
17708 2002-03-27 Andreas Schwab <schwab@suse.de>
17710 * config/i386/i386.c (classify_argument): Also check for
17713 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17715 * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
17718 Wed Mar 27 23:19:30 CET 2002 Jan Hubicka <jh@suse.cz>
17720 * i960.md (ret): Set PC.
17721 (nonlocal_goto): Fix expander.
17722 * builtins.c (epxand_builin_longjmp): Check that we've emitted
17725 Wed Mar 27 23:11:35 CET 2002 Jan Hubicka <jh@suse.cz>
17727 * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nesting
17728 of libcall regions.
17730 Wed Mar 27 22:54:14 CET 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17732 * cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of
17733 assigning to BLOCK_FOR_INSN directly.
17735 Wed Mar 27 22:33:05 CET 2002 Jan Hubicka <jh@suse.cz>
17737 * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
17739 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
17741 * c-common.c (c_expand_expr): Fix prototype.
17742 * c-common.h (c_expand_expr): Always declare, update.
17743 * c-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
17744 * c-objc-common.c (c_objc_common_init): No global hook.
17745 * expr.c (expand_expr): Use langhook.
17746 * expr.h (enum expand_modifier): Conditionally declare.
17747 * langhooks-def.h (lhd_expand_expr, LANG_HOOKS_EXPAND_EXPR): New.
17748 (LANG_HOOKS_INITIALIZER): Update.
17749 * langhooks.c (lhd_expand_expr): New.
17750 * langhooks.h (struct lang_hooks): New hook.
17751 * toplev.c (lang_expand_expr_t, lang_expand_expr): Delete.
17752 (lang_independent_init): Don't default hook.
17754 * objc-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
17756 2002-03-27 Richard Henderson <rth@redhat.com>
17759 * config/ia64/ia64.c (ia64_expand_call): Use pic patterns for
17760 TARGET_CONST_GP. Simplify conditions.
17762 2002-03-27 Richard Henderson <rth@redhat.com>
17764 * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
17765 config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h,
17766 config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define.
17768 2002-03-27 Danny Smith <dannysmith@users.sourceforge.net>
17770 * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32,
17771 TARGET_CYGWIN, TARGET_WINDOWS): Remove unused switches.
17772 (MASK_DLL, MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS):
17773 Remove unnecessary masks.
17774 (MASK_NOP_FUN_DLLIMPORT): Use an unused an bit.
17775 (SUBTARGET_SWITCHES): Use empty masks for -mwin32, -mcygwin,
17776 -mwindows, -mdll switches and their negations.
17778 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
17780 * gcc-common.c (lang_mark_false_label_stack): Remove.
17781 * ggc.h (lang_mark_false_label_stack): Similarly.
17783 2002-03-26 Vladimir Makarov <vmakarov@redhat.com>
17785 * pa/pa-pro-end.h (CPP_PREDEFINES): Add -D__pro__.
17787 * pa/lib2funcs.asm: Don't use .SPACE and .SUBSPACE if __pro__
17788 or __rtems_ is defined.
17790 2002-03-26 Richard Henderson <rth@redhat.com>
17792 * config/alpha/alpha.c (alpha_emit_set_const): Add a REG_EQUAL note
17793 if a non-trivial load was emitted.
17794 (alpha_emit_set_const_1): Remove obsolete extension. Fix thinko
17795 in high+extra+low case.
17797 2002-03-26 Richard Henderson <rth@redhat.com>
17799 * config.gcc (sparc*-solaris): Use float_format=sparc.
17801 2002-03-26 Richard Henderson <rth@redhat.com>
17803 * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
17804 * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
17805 * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
17806 * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine.
17807 (WINT_TYPE_SIZE): Fix at 32.
17809 2002-03-26 Richard Henderson <rth@redhat.com>
17811 * toplev.c (rest_of_compilation): Delay emit_initial_value_sets
17812 until after eh landing pad generation.
17813 * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof.
17814 * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs.
17816 2002-03-26 Richard Henderson <rth@redhat.com>
17818 * expr.h (ADD_PARM_SIZE): One more convert for INC.
17820 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
17822 * gcc.c (cpp_options): Preserve relative ordering of -pedantic
17823 and warning switches.
17824 (cc1_options): Likewise.
17826 2002-03-26 Hans Boehm <Hans_Boehm@hp.com>
17828 * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
17829 Restore more of the signal context. Set no_reg_stack_frame.
17830 * config/ia64/unwind-ia64.c (unw_state_record):
17831 Add no_reg_stack_frame, comments.
17832 (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER.
17833 (uw_update_context): Adjust bsp when unwinding from leaf,
17834 but not signal frame.
17836 2002-03-26 David Edelsohn <edelsohn@gnu.org>
17838 * config/rs6000/aix51.h (WCHAR_TYPE): Define.
17840 2002-03-26 Bob Wilson <bob.wilson@acm.org>
17842 * config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
17844 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
17847 * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999:
17848 "Add a pool_range attribute", which was lost during the ARM/Thumb
17851 2002-03-26 Bob Wilson <bob.wilson@acm.org>
17853 * config/xtensa/xtensa.c (xtensa_valid_move): Allow move from
17854 a register into the MAC16 accumulator.
17856 2002-03-26 Andrew Cagney <ac131313@redhat.com>
17858 * doc/invoke.texi (Option Summary): Mention -Wswitch-enum.
17859 (Warning Options): Document -Wswitch-enum.
17860 * toplev.c (W_options): Add -Wswitch-enum. Update comment on
17862 (warn_switch_enum): Define variables.
17863 * flags.h (warn_switch_enum): Declare variables.
17864 * stmt.c (expand_end_case_type): When warn_switch_enum /
17865 -Wswitch-enum, perform switch checks.
17868 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
17870 * arm.md (reload_mulsi3, reload_mulsi_compare0, reload_muladdsi)
17871 (reload_mulsi_compare0_scratch, reload_muladdsi_compare0)
17872 (reload_muladdsi_compare0_scratch): Delete.
17874 2002-03-26 Loren J. Rittle <ljrittle@acm.org>
17876 * doc/install.texi (*-*-freebsd*): Update.
17878 2002-03-26 Richard Henderson <rth@redhat.com>
17880 * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.
17881 (SUB_PARM_SIZE): Cast DEC to ssizetype.
17883 * config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK
17884 types from the normal argument frame.
17886 * config/sparc/sparc.c (function_arg_pass_by_reference): Pass
17887 variable sized objects by reference.
17888 (sparc_va_arg): Receive them by reference too.
17890 2002-03-26 Hartmut Penner <hpenner@de.ibm.com>
17892 * config/s390/s390.c (s390_emit_epilogue): Change epilogue
17893 code to not restoring global registers.
17895 2002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
17897 * Makefile.in (ggc-common.o): Update.
17898 * c-decl.c (lang_mark_tree): Rename c_mark_tree.
17899 * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
17900 * c-tree.h (c_mark_tree): New.
17901 * ggc-common.c: Include langhooks.h.
17902 (gcc_mark_trees): Use new langhook.
17903 * ggc-callbacks.c: Delete file.
17904 * ggc.h (lang_mark_tree): Remove.
17905 * langhooks-def.h (LANG_HOOKS_MARK_TREE): New.
17906 (LANG_HOOKS_INITIALIZER): Update.
17907 * langhooks.h (struct lang_hooks): New hook.
17909 * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
17911 2002-03-25 Zack Weinberg <zack@codesourcery.com>
17913 * doc/cpp.texi: Exclude entire Top node from printed manual.
17914 Move option index after directive index. Insert page breaks
17915 before GFDL and concept index. Index environment variables
17916 with command line options.
17917 * doc/cppenv.texi: Use @vtable for environment variable list.
17918 Add paragraph explaining semantics of empty elements in path
17919 variables. Exclude a cross-reference to Fishkill from the
17920 manpage. Remove an unnecessary cross-reference of the entry
17921 right above the referer. Don't use @anchor in text that goes
17923 * doc/cppopts.texi: Cross-reference the environment variables
17924 section, not the specific environment variable, for consistency.
17926 2002-03-25 Richard Henderson <rth@redhat.com>
17928 * recog.c (peephole2_optimize): Distribute EH_REGION -1 notes
17929 anywhere in the block. Don't refer to insns that have been
17930 removed from the chain. Iterate backward through the new insns.
17931 Don't refer to edges that have been removed.
17933 2002-03-26 Alan Modra <amodra@bigpond.net.au>
17935 * combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct
17936 test for overflow of constant.
17938 2002-03-25 Richard Earnshaw <rearnsha@arm.com>
17941 * arm.md (loadhi_preinc, loadhi_predec, loadhi_shiftpreinc)
17942 (loadhi_shiftpredec, loadhi-with-writeback peephole): Don't use
17943 these patterns on arm_archv4.
17945 2002-03-25 Danny Smith <dannysmith@sourceforge.users.net>
17947 * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
17950 2002-03-25 Zack Weinberg <zack@codesourcery.com>
17952 * toplev.c: Don't include setjmp.h. Kill float_handler_set,
17953 float_handled, float_handler, float_signal, set_float_handler,
17954 and do_float_handler. Set handler for SIGFPE to crash_signal.
17955 * toplev.h: Don't prototype do_float_handler.
17957 * c-lex.c: Fold parse_float into lex_number. Make warning
17958 about portability of hex float constants more informative, and
17959 don't issue it on top of a syntax error.
17960 * fold-const.c: Fold const_binop_1 and fold_convert_1 into
17962 * real.h: Define REAL_VALUE_ABS here...
17963 * simplify-rtx.c: ... not here. Fold check_fold_consts,
17964 simplify_unary_real, simplify_binary_real, and
17965 simplify_binary_is2orm1 into their callers.
17966 * tree.c: Fold build_real_from_int_cst_1 into caller.
17968 * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
17970 * tsystem.h: Include float.h here...
17971 * libgcc2.c: ... not here.
17973 2002-03-25 Nick Clifton <nickc@cambridge.redhat.com>
17975 Fixes for: PR bootstrap/3591, target/5676
17976 * config/mcore/mcore.h (CC1_SPEC): Define only if not already
17977 defined. Do not disable exceptions or rtti.
17978 * config/mcore/mcore-pe.h (CC1_SPEC): Define before including
17979 mcore.h. Disable exceptions and rtti, since they are not
17982 2002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
17984 * c-decl.c (maybe_build_cleanup): Remove.
17985 * expr.c (expand_expr): Use langhook.
17986 * langhooks-def.h (lhd_return_null_tree,
17987 LANG_HOOKS_MAYBE_BUILD_CLEANUP): New.
17988 (LANGHOOKS_INITIALIZER): Update.
17989 * langhooks.c (lhd_return_null_tree): New.
17990 * langhooks.h (struct lang_hooks): New hook.
17991 * tree-inline.c (initialize_inlined_parameters): Use langhook.
17992 * tree.h (maybe_build_cleanup): Remove.
17994 2002-03-25 Jakub Jelinek <jakub@redhat.com>
17996 * regrename.c (build_def_use): Move recog_memoized
17997 before extract_insn.
17999 2002-03-25 Jakub Jelinek <jakub@redhat.com>
18002 * expr.c (emit_group_store): Handle storing into CONCAT.
18004 2002-03-25 Jakub Jelinek <jakub@redhat.com>
18006 * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and
18007 corresponding MATCH_DUP.
18009 2002-03-24 Richard Henderson <rth@redhat.com>
18011 * unroll.c (unroll_loop): Zero label_map.
18013 * gcse.c: Include except.h.
18014 * Makefile.in (gcse.o): Update.
18016 2002-03-24 Richard Henderson <rth@redhat.com>
18018 * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
18019 Do resolve_unique_section before shared data clause.
18021 2002-03-24 Richard Henderson <rth@redhat.com>
18023 * config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.
18025 2002-03-24 Richard Henderson <rth@redhat.com>
18027 * recog.c (peephole2_optimize): Split blocks when EH insns are
18028 generated in the middle of a block. Do global life update if
18031 2002-03-24 Richard Henderson <rth@redhat.com>
18033 * mips.c (mips_function_value): Only promote_mode for non-libcalls.
18035 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
18038 * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
18039 * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
18040 (init_dependency_output): Don't make no_output decision here.
18042 2002-03-24 Andrew Cagney <ac131313@redhat.com>
18044 * stmt.c (check_for_full_enumeration_handling): Remove tests of
18045 warn_switch. Update description.
18046 (expand_end_case_type): Call check_for_full_enumeration_handling
18049 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18051 * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function.
18052 (m68hc11_split_move): Call it to see if the source and destination
18053 operands use the same direction auto inc/dec mode, otherwise make the
18054 source an offsetable memory operand and generate an add.
18056 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18058 * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address
18059 register for operand 2.
18060 ("*subsi3_zero_extendqi"): Likewise.
18061 ("*iorhi3_gen"): Do the operation on the upper bits and then lower
18062 bits so that it is compatible with a pop.
18063 ("*andhi3_gen"): Likewise.
18064 ("xorhi3"): Likewise.
18066 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
18068 * cppinit.c (cpp_handle_option): Set warn_endif_labels if
18070 (cpp_post_options): ... not here.
18072 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
18073 Aldy Hernandez <aldyh@redhat.com>
18075 Removal of separate preprocessor cpp0.
18077 * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS,
18078 cpp0, install-common): Update.
18079 * c-common.c (flag_preprocess_only): New.
18080 (c_common_init): Preprocess for -E.
18081 * c-common.h (flag_preprocess_only): New.
18082 * c-decl.c (c_decode_option): Handle -E and -std=c++98.
18083 * c-objc-common.c (c_init_decl_processing): Exit quickly
18084 for NULL return from c_common_init.
18085 * cpplib.h (cpp_preprocess_file): New.
18086 * cppmain.c (main, general_init, pfile, progname): Remove.
18087 (do_preprocessing): Rename cpp_preprocess_file, don't call
18088 cpp_finish. Don't close stdout here.
18089 (setup_callbacks): Update prototype.
18090 * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers):
18092 * tradcpp.c (main): Ignore -quiet.
18094 * lang-specs.h (default_compilers): Preprocess with cc1obj.
18096 2002-03-24 Richard Henderson <rth@redhat.com>
18098 PR optimization/5742
18099 * machmode.def: Add inner mode field to complex modes.
18100 * config/mips/mips.c (mips_function_value): Always define. Add
18101 new argument to handle libcalls.
18102 * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
18103 (FUNCTION_VALUE): Likewise.
18104 * config/mips/abi64.h (FUNCTION_VALUE): Remove.
18105 * config/mips/mips-protos.h: Update.
18107 2002-03-23 Richard Henderson <rth@redhat.com>
18109 * config/sparc/sparc.c (sparc_emit_floatunsdi): New.
18110 * config/sparc/sparc-protos.h: Update.
18111 * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New.
18113 2002-03-23 Richard Henderson <rth@redhat.com>
18115 * config/sparc/gmon-sol2.c (internal_mcount): Assume either
18116 _start or _init begins the text segment.
18118 2002-03-23 David Edelsohn <edelsohn@gnu.org>
18120 * config/rs6000/rs6000.h (RETURN_IN_MEMORY): Cast to HOST_WIDE_INT
18121 not HOST_WIDEST_INT.
18122 (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
18124 2002-03-23 Richard Earnshaw <rearnsha@arm.com>
18127 * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
18128 operand argument to output_return_instruction.
18129 * arm.c (arm_print_operand, case 'd'): If the operand is
18130 const_true_rtx then just return.
18131 (arm_print_operand, case 'D'): If the operand is const_true_rtx
18134 2002-03-23 Andrew Cagney <ac131313@redhat.com>
18136 * doc/invoke.texi (Option Summary): Mention -Wswitch-default.
18137 (Warning Options): Document -Wswitch-default.
18138 * toplev.c (W_options): Add -Wswitch-default. Update comment on
18140 (warn_switch_default): Define variable.
18141 (warn_switch): Update comment.
18142 * flags.h (warn_switch_default): Declare variable.
18143 (warn_switch): Update comment.
18144 * stmt.c (expand_end_case): Check for and, when
18145 warn_switch_no_default, warn of a missing default case.
18147 2002-03-23 Alan Modra <amodra@bigpond.net.au>
18149 * real.h (N): Special case 128 bit doubles.
18151 * combine.c (simplify_comparison): When widening modes, ignore
18152 sign extension on CONST_INTs.
18154 2002-03-22 Bob Wilson <bob.wilson@acm.org>
18156 * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
18157 passed to adjust_address. Fix comment formatting.
18160 2002-03-22 Zack Weinberg <zack@codesourcery.com>
18162 * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
18163 Always make REAL_VALUE_TYPE a struct containing an array of
18164 HOST_WIDE_INT, not a double. Tidy up the code deciding how
18165 big it is. Don't declare or use union real_extract.
18167 * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
18168 decode_rtx_const, output_constant_pool), config/a29k/a29k.c
18169 (print_operand), config/arm/arm.c (output_move_double),
18170 config/arm/arm.md (consttable_4, consttable_8),
18171 config/romp/romp.c (output_fpops), config/s390/s390.h
18172 (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
18173 (xtensa_output_literal): Don't use union real_extract.
18175 * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
18176 (sfmode_constant_to_ulong), config/ns32k/merlin.h
18177 (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
18178 config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
18179 (PRINT_OPERAND): Don't use local version of union
18182 * config/convex/convex.c (check_float_value), config/vax/vax.c
18183 (vax_float_literal), config/m88k/m88k.md (divdf3),
18184 config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
18185 config/pdp11/pdp11.c (output_move_quad): Don't do host
18186 arithmetic on target floating point quantities.
18188 * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
18189 (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.
18191 * fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
18192 Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.
18194 * real.c (earith): Test INFINITY rather than REAL_INFINITY;
18195 NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
18197 * print-rtl.c (print_rtx): Disable code which needs
18198 floating-point emulator.
18199 * libgcc2.c: Include float.h and use DBL_MANT_DIG,
18200 FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
18201 depending on HOST_FLOAT_FORMAT to be defined properly.
18203 * config/1750a/1750a.c (get_double, float_label): Delete.
18204 (print_operand): Delete huge commented-out chunk. Use
18205 REAL_VALUE_TO_DECIMAL.
18206 * config/1750a/1750a-protos.h: Delete prototypes of deleted
18208 * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
18210 * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
18211 Use REAL_VALUE_TO_DECIMAL as ELF version does.
18212 * config/m88k/m88k.c (real_power_of_2_operand,
18213 legitimize_operand): Take the REAL_VALUE_TYPE and/or union
18214 real_extract out of the union; run the input through
18215 REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
18216 from that into the union.
18217 * config/pdp11/pdp11.c (output_move_double): Rearrange
18218 parentheses to make automatic indenter happy.
18220 * doc/tm.texi (Cross-compilation): Rename node to "Floating
18221 Point" and rewrite to describe current situation. Also adjust
18222 documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
18224 * doc/rtl.texi: Adjust cross reference.
18226 2002-03-22 Bob Wilson <bob.wilson@acm.org>
18228 * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
18229 (xtensa_valid_move, xtensa_preferred_reload_class): Define.
18230 * config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
18231 (xtensa_valid_move, xtensa_preferred_reload_class): Define to
18232 prevent use of sp as a reload register.
18233 (xtensa_emit_move_sequence): Use xtensa_valid_move instead of
18234 non_acc_reg_operand.
18235 * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
18236 (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
18237 * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
18238 movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.
18240 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
18242 * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
18243 * cpplex.c (unterminated): Delete.
18244 (parse_string): No string literal may extend over multiple
18245 lines. Suppress the error when preprocessing assembly.
18246 * cppmain.c (scan_translation_unit): Strings are single-line.
18248 * doc/cpp.texi: Update to match.
18250 2002-03-22 Jakub Jelinek <jakub@redhat.com>
18252 PR optimization/5854
18253 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
18255 (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
18256 (EXTRA_CONSTRAINT): Use S for non-push memory operand.
18257 * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
18258 const0 if scratch register was not allocated.
18259 (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
18260 m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
18261 with GEN_INT (...).
18262 (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
18263 * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
18264 with GEN_INT (...) everywhere. Remove constraints in define_split
18266 (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
18267 require scratch register for setting 0 into regs/non-pushable memory.
18269 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
18271 * config/mips/mips.h (MASK_RETURN_ADDR): Define.
18272 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
18274 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
18276 * cpplib.h (struct cpp_options): New member, warn_endif_labels.
18277 * cppinit.c (cpp_create_reader): On by default.
18278 (cpp_handle_option): Handle -W[no-]endif-labels.
18279 (cpp_post_options): Also enable if -pedantic.
18280 * cpplib.c (do_else): Use it.
18281 (do_endif): Likewise.
18282 * doc/cppopts.texi: Document new option.
18283 * doc/invoke.texi: Document new option.
18285 2002-03-22 Lars Brinkhoff <lars@nocrew.org>
18287 * config/i386/i386.c, config/i386/i386.md: Change all occurences
18288 of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).
18290 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
18292 * flow.c (calculate_global_regs_live): Clear aux fields of
18295 2002-03-22 Jakub Jelinek <jakub@redhat.com>
18297 * config/v850/v850.c (v850_reorg): Only call alter_subreg on
18298 REG or MEM subregs, pass rtx * instead of rtx to it.
18299 * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
18300 rtx * instead of rtx to alter_subreg.
18301 * config/m32r/m32r.c (gen_split_move_double): Likewise.
18302 * config/pj/pj.c (pj_output_rval): Likewise.
18304 2002-03-22 Richard Henderson <rth@redhat.com>
18307 * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
18308 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
18309 * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
18310 (ia64_expand_prologue): Look at int_regs, not words, for number
18311 of incomming int regs.
18313 2002-03-22 Andrew MacLeod <amacleod@redhat.com>
18315 * expr.c (expand_expr): A RESULT_DECL is part of a call.
18317 Fri Mar 22 16:30:42 CET 2002 Jan Hubicka <jh@suse.cz>
18319 * toplev.c (flag_loop_optimize, flag_crossjumping):
18320 New static variables.
18321 (rest_of_compilation): Conditionalize crossjumping and
18323 (parse_options_and_default_flags): Default loop_optimize and
18325 (lang_independent_options): Add -fcrossjumping and -floop-optimize
18326 * invoke.texi (crossjumping, loop-optimize): Document.
18328 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
18330 * real.c (eiisneg): Move outside #ifdef NANS.
18332 Fri Mar 22 12:08:36 CET 2002 Jan Hubicka <jh@suse.cz>
18334 * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
18335 frequencies match; avoid match on different loop depths.
18336 (try_crossjump_to_bb): Kill tests that no longer brings time
18338 * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
18340 (split_edge): Likewise.
18342 * flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
18345 * Makefile.in (cfgrtl): Add insn-config.h depenendency.
18346 * cfgrtl.c: Include insn-config.h
18347 (split_block) Dirtify block in presence of conditional execution
18349 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
18351 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
18352 * config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
18353 (function_arg): Constify CUMULATIVE_ARGS.
18354 (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
18355 * config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
18356 (UNITS_PER_DOUBLE): New macro.
18357 (SETUP_INCOMING_VARARGS): Define. Use mips_setup_incoming_varargs.
18358 (CUMULATIVE_ARGS): Reformat. Remove num_adjusts workaround and
18359 last_arg_fp field. Replace arg_words and fp_arg_words with gp_regs,
18360 fp_regs and stack_words.
18361 (EABI_FLOAT_VARARGS_P): New macro.
18362 * config/mips/mips.c (struct mips_arg_info): New.
18363 (mips_arg_info): New function.
18364 (function_arg_advance): Use it. Add adjustment instructions here
18365 rather than in function_arg.
18366 (function_arg): Constify CUMULATIVE_ARGS. Use mips_arg_info. Check
18367 for VOIDmode at the beginning of the function.
18368 (function_partial_nregs): Constify CUMULATIVE_ARGS. Use mips_arg_info.
18369 (function_arg_pass_by_reference): Likewise.
18370 (mips_setup_incoming_varags): New, largely based on old abi64.h code.
18371 (mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
18372 (mips_va_start): Likewise. Use the new stack_words field of
18373 CUMULATIVE_ARGS to set up overflow area. Reformat.
18374 (mips_va_arg): Test EABI_FLOAT_VARARGS_P. Unify EABI handling of
18375 doubles and other types, aligning the overflow pointer for non-doubles
18376 too. Remove some code duplication. Replace hard-coded constants.
18378 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
18380 * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
18381 (CLASS_UNITS): Undefine.
18382 (CLASS_MAX_NREGS): Use FP_INC.
18383 * config/mips/mips.c (compute_frame_size): Likewise.
18384 (override_options): Use FP_INC and UNITS_PER_FPVALUE.
18386 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
18388 * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
18389 prototype, and handle lexing numbers and identifiers.
18390 (parse_identifier): Update to new form of parse_slow.
18391 (parse_number): Fast path only, use parse_slow otherwise.
18392 (_cpp_lex_direct): Update calls to parse_number.
18394 2002-03-21 DJ Delorie <dj@redhat.com>
18396 * bb-reorder.c (make_reorder_chain_1): Protect against
18397 when redundant edges are omitted.
18398 * predict.c (dump_prediction): Likewise.
18400 2002-03-21 Richard Henderson <rth@redhat.com>
18403 * fixinc/inclhack.def (solaris_stdio_tag): New.
18404 * fixinc/fixincl.x: Regenerate.
18406 2002-03-21 Eric Botcazou <ebotcazou@multimania.com>
18409 * c-typeck.c (process_init_element): Flag non-static
18410 initialization of a flexible array member as illegal.
18412 2002-03-22 Alan Modra <amodra@bigpond.net.au>
18414 * config/rs6000/t-linux64: New.
18415 * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
18416 t-ppccomm. Use t-rs6000 and t-linux64.
18417 (powerpc64-*-gnu* <tmake_file>): Likewise.
18418 * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
18419 * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
18420 * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.
18422 2002-03-21 Aldy Hernandez <aldyh@redhat.com>
18424 * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
18425 flag_really_no_inline instead of optimize == 0.
18427 * c-objc-common.c (c_cannot_inline_tree_fn): Same.
18429 * cp/tree.c (cp_cannot_inline_tree_fn): Same.
18431 * flags.h (flag_really_no_inline): New.
18433 * c-common.c (c_common_post_options): Initialize
18434 flag_really_no_inline.
18436 * toplev.c (flag_really_no_inline): New.
18438 2002-03-21 Jakub Jelinek <jakub@redhat.com>
18440 * config/avr/avr.md (length): Fix length computation for
18441 conditional branches.
18443 2002-03-21 Neil Booth <neil@daikokuya.demon.co.uk>
18445 * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
18446 sdbout.o, profile.o): Update.
18447 * c-common.c (c_common_nodes_and_builtins): Use pushdecl
18449 * c-common.h (gettags): Move here from tree.h.
18450 * c-tree.h (pushdecl, pushlevel, poplevel, set_block,
18451 insert_block, getdecls, kept_level_p, global_bindings_p): New.
18452 * dbxout.c (dbxout_init): Use getdecls langhook.
18453 * expr.c (expand_expr): Use insert_block langhook.
18454 * fold-const.c: Include langhooks.h.
18455 (fold_range_test, fold_binary_op_with_conditional_arg,
18456 fold): Use global_bindings_p langhook.
18457 * integrate.c (expand_inline_function): Use insert_block langhook.
18458 * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
18459 LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
18460 LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
18461 LANG_HOOKS_GETDECLS): New.
18462 (LANG_HOOKS_INITIALIZER): Update.
18463 * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
18465 * langhooks.h (struct lang_hooks_for_decls): New.
18466 (struct lang_hooks): Update.
18467 * profile.c: Include langhooks.h.
18468 (output_func_start_profiler): Use new langhooks.
18469 * sdbout.c: Include langhooks.h.
18470 (sdbout_init, sdbout_finish): Use getdecls langhook.
18471 * stmt.c: Include langhooks.h.
18472 (expand_fixup, fixup_gotos): Use new langhooks.
18473 * stor-layout.c: Include langhooks.h.
18474 (variable_size): Use global_bindings_p langhook.
18475 * toplev.c (compile_file): Use getdecls langhook.
18476 * tree-inline.c (remap_block): Use insert_block langhook.
18477 * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
18478 insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
18480 2002-03-21 Richard Henderson <rth@redhat.com>
18482 * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
18483 constants in .data when -fpic.
18485 2002-03-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18487 * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
18490 2002-03-21 Tom Tromey <tromey@redhat.com>
18492 * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
18494 Thu Mar 21 09:50:48 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18496 * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
18498 * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
18500 2002-03-21 Eric Botcazou <ebotcazou@multimania.com>
18501 Richard Henderson <rth@redhat.com>
18504 * c-common.c (c_expand_expr): Preserve result of a statement
18505 expression if needed.
18507 2002-03-21 Jakub Jelinek <jakub@redhat.com>
18510 * genrecog.c (maybe_both_true_mode): Remove.
18511 (maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
18512 * machmode.def (Pmode): Likewise.
18514 Thu Mar 21 01:55:06 EST 2002 John Wehle (john@feith.com)
18516 * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
18517 (nonlocal_mentioned_p_1): New function.
18518 (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
18519 (nonlocal_set_p, nonlocal_set_p_1): Likewise.
18520 (mark_constant_function): Recognize pure functions.
18521 * rtl.h (global_reg_mentioned_p): New prototype.
18522 * rtlanal.c (global_reg_mentioned_p,
18523 global_reg_mentioned_p_1): New function.
18525 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18527 * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
18529 * fixinc/fixincl.x: Regenerate.
18531 2002-03-20 Jason Merrill <jason@redhat.com>
18533 * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
18535 2002-03-20 Michael Meissner <meissner@redhat.com>
18537 * doc/invoke.texi (Optimize Options): Document that -O2 sets
18540 2002-03-20 Bob Wilson <bob.wilson@acm.org>
18542 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
18543 ".literal_position" directive before the constant pool.
18545 2002-03-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18547 * doc/contrib.texi (Contributors): Update Geoffrey Keating.
18548 Add Craig Rodrigues.
18549 Add Brad Lucier to testers.
18551 2002-03-20 Jakub Jelinek <jakub@redhat.com>
18554 * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
18556 (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
18557 * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
18558 instead of insn_extract.
18560 2002-03-20 Jakub Jelinek <jakub@redhat.com>
18563 * config/fr30/fr30.md (jump): Remove clobber of fixed register.
18565 * genemit.c (output_added_clobbers_hard_reg_p): Only output return
18566 stmt if some case has been output.
18568 2002-03-20 Jakub Jelinek <jakub@redhat.com>
18571 * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
18572 movsfcc_1, movdfcc_1): Add %O2.
18573 * config/i386/i386.c (print_operand): Handle %ON.
18574 Print . before float condition codes in Sun as cmov syntax.
18575 * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
18576 * config.gcc (i[34567]86-*-solaris2*): Remove comment which is
18579 2002-03-20 Philip Blundell <pb@nexus.co.uk>
18581 * config/arm/arm.c (arm_output_epilogue): Don't generate separate
18582 return instruction if PC was popped.
18584 2002-03-20 Bob Wilson <bob.wilson@acm.org>
18586 * config/xtensa/xtensa.md: Remove unused type attributes.
18587 (adddi_carry, subddi_carry): Change type attribute to "multi".
18589 2002-03-19 Dale Johannesen <dalej@apple.com>
18591 PR optimization/5999, middle-end/5731
18592 * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
18593 multiplications by reciprocals.
18595 2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
18597 * Makefile.in: Update.
18598 * c-common.c: Include langhooks.h.
18599 (inline_forbidden_p): Use new hook.
18600 * diagnostic.c: Include langhooks.h.
18601 (format_with_decl, announce_function,
18602 default_print_error_function): Use new hook.
18603 * dwarf2out.c (dwarf2_name): Use new hook.
18604 * function.c: Include langhooks.h.
18605 (init_function_start): Use new hook.
18606 * langhooks-def.h (lhd_decl_printable_name): New.
18607 (LANGHOOKS_DECL_PRINTABLE_NAME): New.
18608 (LANGHOOKS_INITIALIZER): Update.
18609 * langhooks.c (lhd_decl_printable_name): New.
18610 * langhooks.h (struct lang_hooks): New hook.
18611 * toplev.c (decl_name, decl_printable_name): Remove.
18612 (open_dump_file): Use new hook.
18613 (process_options): Remove old hook.
18614 * tree.h (decl_printable_name): Remove.
18616 * objc-act.c (objc_init): Remove old hook.
18617 (objc_printable_name): Export.
18618 * objc-act.h (objc_printable_name): New.
18619 * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
18621 2002-03-19 Jim Blandy <jimb@redhat.com>
18623 * c-lex.c (cb_file_change): Pass the #inclusion's line number to
18624 the start_source_file debug hook, not the current line number.
18626 2002-03-19 Richard Henderson <rth@redhat.com>
18628 * flow.c (EH_USES): Provide default.
18629 (calculate_global_regs_live): Use it for EH edges and noreturn calls.
18630 * doc/tm.texi (EH_USES): New.
18632 * config/ia64/ia64.c (ia64_eh_uses): New.
18633 * config/ia64/ia64-protos.h: Update.
18634 * config/ia64/ia64.h (EH_USES): New.
18636 2002-03-19 Richard Henderson <rth@redhat.com>
18638 * varasm.c (output_constant_def): Fix stupid typo.
18640 2002-03-19 Richard Henderson <rth@redhat.com>
18643 * except.c (current_function_has_exception_handlers): New.
18644 * except.h: Declare it.
18645 * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
18646 Combine tests that disable all sibcalls for the function.
18648 2002-03-19 Olivier Hainque <hainque@act-europe.fr>
18650 * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
18653 2002-03-19 Richard Henderson <rth@redhat.com>
18656 * config/ia64/ia64.c: Revert 2002-03-01 patch.
18657 * config/ia64/ia64.h (INIT_EXPANDERS): New.
18659 2002-03-19 Jim Blandy <jimb@redhat.com>
18661 * cppmacro.c (cpp_macro_definition): Emit a space after the macro
18662 name, even if the replacement list contains no tokens, as required
18665 2002-03-19 Jason Merrill <jason@redhat.com>
18667 * varasm.c (globalize_decl): Get the name from the RTL, not
18668 DECL_ASSEMBLER_NAME.
18670 * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
18672 2002-03-19 Bob Wilson <bob.wilson@acm.org>
18674 * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
18675 subdi_carry): Define.
18677 2002-03-19 David Edelsohn <edelsohn@gnu.org>
18679 * config/rs6000/rs6000.c (rs6000_override_options): Only warn
18680 about -fpic/-fPIC if extra_warnings set.
18682 2002-03-19 David Edelsohn <edelsohn@gnu.org>
18684 * expr.c (expand_expr): Sign-extend CONST_INT generated from
18685 TREE_STRING_POINTER.
18686 * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
18688 Tue Mar 19 14:12:32 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18690 * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
18691 in favor of SP if FRAME_POINTER_REQUIRED is false.
18693 2002-03-19 Lars Brinkhoff <lars@nocrew.org>
18695 * emit-rtl.c (gen_int_mode): New function.
18696 * rtl.h: Prototype for it.
18697 * combine.c (make_extraction, simplify_comparison), expmed.c
18698 (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
18699 (convert_modes, store_field), optabs.c (expand_fix),
18700 simplify-rtx.c (neg_const_int, simplify_unary_real),
18702 * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
18703 Use it instead of GEN_INT (trunc_int_for_mode (...)).
18705 2002-03-19 Jakub Jelinek <jakub@redhat.com>
18708 * langhooks.h (struct lang_hooks_for_tree_inlining): Add
18709 convert_parm_for_inlining.
18710 * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
18712 * langhooks-def.h: Likewise.
18713 * objc/objc-lang.c: Likewise.
18714 * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
18716 * tree-inline.c (initialize_inlined_parameters):
18717 Call convert_parm_for_inlining lang hook if needed.
18718 * c-typeck.c (c_convert_parm_for_inlining): New function.
18719 * c-tree.h (c_convert_parm_for_inlining): Add prototype.
18721 2002-03-18 Mark Mitchell <mark@codesourcery.com>
18723 * calls.c (precompute_arguments): Do not assume that temporaries
18724 can be destroyed after expanding the argument.
18725 (expand_call): Likewise.
18727 2002-03-15 Eric Christopher <echristo@redhat.com>
18729 * config/mips/mips.md (movdf_internal2): Add two new move constraints.
18730 Fix register preference on last change.
18731 * config/mips/mips.c (mips_return_in_memory): New function.
18732 * config/mips/mips.h (RETURN_IN_MEMORY): Use.
18733 * config/mips/mips-protos.h: Declare.
18734 * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
18735 * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
18737 2002-03-18 Alexandre Oliva <aoliva@redhat.com>
18739 * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
18741 (anddi3, iorsi3): Likewise.
18743 * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
18744 use %gprel for symbols that are going to be placed in linkonce
18747 * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
18748 RETURN_ADDRESS_POINTER_REGNUM to $ra.
18749 (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
18750 not needed. Disregard leaf_function_p().
18751 (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
18752 mips16 frame pointer.
18753 * config/mips/mips.md (store ra): Only to small SP offsets.
18754 2001-08-22 Graham Stott <grahams@redhat.com>
18755 * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
18756 return a REG rtx for the return address register.
18758 2002-03-18 Bob Wilson <bob.wilson@acm.org>
18760 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
18761 constant-pool addresses as "mode-dependent".
18762 (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
18764 2002-03-18 Jakub Jelinek <jakub@redhat.com>
18767 * expr.c (emit_group_load): Use extract_bit_field if
18768 needed for CONCAT arguments.
18770 2002-03-18 Richard Earnshaw <rearnsha@arm.com>
18773 * arm.md (tablejump): Make this a define_expand. For PIC add the
18774 offset to the base of the table.
18775 (thumb_tablejump): Matcher for Thumb tablejump insn.
18776 * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
18777 as the difference of two labels.
18778 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
18779 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
18780 tables in the code.
18781 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
18782 * arm.c (get_jump_table_size): If the table is not in the text
18783 section, return zero.
18785 2002-03-18 Bernd Schmidt <bernds@redhat.com>
18787 * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
18789 (arm_reload_out_hi): Use gen_lowpart instead of
18790 gen_rtx_SUBREG to access QImode components.
18791 * config/arm/arm.md: Disable zero_extend split for QImode
18792 subregs in BIG_ENDIAN mode.
18793 (storehi_bigend): Match use of least significant byte.
18794 (storeinthi): Remove extraneous SUBREG.
18795 Add missing construction of operands[2].
18796 (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
18797 (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
18798 Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
18800 2002-03-18 Aldy Hernandez <aldyh@redhat.com>
18802 * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
18805 2002-03-17 Richard Henderson <rth@redhat.com>
18807 * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
18810 2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
18812 * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
18813 (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
18815 2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18817 * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
18819 * predict.c (estimate_bb_frequencies): Delete unused variables.
18821 2002-03-17 Richard Henderson <rth@redhat.com>
18823 * config/ia64/ia64.c (ia64_attribute_table): Move before
18824 targetm definition. Make static.
18826 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
18828 * c-common.h (yyparse, c_common_parse_file): New.
18829 * c-lang.c: Include c-common.h.
18830 (LANG_HOOKS_PARSE_FILE): Redefine.
18831 * c-lex.c: Include c-common.h.
18832 (yyparse): Rename c_common_parse_file. Call yyparse.
18833 * c-parse.in (yyparse): Remove macro.
18834 * c-tree.h (yyparse_1): Remove.
18835 * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
18836 (LANG_HOOKS_INITIALIZER): Update.
18837 * langhooks.h (struct lang_hoooks): New hook parse_file.
18838 * toplev.c (compile_file): Use parse_file hook.
18839 * tree.h (yyparse): Remove.
18840 * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
18842 2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
18844 * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
18845 float_truncate, not fix.
18846 ("*truncdfsf2_real"): Ditto.
18847 ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
18849 * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
18851 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
18853 * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
18854 (s8), but rather HARD_FRAME_POINTER_REGNUM. Add parentheses
18855 where appropriate. Make the second reference to
18856 leaf_function_p a function call, as intended. Reindented.
18858 * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
18859 * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
18861 * config/mips/mips.md (addsi3, adddi3): Use scratch register to
18862 add register to non-constant into sp.
18864 * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
18865 * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
18866 (mips16_gp_pseudo_rtx): Lose.
18867 (INIT_EXPANDERS): Deleted.
18868 * config/mips/mips.c (mips_init_machine_status): New.
18869 (mips_free_machine_status): New.
18870 (mips_mark_machine_status): New.
18871 (override_options): Set them.
18872 (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
18873 (struct machine_function): ... new. Replaced all references.
18874 (mips_add_gc_roots): Don't mark them.
18875 (embedded_pic_fnaddr_reg): New, extracted from...
18876 (embedded_pic_offset): ... here.
18877 * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
18880 2002-03-16 Neil Booth <neil@daikokuya.demon.co.uk>
18882 * cppinit.c: Revert -MD removal.
18884 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18886 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
18887 soft registers by default for 68HC12.
18888 (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
18889 when compiling with -fomit-frame-pointer.
18890 (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
18891 (expand_epilogue): Likewise.
18892 (m68hc11_gen_rotate): Use exg when rotating by 8.
18894 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18896 * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
18897 * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
18898 (splits): Remove unused add splits.
18899 ("*addhi3_68hc12"): Tune constraints.
18900 ("addhi_sp"): Try to use X instead of Y in all cases and if the
18901 constant fits in 8-bits and D is dead use abx/aby instructions.
18902 ("*addhi3"): Remove extern declaration of ix_reg.
18903 ("*subsi3"): Optimize and provide new split.
18904 ("subhi3"): Cleanup.
18905 ("*subhi3_sp"): Avoid saving X if we know it is dead.
18906 (arith splits): For 68hc12 save the address register on the stack
18907 and do the arithmetic operation with a pop.
18909 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18911 * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
18912 allocating QImode in address registers.
18913 ("*movqi_m68hc11"): Likewise.
18915 Sat Mar 16 12:57:28 CET 2002 Jan HUbicka <jh@suse.cz>
18917 * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
18919 2002-03-16 Neil Booth <neil@daikokuya.demon.co.uk>
18921 * cppinit.c (print_help): Display -MD and -MMD.
18922 Don't display usage string. Update assertion syntax and
18924 (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
18925 (cpp_handle_option): Update.
18927 2002-03-15 Chris Demetriou <cgd@broadcom.com>
18929 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
18930 MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
18931 and define it so that regardless of target CPU size,
18932 __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
18933 of "int" rather than "long."
18935 2002-03-15 Richard Henderson <rth@redhat.com>
18937 * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
18940 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18942 * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
18943 ("tstqi" split): Avoid using memory for tstqi on address register.
18944 (splits): Remove constraints.
18945 ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
18946 ("cmpdf", "cmpsf"): Remove since not used.
18947 ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
18948 (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
18950 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18952 * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
18953 ("neghi2"): Tighten constraints.
18954 ("one_cmplsi2"): Optimize and simplify split.
18955 * config/m68hc11/larith.asm (__negsi2): Likewise for library.
18957 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18959 * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
18960 and split of AND operation to clear the upper bits.
18961 ("*logicalsi3_zextqi"): Likewise.
18962 ("*logicallhi3_zexthi_ashift8"): Likewise.
18963 ("*logicalsi3_silshr16"): Likewise.
18964 ("logicalsi3_silshl16"): Likewise.
18965 ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
18967 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18969 * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
18970 (m68hc11_indirect_p): New function.
18971 (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
18972 (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
18974 (asm_print_register): Likewise.
18975 * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
18976 (m68hc11_indirect_p): Declare.
18977 * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
18978 (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
18979 (TARGET_SWITCHES): New option -mrelax.
18980 * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
18982 ("iorsi3", "xorsi3"): Likewise.
18983 ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
18984 ("*andhi3_mem"): New to handle destination in memory with bclr
18985 and a scratch register.
18986 ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
18987 ("*andhi3_const"): New when operand2 is constant.
18988 ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
18989 ("*andhi3_gen"): Cleanup of the old "andhi3".
18990 ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
18991 ("xorqi3"): Update constraints.
18993 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18995 * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
18996 for reg_equiv_memory_loc when the operand is a register that does
18997 not get a hard register (stack location).
18998 (tst_operand): After reload, accept all memory operand.
18999 (symbolic_memory_operand): Fix detection of symbolic references.
19000 * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
19001 accept symbols and any constant.
19003 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19005 * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
19006 note on the insn that sets the soft frame register.
19007 (must_parenthesize): ix and iy are also reserved names.
19008 (print_operand_address): One more place where parenthesis are required
19009 to avoid confusion with register names.
19010 (m68hc11_gen_movhi): Allow push of stack pointer.
19011 (m68hc11_check_z_replacement): Fix handling of parallel with a
19013 (m68hc11_z_replacement): Must update the REG_INC notes to tell what
19014 the replacement register is.
19015 * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
19016 and D8_REGS classes.
19017 (MODES_TIEABLE_P): All modes are tieable except QImode.
19019 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19021 * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
19022 (___subdi3): Likewise.
19023 (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
19024 (__map_data_section): Optimize 68hc11 case.
19026 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19028 * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
19029 than a shift to avoid adding a register with itself.
19030 (m68hc11_memory_move_cost): Take into account NO_REGS.
19031 (m68hc11_register_move_cost): Update and use memory move cost
19032 for soft registers.
19033 (m68hc11_address_cost): Make cost of valid offset not 0 so that
19034 it gives more opportunities to cse to optimize.
19035 * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
19036 * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
19038 2002-03-15 Mark Mitchell <mark@codesourcery.com>
19040 * c-common.c (statement_code_p): Handle CLEANUP_STMT.
19041 * c-common.def (CLEANUP_STMT): New tree node.
19042 * c-common.h (CLEANUP_DECL): New macro.
19043 (CLEANUP_EXPR): Likewise.
19044 * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
19045 * expr.c (expand_expr): Tidy.
19046 * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
19047 * tree-inline.c (initialize_inlined_parameters): Clean up
19048 new local variables.
19050 2002-03-15 Jakub Jelinek <jakub@redhat.com>
19053 * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
19054 before movrXX only, use reg_overlap_mentioned_p.
19055 Only special case NE if just one insn can be generated.
19057 2002-03-15 Jason Merrill <jason@redhat.com>
19059 * varasm.c (assemble_variable): Call resolve_unique_section before
19060 checking DECL_SECTION_NAME. Use zeros for a decl with DECL_INITIAL
19061 of error_mark_node.
19063 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
19066 * arm.md (split pattern for thumb shiftable immediates): Add comment
19067 explaining non-obvious test.
19069 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
19072 * arm.md (movaddr, movaddr_insn): Delete.
19074 2002-03-15 Jason Merrill <jason@redhat.com>
19076 * toplev.c (wrapup_global_declarations): Clarify variable handling.
19077 -fkeep-static-consts doesn't apply to comdats.
19079 2002-03-14 Richard Henderson <rth@redhat.com>
19081 * c-decl.c: Include c-pragma.h.
19082 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
19083 (finish_function): Tidy.
19084 * c-pragma.c: Include c-common.h.
19085 (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
19086 (handle_pragma_weak): Use them.
19087 (init_pragma): Register pending_weaks.
19088 * c-pragma.h (maybe_apply_pragma_weak): Declare.
19089 * print-tree.c (print_node): Print DECL_WEAK.
19090 * varasm.c (mark_weak_decls): Remove.
19091 (remove_from_pending_weak_list): Remove.
19092 (add_weak): Remove.
19093 (asm_emit_uninitialised): Call globalize_decl for weak commons.
19094 (weak_decls): Make a tree_list.
19095 (declare_weak): Cons weak_decls directly.
19096 (globalize_decl): Remove weak_decls elements directly.
19097 (weak_finish): Simplify weak_decls walk. Don't weaken unused
19098 symbols. Don't pretend to handle aliases.
19099 (init_varasm_once): Update weak_decls registry.
19100 * Makefile.in: Update dependencies.
19102 2002-03-14 Richard Henderson <rth@redhat.com>
19105 * config/ia64/ia64.c: Include tm_p.h last.
19106 (gen_nop_type): Remove duplicate definition.
19107 (cycle_end_fill_slots): Set sched_data for second L slot.
19108 (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
19109 (nop_cycles_until): Fix typos.
19111 2002-03-15 Jakub Jelinek <jakub@redhat.com>
19113 PR optimization/5891
19114 * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
19116 2002-03-14 David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
19118 * config/ia64/unwind-ia64.c: Handle copy_state and label_state
19119 descriptors correctly.
19121 2002-03-14 Michael Meissner <meissner@redhat.com>
19123 * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
19124 100, allowing MAX_UNROLLED_INSNS to be overridden.
19126 * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
19129 * unroll.c (params.h): Include.
19130 (MAX_UNROLLED_INSNS): Delete, now in params.h.
19132 * doc/invoke.texi (--param max-unroll-insns): Document.
19134 * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
19136 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
19138 * arm.md: Fix warnings about constraints in peepholes and splits.
19140 2002-03-14 Zack Weinberg <zack@codesourcery.com>
19142 * cpphash.h (struct lexer_state): Remove line_extension member.
19143 * cpplib.c (dequote_string, do_linemarker): New functions.
19144 (linemarker_dir): New data object.
19145 (DIRECTIVE_TABLE): No longer need to interpret #line in
19146 preprocessed source. Delete obsolete comment about return
19147 values of handlers.
19148 (end_directive, directive_diagnostics, _cpp_handle_directive):
19149 Don't muck with line_extension.
19150 (directive_diagnostics): No need to issue warnings for
19152 (_cpp_handle_directive): Issue warnings for linemarkers here,
19153 when appropriate. Dispatch linemarkers to do_linemarker, not
19155 (do_line): Code to handle linemarkers split out to do_linemarker.
19156 Convert escape sequences in filename argument, both places.
19158 * cppmacro.c (quote_string): Rename cpp_quote_string and
19159 export. All callers changed.
19160 * cpplib.h (cpp_quote_string): Prototype.
19161 * cppmain.c (print_line): Call cpp_quote_string on to_file
19162 before printing it.
19164 * doc/cpp.texi: Document that escapes are now interpreted in
19165 #line and in linemarkers, and that non-printing characters are
19166 converted to octal escapes when linemarkers are generated.
19168 Thu Mar 14 19:04:29 CET 2002 Jan Hubicka <jh@suse.cz>
19170 * emit-rtl.c (try_split): Use delete_insns.
19171 * recog.c (split_all_insns): Fix terminating condition.
19173 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
19174 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
19177 * arm.c (arm_output_epilogue): Fix floating-point register save
19178 adjustment when using a frame pointer.
19180 2002-03-14 Richard Sandiford <rsandifo@redhat.com>
19182 * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
19183 * config/mips/mips.c (compute_frame_size): Retrofit them here.
19184 (save_restore_insns, mips_expand_epilogue): And here.
19185 (build_mips16_call_stub): And here.
19186 (mips_function_value): Use the new macros to decide whether a single
19187 or complex float can be returned in floating-point registers. Return
19188 a parallel rtx in the complex case.
19190 Thu Mar 14 11:03:12 CET 2002 Jan Hubicka <jh@suse.cz>
19192 * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
19193 call after liveness analysis.
19195 * recog.c (split_insn): Use delete_insn_and_edges.
19197 * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
19198 instructions to have branch prediction notes.
19199 * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
19201 2002-03-14 Geoffrey Keating <geoffk@redhat.com>
19203 * configure.in: Don't pass -Wno-long-long to a ADA compiler
19204 that doesn't support it.
19205 * configure: Regenerate.
19207 2002-03-13 Jakub Jelinek <jakub@redhat.com>
19210 * config/sparc/sparc.md (normal_branch, inverted_branch,
19211 normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
19212 inverted_fp_branch): Adjust calls to output_cbranch.
19213 Set length attribute.
19214 (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
19215 output_v9branch. Set length attribute.
19216 * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
19218 (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
19219 (output_cbranch): Likewise. Handle far branches.
19220 (output_v9branch): Handle far branches.
19221 * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
19223 * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
19224 noov_compare64_op predicates.
19226 2002-03-13 Jason Merrill <jason@redhat.com>
19228 * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
19229 into the function and constify it.
19230 * gthr-dce.h, gthr-solaris.h: Likewise.
19232 2002-03-13 David Edelsohn <edelsohn@gnu.org>
19234 * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
19235 * config/rs6000/rs6000.c (rs6000_va_arg): Use
19236 std_expand_builtin_va_arg if not ABI_V4.
19238 2002-03-13 Jason Merrill <jason@redhat.com>
19240 * varasm.c (globalize_decl): New fn.
19241 (assemble_start_function): Use it.
19242 (asm_emit_uninitialized): Use it.
19243 (assemble_alias): Use it.
19244 (assemble_variable): Use it.
19246 2002-03-13 Hans-Peter Nilsson <hp@axis.com>
19248 * config/cris/cris.c (cris_target_asm_function_prologue): Revert
19249 2002-03-12 internal visibility change.
19250 (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
19251 visibility into SYMBOL_REF_FLAG.
19253 2002-03-13 Ulrich Weigand <uweigand@de.ibm.com>
19255 * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
19256 VOIDmode operand. Add compile-time optimization for constant results.
19258 2002-03-12 Jason Merrill <jason@redhat.com>
19260 * c-typeck.c (convert_for_assignment): Don't allow conversions
19261 between pointers and references. Only allow lvalues to convert to
19264 2002-03-13 Hartmut Penner <hpenner@de.ibm.com>
19266 * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
19267 before prologue, to avoid scheduling problems.
19269 2002-03-13 Jakub Jelinek <jakub@redhat.com>
19271 * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
19272 (ELIMINABLE_REGS): Add sfp->sp.
19273 (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
19275 2002-03-13 Jakub Jelinek <jakub@redhat.com>
19277 PR optimization/5892
19278 * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
19280 2002-03-13 Jakub Jelinek <jakub@redhat.com>
19282 * loop.c (basic_induction_var): Don't call convert_modes if mode
19283 classes are different.
19285 2002-03-12 Richard Henderson <rth@redhat.com>
19287 PR optimization/5901
19288 * function.c (reposition_prologue_and_epilogue_notes): Position
19289 the markers after/before the last/first insn not deleted.
19291 2002-03-12 Richard Henderson <rth@redhat.com>
19293 PR optimization/5878
19294 * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
19295 config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
19296 (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
19298 * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
19299 config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
19300 PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
19302 * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
19303 * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
19304 (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
19305 also. Don't set it if not flag_pic.
19306 * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
19307 to be INVALID_REGNUM when not used.
19309 2002-03-13 Aldy Hernandez <aldyh@redhat.com>
19311 * expmed.c (store_bit_field): Reset alias set for memory.
19312 (extract_bit_field): Same.
19314 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19316 * c-common.c (c_tree_code_type, c_tree_code_length,
19317 c_tree_code_name, add_c_tree_codes): Delete.
19318 * c-common.h (add_c_tree_codes): Delete.
19319 * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
19321 * c-objc-common.c (c_objc_common_init): Don't call
19322 add_c_tree_codes, instead set lang_unsafe_for_reeval.
19323 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
19324 objc_tree_code_name, add_objc_tree_codes): Delete.
19325 (objc_init): Don't call add_objc_tree_codes.
19326 * objc/objc-lang.c (tree_code_type, tree_code_length,
19327 tree_code_name): Define.
19328 * toplev.c (lang_independent_init): Don't set
19329 tree_code_length[IDENTIFIER_NODE].
19330 * tree.c (tree_code_type, tree_code_length, tree_code_name):
19331 Delete definitions, moved to language front-ends.
19332 * tree.def (IDENTIFIER_NODE): Hardwire the length.
19333 * tree.h (tree_code_type, tree_code_length, tree_code_name):
19335 (tree_code_length): Change type to unsigned char.
19337 2002-03-12 Richard Henderson <rth@redhat.com>
19339 * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
19340 internal visibility change.
19342 2002-03-12 Bob Wilson <bob.wilson@acm.org>
19344 * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
19345 validize_mem() instead of change_address to avoid clobbering
19348 2002-03-12 Neil Booth <neil@daikokuya.demon.co.uk>
19350 * c-lex.h (position_after_whitespace): Remove.
19352 2002-03-12 Jakub Jelinek <jakub@redhat.com>
19354 * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
19355 (lex_string): Use unsigned char pointers.
19357 2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
19359 * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
19360 is not a valid memory_operand.
19362 2002-03-12 Bob Wilson <bob.wilson@acm.org>
19364 * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
19365 * config/xtensa/lib1funcs.asm: Fix copyright to include
19366 special case for libgcc files.
19367 (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
19368 (__divsi3): Likewise.
19369 (__umodsi3): Likewise.
19370 (__modsi3): Likewise.
19371 * config/xtensa/lib2funcs.S: Fix copyright to include
19372 special case for libgcc files.
19374 2002-03-12 Tom Rix <trix@redhat.com>
19376 * collect2.c (resolve_lib_name): Move outside of
19377 OBJECT_FORMAT_COFF ifdef.
19378 (ignore_library): Same.
19380 2002-03-12 Bob Wilson <bob.wilson@acm.org>
19382 * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
19384 2002-03-12 Bob Wilson <bob.wilson@acm.org>
19386 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
19387 to function_section before writing out the constant pool.
19389 2002-03-12 David Edelsohn <edelsohn@gnu.org>
19391 * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
19393 * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
19395 2002-03-12 Alan Modra <amodra@bigpond.net.au>
19397 * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
19398 (adddi3): Likewise.
19401 (cmpsi splitter): Likewise.
19402 (modsi3): Fail if <= 0.
19403 * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
19404 redundant test when HOST_BITS_PER_WIDE_INT != 32.
19405 (reg_or_sub_cint64_operand): Likewise.
19406 (num_insns_constant_wide): Optimize sign extension.
19407 (rs6000_legitimize_address): Likewise.
19409 2002-03-12 Andrew MacLeod <amacleod@redhat.com>
19411 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
19412 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
19414 2002-03-12 Andrew MacLeod <amacleod@redhat.com>
19416 * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
19417 address calculation.
19419 2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
19421 * config/s390/s390.md (reload_insi, reload_indi): Change mode of
19422 scratch register to DImode / TImode.
19423 config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
19424 register used does not overlap the target.
19426 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19428 * Makefile.in (debug.o): Depend on debug.h.
19429 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
19430 * debug.c (do_nothing_debug_hooks): Likewise.
19431 * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
19432 sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
19433 dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
19434 * dwarf2out.c (dwarf2_debug_hooks): Likewise.
19435 * dwarfout.c (dwarf_debug_hooks): Likewise.
19436 * integrate.c (output_inline_function): Likewise.
19437 * objc/objc-act.c (synth_module_prologue): Likewise.
19438 * sdbout.c (sdb_debug_hooks): Likewise.
19439 * toplev.c (debug_hooks): Likewise.
19440 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
19442 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19444 * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
19445 dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
19446 m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
19447 ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
19448 v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
19449 * defaults.h (POINTER_SIZE): Define.
19450 * doc/tm.texi (POINTER_SIZE): Document default.
19452 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19454 * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
19456 2002-03-11 Richard Henderson <rth@redhat.com>
19458 * toplev.c (rest_of_compilation): Call purge_all_dead_edges
19459 if rebuild_label_notes_after_reload.
19461 2002-03-12 Hans-Peter Nilsson <hp@axis.com>
19463 * config/cris/cris.c (cris_target_asm_function_prologue): Do not
19464 emit pic register load if "internal" visibility.
19465 (cris_print_operand): Avoid traditional-warning for 0xffffffff.
19466 (cris_expand_builtin_va_arg): Do all computations on trees.
19468 2002-03-11 Richard Henderson <rth@redhat.com>
19470 * rtlanal.c: Include recog.h.
19471 (keep_with_call_p): Fix thinko.
19472 * Makefile.in (rtlanal.o): Update dependencies.
19474 2002-03-11 Chris Meyer <cmeyer@gatan.com>
19476 * genflags.c (gen_insn): Use IS_VSPACE.
19477 * genoutput.c (output_insn_data): Likewise.
19478 (process_template): Likewise.
19480 2002-03-11 Richard Henderson <rth@redhat.com>
19482 * toplev.c (rest_of_compilation): Don't compile if we've had errors.
19484 2002-03-11 Neil Booth <neil@daikokuya.demon.co.uk>
19486 * Makefile.in: Update.
19487 * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
19488 Update documentation.
19489 * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
19490 * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
19492 2002-03-11 Zack Weinberg <zack@codesourcery.com>
19494 * Makefile.in: Give texi2pod its input file as a command line
19495 argument, not on stdin.
19497 2002-03-11 Dan Nicolaescu <dann@ics.uci.edu>
19498 Daniel Berlin <dan@dberlin.org>
19500 C++ alias analysis improvement.
19501 * alias.c (record_component_aliases): Record aliases for base
19504 2002-03-11 Ulrich Weigand <uweigand@de.ibm.com>
19506 * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
19508 2002-03-11 Douglas B Rupp <rupp@gnat.com>
19510 * toplev.c (vms_fopen): Remove, not needed.
19512 * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
19514 * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
19516 * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
19517 for FP, already done later.
19519 * toplev.c (debug_args): Add entry for VMS_DEBUG.
19520 * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
19522 2002-03-11 Richard Sandiford <rsandifo@redhat.com>
19524 * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
19525 (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
19526 LARGEST_EXPONENT_IS_NORMAL for the given mode.
19527 (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
19528 * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
19529 (ediv, emul, eldexp, esqrt): Likewise.
19530 (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
19531 (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
19532 (saturate): New function.
19533 (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
19534 (make_nan): Use a saturation value instead of a NaN if
19535 LARGEST_EXPONENT_IS_NORMAL. Warn when this happens.
19536 * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
19537 inputs if LARGEST_EXPONENT_IS_NORMAL. Represent subnormals as
19538 zero if NO_DENORMALS. Only round to nearest if !ROUND_TOWARDS_ZERO.
19539 (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
19540 (_fpmul_parts, _fpdiv_parts): Only round to nearest if
19541 !ROUND_TOWARDS_ZERO.
19542 * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
19543 (ROUND_TOWARDS_ZERO): Document.
19545 2002-03-11 Andreas Jaeger <aj@suse.de>
19547 * cfg.c (dump_flow_info): Remove unused variable.
19549 2002-03-11 Hans-Peter Nilsson <hp@bitrange.com>
19551 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
19552 computations on trees.
19554 2002-03-10 Richard Henderson <rth@redhat.com>
19557 * reload.c (copy_replacements_1): New.
19558 (copy_replacements): Use it to recurse through the rtx.
19560 2002-03-10 Richard Henderson <rth@redhat.com>
19562 * loop.c (strength_reduce): Compute number of iterations as
19563 unsigned HOST_WIDE_INT.
19565 2002-03-10 Richard Henderson <rth@redhat.com>
19567 * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
19568 to move away from the end of the block.
19570 2002-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
19572 PR preprocessor/5899
19573 * cppinit.c (init_dependency_output): Don't ignore -dM etc.
19575 2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19577 * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
19579 * attribs.c (decl_attributes): Fix signed/unsigned warning.
19581 2002-03-10 Hans-Peter Nilsson <hp@bitrange.com>
19583 * config/mmix/mmix.c: Improve comments.
19584 (mmix_target_asm_function_prologue): Drop variable
19585 empty_stack_frame. Don't allocate unused slot above fp.
19586 (mmix_target_asm_function_epilogue): Mirror prologue changes.
19587 * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
19588 brace in first column.
19589 (enum reg_class): Ditto.
19590 (FIRST_PARM_OFFSET): Now 0.
19591 (USER_LABEL_PREFIX): Remove #if 0:d definition.
19593 2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19595 * combine.c (make_extraction): Fix error in last change.
19597 2002-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19599 * c4x.c (c4x_fp_reglist): Const-ify.
19600 * cris.c (cris_print_operand): Likewise.
19601 * i386.c (ix86_va_arg): Likewise.
19602 * ia64/unwind-ia64.c (unw_decode_table): Likewise.
19603 * m32r.c (m32r_hard_regno_mode_ok): Likewise.
19604 * m32r.h (m32r_hard_regno_mode_ok): Likewise.
19605 * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
19606 * mcore.h (regno_reg_class): Likewise.
19607 * mips.c (gen_int_relational): Likewise.
19608 * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
19609 * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
19610 * pdp11.c (move_costs): Likewise.
19611 * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
19612 * s390.c (s390_branch_condition_mnemonic, regclass_map):
19614 * s390.h (regclass_map): Likewise.
19615 * sh.c (shift_amounts): Likewise.
19616 * sh.md (rotlsi3): Likewise.
19618 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
19620 * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
19621 (ne0+5): Use new clobber to generate proper shift pattern.
19622 Patch by Michael Matz <matz@kde.org>.
19624 2002-03-09 Andreas Schwab <schwab@suse.de>
19626 * gcc.c (validate_all_switches): Also handle `%W{...}'.
19628 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
19630 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
19632 2002-03-09 Jakub Jelinek <jakub@redhat.com>
19635 * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
19636 even for non-representable constants.
19638 Sat Mar 9 07:20:01 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19640 * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
19641 * function.c (fixup_var_refs): Add MAY_SHARE parameter.
19642 (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
19643 (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
19644 (pop_function_context): Compute MAY_SHARE parameter for
19646 (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
19647 (gen_mem_addressof): Call fixup_var_refs with new parm.
19649 * combine.c (make_extraction): Don't make extension of CONST_INT.
19651 2002-03-09 Alexandre Oliva <aoliva@redhat.com>
19653 * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
19654 in o32 and o64 ABIs.
19655 * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
19656 but getting fixed-size structs passed in registers regardless of
19657 padding in o32 and o64 ABIs.
19659 * config/mips/mips.c (mips_va_arg): Apply big-endianness address
19660 offset before loading address of argument passed by transparent
19663 2002-03-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
19665 * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
19667 2002-03-09 Alexandre Oliva <aoliva@redhat.com>
19669 * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
19670 marker such that registers after it are saved.
19672 2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19674 * sparc.c (arith_4096_operand): Fix error in last change.
19676 2002-03-08 Alexandre Oliva <aoliva@redhat.com>
19678 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
19679 defaults for MEABI.
19681 2002-03-08 Aldy Hernandez <aldyh@redhat.com>
19683 * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
19686 2002-03-08 Aldy Hernandez <aldyh@redhat.com>
19688 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
19690 Fri Mar 8 21:27:49 CET 2002 Jan Hubicka <jh@suse.cz>
19692 * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
19693 removed; fix return value.
19694 * combine.c (combine_instructions): Dirtify blocks where we failed to
19695 update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
19696 * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
19698 2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19700 * gcse.c (insert_insn_end_bb): Fix typo in last change.
19702 Fri Mar 8 21:08:52 CET 2002 Jan Hubicka <jh@suse.cz>
19704 * recog.c (peephole2_optimize): Re-distribute EH edges.
19706 2002-03-08 Neil Booth <neil@daikokuya.demon.co.uk>
19708 * expr.c (expand_expr): Use unsave lang hook.
19709 * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
19710 (LANG_HOOKS_INITIALIZER): Update.
19711 * langhooks.h (struct lang_hooks): New hook unsave.
19712 * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
19713 (unsave_expr_1): Remove unused lang_unsave_expr_now.
19714 (unsave_expr_now_r): Rename lhd_unsave. Update. Return input.
19715 (unsave_expr_now): Remove.
19716 * tree.h (unsave_expr_now, lang_unsave,
19717 lang_unsave_expr_now): Remove.
19720 2002-03-08 Andreas Jaeger <aj@suse.de>
19722 * flow.c (propagate_block_delete_insn): Remove unused variable.
19724 2002-03-08 Kazu Hirata <kazu@hxi.com>
19726 * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
19727 insn length for memory load/store.
19729 2002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
19731 * doc/install.texi (--with-libiconv-prefix): Document.
19733 2002-03-08 Michael Y. Brukman <myb2@cornell.edu>
19735 * doc/sourcebuild.texi: Fix typo.
19737 2002-03-08 Jakub Jelinek <jakub@redhat.com>
19740 * builtins.c (std_expand_builtin_va_arg): Do all computations on
19743 Fri Mar 8 06:48:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19745 * rtl.c (copy_most_rtx): Move from here ...
19746 * emit-rtl.c (copy_most_rtx): ... to here.
19748 2002-03-08 Alexandre Oliva <aoliva@redhat.com>
19750 * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
19751 SUBTARGET_CPP_SIZE_SPEC.
19752 * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
19754 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
19756 2002-03-07 Matt Hiller <hiller@redhat.com>
19758 * gensupport.c (first_dir_md_include): Renamed from include;
19759 change all references.
19760 (last_dir_md_include): Renamed from last_include; change all
19762 (init_md_reader): Unconditionally initialize base_dir whether or
19763 not filename is a relative path.
19765 2002-03-07 Alexandre Oliva <aoliva@redhat.com>
19767 * config/fp-bit.c (_unord_f2): Compile it in even if
19768 US_SOFTWARE_GOFAST is enabled.
19770 * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
19771 NULL_RTX. Set all HFmode operations as NULL_RTX.
19772 * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
19773 NULL_RTX, try reversing the comparison and the operands.
19775 2002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
19777 * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
19778 genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
19781 Thu Mar 7 16:54:10 CET 2002 Jan Hubicka <jh@suse.cz>
19783 * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
19785 Thu Mar 7 16:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
19787 * basic-block.h (fixup_abnormal_edges): Declare.
19788 * reload1.c (fixup_abnormal_edges): New function.
19789 * reg-stack.c (convert_regs): Use it.
19791 * gcse.c (insert_insn_end_bb): Handle trapping insns.
19793 * gcse.c (hash_scan_set): Refuse instructions with EH edges.
19795 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
19797 * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
19798 (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
19799 * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
19800 (HONOR_SIGN_DEPENDENT_ROUNDING): New.
19801 * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
19802 * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
19803 unless x and y could be infinite.
19804 (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
19805 Check that the common type of both arguments is a real, even for
19806 targets without unordered comparisons. Allow an integer argument
19807 to be compared against a real.
19808 (expand_tree_builtin): Use expand_unordered_cmp.
19809 * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
19810 * cse.c (fold_rtx): Likewise. Fix indentation.
19811 * fold-const.c (fold_real_zero_addition_p): New.
19812 (fold): Use it, and the new HONOR_... macros.
19813 * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
19814 * jump.c (reversed_comparison_code_parts): After searching for
19815 the true comparison mode, use HONOR_NANS to decide whether it
19816 can be safely reversed.
19817 (reverse_condition_maybe_unordered): Remove IEEE check.
19818 * simplify-rtx.c (simplify_binary_operation): Use the new macros
19819 to decide which simplifications are valid. Allow the following
19820 simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
19821 and (a - -b) to (a + b).
19822 (simplify_relational_operation): Use HONOR_NANS.
19823 * doc/tm.texi: Document the MODE_HAS_... macros.
19825 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
19827 * combine.c (simplify_comparison): If simplifying a logical shift
19828 right and compare with constant, force the comparison to unsigned.
19830 2002-03-07 Aldy Hernandez <aldyh@redhat.com>
19832 * doc/invoke.texi: Add documentation for -mabi=no-altivec.
19834 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
19836 (alt_reg_names): Remove % for vrsave.
19838 2002-03-06 Richard Henderson <rth@redhat.com>
19840 PR optimization/5844
19841 * genemit.c (gen_exp): New argument used. Invoke copy_rtx
19842 if used indicates we've already emitted one copy of an operand.
19843 (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
19844 (gen_split): Supply a non-null used.
19846 2002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
19848 * reload1.c (reload): Unshare all rtl after reload is done.
19850 * simplify-rtx.c (simplify_plus_minus): Do not abort,
19851 but simply fail if the expression is too complex to simplify.
19852 (simplify_gen_binary): Handle simplify_plus_minus failures.
19854 Wed Mar 6 20:32:09 CET 2002 Jan Hubicka <jh@suse.cz>
19856 * toplev.c (rest_of_compilation): Do jump threading before SSA path;
19857 consistently call delete_trivially_dead_insns after CSE and GCSE;
19858 fix DFI_life dumping; do jump threading after liveness; do crossjumping
19859 after liveness2; update comment in last crossjumping.
19860 * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
19862 Wed Mar 6 12:27:10 2002 Jeffrey A Law (law@redhat.com)
19864 * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
19865 after completing fast dead code elimination.
19867 * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
19870 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
19872 * version.c: Fix misplaced leading blanks on first line.
19874 Wed Mar 6 19:08:03 CET 2002 Jan Hubicka <jh@suse.cz>
19876 * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
19878 Wed Mar 6 18:14:43 CET 2002 Jan Hubicka <jh@suse.cz>
19880 * cfgcleanup.c (mentions_nonequal_regs): New function.
19881 (thread_jump): Use it.
19882 * toplev.c (rest_of_compilation): Run jump threading after
19885 2002-03-06 Jakub Jelinek <jakub@redhat.com>
19887 * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
19890 Wed Mar 6 11:28:19 CET 2002 Jan Hubicka <jh@suse.cz>
19892 * predict.c (estimate_bb_frequencies): Do not reload the
19893 frequencies from notes.
19895 Wed Mar 6 10:59:39 CET 2002 Jan Hubicka <jh@suse.cz>
19897 * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
19898 * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
19900 * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
19901 delete_noop_moves): Return indeger.
19902 * flow.c (ndead): New variable.
19903 (propagate_block_delete_insn): Use delete_insn_and_edges; remove
19904 BB argument; update callers.
19905 (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
19906 (life_analysis): Do not call purge_all_dead_edges.
19907 (update_life_info): Return number of deleted insns; print statistics.
19908 (update_life_info_in_dirty_blocks): likewise.
19909 (delete_noop_moves): Use delete_insn_and_edges; print statistics;
19910 return number of insns deleted.
19912 * cse.c: Include timevar.h
19913 (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
19914 iterate until stabilizes; print statistics; return number of killed
19916 * Makefile.in: (cse.o): Add timevar.h dependency
19917 * rtl.h (delete_trivially_dead_insns): New.
19918 * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
19919 * toplev.c (rest_of_compilation): Update callers.
19921 * cfgcleanup.c (try_optimize_cfg): Kill blocks.
19922 (try_optimize_cfg): Do not update liveness.
19923 (cleanup-cfg): Loop until try_optimize_cfg and dead code
19924 removal stabilizes; use delete_trivially_dead_insns.
19926 * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
19928 2002-03-05 Zack Weinberg <zack@codesourcery.com>
19930 * cppmain.c (setup_callbacks): Disable #pragma and #ident
19931 callbacks when processing assembly language.
19933 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
19935 * pa.h (ASM_FILE_END): Define.
19936 * som.h (ASM_FILE_END): Delete.
19938 * pa.c (function_arg): Don't pass floats in general registers in
19939 indirect calls if TARGET_ELF32.
19941 2002-03-05 Richard Henderson <rth@redhat.com>
19943 * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
19945 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
19947 * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
19949 2002-03-05 Jakub Jelinek <jakub@redhat.com>
19951 * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
19952 -r command line. Don't hide any symbols if not building
19955 Tue Mar 5 18:31:27 CET 2002 Jan Hubicka <jh@suse.cz>
19957 * cfg.c (dump_flow_info): Warn about profile mismatches.
19958 * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
19959 (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
19961 2002-03-05 Jakub Jelinek <jakub@redhat.com>
19963 * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
19964 wide volatile memory by parts.
19966 2002-03-05 Jakub Jelinek <jakub@redhat.com>
19968 * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
19971 2002-03-05 Richard Henderson <rth@redhat.com>
19973 * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
19975 2002-03-04 Geoffrey Keating <geoffk@redhat.com>
19977 * toplev.c (documented_lang_options): Document more
19978 language-specific options.
19979 * doc/invoke.texi (Warning Options): Correct documentation for
19980 -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
19981 * c-decl.c (c_decode_option): Use a table to handle warning options.
19983 2002-03-05 Hans-Peter Nilsson <hp@bitrange.com>
19985 * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
19986 parameter to mmix_encode_section_info.
19987 (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
19988 relocatably. Always produce ELF, not mmo if linking relocatably.
19989 * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
19990 first is non-zero, don't add symbol prefix.
19991 * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
19992 prototype accordingly.
19994 2002-03-04 Krister Walfridsson <cato@df.lth.se>
19996 * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
19998 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
20000 * configure.in: Increase required makeinfo version to 4.1.
20001 * configure: Regenerate.
20003 2002-03-04 Geoffrey Keating <geoffk@redhat.com>
20005 * .cvsignore: Remove *.info* and genrtl*; these files are generated
20008 2002-03-04 Joseph S. Myers <jsm28@cam.ac.uk>
20010 * doc/include/texinfo.tex: Update to version 2002-03-01.06.
20011 * doc/invoke.texi: Fix @math uses.
20013 Mon Mar 4 15:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
20015 * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
20018 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
20020 * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
20021 (powerpc-*-eabisimaltivec*): Same.
20023 * config/rs6000/t-ppcendian: New.
20025 2002-03-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
20027 * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
20028 nonimmediate_src_operand and nonimmediate_lsrc_operand to
20029 disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
20031 2002-03-03 Richard Henderson <rth@redhat.com>
20033 * toplev.c (rest_of_decl_compilation): Revert last two changes.
20035 2002-03-03 Zack Weinberg <zack@codesourcery.com>
20037 * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
20038 print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
20039 tree.c, config/m68k/m68k.c:
20040 Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
20041 REAL_ARITHMETIC blocks unconditional. Delete some further
20042 #ifdef blocks predicated on REAL_ARITHMETIC.
20043 * flags.h, toplev.c: Delete remaining references to
20044 flag_pretend_float.
20046 * doc/invoke.texi: Remove documentation of -fpretend-float.
20047 * doc/tm.texi: Describe the various REAL_* macros as provided by
20048 real.h, not by the target configuration files.
20050 * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
20051 config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
20052 config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
20053 config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
20054 config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
20055 config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
20056 config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
20057 config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
20058 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
20059 config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
20060 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
20061 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
20062 config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
20063 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
20064 config/xtensa/xtensa.h:
20065 Do not define, undefine, or mention in comments any of
20066 REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
20067 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
20068 REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
20069 REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
20070 REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
20071 REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
20072 REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
20073 REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
20074 REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
20076 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20078 * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
20079 convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
20080 i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
20081 m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
20082 pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
20083 stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
20085 * defaults.h (BITS_PER_WORD): Define.
20086 * doc/tm.texi (BITS_PER_WORD): Document default value.
20088 * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
20089 m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
20090 stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
20092 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20094 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
20095 lieu of explicit sizeof/sizeof.
20096 * i386.c (override_options, ix86_init_mmx_sse_builtins,
20097 ix86_expand_builtin): Likewise.
20098 * mips.c (mips_add_gc_roots): Likewise.
20099 * mmix.c (mmix_output_condition): Likewise.
20100 * rs6000.c (rs6000_override_options, altivec_expand_builtin,
20101 altivec_init_builtins): Likewise.
20102 * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
20103 * cppexp.c (Nsuff, parse_number): Likewise.
20104 * cppinit.c (builtin_array_end): Likewise.
20105 * gcc.c (n_default_compilers, process_command): Likewise.
20106 * genpreds.c (output_predicate_decls): Likewise.
20107 * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
20108 * lcm.c (N_ENTITIES): Likewise.
20109 * stor-layout.c (set_sizetype): Likewise.
20111 2002-03-03 Richard Henderson <rth@redhat.com>
20113 * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
20114 for types or labels.
20116 2002-03-03 Richard Henderson <rth@redhat.com>
20118 * c-decl.c (start_decl): Initialized variables are not common.
20120 2002-03-02 Per Bothner <per@bothner.com>
20122 * gcc.c (option_map): Suport new --bootclasspath option.
20123 --CLASSPATH is now just an alias for --classpath.
20125 2002-03-02 Richard Henderson <rth@redhat.com>
20127 * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
20128 load if "internal" visibility.
20129 * doc/extend.texi: Document visibility meanings.
20131 2002-03-02 Richard Henderson <rth@redhat.com>
20133 * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
20134 to functions as well.
20136 2002-03-02 Richard Henderson <rth@redhat.com>
20138 * attribs.c (handle_alias_attribute): Don't call assemble_alias.
20139 (handle_visibility_attribute): Don't call assemble_visibility.
20140 * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
20141 without asmspec. Invoke assemble_alias when needed.
20142 * varasm.c (maybe_assemble_visibility): New.
20143 (assemble_start_function, assemble_variable, assemble_alias): Use it.
20145 2002-03-02 Richard Henderson <rth@redhat.com>
20147 * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
20148 invoke ENCODE_SECTION_INFO with first call flag.
20150 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
20151 config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
20152 config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
20153 config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
20154 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
20155 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
20156 config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
20157 config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
20158 config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
20159 config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
20160 config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
20161 config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
20162 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
20163 config/m68hc11/m68hc11.h, config/m88k/m88k.h,
20164 config/mcore/mcore-protos.h, config/mcore/mcore.c,
20165 config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
20166 config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
20167 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
20168 config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
20169 config/sh/sh.h, config/sparc/sparc.h,
20170 config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
20171 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
20172 config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
20173 FIRST argument. As needed, examine it and do nothing.
20175 * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
20176 config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
20177 config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
20179 * config/arm/t-pe (pe.o): Add dependencies.
20181 2002-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20183 * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
20184 cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
20185 i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
20186 mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
20187 pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
20188 vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
20189 * defaults.h (BITS_PER_UNIT): Define.
20190 * doc/tm.texi (BITS_PER_UNIT): Document default value.
20192 2002-03-02 Kazu Hirata <kazu@hxi.com>
20194 * config/h8300/h8300-protos.h: Add a prototype for
20195 compute_a_shift_length.
20196 * config/h8300/h8300.c (h8300_asm_insn_count): New.
20197 (compute_a_shift_length): Likewise.
20198 (h8300_adjust_insn_length): Do not adjust insn length of shift
20200 * config/h8300/h8300.md (anonymous shift patterns): Use
20201 compute_a_shift_length.
20203 Sat Mar 2 06:30:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
20205 * config/sparc/sparc.c (sparc_initialize_trampoline): Use
20206 trunc_int_for_mode.
20208 * emit-rtl.c (offset_address): Call update_temp_slot_address.
20210 2002-03-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20212 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
20213 * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
20214 * flags.h (flag_zero_initialized_in_bss): Declare.
20215 * toplev.c (flag_zero_initialized_in_bss): New flag.
20216 (lang_independent_options): Add flag_zero_initialized_in_bss.
20217 * tree.c (initializer_zerop): New function.
20218 * tree.h (initializer_zerop): Declare.
20219 * varasm.c (assemble_variable): If we can emit bss, put zero
20220 initializers in the bss section.
20222 2002-03-02 Alan Modra <amodra@bigpond.net.au>
20224 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
20225 like more than one symbol per .weak directive.
20227 2002-03-01 Richard Henderson <rth@redhat.com>
20229 * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
20230 adjust argument_pointer by pretend_args_size.
20231 (ia64_va_start): Adjust va_start address by -pretend_args_size.
20233 2002-03-01 Kazu Hirata <kazu@hxi.com>
20235 * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
20237 Fri Mar 1 20:59:14 CET 2002 Jan Hubicka <jh@suse.cz>
20239 * toplev.c (rest_of_compilation): Delete dead jumptables before
20241 * flow.c (delete_dead_jumptables): Make global.
20242 * rtl.h (delete_dead_jumptables): Declare.
20244 2002-03-01 David Edelsohn <edelsohn@gnu.org>
20246 * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
20247 * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
20248 * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
20250 2002-03-01 Kazu Hirata <kazu@hxi.com>
20252 * config/h8300/h8300-protos.h: Fix formatting.
20253 * config/h8300/h8300.c: Likewise.
20254 * config/h8300/h8300.h: Likewise.
20256 2002-03-01 Kazu Hirata <kazu@hxi.com>
20258 * config/h8300/h8300.c (print_operand): Support 16-bit
20259 constant addresses.
20260 * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
20262 2002-02-28 Richard Henderson <rth@redhat.com>
20264 * expmed.c (store_bit_field): Prevent generation of CONCATs;
20265 pun complex values as integers; use gen_lowpart instead of
20267 (extract_bit_field): Likewise.
20269 2002-03-01 Alan Modra <amodra@bigpond.net.au>
20270 David Edelsohn <edelsohn@gnu.org>
20272 * doc/tm.texi (ASM_WEAKEN_DECL): Document.
20273 (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
20274 (SUPPORTS_WEAK): Likewise.
20275 * output.h (add_weak): Add tree param.
20276 * varasm.c (add_weak): Likewise. Save decl.
20277 (struct weak_syms): Add decl field.
20278 (mark_weak_decls): New function.
20279 (init_varasm_once): ggc_add_root mark_weak_decls.
20280 (assemble_start_function): Use ASM_WEAKEN_DECL.
20281 (assemble_variable): Likewise.
20282 (assemble_alias): Likewise.
20283 (declare_weak): Pass decl to add_weak.
20284 (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
20285 (remove_from_pending_weak_list): Declare and define for
20287 * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
20288 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
20289 * defaults.h (SUPPORTS_WEAK): Likewise.
20290 * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
20291 .weak for code sym. Do emit .size for descriptor sym.
20292 (ASM_DECLARE_FUNCTION_SIZE): Define.
20293 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
20294 (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here. Don't output
20295 .lglobl unless TARGET_XCOFF. Formatting fixes.
20296 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
20297 .weak for code sym.
20298 (HANDLE_PRAGMA_WEAK): Remove.
20299 (ASM_WEAKEN_LABEL): Remove.
20300 * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
20302 2002-03-01 Jason Merrill <jason@redhat.com>
20304 * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
20305 (TARGET_EXPR_CLEANUP): New macro.
20307 2002-02-28 Steve Ellcey <sje@cup.hp.com>
20309 * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
20310 to take ptr_extend into account as third type of extension.
20311 (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
20312 fields used by SUBREG_PROMOTED_UNSIGNED_P.
20313 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
20314 (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
20315 * calls.c (precompute_arguments): Use new macro.
20316 (expand_call): Ditto.
20317 * combine.c (nonzero_bits): Ditto.
20318 (record_promoted_value): Ditto.
20319 * expr.c (store_expr): Ditto.
20320 (expand_expr): Ditto.
20321 * function.c (assign_parms): Ditto.
20323 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
20325 * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
20326 override -shared and -shared-libgcc.
20328 2002-02-28 David O'Brien <obrien@FreeBSD.org>
20330 * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
20332 * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS. It appears
20335 2002-02-28 Richard Henderson <rth@redhat.com>
20337 * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
20338 4 cycle latency from MM producers.
20339 (ia64_internal_sched_reorder): Likewise with pipeline flush.
20341 2002-02-28 Jakub Jelinek <jakub@redhat.com>
20343 * mklibgcc.in: Don't use GNU make extension.
20345 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
20347 * c-parse.in (STATIC): New terminal.
20348 (scspec): New non-terminal. Update productions accordingly.
20349 (program): Remove bogus ifc / end ifc.
20350 (array_declarator): Simplify production using STATIC.
20352 2002-02-28 Jim Meyering <meyering@lucent.com>
20354 * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
20355 \a still means TARGET_BELL.
20357 2002-02-28 Richard Henderson <rth@redhat.com>
20359 * haifa-sched.c (sched_emit_insn): New.
20360 (schedule_block): Use last_scheduled_insn to track last insn.
20361 * sched-int.h (sched_emit_insn): Prototype.
20362 * config/ia64/ia64.c (last_issued): Remove.
20363 (ia64_variable_issue): Don't set it.
20364 (nop_cycles_until): Use sched_emit_insn.
20366 2002-02-28 Andrew MacLeod <amacleod@redhat.com>
20368 * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
20369 extended constants.
20371 2002-02-28 Kazu Hirata <kazu@hxi.com>
20373 * config/h8300/h8300.c: Fix formatting.
20374 * config/h8300/h8300.h: Likewise.
20376 2002-02-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
20378 * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
20379 which may overwrite the high byte of the frame pointer.
20381 2002-02-28 Bo Thorsen <bo@suse.de>
20383 * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
20384 (STARTFILE_SPEC): Add 64 bit files.
20385 (ENDFILE_SPEC): Likewise.
20387 2002-02-28 Jason Merrill <jason@redhat.com>
20389 * c-decl.c (finish_function): Only warn about missing return
20390 statement with -Wreturn-type.
20392 Don Feb 28 11:24:30 CET 2002 Jan Hubicka <jh@suse.cz>
20394 * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
20396 * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
20397 PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
20399 Don Feb 28 11:07:36 CET 2002 Jan Hubicka <jh@suse.cz>
20401 * basic-block.h (BB_REACHABLE): Renumber.
20402 (BB_DIRTY, BB_NEW): New flags.
20403 (clear_bb_flags): Declare.
20404 (update_life_info_in_dirty_blocks): Declare.
20405 * cfg.c (clear_bb_flags): New function.
20406 * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
20407 * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
20408 reorder_insns, emit_insn_after): Mark block as dirty.
20409 * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
20410 (update_life_info_in_dirty_blocks): New function.
20411 * recog.c (apply_change_group): Dirtify block.
20413 * cse.c (cse_insn): Reorder emitting of jump insn to keep
20415 * gcse.c (delete_null_pointer_checks): Likewise.
20417 * toplev.c (dump_file_index): Move cse2 after bp,
20419 (dump_file_info): Similary.
20420 (rest_of_compilation): Avoid most of CFG rebuilds;
20421 do first if converision after null pointer checks, do cse2
20422 after branch prediction; avoid full liveness rebuild after
20423 initializing subregs.
20424 * invoke.texi (-d options): Document -du, renumber.
20426 * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
20427 (notice_new_block): Do not set BB_UPDATE_LIFE.
20428 (try_forward_edges, merge_blocks_move_predecessor_nojumps,
20429 merge_blocks_move_successor_nojumps, merge_blocks,
20430 try_crossjump_to_edge): Likewise.
20431 (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
20432 * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
20433 * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
20434 (merge_of_block): Do not use life_data_ok.
20435 (find_if_case_1): Do not use SET_UPDATE_LIFE.
20436 (if_convert): Use BB_DIRTY mechanizm to update life.
20437 * lcm.c (optimize_mode_switching): Update
20438 update_life_info_in_dirty_blocks
20440 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
20442 * Makefile.in (integrate.o): Update.
20443 * c-decl.c (copy_lang_decl): Rename.
20444 * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
20445 * integrate.c: Include langhooks.h.
20446 (copy_decl_for_inlining): Update to use langhook.
20447 * langhooks-def.h (lhd_do_nothing_t,
20448 LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
20449 (LANG_HOOKS_INITIALIZER): Update.
20450 * langhooks.c (lhd_do_nothing_t): New.
20451 * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
20452 * tree.h (copy_lang_decl): Remove.
20454 * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
20456 2002-02-27 Andrew MacLeod <amacleod@redhat.com>
20458 * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
20459 POST_DEC, and POST_MODIFY.
20461 2002-02-27 Zack Weinberg <zack@codesourcery.com>
20463 * c-typeck.c (digest_init): Remove unused parameter; all
20466 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
20468 * expmed.c (expand_shift): Correctly test for low part of a
20471 2002-02-27 Ulrich Weigand <uweigand@de.ibm.com>
20473 * config/s390/s390.c (s390_chunkify_pool): Do not confuse
20474 insn UIDs with insn addresses.
20476 2002-02-27 Zack Weinberg <zack@codesourcery.com>
20478 * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
20479 c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
20480 cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
20481 builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
20482 gcc.c, toplev.c: Delete code implementing -traditional mode.
20484 * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
20485 doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
20486 Document removal of -traditional mode for compilation, and
20487 remove documentation only relevant to that mode.
20489 * config/nextstep.h, config/ptx4.h, config/svr4.h,
20490 config/convex/convex.h, config/d30v/d30v.h,
20491 config/i386/dgux.h, config/i386/osf1elf.h,
20492 config/i386/osfelf.h, config/i386/osfrose.h,
20493 config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
20494 config/m68k/hp310.h, config/m88k/dgux.h,
20495 config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
20496 config/m88k/m88k.h, config/m88k/openbsd.h,
20497 config/mips/abi64.h, config/mips/osfrose.h,
20498 config/mips/svr4-5.h, config/mips/svr4-t.h,
20499 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
20500 config/stormy16/stormy16.h: Remove all references to
20501 -traditional from target specs. Delete all mention of the
20502 no-longer-necessary TRADITIONAL_RETURN_FLOAT macro. Also
20503 delete a couple of commented-out definitions of
20504 DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
20507 * system.h: Poison TRADITIONAL_RETURN_FLOAT.
20508 * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
20510 2002-02-27 Zack Weinberg <zack@codesourcery.com>
20512 * mklibgcc.in: Don't use \n in a line subject to
20513 interpretation by echo.
20515 2002-02-27 Graham Stott <grahams@redhat.com>
20517 * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
20520 * loop.c (prescan_loop): Handle PARALLEL.
20522 * unroll.c (loop_iterations): Return 0 if the add_val for
20525 * final.c (output_operand_lossage): Constify PFX_STR.
20527 * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
20529 Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
20531 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
20532 * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
20534 Wed Feb 27 10:39:20 CET 2002 Jan Hubicka <jh@suse.cz>
20536 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
20538 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
20540 * cpplex.c (_cpp_lex_token): Handle directives in macro
20542 * cpplib.c (_cpp_handle_directive): Save and restore state
20543 if parsing macro args when entering a directive.
20544 * cppmacro.c (collect_args): No need to handle directives
20545 in macro arguments.
20546 (enter_macro_context, replace_args): Use the original macro
20547 definition in case it was redefined whilst collecting arguments.
20549 * cpp.texi: Update.
20551 2002-02-26 David Edelsohn <edelsohn@gnu.org>
20553 * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
20554 * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
20555 * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
20557 * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
20558 (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
20559 (load_toc_v4_PIC_2): Same.
20561 2002-02-26 Alan Modra <amodra@bigpond.net.au>
20563 * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
20565 2002-02-26 Richard Henderson <rth@redhat.com>
20567 * config/alpha/alpha.md (ashldi_se): Re-enable.
20569 2002-02-26 Richard Henderson <rth@redhat.com>
20571 * config/alpha/alpha.c (alpha_encode_section_info): Examine
20572 MODULE_LOCAL_P; improve commentary.
20574 2002-02-26 Zack Weinberg <zack@codesourcery.com>
20576 * doc/cpp.texi: Clarify documentation of relationship between
20577 #line and #include.
20579 2002-02-26 Kazu Hirata <kazu@hxi.com>
20581 * config/h8300/h8300-protos.h: Update the prototype for
20582 compute_logical_op_length. Add the prototype for
20583 compute_logical_op_cc.
20584 * config/h8300/h8300.c (compute_logical_op_length): Figure out
20585 code from operands.
20586 (compute_logical_op_cc): New.
20587 * config/h8300/h8300.md: Combine all the logical op patterns
20588 in HImode and SImode. Use compute_logical_op_cc.
20590 2002-02-26 Kelley Cook <kelleycook@comcast.net>
20592 * config/i386/i386.c (print_operand): Don't append ATT-style
20593 length suffixs to x87 opcodes when in Intel mode.
20595 2002-02-26 Ryan T. Sammartino <ryants@shaw.ca>
20597 * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
20598 (init_emit_once): Update calls.
20599 * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
20600 (init_syntax_once): Prototype.
20602 2002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
20604 * pa-linux.h (LIB_SPEC): Update definition.
20605 * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
20607 2002-02-26 Richard Henderson <rth@redhat.com>
20609 * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
20610 if we emitted a stop bit.
20612 2002-02-26 Jakub Jelinek <jakub@redhat.com>
20614 * configure.in (libgcc_visibility): Substitute.
20615 * configure: Rebuilt.
20616 * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
20617 defined symbols .hidden.
20619 2002-02-26 Jakub Jelinek <jakub@redhat.com>
20621 * attribs.c (c_common_attribute_table): Add visibility.
20622 (handle_visibility_attribute): New function.
20623 * varasm.c (assemble_visibility): New function.
20624 * output.h (assemble_visibility): Add prototype.
20625 * tree.h (MODULE_LOCAL_P): Define.
20626 * crtstuff.c (__dso_handle): Use visibility attribute.
20627 * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
20628 for MODULE_LOCAL_P symbols too.
20629 * config/ia64/ia64.c (ia64_encode_section_info): Handle
20630 MODULE_LOCAL_P symbols the same way as local symbols.
20631 Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
20632 into .sdata/.sbss by the user.
20633 * doc/extend.texi (Function Attributes): Document visibility
20636 2002-02-26 Jakub Jelinek <jakub@redhat.com>
20639 * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
20640 STRING_CST initializer spanning the whole variable without
20642 If expand_expr returned MEM, don't use it.
20644 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
20646 * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
20647 generate a die for the lexical block.
20649 2002-02-26 Kazu Hirata <kazu@hxi.com>
20651 * config/h8300/h8300-protos.h: Add a prototype for
20652 compute_logical_op_length.
20653 * config/h8300/h8300.c (compute_logical_op_length): New.
20654 * config/h8300/h8300.md (anonymous logical patterns): Use
20655 compute_logical_op_length for length.
20657 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
20659 * dwarf2out.c (modified_type_die): Do not call type_main_variant
20661 (gen_type_die): Same.
20663 * attribs.c (handle_vector_size_attribute): Set debug information.
20665 2002-02-26 Daniel Egger <degger@fhm.edu>
20667 * config/rs6000/rs6000.md: Swap define_insn attributes to
20668 fix incorrect generation of merge high instructions instead
20671 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
20673 * c-typeck.c (really_start_incremental_init): Use
20674 bitsize_zero_node for vectors.
20676 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
20678 * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
20679 ("*set_vrsave_internal"): Same.
20681 2002-02-25 Richard Henderson <rth@redhat.com>
20683 * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
20684 in EXPAND_SUM case. Use host_integerp/tree_low_cst.
20686 2002-02-25 Jakub Jelinek <jakub@redhat.com>
20689 * config/i386/i386.c (ix86_return_pops_args): Only pop
20690 fake structure return argument if it was passed on the stack.
20692 2002-02-25 Jason Merrill <jason@redhat.com>
20694 * attribs.c (decl_attributes): Also re-layout PARM_DECL and
20697 2002-02-25 Alexandre Oliva <aoliva@redhat.com>
20699 * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
20700 link with shared_name only.
20701 * doc/invoke.texi (Link Options): Document new behavior.
20703 2002-02-25 Aldy Hernandez <aldyh@redhat.com>
20705 * c-typeck.c (push_init_level): Handle vectors.
20707 2002-02-25 Alexandre Oliva <aoliva@redhat.com>
20709 * config/sparc/sparc.c (const64_high_operand): Zero-extend
20710 operands of SPARC_SETHI_P.
20711 (input_operand): Likewise.
20712 (sparc_emit_set_const32): Likewise.
20713 * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
20714 (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
20715 (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI.
20716 * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
20717 (movdi_insn_sp64_vis): Likewise.
20718 (movdi split, movdf split): Use SETHI32.
20719 * doc/md.texi: Document SPARC constraints L, M and N.
20721 2002-02-25 Aldy Hernandez <aldyh@redhat.com>
20723 * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
20724 ("*set_vrsave_internal"): use mfspr for Darwin.
20726 * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
20727 gen_get_vrsave_internal.
20729 Sun Feb 24 16:38:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
20731 * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
20733 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
20735 * cpplex.c (cpp_interpret_charconst): Get signedness or
20736 otherwise of wide character constants correct.
20737 * cppexp.c (lex): Get signedness of wide charconsts correct.
20739 Sun Feb 24 07:41:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
20741 * optabs.c (widen_operand): Only call convert_modes for
20742 promoted SUBREG if signedness matches.
20743 * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
20745 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
20747 * cpplib.c (glue_header_name): Use local buffer to build up
20750 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
20752 * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
20754 2002-02-23 Kazu Hirata <kazu@hxi.com>
20756 * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
20757 H8/300[HS] separately.
20758 * config/h8300/h8300.md: Remove the early clobber constraint
20759 from bit field patterns.
20761 2002-02-23 Kazu Hirata <kazu@hxi.com>
20763 * config/h8300/h8300.md (mulqihi3): Tighten predicates to
20765 (mulhisi3): Likewise.
20766 (umulqisi3): Likewise.
20767 (umulhisi3): Likewise.
20769 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
20771 * cppinit.c (output_deps): Correct test for stdout output.
20772 (init_dependency_output): Cure warning.
20774 Sat Feb 23 08:42:47 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
20776 * expr.c (store_expr): When converting expression to promoted
20777 equivalent type, allow using SUBREG_REG of TARGET as the target
20778 of the expansion of EXP.
20779 * loop.c (basic_induction_var, case SUBREG): Always look inside.
20780 * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
20781 (alpha_emit_set_const): Handle SImode when can't make new pseudos.
20782 (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
20783 * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
20785 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
20787 * doc/contribute.texi, doc/extend.texi, doc/install.texi,
20788 doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
20789 doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
20791 2002-02-23 Jakub Jelinek <jakub@redhat.com>
20793 PR optimization/5747
20794 * loop.c (scan_loop): Update reg info if move_movables created new
20797 2002-02-23 David Edelsohn <edelsohn@gnu.org>
20799 * gcc.c (init_gcc_spec): Revert last change.
20801 2002-02-23 David Edelsohn <edelsohn@gnu.org>
20803 * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
20804 gpc_reg_operand constraint.
20806 2002-02-23 Alan Modra <amodra@bigpond.net.au>
20808 * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
20809 Simplify comparison of `low'.
20810 (add_operand): Fix formatting.
20811 (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
20812 (mask_operand): Disallow mask to wrap in 64-bit mode.
20813 (rs6000_stack_info): Remove redundant test setting push_p.
20814 (output_toc): Fix formatting.
20815 * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
20816 cc_reg_not_cr0_operand constraint.
20817 (booldi3, boolcdi3 splitters): Same.
20819 2002-02-23 Aldy Hernandez <aldyh@redhat.com>
20821 * config/rs6000/altivec.h: Add extra level of parentheses on casts.
20823 2002-02-22 David Edelsohn <edelsohn@gnu.org>
20825 * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
20826 gcc invoked with -shared-libgcc.
20828 2002-02-22 Jakub Jelinek <jakub@redhat.com>
20831 * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
20832 decl if any of elements was TREE_USED.
20834 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
20836 * config/sparc/sol2.h: Don't include sys/mman.h.
20837 * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
20838 (arith_4096_operand): Don't throw high bits away.
20839 (const64_operand): Take sign extension of CONST_INTs into account.
20840 (const64_high_operand, sparc_emit_set_const32): Likewise.
20841 (GEN_HIGHINT64): Likewise.
20842 (sparc_emit_set_const64_quick1): Likewise.
20843 (const64_is_2insns): Likewise.
20844 (print_operand): Use trunc_int_for_mode for sign extension.
20845 * config/sparc/sparc.h (SMALL_INT32): Likewise.
20846 * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
20847 chars. Assume CONST_INT is already properly sign-extended.
20848 (movdi split): Sign-extend each SImode part.
20849 (andsi3 split): Don't mask high bits off, so that result
20850 remains properly sign-extend.
20851 (iorsi3 split): Likewise.
20852 (xorsi3 split): Likewise.
20854 2002-02-22 Richard Sandiford <rsandifo@redhat.com>
20856 * fold-const.c (fold): Fix typo in comments.
20858 2002-02-21 Diego Novillo <dnovillo@redhat.com>
20860 * Makefile.in (langhooks.o): Update dependencies.
20862 2002-02-21 Diego Novillo <dnovillo@redhat.com>
20864 * langhooks.c: Include flags.h.
20866 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
20868 * testsuite/gcc.dg/attr-alwaysinline.c: New.
20870 * c-common.c (c_common_post_options): Set inline trees by
20873 * doc/extend.texi (Function Attributes): Document always_inline
20875 Update documentation about inlining when not optimizing.
20877 * cp/decl.c (duplicate_decls): Merge always_inline attribute.
20879 * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
20880 unless DECL_ALWAYS_INLINE.
20882 * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
20883 unless DECL_ALWAYS_INLINE.
20884 (c_disregard_inline_limits): Disregard if always_inline set.
20886 * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
20887 Disregard if always_inline set.
20888 (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
20889 unless DECL_ALWAYS_INLINE.
20891 * attribs.c (handle_always_inline_attribute): New.
20892 (c_common_attribute_table): Add always_inline.
20894 * config/rs6000/altivec.h: Add prototypes for builtins
20895 requiring the always_inline attribute.
20897 2002-02-21 Eric Christopher <echristo@redhat.com>
20899 * expmed.c (store_bit_field): Try to simplify the subreg
20900 before generating a new one when when the mode size of
20901 value is less than maxmode.
20903 2002-02-21 Richard Henderson <rth@redhat.com>
20905 * emit-rtl.c (offset_address): Use simplify_gen_binary rather
20906 than gen_rtx_PLUS to form the sum.
20907 * explow.c (force_reg): Rearrange to not allocate new pseudo
20908 when force_operand returns a register.
20909 * expr.c (expand_assignment): Allow offset_rtx expansion to
20910 return a sum. Do not force addresses into registers.
20911 (expand_expr): Likewise.
20912 * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
20913 to canonicalize arithmetic that didn't simpify.
20914 (simplify_plus_minus): New argument force; update
20915 all callers. Don't split CONST unless we can do something with it,
20916 and wouldn't lose the constness of the operands.
20918 * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
20919 that we generated earlier.
20921 2002-02-21 Tom Tromey <tromey@redhat.com>
20923 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
20924 (output_line_info): Use constant `1', with a long explanatory
20926 * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
20928 Thu Feb 21 22:43:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
20930 * jump.c (redirect_jump): If old label has no UID, don't try to
20933 Thu Feb 21 21:17:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
20935 * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
20936 If input is constant, do shifts at compile time.
20938 2002-02-21 Joseph S. Myers <jsm28@cam.ac.uk>
20940 * doc/extend.texi: Fix some more overfull hboxes.
20942 2002-02-21 Jakub Jelinek <jakub@redhat.com>
20944 PR optimization/4994
20945 * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
20948 2002-02-21 Jakub Jelinek <jakub@redhat.com>
20951 * expr.h (expand_and): Add mode argument.
20952 * expmed.c (expand_and): Add mode argument.
20953 (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
20954 * expr.c (store_field, expand_expr, do_store_flag): Likewise.
20955 * except.c (expand_builtin_extract_return_addr): Likewise.
20956 * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
20957 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
20958 * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
20959 Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
20960 * config/c4x/c4x.md: Use GEN_INT (x) instead of
20961 gen_rtx (CONST_INT, VOIDmode, x).
20963 2002-02-21 Jakub Jelinek <jakub@redhat.com>
20966 * stmt.c (warn_if_unused_value): Move side effects test once more.
20968 2002-02-20 Torbjorn Granlund <tege@swox.com>
20970 * config/avr/avr.md: Add more patterns for mized-mode add and subtract
20971 (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
20973 Thu Feb 21 16:20:46 2002 Alexandre Oliva <aoliva@redhat.com>
20975 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
20976 SUBREG or ZERO_EXTEND.
20978 Thu Feb 21 15:35:46 2002 J"orn Rennecke <joern.rennecke@superh.com>
20980 * sh.h (current_function_anonymous_args): Remove.
20981 (SETUP_INCOMING_VARARGS): Don't set it - just check that one
20982 of current_function_varargs and current_function_stdarg is set.
20983 * sh.c (sh_expand_prologue): Check current_function_varargs /
20984 current_function_stdarg / TARGET_SH5 instead of
20985 current_function_anonymous_args.
20987 * sh64.h (TARGET_VERSION): Define.
20989 2002-02-20 David Edelsohn <edelsohn@gnu.org>
20991 * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
20992 VRSAVE_REGNO on TARGET_ALTIVEC.
20994 2002-02-20 Alan Modra <amodra@bigpond.net.au>
20996 * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
20997 bits of SImode const_int.
20998 (includes_rshift_p): Likewise.
20999 (print_operand): Call mask_operand and mask64_operand with correct
21001 (rs6000_output_function_epilogue): Pad traceback table to word.
21002 * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
21003 (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
21004 mask64_operand with correct mode.
21005 (FUNCTION_ARG_REGNO_P): Correct parentheses.
21007 2002-02-20 Jakub Jelinek <jakub@redhat.com>
21010 * varasm.c (get_pool_constant_mark): New.
21011 * rtl.h (get_pool_constant_mark): Add prototype.
21012 * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
21013 be represented if it has not been output.
21015 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
21017 * combine.c (do_SUBST): Sanity check substitutions of
21018 CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
21019 (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
21020 CONST_INT into its operand.
21021 (known_cond): Likewise, for ZERO_EXTEND.
21022 * simplify-rtx.c (simplify_unary_operation): Fix condition to
21023 allow for simplification of wide modes. Reject CONST_INTs in
21024 ZERO_EXTEND when their actual mode is not given.
21026 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
21028 * c-decl.c (pushdecl): If no global declaration is found for an
21029 extern declaration in block scope, try a limbo one.
21031 2002-02-20 Jakub Jelinek <jakub@redhat.com>
21034 * c-common.c (pointer_int_sum): Moved from...
21035 * c-typeck.c (pointer_int_sum): ...here.
21036 * c-common.h (pointer_int_sum): Add prototype.
21038 2002-02-20 Jakub Jelinek <jakub@redhat.com>
21041 * c-decl.c (duplicate_decls): Return 0 if issued error about
21044 2002-02-20 Roger Sayle <roger@eyesopen.com>
21045 Jakub Jelinek <jakub@redhat.com>
21048 * tree.c (host_integerp): Ensure that the constant integer is
21049 representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
21050 when pos is zero or non-zero respectively. Clarify comment.
21051 * c-format.c (check_format_info_recurse): Fix host_integerp
21052 usage; the pos argument should be zero when assigning to a
21053 signed HOST_WIDE_INT.
21055 2002-02-20 Richard Henderson <rth@redhat.com>
21057 * config/i386/i386.c (ix86_expand_vector_move): Use the mode
21058 of the operand, rather than assuming TImode.
21059 (ix86_expand_binop_builtin): Cope with commutative patterns
21060 using nonimmediate_operand for both operands.
21061 (ix86_expand_timode_binop_builtin): Likewise.
21062 (ix86_expand_store_builtin): Validate operand 1.
21063 (ix86_expand_unop1_builtin): Likewise.
21065 2002-02-20 Philip Blundell <philb@gnu.org>
21068 * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
21070 2002-02-20 Richard Henderson <rth@redhat.com>
21073 * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
21075 2002-02-20 Tom Tromey <tromey@redhat.com>
21077 * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
21078 * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
21079 * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
21080 * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
21081 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
21084 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
21086 * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
21087 for (const_int 0) in X not just INTVAL.
21089 2002-02-20 Joseph S. Myers <jsm28@cam.ac.uk>
21091 * doc/extend.texi: Avoid or reduce overfull hboxes.
21093 2002-02-20 Diego Novillo <dnovillo@redhat.com>
21095 * expmed.c (store_bit_field): Do not store bit fields using SUBREG
21096 operations if the field does not start at a mode boundary.
21098 2001-02-20 Joel Sherrill <joel@OARcorp.com>
21100 * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
21101 config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
21102 Also done for -Acpu and -Amachine.
21104 2002-02-20 Neil Booth <neil@daikokuya.demon.co.uk>
21106 * cppinit.c (init_dependency_output): Take deps output file
21107 from -o if none given with -MF. Suppress normal output.
21108 * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
21109 * doc/cpp.texi, doc/invoke.texi: Update.
21111 2002-02-19 Zack Weinberg <zack@codesourcery.com>
21113 * toplev.c (output_quoted_string): Write unprintable
21114 characters with octal escapes.
21116 2002-02-19 David Edelsohn <edelsohn@gnu.org>
21118 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
21119 really_call_used[VRSAVE_REGNO] if not Altivec.
21121 2002-02-19 Alan Modra <amodra@bigpond.net.au>
21123 * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
21125 (constant_pool_expr_1): Fix formatting.
21126 (rs6000_legitimize_reload_address): Likewise.
21128 Tue Feb 19 20:13:57 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21130 * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
21131 now that we have one.
21133 2002-02-19 Zack Weinberg <zack@codesourcery.com>
21135 * tree.h (struct tree_common): Remove aux. Add unused_0 at
21136 end of first block of bitfields (which was only seven bits);
21137 rename dummy to unused_1; remove comment which is no longer true.
21139 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
21141 * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
21143 2002-02-19 Philip Blundell <pb@nexus.co.uk>
21146 * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
21150 * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
21151 arm_is_longcall_p rather than inspecting call-type cookie
21153 (call_value_insn) [TARGET_THUMB]: Likewise.
21155 2002-02-19 Graham Stott <grahams@redhat.com>
21157 * config/i386/i386.c (ix86_expand_builtin): Fix typo.
21159 2002-02-19 David Edelsohn <edelsohn@gnu.org>
21161 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
21162 ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
21163 (FP_SAVE_INLINE): Delete.
21165 * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
21166 * config/rs6000/eabi.asm: Remove ABI save restore routines.
21167 * config/rs6000/t-ppccomm: Build crtsavres.o.
21168 * config/rs6000/crtsavres.asm: New file.
21170 2002-02-19 Philip Blundell <philb@gnu.org>
21172 * config/arm/arm.c (use_return_insn): Don't reject interrupt
21174 (arm_compute_save_reg_mask): Save LR for interrupt functions too.
21175 (output_return_instruction): Allow interrupt functions to return with
21176 ldmfd sp!, {... pc}^. Use LDR to restore any single register.
21177 (arm_expand_prologue): Subtract 4 before stacking LR in an
21178 interrupt function.
21180 2002-02-19 Philip Blundell <pb@nexus.co.uk>
21182 * config/arm/arm.c (arm_encode_call_attribute): Operate on any
21183 decl, not just FUNCTION_DECL.
21184 (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
21185 (arm_assemble_integer): Likewise.
21186 * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
21189 2002-02-19 matthew green <mrg@eterna.com.au>
21191 * config.gcc (sparc-*-netbsdelf*): Enable target.
21192 (sparc64-*-netbsd*): New target.
21193 * config/sparc/netbsd-elf.h: New file.
21194 * config/sparc/t-netbsd64: New file.
21196 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
21198 * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
21200 2002-02-19 Ryan T. Sammartino <ryants@shaw.ca>
21202 * doc/invoke.texi: explicitly list the style guidelines that
21203 -Weffc++ checks for.
21205 Tue Feb 19 12:37:23 CET 2002 Jan Hubicka <jh@suse.cz>
21207 * regmove.c (regmove_optimize): Avoid increasing of register pressure.
21209 2002-02-19 Neil Booth <neil@daikokuya.demon.co.uk>
21212 * gcc.c (cpp_unique_options): Treat -o as indicating object file
21213 only if not -E. If -E, pass -o through to the preprocessor.
21215 2002-02-19 Kazu Hirata <kazu@hxi.com>
21217 * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
21218 register number with an appropriate macro.
21220 2002-02-19 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
21222 * doc/rtl.texi (Constants): Close @code tag.
21224 2002-02-19 Aldy Hernandez <aldyh@redhat.com>
21226 * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
21227 ("mmx_uavgv4hi3"): Same.
21228 ("pmulhrwv4hi3"): Same.
21230 * tree-inline.c (walk_tree): Handle vectors.
21232 * c-common.c (constant_expression_warning): Handle vectors.
21233 (overflow_warning): Same.
21235 * sched-deps.c (sched_analyze_2): Handle vectors.
21237 * rtlanal.c (rtx_unstable_p): Handle vectors.
21238 (rtx_varies_p): Same.
21239 (count_occurrences): Same.
21240 (regs_set_between_p): Same.
21241 (modified_between_p): Same.
21242 (modified_in_p): Same.
21243 (volatile_insn_p): Same.
21244 (volatile_refs_p): Same.
21245 (side_effects_p): Same.
21246 (may_trap_p): Same.
21247 (inequality_comparisons_p): Same.
21248 (replace_regs): Same.
21249 (computed_jump_p_1): Same.
21251 * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
21253 (inner_mode_array): New.
21254 (copy_rtx): Handle vectors.
21255 (copy_most_rtx): Same.
21256 (rtx_equal_p): Same.
21257 (get_mode_alignment): Adjust for vectors.
21259 * resource.c (mark_referenced_resources): Handle vectors.
21260 (mark_set_resources): Same.
21262 * reload1.c (eliminate_regs): Handle vectors.
21263 (elimination_effects): Same.
21264 (scan_paradoxical_subregs): Same.
21266 * reload.c (subst_reg_equivs): Handle vectors.
21268 * regrename.c (scan_rtx): Handle vectors.
21270 * regclass.c (reg_scan_mark_refs): Handle vectors.
21272 * recog.c (find_single_use_1): Handle vectors.
21274 * local-alloc.c (equiv_init_varies_p): Handle vectors.
21275 (contains_replace_regs): Same.
21276 (memref_referenced_p): Same.
21278 * integrate.c (copy_rtx_and_substitute): Handle vectors.
21279 (subst_constants): Same.
21281 * genattrtab.c (attr_copy_rtx): Handle vectors.
21282 (encode_units_mask): Same.
21283 (clear_struct_flag): Same.
21284 (count_sub_rtxs): Same.
21286 * gcse.c (want_to_gcse_p): Handle vectors.
21287 (oprs_unchanged_p): Same.
21288 (hash_expr_1): Same.
21289 (oprs_not_set_p): Same.
21290 (expr_killed_p): Same.
21291 (compute_transp): Same.
21292 (store_ops_ok): Same.
21294 * function.c (purge_addressof_1): Do not allow paradoxical subregs
21296 (fixup_var_refs_1): Same.
21297 (instantiate_virtual_regs_1): Same.
21299 * fold-const.c (operand_equal_p): Handle vectors.
21301 (rtl_expr_nonnegative_p): Same.
21303 * flow.c (mark_used_regs): Handle vectors.
21305 * df.c (df_uses_record): Handle vectors.
21307 * cselib.c (cselib_subst_to_values): Handle vectors.
21308 (cselib_mem_conflict_p): Same.
21311 * cse.c (canon_reg): Handle vectors.
21313 (cse_process_notes): Same.
21314 (count_reg_usage): Same.
21315 (canon_hash): Same.
21317 * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
21319 * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
21321 * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
21322 (gen_rtx): Handle CONST_VECTOR.
21323 (gen_const_vector_0): New.
21324 (copy_rtx_if_shared): CONST_VECTORs can be shared.
21325 (reset_used_flags): Same.
21326 (copy_insn_1): Same.
21327 (initializer_constant_valid_p): Handle VECTOR_CST.
21329 * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
21331 * doc/rtl.texi (Constants): Document const_vector.
21332 (CONST0_RTX): Update for vectors.
21333 (RTL sharing): Same.
21335 * print-tree.c (print_node): Add case for VECTOR_CST.
21337 * tree.h (TREE_VECTOR_CST_ELTS): New.
21338 (struct tree_vector): New.
21339 (union tree_node): Add vector node.
21340 (build_vector): Add prototype.
21342 * tree.def (VECTOR_CST): New.
21344 * tree.c (build_vector): New.
21346 * expmed.c (make_tree): Handle CONST_VECTOR.
21348 * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
21349 (CONST_VECTOR_ELT): New.
21350 (CONST_VECTOR_NUNITS): New.
21352 * machmode.h (GET_MODE_INNER): New.
21353 (DEF_MACHMODE): Accept 8th arg.
21355 * machmode.def: Add 8th argument for vector inner mode.
21356 Add inner vector modes for vectors.
21358 * rtl.def (VEC_CONST): Remove.
21359 (CONST_VECTOR): New.
21361 * expr.c (clear_storage): Allow vectors.
21362 (is_zeros_p): Handle VECTOR_CST.
21364 * varasm.c (output_constant_pool): Handle vectors.
21365 (rtx_const): Add veclo and vechi fields.
21366 (kind): Add RTX_VECTOR.
21367 (decode_rtx_const): Add case for vector.
21369 * config/rs6000/rs6000-protos.h: Add zero_constant.
21371 * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
21372 constants. Force easy vector constants into memory.
21373 (easy_vector_constant): New.
21374 (emit_easy_vector_constant): New.
21375 (rs6000_legitimize_reload_address): Do not generate bad reloads on
21378 * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
21380 ("altivec_lvxl"): Same.
21381 (altivec_lvebx): Same.
21382 (altivec_lvehx): Same.
21383 (altivec_lvewx): Same.
21384 ("*movv4si_const0"): New.
21385 ("*movv4sf_const0"): New.
21386 ("*movv8hi_const0"): New.
21387 ("*movv16qi_const0"): New.
21389 2002-02-18 Kazu Hirata <kazu@hxi.com>
21391 * config/h8300/h8300.c (notice_update_cc): Use
21394 2002-02-18 Kazu Hirata <kazu@hxi.com>
21396 * config/h8300/h8300.md (divmod patterns): Change the
21397 constraints for operands[1] to register_operand.
21399 2002-02-18 Kazu Hirata <kazu@hxi.com>
21401 * config/h8300/h8300-protos.h: Remove the prototype for
21403 * config/h8300/h8300.c (p_operand): Remove.
21404 * config/h8300/h8300.md: Replace p_operand with
21407 2002-02-18 Philip Blundell <pb@nexus.co.uk>
21409 * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
21411 (output_return_instruction): Allow use of LDR to unstack
21412 return addresss even for interrupt handlers or when
21413 interworking. If compiling for ARMv5, use interworking-safe
21414 return instructions by default. Remove duplicated code and
21415 lengthy "strcat" sequences.
21417 2002-02-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21419 * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
21420 (LINK_EH_SPEC): Define.
21421 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
21423 2002-02-18 Ulrich Weigand <uweigand@de.ibm.com>
21425 * config/s390/s390.c (s390_emit_prologue): Do not set the
21426 frame_related flag for call-clobbered registers.
21428 Mon Feb 18 15:07:35 CET 2002 Jan Hubicka <jh@suse.cz>
21430 * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
21431 (construct_container): Fix handling of SSE operands.
21432 (ix86_expand_builtin): Fix handling of 64bit pointers.
21433 (mmx_maskmovq_rex): New pattern.
21435 Mon Feb 18 11:55:55 CET 2002 Jan Hubicka <jh@suse.cz>
21437 * regrename.c (kill_set_value): Handle subregs properly.
21439 2002-02-18 David Billinghurst <David.Billinghurst@riotinto.com>
21441 * objc/objc-act.c (handle_impent): Remove leading '*'
21442 from objc_class_name.
21444 2002-02-17 Richard Henderson <rth@redhat.com>
21446 * config/alpha/alpha.c (some_small_symbolic_operand,
21447 some_small_symbolic_operand_1, split_small_symbolic_operand,
21448 split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
21449 Handle small SYMBOL_REFs anywhere, not just inside memories.
21450 * config/alpha/alpha-protos.h: Update.
21451 * config/alpha/alpha.h (PREDICATE_CODES): Update.
21452 * config/alpha/alpha.md (small symbolic operand splitter): Update.
21454 2002-02-17 Roland McGrath <roland@frob.com>
21456 * config.gcc (powerpc-*-gnu-gnualtivec*,
21457 powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
21458 * config/rs6000/gnu.h: New file.
21459 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
21460 Grok "gnu" in rs6000_abi_name.
21461 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
21462 CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
21463 Grok -mcall-gnu analogous to -mcall-linux et al.
21464 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
21465 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
21466 (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
21468 2002-02-17 Jakub Jelinek <jakub@redhat.com>
21471 * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
21474 2002-02-17 Philipp Thomas <pthomas@suse.de>
21476 * config/cris/cris.h: Undefine STARTFILE_SPEC and
21477 ENDFILE_SPEC before (re)defining them.
21479 2002-02-17 Kazu Hirata <kazu@hxi.com>
21481 * config/h8300/h8300.c: Fix formatting.
21482 * config/h8300/h8300.h: Likewise.
21484 2002-02-17 Philipp Thomas <pthomas@suse.de>
21486 * doc/tm.texi: Explain why empty strings should not be
21487 marked for translation.
21489 2002-02-17 Philipp Thomas <pthomas@suse.de>
21491 * final.c (output_operand_lossage): Changed to accept
21492 printf style arguments. Change calls where necessary.
21493 * output.h (output_operand_lossage): Change declaration
21494 accordingly. Update copyright.
21495 * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
21496 config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
21497 Update copyright date where necessary.
21499 * config/i386/i386.c (print_operand): Likewise. Remove use of
21502 * config/cris/cris.c (cris_operand_lossage): Likewise.
21503 Rename parameter so that exgettext recognizes it as
21504 translatable message.
21505 (LOSE_AND_RETURN): Rename parameter to msgid.
21507 2002-02-17 Kazu Hirata <kazu@hxi.com>
21509 * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
21510 hard coded register number with an appropriate macro.
21511 (HARD_REGNO_MODE_OK): Likewise.
21512 (ARG_POINTER_REGNUM): Likewise.
21513 (STATIC_CHAIN_REGNUM): Likewise.
21514 (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
21515 * config/h8300/h8300.md (define_constants): Define more
21518 2002-02-17 Philipp Thomas <pthomas@suse.de>
21520 * config/i386/i386.h: Don't mark empty strings for translation.
21522 2002-02-16 H.J. Lu <hjl@gnu.org>
21524 * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
21526 2002-02-16 Zack Weinberg <zack@codesourcery.com>
21528 * cppinit.c (merge_include_chains): Check for brack being
21529 NULL before attempting to merge it with qtail.
21531 2002-02-16 Andrew Cagney <ac131313@redhat.com>
21533 * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
21536 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
21538 * pa/t-pa, pa/t-pro, som.h: Revert last patch.
21540 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
21542 * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
21543 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
21544 * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
21546 Sat Feb 16 13:48:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21548 * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
21549 now only if !TARGET_FIX.
21550 (*movsi_nt_vms_fix): New pattern.
21552 2002-02-16 Douglas B Rupp <rupp@gnat.com>
21554 * config/alpha/alpha.c: Implement null frame procedure types on VMS.
21555 (alpha_procedure_type): Replaces alpha_is_stack_procedure.
21556 (alpha_sa_mask, alpha_sa_size): Reflect above change.
21557 (alpha_pv_save_size, alpha_expand_prologue): Likewise.
21558 (alpha_start_function, alpha_expand_epilogue): Likewise.
21559 (unicosmk_gen_dsib): Likewise.
21561 Sat Feb 16 13:39:09 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21563 * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
21565 2002-02-16 Ulrich Weigand <uweigand@de.ibm.com>
21567 * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
21568 check_and_change_labels, s390_final_chunkify): Delete.
21569 (s390_split_branches, s390_chunkify_pool): New functions.
21570 (s390_function_prologue): Call them.
21572 * config/s390/s390.h (S390_REL_MAX): Delete.
21573 (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
21575 * config/s390/s390.md (cjump, icjump, jump): Fix length
21576 attribute calculation.
21579 2002-02-15 David Edelsohn <edelsohn@gnu.org>
21581 * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
21582 * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
21584 2002-02-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
21586 * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
21587 * config/pa/pa-linux.h (LIB_SPEC): Likewise.
21588 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
21590 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
21592 * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
21594 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
21596 * reload.c (find_dummy_reload): Check that an output register
21597 is valid for its mode.
21599 2002-02-14 Alexandre Oliva <aoliva@redhat.com>
21601 * combine.c (known_cond): After replacing the REG of a SUBREG, try
21604 * function.c (assign_parms): Demote promoted argument passed by
21605 transparent reference.
21607 2001-02-14 Joel Sherrill <joel@OARcorp.com>
21609 * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
21610 -Acpu() and -Amachine() to eliminate warnings.
21612 2002-02-14 Ulrich Weigand <uweigand@de.ibm.com>
21614 * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
21616 2002-02-14 Kazu Hirata <kazu@hxi.com>
21618 * config/h8300/h8300-protos.h: Update the prototype for
21620 * config/h8300/h8300.c (const_costs): Treat SET as a little
21621 more expensive operation.
21622 * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
21623 reference to const_costs.
21625 2002-02-14 Hans-Peter Nilsson <hp@axis.com>
21627 * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
21629 2002-02-14 Jakub Jelinek <jakub@redhat.com>
21632 * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
21633 use arguments from newtype.
21635 2002-02-13 Eric Christopher <echristo@redhat.com>
21637 * config/mips/mips.c (override_options): Add check for march/mipsX
21638 on the same command line. Fix error message in cpu processing.
21639 Remove architecture and ISA checks.
21641 2002-02-14 Aldy Hernandez <aldyh@redhat.com>
21643 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
21645 * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
21647 2002-02-14 Aldy Hernandez <aldyh@redhat.com>
21649 * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
21651 ("*movv8hi_internal1"): Same.
21652 ("*movv16qi_internal1"): Same.
21653 ("*movv4sf_internal1"): Same.
21655 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
21656 not push_reload for altivec modes.
21658 2002-02-13 Joel Sherrill <joel@OARcorp.com>
21660 * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
21661 all RTEMS targets including removal of #includes from config/*/rtems*.h
21662 file and adding them to tm_file setting. Added xm_defines=POSIX to
21664 * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
21665 * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
21666 * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
21667 * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
21668 * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
21669 config/m68k/rtemself.h: Ditto.
21670 * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
21671 config/mips/rtems64.h: Ditto.
21672 * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
21673 * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
21675 * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
21676 config/sparc/rtemself.h: Ditto.
21677 * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
21678 * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
21679 arm-rtems stanza closer to other arm-elf targets and made arm-rtems
21681 * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
21682 config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
21683 target made more similar to i386-elf.
21684 * config/i386/t-rtems-i386: Added soft float support and multilibs.
21685 * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
21686 be similar to config/m68k/t-m68kelf.
21687 * gthr-rtems.h: Encapsulate with extern "C" for C++.
21689 Wed Feb 13 23:41:15 CET 2002 Jan Hubicka <jh@suse.cz>
21691 * regmove.c (kill_value): Handle subregs.
21693 Wed Feb 13 23:34:30 CET 2002 Jan Hubicka <jh@suse.cz>
21695 * i386.md (mul patterns): Allow memory operand to be first;
21696 add expanders where needed; fix constraints.
21697 (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
21698 Allow memory operand to be the first.
21700 * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
21703 2002-02-13 Jakub Jelinek <jakub@redhat.com>
21706 * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
21709 2002-02-13 Jakub Jelinek <jakub@redhat.com>
21711 PR optimization/5547:
21712 * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
21713 all valid IA-32 address modes involving non-scaled %ebx and
21714 GOT/GOTOFF as displacement.
21716 2002-02-13 Ulrich Weigand <uweigand@de.ibm.com>
21718 * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
21719 after emitting ltorg insns.
21721 * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
21722 *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
21723 *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
21724 *abssf2): Fix "op_type" attribute.
21726 2002-02-13 Douglas B Rupp <rupp@gnat.com>
21728 * mkconfig.sh: Avoid using a subshell redirect.
21729 ($output.T): Change to $(output)T.
21730 (ENABLE_NLS): Remove unneeded undef.
21732 * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
21733 * config/alpha/x-vms (libsubdir): Define.
21735 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
21736 register frame procedures. Optimize retrieving context.
21738 * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
21739 (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
21740 * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
21742 Wed Feb 13 09:45:08 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21744 * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
21745 Make same change as for find_base_value.
21747 2002-02-13 Kazu Hirata <kazu@hxi.com>
21749 * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
21750 of QImode and SImode.
21752 2002-02-13 Kazu Hirata <kazu@hxi.com>
21754 * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
21755 length computation of movsi.
21756 * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
21758 2002-02-13 Kazu Hirata <kazu@hxi.com>
21760 * config/h8300/h8300.md (subqi3): Tighten the predicate for
21761 operands[2] to register_operand.
21763 Wed Feb 13 10:35:56 CET 2002 Jan Hubicka <jh@suse.cz>
21765 * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
21767 2002-02-12 Aldy Hernandez <aldyh@redhat.com>
21769 * config/rs6000/rs6000.md: Use predicate altivec_register_operand
21770 for altivec_lvx* and altivec_stvx*.
21771 ("*movv4si_internal"): Add constraint for loading from GPRs.
21772 ("*movv8hi_internal1"): Same.
21773 ("*movv16qi_internal1"): Same.
21774 ("*movv4sf_internal1"): Same.
21776 * config/rs6000/rs6000.c (altivec_register_operand): New.
21778 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
21779 altivec_register_operand.
21781 2002-02-13 Hans-Peter Nilsson <hp@bitrange.com>
21783 * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
21786 2002-02-13 Stan Shebs <shebs@apple.com>
21788 * c-typeck.c (digest_init): Handle vectors.
21789 (really_start_incremental_init): Same.
21790 (pop_init_level): Same.
21791 (process_init_element): Same.
21793 * varasm.c (output_constant): Same.
21795 * expr.c (clear_storage): Same.
21796 (store_constructor): Same.
21798 2002-02-12 Eric Christopher <echristo@redhat.com>
21800 * explow.c (hard_function_value): Add comment explaining
21801 signed/unsigned comparison.
21803 2002-02-12 Jakub Jelinek <jakub@redhat.com>
21805 * jump.c (never_reached_warning): Add finish argument.
21806 If finish is NULL, stop on CODE_LABEL, otherwise stop before first
21807 real insn after end.
21808 * rtl.h (never_reached_warning): Adjust prototype.
21809 * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
21810 * cfgrtl.c (flow_delete_block): Pass b->end as finish to
21811 never_reached_warning.
21813 2002-02-12 Graham Stott <grahams@redhat.com>
21815 * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
21817 2002-02-12 Kazu Hirata <kazu@hxi.com>
21819 * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
21820 logical shifts on H8/300.
21821 (shift_alg_si): Improve several shifts on H8/300.
21822 (get_shift_alg): Likewise.
21824 2002-02-12 Graham Stott <grahams@redhat.com>
21826 * config/pa/pa.c (compute_movstrsi_length): Fix typos.
21828 Tue Feb 12 10:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21830 * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
21831 Handle #ifdef POINTERS_EXTEND_UNSIGNED.
21833 2002-02-11 Hans-Peter Nilsson <hp@bitrange.com>
21835 * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
21836 non-CONST_INT through default_assemble_integer.
21837 <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
21838 <case 8>: Abort for CONST_DOUBLE.
21840 2002-02-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
21842 * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
21844 * config/pa/pa-linux.h (LIB_SPEC): Delete.
21845 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
21847 2002-02-11 Andrew Haley <aph@cambridge.redhat.com>
21849 * config/stormy16/stormy16.md (zero_extendqihi2): New.
21851 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
21853 * regrename.c (regrename_optimize): Don't accept a
21854 part-clobbered register if the replaced register is not part
21857 * calls.c (store_one_arg): In the non-BLKmode non-partial case,
21858 take padding into account when computing the argument value.
21860 * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
21862 * combine.c (try_combine): Apply substitutions in
21863 CALL_INSN_FUNCTION_USAGE too.
21865 2002-02-11 Aldy Hernandez <aldyh@redhat.com>
21867 * config/rs6000/rs6000.c (altivec_init_builtins): Handle
21868 __builtin_altivec_abs*.
21871 * config/rs6000/rs6000.h (rs6000_builtins): Add
21872 ALTIVEC_BUILTIN_ABS*.
21874 * config/rs6000/altivec.h: Use const char for builtins expecting
21876 (vec_abs): New versions for C and C++.
21879 2002-02-10 Kazu Hirata <kazu@hxi.com>
21881 * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
21884 2002-02-10 Kazu Hirata <kazu@hxi.com>
21886 * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
21887 constant definition from h8300.md.
21888 (FRAME_POINTER_REGNUM): Likewise.
21889 * config/h8300/h8300.md (define_constants): Add FP_REG.
21891 2002-02-10 Kazu Hirata <kazu@hxi.com>
21893 * config/h8300/h8300.c (print_operand): Remove redundant code.
21895 2002-02-10 Kazu Hirata <kazu@hxi.com>
21897 * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
21898 * config/h8300/h8300.c (byte_reg): Make it static.
21900 2002-02-10 Richard Henderson <rth@redhat.com>
21903 * c-typeck.c (incomplete_type_error): Handle flexible array members.
21905 2002-02-10 Richard Henderson <rth@redhat.com>
21908 * tree.c (append_random_chars): Don't abort if main_input_filename
21911 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
21913 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
21915 2002-02-10 Kazu Hirata <kazu@hxi.com>
21917 * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
21918 (pushhi1): Likewise.
21920 2002-02-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
21922 * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
21923 * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
21925 2002-02-09 David O'Brien <obrien@FreeBSD.org>
21927 * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
21929 (ASM_CPU_DEFAULT_SPEC): Remove. Default setting is fine.
21931 2002-02-09 Kazu Hirata <kazu@hxi.com>
21933 * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
21934 a half of an SImode register on H8/300.
21936 Sat Feb 9 18:28:02 CET 2002 Jan Hubicka <jh@suse.cz>
21938 * i386.md (movdi_2): Add missing '!'.
21940 2002-02-09 Kazu Hirata <kazu@hxi.com>
21942 * config/h8300/h8300.h: Fix formatting. Remove commented-out
21945 2002-02-09 Kazu Hirata <kazu@hxi.com>
21947 * config/h8300/h8300.md (length): Correct the distance valid
21948 for the short branch.
21950 2002-02-09 Kazu Hirata <kazu@hxi.com>
21952 * config/h8300/h8300.md (iorhi3): Tighten the predicates.
21954 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
21956 * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
21957 registers in SImode.
21958 (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
21961 * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
21964 Contribute sh64-elf.
21965 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
21966 * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
21967 (sh_cannot_modify_jumps_p): New function.
21968 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
21969 * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
21970 (sh_ms_bitfield_layout_p): New function.
21971 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
21972 Zack Weinberg <zack@codesourcery.com>
21973 * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
21974 expand_simple_binop instead of expand_binop.
21975 2002-02-03 Alexandre Oliva <aoliva@redhat.com>
21976 * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
21977 use of .quad and .uaquad.
21978 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
21979 TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
21980 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
21981 * config/sh/sh.md (movdi_const, movdi_const_32bit,
21982 movdi_const_16bit): Make sure all CONSTs have modes.
21983 (sym2PIC): Ditto, but by adjusting all callers.
21984 * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
21985 if the prologue calls the SHmedia argument decoder or register
21987 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
21988 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
21989 (TARGET_ASM_ALIGNED_DI_OP): Likewise.
21990 (sh_expand_epilogue): Don't emit USE of return target register.
21991 (prepare_move_operands): Legitimize DImode PIC addresses.
21992 (sh_media_register_for_return): Skip tr0, used to initialize the
21994 (sh_expand_prologue): Remove explicit USE of return register.
21995 (nonpic_symbol_mentioned_p): PC is non-PIC. Don't recurse in
21996 CONST_DOUBLEs. UNSPEC_GOTPLT is PIC.
21997 * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
21998 (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
21999 (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
22000 EXTRA_CONSTRAINT_T.
22001 (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
22002 (MOVI_SHORI_BASE_OPERAND_P): New.
22003 (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
22004 (EXTRA_CONSTRAINT_T): Define in terms of them.
22005 (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
22006 * config/sh/sh.md (movsi_media, movsi_media_nofpu,
22007 movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
22008 alternatives supporting TARGET_REGS.
22009 (UNSPEC_GOTPLT): New constant.
22010 (movdi split): Move incrementing of LABEL_NUSES...
22011 (movdi_const, movdi_const_32bit): Here. Use
22012 MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
22013 (movdi_const_16bit): New.
22014 (call, call_value) [flag_pic]: Use GOTPLT.
22015 (call_pop, call_value_pop): New expands.
22016 (call_pop_compact, call_pop_rettramp): New insns.
22017 (call_value_pop_compact, call_value_pop_rettramp): New insns.
22018 (sibcall) [flag_pic]: Use GOT.
22019 (builtint_setjmp_receiver): Remove bogus, unused expand.
22020 (GOTaddr2picreg): Implement for SHcompact and SHmedia.
22021 (*pt, *ptb, ptrel): New insns.
22022 (sym2GOT): Handle DImode GOT.
22023 (sym2GOTPLT, symGOTPLT2reg): New expands.
22024 (sym2PIC): New expand.
22025 (shcompact_return_tramp): Use GOTPLT to return trampoline.
22026 (shcompact_return_tramp_i): Use return register explicitly.
22027 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
22028 disable flag_reorder_blocks.
22029 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
22030 * config/sh/sh.md (sibcall_compact): Reorder return, uses and
22031 clobbers, for clarity.
22032 (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
22033 restoring of r0 in macl as MAYBE_DEAD.
22034 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
22035 * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
22036 * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
22037 alter_subreg all over.
22038 (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
22039 reload, instead of emitting instructions that would require
22041 (casesi_load_media): Add missing modes.
22042 2001-11-09 Alexandre Oliva <aoliva@redhat.com>
22043 * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
22044 as used if the argument decoder is called.
22045 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
22046 * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
22047 Pmode, then extend it to DImode if necessary.
22048 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
22049 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
22050 constants in FPU-enabled SHmedia, let them be loaded from memory.
22051 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
22052 * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
22053 Adjust whitespace in assembly output templates.
22054 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
22055 * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
22056 mode of if_then_else.
22057 2001-08-04 Alexandre Oliva <aoliva@redhat.com>
22058 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
22060 2001-07-26 Andrew Haley <aph@cambridge.redhat.com>
22061 Joern Rennecke <amylaar@redhat.com>
22062 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
22063 (SUBTARGET_CPP_PTR_SPEC): New.
22064 (SUBTARGET_CPP_SPEC): Remove.
22065 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
22066 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
22067 Fix typo in previous checkin.
22068 2001-07-11 Chandrakala Chavva <cchavva@redhat.com>
22069 * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
22070 2001-07-10 Chandrakala Chavva <cchavva@cygnus.com>
22071 Alexandre Oliva <aoliva@redhat.com>
22072 * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
22073 what single FP register can hold for SHmedia target.
22074 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
22075 Alexandre Oliva <aoliva@redhat.com>
22076 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
22077 Do not split into SUBREG.
22078 2001-06-14 Alexandre Oliva <aoliva@redhat.com>
22079 * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
22080 and added new functions as specified in SH5 ABI r9.
22081 2001-06-04 Alexandre Oliva <aoliva@redhat.com>
22082 * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
22084 2001-06-03 Alexandre Oliva <aoliva@redhat.com>
22085 * config/sh/sh.c (dump_table): Add const0_rtx in calls of
22086 gen_consttable_4 and gen_consttable_8. Emit multiple labels
22087 and consttable_window_ends.
22088 2001-06-03 Graham Stott <grahams@redhat,com>
22089 * config/sh/sh.md (movdi split): Remove unused variable last_insn.
22090 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
22091 * config/sh/sh.c (print_operand): Handle floating-point pair,
22092 vector and matrix registers.
22093 * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
22094 vector modes into account.
22095 * config/sh/sh.md (movv2sf): Split move between registers into
22097 (movv4sf, movv16sf): Introduce insns that get split only after
22099 * config/sh/shmedia.h: Fix Copyright dates.
22100 * config/sh/ushmedia.h: Likewise. Move loop counter
22101 declarations into conditionals that uses them.
22102 (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
22104 * config/sh/sshmedia.h: Fix Copyright dates.
22105 (sh_media_PUTCFG): Fix constraints.
22106 2001-05-12 Alexandre Oliva <aoliva@redhat.com>
22107 * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
22108 ptrmemfunc_vbit_in_delta for SH5.
22109 2001-05-08 Alexandre Oliva <aoliva@redhat.com>
22110 * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
22111 * invoke.texi: Likewise.
22112 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
22113 * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
22114 GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
22115 GCC_pop_shmedia_regs_nofpu): New global symbols.
22116 * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
22117 * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
22118 * config/sh/sh.c (calc_live_regs): Account for PR's saving in
22119 compact function with nonlocal labels.
22120 (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
22121 (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
22122 (initial_elimination_offset): Account for their stack space.
22123 * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
22124 * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
22125 movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
22126 movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
22127 least one of the operands to be a register.
22128 (movv2sf): Likewise. Renamed to movv2sf_i.
22129 (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
22130 prepare_move_operands() before emitting SHmedia insns.
22131 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
22132 * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
22133 Don't save nor initialize r12. Don't mis-align the stack.
22134 Pad the code with a nop.
22135 * config/sh/crti.asm: Don't restore r12. Don't mis-align the
22137 2001-03-13 Alexandre Oliva <aoliva@redhat.com>
22138 * gcc/longlong.h (__umulsidi3, count_leading_zeros)
22139 [__SHMEDIA__]: Implement.
22140 2001-03-11 Alexandre Oliva <aoliva@redhat.com>
22141 * config/sh/sh.md: Set latency of `pt' closer to reality.
22142 (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
22143 movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
22144 Set move, load and store type attributes.
22145 * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
22146 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
22148 * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
22149 * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
22150 * config/sh/sh.c (sh_media_register_for_return): New function.
22151 (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
22152 branch-target register.
22153 (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
22154 * config/sh/sh.md (return_media_i): Use any call-clobbered
22155 branch-target register.
22156 (return_media): If r18 wasn't copied in the prologue, copy it
22158 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
22159 Clear class FP0_REGS.
22160 * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
22162 2001-03-08 DJ Delorie <dj@redhat.com>
22163 * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
22164 2001-02-09 Alexandre Oliva <aoliva@redhat.com>
22165 * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
22166 2001-02-07 Alexandre Oliva <aoliva@redhat.com>
22167 * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
22168 2001-02-03 Alexandre Oliva <aoliva@redhat.com>
22169 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
22170 return value correctly for call_cookie.
22171 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
22172 * config/sh/crt1.asm (start): Modified so as to call
22173 ___setup_argv_and_call_main.
22174 2001-01-26 Alexandre Oliva <aoliva@redhat.com>
22175 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
22177 2001-01-20 Alexandre Oliva <aoliva@redhat.com>
22178 * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
22179 (STRIP_NAME_ENCODING): Use it.
22180 (ASM_OUTPUT_LABELREF): Likewise. Don't call assemble_name().
22181 2001-01-19 Alexandre Oliva <aoliva@redhat.com>
22182 * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
22183 prepare_scc_operands().
22184 * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
22185 (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
22186 2001-01-17 Alexandre Oliva <aoliva@redhat.com>
22187 * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
22188 2001-01-13 Alexandre Oliva <aoliva@redhat.com>
22189 * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
22190 * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
22191 used in shcompact_incoming_args.
22192 * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
22194 * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
22196 * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
22197 Adjust accordingly.
22198 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
22199 Simplify. Adjust. Add sanity check.
22200 * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
22202 * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
22204 (udivsi3, divsi3): Use them.
22205 (force_mode_for_call): New insn.
22206 (call, call_value, sibcall_value): Emit it before SHcompact
22208 2001-01-11 Alexandre Oliva <aoliva@redhat.com>
22209 * config/sh/sh.md (call, call_value, sibcall): Make sure the
22210 call cookie is non-NULL before taking its value.
22211 2001-01-10 Alexandre Oliva <aoliva@redhat.com>
22212 * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
22213 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
22214 * config/sh/sh.md (shcompact_incoming_args): Set argument memory
22216 * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
22217 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
22218 temporary for stack adjusts. Use MACL and MACH to pass
22219 arguments to shcompact_incoming_args.
22220 * config/sh/sh.md (shcompact_incoming_args): Adjust. Don't
22222 * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
22223 (nested_trampoline): Load static chain address into r1.
22224 * config/sh/sh.md (movdi_media splits): Fix sign-extension.
22225 2001-01-07 Alexandre Oliva <aoliva@redhat.com
22226 * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
22227 fp_arith_reg_operand().
22228 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
22229 * config/sh/sh.md (casesi): Sign-extend the first two operands,
22230 and use signed compares for them.
22231 * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
22232 4-byte ones. Instead, inter-leave them, maintaining the 8-byte
22233 ones properly aligned.
22234 (find_barrier): Account for extra alignment needed for 8-byte wide
22236 (machine_dependent_reorg): Require a label for the second 4-byte
22237 constant after an 8-byte one.
22238 * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
22240 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
22241 * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
22242 last_float when switching float modes.
22243 * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
22244 auto-increment for general-purpose registers.
22245 * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
22247 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
22249 * config/sh/sh.c (sh_builtin_saveregs): Support using all
22250 registers for varargs.
22251 2001-01-01 Alexandre Oliva <aoliva@redhat.com>
22252 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
22253 * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
22254 CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
22255 (CALL_COOKIE_INT_REG_SHIFT): Adjust.
22256 (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK. Adjust
22257 call_cookie accordingly.
22258 (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
22259 (SHCOMPACT_BYREF): Likewise.
22260 (SHCOMPACT_FORCE_ON_STACK): New macro.
22261 * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
22262 (sh_builtin_saveregs): Likewise.
22263 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
22264 shcompact_incoming_args): Use new shift values. Support
22265 sequences of consecutive and non-consecutive pushes/pops.
22266 * config/sh/sh.md (return): Don't explicitly use PR_REG.
22267 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
22268 * config/sh/sh.h (TEXT_SECTION): Define.
22269 * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
22270 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
22271 * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
22272 * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
22273 return values on FPU-enabled SHmedia.
22274 (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
22275 FPU-enabled SHmedia.
22276 (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
22277 value is returned in a non-FP reg and is not returned by
22279 * config/sh/sh.md (shcompact_return_tramp_i): Change type to
22281 2000-01-04 Alexandre Oliva <aoliva@redhat.com>
22282 * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
22283 (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
22284 quad-aligned to be passed by callee-copy reference.
22285 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
22286 * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
22287 * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
22288 2001-01-02 Alexandre Oliva <aoliva@redhat.com>
22289 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
22290 copying low-numbered FP regs to r7 and r8.
22291 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
22292 FP regs to general-purpose regs only if the copy was passed on the
22294 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
22295 copying FP reg to r9.
22296 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
22297 copy FP regs to general-purpose regs only in outgoing calls.
22298 * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
22299 change from 2000-10-30. Adjust for 64-bit (or 32-bit)
22301 * config/sh/sh.h (struct sh_args): Document all fields.
22302 (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
22303 passed partially on the stack should not consider making
22305 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
22306 stack_regs only for incoming calls. When passing FP args,
22307 make sure there are FP regs available before modifying
22309 (SHCOMPACT_BYREF): Pass double args in general-purpose
22310 registers by reference.
22311 2000-12-30 Alexandre Oliva <aoliva@redhat.com>
22312 * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
22313 attempt to generate sibcalls if the caller got any arguments
22315 * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
22316 * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
22317 to 8-byte boundaries.
22318 * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
22319 * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
22320 * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
22321 stored in the stack.
22322 * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
22323 for the offsets to have the ISA bit set.
22324 (shcompact_call_trampoline): Document. Swap r0 and r1, to match
22325 invocation. Use beq instead of bgt to mark end of sequence of
22327 (shcompact_incoming_args): Fix store of r2. Use beq instead of
22328 bgt to mark end of sequence of stores.
22329 * config/sh/sh.c (arith_operand): Don't check whether
22330 CONST_OK_FOR_J for now.
22331 * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
22332 instead of long for conversion.
22333 2000-12-29 Alexandre Oliva <aoliva@redhat.com>
22334 * config/sh/sh.c (print_operand_address): Convert INTVAL to int
22335 before passing it to fprintf.
22336 2000-12-28 Alexandre Oliva <aoliva@redhat.com>
22337 * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
22338 Call set_fpscr before reading/writing SR.
22339 * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
22341 * config/sh/lib1funcs.asm: Add `.align 2' directives before
22343 (FMOVD_WORKS): Define on SH5 with FPU.
22344 (set_fpscr): Define on SH5. Remove separate _fpscr_values
22346 * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
22348 2000-12-28 Hans-Peter Nilsson <hpn@cygnus.com>
22349 * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
22351 (ia_main_table): Ditto.
22352 2000-12-27 Alexandre Oliva <aoliva@redhat.com>
22353 * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
22354 * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
22355 the definitions from sh.h.
22356 * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
22358 (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
22359 * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
22360 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
22361 2000-12-26 Alexandre Oliva <aoliva@redhat.com>
22362 * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
22363 Increment LABEL_NUSES.
22365 * config/sh/sh.h (SIZE_TYPE): Define as conditional on
22367 (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
22369 * config/sh/elf.h (SIZE_TYPE): Likewise.
22370 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
22371 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
22372 shcompact_incoming_args): Load switch table addresses using
22374 * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
22375 (NO_BUILTIN_SIZE_TYPE): Define.
22376 (SIZE_TYPE): Don't define.
22377 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
22378 * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
22379 definition of __SH5__=32 for -m5-compact-nofpu.
22380 * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
22382 2000-12-24 Alexandre Oliva <aoliva@redhat.com>
22383 * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
22384 2000-12-23 Alexandre Oliva <aoliva@redhat.com>
22385 * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
22386 (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
22387 (INSN_LENGTH_ALIGNMENT): Likewise.
22388 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
22389 * config/sh/sh.md (call, call_value, sibcall): Simplify
22390 copying of non-branch-target register.
22391 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
22392 * glimits.h (__LONG_MAX__): Revert 2000-12-13's patch.
22393 * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
22394 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
22395 * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
22396 floating-point values as structs.
22397 (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
22398 (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
22399 general-purpose register.
22400 (SH5_PROTOTYPED_FLOAT_ARG): New macro.
22401 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
22402 * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
22403 * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
22404 * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
22405 (ENCODE_SECTION_INFO): Enclose variables and constants in
22407 (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
22408 (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
22409 (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
22410 * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
22411 only for LABEL_REFs. For SYMBOL_REFs, prepend
22412 SH_DATALABEL_ENCODING to the symbol name.
22413 * config/sh/sh.md (indirect_jump): Use SUBREG instead of
22415 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
22416 * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
22418 * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
22419 * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
22420 (DATALABEL_REF_P): Don't require CONST.
22421 (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
22423 2000-12-19 Alexandre Oliva <aoliva@redhat.com>
22424 * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
22426 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
22427 * config/sh/sh.md (movsi_media, call, call_value, sibcall):
22428 Use shallow_copy_rtx and PUT_MODE to change the mode of
22429 SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
22430 * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
22431 on SHmedia using GENERAL_REGs.
22432 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
22433 bltu_media_i): Fix reversion of conditions.
22434 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
22435 * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
22436 * config/sh/sh.c (output_far_jump): Save r13 in macl.
22437 2000-12-17 Alexandre Oliva <aoliva@redhat.com>
22438 * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
22439 2000-12-16 Alexandre Oliva <aoliva@redhat.com>
22440 * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
22441 (GCC_nested_trampoline): Likewise.
22442 * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
22443 * config/sh/sh.c (gen_datalabel_ref): Define.
22444 * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
22445 (INITIALIZE_TRAMPOLINE): Likewise.
22446 (TRAMPOLINE_ADJUST_ADDRESS): Define.
22447 (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
22448 (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
22449 (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
22450 * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
22451 (ic_invalidate): Adjust for SH5.
22452 (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
22453 * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
22454 _nested_trampoline.
22455 2000-12-15 Alexandre Oliva <aoliva@redhat.com>
22456 * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
22457 (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
22458 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
22459 * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
22460 * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
22461 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
22462 * config/sh/sh.c (target_reg_operand): Match only target-branch
22463 registers and pseudos that aren't virtual registers.
22464 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
22465 Copy operands that don't match target_reg_operand to pseudos.
22466 (call_media, call_value_media, sibcall_media): Use
22467 target_reg_operand instead of target_operand.
22468 2000-12-13 Alexandre Oliva <aoliva@redhat.com>
22469 * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
22470 * config/sh/sh.c (target_reg_operand): Match hardware registers
22471 other than branch-target registers.
22472 * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
22473 * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
22474 (fpscr_values) [SH5 == 32]: Define.
22475 * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
22476 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
22477 Handle function addresses coming in SUBREGs.
22478 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
22479 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
22480 shcompact_return_trampoline): Use datalabel where appropriate.
22481 2000-12-09 Alexandre Oliva <aoliva@redhat.com>
22482 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
22483 general-purpose register to copy one branch-target register to
22485 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
22486 * config/sh/sh.c (target_operand): Accept LABEL_REFs and
22487 SYMBOL_REFs with VOIDmode.
22488 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
22489 bltu_media_i): New insns.
22490 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
22491 * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
22492 (INIT_CUMULATIVE_ARGS): Likewise.
22493 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
22494 * machmode.def (V16SFmode): New mode.
22495 * c-common.c (type_for_mode): Support V2SF and V16SF.
22496 * tree.c (build_common_tree_nodes_2): Likewise.
22497 * tree.h (tree_index): Likewise.
22498 * calls.c (emit_call_1): Take args_so_far. Adjust all
22499 callers. Introduce CALL_POPS_ARGS.
22500 * tm.texi (CALL_POPS_ARGS): Document.
22501 * config/sh/crt1.asm: Implement in SHmedia mode.
22502 * config/sh/crti.asm, config/sh/crtn.asm: Likewise
22503 * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
22504 (DBX_REGISTER_NUMBER): Renumber registers for SH5.
22505 * config/sh/lib1funcs.asm: Disable functions unused in SH5.
22506 Implement divsi and udivsi in SHmedia mode. Introduce
22507 SHcompact trampolines.
22508 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
22510 (regno_reg_class): Rewrite.
22511 (fp_reg_names): Remove.
22512 (sh_register_names, sh_additional_register_names): New.
22513 (print_operand): Added `u'. Support SUBREGs in addresses.
22514 Add parentheses around shifted CONSTs.
22515 (output_file_start): Output .mode and .abi directives.
22516 (shiftcosts, addsubcosts, multcosts): Adjust.
22517 (output_stack_adjust): Compute alignment. Sanity-check SIZE.
22518 (push_regs): Take array of HOST_WIDE_INTs. Adjust callers.
22519 (calc_live_regs): Output to array of HOST_WIDE_INTs. Count
22520 bytes, not registers. Take into account the need for the
22521 SHcompact incoming args trampoline. Adjust all callers.
22522 (sh_expand_prologue): Take stack_regs into account. Call
22523 incoming args trampoline. Keep stack aligned as per SH5 ABI.
22524 (sh_expand_epilogue): Take stack_regs into accoutn. Keep
22525 stack aligned as per SH5 ABI.
22526 (sh_builtin_saveregs): Support SH5 ABI.
22527 (sh_build_va_list, sh_va_start): Likewise.
22528 (initial_elimination_offset): Take alignment into account.
22529 Compute location of PR according to the SH5 stack frame.
22530 (arith_reg_operand): Reject branch-target registers.
22531 (shmedia_6bit_operand): New.
22532 (logical_operand): Use CONST_OK_FOR_P on SHmedia.
22533 (target_reg_operand): Match DImode only. Accept SUBREGs.
22534 (target_operand): New.
22535 * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
22536 (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI. Initialize
22537 SIBCALL_REGS for SHmedia.
22538 (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
22539 (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
22540 (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
22541 (TARGET_SWITCHES): New SH5 flags.
22542 (OVERRIDE_OPTIONS): Set SH5-specific options. Use
22543 VALID_REGISTER_P to disable unsupported registers.
22544 (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
22545 (POINTER_SIZE, PARM_BOUNDARY): Adjust.
22546 (FUNCTION_ARG_PADDING): Define.
22547 (FASTEST_ALIGNMENT): Adjust.
22548 (SH_REGISTER_NAMES_INITIALIZER): New.
22549 (sh_register_names): Declare.
22550 (DEBUG_REGISTER_NAMES): Define.
22551 (REGISTER_NAMES): Define based on sh_register_names.
22552 (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
22553 (sh_additional_register_names): Declare.
22554 (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
22555 (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
22556 (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
22557 (REGISTER_NATURAL_MODE): Define.
22558 (FIRST_PSEUDO_REGISTER): Adjust.
22559 (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
22560 (HARD_REGNO_CALL_PART_CLOBBERED): Define.
22561 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
22562 (VECTOR_MODE_SUPPORTED_P): Define.
22563 (REG_CLASS_CONTENTS): Adjust.
22564 (SMALL_REGISTER_CLASSES): Adjust.
22565 (REG_ALLOC_ORDER): Adjust.
22566 (INDEX_REG_CLASS): Adjust.
22567 (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
22568 (CONST_OK_FOR_LETTER_P): Adjust.
22569 (PREFERRED_RELOAD_CLASS): Adjust.
22570 (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
22571 (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
22572 (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
22573 (FIRST_FP_PARM_REG): Adjust.
22574 (CALL_POPS_ARGS): Define.
22575 (FUNCTION_ARG_REGNO_P): Adjust.
22576 (struct sh_args): New fields.
22577 (GET_SH_ARG_CLASS): Adjust.
22578 (INIT_CUMULATIVE_ARGS): Adjust.
22579 (INIT_CUMULATIVE_INCOMING_ARGS): Define.
22580 (FUNCTION_ARG_ADVANCE): Adjust.
22581 (FUNCTION_ARG): Adjust.
22582 (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
22583 (FUNCTION_ARG_CALLEE_COPIES): Define.
22584 (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
22585 (STRICT_ARGUMENT_NAMING): Define.
22586 (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
22587 (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
22588 (SH5_WOULD_BE_PARTIAL_NREGS): Define.
22589 (SETUP_INCOMING_VARARGS): Adjust.
22590 (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
22591 (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
22592 (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
22593 (SUBREG_OK_FOR_INDEX_P): Adjust.
22594 (EXTRA_CONSTRAINT_S): Update.
22595 (EXTRA_CONSTRAINT_T): New.
22596 (EXTRA_CONSTRAINT): Adjust.
22597 (GO_IF_LEGITIMATE_INDEX): Adjust.
22598 (GO_IF_LEGITIMATE_ADDRESS): Adjust.
22599 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
22600 (MOVE_MAX): Adjust.
22601 (MAX_MOVE_MAX): Define.
22603 (CONST_COSTS): Adjust.
22604 (REGISTER_MOVE_COST): Adjust.
22605 (BRANCH_COST): Adjust.
22606 (TEXT_SECTION_ASM_OP): Adjust.
22607 (DBX_REGISTER_NUMBER): Adjust.
22608 (ASM_OUTPUT_DOUBLE_INT): New.
22609 (UNALIGNED_DOUBLE_INT_ASM_OP): New.
22610 (PREDICATE_CODES): Adjust.
22611 (PROMOTE_MODE): Adjust.
22612 (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
22613 * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
22614 (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
22615 (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
22616 (DR0_REG, DR2_REG, DR4_REG): Renumber.
22617 (TR0_REG, TR1_REG, TR2_REG): New.
22618 (XD0_REG): Renumber.
22619 (UNSPEC_COMPACT_ARGS): New.
22620 (type): Added pt and ptabs.
22621 (length): Default to 4 on SHmedia. Default pt length to 12
22622 and 20 on SHmedia32 and SHmedia64, respectively.
22623 (pt): New function unit.
22624 (movdi, movsi): Add types pt and ptabs. Don't increment LABEL_NUSES.
22625 Add whitespace between operands of SHmedia instructions.
22627 (adddi3_media, addsi3_media): Adjust constraints.
22628 (subsi3) [SHmedia]: Force operand 1 into a register.
22629 (udivsi3_i1_media, udivsi3_i4_media): New.
22630 (udivsi3): Support SHmedia.
22631 (divsi3_i1_media, divsi3_i4_media): New.
22632 (divsi3): Support SHmedia.
22633 (anddi3, iordi3, xordi3): Adjust constraints.
22634 (zero_extendhidi2, zero_extendqidi2): New.
22635 (extendsidi2, extendhidi2, extendqidi2): New.
22636 (push, pop, push_e, push_fpul, push_4): Disable on SH5.
22637 (pop_e, pop_fpul, pop_4): Likewise.
22638 (movsi_media): Support FP and BT registers.
22639 (movsi_media_nofpu): New. Adjust splits to DImode.
22640 (lduw, ldub): Renamed to zero_extend* above.
22641 (movqi_media): Fix typo.
22642 (movdi_media): Support FP and BT registers.
22643 (movdi_media_nofpu): New. Adjust splits for SHmedia32.
22644 (movdi_const_32bit): New.
22645 (shori_media): Require immediate operand. Use `u' for output.
22646 (movdf_media, movsf_media): Simplified.
22647 (movdf_media_nofpu, movsf_media_nofpu): New.
22648 (movdf, movsf): Adjust
22649 (movv2sf, movv2sf, movv16sf): New.
22650 (beq_media, beq_media_i): Adjust constraints. Don't use
22651 scratch BT register.
22652 (bne_media, bne_media_i): Likewise.
22653 (bgt_media, bgt_media_i): Likewise.
22654 (bge_media, bge_media_i): Likewise.
22655 (bgtu_media, bgtu_media_i): Likewise.
22656 (bgeu_media, bgeu_media_i): Likewise.
22657 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
22658 bunordered): Emit jump insn. Force operands to registers when
22660 (jump_media, jump): Simplify.
22661 (call_compact, call_compact_rettramp): New.
22662 (call_value_compact, call_value_compact_rettramp): New.
22663 (call_media, call_value_media): Simplify.
22664 (sibcall_compact, sibcall_media): New.
22665 (call, call_value): Adjust for SHmedia and SHcompact.
22666 (sibcall, sibcall_value, untyped_call): Likewise.
22667 (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
22668 (indirect_jump): Adjust for SHmedia.
22669 (casesi_jump_media): New.
22670 (nop): Re-enable for SHmedia.
22671 (call_site): Restrict to SH1.
22672 (casesi): Adjust for SHmedia.
22673 (casesi_shift_media, casesi_load_media): New.
22674 (return): Explicitly use PR register. Call return trampoline
22676 (return_i): Explicitly use PR register.
22677 (shcompact_return_tramp, shcompact_return_tramp_i): New.
22678 (return_media): Adjust.
22679 (shcompact_incoming_args): New.
22680 (epilogue): Adjust.
22681 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
22682 (movstrsi): Disable on SH5.
22683 (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
22684 (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
22685 (subsf3, subsf3_media): Likewise.
22686 (mulsf3, mulsf3_media, mac_media): Likewise.
22687 (divsf3, divsf3_media): Likewise.
22688 (floatdisf2, floatsisf2_media): Likewise. Adjust constraints.
22689 (floatsisf2, fux_truncsfsi2): Likewise.
22690 (fix_truncsfdi2, fix_truncsfsi2_media): Likewise. Adjust
22692 (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
22693 (cmpunsf_media, cmpsf): Likewise.
22694 (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
22695 (abssf2, abssf2_media): Likewise.
22696 (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
22697 (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
22698 (floatdidf2, floatsidf2_media): Likewise. Adjust constraints.
22699 (floatsidf2, fix_truncdfsi2): Likewise.
22700 (fix_truncdfdi2, fix_truncdfsi2_media): Likewise. Adjust
22702 (cmpeqdf_media, cmpgtdf_media): Likewise.
22703 (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
22704 (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
22705 (absdf2, absdf2_media): Likewise.
22706 (extendsfdf2, extendsfdf2_media): Likewise.
22707 (truncsfdf2, truncsfdf2_media): Likewise.
22708 * config/sh/sh64.h: New file.
22709 * config/sh/t-sh64: New file.
22710 * config/sh/shmedia.h: New file.
22711 * config/sh/ushmedia.h: New file.
22712 * config/sh/sshmedia.h: New file.
22713 * configure.in: Added sh64-*-elf.
22714 * configure: Rebuilt.
22715 2000-10-10 Alexandre Oliva <aoliva@redhat.com>
22716 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
22717 (reg_class_from_letter): Use `b' for TARGET_REGS.
22718 (print_operand): Support `%M', `%m', `AND' and
22719 `ASHIFTRT'. Do not precede constants with `#' on SHmedia.
22720 (andcosts): Adjust for SHmedia.
22721 (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
22723 (target_reg_operand): New function.
22724 * config/sh/sh-protos.h (target_reg_operand): Declare.
22725 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
22726 FP registers on SH5.
22727 (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
22729 (TARGET_REGISTER_P): New macro.
22730 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
22731 (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
22732 (EXTRA_CONSTRAINT_S): New macro.
22733 (EXTRA_CONSTRAINT): Adjust.
22734 (FLOAT_TYPE_SIZE): Define to 32.
22735 (Pmode): DImode on SHmedia.
22736 (CONST_COSTS): Adjust for SHmedia literals.
22737 (PREDICATE_CODES): Added target_reg_operand.
22738 (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
22739 * config/sh/sh.md: Remove all attrs from SHmedia insns.
22740 (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
22741 (cmpdi): Accept SHmedia.
22742 (movdicc_false, movdicc_true): New insns.
22743 (movdicc): New expand.
22744 (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
22746 (addsi3_media): Match `S' constraint.
22747 (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
22748 (negdi2): Expand for SHmedia.
22749 (one_cmpldi2): New expand.
22750 (zero_extendsidi2): Change from expand to insn.
22751 (extendsidi2): Add constraints.
22752 (movdi_media, movsi_media): Change `%x' to `%M'. Use `%m' for
22753 LD/ST address. Fix SI immediate loading split.
22754 (movhi_media, movqi_media, lduw, ldub): New insns.
22755 (movhi, movqi): Accept SHmedia.
22756 (shori_media, movdi_media): Relax input constraints. Split
22757 symbolic constants.
22758 (movdf_media, movsf_media): New insn. New split to movdi.
22759 (movdf, movsf): Match on SHmedia.
22760 (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
22761 bgeu_media): New insns and splits. New insns with `_i' suffix.
22762 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
22763 (bunordered): New expand.
22764 (jump_compact): Renamed from `jump'.
22765 (jump_media): New insn.
22766 (jump): New expand.
22767 (call_media, call_value_media): New insns.
22768 (call, call_value): Adjust.
22769 (indirect_jump_compact): Renamed from `indirect_jump'.
22770 (indirect_jump_media): New insn.
22771 (indirect_jump): New expand.
22772 (untyped_call, return): Accept SHmedia.
22773 (return_media): New insn.
22774 (prologue, epilogue, blockage): Accept SHmedia.
22775 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
22776 (sunordered): New expand.
22777 (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
22778 cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
22779 (addsf3_media, subsf3_media, mulsf3_media, mac_media,
22780 divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
22781 fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
22782 cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
22783 abssf2_media): New insns.
22784 (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
22785 cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
22786 (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
22787 floatdidf2, floatsidf2_media, fix_truncdfdi2,
22788 fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
22789 cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
22790 absdf2_media): New insns.
22791 (extendsfdf2, truncdfsf2): Adjust for SHmedia.
22792 (extendsfdf2_media, truncdfsf2_media): New insns.
22793 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
22794 * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
22795 * config/sh/sh.h (CONST_OK_FOR_J): Document.
22796 (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
22797 * config/sh/sh.md (adddi3): New expand.
22798 (adddi3_media, adddi3z_media): New insns.
22799 (adddi3_compact): Renamed from adddi3.
22800 (addsi3_media): Use add.l r63 to add constant zero.
22801 (subdi3): New expand.
22802 (subdi3_media): New insn.
22803 (subdi3_compact): Renamed from subdi3.
22804 (mulsidi3): New expand.
22805 (mulsidi3_media): New insn.
22806 (mulsidi3_compact): Renamed from mulsidi3.
22807 (umulsidi3): New expand.
22808 (umulsidi3_media): New insn.
22809 (umulsidi3_compact): Renamed from umulsidi3.
22810 (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
22811 (ashlsi3, ashrsi3, lshrsi3): Use them.
22812 (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
22813 (ashldi3, ashrdi3, lshrdi3): Use them.
22814 (zero_extendsidi2): New expand.
22815 (extendsidi2): New insn.
22816 (movsi_media): New insn. Split to movdi to load constants.
22817 (movsi): Enable for shmedia.
22818 (movdi_media): New insn. Use shori_media to load wide constants.
22819 (short_media): New insn.
22820 (movdi): Enable for shmedia.
22821 2000-09-08 Alexandre Oliva <aoliva@redhat.com>
22822 * config/sh/sh.h (CPP_SPEC): Added `m5'.
22823 (SUBTARGET_CPP_SPEC): Added `!m5'.
22824 (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
22825 (TARGET_SWITCHES): Added `5' and `5-compact'. Added SH1_BIT
22826 to all other SH variants.
22827 (TARGET_DEFAULT): Set to SH1_BIT.
22828 (OVERRIDE_OPTIONS): Recognize sh5 CPU.
22829 (BITS_PER_WORD): Raise to 64 on shmedia.
22830 (MAX_BITS_PER_WORD): Change to 64.
22831 (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
22832 (INT_TYPE_SIZE): Keep as 32.
22833 (UNITS_PER_WORD): Raise to 8 on shmedia.
22834 (MIN_UNITS_PER_WORD): Keep as 4.
22835 (POINTER_SIZE): Raise to 64 on shmedia.
22836 (CONST_OK_FOR_J): New macro.
22837 (CONST_OK_FOR_LETTER_P): Use it.
22838 (processor_type): Add PROCESSOR_SH5.
22839 * config/sh/sh.md: Conditionalize all expands, insns and
22840 splits to TARGET_SH1.
22842 (addsi3_compact): Renamed from...
22843 (addsi3): Now an expand.
22844 (addsi3_media, subsi3_media): New insns.
22845 (subsi3): Don't negate constants with SHmedia.
22847 * hooks.c: New file.
22848 * hooks.h: New file.
22849 * Makefile.in (HOOKS_H): New.
22850 (TARGET_DEF_H): Added $(HOOKS_H).
22851 (OBJS): Added hooks.o.
22852 (cfgcleanup.o, bb-reorder.o): Added target.h.
22853 (hooks.o): Added dependencies.
22854 * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
22855 (TARGET_INITIALIZER): this.
22856 * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
22857 * target.h (struct gcc_target): Added cannot_modify_jumps_p.
22858 * bb-reorder.c: Include target.h.
22859 (reorder_basic_blocks): Skip if cannot modify jumps.
22860 * cfgcleanup.c: Include target.h.
22861 (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
22863 2002-02-08 Chris Demetriou <cgd@broadcom.com>
22865 * config/mips/mips.md (casesi_internal, casesi_internal_di):
22866 Protect jump delay slot instructions with .set noreorder and
22869 2002-02-08 Chris Demetriou <cgd@broadcom.com>
22871 * config/mips/mips.md (casesi_internal_di): Calculate
22872 the index into the target offset table correctly.
22874 2002-02-08 Richard Henderson <rth@redhat.com>
22876 * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
22877 * final.c (output_addr_const): Accept and discard SUBREG.
22878 * varasm.c (decode_addr_const): Don't abort on unknown expressions --
22879 mark them unknown instead.
22880 (simplify_subtraction): Handle RTX_UNKNOWN.
22881 (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
22883 2002-02-08 David Edelsohn <edelsohn@gnu.org>
22885 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
22887 2002-02-08 Richard Henderson <rth@redhat.com>
22889 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
22891 2002-02-08 Andreas Jaeger <aj@suse.de>
22893 * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
22894 * config/i386/t-linux64: New file.
22896 2002-02-08 Jakub Jelinek <jakub@redhat.com>
22898 * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
22899 * c-parse.in (compstmt): Clear last_expr_type.
22901 2002-02-07 Richard Henderson <rth@redhat.com>
22903 * loop.c (strength_reduce): Sink final_value when not
22906 2002-02-07 David O'Brien <obrien@FreeBSD.org>
22908 * config/sparc/freebsd.h: Fix mismatched spec {.
22910 2002-02-07 Richard Henderson <rth@redhat.com>
22912 * cfgrtl.c: Include recog.h and insn-config.h.
22913 (keep_with_call_p): Fix general_operand invocation.
22914 * Makefile.in (cfgrtl.o): Update dependencies.
22916 2002-02-07 Kazu Hirata <kazu@hxi.com>
22918 * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
22919 comment. Accept HImode only if TARGET_H8300.
22921 2002-02-07 Eric Christopher <echristo@redhat.com>
22923 * config/mips/crtn.asm: Cleanup #ifdefs.
22925 2002-02-07 Eric Christopher <echristo@redhat.com>
22927 * config/mips/crti.asm: Add changes for mips16. mips16 uses
22928 register 7 as RA instead of $31.
22929 * config/mips/crtn.asm: Ditto.
22930 * config/mips/mips.c (mips_move_2words): Add case for
22931 TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
22932 (compute_frame_size): Fix typo.
22933 (save_restore_insns): Ditto. Make documentation about using
22934 register $7 as return register more precise.
22935 (mips_expand_epilogue): Fix comment. Add code to work around not
22936 being able to add to the stack pointer directly.
22937 * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
22938 to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
22941 2002-02-07 Tom Rix <trix@redhat.com>
22943 * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
22944 immediates in ldu and stdu DS opcode field.
22945 * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
22946 * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
22947 * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
22949 2002-02-07 Jeff Sturm <jsturm@one-point.com>
22951 * config/sparc/sparc.c (compute_frame_size): Don't correct frame
22952 offset for stack bias.
22954 2002-02-07 H.J. Lu <hjl@gnu.org>
22956 * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
22958 2002-02-07 Ulrich Weigand <uweigand@de.ibm.com>
22960 * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
22962 Thu Feb 7 12:14:17 CET 2002 Jan Hubicka <jh@suse.cz>
22964 * i386-protos.h (x86_order_regs_for_local_alloc): Declare
22965 * i386.c (x86_order_regs_for_local_alloc): New global function.
22966 * i386.h (REG_ALLOC_ORDER): CLeanup.
22967 (ORDER_REGS_FOR_LOCAL_ALLOC): New.
22969 2002-02-07 Richard Henderson <rth@redhat.com>
22971 PR optimization/2463
22972 * alias.c (find_base_value): Recall base values for fixed hard regs.
22973 * loop.c (loop_regs_update): Don't use single_set on non-insns.
22975 2002-02-07 Alexandre Oliva <aoliva@redhat.com>
22977 * config/mips/mips.md (define_delay) [mips16]: Adjust required
22980 2002-02-06 Richard Henderson <rth@redhat.com>
22983 * stmt.c (resolve_operand_name_1): Take more care with mixed
22984 named and unnamed operands.
22986 2002-02-06 Janis Johnson <janis187@us.ibm.com>
22987 Jan Hubicka <jh@suse.cz>
22989 * loop.c (remove_constant_addition): Avoid clobbering a shared
22992 2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
22994 * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
22995 * config/s390/t-linux64: New file.
22996 * config/s390/libgcc-glibc.ver: New file.
22998 2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
23000 * config/s390/linux64.h: Delete file.
23001 * config/s390/s390x.h: New file.
23002 * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
23003 as target header file.
23004 * config/s390/linux.h (TARGET_VERSION): Define depending on
23005 DEFAULT_TARGET_64BIT.
23006 (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
23007 (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
23008 (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
23009 (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
23010 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
23011 (EXTRA_SPEC): New define.
23012 * config/s390/s390.h (TARGET_VERSION): Define depending on
23013 DEFAULT_TARGET_64BIT.
23014 (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
23016 2002-02-06 Jason Merrill <jason@redhat.com>
23018 * c-decl.c (finish_function): Warn about a non-void function with
23019 no return statement and no abnormal exit.
23020 (current_function_returns_abnormally): New variable.
23021 (start_function): Clear it.
23022 (struct c_language_function): Add returns_abnormally.
23023 (push_c_function_context): Save it.
23024 (pop_c_function_context): Restore it.
23025 (builtin_function): Set TREE_THIS_VOLATILE on return fns.
23026 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
23027 an explicit return type.
23028 * c-tree.h: Declare current_function_returns_abnormally.
23029 (C_FUNCTION_IMPLICIT_INT): New macro.
23030 * c-typeck.c (build_function_call): Set it.
23031 (c_expand_return): Set current_function_returns_value even if the
23032 value is erroneous.
23034 2002-02-06 Jakub Jelinek <jakub@redhat.com>
23037 * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
23038 unsafe for reevaluation.
23040 2002-02-06 Jakub Jelinek <jakub@redhat.com>
23043 * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
23044 EXPR_STMT, but COMPOUND_STMT, recurse into it.
23046 2002-02-06 Richard Henderson <rth@redhat.com>
23048 * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
23049 be a general_operand. Dest for function value must be a pseudo.
23051 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
23053 * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
23054 as SYMBOL_REFs from the constant pool.
23056 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
23058 * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
23059 passed by invisible reference.
23061 2002-02-05 Richard Henderson <rth@redhat.com>
23063 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
23065 2002-02-06 Hans-Peter Nilsson <hp@bitrange.com>
23067 Implement using "base addresses" in insn operands as default.
23068 * config/mmix/mmix.c (mmix_conditional_register_usage): if
23069 -mabi=gnu, modify fixed_regs to fit the GNU ABI.
23070 (mmix_extra_constraint): Use 'R' to indicate that GETA should be
23071 used to read the rtx value.
23072 (mmix_target_asm_function_epilogue): Fix spacing.
23073 (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
23074 (mmix_legitimate_address): Ditto.
23075 (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
23076 should be loaded with a GETA insn. Don't allocate needless extra
23077 char for nul termination and fix misleading comment.
23078 (mmix_print_operand_address): Handle constants if
23079 TARGET_BASE_ADDRESSES.
23080 (mmix_output_register_setting): Use base addressing if
23081 TARGET_BASE_ADDRESSES and the number of insns is 3.
23082 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
23083 * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
23084 to use R as constraint, add LDA to match s.
23085 * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
23086 (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
23087 (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
23088 (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
23089 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
23090 order with other fixed registers.
23091 (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
23092 other parameter/call-clobbered registers.
23093 * doc/invoke.texi (Option Summary) <MMIX Options>: Add
23094 -mbase-addresses, -mno-base-addresses.
23095 (MMIX Options): Ditto.
23097 2002-02-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
23099 * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
23101 2002-02-06 Aldy Hernandez <aldyh@redhat.com>
23103 * config/rs6000/altivec.h: Change elem to _S_elem.
23105 2002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
23107 * config/netbsd.h (WCHAR_TYPE): Define.
23108 (WCHAR_TYPE_SIZE): Ditto.
23109 (WINT_TYPE): Ditto.
23110 * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
23111 (WCHAR_UNSIGNED): Ditto.
23112 (WCHAR_TYPE_SIZE): Ditto.
23113 (WINT_TYPE): Ditto.
23114 * config/arm/netbsd.h: Likewise.
23115 * config/i386/netbsd-elf.h: Likewise.
23116 * config/i386/netbsd.h: Likewise.
23117 * config/m68k/netbsd-elf.h: Likewise.
23118 * config/m68k/netbsd.h: Likewise.
23119 * config/ns32k/netbsd.h: Likewise.
23120 * config/sparc/netbsd.h: Likewise.
23121 * config/vax/netbsd.: Likewise.
23123 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
23125 * target.h (struct gcc_target): Added ms_bitfield_layout_p.
23126 * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New. Added to...
23127 (TARGET_INITIALIZER): this.
23128 * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
23129 (BITFIELD_NBYTES_LIMITED): Markup fix.
23130 * tree.h (default_ms_bitfield_layout_p): Declare.
23131 (record_layout_info): Added prev_field.
23132 * tree.c (default_ms_bitfield_layout_p): New fn.
23133 * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
23134 PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
23135 * stor-layout.c: Include target.h.
23136 (start_record_layout): Initialize prev_field.
23137 (place_field): Handle MS bit-field layout, and disregard
23138 EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
23139 PCC_BITFIELD_TYPE_MATTERS in this case. Update prev_field.
23140 * Makefile.in (stor-layout.o): Adjust dependencies.
23142 2002-02-05 Jason Merrill <jason@redhat.com>
23144 * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
23146 2002-02-05 Andreas Jaeger <aj@suse.de>
23148 * crtstuff.c: Fix comments.
23150 2002-02-05 Richard Henderson <rth@redhat.com>
23153 * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
23154 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
23157 * config/mips/mips.c (function_arg): Handle TImode.
23158 (function_arg_advance): Likewise.
23160 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
23162 * config/rs6000/altivec.h (vec_step_help): Rename to
23165 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
23167 * config/rs6000/altivec.h: Fix typos.
23169 2002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
23171 * config/arm/netbsd.h: Correct a comment.
23173 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
23175 * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
23176 building void typed builtins.
23178 * config/rs6000/altivec.h (vec_ld*): Fix typos.
23179 (vec_step): Implement for C++.
23181 Mon Feb 4 19:23:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
23183 * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
23185 2002-02-04 Richard Henderson <rth@redhat.com>
23187 * combine.c (nonzero_bits): Re-introduce special case for
23188 sp/fp/ap wrt REGNO_POINTER_ALIGN.
23190 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
23192 * doc/extend.texi: Warn about unsupported usage of altivec
23195 * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
23196 (altivec_predicate_*): New.
23198 * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
23199 Add C++ version of vec_*() functions.
23201 * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
23202 (bdesc_2arg): Remove altivec predicates.
23203 (altivec_expand_builtin): Handle predicates.
23204 (altivec_init_builtins): Handle predicates.
23205 (altivec_expand_predicate_builtin): New.
23207 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
23209 * pa.c (DO_FRAME_NOTES): Move forward.
23210 (store_reg): Revise handling of frame notes.
23211 (load_reg): Likewise.
23212 (set_reg_plus_d): Likewise.
23213 (hppa_expand_prologue): Likewise.
23214 (hppa_expand_epilogue): Likewise.
23216 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
23218 * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
23220 2002-02-04 Jakub Jelinek <jakub@redhat.com>
23222 PR c/4475, c++/3780:
23223 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
23224 * c-common.h (SWITCH_TYPE): Define.
23225 * c-typeck.c (c_start_case): Set SWITCH_TYPE.
23226 * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
23227 Rename spareness variable to sparseness.
23228 (expand_end_case_type): Renamed from expand_end_case, use orig_type
23229 if non-NULL instead of TREE_TYPE (orig_index).
23230 * tree.h (expand_end_case_type): Renamed from expand_end_case.
23231 (expand_end_case): Define using expand_end_case_type.
23232 * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
23233 to expand_end_case_type.
23234 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
23236 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
23238 * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
23239 (BIGGEST_ALIGNMENT): Change to 128.
23241 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
23243 * pa32-linux.h (LINK_COMMAND_SPEC): Define.
23245 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
23247 * pa.md (call_internal_reg_64bit): Remove unused variable.
23249 2002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
23251 * config/arm/arm.h (machine_function): Add uses_anonymous_args
23253 (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
23254 * config/arm/arm.c (current_function_anonymous_args): Delete,
23255 replace uses with cfun->machine->uses_anonymous_args.
23256 (arm_reorg): Do not reset uses_anonymous_args.
23258 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
23259 any geenral register.
23261 2001-02-04 Bernd Schmidt <bernds@redhat.com>s
23263 * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
23266 2002-02-04 Richard Henderson <rth@redhat.com>
23268 * combine.c (force_to_mode): Remove STACK_BIAS code.
23269 (nonzero_bits): Likewise. Replace sp/fp special case with
23270 REGNO_POINTER_ALIGN.
23272 * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
23273 (HARD_FRAME_POINTER_REGNUM): New.
23274 (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
23275 (FIXED_REGS, CALL_USED_REGS): Update.
23276 (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
23277 (CONDITIONAL_REGISTER_USAGE): Update for HFP.
23278 (HARD_REGNO_NREGS): Update for SFP.
23279 (STACK_POINTER_OFFSET): Include bias here ...
23280 (FIRST_PARM_OFFSET): ... not here.
23281 (STACK_BIAS): Remove.
23282 (INIT_EXPANDERS): New.
23283 (STARTING_FRAME_OFFSET): Do not include bias.
23284 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
23285 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
23286 (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
23287 * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
23288 * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
23289 * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
23290 (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
23291 (MUST_SAVE_REGISTER): Likewise.
23292 (sparc_flat_function_prologue): Likewise.
23293 (sparc_flat_function_epilogue): Likewise.
23294 (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
23295 (sparc_init_modes): SFP is GENERAL_REGS.
23296 (sparc_builtin_saveregs): SFP does not have bias applied.
23298 2002-02-04 Richard Henderson <rth@redhat.com>
23300 * config/alpha/alpha.c (current_function_is_thunk): Don't check
23301 current_function_is_thunk.
23302 (alpha_sa_mask): Distinguish between current_function_is_thunk
23303 called from ASM_OUTPUT_MI_THUNK and not.
23304 (alpha_does_function_need_gp): Thunks always need gp.
23305 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
23306 (alpha_output_mi_thunk_osf): New.
23307 * config/alpha/alpha-protos.h: Update.
23308 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
23310 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
23312 * c-typeck.c (build_c_cast): Warn when qualifiers are added to
23313 function types, not when they're taken away.
23315 Mon Feb 4 09:05:58 2002 Jeffrey A Law (law@redhat.com)
23317 * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
23318 CODE_LABEL and jump table when replacing a table jump with a
23321 2002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23323 * config/s390/s390-protos.h (legitimize_la_operand,
23324 s390_secondary_input_reload_class, s390_plus_operand,
23325 s390_expand_plus_operand): Add prototypes.
23327 config/s390/s390.c (s390_secondary_input_reload_class,
23328 s390_plus_operand, s390_expand_plus_operand): New functions.
23330 (struct s390_address): New member 'pointer'.
23331 (s390_decompose_address): Compute it.
23332 (legitimate_la_operand_p): Use it.
23333 (legitimize_la_operand): New function.
23334 (movti, movdi, movdf splitters): Call it.
23336 config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
23337 (PREDICATE_CODES): Add s390_plus_operand.
23339 config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
23340 (la_ccclobber): Allow GENERAL_REGS as output operand.
23342 (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
23343 *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
23344 (*la_64, *la_31, reload_indi, reload_insi): ... these.
23346 2002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23348 * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
23349 register names for regular asm () construct.
23351 2002-02-04 Jakub Jelinek <jakub@redhat.com>
23353 * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
23356 2002-02-04 Jakub Jelinek <jakub@redhat.com>
23358 * combine.c (recog_for_combine): Create a dummy insn with PATTERN
23361 2002-02-04 Hartmut Penner <hpenner@de.ibm.com>
23363 * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
23364 constant pool to be identical by string address and index.
23366 2002-02-04 Anthony Green <green@redhat.com>
23368 * output.h (SECTION_OVERRIDE): Define.
23369 * varasm.c (named_section): Obey SECTION_OVERRIDE.
23371 2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
23373 * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
23374 by existing arm*-*-netbsd* (a.out) target.
23375 (ns32k-*-netbsdelf*): Likewise.
23376 (sparc-*-netbsdelf*): Likewise.
23377 (vax-*-netbsdelf*): Likewise.
23379 2002-02-03 Danny Smith <dannysmith@users.sourceforge.net>
23381 * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
23382 headers and libobjc headers.
23384 2002-02-03 Mumit Khan <khan@nanotech.wisc.edu>
23386 * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
23387 (_mingw.h): Remove duplicate include.
23389 2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
23391 * config.gcc: Set cpu_type to m68k for 68010, as well.
23392 (m68010-*-netbsdelf*): New...
23393 (m68k*-*-netbsdelf*): ...targets.
23394 * config/m68k/netbsd-elf.h: New file.
23396 2002-02-02 Kazu Hirata <kazu@hxi.com>
23398 * config/h8300/h8300.c (hand_list): Move inside function_arg.
23400 2002-02-02 Kazu Hirata <kazu@hxi.com>
23402 * config/h8300/h8300.c (h8_push_ops): Move inside
23404 (h8_pop_ops): Likewise.
23405 (h8_move_ops): Likewise.
23407 2002-02-02 Kazu Hirata <kazu@hxi.com>
23409 * config/h8300/h8300.c (os_task): Make it static.
23410 (monitor): Likewise.
23411 (pragma_saveall): Likewise.
23413 2002-02-02 Alexandre Oliva <aoliva@redhat.com>
23415 * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
23416 constant is a valid sign-extension for Pmode.
23418 2002-02-02 Kazu Hirata <kazu@hxi.com>
23420 * config/h8300/h8300.c: Fix formatting.
23422 2002-02-02 Kazu Hirata <kazu@hxi.com>
23424 * config/h8300/h8300.md: Fix formatting.
23426 2002-02-02 Kazu Hirata <kazu@hxi.com>
23428 * config/h8300/h8300.md (one_cmpl patterns): Tighten the
23429 predicates of operands[1]. Split the patterns for each
23432 2002-02-02 Kazu Hirata <kazu@hxi.com>
23434 * config/h8300/h8300.md (xor patterns): Tighten the predicates
23435 of operands[1] to register_operand.
23437 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
23439 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
23440 * cpphash.c (_cpp_init_hashtable): Similarly.
23441 * cppinit.c (cpp_create_reader): Default the signed_char flag.
23442 (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
23443 (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
23444 (cpp_handle_option): Handle the new options.
23445 * cpplex.c (cpp_interpret_charconst): Use new flag.
23446 * cpplib.h (struct cpp_options): New member signed_char.
23447 * gcc.c (cpp_unique_options): Remove %c spec and documentation.
23448 (cpp_options): Handle -fsigned-char and -funsigned-char.
23449 (static_specs): Remove signed_char_spec.
23450 (do_spec1): Don't handle %c.
23451 * system.h: Poison SIGNED_CHAR_SPEC.
23452 * tradcif.y (yylex): Use flag_signed_char.
23453 * tradcpp.h (flag_signed_char): New.
23454 * tradcpp.c (flag_signed_char): New.
23455 (main): Handle new command-line options.
23456 (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
23458 * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
23459 * avr/avr.h: Remove old comments.
23460 * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
23461 (CC1_SPEC): Pass -fsigned-char if -mic*.
23462 (SIGNED_CHAR_SPEC): Remove.
23464 * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
23466 2002-02-01 Eric Christopher <echristo@redhat.com>
23468 From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
23469 * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
23470 * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
23471 (ASM_OUTPUT_REG_POP): Ditto.
23473 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
23475 * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
23478 2002-02-02 Jakub Jelinek <jakub@redhat.com>
23480 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
23482 2002-02-02 Jakub Jelinek <jakub@redhat.com>
23485 * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
23488 2002-02-01 Janis Johnson <janis187@us.ibm.com>
23490 * cfganal.c: Include tm_p.h.
23491 (keep_with_call_p): Fix the test that determines if a register holds
23492 the return value of a call.
23494 2002-02-01 DJ Delorie <dj@redhat.com>
23496 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
23497 we are given conflicting registers, switch to the other one we
23498 had allocated for us.
23499 * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
23500 as TImode so we know when the "other" register is available.
23502 2002-02-01 David O'Brien <obrien@FreeBSD.org>
23504 * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
23507 2002-02-01 Janis Johnson <janis187@us.ibm.com>
23509 * cfganal.c (keep_with_call_p): New function.
23510 (flow_call_edges_add): Prevent splitting a block between a call and
23511 a single-set instruction that should be kept in the same block.
23513 2002-02-01 Craig Rodrigues <rodrigc@gcc.gnu.org>
23515 * doc/install.texi (avr): Update outdated URL.
23517 2002-01-30 Andrew Haley <aph@cambridge.redhat.com>
23519 * config/stormy16/stormy16.md (pushqi): New.
23523 (movhi): Remove stack operands.
23525 * config/stormy16/stormy16.h (PREDICATE_CODES): Add
23526 nonimmediate_nonstack_operand.
23527 * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
23529 * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
23532 2002-01-31 Jason Merrill <jason@redhat.com>
23534 * Makefile.in (c-parse.c): Handle .output file.
23535 * objc/Make-lang.in (objc-parse.c): Likewise.
23537 2002-02-01 Alexandre Oliva <aoliva@redhat.com>
23539 * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
23540 the -me[lb] option is given. Don't output the default flag
23543 2002-01-31 Zack Weinberg <zack@codesourcery.com>
23545 * c-lex.c (yyparse): Call debug_hooks->start_source_file for
23546 the primary source file; this has not been done yet.
23547 * c-decl.c (c_expand_body): Reset input_filename from
23548 DECL_SOURCE_FILE (fndecl) before calling init_function_start.
23550 2002-01-31 Kazu Hirata <kazu@hxi.com>
23552 * rtlanal.c (subreg_regno_offset): Do not use
23553 SUBREG_REGNO_OFFSET.
23554 * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
23555 * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
23557 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
23559 * gccbug.in: Follow GNU Coding Standards for --version. Use GCC
23560 version rather than GNATS version in --version output.
23562 2002-01-31 Richard Sandiford <rsandifo@redhat.com>
23564 * ifcvt.c (noce_process_if_block): Make a copy of the destination
23565 when copying back from a temporary.
23567 2002-01-30 Richard Henderson <rth@redhat.com>
23569 * ifcvt.c (dead_or_predicable): Handling merging when other_bb
23570 and new_dest are the same.
23572 2002-01-30 Richard Henderson <rth@redhat.com>
23575 * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
23576 * rtl.c (note_insn_name): Update.
23577 * emit-rtl.c (remove_unnecessary_notes): Kill it.
23578 * stmt.c (expand_end_loop): Kill jump opt code. Use LOOP_END_TOP_COND
23579 to perform loop rotation.
23580 (expand_exit_loop_top_cond): New.
23581 * tree.h (expand_exit_loop_top_cond): Declare it.
23582 * c-semantics.c (genrtl_while_stmt): Use it.
23583 (genrtl_for_stmt): Likewise.
23585 2002-01-30 Alexandre Oliva <aoliva@redhat.com>
23587 * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
23588 arguments to 64-bit boundaries on 64-bit ABIs.
23590 2002-01-30 Steve Ellcey <sje@cup.hp.com>
23592 * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
23594 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
23596 * c-decl.c (grokdeclarator): Handle type being a typedef for an
23599 2002-01-30 David O'Brien <obrien@FreeBSD.org>
23601 * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
23602 * config/sparc/sparc_bi.h: Remove file.
23603 * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
23605 2002-01-30 Richard Henderson <rth@redhat.com>
23607 * sched-deps.c (sched_analyze): Make a call read the frame pointer.
23609 2002-01-30 Zack Weinberg <zack@codesourcery.com>
23611 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
23613 2002-01-30 Jason Merrill <jason@redhat.com>
23615 * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
23616 (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
23617 (reg_save): Use DW_CFA_offset_extended_sf instead.
23619 * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
23621 2002-01-29 Jakub Jelinek <jakub@redhat.com>
23623 * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
23626 2002-01-29 Aldy Hernandez <aldyh@redhat.com>
23628 * rs6000.md ("*call_value_local32"): Remove constraints.
23629 ("*call_value_local64"): Same.
23630 ("*call_value_indirect_nonlocal_aix32"): Same.
23631 ("*call_value_nonlocal_aix32"): Same.
23632 ("*call_value_indirect_nonlocal_aix64"): Same.
23633 ("*call_value_nonlocal_aix64"): Same.
23634 ("*call_value_nonlocal_sysv"): Same.
23636 2002-01-29 Richard Henderson <rth@redhat.com>
23638 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
23640 2002-01-29 Richard Henderson <rth@redhat.com>
23642 * expr.c (force_operand): Ignore flag_pic for detecting pic
23644 * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
23645 for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
23646 * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
23647 instead of open-coded loop.
23648 * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
23649 be fixed when in use.
23651 2002-01-29 Richard Henderson <rth@redhat.com>
23653 * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
23654 * sched-rgn.c (propagate_deps): Update them.
23655 * sched-deps.c (sched_analyze_insn): Update them. Flush the
23656 clobbers list when either gets too long.
23658 2002-01-29 Jakub Jelinek <jakub@redhat.com>
23660 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
23661 and INDEX_REGS the same as GENERAL_REGS.
23662 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
23664 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
23666 * tree.c (build_nonstandard_integer_type): Correct prototype.
23668 2002-01-29 Ulrich Weigand <uweigand@de.ibm.com>
23670 * config/s390/s390.md (movstrsico, movstrdix_64,
23671 movstrsix_31): Remove, replace by ...
23672 (movstrdi_short, movstrsi_short, movstrdi_long,
23673 movstrsi_long): ... these. New.
23674 (movstrdi, movstrsi): Adapt.
23676 (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
23677 ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
23678 Remove unnecessary CC clobber.
23679 (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
23680 *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
23682 (divmoddi4): Don't partially initialize TImode register.
23684 2002-01-29 Geoffrey Keating <geoffk@redhat.com>
23686 * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
23688 2002-01-29 Richard Henderson <rth@redhat.com>
23690 * flow.c (print_rtl_and_abort): Remove.
23691 (print_rtl_and_abort_fcn): Remove.
23692 (verify_local_live_at_start): Use dump_bb instead.
23693 (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
23694 (verify_wide_reg_1): Return 2 on mode test failure.
23696 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
23698 PR c/3325, c/3326, c/2511, c/3347
23699 * c-decl.c (enum_decl_context): Remove BITFIELD.
23700 (grokdeclarator): Take bitfield width as an input.
23701 Ensure bitfields are given the correct type. Perform
23702 bitfield width validation with build_bitfield_integer_type
23703 rather than waiting for finish_struct.
23704 (grok_typename, grok_typename_in_parm_context, start_decl,
23705 push_parmdecl, grokfield, start_function): Update calls to
23707 (build_bitfield_integer_type): New function.
23708 (finish_struct): Move bitfield validation to grokdeclarator
23709 and build_bitfield_integer_type.
23710 * tree.c (build_nonstandard_integer_type): New function.
23711 * tree.h (build_nonstandard_integer_type): New prototype.
23713 * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
23715 2002-01-29 Jakub Jelinek <jakub@redhat.com>
23718 * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
23719 don't ignore unrecognized -W* options.
23720 (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
23721 * cpplib.h (cpp_handle_option): Adjust prototype.
23722 * c-decl.c (c_decode_options): Pass 0 as last argument to
23726 * gcc.c (cpp_unique_options): Split from cpp_options.
23727 (cpp_options): Source cpp_unique_options.
23728 (default_compilers): Use cpp_unique_options instead of cpp_options
23729 when used together with cc1_options.
23730 (static_specs): Add cpp_unique_options.
23731 * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
23732 when used together with cc1_options.
23734 2002-01-29 Kazu Hirata <kazu@hxi.com>
23736 * config/h8300/h8300-protos.h: Update the prototype of
23738 * config/h8300/h8300.c (output_a_shift): Remove an unused
23739 argument 'insn'. Remove redundant code.
23740 * config/h8300/h8300.md: Adust to the new prototype of
23743 2002-01-29 Kazu Hirata <kazu@hxi.com>
23745 * config/h8300/h8300-protos.h: Update the prototypes of
23746 emit_a_rotate and expand_a_rotate.
23747 * config/h8300/h8300.c (emit_a_rotate): Change the type of the
23748 first argument to 'enum rtx_code'.
23749 (expand_a_rotate): Likewise.
23751 2002-01-28 Kazu Hirata <kazu@hxi.com>
23753 * config/h8300/h8300-protos.h: Update the prototype of
23755 * config/h8300/h8300.c (output_simode_bld): Remove an argumen
23757 * config/h8300/h8300.md: Adjust to the new prototype.
23759 2002-01-28 Kazu Hirata <kazu@hxi.com>
23761 * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
23764 2002-01-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
23766 * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
23767 is a fixed register before returning pic_offset_table_rtx.
23768 * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
23769 when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
23771 2002-01-28 Jason Merrill <jason@redhat.com>
23773 * dwarf2.h: Sync with src version.
23775 2002-01-28 Paul Koning <pkoning@equallogic.com>
23777 * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
23778 BT_FN_VOID_PTR_VAR.
23779 * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
23780 * doc/extend.texi (__builtin_prefetch): Update documentation:
23781 first argument is now const void ptr.
23783 2002-01-28 Kazu Hirata <kazu@hxi.com>
23785 * config/h8300/h8300-protos.h: Remove an unused prototype.
23787 2002-01-28 Roman Zippel <zippel@linux-m68k.org>
23789 * toplev.c (lang_independent_init): Round up identifier size.
23791 2002-01-28 Richard Earnshaw <rearnsha@arm.com>
23793 * config.gcc: Revert previous change.
23795 2002-01-28 Andris Pavenis <pavenis@latnet.lv>
23797 * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
23799 2002-01-28 Richard Earnshaw <rearnsha@arm.com>
23801 * config.gcc (*-*-netbsdelf*): Set up generic parameters.
23802 (*-*-netbsd*): Always use collect2. Remove collect2 settings from
23803 other non-elf netbsd config frags.
23804 * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
23805 collect2 will does that.
23806 * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
23807 shared-lib frobbing will work.
23809 2002-01-28 Kazu Hirata <kazu@hxi.com>
23811 * config/h8300/h8300.h: Fix formatting.
23812 * config/h8300/h8300.md: Likewise.
23814 2002-01-28 Loren J. Rittle <ljrittle@acm.org>
23816 * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
23817 the old, removed AAA_standards fix.
23818 * fixinc/fixincl.x: Rebuilt.
23820 2002-01-28 Hans-Peter Nilsson <hp@axis.com>
23822 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
23823 atexit call in crtbegin, hooked in after call to frame_dummy;
23824 register EH before registering __fini__start.
23826 2002-01-28 Aldy Hernandez <aldyh@redhat.com>
23828 * config/rs6000/altivec.h: Remove spurious semicolons.
23830 2002-01-27 Kazu Hirata <kazu@hxi.com>
23832 * config/h8300/h8300.md: Replace dead bit extraction patterns
23833 with ones that work.
23835 Sun Jan 27 13:23:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
23837 * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
23838 if not STRICT_ALIGNMENT.
23839 * rtl.h (MEM_ALIGN): Likewise.
23841 2002-01-27 Craig Rodrigues <rodrigc@gcc.gnu.org>
23843 * doc/invoke.texi (-fdump-translation-unit): Revert this
23844 patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
23846 2002-01-27 Kazu Hirata <kazu@hxi.com>
23848 * config/h8300/h8300.md (define_constants): New.
23849 (anonymous patterns) Use defined constants appropriately.
23851 2002-01-27 Kazu Hirata <kazu@hxi.com>
23853 * config/h8300/h8300.c (function_arg): Remove redundant code.
23855 2002-01-26 Richard Henderson <rth@redhat.com>
23857 * sched-deps.c (reg_pending_uses_head): New.
23858 (reg_pending_barrier): Rename from reg_pending_sets_all.
23859 (find_insn_list): Don't mark inline.
23860 (find_insn_mem_list): Remove.
23861 (add_dependence_list, add_dependence_list_and_free): New.
23862 (flush_pending_lists): Replace only_write param with separate
23863 for_read and for_write parameters. Update all callers. Use
23864 add_dependence_list_and_free.
23865 (sched_analyze_1): Do not add reg dependencies here; just set
23866 the pending bits. Use add_dependence_list.
23867 (sched_analyze_2): Likewise.
23868 (sched_analyze_insn): Replace schedule_barrier_found with
23869 reg_pending_barrier. Add all dependencies for pending reg
23870 uses, sets, and clobbers.
23871 (sched_analyze): Don't add reg dependencies for calls, just
23872 set pending bits. Use regs_invalidated_by_call. Treat
23873 sched_before_next_call as a normal list, not a fake insn.
23874 (init_deps): No funny init for sched_before_next_call.
23875 (free_deps): Free pending mems lists. Don't zero reg_last.
23876 (init_deps_global): Init reg_pending_uses.
23877 (finish_deps_global): Free it.
23878 * sched-int.h (deps): Make in_post_call_group_p boolean. Update docs.
23879 (find_insn_mem_list): Remove.
23880 * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
23881 (propagate_deps): Use them. Zero temp mem lists.
23883 2002-01-26 Richard Henderson <rth@redhat.com>
23885 * Makefile.in (CRTSTUFF_CFLAGS): New.
23886 (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
23887 * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
23888 crtstuff.c instead of alpha assembly version.
23889 * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
23890 entire dummy function sequence. Use FORCE_CODE_SECTION_ALIGN
23891 not FORCE_{INIT,FINI}_SECTION_ALIGN.
23892 (__do_global_dtors_aux): Mark used.
23893 (frame_dummy, __do_global_ctors_aux): Mark used.
23894 (fini_dummy, init_dummy): Remove.
23896 * config/alpha/crtbegin.asm: Remove file.
23897 * config/alpha/crtend.asm: Remove file.
23898 * config/alpha/t-crtbe: Remove file.
23899 * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
23900 (LINK_EH_SPEC): New.
23902 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
23903 FORCE_INIT_SECTION_ALIGN hack. Register __fini_start before
23904 calling constructors.
23905 * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
23907 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
23908 * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
23909 CRT_END_INIT_DUMMY hack.
23910 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
23911 FORCE_{INIT,FINI}_SECTION_ALIGN.
23913 * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
23914 FORCE_{INIT,FINI}_SECTION_ALIGN.
23916 * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
23917 invocation sequence.
23918 * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
23920 * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
23921 (FORCE_CODE_SECTION_ALIGN): New.
23923 2002-01-26 Richard Henderson <rth@redhat.com>
23925 * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
23927 2002-01-26 Richard Henderson <rth@redhat.com>
23929 * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
23930 (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
23932 2002-01-26 Kazu Hirata <kazu@hxi.com>
23934 * config/h8300/h8300.md: Remove bit extraction patterns that
23935 cannot be triggered.
23936 Restrict each bit extraction pattern to a variant on which the
23939 2002-01-26 Joseph S. Myers <jsm28@cam.ac.uk>
23941 * doc/include/texinfo.tex: Update to version 2002-01-04.07.
23943 2002-01-26 Kazu Hirata <kazu@hxi.com>
23945 * config/h8300/h8300.md: Remove bit test patterns that cannot
23947 Restrict each bit test pattern to a variant on which the
23950 2002-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23952 * builtins.c (expand_builtin_strncat): Remove redundant check for
23955 2002-01-25 David O'Brien <obrien@FreeBSD.org>
23957 * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
23959 * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
23962 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
23964 * dbxout.c (dbxout_init): Use assemble_name rather than just
23965 stripping off the first character.
23966 (dbxout_source_file): Likewise.
23968 2002-01-25 DJ Delorie <dj@redhat.com>
23970 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
23971 using rtx_equal_p, not by comparing pointers.
23973 2002-01-25 Steve Ellcey <sje@cup.hp.com>
23975 * emit-rtl.c (gen_rtx_REG): Always return the same rtx
23976 for PIC_OFFSET_TABLE_REGNUM.
23977 (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
23979 2002-01-25 David O'Brien <obrien@FreeBSD.org>
23981 * config.gcc (x86_64-*-freebsd*): New target.
23982 (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
23984 (i[34567]86-*-freebsd*): Don't include svr4.h.
23985 * config/i386/freebsd64.h: New file.
23987 2002-01-25 Douglas B Rupp <rupp@gnat.com>
23989 * config/alpha/x-vms (version): Make static.
23991 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
23992 in previous checkin.
23994 * Makefile.in (install-headers-cp): New target.
23995 * config.gcc (alpha-dec-*vms*): Install headers with
23998 Fri Jan 25 22:42:49 CET 2002 Jan Hubicka <jh@suse.cz>
24000 * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
24003 Fri Jan 25 08:26:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
24005 * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
24006 of compare_tree_int.
24007 (expand_builtin_strncat): Likewise.
24008 * c-decl.c (finish_struct): Use tree_low_cst.
24009 * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
24010 * tree.c (compare_tree_int): Likewise.
24012 2002-01-25 Ulrich Weigand <uweigand@de.ibm.com>
24014 * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
24015 adjustments even if they are implemented by more than two insns.
24017 Fri Jan 25 20:43:56 CET 2002 Jan Hubicka <jh@suse.cz>
24019 * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
24020 * df.h (struct ref): Kill B.
24021 (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
24023 * basic-block.h (PROP_EQUAL_NOTES): New flag.
24024 * flow.c (propagate_one_insn): Use it.
24025 (mark_used_regs): Handle NIL.
24027 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
24029 * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
24032 2002-01-25 David Edelsohn <edelsohn@gnu.org>
24034 * rs6000.md (prefetch): Make address V4SI mode so that the address
24035 is restricted to legitimate form for instruction.
24037 2002-01-25 Bob Wilson <bob.wilson@acm.org>
24039 * doc/install.texi (xtensa-*-elf): New target.
24040 (xtensa-*-linux*): New target.
24041 * doc/contrib.texi: Add myself.
24043 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
24045 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
24046 purpose register to hold an SImode (or smaller) value.
24048 2002-01-25 Jakub Jelinek <jakub@redhat.com>
24050 * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
24052 * crtstuff.c: Likewise.
24054 2002-01-25 Kazu Hirata <kazu@hxi.com>
24056 * config/h8300/h8300.md (negation patterns): Tighten
24057 predicates to register_operand.
24059 2002-01-24 Aldy Hernandez <aldyh@redhat.com>
24061 * loop.c (emit_prefetch_instructions): Use the prefetch insn's
24064 * builtins.c (expand_builtin_prefetch): Same.
24066 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
24068 * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
24071 2002-01-24 Kazu Hirata <kazu@hxi.com>
24073 * config/h8300/h8300.c (print_operand): Remove support for
24074 operand character 'A'.
24075 * config/h8300/h8300.md (three anonymous patterns): Replace
24076 operand character 'A' with either 'T' or 'S'.
24078 2002-01-24 Kazu Hirata <kazu@hxi.com>
24080 * config/h8300/h8300.c (print_operand): Remove support for
24081 operand character 'U'.
24083 2002-01-24 Andris Pavenis <pavenis@latnet.lv>
24085 * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
24087 2002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
24089 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
24090 values to be assigned to the stack pointer.
24092 2002-01-14 Hartmut Penner <hpenner@de.ibm.com>
24094 * emit_rtl.c (gen_lowpart_common): Conversion from const_int
24095 to const_double needs to be done right for big-endian systems.
24097 2002-01-24 Jason Merrill <jason@redhat.com>
24100 * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
24101 to can_throw_internal.
24103 2002-01-23 Richard Henderson <rth@redhat.com>
24105 * fold-const.c (fold): Change UINT_MAX test to check vs precision
24106 rather than TYPE_MAX_VALUE. Fix indentation and a bogus negation.
24108 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
24110 * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
24111 (symGOT2reg): Use them, then set as GOT value as unchanging.
24112 (symGOTOFF2reg): Set REG_EQUAL note. Use a different pseudo
24113 as a temporary, if possible.
24114 (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC. Emit
24115 sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
24117 2002-01-23 Kazu Hirata <kazu@hxi.com>
24119 * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
24120 accept to accept 0x80 as operands[2].
24122 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
24124 * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
24126 2002-01-23 Richard Henderson <rth@redhat.com>
24128 * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
24130 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
24132 * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
24133 (parmlist_or_identifiers_1): Verify that only a parmlist follows
24136 2002-01-23 Richard Henderson <rth@redhat.com>
24138 * expr.c (move_by_pieces_1): Extend size before negation.
24140 * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
24141 (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
24142 (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
24143 * config/m68k/t-m68kelf: Likewise.
24145 2002-01-23 Bob Wilson <bob.wilson@acm.org>
24147 * config/xtensa/elf.h: New file.
24148 * config/xtensa/lib1funcs.asm: New file.
24149 * config/xtensa/lib2funcs.S: New file.
24150 * config/xtensa/linux.h: New file.
24151 * config/xtensa/t-xtensa: New file.
24152 * config/xtensa/xtensa-config.h: New file.
24153 * config/xtensa/xtensa-protos.h: New file.
24154 * config/xtensa/xtensa.c: New file.
24155 * config/xtensa/xtensa.h: New file.
24156 * config/xtensa/xtensa.md: New file.
24157 * config.gcc (xtensa-*-elf*): New target.
24158 (xtensa-*-linux*): New target.
24159 * cse.c (canon_hash): Compare rtx pointers instead of register
24160 numbers. This is required for the Xtensa port.
24161 * integrate.c (copy_insn_list): Handle case where the static
24162 chain is in memory and the memory address has to be copied to
24164 * doc/invoke.texi (Option Summary): Add Xtensa options.
24165 (Xtensa Options): New node.
24166 * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
24168 2002-01-23 Zack Weinberg <zack@codesourcery.com>
24170 * diagnostic.c (internal_error): Do ICE suppression only
24171 when ENABLE_CHECKING is not defined.
24173 * c-typeck.c (require_complete_type): Return error_mark_node
24174 if type is error_mark_node.
24176 2002-01-23 Janis Johnson <janis187@us.ibm.com>
24178 * toplev.c (process_options): Disable -fprefetch-loop-arrays with
24179 -Os and issue a warning.
24181 2002-01-23 Zack Weinberg <zack@codesourcery.com>
24183 * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
24184 current (lack of) need for host configuration by hand.
24186 * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
24187 references. Documentation of some target macros moved from
24188 hostconfig.texi to tm.texi.
24190 2002-01-23 Will Cohen <wcohen@redhat.com>
24192 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
24195 2002-01-23 Kazu Hirata <kazu@hxi.com>
24197 * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
24200 2002-01-23 Jason Merrill <jason@redhat.com>
24202 * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
24204 * function.c (assign_parms): Don't put args of inline functions
24205 into registers when not optimizing.
24207 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
24209 * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
24210 (prologue_use): New pattern.
24211 * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
24212 preference to gen_rtx_USE.
24213 (thumb_expand_prologue): Use gen_prologue_use in preference to
24215 (thumb_expand_epilogue): Use gen_prologue_use in preference to
24218 2002-01-23 Hans-Peter Nilsson <hp@bitrange.com>
24220 * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
24222 2002-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
24225 * doc/extend.texi: Correct documentation of __alignof__.
24227 2002-01-22 Zack Weinberg <zack@codesourcery.com>
24229 * params.h: Rename arguments of DEFPARAM so that it will be
24230 recognized as a translation keyword.
24232 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
24234 * extend.texi: Document altivec functions.
24235 Fix N-bit adjectives in X86 builtin documentation.
24237 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
24239 * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
24240 auto_inc_dec values.
24242 2002-01-22 Richard Earnshaw <rearnsha@arm.com>
24244 * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
24246 (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
24248 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
24250 * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
24252 2002-01-22 Richard Henderson <rth@redhat.com>
24254 * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
24255 copy_insn not copy_rtx.
24257 2002-01-23 Alan Modra <amodra@bigpond.net.au>
24259 * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
24260 "nonzero" as that might add "1" bits. Ensure "constop" is
24261 properly sign extened.
24262 (force_to_mode): Tweak for sign extended constop.
24264 2002-01-22 Richard Henderson <rth@redhat.com>
24266 * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
24267 for_each_rtx instead of assuming we're already looking at the MEM.
24268 (split_small_symbolic_mem_operand): Likewise.
24269 * config/alpha/alpha.h (PREDICATE_CODES): Update.
24270 * config/alpha/alpha.md (small symbolic memory splitters): Update.
24272 2002-01-22 Richard Henderson <rth@redhat.com>
24274 * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
24275 sequence number for the literal.
24276 (divmoddi_internal_er): Likewise.
24278 2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
24281 * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
24282 in LIBICONV variable.
24283 * configure: Regenerated.
24285 2002-01-22 Krister Walfridsson <cato@df.lth.se>
24287 * dependence.c (build_def_use): Remove array_idx.
24289 * dwarfout.c (last_filename): Remove.
24290 (output_compile_unit_die): Remove last_filename.
24292 2002-01-22 Roger Sayle <roger@eyesopen.com>
24293 Richard Henderson <rth@redhat.com>
24296 * fold-const.c (fold): Optimize unsigned comparisons against
24297 UINT_MAX (and similar unsigned constants).
24299 2002-01-22 Janis Johnson <janis187@us.ibm.com>
24301 * Makefile.in (loop.o): Depend on OPTABS_H.
24302 * loop.c (emit_prefetch_instructions): Check the prefetch operand
24303 against the predicate.
24306 * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
24307 for the address operand.
24309 2002-01-22 Richard Henderson <rth@redhat.com>
24311 * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
24313 2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
24316 * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
24317 preprocessor flags.
24319 2002-01-22 Jason Thorpe <thorpej@wasabisystems.com>
24321 * config.gcc (x86_64-*-netbsd*): New target.
24322 * config/i386/netbsd64.h: New file.
24324 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
24326 * regrename.c (kill_value): Fix typo.
24328 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
24330 * doc/tm.texi: Remove STARTING_FRAME_PHASE.
24332 * config/rs6000/rs6000.h: Same.
24334 * function.c (instantiate_virtual_regs): Remove
24335 STARTING_FRAME_PHASE.
24336 (assign_stack_local_1): Same.
24337 Calculate frame phase.
24339 2002-01-22 Nick Clifton <nickc@redhat.com>
24341 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
24342 variable declaration to outer scope in order to simplify
24344 (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
24345 arm_hard_regno_mode_ok.
24346 * config/arm/arm-protos.h: Add a prototype for
24347 arm_hard_regno_mode_ok.
24348 * config/arm/arm.c (soft_df_operand): Remove now redundant
24349 check for DImode values using IP_REGNUM.
24350 (nonimmediate_soft_df_operand): Remove now redundant check for
24351 DImode values using IP_REGNUM.
24352 (arm_hard_regno_mode_ok): New function. New check: make sure
24353 that DImode values are not stored in IP_REGNUM.
24355 * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
24357 (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
24359 2002-01-22 Jason Merrill <jason@redhat.com>
24361 * c-semantics.c (genrtl_compound_stmt): Only check nesting
24362 consistency if this COMPOUND_STMT is scoped.
24364 2002-01-22 Kazu Hirata <kazu@hxi.com>
24366 * predict.c: Fix formatting.
24367 * print-tree.c: Likewise.
24368 * protoize.c: Likewise.
24369 * real.h: Likewise.
24371 * sbitmap.h: Likewise.
24372 * scan.c: Likewise.
24373 * sched-deps.c: Likewise.
24374 * sched-vis.c: Likewise.
24375 * sdbout.c: Likewise.
24376 * sibcall.c: Likewise.
24378 * ssa-ccp.c: Likewise.
24379 * ssa-dce.c: Likewise.
24380 * stmt.c: Likewise.
24381 * stor-layout.c: Likewise.
24382 * system.h: Likewise.
24384 Tue Jan 22 06:26:33 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
24386 * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
24387 if fits in bounds of base type.
24389 * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
24390 (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
24391 (add_bound_info, default): If can't find a context, make a
24393 (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
24395 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
24397 * c-typeck.c (parser_build_binary_op): If result from
24398 build_binary_op is ERROR_MARK just return error_mark_node without
24399 further processing.
24401 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
24403 * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
24404 Split a.out-specific bits into...
24405 * config/netbsd-aout.h: ...this.
24406 * config/netbsd-elf.h: New file.
24407 * config/alpha/netbsd-elf.h: Remove.
24408 * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
24409 * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
24410 (STARTFILE_SPEC): Remove redundant definition.
24411 (ENDFILE_SPEC): Likewise.
24412 (LINK_SPEC): Likewise.
24413 (CPP_SPEC): Likewise.
24414 (ASM_SPEC): Likewise.
24415 (LIB_SPEC): Likewise.
24416 (SWITCH_TAKES_ARG): Likewise.
24417 (TARGET_MEM_FUNCTIONS): Likewise.
24418 (CPP_PREDEFINES): Redefine.
24419 (ASM_FINAL_SPEC): Remove redefinition.
24420 (ASM_COMMENT_START): Redefine.
24421 (FUNCTION_PROFILER): Define.
24422 (TARGET_VERSION): Redefine.
24423 Comment and formatting cleanup.
24424 * config/i386/netbsd.h: Include <netbsd-aout.h>.
24425 * config/m68k/netbsd.h: Include <netbsd-aout.h>.
24426 * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
24427 big- or little-endian.
24428 * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
24429 * config.gcc (*-*-netbsd*): Add definitions common to all
24431 (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
24432 gnu_ld definitions. Add netbsd-elf.h to and remove
24433 alpha/netbsd-elf.h from tm_file. Remove alpha/t-crtfm from
24434 tmake_file, and don't lose previous tmake_file contents.
24435 (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
24436 (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
24437 gnu_ld definitions. Add netbsd-elf.h to tm_file.
24438 (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
24439 (mipsel-*-netbsd*): Rename this to...
24440 (mips*-*-netbsd*): ...this. Add elfos.h to tm_file. Add
24441 mips/little.h to tm_file for mips*el-*.
24442 (powerpc-*-netbsd*): Remove redundant xm_defines definition.
24443 (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
24444 (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
24446 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
24448 * pa-protos.h (reg_before_reload_operand): New function prototype.
24449 * pa.c (reg_before_reload_operand): New function implementation.
24450 * pa.md (decrement_and_branch_until_zero, movb): Use it. Change "!*m"
24451 contraints to "*m".
24453 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24455 * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
24457 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
24459 * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
24460 (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
24461 (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
24462 (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
24463 (ENDFILE_SPEC): Undefine.
24464 (STARTFILE_SPEC): Redefine for PA.
24466 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24468 * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
24470 2002-01-21 Daniel Jacobowitz <drow@mvista.com>
24472 * config.gcc: Add entries to supported PowerPC --with-cpu
24475 2002-01-21 Jakub Jelinek <jakub@redhat.com>
24477 * config/i386/i386.c (ix86_function_arg_regno_p): Never return
24478 true for 64-bit mode only SSE registers in 32-bit mode.
24480 2002-01-21 Kazu Hirata <kazu@hxi.com>
24482 * unwind-dw2.c: Fix formatting.
24483 * unwind-dw2-fde.c: Likewise.
24484 * unwind-dw2-fde.h: Likewise.
24485 * unwind-pe.h: Likewise.
24486 * varasm.c: Likewise.
24487 * varray.h: Likewise.
24489 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
24491 Remove workaround for register stack overwrite bug in mmix.
24492 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
24493 support for TARGET_REG_STACK_FILL_BUG.
24494 * config/mmix/mmix.h: Remove member has_call_without_parameters.
24495 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
24497 (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
24498 (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
24499 -mno-reg-stack-fill-bug-workaround.
24500 * config/mmix/mmix.md ("call", "call_value"): Don't set struct
24501 machine member has_call_without_parameters.
24502 * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
24503 -mreg-stack-fill-bug-workaround and
24504 -mno-reg-stack-fill-bug-workaround.
24505 (MMIX Options): Ditto.
24507 2002-01-21 Kazu Hirata <kazu@hxi.com>
24509 * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
24511 Remove redundant code.
24513 2002-01-21 Joseph S. Myers <jsm28@cam.ac.uk>
24515 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
24516 config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
24517 config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
24518 config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
24519 config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
24520 out target macro definitions and non-target-specific comments
24521 mostly taken from old versions of the manual.
24523 2002-01-20 Kazu Hirata <kazu@hxi.com>
24525 * config/h8300/h8300.h: Fix comment formatting.
24526 * config/ia64/aix.h: Likewise.
24527 * config/ia64/ia64-protos.h: Likewise.
24528 * config/ia64/ia64.c: Likewise.
24529 * config/ia64/ia64.h: Likewise.
24530 * config/ia64/ia64intrin.h: Likewise.
24531 * config/ia64/linux.h: Likewise.
24532 * config/ia64/unwind-aix.c: Likewise.
24533 * config/ia64/unwind-ia64.c: Likewise.
24535 2002-01-20 Kazu Hirata <kazu@hxi.com>
24537 * config/h8300/h8300.c: Revise comments about shift code.
24539 2002-01-20 Kazu Hirata <kazu@hxi.com>
24541 * config/h8300/h8300.c (function_arg): Update a comment.
24543 2002-01-20 Kazu Hirata <kazu@hxi.com>
24545 * config/h8300/h8300.md: Update the comments at the beginning
24548 2002-01-20 Kazu Hirata <kazu@hxi.com>
24550 * config/i370/i370.c: Fix comment formatting.
24551 * config/i370/i370.h: Likewise.
24552 * config/i370/i370.md: Likewise.
24553 * config/i370/linux.h: Likewise.
24555 Sun Jan 20 18:40:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
24557 * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
24559 * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
24560 (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
24561 in incomplete case.
24563 2002-01-20 Graham Stott <grahams@redhat.com>
24565 * cfgloop.c (flow_loop_preheader_scan): Fix typo.
24567 2002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
24569 * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
24571 2002-01-19 Tom Rix <trix@redhat.com>
24573 * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
24575 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
24577 * doc/tm.texi (STARTING_FRAME_PHASE): Document.
24579 * function.c (assign_stack_local_1): Adjust x_frame_offset with
24580 STARTING_FRAME_PHASE.
24581 (STARTING_FRAME_PHASE): New.
24582 (instantiate_virtual_regs): Check saneness of
24583 STARTING_FRAME_PHASE.
24585 * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
24587 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
24589 * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
24591 2002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
24593 * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
24594 be used for bootstrapping GCC 3.0.
24596 2002-01-18 Kazu Hirata <kazu@hxi.com>
24598 * config/h8300/h8300.md: Fix an insn length.
24600 2002-01-18 Kazu Hirata <kazu@hxi.com>
24602 * bitmap.h: Fix comment formatting.
24603 * combine.c: Likewise.
24604 * cppfiles.c: Likewise.
24605 * c-pragma.h: Likewise.
24606 * c-typeck.c: Likewise.
24608 * dwarf2out.c: Likewise.
24609 * function.c: Likewise.
24611 * genattrtab.c: Likewise.
24612 * gthr-win32.h: Likewise.
24613 * haifa-sched.c: Likewise.
24614 * predict.c: Likewise.
24615 * rtlanal.c: Likewise.
24617 * unwind-dw2-fde.h: Likewise.
24618 * unwind-pe.h: Likewise.
24619 * vmsdbgout.c: Likewise.
24621 Thu Jan 17 15:28:26 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
24623 * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
24624 if type_required and passed decl.
24626 2002-01-17 Aldy Hernandez <aldyh@redhat.com>
24628 * config.gcc (cpu_type): Include altivec.h in powerpc
24632 * config/rs6000/altivec.h: New.
24634 2002-01-17 David Edelsohn <edelsohn@gnu.org>
24636 * doc/install.texi (*-ibm-aix*): Update assembler and exception
24637 handling information.
24638 * doc/trouble.texi (Interoperation): Add libstdc++ information
24640 (Misunderstandings): Add template instantiation and static template
24641 member information for AIX.
24643 2002-01-17 Jason Merrill <jason@redhat.com>
24645 * dbxout.c (dbxout_type): Support const and volatile.
24647 * except.c (add_partial_entry): Remove backwards compatibility code.
24648 (end_protect_partials): Likewise.
24650 2002-01-17 Jakub Jelinek <jakub@redhat.com>
24652 * config/ia64/ia64.md (prologue_use): New.
24653 * config/ia64/ia64.c (ia64_expand_prologue): Use
24654 gen_prologue_use instead of gen_rtx_USE.
24655 (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
24656 as CODE_FOR_pred_rel_mutex.
24657 (ia64_sched_reorder2): Likewise.
24659 2002-01-16 Eric Christopher <echristo@redhat.com>
24661 * config/mips/r3900.h: Reformat.
24662 (SUBTARGET_CPP_SIZE_SPEC): Remove.
24663 * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
24664 * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
24665 (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
24666 * config/mips/t-elf: Remove mips3 multilib.
24668 2002-01-16 H.J. Lu <hjl@gnu.org>
24670 * config/mips/linux.h: Include "mips/abi64.h".
24672 2002-01-16 H.J. Lu <hjl@gnu.org>
24674 * config/mips/t-linux: New.
24676 * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
24678 * config/mips/linux.h: Don't include "gofast.h".
24679 (INIT_SUBTARGET_OPTABS): Removed.
24681 2002-01-16 Kazu Hirata <kazu@hxi.com>
24683 * config/h8300/h8300-protos.h: Replace emit_a_shift with
24685 * config/h8300/h8300.c: Likewise.
24686 * config/h8300/h8300.md: Likewise.
24688 2002-01-16 Kazu Hirata <kazu@hxi.com>
24690 * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
24691 spaces after an opcode name.
24692 (pushqi1_h8300hs): Likewise.
24693 (pushhi1_h8300hs): Likewise.
24695 2002-01-16 Kazu Hirata <kazu@hxi.com>
24697 * doc/extend.texi: Replace "option" with "attribute"
24700 2002-01-16 Jakub Jelinek <jakub@redhat.com>
24702 * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
24703 (and:DI () (const_int -8)).
24704 (split_small_symbolic_mem_operand): Split
24705 (mem (and:DI () (const_int -8)).
24707 2002-01-16 Jakub Jelinek <jakub@redhat.com>
24710 * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
24711 same way as TYPE_IMUL.
24712 (ultrasparc_sched_reorder): Likewise.
24713 * config/sparc/sparc.md (type): Add comment to update
24714 ultrasparc_sched_reorder when making changes.
24716 2002-01-16 Kazu Hirata <kazu@hxi.com>
24718 * doc/invoke.texi: Change the dump file name of block
24719 reordering pass from 28.bbro to 29.bbro.
24720 Mention -dk option.
24722 Wed Jan 16 17:54:22 CET 2002 Jan Hubicka <jh@suse.cz>
24724 * i386.md (minsf splitter): Fix pasto.
24726 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
24728 * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
24729 to frame pointer initialisation instruction.
24730 (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
24731 initialisation instruction.
24732 (soft_df_operand): Do not accept the IP register.
24733 (nonimmediate_soft_df_operand): Do not accept the IP register.
24735 2002-01-16 Jakub Jelinek <jakub@redhat.com>
24738 * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
24739 MASK_V8 being both set.
24741 2002-01-16 Ulrich Weigand <uweigand@de.ibm.com>
24743 * config/s390/s390.c (s390_emit_prologue): Do not emit USE
24744 insn for GOT register; add REG_MAYBE_DEAD notes instead.
24745 config/s390/s390.md (call, call_value): Add GOT register to
24746 CALL_INSN_FUNCTION_USAGE where needed.
24747 (call_exp, call_value_exp): New.
24749 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
24751 * config/arm/arm.c: General formatting tidy up.
24753 2002-01-16 Graham Stott <grahams@redhat.com>
24755 * calls.c (try_to_integrate): Use "(size_t)" intermediate
24756 cast and when casting an integer literal to "rtx" pointer.
24757 (expand_call): Likewise.
24758 * flow.c (try_pre_increment): Likewise.
24759 (find_use_as_address): Likewise.
24760 * integrate.c (expand_iline_function): Likewise.
24761 * regmove.c (try_auto_increment): Likewise.
24763 2002-01-16 Graham Stott <grahams@redhat.com>
24765 * sched-rgn.c (passed): Use sbitmap_free.
24766 (header): Likewise.
24768 (in_queue): Likewise.
24769 (in_stack): Likewise.
24771 2002-01-15 Eric Christopher <echristo@redhat.com>
24773 * flow.c (propagate_one_insn): Change to use fatal_insn.
24775 2002-01-15 Kazu Hirata <kazu@hxi.com>
24777 * expmed.c (extract_fixed_bit_field): Remove unused code.
24778 * system.h: Poison SLOW_ZERO_EXTEND.
24779 * doc/tm.texi: Remove.
24780 * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
24781 * config/arm/arm.h: Likewise.
24782 * config/avr/avr.h: Likewise.
24783 * config/clipper/clipper.h: Likewise.
24784 * config/convex/convex.h: Likewise.
24785 * config/d30v/d30v.h: Likewise.
24786 * config/dsp16xx/dsp16xx.h: Likewise.
24787 * config/elxsi/elxsi.h: Likewise.
24788 * config/fr30/fr30.h: Likewise.
24789 * config/h8300/h8300.h: Likewise.
24790 * config/i370/i370.h: Likewise.
24791 * config/i386/i386.h: Likewise.
24792 * config/m68k/m68k.h: Likewise.
24793 * config/mips/mips.h: Likewise.
24794 * config/ns32k/ns32k.h: Likewise.
24795 * config/pdp11/pdp11.h: Likewise.
24796 * config/pj/pj.h: Likewise.
24797 * config/s390/s390.h: Likewise.
24798 * config/sh/sh.h: Likewise.
24799 * config/stormy16/stormy16.h: Likewise.
24800 * config/v850/v850.h: Likewise.
24801 * config/vax/vax.h: Likewise.
24802 * config/we32k/we32k.h: Likewise.
24804 2002-01-15 Aldy Hernandez <aldyh@redhat.com>
24806 * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
24807 (altivec_lvsl): Change constraint to b.
24808 (altivec_lvsr): Same.
24809 (altivec_lvebx): Same.
24810 (altivec_lvehx): Same.
24811 (altivec_lvewx): Same.
24812 (altivec_lvxl): Same.
24813 (altivec_lvx): Same.
24814 (altivec_stvx): Add parallel.
24815 (altivec_stvxl): Same.
24816 (altivec_stvehx): Same.
24817 (altivec_stvebx): Same.
24818 (altivec_stvebx): Same.
24820 2002-01-15 Aldy Hernandez <aldyh@redhat.com>
24822 * config.gcc: Change altivec.h to altivec-defs.h.
24824 * config/rs6000/altivec.h: Delete.
24826 * config/rs6000/altivec-defs.h: Add.
24828 2002-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
24830 * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
24833 * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
24834 less than or equal to eight bytes.
24836 * vax.md (andsi3): Remove constraints and change SET destination
24837 operand type to nonimmediate_operand.
24838 (andhi3, andqi3): Likewise. Don't clear high order bits of operand 1
24839 when it is a CONST_INT.
24841 2002-01-15 Jason Merrill <jason@redhat.com>
24843 * c-common.def (FILE_STMT): New code.
24844 * c-common.c (statement_code_p): It's a statement.
24845 * c-common.h (stmt_tree_s): Add x_last_filename.
24846 (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
24847 (last_expr_filename): New macro.
24848 * c-semantics.c (begin_stmt_tree): Initialize it.
24849 (add_stmt): If the filename changed, also insert a
24851 (expand_stmt): Handle seeing one.
24853 2002-01-15 Eric Christopher <echristo@redhat.com>
24855 * flow.c (propagate_one_insn): Add error message and print out
24856 insn for debugging.
24858 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
24860 * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
24861 ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
24862 * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
24863 TRAMPOLINE_ALIGNMENT.
24864 * config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value
24866 * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
24867 PCC_BITFIELD_TYPE_MATTERS.
24868 * config/interix.h (STDC_VALUE): Remove. Use
24869 STDC_0_IN_SYSTEM_HEADERS.
24870 * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
24871 (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
24872 ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
24874 2002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org>
24876 * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
24877 not work on this platform currently.
24879 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
24881 * c-typeck.c (build_unary_op): Don't wrap msgid argument of
24882 readonly_warning in _().
24884 2002-01-15 Douglas B Rupp <rupp@gnat.com>
24886 * gcc.c (delete_if_ordinary): Backout previous change.
24888 2002-01-15 Kazu Hirata <kazu@hxi.com>
24890 * config/h8300/h8300.c (print_operand): Remove support for
24891 unused operand characters.
24893 * read-rtl.c: Fix formatting.
24894 * real.c: Likewise.
24895 * recog.c: Likewise.
24896 * regclass.c: Likewise.
24897 * regmove.c: Likewise.
24898 * reg-stack.c: Likewise.
24899 * reload1.c: Likewise.
24900 * rtlanal.c: Likewise.
24902 2002-01-15 Kazu Hirata <kazu@hxi.com>
24904 * config/i386/i386.c: Fix formatting.
24906 2002-01-15 Jakub Jelinek <jakub@redhat.com>
24908 * c-typeck.c (process_init_element): Don't save_expr
24909 COMPOUND_LITERAL_EXPR if just its initializer will be used.
24911 2002-01-15 David Edelsohn <edelsohn@gnu.org>
24913 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
24914 emit optional traceback table if optimize_size or TARGET_ELF.
24915 * config/rs6000/rs6000.md (prefetch): New.
24917 2002-01-15 Andreas Jaeger <aj@suse.de>
24919 * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
24921 2002-01-15 Kazu Hirata <kazu@hxi.com>
24923 * mips-tfile.c: Fix formatting.
24925 Tue Jan 15 00:56:11 CET 2002 Jan Hubicka <jh@suse.cz>
24927 * unroll.c (final_reg_note_copy): Fix previous commit.
24929 2002-01-14 Kazu Hirata <kazu@hxi.com>
24931 * config/h8300/h8300-protos.h: Remove the prototype for
24933 * config/h8300/h8300.c (eq_operator): Remove.
24935 2002-01-14 Richard Henderson <rth@redhat.com>
24937 * config/i386/i386.md (prefetch): Tidy.
24938 (prefetch_3dnow): Fix locality operand.
24940 2002-01-14 Richard Henderson <rth@redhat.com>
24942 * config/mips/mips.h (HI_AND_FP_REGS): New register class.
24943 (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
24945 2002-01-14 Hans-Peter Nilsson <hp@bitrange.com>
24947 * reload1.c (reload_combine): Pass reg_sum replacement through
24948 copy_rtx in loop performing multiple changes.
24950 2002-01-14 Jakub Jelinek <jakub@redhat.com>
24952 * except.c (remove_unreachable_regions): New.
24953 (free_eh_status): Clear exception_handler_labels.
24954 (convert_from_eh_region_ranges): Call remove_unreachable_regions.
24955 (find_exception_handler_labels): Don't add the same label more than
24957 (remove_exception_handler_label): Don't die if
24958 find_exception_handler_labels hasn't been called for the current
24961 Mon Jan 14 21:26:13 CET 2002 Jan Hubicka <jh@suse.cz>
24963 * toplev.c (rest_of_compilation): Rebuild jump labels after
24966 2002-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
24968 * doc/extend.texi: Move documentation of X86 built-in functions
24970 * doc/invoke.texi: From here.
24971 * doc/sourcebuild.texi: Document location of documentation for
24972 machine built-in functions.
24974 2002-01-13 Christopher Faylor <cgf@redhat.com>
24976 * cppfiles.c (TEST_THRESHOLD): New macro.
24977 (SHOULD_MMAP): Ditto.
24978 (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
24981 Mon Jan 14 20:23:34 CET 2002 Jan Hubicka <jh@suse.cz>
24983 * unroll.c (final_reg_note_copy): Properly handle
24985 (unroll_loops): Fix LOOP_CONDITION heuristics.
24987 2002-01-14 Geoffrey Keating <geoffk@redhat.com>
24989 * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
24990 * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
24992 Mon Jan 14 20:18:19 CET 2002 Jan Hubicka <jh@suse.cz>
24994 * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
24997 2002-01-14 Tom Rix <trix@redhat.com>
24999 * config/rs6000/rs6000.md: Fix typo with sradi.
25001 2002-01-14 Ulrich Weigand <uweigand@de.ibm.com>
25003 * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
25004 movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
25005 (clrstrdi, clrstrsi): Adapt callers.
25007 (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
25009 (movti splitter): Never use register 0 as base register.
25011 2002-01-14 Hartmut Penner <hpenner@de.ibm.com>
25013 * combine.c (simplify_shift_const): Always generate new rtx
25014 for shift expression instead of reusing given expression.
25016 Mon Jan 14 07:08:55 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
25018 * config/alpha/alpha.c (alpha_expand_mov): Don't call
25019 alpha_legitimize_address unless mode is Pmode.
25021 2002-01-13 Geoffrey Keating <geoffk@redhat.com>
25023 * doc/md.texi (Modifiers): Document the '*' constraint for the
25026 * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
25027 * doc/extend.texi (Function Attributes): 'interrupt' is valid
25030 2002-01-13 Richard Henderson <rth@redhat.com>
25032 * reload.c (find_reloads): Use a hard reg destination as reload reg
25033 for an input reload of the source.
25035 2002-01-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
25037 * doc/install.texi (Binaries): Make link to ftp.writtenword.com
25040 Sun Jan 13 07:23:01 2002 Douglas B Rupp <rupp@gnat.com>
25042 * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
25043 * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
25045 * config/alpha/x-vms (USE_COLLECT2): Set to empty.
25047 Sun Jan 13 06:55:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
25049 * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
25051 2002-01-12 Tom Rix <trix@redhat.com>
25053 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
25056 2002-01-12 Richard Henderson <rth@redhat.com>
25058 * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
25060 * doc/invoke.texi: Update Alpha options.
25062 * doc/invoke.texi: Update i386 built-in function lists.
25064 Sat Jan 12 17:38:11 CET 2002 Jan Hubicka <jh@suse.cz>
25066 * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
25067 referencing outside.
25069 Sat Jan 12 08:54:51 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
25071 * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
25072 * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
25073 offsets, and change line folding.
25074 * optabs.c (expand_binop): Remove warnings.
25075 * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
25077 2002-01-12 Graham Stott <grahams@redhat.com>
25079 * attribs.c (handle_deprecated_attribute): constify WHAT.
25080 * diagnostic.c (warn_deprecated_use): Add braces, fixes
25081 dangling else warning and constify WHAT.
25082 * except.h (struct function, struct inline_remap): Move
25083 struct tag forward defs before all prototypes.
25084 (duplicate_eh_regions): Whitespace.
25086 2002-01-12 Nick Clifton <nickc@cambridge.redhat.com>
25088 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
25089 MODE_BASE_REG_CLASS.
25090 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
25092 2002-01-12 Richard Henderson <rth@redhat.com>
25094 * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
25095 (ix86_expand_vector_move): New.
25096 (bdesc_2arg): Remove andps, andnps, orps, xorps.
25097 (ix86_init_mmx_sse_builtins): Make static. Remove composite builtins.
25098 Remove old prefetch builtins. Special case the logicals removed above.
25099 (ix86_expand_builtin): Likewise.
25100 (safe_vector_operand): Use V4SFmode, not TImode.
25101 (ix86_expand_store_builtin): Remove shuffle arg. Update callers.
25102 (ix86_expand_timode_binop_builtin): New.
25103 * config/i386/i386-protos.h: Update.
25104 * config/i386/i386.h (enum ix86_builtins): Update.
25105 * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
25106 Use ix86_expand_vector_move in vector move expanders.
25107 (movti_internal, movti_rex64): Add xorps alternative.
25108 (sse_clrv4sf): Rename and adjust from sse_clrti.
25109 (prefetch): Don't work so hard.
25110 (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
25111 * config/i386/xmmintrin.h (__m128): Use V4SFmode.
25112 (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
25114 2002-01-11 Richard Henderson <rth@redhat.com>
25116 * config/i386/mmintrin.h: New file.
25117 * config/i386/xmmintrin.h: New file.
25118 * config.gcc (i?86-*-*): Add extra_headers.
25119 * simplify-rtx.c (simplify_unary_operation): Handle saturating
25121 (simplify_binary_operation): Handle saturating arithmetic codes.
25122 * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
25123 not the lowpart subreg.
25124 (ix86_expand_builtin): Return a TImode dummy register instead of 0
25126 * config/i386/i386.md (mmx_clrdi): Override memory attribute.
25128 2002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
25130 * conflict.c (conflict_graph_compute): Free regsets when finished.
25131 * ssa.c (compute_coalesced_reg_partition): Likewise.
25133 2002-01-12 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
25135 * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
25136 every where we allocate a register.
25138 2002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
25140 * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
25141 * lcm.c (compute_earliest, compute_farthest): Likewise.
25143 2002-01-11 Janis Johnson <janis187@us.ibm.com>
25145 * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
25147 2002-01-11 Janis Johnson <janis187@us.ibm.com>
25149 * doc/rtl.texi (Insns): Fix 2 typos.
25151 2002-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
25153 * doc/invoke.texi: Avoid overfull hboxes. Add summary of D30V
25154 options. Use @table @gcctabopt for MMIX options. Add index
25155 entries for MMIX options. Start new paragraph with first
25156 heading of the machine-dependent options.
25158 2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
25161 * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
25162 * combine.c (force_to_mode): Same.
25163 * reload1.c (clear_reload_reg_in_use): Same.
25165 2002-01-11 Nick Clifton <nickc@cambridge.redhat.com>
25167 * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
25170 2002-01-11 Andreas Jaeger <aj@suse.de>,
25171 Brad Lucier <lucier@math.purdue.edu>
25173 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
25176 Fri Jan 11 07:35:12 2002 Douglas B Rupp <rupp@gnat.com>
25178 * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
25179 Protect with IN_LIBGCC.
25180 (LINK_EH_SPEC): Add required trailing space.
25182 Fri Jan 11 09:25:05 2002 Nicola Pero <n.pero@mi.flashnet.it>
25184 * c-tree.h: Move function declarations so that they are listed
25185 under the filename which contains them.
25186 (check_identifier, finish_decl_top_level,
25187 lookup_name_current_level_global, shadow_record_fields): Remove.
25189 2002-01-11 Andreas Jaeger <aj@suse.de>
25191 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
25194 2002-01-10 Richard Henderson <rth@redhat.com>
25196 * config/alpha/alpha.c (print_operand): Add 'J'.
25197 * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
25198 new operand with the sequence number for the lituse. When splitting
25199 the insns, use gen_movdi_er_high_g and generate a sequence number.
25200 (gen_movdi_er_high_g): Print the sequence number if non-zero.
25202 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
25204 * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
25205 lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
25207 (altivec_expand_builtin): Same.
25208 (altivec_expand_stv_builtin): New.
25210 * config/rs6000/rs6000.h (rs6000_builtins): Same.
25212 * config/rs6000/rs6000.md ("altivec_lvebx"): New.
25213 ("altivec_lvehx"): New.
25214 ("altivec_lvewx"): New.
25215 ("altivec_lvxl"): New.
25216 ("altivec_lvx"): New.
25217 ("altivec_stvx"): New.
25218 ("altivec_stvebx"): New.
25219 ("altivec_stvehx"): New.
25220 ("altivec_stvewx"): New.
25221 ("altivec_stvxl"): New.
25223 2002-01-10 Richard Henderson <rth@redhat.com>
25225 * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
25226 * reload1.c (delete_output_reload): Zap spill_reg_store. Take
25227 care not to delete instructions twice.
25229 2002-01-10 Zack Weinberg <zack@codesourcery.com>
25231 * toplev.c: Don't declare environ (it's not used anywhere).
25232 * configure.in: Don't check for declaration of environ.
25233 * config/i386/xm-mingw32.h: Don't #define environ.
25234 * config.in, configure: Regenerate.
25236 2002-01-10 Zack Weinberg <zack@codesourcery.com>
25238 * configure.in: Set stage1_cflags for powerpc-*-darwin*.
25239 * configure: Regenerate.
25241 * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
25242 DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
25243 * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
25245 * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
25246 LIMITS_H_TEST here, not in m68k/x-next.
25247 * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
25248 SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
25250 * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
25251 LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
25252 * config/alpha/x-vms: Don't set USE_COLLECT2. Add comments.
25254 * config/i386/x-djgpp: Renamed i386/t-djgpp.
25255 * config/m88k/x-dolph: Renamed m88k/t-dolph.
25256 * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
25257 * config/pa/x-pa-mpeix: Renamed pa/t-mpeix. Update for
25258 replacement of quadlib.asm with quadlib.c.
25260 * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
25261 config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
25262 config/rs6000/xm-beos.h: Delete file.
25264 * config.gcc: Update to match above changes.
25266 2002-01-10 Kazu Hirata <kazu@hxi.com>
25268 * config/h8300/h8300.h: Fix comment typos.
25269 * config/h8300/h8300.md: Likewise.
25270 * config/h8300/lib1funcs.asm: Likewise.
25272 2002-01-10 Dale Johannesen <dalej@apple.com>
25274 PR optimization/5269
25275 * unroll.c (precondition_loop_p): Make *increment be the correct
25276 sign when n_iterations known, to avoid confusing caller.
25278 2002-01-10 Kazu Hirata <kazu@hxi.com>
25280 * doc/extend.texi (deprecated): Fix a typo.
25282 Thu Jan 10 22:35:54 CET 2002 Jan Hubicka <jh@suse.cz>
25284 * basic-block.h (update_br_prob_note): Declare.
25285 * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
25286 (try_forward_edges): Care negative frequencies and update note.
25287 (outgoing_edges_match): Tweek conditional merging heuristics.
25288 (try_crossjump_to_edge): use update_br_prob_note.
25289 * cfglayout.c (fixup_reorder_chain): Likewise.
25290 * cfrtl.c (update_br_prob_note): New.
25291 * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
25293 * i386.c (ix86_decompose_address): Return -1 if address contains
25295 (legitimate_address_p): Require ix86_decompose_address to return 1.
25297 * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
25298 (cprop_insn): Likewise.
25300 2002-01-10 Kazu Hirata <kazu@hxi.com>
25302 * toplev.c: Fix formatting.
25303 * tree.c: Likewise.
25304 * tree-dump.c: Likewise.
25305 * unroll.c: Likewise.
25306 * unwind-dw2.c: Likewise.
25307 * unwind-dw2-fde.c: Likewise.
25308 * unwind-dw2-fde-glibc.c: Likewise.
25309 * unwind-sjlj.c: Likewise.
25311 2002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
25313 * doc/invoke.texi: Document PDP-11 options.
25315 2002-01-10 Kazu Hirata <kazu@hxi.com>
25317 * config/h8300/h8300.h: Fix formatting.
25319 2002-01-10 Ira Ruben <ira@apple.com>
25321 Add __attribute__ ((deprecated)).
25322 * extend.texi: Document __attribute__ ((deprecated)).
25323 * invoke.texi: Document -Wno-deprecated-declarations.
25324 * testsuite/g++.dg/other/deprecated.C: New C++ test.
25325 * testsuite/gcc.dg/deprecated.c: New C test.
25326 * attribs.c (enum attrs): Declare handle_deprecated_attribute().
25327 (c_common_attribute_table): Add "deprecated" entry.
25328 (handle_deprecated_attribute): New function.
25329 * c-decl.c (deprecated_states): New enum.
25330 deprecated_state: State of "deprecated" handling.
25331 (start_decl): Set deprecated_state based on attributes.
25332 (grokdeclarator): Test for deprecated uses, propagate attribute.
25333 * c-typeck.c (build_component_ref): Test for deprecated fields.
25334 (build_external_ref): Test for deprecated primaries.
25335 * diagnostic.c (warn_deprecated_use) New function to issue
25336 warnings about __attribute__ ((depricated)) references.
25337 * flags.h (warn_deprecated_decl): Extern declared for
25338 -W[no-]deprecated-declarations option.
25339 * print-tree.c (print_node): Show deprecated flag status.
25340 * toplev.c (warn_deprecated_decl): Defined.
25341 (W_options): Added "deprecated-declaration".
25342 * toplev.h (warn_deprecated_use): Extern declared.
25343 * tree.h (struct tree_common): Define deprecated_flag.
25344 (TREE_DEPRECATED): New macro to access flag.
25345 * cp/call.c (build_call): Test for deprecated calls.
25346 * cp/class.c (add_implicitly_declared_members): Set global
25347 flag to tell grokdeclarator to not issue deprecated warnings.
25348 * cp/cp-tree.h: Add extern for adding_implicit_members.
25349 * cp/decl.c (deprecated_states): New enum.
25350 (start_decl): Set deprecated_state based on attributes.
25351 (grokdeclarator): Test for deprecated uses, propagate attribute.
25352 * cp/lex.c (do_identifier): Test for deprecated primaries.
25353 * cp/typeck.c (build_component_ref): Test for deprecated fields.
25355 2002-01-10 Ira Ruben <ira@apple.com>
25357 Fix to assign attributes to inline member functions.
25358 * cp/decl.c (start_method): Handle attrlist.
25360 2002-01-10 Kazu Hirata <kazu@hxi.com>
25362 * combine.c (expand_field_assignment): Use subreg_lsb().
25364 2002-01-10 David Edelsohn <edelsohn@gnu.org>
25366 * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
25367 POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
25368 (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
25369 Recurse for any operand of AND as long as constant is non-zero.
25371 2002-01-10 Kazu Hirata <kazu@hxi.com>
25373 * config/h8300/h8300.md: Remove constraints from expanders.
25375 2002-01-10 Kazu Hirata <kazu@hxi.com>
25377 * varasm.c: Fix formatting.
25378 * varray.c: Likewise.
25379 * vmsdbgout.c: Likewise.
25380 * xcoffout.c: Likewise.
25382 Thu Jan 10 17:19:12 CET 2002 Jan Hubicka <jh@suse.cz>
25384 * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
25385 update edge probabilities to match.
25387 2002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
25389 * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
25391 * doc/languages.texi, doc/sourcebuild.texi: New files.
25392 * doc/configfiles.texi: Make a subsubsection. Update.
25393 * doc/configterms.texi: Add @node. Remove warning that this isn't
25394 instructions for building GCC.
25395 * doc/makefile.texi: Make a subsection.
25396 * doc/gccint.texi: Update.
25398 Thu Jan 10 16:39:58 CET 2002 Jan Hubicka <jh@suse.cz>
25400 * i386.md (sse_mov?fcc_const0_?): Fix constraints.
25402 Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
25404 * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
25406 Thu Jan 10 11:19:18 CET 2002 Jan Hubicka <jh@suse.cz>
25408 * optabs.c (expand_fix): Look for wider integer modes first.
25410 * i386.md (mov?f): Avoid the fake const double trick for medium
25412 (min?f*/max?f*): Prohibit memory operands for i387 variant.
25413 (fop_df_4): Disable for SSE compilation.
25415 2002-01-10 Graham Stott <grahams@redhat.com>
25417 * dwarf2out.c (indirect_string_alloc, output_indirect_string):
25418 Move prototype into DWARF2_DEBUGGING_INFO conditional block.
25420 2002-01-10 Richard Henderson <rth@redhat.com>
25422 * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
25424 2002-01-10 Richard Henderson <rth@redhat.com>
25426 * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
25427 (copyprop_hardreg_forward_1): Likewise. Use mode_change_ok.
25429 2002-01-10 Kazu Hirata <kazu@hxi.com>
25431 * combine.c (can_combine_p): Fix a comment typo.
25433 2002-01-09 Zack Weinberg <zack@codesourcery.com>
25435 * Makefile.in (s-gencheck, s-options, s-specs): Handle an
25436 empty list correctly. Change loop index $t to $f for
25437 consistency with rest of Makefile.
25439 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
25441 * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
25442 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
25444 * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
25445 mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
25446 (altivec_init_builtins): Same.
25447 (altivec_expand_unop_builtin): Return NULL_RTX on error.
25448 (altivec_expand_binop_builtin): Same.
25449 (altivec_expand_ternop_builtin): Same.
25452 * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
25453 ("altivec_vctuxs"): Fix typo.
25454 ("altivec_vnmsubfp"): Same.
25455 ("altivec_dssall"): New.
25456 ("altivec_mfvscr"): New.
25457 ("altivec_dss"): New.
25458 ("altivec_lvsl"): New.
25459 ("altivec_lvsr"): New.
25460 ("altivec_dstt"): New.
25461 ("altivec_dstst"): New.
25462 ("altivec_dststt"): New.
25463 ("altivec_dst"): New.
25465 * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
25466 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
25468 2002-01-09 Richard Henderson <rth@redhat.com>
25470 * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
25472 2002-01-10 Hans-Peter Nilsson <hp@bitrange.com>
25474 * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
25476 * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
25478 * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
25480 2002-01-09 Kazu Hirata <kazu@hxi.com>
25482 * read-rtl.c: Fix formatting.
25483 * real.c: Likewise.
25484 * regclass.c: Likewise.
25485 * regrename.c: Likewise.
25486 * reg-stack.c: Likewise.
25487 * reload1.c: Likewise.
25488 * reload.c: Likewise.
25491 2002-01-09 Kazu Hirata <kazu@hxi.com>
25493 * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
25494 to extract items in the expr_list chain.
25496 2002-01-09 Richard Henderson <rth@redhat.com>
25498 * config/vax/vax.c (vax_rtx_cost): Never abort.
25500 * config/vax/vax.h (REAL_ARITHMETIC): Define.
25502 2002-01-09 Jan Hubicka <jh@suse.cz>
25504 * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
25506 2002-01-09 Richard Henderson <rth@redhat.com>
25508 * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
25509 Unify code from various alternatives.
25511 2002-01-09 Richard Henderson <rth@redhat.com>
25513 * regrename.c (copy_value): Ignore the copy if the source register
25514 is present in the value chain with a narrower mode.
25516 2002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
25518 * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
25519 for the c4x target. Also improve layout.
25521 2002-01-09 Richard Henderson <rth@redhat.com>
25523 * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
25524 * config/m32r/m32r.md (and ior xor splitters): Swap operands
25525 to match insn patterns.
25527 2002-01-09 Richard Henderson <rth@redhat.com>
25529 * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
25530 (copyprop_hardreg_forward_1): Likewise.
25532 2002-01-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
25534 * pa.md (decrement_and_branch_until_zero): Change predicate for
25535 operand 0 from register_operand to reg_or_nonsymb_mem_operand.
25537 2002-01-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
25539 * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
25540 gets undefined. For Darwin.
25542 2002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
25544 * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
25546 2002-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
25548 * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
25550 2002-01-08 Richard Henderson <rth@redhat.com>
25552 * regrename.c (copy_value): Ignore overlapping copies.
25554 2002-01-08 Richard Henderson <rth@redhat.com>
25556 * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
25557 as needed to avoid shared structure.
25559 2002-01-08 Kazu Hirata <kazu@hxi.com>
25561 * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
25564 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
25566 * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
25567 LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
25568 documentation of obsolete macros.
25569 * system.h: Poison these macros.
25570 * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
25571 config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
25572 config/c4x/c4x.h, config/clipper/clipper.h,
25573 config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
25574 config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
25575 config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
25576 config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
25577 config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
25578 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
25579 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
25580 config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
25581 config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
25582 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
25583 config/sparc/sparc.h, config/stormy16/stormy16.h,
25584 config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
25585 definitions and commented out definitions of obsolete macros.
25586 * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
25587 of MAX_INT_TYPE_SIZE.
25589 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
25591 * config/s390/s390.c (s390_preferred_reload_class): Never
25592 return ADDR_REGS if it isn't a subset of the given class.
25593 * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
25594 FP_REGS, but all superclasses as well.
25596 * config/s390/s390.c (s390_function_profiler): Fix thinko.
25598 * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
25599 cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
25600 must not be a const_int.
25602 2002-01-08 Richard Henderson <rth@redhat.com>
25604 * Makefile.in (toplev.o): Depend on options.h.
25605 (gcc.o): Depend on specs.h.
25607 2002-01-08 Jakub Jelinek <jakub@redhat.com>
25609 * expr.c (store_expr): Convert VOIDmode constants back to target's
25612 2002-01-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
25614 * doc/invoke.texi: Markup gcc as @command. Refer to
25615 http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
25616 of http://gcc.gnu.org/thanks.html.
25618 2002-01-08 Dale Johannesen <dalej@apple.com>
25620 * config/rs6000/rs6000.md: Add missing int register
25621 target case to movdf_low.
25623 2002-01-08 Zack Weinberg <zack@codesourcery.com>
25625 * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
25626 except.h. Remove commands to define USING_SJLJ_EXCEPTIONS.
25627 (cppinit.o): Depend on except.h.
25628 (gencheck.h, options.h, specs.h, s-gencheck, s-options,
25629 s-specs): New rules.
25631 * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
25632 Don't create specs.h/options.h/gencheck.h here. Remove
25633 unnecessary variable settings from last argument of AC_OUTPUT.
25634 * config.in, configure: Regenerate.
25635 * intl.c: Hardcode package name as "gcc".
25637 * cppinit.c: Include except.h.
25638 (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
25640 * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
25641 Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
25642 (!)USING_SJLJ_EXCEPTIONS.
25643 * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
25645 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
25647 * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
25648 ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
25649 OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
25650 documentation of obsolete macros.
25651 * system.h: Poison these macros.
25652 * config/d30v/d30v.h, config/ns32k/encore.h,
25653 config/stormy16/stormy16.h: Remove definitions and commented out
25654 definitions of obsolete macros.
25656 Tue Jan 8 15:56:41 2002 Nicola Pero <nicola@brainstorm.co.uk>
25658 * objc/objc-act.c (handle_class_ref): Mark the declaration of
25659 %sobjc_class_ref_%s as used - to prevent unwanted compiler
25662 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
25664 * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
25665 * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
25666 to insn adjusting stack/frame pointer.
25667 * config/s390/s390.md (reload_la_64, reload_la_31): Do not
25668 accept operands that cause the insn to be non-splittable.
25670 2002-01-08 Graham Stott <grahams@redhat.com>
25672 * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
25673 (C_TYPE_FIELDS_VOLATILE): Likewise.
25674 (C_TYPE_BEING_DEFINED): Likewise.
25675 (C_IS_RESERVED_WORD): Likewise.
25676 (C_TYPE_VARIABLE_SIZE): Likewise.
25677 (C_DECL_VARIABLE_SIZE): Likewise.
25678 (C_MISSING_PROTOTYPE_WARNED): Likewise.
25679 (C_SET_EXP_ORIGINAL_CODE): Likewise.
25680 (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
25682 (C_DECL_ANTICIPATED): Likewise.
25683 (c_build_type_variant): Add parenthesis.
25685 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
25687 * gcc.c (option_map): Remove --version.
25688 (process_command): Handle -fversion following the GNU Coding
25689 Standards. Partially addresses PR other/704.
25691 2002-01-08 Graham Stott <grahams@redhat.com>
25693 * combine.c (combine_instructions): Fix typo.
25695 2002-01-08 Graham Stott <grahams@redhat.com>
25697 * debug.h: Use "tree" and "rtx" throughout.
25699 * debug.c: Likewise.
25701 2002-01-08 Nick Clifton <nickc@cambridge.redhat.com>
25703 * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
25704 constant pool, use the pool's version of the symbol instead.
25706 2002-01-07 Richard Henderson <rth@redhat.com>
25708 * regrename.c (find_oldest_value_reg): Ignore the value chain if
25709 the original register was copied in a mode with a fewer number of
25710 hard registers than the desired mode.
25711 (copyprop_hardreg_forward_1): Likewise.
25712 (debug_value_data): Fix loop test.
25713 * toplev.c (parse_options_and_default_flags): Reenable
25714 -fcprop-registers at -O1.
25716 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
25718 * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
25719 (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
25721 * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
25724 * config/rs6000/rs6000.md: Add altivec predicate patterns.
25726 2002-01-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
25728 * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
25729 (pa_output_function_prologue): Output local label at the beginning of
25730 the prologue when profiling.
25731 (hppa_profile_hook): Use the local label rather than the function label.
25732 * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
25734 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
25736 * config/rs6000/rs6000.c (print_operand): Remove extra space.
25737 (altivec_expand_unop_builtin): Fix thinko.
25738 (altivec_expand_binop_builtin): Same.
25739 (altivec_expand_ternop_builtin): Same.
25740 (altivec_expand_builtin): Same.
25742 2002-01-07 Richard Henderson <rth@redhat.com>
25744 * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
25746 2002-01-07 Jason Merrill <jason@redhat.com>
25748 * unwind-dw2.c (execute_cfa_program): Use < again.
25750 2002-01-07 Jakub Jelinek <jakub@redhat.com>
25752 * predict.c (combine_predictions_for_insn): Avoid division by zero.
25754 2002-01-07 Jakub Jelinek <jakub@redhat.com>
25756 * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
25757 Don't allow -1 - x -> ~x simplifications in the first pass.
25759 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
25761 * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
25763 (altivec_expand_binop_builtin): Same.
25764 (altivec_expand_unop_builtin): Same.
25765 (print_operand): Fix typo.
25766 (bdesc_1arg): Add vupk* variants.
25768 * rs6000.h (rs6000_builtins): Add vupk* enums.
25770 * rs6000.md: Add altivec_vupk* variants.
25772 2002-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
25774 * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
25775 doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
25776 and last update dates.
25778 2002-01-07 Janis Johnson <janis187@us.ibm.com>
25780 * doc/rtl.texi (Flags): Clean up documentation of RTL flags
25782 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
25784 * config/avr/avr.c (avr_mcu_types): Add new MCU types.
25785 * config/avr/avr.h (CPP_SPEC): Likewise.
25786 (LINK_SPEC): Likewise.
25787 (CRT_BINUTILS_SPECS): Likewise.
25788 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
25789 * doc/invoke.texi (AVR Options): Document them.
25791 Mon Jan 7 11:59:34 CET 2002 Jan Hubicka <jh@suse.cz>
25793 * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
25796 2002-01-07 Graham Stott <grahams@redhat.com>
25798 * config/i386/i386.h: Update copyright date.
25799 (HALF_PIC_PTR): Add parenthesis.
25800 (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
25801 (CONSTANT_ALIGNMENT): Add parenthesis.
25802 (DATA_ALIGNMENT): Likewise.
25803 (LOCAL_ALIGNMENT): Likewise.
25804 (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
25805 (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
25806 (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
25807 (HARD_REGNO_NREGS): Add paranethesis.
25808 (VALID_SSE_REG_MODE): Whitespace.
25809 (VALID_MMX_REG_MODE): Whitespace.
25810 (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
25811 (ix86_hard_regno_mode_ok): Add parenthesis.
25812 (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
25813 (RETURN_IN_MEMORY): Whitespace.
25814 (N_REG_CLASSES): Add parenthesis.
25815 (INTEGER_CLASS_P): Add parenthesis and wrap.
25816 (FLOAT_CLASS_P): Likewise.
25817 (SSE_CLASS_P): Likewise.
25818 (MMX_CLASS_P): Likewise.
25819 (MAYBE_INTEGER_CLASS_P): Likewise.
25820 (MAYBE_FLOAT_CLASS_P): Likewise.
25821 (MAYBE_SSE_CLASS_P): Likewise.
25822 (MAYBE_MMX_CLASS_P): Likewise.
25823 (Q_CLASS_P): Likewise.
25824 (GENERAL_REGNO_P): Uppercase macro parameter.
25825 (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
25826 (FP_REGNO_P): Likewise.
25827 (ANY_FP_REGNO_P): Uppercase macro parameter.
25828 (SSE_REGNO_P): Likewise.
25829 (SSE_REGNO): Likewise.
25830 (SSE_REG_P): Likewise.
25831 (SSE_FLOAT_MODE_P): Likewise.
25832 (MMX_REGNO_P): Likewise.
25833 (MMX_REG_P):Likewise.
25834 (STACK_REG_P): Likewise.
25835 (NON_STACK_REG_P): Likewise.
25836 (STACK_TOP_P): Likewise.
25837 (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
25838 (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
25839 (SECONDARY_MEMORY_NEEDED): Likewise.
25840 (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
25841 (MD_ASM_CLOBBERS): Whitespace and wrap.
25842 (MUST_PASS_IN_STACK): Whitespace and wrap.
25843 (RETURN_POPS_ARGS): Add parenthesis.
25844 (INIT_CUMULATIVE_ARGS): Likewise.
25845 (FUNCTION_ARG): Likewise.
25846 (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
25847 (SETUP_INCOMING_VARARGS): Likewise.
25848 (BUILD_VA_LIST_TYPE): Add parenthesis.
25849 (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
25851 (EXPAND_BUILTIN_VA_ARG): Likewise.
25852 (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
25853 (INITIALIZE_TRAMPOLINE): Add parenthesis.
25854 (INITIAL_ELIMINATION_OFFSET): Likewise.
25855 (REGNO_OK_FOR_INDEX_P): Add parenthesis.
25856 (REGNO_OK_FOR_BASE_P): Likewise.
25857 (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
25858 (REGNO_OK_FOR_DIREG_P): Likewise.
25859 (REG_OK_FOR_INDEX_P): Whitespace.
25860 (REG_OK_FOR_BASE_P): Whitespace.
25861 (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
25863 (FIND_BASE_TERM): Fix typo.
25864 (LEGITIMIZE_ADDRESS): Wrap in { .. } while (0) and add parenthesis.
25865 (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
25866 (SYMBOLIC_CONST; Whitespace.
25867 (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in { .. } while (0) and wrap.
25868 (ENCODE_SECTION_INFO): Whitespace.
25869 (FINALIZE_PIC): Remove do { ... } while (0).
25870 (PROMOTE_MODE): Wrap in do { ... } while (0).
25871 (CONST_COSTS): Whitespace.
25872 (RTX_COSTS): Add paramethesis, whitespace and wrap.
25873 (REGISTER_MOVE_COST): Add parenthesis.
25874 (MEMORY_MOVE_COST): Likewise.
25875 (EXTRA_CC_MODES): Whitespace.
25876 (SELECT_CC_MODE): Add parenthesis and whitespace.
25877 (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
25878 (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
25879 (ASM_OUTPUT_LABEL): Add paramethesis.
25880 (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
25881 (ASM_OUTPUT_REG_POP): Likewise.
25882 (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
25883 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
25885 * config/i386/i386.c: Update copyright.
25886 (CHECK_STACK_LIMIT): Add parenthesis.
25887 (AT_BP): Uppercase macro parameter.
25888 (x86_64_int_parameter_registers): Constify.
25889 (x86_64_int_return_registers): Likewise.
25890 (ix86_compare_op0): Use rtx.
25891 (construct_container): Constify INTREG parameter.
25892 (function_arg): Use rtx.
25894 * diagnostic.h: Update copyright date.
25895 (output_buffer_state): Add parenthesis.
25896 (output_buffer_format_args): Likewise.
25898 * combine.c (combine_instructions): Replace XEXP (links, 0)
25901 2002-01-06 H.J. Lu <hjl@gnu.org>
25903 * cfgcleanup.c (thread_jump): Fix 2 typos.
25905 2002-01-06 Aldy Hernandez <aldyh@redhat.com>
25907 * config.gcc: Add support for --enable-altivec.
25909 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
25911 * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
25913 2002-01-06 Jakub Jelinek <jakub@redhat.com>
25915 * objc/objc-act.c (handle_impent): Use assemble_variable to emit
25916 __objc_class_name_*.
25918 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
25920 * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
25922 2002-01-06 Richard Henderson <rth@redhat.com>
25924 * reorg.c (emit_delay_sequence): Remove death notes, not merely
25925 nop them out. Increment label reference count for REG_LABEL.
25926 (fill_slots_from_thread): Frob label reference count around
25927 delete_related_insns.
25929 2002-01-05 Richard Henderson <rth@redhat.com>
25931 * cfgcleanup.c (try_forward_edges): Detect infinite loops while
25934 2002-01-05 Richard Henderson <rth@redhat.com>
25936 * c-decl.c (c_expand_body): Don't call outlining_inline_function.
25937 * integrate.c (output_inline_function): Likewise.
25938 * toplev.c (rest_of_compilation): Do it here instead. Move call
25939 to remove_unnecessary_notes after emitting abstract instance.
25940 Force an emitted nested function to have its parent emited as well.
25941 * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
25943 (rtl_for_decl_location): Do not look at reload data structures
25944 before reload has run.
25946 2002-01-05 Kazu Hirata <kazu@hxi.com>
25948 * cse.c: Fix formatting.
25949 * dwarf2asm.c: Likewise.
25950 * dwarf2out.c: Likewise.
25951 * explow.c: Likewise.
25952 * expmed.c: Likewise.
25953 * function.c: Likewise.
25954 * gcov.c: Likewise.
25955 * gencheck.c: Likewise.
25956 * genrecog.c: Likewise.
25957 * ggc-common.c: Likewise.
25958 * ggc-page.c: Likewise.
25959 * global.c: Likewise.
25961 2002-01-05 Kazu Hirata <kazu@hxi.com>
25963 * combine.c: Fix formatting.
25965 2002-01-05 Craig Rodrigues <crodrigu@bbn.com>
25968 * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
25970 2002-01-05 David Edelsohn <edelsohn@gnu.org>
25972 * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
25973 as 1 for __powerpc64__ as well.
25975 * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
25977 * alias.c (find_base_value, PLUS/MINUS): If we found a base,
25980 2002-01-05 Daniel Berlin <dan@dberlin.org>
25982 * lcm.c: Revert change, due to performance regression it causes on
25983 SPEC because it's slightly more conservative (sigh, I hate
25986 Sat Jan 5 11:52:05 CET 2002 Jan Hubicka <jh@suse.cz>
25988 * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
25990 2002-01-05 Neil Booth <neil@daikokuya.demon.co.uk>
25992 * doc/cppinternals.texi: Update.
25994 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
25996 * doc/invoke.texi (Option Summary) <MMIX Options>: Document
25997 -mbranch-predict, -mreg-stack-fill-bug-workaround and their
25999 (MMIX Options): Ditto. Fix item/itemx typo for -mno-zero-extend.
26000 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
26001 kludge for pre-october-14th mmix versions to handle new-found bug
26002 with PUSHJ/PUSHGO and the register stack.
26003 * config/mmix/mmix.h (struct machine_function): Rename member
26004 has_call_value_without_parameters to has_call_without_parameters.
26005 All referers changed.
26006 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
26007 TARGET_MASK_BRANCH_PREDICT): New macros.
26008 (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
26009 -mno-reg-stack-fill-bug-workaround.
26010 * config/mmix/mmix.md ("call"): Set struct machine member
26011 has_call_without_parameters.
26013 Sat Jan 5 02:20:22 CET 2002 Jan Hubicka <jh@suse.cz>
26015 * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
26017 Sat Jan 5 01:35:29 CET 2002 Jan Hubicka <jh@suse.cz>
26019 * cfgcleanup.c: Include tm_p.h
26020 (mark_effect): Fix handling of hard register; fix handling of SET
26022 2002-01-04 Kazu Hirata <kazu@hxi.com>
26024 * config/h8300/h8300.md (anonymous patterns): Check that
26025 operands are registers before using REGNO on them.
26027 2002-01-03 Roland McGrath <roland@frob.com>
26029 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
26031 2002-01-04 Jakub Jelinek <jakub@redhat.com>
26033 * tree.h (expand_expr_stmt_value): Add maybe_last argument.
26034 * c-common.h (genrtl_expr_stmt_value): Likewise.
26035 * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
26036 (expand_expr_stmt_value): Add maybe_last argument.
26037 Don't warn about statement with no effect if it is the last statement
26038 in expression statement.
26039 * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
26040 (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
26041 expand_expr_stmt_value.
26042 (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
26043 genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
26044 * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
26045 as maybe_last to expand_expr_stmt_value.
26047 Fri Jan 4 11:45:05 2002 Jeffrey A Law (law@redhat.com)
26049 * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
26050 be passed in, do not build it.
26051 (c_begin_if_stmt): New function.
26052 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
26053 * c-common.h (c_expand_start_cond): Update prototype.
26054 (c_begin_if_stmt): Prototype new function.
26055 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
26056 * c-parse.in (if_prefix): Use c_begin_if_stmt,
26057 c_begin_while_stmt and c_finish_while_stmt_cond.
26059 2002-01-04 William Cohen <wcohen@redhat.com>
26061 * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
26062 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
26063 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
26064 * config/pa/som.h (ASM_FILE_START): Likewise.
26066 2002-01-04 Daniel Berlin <dan@cgsoftware.com>
26068 * lcm.c: Include df.h.
26069 Add available_transfer_function prototype.
26070 (compute_available): Rework to use iterative dataflow framework.
26071 (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
26072 with bb_info in df.h
26073 (available_transfer_function): New function.
26075 * Makefile.in (lcm.o): add df.h to dependencies.
26077 2002-01-04 Richard Henderson <rth@redhat.com>
26079 * config/alpha/alpha.c (some_operand): Accept HIGH.
26080 (input_operand): Likewise; accept simple references to globals.
26081 (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
26082 (alpha_const_double_ok_for_letter_p): Likewise.
26083 (alpha_extra_constraint): Likewise.
26084 (alpha_preferred_reload_class): Likewise. Do not force
26085 symbolic constants to memory.
26086 (alpha_legitimate_address_p): Accept simple references
26087 to small_symbolic_operand.
26088 (alpha_legitimize_address): New arg scratch. Be prepared to be
26089 called when no_new_pseudos. Emit simple symbolic references.
26090 Split integers into low, high, and rest.
26091 (alpha_expand_mov): Use alpha_legitimize_address.
26092 (some_small_symbolic_mem_operand): New.
26093 (split_small_symbolic_mem_operand): New.
26094 * config/alpha/alpha-protos.h: Update.
26095 * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
26096 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
26097 (EXTRA_CONSTRAINT): Likewise.
26098 (PREFERRED_RELOAD_CLASS): Likewise.
26099 (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
26100 (PREDICATE_CODES): Update.
26101 * config/alpha/alpha.md: New post-reload splitters to convert
26102 simplfied symbolic operands to the form that references $29.
26103 (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
26104 (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
26106 2002-01-03 Richard Henderson <rth@redhat.com>
26108 * local-alloc.c (function_invariant_p): Update commentary.
26110 2002-01-04 H.J. Lu <hjl@gnu.org>
26112 * toplev.c (rest_of_compilation): Fix a typo when calling
26115 2002-01-03 Kazu Hirata <kazu@hxi.com>
26117 * c-common.c: Fix formatting.
26118 * diagnostic.c: Likewise.
26119 * doloop.c: Likewise.
26120 * dwarf2out.c: Likewise.
26122 2002-01-03 Kazu Hirata <kazu@hxi.com>
26124 * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
26125 of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
26127 2002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
26129 * cpperror.c: Update comments and copyright.
26130 * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
26131 cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
26133 2002-01-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
26135 * collect2.c (main): Use strcmp when testing for "-shared".
26137 2002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
26139 * cppmacro.c: Don't include intl.h. Update comments.
26140 (new_number_token): Allocate enough buffer for 64-bit unsigned
26141 integers; update prototype.
26142 * cppmain.c: Update comments.
26144 2002-01-03 William Cohen <wcohen@redhat.com>
26146 * function.h (struct function): Add profile.
26147 (current_function_profile): New.
26148 doc/extend.texi: Update documentation.
26149 * final.c (final_start_function): Use current_function_profile
26150 instead of profile_flag.
26151 (profile_after_prologue): Likewise.
26152 * function.c (expand_function_start): Likewise.
26153 (expand_function_start): Likewise.
26154 * config/alpha/alpha.c (direct_call_operand):
26155 (alpha_does_function_need_gp): Likewise.
26156 (alpha_expand_prologue): Likewise.
26157 * config/arm/arm.c (arm_expand_prologue): Likewise.
26158 thumb_expand_prologue: Likewise.
26159 * config/d30v/d30v.c (d30v_stack_info): Likewise.
26160 * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
26161 (fr30_expand_prologue): Likewise.
26162 * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
26163 * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
26164 * config/i386/i386.h (FINALIZE_PIC): Likewise.
26165 * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
26166 * config/i960/i960.c (i960_output_function_prologue): Likewise.
26167 * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
26168 * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
26169 (m32r_expand_prologue): Likewise.
26170 * config/m88k/m88k.c (m88k_layout_frame): Likewise.
26171 (m88k_expand_prologue): Likewise.
26172 * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
26173 * config/mips/mips.c (compute_frame_size): Likewise.
26174 (mips_expand_prologue): Likewise.
26175 (mips_can_use_return_insn): Likewise.
26176 * config/pa/elf.h (ASM_FILE_START): Likewise.
26177 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
26178 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
26179 * config/pa/som.h (ASM_FILE_START): Likewise.
26180 * config/romp/romp.c (romp_using_r14): Likewise.
26181 * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
26182 (rs6000_stack_info): Likewise.
26183 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
26184 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
26185 * config/v850/v850.c (compute_register_save_size): Likewise.
26187 2002-01-03 Jakub Jelinek <jakub@redhat.com>
26189 * simplify-rtx.c (simplify_binary_operation) [DIV]: If
26190 gen_lowpart_common fails, use gen_lowpart_SUBREG.
26192 2002-01-03 Turly O'Connor <turly@apple.com>
26194 * darwin.c (machopic_output_possible_stub_label): Don't generate
26195 stub routines for pseudo-stubs which we've just defined.
26197 2002-01-03 Kazu Hirata <kazu@hxi.com>
26199 * builtins.c: Fix formatting.
26200 * c-typeck.c: Likewise.
26201 * combine.c: Likewise.
26202 * expr.c: Likewise.
26203 * loop.c: Likewise.
26205 2002-01-03 Andreas Schwab <schwab@suse.de>
26207 * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
26208 and return true if _cpp_push_next_buffer pushed a new include
26210 * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
26211 _cpp_pop_file_buffer did not push a new file.
26212 * cpphash.h (_cpp_pop_file_buffer): Update declaration.
26214 2002-01-02 Eric Christopher <echristo@redhat.com>
26216 * final.c (final_scan_insn): Change 0 -> NULL_RTX in
26217 FIND_REG_INC_NOTE call. Update copyright.
26218 * loop.c (canonicalize_condition): Ditto.
26219 * reorg.c (delete_scheduled_jump): Ditto.
26221 2002-01-03 Kazu Hirata <kazu@hxi.com>
26223 * gcse.c: Fix formatting.
26225 2002-01-03 Graham Stott <grahams@redhat.com>
26227 * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
26228 forward defs for struct tags rtx_def, union_tree, rtvec_def
26229 also output corresponding typedefs for rtx, tree, and rtvec.
26231 * system.h: Move forward defs for struct tags rtx_def, union_tree,
26232 rtvec_def along with corresponding typedefs for rtx, tree, and
26233 rtvec to config.h, hconfig.h, tconfig.h.
26235 2002-01-03 Graham Stott <grahams@redhat.com>
26237 * tree.h: Update copyright date.
26238 (IS_EXPR_CODE_CLASS): Add parenthesis.
26239 (TREE_SET_CODE): Add whitespace.
26240 (TREE_CHECK): Add parenthesis.
26241 (TREE_CLASS_CODE): Add parenthesis and wrap long line.
26242 (CST_OR_CONSTRUCTOR_CHECK):
26243 (EXPR_CHECK): Add parenthis, whitespace and wrap line.
26244 (TREE_SYMBOL_REFERENCED): Whitespace.
26245 (INT_CST_LT): Likewise.
26246 (INT_CST_LT_UNSIGNED): Likewise.
26247 (tree_real_cst): Unwrap comment.
26248 (tree_string): Likewise.
26249 (tree_complex): Likewise.
26250 (IDENTIFIER_POINTER): correct cast.
26251 (SAVE_EXPR_CONTEXT): Whitespace.
26252 (EXPR_WFL_FILENAME_NODE): Likewise.
26253 (EXPR_WFL_FILENAME): Remove parenthesis.
26254 (DECL_ORIGIN): Add parenthesis.
26255 (DECL_FROM_INLINE): Use NULL_TREE.
26256 (build_int_2): Whitespace.
26257 (build_type_variant): Add parenthesis.
26259 * gcc/jcf-parse.c: Update copyright date.
26260 (yyparse): Constify resource_filename.
26262 2002-01-03 Graham Stott <grahams@redhat.com>
26264 * rtl.h: Update copyright date.
26265 (RTL_CHECK1): Wrap long line.
26266 (RTL_CHECK2): Likewise.
26267 (RTL_CHECKC1): Wrap long line and whitespace.
26268 (RTL_CHECKC2): Likewise.
26269 (XWINT): Whitespace.
26275 (XBITMAP): Likewise.
26277 (XBBDEF): Likewise.
26279 (X0WINT): Likewise.
26281 (X0UINT): Likewise.
26285 (X0MODE): Likewise.
26286 (X0BITMAP): Likewise.
26287 (X0TREE): Likewise.
26288 (X0BBDEF): Likewise.
26289 (X0ADVFLAGS): Likewise.
26290 (X0CSELIB): Likewise.
26291 (X0MEMATTR): Likewise.
26292 (XCWINT): Likewise.
26294 (XCUINT): Likewise.
26298 (XCMODE): Likewise.
26299 (XCBITMAP): Likewise.
26300 (XCTREE): Likewise.
26301 (XCBBDEF): Likewise.
26302 (XCADVFLAGS): Likewise.
26303 (XCCSELIB): Likewise.
26304 (XC2EXP): Likewise.
26305 (INSN_UID): Likewise.
26306 (PREV_INSN): Likewise.
26307 (PATTERN): Likewise.
26308 (INSN_CODE): Likewise.
26309 (PUT_REG_NOTE_KIND): Likewise.
26310 (CODE_LABEL_NUMBER): Likewise.
26311 (NOTE_SOURCE_FILE): Likewise.
26312 (NOTE_BLOCK): Likewise.
26313 (NOTE_EH_HANDLER): Likewise.
26314 (NOTE_RANGE_INFO): Likewise.
26315 (NOTE_LIVE_INFO): Likewise.
26316 (NOTE_BASIC_BLOCK): Likewise.
26317 (NOTE_EXPECTED_VALUE): Likewise.
26318 (NOTE_LINE_NUMBER): Likewise.
26319 (LABEL_NAME): Likewise.
26320 (LABEL_NUSES): Likewise.
26321 (LABEL_ALTERNATE_NAME): Likewise.
26322 (ADDRESSOF_DECL): Likewise.
26323 (JUMP_LABEL): Likewise.
26324 (LABEL_NEXTREF): Likewise.
26326 (ORIGINAL_REGNO: Likewise.
26327 (HARD_REGISTER_NUM_P): Add parenthesis.
26328 (SUBREG_REG): Whitespace.
26329 (SUBREG_BYTE): Likewise.
26330 (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
26331 (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
26332 (ASM_OPERANDS_OUTPUT_IDX): Likewise.
26333 (ASM_OPERANDS_INPUT_VEC): Likewise.
26334 (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
26335 (ASM_OPERANDS_INPUT): Likewise.
26336 (ASM_OPERANDS_INPUT_LENGTH): Likewise.
26337 (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
26338 (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
26339 (ASM_OPERANDS_INPUT_MODE): Likewise.
26340 (ASM_OPERANDS_SOURCE_FILE): Likewise.
26341 (ASM_OPERANDS_SOURCE_LINE): Likewise.
26342 (MEM_SET_IN_STRUCT_P): Minor reformat.
26343 (TRAP_CONDITION): Whitespace.
26344 (TRAP_CODE): Likewise.
26345 (COND_EXEC_TEST): Likewise.
26346 (COND_EXEC_CODE): Likewise.
26347 (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
26348 (PHI_NODE_P): Add parenthesis.
26349 (plus_constant): Whitespace and add parenthesis.
26351 2002-01-03 Kazu Hirata <kazu@hxi.com>
26353 * config/avr/avr.c: Fix comment typos.
26354 * config/c4x/c4x.md: Likewise.
26355 * config/dsp16xx/dsp16xx.h: Likewise.
26356 * config/dsp16xx/dsp16xx.md: Likewise.
26357 * config/i386/i386.md: Likewise.
26358 * config/ia64/ia64.c: Likewise.
26359 * config/m32r/m32r.h: Likewise.
26360 * config/m68hc11/m68hc11.md: Likewise.
26361 * config/mmix/mmix.c: Likewise.
26362 * config/mn10200/mn10200.c: Likewise.
26363 * config/romp/romp.c: Likewise.
26364 * config/sh/sh.c: Likewise.
26365 * config/stormy16/stormy16.c: Likewise.
26366 * config/stormy16/stormy16.h: Likewise.
26367 * config/stormy16/stormy16.md: Likewise.
26369 2002-01-03 Graham Stott <grahams@redhat.com>
26371 * loop.h: Update copyright date.
26372 (LOOP_MOVABLES): Fix typo.
26373 (LOOP_REGS): Likewise.
26374 (LOOP_IVS): Likewise.
26376 2002-01-03 Graham Stott <grahams@redhat.com>
26378 * cppinit.c: Update copyright date.
26379 Don't include output.h
26380 * Makefile.in: Update copyright date.
26383 2002-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
26386 * invoke.texi (-mthreads): Remove from documented RS/6000 options.
26387 (-pthread) Add to RS/6000 options.
26389 2002-01-02 Kazu Hirata <kazu@hxi.com>
26391 * except.c: Fix comment typos.
26392 * loop.c: Likewise.
26393 * varasm.c: Likewise.
26394 * doc/tm.texi: Fix a typo.
26396 2002-01-02 Jakub Jelinek <jakub@redhat.com>
26398 * c-typeck.c (output_init_element): Allow initializing static storage
26399 duration objects with compound literals.
26401 2002-01-02 Richard Henderson <rth@redhat.com>
26403 * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
26406 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26408 * gcc.c (default_compilers): Const-ify.
26409 * mips-tdump.c (stab_names): Likewise.
26410 * mips-tfile.c (map_coff_types, map_coff_storage,
26411 map_coff_sym_type, map_coff_derived_type, stabs_symbol,
26412 pseudo_ops_t, pseudo_ops): Likewise.
26413 * protoize.c (default_include): Likewise
26415 * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
26416 (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
26417 Add array size in declaration.
26418 (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
26419 emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
26420 esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
26421 etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
26422 eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
26423 efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
26424 c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
26425 emtens, make_nan): Const-ify.
26426 (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
26427 DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
26429 2002-01-02 Joseph S. Myers <jsm28@cam.ac.uk>
26431 * config.gcc (ia64-*-*): Set extra_headers.
26432 (alpha*-dec-osf*): Likewise. Don't use alpha/t-osf.
26433 * config/alpha/t-osf: Remove.
26434 * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
26436 2002-01-02 David Edelsohn <edelsohn@gnu.org>
26438 * config/rs6000/t-aix43: Revert previous change.
26440 2002-01-02 Jason Merrill <jason@redhat.com>
26442 * c-decl.c (c_expand_body): Call outlining_inline_function when
26443 emitting an inline function out of line.
26445 2002-01-02 Richard Henderson <rth@redhat.com>
26447 * dwarf2out.c (limbo_die_node): Add created_for member.
26448 (new_die): New argument created_for. Update all callers.
26449 (mark_limbo_die_list): New.
26450 (dwarf2out_init): Register limbo_die_list as a root.
26451 (dwarf2out_finish): Force insert limbo dies into their function
26454 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
26457 * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
26459 2002-01-02 Kazu Hirata <kazu@hxi.com>
26461 * config/h8300/fixunssfsi.c: Update copyright.
26464 * config/h8300/h8300.c: Update copyright.
26465 Eliminate warnings.
26467 2002-01-02 Kazu Hirata <kazu@hxi.com>
26469 * config/romp/romp.c: Fix comment formatting.
26470 * config/romp/romp.h: Likewise.
26471 * config/romp/romp.md: Likewise.
26472 * config/s390/s390.c: Likewise.
26473 * config/stormy16/stormy16.c: Likewise.
26474 * config/stormy16/stormy16.h: Likewise.
26476 2002-01-02 Alexandre Oliva <aoliva@redhat.com>
26478 * c-common.h (genrtl_expr_stmt_value): Declare.
26479 * c-semantics.c (genrtl_goto_stmt): Redirect to...
26480 (genrtl_goto_stmt_value): ... this new function. Pass new
26481 argument down to expand_expr_stmt_value, taking
26482 TREE_ADDRESSABLE into account.
26483 * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
26484 STMT_EXPR as addressable, i.e., one whose result we want.
26485 * expr.c (expand_expr): Don't save expression statement value
26486 of labeled_blocks or loop_exprs.
26487 * stmt.c (expand_expr_stmt): Redirect to...
26488 (expand_expr_stmt_value): ... this new function. Use new
26489 argument to tell whether to save expression value.
26490 (expand_end_stmt_expr): Reset last_expr_type and
26491 last_expr_value if we don't have either.
26492 * tree-inline.c (declare_return_variable): Mark its use
26493 statement as addressable.
26494 * tree.h: Document new use of TREE_ADDRESSABLE.
26495 (expand_expr_stmt_value): Declare.
26497 2002-01-01 Tom Rix <trix@redhat.com>
26499 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
26500 rs6000_emit_allocate_stack.
26502 2002-01-01 Joseph S. Myers <jsm28@cam.ac.uk>
26504 * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
26505 ${srcdir}/ginclude/ to every entry in extra_headers.
26506 * configure: Regenerate.
26507 * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
26508 * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
26509 * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
26510 * ginclude/proto.h: Rename to config/convex/proto.h.
26512 Tue Jan 1 17:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
26514 * attribs.c (handle_vector_size_attribute): Use host_integerp
26515 and tree_int_cst; remove warnings.
26516 * caller-save.c (insert_restore): Add cast to get rid of warning.
26517 (insert_save): Likewise.
26518 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
26519 * regmove.c (find_matches): Add temporary var to kill a warning.
26521 2002-01-01 Douglas B Rupp <rupp@gnat.com>
26523 * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
26524 LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
26525 * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
26526 (vms-dwarf2eh.o): Add Makefile rule.
26527 * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
26528 * config/alpha/vms-dwarf2eh.asm: New file.
26530 * gcc.c (delete_if_ordinary): Delete all versions.
26532 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
26534 * config/mmix/mmix.md: Update FIXME to not mention
26536 (MMIX_rJ_REGNUM): New define_constants constant.
26537 ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
26538 "*movdicc_real"): Adjust contraints formatting.
26539 ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
26540 for branch prediction.
26541 ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
26543 ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
26544 "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
26545 number. Delete related FIXMEs.
26546 * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
26547 from number to MMIX_rJ_REGNUM.
26548 (TARGET_MASK_BRANCH_PREDICT): New.
26549 (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
26550 (TARGET_SWITCHES): Update comment. Correct -mno-toplevel-symbols
26551 value. Add -mbranch-predict and -mno-branch-predict.
26552 (TARGET_VERSION): Drop date.
26553 (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
26554 * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
26555 for finding out global symbols.
26556 (mmix_asm_output_labelref): Revert condition for global symbol.
26557 (mmix_print_operand): <case '+'>: Emit P for a likely branch.
26558 (mmix_print_operand_punct_valid_p): A '+' is valid.
26560 See ChangeLog.6 for earlier changes.