]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
pure-1.c: Make functions static again.
[gcc.git] / gcc / ChangeLog
1 2002-06-18 Bob Wilson <bob.wilson@acm.org>
2
3 * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_pic
4 when generating the call to _mcount.
5 (NO_PROFILE_COUNTERS): Define.
6
7 2002-06-18 Richard Henderson <rth@redhat.com>
8
9 * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
10 2002-06-02 change.
11
12 Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
13
14 * t-sh (MULTILIB_EXCEPTIONS): Set to ml.
15 config/sh/t-linux (MULTILIB_EXCEPTIONS): Clear.
16 * config/sh/t-netbsd (MULTILIB_EXCEPTIONS): Likewise.
17 * config/sh/t-sh64 (MULTILIB_EXCEPTIONS): Likewise.
18
19 * sh-protos.h (sh_pr_interrupt): Declare.
20 * sh.c (sh_pr_interrupt): New function.
21 (print_operand, calc_live_regs, sh_expand_prologue): Use it.
22 (sh_hard_regno_rename_ok): Likewise.
23 * sh.h (NORMAL_MODE): FP_MODE_NONE for interupt handlers.
24
25 2002-06-18 Vladimir Makarov <vmakarov@redhat.com>
26
27 * rtl.def (DEFINE_AUTOMATON): Add description of new options
28 `time' and `v'. Fix incorrect description of option `w'.
29
30 * doc/md.texi: Ditto.
31
32 * genautomata.c (TIME_OPTION, V_OPTION): New macros.
33 (gen_automata_option): Process the new options.
34 (transform_2, transform_3): Initialize some variables.
35 (initiate_automaton_gen): Use the new macros.
36
37 2002-06-18 Richard Sandiford <rsandifo@redhat.com>
38
39 * config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
40 (mips_set_return_address, mips_restore_gp): Declare.
41 * config/mips/mips.h (struct mips_frame_info): Move to mips.c
42 (current_frame_info): Remove.
43 (INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset.
44 * config/mips/mips.c: Remove uses of current_frame_info.
45 (struct mips_frame_info): Moved from mips.h. Remove 'insns_len'.
46 (struct machine_function): Add 'frame' and 'insns_len'.
47 (current_frame_info, zero_frame_info): Remove.
48 (mips_restore_gp, mips_set_return_address): New.
49 (mips_initial_elimination_offset): New.
50 * config/mips/mips.md (exception_receiver): Use mips_restore_gp.
51 (eh_return define_split): Use mips_set_return_address.
52
53 2002-06-18 Neil Booth <neil@daikokuya.demon.co.uk>
54
55 * cpplib.c (dtable): Update.
56 (end_directive): Decrement expansion prevention count.
57 Clear state.in_expression.
58 (prepare_directive_trad): Set state.in_expression.
59 Increment expansion prevention count.
60 * cpptrad.c (enum ls): New.
61 (_cpp_overlay_buffer): Set overlaid_buffer.
62 (_cpp_remove_overlay): Use overlaid_buffer.
63 (_cpp_read_logcial_line_trad): Update buffer when it might
64 have changed.
65 (scan_out_logical_line): Handle state transitions for assertions
66 and defined() in #if, and for funlike invocations including the
67 directive case. Handle '<' and '>' as a quote mechanism in
68 #include. Warn about unterminated macro invocations.
69 * cpphash.h (struct lexer_state): New member in_expression.
70 (struct cpp_reader): New member overlaid buffer.
71
72 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
73
74 * config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype
75 __always_inline__.
76
77 2002-06-18 Alan Modra <amodra@bigpond.net.au>
78
79 * config/ia64/ia64.md (doloop_end_internal): Correct rtl.
80
81 * doloop.c (doloop_optimize): Extract pattern from insn.
82
83 2002-06-17 Matt Kraai <kraai@alumni.cmu.edu>
84
85 * doc/extend.texi (Function Attributes): Remove `,...' from @var.
86
87 2002-06-17 Jeff Law <law@redha.com>
88
89 * libgcc2.c: Do not include symcat.h or machmode.h.
90
91 2002-06-17 Richard Henderson <rth@redhat.com>
92
93 PR target/6922
94 * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.
95
96 2002-06-17 Tom Tromey <tromey@redhat.com>
97
98 * dwarfout.c: Include function.h.
99
100 2002-06-17 Andreas Schwab <schwab@suse.de>
101
102 * print-rtl.c (print_rtx): Print space before vector, not after.
103 (debug_rtx): Clear sawclose before printing.
104 (debug_rtx_list): Print newline after each list element.
105 (debug_rtx_range): Likewise.
106
107 2002-06-17 Richard Henderson <rth@redhat.com>
108
109 * function.h (struct function) [funcdef_no]: Rename profile_label_no.
110 (current_function_funcdef_no): Similarly.
111 * function.c (funcdef_no): Similarly.
112 (prepare_function_start): Set current_function_funcdef_no.
113 (expand_function_start): Don't set current_function_profile_label_no.
114 * dwarf2out.h (current_funcdef_number): Remove.
115 * dwarf2out.c (current_funcdef_number): Remove. Replace with
116 current_function_funcdef_no throughout.
117 * dwarfout.c, vmsdbgout.c: Similarly.
118 * except.c (sjlj_funcdef_number): Remove.
119 (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
120 (output_function_exception_table): Likewise.
121 * final.c (profile_function): Use current_function_funcdef_no
122 instead of current_function_profile_label_no.
123
124 2002-06-17 Vladimir Makarov <vmakarov@redhat.com>
125
126 * sched-ebb.c (init_ready_list): Check INSN_P first.
127
128 Mon Jun 17 17:26:15 2002 J"orn Rennecke <joern.rennecke@superh.com>
129
130 * sh.md (divsi3): Update way how to find insns in a sequence.
131
132 * reload1.c (merge_assigned_reloads): Don't change reloads
133 other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
134 to RELOAD_OTHER when there are conflicting input reloads.
135
136 2002-06-17 Richard Earnshaw (rearnsha@arm.com)
137
138 * function.c (epilogue_done): Correctly build a sequence of insns for
139 a sibcall epilogue.
140
141 2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
142
143 * config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
144 #define.
145
146 * config/m32r/m32r.md: Replace gen_sequence with get_insns.
147
148 2002-06-16 Richard Henderson <rth@redhat.com>
149
150 * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
151 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
152
153 2002-06-16 Richard Henderson <rth@redhat.com>
154
155 PR opt/6722
156 * regclass.c (globalize_reg): Update regs_invalidated_by_call.
157
158 2002-06-16 Neil Booth <neil@daikokuya.demon.co.uk>
159
160 * config.gcc: Add i386/sysv4-cpp.h; remove i386-aout.h from vxworks.
161 * config/i386/i386-aout.h, config/i386/i386elf.h,
162 config/i386/sysv4.h: Remove CPP_PREDEFINES.
163 * config/i386/linux64.h, config/i386/i386elf.h, config/i386/mach.h,
164 config/i386/netware.h, config/i386/rtemself.h, config/i386/sco5.h,
165 config/i386/sol2.h, config/i386/vsta.h, config/i386/vxi386.h,
166 config/i386/win32.h: Use TARGET_OS_CPP_BUILTINS rather than
167 CPP_PREDEFINES and part of CPP_SPEC.
168 * config/i386/sysv4-cpp.h: New.
169
170 2002-06-16 Richard Henderson <rth@redhat.com>
171
172 PR c/7030
173 * dwarf2out.c (modified_type_die): Don't assign the qualified die
174 to the unqualified type.
175
176 Sun Jun 16 22:16:10 CEST 2002 Jan Hubicka <jh@suse.cz>
177
178 * i386-protos.h (x86_field_alignment): Declare.
179 * i386.c (x86_field_alignment): Define.
180 * i386.h (ADJUST_FIELD_ALIGNMENT): New.
181 (BIGGEST_FIELD_ALIGNMENT): Kill.
182
183 2002-06-16 Richard Henderson <rth@redhat.com>
184
185 * vax.md (casesi): Use emit_jump_insn. Tidy expander pattern.
186
187 2002-06-16 Richard Henderson <rth@redhat.com>
188
189 * c-common.c (flag_ms_extensions): Move from c++ front end.
190 * c-common.h (flag_ms_extensions): Declare.
191 * c-decl.c (c_decode_option): Add -fms-extensions.
192 (grokfield): Don't accept anonymous structures in ISO C mode;
193 accept only unnamed anonymous structures in GNU C mode; accept
194 Plan 9 extensions in MS mode.
195 * c-parse.in (SAVE_EXT_FLAGS, RESTORE_EXT_FLAGS): Rename from
196 SAVE/RESTORE_WARN_FLAGS; add flag_iso frobbing; update all callers.
197 (extension): Clear flag_iso.
198 * doc/invoke.texi (C Dialect Options): Add -fms-extensions.
199
200 2002-06-16 Hans-Peter Nilsson <hp@axis.com>
201
202 PR target/7042
203 * reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit
204 early if current_function_epilogue_delay_list is non-empty.
205 * config/cris/cris.md ("return"): Add sanity check asserting that
206 current_function_epilogue_delay_list is empty.
207
208 2002-06-16 Jeff Law <law@redhat.com>
209
210 * emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
211 sharing of hard registers.
212
213 * toplev.c (rest_of_compilation): Remove redundant conditional.
214
215 * toplev.c (rest_of_compilation): Perform a simpler, less costly
216 cleanup of the CFG when not optimizing.
217
218 2002-06-16 Alan Modra <amodra@bigpond.net.au>
219
220 * gcc.c (main): Correct startfile_prefix_spec check.
221
222 2002-06-12 Geoffrey Keating <geoffk@redhat.com>
223
224 * config.gcc: Revert rth's patch of 2002-05-18. Instead,
225 include both darwin.o and rs6000-c.o.
226
227 2002-06-15 Roger Sayle <roger@eyesopen.com>
228
229 * expr.c (compare_from_rtx): Call simplify_relational_operation
230 on all comparisons, not just those between integer constants,
231 with the correct (possibly unsigned) comparison code.
232 (do_compare_rtx_and_jump): Likewise.
233
234 2002-06-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
235
236 * Makefile.in (tm_defines): New configuration variable.
237 (cs-config.h, cs-hconfig.h, cs-tconfig.h): Rename DEFINES to XM_DEFINES.
238 Pass tm_defines in TM_DEFINES.
239 (cs-tm_p.h): Rename DEFINES to XM_DEFINES. Pass TM_DEFINES.
240 * config.gcc (tm_defines): New configuration variable.
241 (hppa*-*-* | parisc*-*-*): Use tm_defines instead of pa-700.h and
242 pa-7100.h headers. Change hppa1* scheduling default to 7100LC.
243 * configure.in: Substitute tm_defines.
244 * configure: Rebuilt.
245 * mkconfig.sh: Rename DEFINES to XM_DEFINES. Output TM_DEFINES.
246 * doc/install.texi: Update.
247 * pa/pa-700.h: Delete file.
248 * pa/pa-7100.h: Delete file.
249
250 2002-06-15 Roger Sayle <roger@eyesopen.com>
251
252 * fold-const.c (comparison_to_compcode): New function to convert
253 an comparison TREE CODE into a bit-based representation.
254 (compcode_to_comparison): New function to convert from this bit
255 based representation back to a comparison TREE CODE.
256 (fold_truthop): Simplify (x<y) && (x==y) and related composite
257 comparisons.
258
259 2002-06-15 Aldy Hernandez <aldyh@redhat.com>
260
261 * tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
262
263 * stor-layout.c (compute_record_mode): Remove check for
264 FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
265 MEMBER_TYPE_FORCES_BLK. Pass new mode field to
266 MEMBER_TYPE_FORCES_BLK.
267
268 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.
269
270 * config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.
271
272 2002-06-14 Jeff Sturm <jsturm@one-point.com>
273
274 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS.
275
276 2002-06-14 Steve Ellcey <sje@cup.hp.com>
277
278 * configure.in (USE_UNWIND_EXCEPTIONS): Add support to set
279 USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
280 * configure, config.in: Regenerate.
281
282 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
283
284 * loop.c (check_final_value): Use v->always_executed
285 instead of v->always_computable.
286 * unroll.c (final_giv_value): Don't calculate the final
287 value as a function of the biv if the giv is not computed
288 for every loop iteration.
289
290 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
291
292 * loop.c (for_each_insn_in_loop): Fix formatting and comments.
293
294 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
295
296 PR c/6677
297 * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass
298 the truncation down when the target type is signed.
299 [trunc1]: Use unsigned arithmetic for LSHIFT_EXPR.
300 * fold-const.c (extract_muldiv) [NOP_EXPR]: Don't pass through
301 the conversion if the target type is a smaller type.
302
303 2002-06-14 Richard Henderson <rth@redhat.com>
304
305 * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation
306 earlier. Re-factor comparisons vs extrema.
307
308 2002-06-14 Richard Henderson <rth@redhat.com>
309
310 * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
311
312 2002-06-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
313
314 * rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
315 * sched-deps.c (add_dependence): Likewise.
316 (group_leader): Likewise.
317 * sched-rgn.c (init_ready_list): Likewise.
318 * doc/rtl.texi: Adjust accordingly.
319
320 2002-06-13 Jeffrey Law <law@redhat.com>
321
322 * gcse.c (delete_null_pointer_checks_1): Inform caller if any
323 null pointer checks were eliminated. Update prototype.
324 (delete_null_pointer_checks): Similarly.
325 * rtl.h (delete_null_pointer_checks): Update prototype.
326 * toplev.c (rest_of_compilation): Only run cleanup_cfg if
327 delete_null_pointer_checks deletes one or more null
328 pointer checks. Do not run cleanup_cfg before gcse, the
329 CFG is accurate and optimized at that point..
330
331 * rs6000.c (rs6000_frame_related): Avoid unwanted sharing
332 of hard registers.
333
334 2002-06-14 Ulrich Weigand <uweigand@de.ibm.com>
335
336 * Makefile.in (libgcc.mk): Depend on specs.
337
338 Fri Jun 14 12:15:11 2002 J"orn Rennecke <joern.rennecke@superh.com>
339
340 * sh.md (mulsi3): Update way how to find insns in a sequence.
341
342 Fri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com>
343
344 * sh.h: Define HARD_REGNO_RENAME_OK
345 * sh.c: sh_hard_regno_rename_ok: New. If current function has
346 interrupt_handler attribute, only registers saved on stack are OK.
347 * sh-protos.h: Declare sh_hard_regno_rename_ok.
348
349 2002-06-14 Kaz Kojima <kkojima@gcc.gnu.org>
350
351 * config/sh/sh.md (jump): Emit jump insn.
352 (call_pcrel): Get pattern of the result of gen_call_site.
353 (call_value_pcrel, sibcall_pcrel, GOTaddr2picreg): Likewise.
354
355 2002-06-14 Neil Booth <neil@daikokuya.demon.co.uk>
356
357 * cpphash.h (struct cpp_buffer): Remove saved_line_base.
358 * cpptrad.c: Update comments.
359 (skip_whitespace, copy_comment): Take a new parameter.
360 (skip_escaped_newlines): Don't duplicate escaped newline test.
361 (copy_comment): Different location for CUR, decide here how
362 to copy / replace the comment.
363 (skip_whitespace): Copy whitespace.
364 (_cpp_overlay_buffer, _cpp_remove_overlay): Don't play with line_base.
365 (scan_out_logical_line): Let copy comment handle keeping or
366 replacing comments.
367 (scan_parameters, _cpp_create_trad_definition): Update.
368
369 2002-06-13 Alan Lehotsky <apl@alum.mit.edu>
370
371 * reload.c (get_secondary_mem,find_reloads_address,
372 find_reloads_address_1): Pass reference to MEM to find_reloads_address
373 so that LEGITIMIZE_RELOAD_ADDRESS will be called.
374
375 2002-06-13 Jessica Han <jessica@cup.hp.com>
376
377 * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
378 (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
379 * doc/tm.texi: Document them.
380 * config/ia64/ia64.h (TARGET_VTABLE_ENTRY_ALIGN): New.
381 (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
382 (TARGET_VTABLE_USES_DESCRIPTORS): 4 word descriptors for 32-bit mode.
383 (ASM_OUTPUT_FDESC): Likewise.
384
385 2002-06-13 Eric Christopher <echristo@redhat.com>
386
387 * diagnostic.c (output_format): Fix thinko.
388
389 Thu Jun 13 22:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
390
391 * config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
392 (DWARF2_UNWIND_INFO): Define to 0.
393
394 * config/sh/sh.c (calc_live_regs): Don't use initial_value
395 optimization for PR_MEDIA_REG.
396
397 2002-06-13 Neil Booth <neil@daikokuya.demon.co.uk>
398
399 * cpphash.h (_cpp_lex_identifier_trad): Remove.
400 * cpplib.c (end_directive): Don't skip, always remove overlay
401 apart from #define.
402 (prepare_directive_trad): Handle NULL pfile->directive.
403 (_cpp_handle_directive): Always call prepare_directive_trad
404 if traditional.
405 * cppmain.c (check_multiline_token): Rename account_for_newlines,
406 generalize inputs.
407 (scan_translation_unit_trad): Use it.
408 * cpptrad.c (skip_comment): Rename copy_comment, copy comment to
409 output, get escaped newline in comment close correct.
410 (check_output_buffer, skip_whitespace): Update.
411 (_cpp_lex_identifier_trad): Remove.
412 (scan_out_logical_line): Handle -C and comments in directives
413 properly.
414
415 Thu Jun 13 20:18:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
416
417 * config.gcc: Add support for sh[234]*-*-elf*, sh[2346lbe]*-*-linux*.
418 * config/sh/linux.h (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
419 * sh.h (SELECT_SH1, SELECT_SH2, SELECT_SH3, SELECT_SH3E): New macros.
420 (SELECT_SH4_NOFPU, SELECT_SH4_SINGLE_ONLY, SELECT_SH4): Likewise.
421 (SELECT_SH4_SINGLE, SELECT_SH5_64, SELECT_SH5_64_NOFPU): Likewise.
422 (SELECT_SH5_32, SELECT_SH5_32_NOFPU, SELECT_SH5_COMPACT): Likewise.
423 (SELECT_SH5_COMPACT_NOFPU): Likewise.
424 (TARGET_SWITCHES): Use them.
425 (TARGET_CPU_DEFAULT): Define if not already defined.
426 (TARGET_DEFAULT): Use it.
427 (LINK_DEFAULT_CPU_EMUL): Value now depends on TARGET_CPU_DEFAULT.
428 * config/sh/t-linux (MULTILIB_OPTIONS): Use MULTILIB_ENDIAN.
429 * config/sh/t-monolib: New file.
430
431 2002-06-13 Roger Sayle <roger@eyesopen.com>
432
433 * toplev.c (rest_of_compilation): Simplify (and correct) the
434 logic of the first delete-null-pointer-checks pass.
435
436 Thu Jun 13 18:24:17 CEST 2002 Jan Hubicka <jh@suse.cz>
437
438 * i386.c (ix86_expand_movstr): Fix pasto.
439
440 Thu Jun 13 18:18:17 CEST 2002 Jan Hubicka <jh@suse.cz>
441
442 * reload.c (find_valid_class): Fix thinko in my previous patch.
443
444 2002-06-13 Ulrich Weigand <uweigand@de.ibm.com>
445
446 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): New macro.
447 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): New macro.
448 (CPP_PREDEFINES, CPP_SPEC, CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): Remove.
449 (EXTRA_SPECS): Remove cpp_arch31 and cpp_arch64.
450
451 2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
452
453 * tree-inline.c (expand_call_inline): Don' mess with _DECL
454 fields.
455
456 2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
457
458 * diagnostic.c (output_format): Recognize "%H" as a format
459 specifier for a location_t.
460 (text_specifies_location): New function.
461 (diagnostic_set_info): Use it.
462
463 2002-06-13 Jeffrey Law <law@redhat.com>
464
465 * emit-rtl.c (static_regno_reg_rtx): Define.
466 (init_emit_once): Initialize static_regno_reg_rtx.
467 (init_emit): Copy static_regno_reg_rtx into regno_reg_rtx instead
468 of building new hard reg objects once per function.
469 (gen_rtx_REG): Try to share hard regs.
470 * regclass.c (init_fake_stack_mems): New function broken out from
471 init_regs.
472 * rtl.h (init_fake_stack_mems): Declare.
473 * toplev.c (lang_independent_init): Call init_regs before
474 init_emit_once. Call init_fake_stack_mems after init_emit_once.
475
476 * i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
477
478 * alias.c (argument_registers): Remove.
479 (init_alias_once): Initialize static_reg_base_value here. Remove
480 initialization of argument_registers.
481 (init_alias_once_per_function): Remove.
482 (init_alias_analysis): Copy all the entries from static_reg_base_value
483 into new_reg_base_value all at once.
484 * rtl.h (init_alias_once_per_function): Remove declaration.
485 * function.c (prepare_function_start): Do not call
486 init_alias_once_per_function.
487
488 * caller-save.c (init_caller_save): Use gen_rtx_INSN instead of
489 starting a sequence and emitting an INSN.
490
491 2002-06-13 Richard Sandiford <rsandifo@redhat.com>
492
493 * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
494
495 2002-06-13 David S. Miller <davem@redhat.com>
496
497 * expmed.c (init_expmed): Remove duplicate init of 'reg'.
498
499 2002-06-13 Neil Booth <neil@daikokuya.demon.co.uk>
500
501 * cpplib.c (end_directive): Handle line skipping. Only remove
502 the rest of the line if the directive was valid.
503 * cppmacro.c (_cpp_push_text_context): Set NODE_DISABLED when
504 expanding a traditional macro.
505 * cpptrad.c (recursive_macro): New.
506 (read_logical_line_trad): Handle skipping.
507 (scan_out_logical_line): Continue after a successful directive.
508 Don't expand macros whilst skipping, or if recursing.
509 (_cpp_create_trad_definition): scan_out_logical_line now sets
510 the output current position.
511
512 2002-06-12 Eric Christopher <echristo@redhat.com>
513
514 From Chris Demetriou <cgd@broadcom.com>
515 * config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
516 comment.
517 (ISA_HAS_MADD_MSUB): Ditto.
518 (ISA_HAS_NMADD_NMSUB): Ditto.
519
520 2002-06-12 Eric Christopher <echristo@redhat.com>
521
522 * config.gcc: Consolidate little endian handling and
523 little/big endian targets.
524 * config/mips/elfl.h: Remove file.
525 * config/mips/elfl64.h: Ditto.
526 * config/mips/ecoffl.h: Ditto.
527 * config/mips/r3900.h (SUBTARGET_CPP_SPEC): Remove.
528
529 2002-06-12 Geoffrey Keating <geoffk@redhat.com>
530
531 * gengtype.h (xvasprintf): New prototype.
532 (xasprintf): New prototype.
533 (struct outf): New.
534 (get_output_file): Return an outf_p.
535 (header_file): Is now an outf_p.
536 (base_files): Now are outf_p.
537 (oprintf): New.
538 * gengtype.c: Replace all output FILE * with outf_p; use oprintf
539 rather than stdio operations. Use xasprintf in a few places,
540 when appropriate.
541 (xvasprintf): New.
542 (xasprintf): New.
543 (struct filemap): Delete.
544 (files): Delete.
545 (output_files): New.
546 (oprintf): New.
547 (create_file): Create an outf_p. Add parameter to indicate output
548 file name, change all callers.
549 (open_base_files): Create gtype-desc.c here.
550 (get_output_file_with_visibility): Rewrite.
551 (get_output_file_name): Just look at 'name' field in struct outf.
552 (close_output_files): Rewrite.
553
554 2002-06-12 Jason Thorpe <thorpej@wasabisystems.com>
555
556 * config/vax/vax.h (MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
557 (MASK_G_FLOAT): Define.
558 (TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT): Use them.
559 (TARGET_SWITCHES): Likewise.
560 (TARGET_DEFAULT): Likewise.
561
562 2002-06-12 Daniel Jacobowitz <drow@mvista.com>
563
564 * config/mips/elf.h (DWARF2_DEBUG_INFO): Define.
565 * config/mips/mips.c (mips_output_filename): Don't print a
566 ".file" directive if we are using DWARF-2.
567 (mips_output_function_prologue): Do not emit source file
568 name for TARGET_GAS.
569
570 Wed Jun 12 16:45:13 CEST 2002 Jan Hubicka <jh@suse.cz>
571
572 * i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to
573 decide whether emit the short opcode.
574 * i386.h (x86_shift1): Declare.
575 (TARGET_SHIFT1): New macro.
576 * i386.c (x86_shift1): New global variable.
577
578 * toplev.c (rest_of_compilation): Call find_basic_block pre-loop
579 unconditionally; make loop to rebuild CFG; kill unnecesary
580 find_basic_block calls; kill compute_bb_for_insn call.
581 * cfgbuild.c (find_basic_blocks): Kill compute_bb_for_insn call.
582 * haifa-sched.c (sched_init): Likewise.
583 * ssa-ccp.c (ssa_const_prop): Likewise.
584 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
585
586 2002-06-11 David S. Miller <davem@redhat.com>
587
588 * emit-rtl.c (emit_*_scope): Only access INSN_SCOPE if
589 active_insn_p.
590
591 2002-06-11 Richard Henderson <rth@redhat.com>
592
593 * c-common.c (builtin_define_type_max): New.
594 (cb_register_builtins): Define __SCHAR_MAX__, __SHRT_MAX__,
595 __INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__, __CHAR_BIT__.
596
597 From Joseph S. Myers:
598 * glimits.h: Rewrite to expect the double underscore definitions
599 from the compiler.
600
601 * config/alpha/unicosmk.h, config/avr/avr.h, config/h8300/h8300.h,
602 config/i386/linux64.h, config/ia64/aix.h, config/ia64/hpux.h,
603 config/ia64/ia64.h, config/m68hc11/m68hc11.h, config/m68hc11/m68hc12.h,
604 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
605 config/pa/pa.h, config/rs6000/aix43.h, config/rs6000/aix51.h,
606 config/rs6000/linux64.h, config/s390/linux.h, config/sh/sh.h,
607 config/stormy16/stormy16.h: Don't define any of __SHRT_MAX__,
608 __INT_MAX__, __LONG_MAX__, or __LONG_LONG_MAX__.
609
610 2002-06-11 Richard Henderson <rth@redhat.com>
611
612 * config/alpha/alpha.c (ALPHA_BUILTIN_THREAD_POINTER): New.
613 (ALPHA_BUILTIN_SET_THREAD_POINTER): New.
614 (code_for_builtns): Update.
615 (alpha_init_builtins): Add __builtin_thread_pointer and
616 __builtin_set_thread_pointer.
617 (alpha_expand_builtin): Handle void builtins.
618 * doc/extend.texi (Alpha Built-in Functions): Update.
619
620 2002-06-11 Hans-Peter Nilsson <hp@axis.com>
621
622 PR target/6997
623 * config/cris/cris.md ("sleu"): Set attribute "cc" to "none".
624
625 2002-06-11 Zack Weinberg <zack@codesourcery.com>
626
627 * config.gcc: Make the name of the extra-modes file adjustable
628 by target stanzas.
629 (s390x, strongarm, xscale stanzas): Use this facility.
630 * configure.in: Update to match.
631 * configure: Regenerate.
632
633 2002-06-11 Aldy Hernandez <aldyh@redhat.com>
634
635 * config/rs6000/rs6000.c (rs6000_emit_minmax): Treat unsigned
636 max/mins as unsigned GE compares.
637
638 2002-06-11 Jason Thorpe <thorpej@wasabisystems.com>
639
640 * config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
641 * config/vax/bsd.h: New file.
642 * config/vax/netbsd.h: Add missing notice.
643 (CPP_PREDEFINES): Remove.
644 (TARGET_OS_CPP_BUILTINS): Define.
645 (CPP_SPEC): Use NETBSD_CPP_SPEC.
646 * config/vax/openbsd.h: Update copyright years.
647 (CPP_PREDEFINES): Remove.
648 (TARGET_OS_CPP_BUILTINS): Define.
649 * config/vax/ultrix.h: Likewise.
650 * config/vax/vaxv.h: Likewise.
651 * config/vax/vms.h: Likewise.
652 * config/vax/vax.h (TARGET_CPU_CPP_BUILTINS): Define.
653 (CPP_PREDEFINES, CPP_SPEC): Remove.
654
655 Wed Jun 12 01:50:28 CEST 2002 Jan Hubicka <jh@suse.cz>
656
657 * i386.md (addqi_1_slp, subqi_1_slp
658 (andqi_ext0, testqi_ext0): Remove unnecesary check.
659 (addhi*, addqi*): Simplify "dec" condition.
660 (testsi to testqi splitters): Remove TARGET_PROMOTE_QImode check.
661 (and, or, xor to QImode splitters): New.
662 (iorqi_ext*): New.
663 (xorqi_ext_0): New.
664 (xorqi_ext_1): Rename to xorqi_ext_2; bring to sync with and versions.
665 (andqi_ext_1_rex64): New.
666 (ashrqi*_slp): New.
667 (ashlqi*_slp): New.
668 (lshlqi*_slp): New.
669 (rotrqi3*_slp): New.
670 (rotlqi3*_slp): New.
671
672 2002-06-11 Geoffrey Keating <geoffk@redhat.com>
673
674 * config.gcc (powerpc*-*-*, rs6000-*-*-*): Don't bother including
675 softfloat.h.
676 * config/rs6000/vxppc.h (CPP_ENDIAN_BIG_SPEC): Delete.
677 (CPP_ENDIAN_LITTLE_SPEC): Delete.
678 * config/rs6000/sysv4le.h (CPP_ENDIAN_DEFAULT_SPEC): Delete.
679 * config/rs6000/sysv4.h (CPP_SYSV_SPEC): Delete _SOFT_FLOAT setting,
680 __LONG_DOUBLE_128__ setting, _CALL_* setting.
681 (CPP_DEFAULT_SPEC): Delete.
682 (CPP_FLOAT_DEFAULT_SPEC): Delete.
683 (CPP_LONGDOUBLE_DEFAULT_SPEC): Delete.
684 (CPP_SYSV_DEFAULT_SPEC): Delete.
685 (CPP_ENDIAN_BIG_SPEC): Delete.
686 (CPP_ENDIAN_LITTLE_SPEC): Delete.
687 (CPP_ENDIAN_SPEC): Delete.
688 (CPP_SPEC): Don't include cpp_endian, cpp_cpu.
689 (SUBTARGET_EXTRA_SPECS): Delete cpp_sysv_default, cpp_endian_default,
690 cpp_endian, cpp_endian_big, cpp_endian_little, cpp_float_default,
691 cpp_longdouble_default.
692 * config/rs6000/softfloat.h: Delete.
693 * config/rs6000/rs6000.h (CPP_CPU_SPEC): Delete.
694 (EXTRA_SPECS): Delete cpp_cpu.
695 (TARGET_CPU_CPP_BUILTINS): New.
696 * config/rs6000/rs6000-protos.h (rs6000_cpu_cpp_builtins): New
697 prototype.
698 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): New.
699 * config/rs6000/linux64.h (CPP_PREDEFINES): Remove endianness defines.
700 (CPP_DEFAULT_SPEC): Delete.
701 * config/rs6000/eabiaix.h (CPP_SYSV_DEFAULT_SPEC): Delete.
702 * config/rs6000/darwin.h (CPP_PREDEFINES): Don't define __BIG_ENDIAN__.
703 * config/rs6000/beos.h (CPP_SPEC): Remove cpp_cpu.
704 (CPP_DEFAULT_SPEC): Delete.
705 * config/rs6000/aix51.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
706 (CPLUSPLUS_CPP_SPEC): Likewise.
707 (CPP_CPU_SPEC): Delete.
708 (CPP_DEFAULT_SPEC): Delete.
709 * config/rs6000/aix43.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
710 (CPLUSPLUS_CPP_SPEC): Likewise.
711 (CPP_CPU_SPEC): Delete.
712 (CPP_DEFAULT_SPEC): Delete.
713 * config/rs6000/aix41.h (CPP_SPEC): Remove cpp_cpu.
714 (CPP_DEFAULT_SPEC): Delete.
715 * config/rs6000/aix.h (CPP_SPEC): Remove cpp_cpu.
716 (CPP_DEFAULT_SPEC): Delete.
717
718 * doc/gty.texi: Small updates.
719
720 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
721
722 * objc/objc-act.c (warn_with_ivar): Adjust calls to
723 diagnostic_count_error.
724 (warn_with_method): Likewise.
725
726 * diagnostic.h (warnings_are_errors_message): New field of
727 diagnostic_context.
728 (diagnostic_count_error): Rename to diagnostic_count_diagnostic to
729 match semantics.
730 * diagnostic.c: Adjust calls to diagnostic_count_error through out.
731 (diagnostic_count_diagnostic): Make aware of other kinds of
732 diagnostics.
733 (diagnostic_initialize): Initialize warnings_are_errors_message field.
734
735 2002-06-11 Tom Tromey <tromey@redhat.com>
736
737 For PR java/6520:
738 * fold-const.c (fold_convert): Don't modify existing tree's type.
739
740 2002-06-11 Geoffrey Keating <geoffk@redhat.com>
741
742 * config/rs6000/ppc-asm.h: Remove some Windows NT leftovers.
743
744 2002-06-11 Richard Henderson <rth@redhat.com>
745
746 * caller-save.c (init_caller_save): Clear INSN_CODE each iteration.
747
748 2002-06-11 Richard Henderson <rth@redhat.com>
749
750 * defaults.h (EH_FRAME_SECTION_NAME): Don't define if
751 DWARF2_UNWIND_INFO is false.
752
753 2002-06-11 Bob Wilson <bob.wilson@acm.org>
754
755 * config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete.
756
757 * config/s390/s390.c (emit_prologue): gen_store_multiple
758 returns an insn now, not a pattern.
759
760 2002-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
761
762 * Makefile.in (gccinstall.dvi): Pass absolute pathnames to
763 $(TEXI2DVI) -o.
764
765 Tue Jun 11 21:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
766
767 * i386.c (x86_promote_QImode): Set for Athlon
768 (x86_fast_prefix): New global variable.
769 (x86_arch_always_fancy_math_387): Fix formating.
770 * i386.h (x86_fast_prefix): Declare
771 (TARGET_FAST_PREFIX): define.
772 * i386.md (and to strict_low_part, HI to SI
773 promoting splitter): Use new macro.
774
775 * i386.h (RTX_COSTS): float_extend is not for free for SSE.
776
777 2002-06-11 Zack Weinberg <zack@codesourcery.com>
778
779 * Makefile.in (distclean): Delete junk left in testsuite
780 directory, too.
781
782 2002-06-11 Jeffrey Law <law@redhat.com>
783
784 * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
785 last insn created by the splitter.
786
787 * caller-save.c (init_caller_save): Move creation of SAVEINSN
788 and RESTINSN into into the scope of the sequence.
789
790 * mips.c (mips_expand_prologue): Use emit_jump_insn for trivial
791 RETURN insns.
792
793 * loop.c (loop_regs_scan): Avoid useless generation of REG objects.
794
795 * mips.c (function_arg_advance): gen_ashldi3 returns an INSN now,
796 not the pattern. So extract the pattern from the insn.
797
798 * mips.c (embedded_pic_fnaddr_reg): Fix typo.
799
800 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
801
802 * config/s390/s390.md (movsi): Only use floating point
803 register alternatives when operands are already fprs.
804 (movdi_31, movdi_64): Likewise.
805
806 2002-06-11 David S. Miller <davem@redhat.com>
807
808 * emit-rtl.c (try_split): Do not abort on non-INSN_P.
809 Only run RTX equality checks on INSN_P rtl.
810
811 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
812
813 * config/s390/s390.md (reload_base, ltorg): Remove.
814 * s390.c (s390_stop_dump_lit_p, s390_dump_literal_pool,
815 s390_asm_output_pool_prologue, s390_pool_start_insn): Remove.
816 * s390-protos.h (s390_stop_dump_lit_p, s390_dump_literal_pool,
817 s390_asm_output_pool_prologue): Likewise.
818 * s390.h (s390_pool_start_insn): Likewise.
819
820 * s390.c (s390_output_symbolic_const): Remove support for
821 old-style pool chunks.
822 (s390_function_epilogue): Likewise.
823 (s390_output_constant_pool): Likewise. Also, fix incorrect
824 alignment for 64-bit literal pools.
825 (print_operand_address): Remove 'y' and 'Y' format flags.
826 * s390.h (ASM_OUTPUT_POOL_PROLOGUE): Remove support for
827 old-style pool chunks.
828 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
829 (ASM_OUTPUT_POOL_EPILOGUE): Remove.
830 (S390_CHUNK_MAX, S390_CHUNK_OV, S390_POOL_MAX): Remove.
831
832 * s390.c (consttable_operand): New function.
833 * s390-protos.h (consttable_operand): Declare it.
834 * s390.h (PREDICATE_CODES): Add consttable_operand.
835 * s390.md (consttable_qi, consttable_hi, consttable_si, consttable_di,
836 consttable_sf, consttable_df, pool_start_31, pool_end_31,
837 pool_start_64, pool_end_64, reload_base, reload_base2): New insns.
838 * s390.c (struct constant, struct constant_pool): New data types.
839 (constant_modes, gen_consttable): New variables.
840 (s390_start_pool, s390_end_pool, s390_add_pool,
841 s390_dump_pool, s390_free_pool): New functions.
842 (s390_chunkify_pool): Completely reimplement literal pool
843 overflow handling.
844
845 * s390.c (s390_pool_overflow): New variable.
846 * s390.h (s390_pool_overflow): Declare it.
847 * s390.md (cjump, icjump): Use it to adapt length for out-of-range
848 jumps in literal pool overflow situations.
849
850 * s390.c (s390_decompose_address): Accept new-style pool chunk offsets.
851 (s390_frame_info): Account for possible use of RETURN_REGNUM
852 by new literal pool overflow code.
853 (s390_emit_prologue): Likewise.
854
855 2002-06-05 David S. Miller <davem@redhat.com>
856
857 Delete SEQUENCE rtl usage outside of reorg and ssa passes.
858 * rtl.h (gen_sequence, emit_insns, emit_insns_before,
859 emit_insns_before_scope, emit_insns_after,
860 emit_insns_after_scope): Delete declaration.
861 * ada/misc.c (insert_code_for): Use emit_insn* instead of
862 emit_insns_foo.
863 * config/alpha/alpha.c (alpha_set_memflags_1): Abort on SEQUENCE.
864 (alpha_set_memflags): Fix comment.
865 (set_frame_related_p): Use get_insns instead of gen_sequence.
866 * config/alpha/alpha.md (setjmp receiver splitter): Avoid
867 emitting no insns.
868 * config/arm/arm.c (arm_finalize_pic): Use get_insns instead of
869 gen_sequence.
870 (arm_gen_load_multiple, arm_gen_store_multiple): Likewise.
871 * config/fr30/fr30.c (fr30_move_double): Likewise.
872 * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_movstr):
873 Likewise.
874 * config/ia64/ia64.c (spill_restore_mem): Likewise.
875 * config/ia64/ia64.md (conditional move spliiter): Avoid emitting
876 no insns.
877 * config/m32r/m32r.c (gen_split_move_double): Use get_insns
878 instead of gen_sequence.
879 * config/mips/mips.c (embedded_pic_fnaddr_reg): Likewise.
880 (mips_expand_prologue, mips16_gp_pseudo_reg): Likewise.
881 * config/sh/sh.c (sh_need_epilogue): Likewise.
882 * config/sparc/sparc.md (current_function_calls_alloca, flat): New
883 attributes.
884 (setjmp pattern and split): Use them to avoid splitter which emits
885 no RTL.
886 * genattrtab.c (main): Emit include of function.h
887 * config/stormy16/stormy16.c (xstormy16_split_cbranch): Use
888 get_insns instead of gen_sequence.
889 * config/cris/cris.c (cris_split_movdx): Likewise.
890 * emit-rtl.c (emit_insns*): Kill.
891 (try_split): Expect insn list instead of SEQUENCE.
892 (make_jump_insn_raw, make_call_insn_raw): Fix comments.
893 (emit_*insn*): Reimplement to work with INSN lists and PATTERNs.
894 Make them abort if a SEQUENCE is given and RTL checking is
895 enabled.
896 (emit_*_scope): Don't forget to set scope on final insn.
897 (gen_sequence): Move from here...
898 * ssa.c (gen_sequence): To here as private function.
899 * builtins.c (expand_builtin_apply_args): Use emit_insn_foo, fix
900 comments.
901 (expand_builtin_return, expand_builtin_mathfn): Likewise.
902 (expand_builtin_strlen): Use get_insns instead of gen_sequence.
903 (expand_builtin_saveregs): Use emit_insn_foo, fix comments.
904 (expand_builtin_expect_jump): Use get_insns and fix comments.
905 * calls.c (try_to_integrate): Use emit_insn_foo.
906 (expand_call, emit_library_call_value_1): Likewise.
907 * expr.c (emit_queue): Handle insn lists instead of SEQUENCE.
908 (emit_move_insn_1): Use get_insns instead of gen_sequence.
909 (expand_expr): Use emit_insn_foo.
910 * cfgrtl.c (commit_one_edge_insertion): Use emit_insn_foo.
911 * except.c (build_post_landing_pads): Likewise.
912 * flow.c (attempt_auto_inc): Likewise.
913 * stmt.c (expand_fixup, fixup_gotos, expand_nl_handler_label,
914 expand_nl_goto_receivers, expand_decl_cleanup): Likewise.
915 * function.c (fixup_var_refs_insn): Use get_insns instead of
916 gen_sequence.
917 (fixup_var_refs_1): Likewise and expect insn list from gen_foo.
918 (fixup_memory_subreg): Use get_insns instead of gen_sequence.
919 (fixup_stack_1, purge_addressof_1, expand_main_function,
920 get_arg_pointer_save_area): Likewise.
921 (optimize_bit_field, instantiate_virtual_regs_1, assign_parms,
922 expand_function_end): Use emit_insn_foo.
923 (record_insns, keep_stack_depressed): Work with insn list instead
924 of SEQUENCE, fix comments.
925 * ifcvt.c (noce_emit_store_flag, noce_try_store_flag,
926 noce_try_store_flag_constants, noce_try_store_flag_inc,
927 noce_try_store_flag_mask, noce_emit_cmove, noce_try_cmove_arith,
928 noce_try_minmax, noce_try_abs): Use emit_insn_foo.
929 (noce_process_if_block): Use get_insns instead of gen_sequence.
930 * optabs.c (add_equal_note): Work with insn list, fix comments.
931 (expand_binop): Expect insn list from GEN_FCN(), use emit_insn_foo.
932 (expand_unop, expand_complex_abs, expand_unop_insn,
933 expand_no_conflict_block): Likewise.
934 (gen_move_insn): Use get_insns instead of gen_sequence.
935 (gen_cond_trap): Likewise.
936 * integrate.c (copy_rtx_and_substitute): Likewise.
937 (emit_initial_value_sets): Use emit_insn_foo.
938 * reload1.c (emit_output_reload_insns, emit_reload_insns): Likewise.
939 (fixup_abnormal_edges): Avoid losing REG_NOTES more intelligently
940 now that RTL generators give insn lists.
941 * sibcall.c (replace_call_placeholder): Use emit_insn_foo.
942 * doloop.c (doloop_modify, doloop_modify_runtime): Use get_insns
943 instead of gen_sequence.
944 (doloop_optimize): Work with insn lists instead of SEQUENCE rtl.
945 * explow.c (emit_stack_save, emit_stack_restore): Use get_insns
946 instead of gen_sequence.
947 * loop.c (move_movables, emit_prefetch_instructions,
948 gen_add_mult, check_dbra_loop, gen_load_of_final_value):
949 Likewise.
950 (loop_regs_update): Work with insn list instead of SEQUENCE rtl.
951 (product_cheap_p): Likewise, and add commentary about RTL wastage
952 here.
953 * lcm.c (optimize_mode_switching): Use get_insns instead of
954 gen_sequence.
955 * profile.c (gen_edge_profiler): Likewise.
956 * regmove.c (copy_src_to_dest): Likewise.
957 * reg-stack.c (compensate_edge): Likewise and fix comment.
958 * gcse.c (process_insert_insn): Likewise.
959 (insert_insn_end_bb): Work with insn list instead of SEQUENCE rtl.
960 * jump.c (delete_prior_computation): Update comment.
961 * genemit.c (gen_expand, gen_split, main): Use get_insns instead
962 of gen_sequence, update comments to match.
963 * recog.c (peephole2_optimize): Work with insn lists instead of
964 SEQUENCE rtl.
965 * sched-vis.c (print_pattern): Abort on SEQUENCE.
966 * unroll.c (unroll_loop, find_splittable_givs, final_giv_value):
967 Use get_insns instead of gen_sequence.
968 (copy_loop_body): Likewise and don't emit dummy NOTE.
969 * genrecog.c: Don't mention SEQUENCE rtl in comments.
970 * combine.c (try_combine): Expect insn lists from split generator.
971 * reorg.c (relax_delay_slots): Emit SEQUENCE into insn list by
972 hand.
973
974 2002-06-11 Roger Sayle <roger@eyesopen.com>
975 Andreas Jaeger <aj@suse.de>
976
977 * cfgbuild.c: Update copyright years.
978
979 2002-06-11 Andreas Schwab <schwab@suse.de>
980
981 * config/m68k/m68k.h (PREDICATE_CODES): Define.
982
983 2002-06-11 Eric Christopher <echristo@redhat.com>
984
985 * doc/tm.texi (Run-time Target): Add comment about flag_iso
986 and strict ANSI.
987 * config/mips/ecoff.h (CPP_PREDEFINES): Remove.
988 * config/mips/ecoffl.h: Ditto.
989 * config/mips/elf64.h (SUBTARGET_CPP_SPEC): Remove.
990 (CPP_PREDEFINES): Ditto.
991 * config/mips/elfl64.h: Ditto.
992 * config/mips/elfl.h: Ditto.
993 * config/mips/iris3.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): #if 0
994 out until irix header consolidation.
995 * config/mips/iris5.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): Replace
996 with SUBTARGET_OS_CPP_BUILTINS.
997 * config/mips/iris6.h: Ditto.
998 (CPLUSPLUS_CPP_SPEC): Remove.
999 * config/mips/linux.h: Ditto.
1000 * config/mips/netbsd.h: Ditto.
1001 * config/mips/openbsd.h: Ditto.
1002 * config/mips/rtems.h: Ditto.
1003 * config/mips/rtems64.h: Ditto.
1004 * config/mips/sni-svr4.h: Ditto.
1005 * config/mips/mips.h (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4,
1006 ISA_MIPS32, ISA_MIPS64): New defines.
1007 (GENERATE_MULT3_SI, HAVE_SQRT_P, ISA_HAS_64BIT_REGS,
1008 ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4,
1009 ISA_HAS_COND_TRAP, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
1010 ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Use.
1011 (TARGET_CPU_CPP_BUILTINS): Define.
1012 (CPP_PREDEFINES, LONG_MAX_SPEC, CPP_FPR_SPEC, CPP_SPEC): Remove.
1013 * config/mips/mips.md (mulsi3_mult3): Use ISA_MIPS32/64.
1014 (movdicc): Remove check for ISA_MIPS32.
1015 (bunordered, bordered, bungt, bunlt, buneq, bunge, bunle,
1016 sunordered_df, sunordered_sf, sordered_df, sordered_sf,
1017 sunlt_df, sunlt_sf, sungt_df, sungt_sf, suneq_df, suneq_sf, sunge_df,
1018 sunge_sf, sunle_df, sunle_sf): New patterns.
1019
1020 2002-06-11 Neil Booth <neil@daikokuya.demon.co.uk>
1021
1022 * Makefile.in: Update cppmain.o.
1023 * cpphash.h (struct cpp_reader): Move some members to a
1024 nested structure.
1025 (trad_line): Rename saved_line.
1026 (_cpp_read_logical_line_trad): Update.
1027 (_cpp_remove_overlay): New.
1028 * cppinit.c (cpp_create_reader): No need to set saved_line.
1029 (cpp_destroy): Update.
1030 (cpp_read_main_file): Only overlay if compiling.
1031 * cpplex.c (continue_after_nul): Return false if in directive.
1032 * cpplib.c (EXPAND): New.
1033 (directive_table, SEEN_EOL): Update.
1034 (end_directive): Remove overlay if traditional; don't skip
1035 line in traditional #define.
1036 (prepare_directive_trad): New.
1037 (_cpp_handle_directive, run_directive): Update for traditional
1038 directives.
1039 (lex_macro_node): Simplify, don't use lex_identifier_trad.
1040 * cpplib.h (struct options): Add preprocess_only.
1041 * cppmain.c: Don't include intl.h.
1042 (cpp_preprocess_file): Set options->preprocess_only.
1043 (scan_translation_unit_trad): Fix, and print line numbers.
1044 * cpptrad.c (check_output_buffer, lex_identifier, scan_parameters,
1045 maybe_start_funlike, scan_out_logical_line, replace_args_and_push,
1046 save_replacement_text, _cpp_create_trad_definition): Update for
1047 variable renaming.
1048 (_cpp_overlay_buffer): Save line number.
1049 (_cpp_remove_overlay): Rename from restore_buff, restore line.
1050 (_cpp_read_logical_line_trad): Don't handle overlays here.
1051 (scan_out_logical_line): Process directives.
1052
1053 2002-06-11 Danny Smith <dannysmith@users.sourforge.net>
1054
1055 * gthr-win32.h: Wrap functions in extern "C".
1056 (__gthread_key_t): Typedef as unsigned long,
1057 not win32 DWORD.
1058 (__GTHREAD_ONCE_INIT): Use 0, not win32 FALSE.
1059 (__gthread_mutex_t): Typedef as void*, not win32 HANDLE.
1060 (__gthr_win32_once, __gthr_win32_key_create,
1061 __gthr_win32_key_delete, __gthr_win32_getspecific,
1062 __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
1063 __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
1064 __gthr_win32_mutex_unlock): Declare.
1065 (__gthread_once,__gthread_key_create,
1066 __gthread_key_delete, __gthread_getspecific,
1067 __gthread_setspecific, __gthread_mutex_init_function,
1068 __gthread_mutex_lock,__gthread_mutex_trylock,
1069 __gthread_mutex_unlock): Call corresponding
1070 __gthr_win32_* extern implementations if #defined
1071 __GTHREAD_HIDE_WIN32API.
1072 * config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Set to
1073 $(srcdir)/config/i386/gthr-win32.c
1074 * config/i386/gthr-win32.c: New implementation file.
1075 (__gthr_win32_once, __gthr_win32_key_create,
1076 __gthr_win32_key_delete, __gthr_win32_getspecific,
1077 __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
1078 __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
1079 __gthr_win32_mutex_unlock): New functions, based on
1080 static inlines in gthr-win32.h.
1081
1082 2002-06-10 Bob Wilson <bob.wilson@acm.org>
1083
1084 * config/xtensa/xtensa.c (override_options): Don't warn about
1085 using -fpic or -fPIC when PIC is enabled by default.
1086
1087 2002-06-10 Roger Sayle <roger@eyesopen.com>
1088
1089 * toplev.c (rest_of_compilation): Revert flag_if_conversion change.
1090
1091 2002-06-10 Zack Weinberg <zack@codesourcery.com>
1092
1093 * Makefile.in (MACHMODE_H): Add @extra_modes_file@.
1094 * configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def
1095 exists, substitute its pathname as @extra_modes_file@, define
1096 EXTRA_MODES_FILE to be an appropriate string to #include it
1097 with, and define EXTRA_CC_MODES to 1.
1098
1099 * machmode.def: Update comments. Include EXTRA_MODES_FILE if
1100 it's defined. Get rid of redundancy in calling sequence for
1101 CC; don't use it to define CCmode, to avoid a warning.
1102 * libgcc2.c: Include symcat.h for the sake of machmode.def.
1103
1104 * arc-modes.def, arm-modes.def, c4x-modes.def, i386-modes.def,
1105 i960-modes.def, ia64-modes.def, m88k-modes.def, mmix-modes.def,
1106 pa-modes.def, pdp11-modes.def, rs6000-modes.def, sparc-modes.def:
1107 New files.
1108 * arc.h, arm.h, c4x.h, i386.h, i960.h, ia64.h, m88k.h, mmix.h,
1109 pa.h, pdp11.h, rs6000.h, sparc.h: Don't define EXTRA_CC_MODES.
1110
1111 * doc/sourcebuild.texi, doc/tm.texi: Document new scheme for
1112 defining extra CC modes.
1113
1114 2002-06-10 Roger Sayle <roger@eyesopen.com>
1115 Andreas Jaeger <aj@suse.de>
1116
1117 * cfgrtl.c (create_basic_block_structure): Remove index argument
1118 and use last_basic_block++ instead. (create_basic_block): Update.
1119 * cfgbuild.c (find_basic_blocks_1): Likewise.
1120
1121 * cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument.
1122 * haifa-sched.c (sched_init): Update compute_bb_for_insn caller.
1123 * sched-ebb.c (schedule_ebbs): Likewise.
1124 * sched-rgn.c (schedule_insns): Likewise.
1125 * ssa-ccp.c (ssa_const_prop): Likewise.
1126 * ssa-dcs.c (ssa_eliminate_dead_code): Likewise.
1127 * toplev.c (rest_of_compilation): Likewise.
1128 * config/ia64/ia64.c (ia64_reorg): Likewise.
1129
1130 2002-06-10 Roger Sayle <roger@eyesopen.com>
1131
1132 * simplify-rtx.c (simplify_replace_rtx): Allow replacement
1133 of matching registers.
1134
1135 2002-06-10 Roger Sayle <roger@eyesopen.com>
1136
1137 * toplev.c (rest_of_compilation): Disable early if-conversion pass.
1138 * gcse.c (bypass_conditional_jumps): Fix typo in setcc test.
1139
1140 2002-06-10 Hans-Peter Nilsson <hp@bitrange.com>
1141
1142 * config/mmix/mmix.h: Improve comments.
1143 (CPP_SPEC, CPP_PREDEFINES): Don't define.
1144 (TARGET_CPU_CPP_BUILTINS): Define.
1145 (CANONICALIZE_COMPARISON): Don't define, replace with comment.
1146 (PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
1147 unused predicate.
1148 * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
1149 compiler warning.
1150 (mmix_constant_address_p): Remove another
1151 redundant test before case.
1152 (mmix_canonicalize_comparison): Remove unused function.
1153 (mmix_print_operand_address): Don't test and adjust for operand in
1154 non-canonical format.
1155 (mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
1156 (mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.
1157
1158 2002-06-10 Zack Weinberg <zack@codesourcery.com>
1159
1160 * config/m32r/m32r.h: Don't define SELECT_CC_MODE.
1161 * config/m32r/m32r-protos.h: Don't prototype m32r_select_cc_mode.
1162 * config/m32r/m32r.c: Don't define m32r_select_cc_mode.
1163 (gen_compare): Use CCmode unconditionally.
1164
1165 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1166
1167 PR optimization/6759
1168 * cse.c (cse_insn): Fold src_eqv just once, store it folded back into
1169 the REQ_EQUAL note.
1170
1171 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1172
1173 PR c/6660
1174 * c-decl.c (grokfield): Allow user defined types if they declare
1175 structs or unions for unnamed fields.
1176
1177 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1178
1179 PR c/6809
1180 * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
1181
1182 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1183
1184 PR optimization/6842
1185 * combine.c (combine_simplify_rtx) [SUBREG]: Don't ICE if VOIDmode
1186 operand subreg cannot be simplified.
1187
1188 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1189
1190 * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
1191 (compare_constant): Likewise.
1192 (output_addressed_constants): Likewise.
1193
1194 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1195
1196 * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
1197 merge bb with itself.
1198
1199 2002-06-10 Richard Henderson <rth@redhat.com>
1200
1201 * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
1202 (builtin_zapnot): Likewise.
1203
1204 * config/alpha/ev5.md: Don't combine shift and mvi insns in one
1205 reservation.
1206
1207 2002-06-10 Eric Christopher <echristo@redhat.com>
1208
1209 * config/i386/i386.c (ix86_osf_output_function_prologue): Remove
1210 prototype and function.
1211 (TARGET_ASM_FUNCTION_PROLOGUE): Remove OSF version.
1212 (call_insn_operand): Remove half pic references.
1213 (legitimate_address_p): Ditto.
1214 * config/i386/i386.h: Remove half pic defines.
1215
1216 2002-06-10 Eric Christopher <echristo@redhat.com>
1217
1218 * doc/extend.texi (Return Address): Add note explaining the side-
1219 effects of inlining on __builtin_return_address.
1220
1221 2002-06-10 Tom Tromey <tromey@redhat.com>
1222
1223 * Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
1224 (c-common.o): Depend on langhooks.h.
1225
1226 2002-06-10 Neil Booth <neil@daikokuya.demon.co.uk>
1227
1228 * cpphash.h (_cpp_read_logical_line_trad,
1229 _cpp_expansions_different_trad): Update prototypes.
1230 * cpplex.c (continue_after_nul): New.
1231 * cppmain.c: Include cpphash.h.
1232 (scan_translation_unit_trad): New.
1233 (cpp_preprocess_file): Call it.
1234 * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter
1235 overlay.
1236 (_cpp_expansions_different_trad): Update prototype.
1237
1238 Mon Jun 10 18:02:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
1239
1240 Fix cfi generation for SH[1-4]:
1241
1242 * sh.c (frame_insn): New function.
1243 (output_stack_adjust): Add parameter emit_fn. All callers changed.
1244 (push): Now returns rtx. Use frame_insn.
1245 (sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push
1246 of a DF register.
1247 * sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define.
1248
1249 2002-06-10 Zack Weinberg <zack@codesourcery.com>
1250
1251 * Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
1252 and gtype-desc.c.
1253 (mostlyclean): Delete specs.h, options.h, gencheck.h here...
1254 (distclean): ... not here. But do delete all testsuite/*.log,
1255 testsuite/*.sum files here. Delete mkheaders. Delete
1256 po/*.gmo and the testsuite directory in a split tree build.
1257
1258 2002-06-10 Jeffrey Law <law@redhat.com>
1259
1260 * alias.c (static_reg_base_value): New to hold RTL for
1261 items allocated once per function for the aliasing code.
1262 (init_alias_once_per_function): Initialize static_reg_base_value.
1263 (init_alias_analysis): Avoid throw-away allocations of RTL by
1264 using pre-computed values in static_reg_base_value.
1265 * function.c (prepare_function_start): Call
1266 init_alias_once_per_function appropriately.
1267 * rtl.h (init_alias_once_per_function): Declare.
1268 * caller-save (init_caller_save): Restructure slightly to
1269 avoid lots of silly RTL generation.
1270 * expr.c (init_expr_once): Likewise.
1271 * reload1.c (reload_cse_regs_1): Allocate throw-away register
1272 RTL object here. Pass it into children.
1273 (reload_cse_simplify_operands): Use passed-in register RTL
1274 object.
1275 (reload_cse_simplify): Pass through throw-away register
1276 RTL object.
1277
1278 2002-06-10 Daniel Berlin <dberlin@dberlin.org>
1279
1280 * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing.
1281
1282 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
1283
1284 * gcc.c (process_command): Avoid assignment to read-only location.
1285 Fix sizeof calculation.
1286
1287 2002-06-10 Neil Booth <neil@daikokuya.demon.co.uk>
1288
1289 * cpphash.h (struct cpp_macro): Put comments on their own lines.
1290 (_cpp_expansions_different_trad): New.
1291 * cppmacro.c (warn_of_redefinition): Fix for traditional case.
1292 * cpptrad.c (canonicalize_text): New.
1293 (scan_out_logical_line): Handle no arguments correctly.
1294 (save_replacement_text): Commit memory when finished.
1295 (_cpp_expansions_different_trad): New.
1296
1297 2002-06-10 Tim Josling <tej@melbpc.org.au>
1298
1299 * gengtype.c (unnamed enum containing BASE_FILE_*): Add languages
1300 TREELANG and COBOL.
1301 (lang_names): Add treelang and cobol.
1302 (get_file_basename): Add code to support treelang and cobol as
1303 4th and 5th users of c-common.c.
1304
1305 2002-06-09 Geoffrey Keating <geoffk@redhat.com>
1306
1307 * Makefile.in (install-driver): Install driver as
1308 $(target_alias)-gcc-$(version).
1309 * gcc.c (spec_version): Make const.
1310 (process_command): Handle -V and -b by using exec.
1311 * doc/invoke.texi (Target Options): Restore -V option,
1312 update docs for -b option.
1313
1314 2002-06-10 Tim Josling <tej@melbpc.org.au>
1315
1316 * configure.in (remaining_languages_check):
1317 Added check that all languages specified were found.
1318 Exit if not found. Previous behaviour was silent failure.
1319 * configure: Regenerated.
1320
1321 2002-06-10 Tim Josling <tej@melbpc.org.au>
1322
1323 First steps to making treelang documentation compliant, based on
1324 instructions in sourcebuild.texi. Also add to gcc.c list of
1325 default languages.
1326
1327 * doc/contrib.texi: Add self as contributor of treelang.
1328
1329 * doc/frontends.texi: Add mention of treelang.
1330
1331 * doc/invoke.texi (Overall Options): Add mention of treelang.
1332
1333 * doc/standards.texi: Add mention of treelang.
1334
1335 2002-06-09 Hans-Peter Nilsson <hp@axis.com>
1336
1337 * config/cris/cris.c: Include ggc.h
1338
1339 2002-06-09 Neil Booth <neil@daikokuya.demon.co.uk>
1340
1341 * cpphash.h (_cpp_push_text_context): Update.
1342 (_cpp_arguments_ok): New.
1343 * cppmacro.c (_cpp_arguments_ok): New, split out from...
1344 (collect_args): ...here.
1345 (_cpp_push_text_context): Change inputs.
1346 * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
1347 replace_args_and_push): New.
1348 (lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
1349 Don't use IS macros directly.
1350 (scan_out_logical_line): Handle function-like macro argument
1351 collection.
1352 (push_replacement_text): Update.
1353 (replacement_length): Remove.
1354 (_cpp_create_trad_definition): Don't skip whitespace before
1355 checking for '('.
1356
1357 2002-06-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
1358
1359 * config/avr/avr.c (avr_mcu_types): Update for new devices.
1360 * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
1361 (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
1362 * config/avr/avr.md ("type" and "length" attributes): New type
1363 "xcall", length 1 or 2 if AVR_MEGA. Use in all patterns that
1364 output a single "call" or "rcall" insn depending on device size.
1365 * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.
1366
1367 2002-06-09 David Edelsohn <edelsohn@gnu.org>
1368
1369 * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
1370 synonym for 630. Add power4. Remove embedded processors. Use -m604
1371 assembler option.
1372 (CPP_CPU_SPEC): Add power3 and power4.
1373 (PROCESSOR_DEFAULT): Change to 604e.
1374 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
1375 (CPP_CPU_SPEC): Similar additions.
1376 (enum process_type): Add POWER4.
1377 (RTX_COSTS): Add POWER4.
1378 (CPP_CPU_SPEC): Similar additions.
1379 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
1380 (PROCESSOR_DEFAULT64): Define.
1381 * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
1382 (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
1383 branch adjustment.
1384 (rs6000_issue_rate): Add Power4.
1385 * config/rs6000/rs6000.md (cpu attr): Add power4.
1386 (iu compare): Remove 604, 604e, 620, 630.
1387 Add basic Power4 scheduling information.
1388 (mfcr/mtcrf): Change type attribute to cr_logical.
1389
1390 2002-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1391
1392 * gengtype.h (error_at_line): Use PARAMS, not VPARAMS. Add
1393 ATTRIBUTE_PRINTF_2.
1394 * gengtype-lex.l: Fix format specifier warning.
1395
1396 * genautomata.c: Don't include ctype.h or limits.h. Use ISSPACE,
1397 not isspace.
1398 * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
1399 lieu of isspace/IDchar.
1400 * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
1401 * read-rtl.c: Likewise for ctype.h. Don't define ISDIGIT or
1402 ISSPACE.
1403
1404 2002-06-08 Zack Weinberg <zack@codesourcery.com>
1405
1406 * Makefile.in (LIBCPP_OBJS): Take out version.o.
1407 * cpphash.h (cpp_reader): Take out print_version member.
1408 * cppinit.c: (cpp_handle_option): Don't do anything with
1409 -version. Just set help_only for --version, --target-help.
1410 Just set verbose option for -v.
1411 (cpp_post_options): Don't print a version string.
1412
1413 2002-06-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1414
1415 * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
1416 (avr_section_type_flags): New, handle .noinit* sections.
1417
1418 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1419
1420 * config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
1421 and include netbsd_entry_point.
1422 (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
1423 (NETBSD_ENTRY_POINT): Define.
1424
1425 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1426
1427 * config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
1428 if not already defined.
1429 (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.
1430
1431 2002-06-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
1432
1433 * config/avr/avr.c (avr_regs_to_save): No need to save any registers
1434 in a noreturn function.
1435 (avr_output_function_prologue, avr_output_function_epilogue):
1436 Correct function size calculation. Do not crash on empty function.
1437 (avr_output_function_epilogue): No need for epilogue after a BARRIER.
1438
1439 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1440
1441 * config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
1442 netbsd_link_spec and netbsd_entry_point.
1443 (LINK_SPEC): Use %(netbsd_link_spec).
1444 (NETBSD_ENTRY_POINT): Define.
1445
1446 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1447
1448 * config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
1449 linker emulation.
1450 (LINK_ARCH64_SPEC): Likewise.
1451 (LINK_SPEC, NETBSD_ENTRY_POINT): Define.
1452 (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.
1453
1454 2002-06-08 Marc Espie <espie@openbsd.org>
1455
1456 * lists.c (free_list): Fix typo in comment.
1457
1458 2002-06-08 Andreas Jaeger <aj@suse.de>
1459
1460 * lcm.c (optimize_mode_switching): Add unused attribute for
1461 variable.
1462
1463 * sched-deps.c (sched_analyze): Remove unused variable.
1464
1465 2002-06-08 Gabriel Dos Reis <gdr@codesourcery.com>
1466
1467 * diagnostic.def: Don't capitalize diagnostict descriptors.
1468
1469 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1470
1471 * config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
1472 (LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
1473 (NETBSD_ENTRY_POINT): Define.
1474
1475 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1476
1477 * config/i386/netbsd-elf.h (LINK_SPEC): Define as
1478 NETBSD_LINK_SPEC_ELF.
1479 (SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
1480 (NETBSD_ENTRY_POINT): Define.
1481 * config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
1482 (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
1483 netbsd_entry_point.
1484 (NETBSD_ENTRY_POINT): Define.
1485
1486 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1487
1488 * config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
1489 netbsd_link_spec and netbsd_entry_point.
1490 (LINK_SPEC): Use %(netbsd_link_spec).
1491 (NETBSD_ENTRY_POINT): Define.
1492
1493 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
1494
1495 * config/netbsd-elf.h (LINK_SPEC): Rename to...
1496 (NETBSD_LINK_SPEC_ELF): ...this. Use %(netbsd_entry_point)
1497 to specify program entry point.
1498
1499 2002-06-07 Jeff Law <law@redhat.com
1500
1501 * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
1502 * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
1503 than creating a new register.
1504 (distribute_notes): Likewise.
1505 * df.c (df_reg_use_gen): Likewise.
1506 (df_reg_clobber_gen): Likewise.
1507 (df_ref_record): Likewise.
1508 * expr.c (use_regs): Likewise.
1509 * flow.c (propagate_one_insn): Likewise.
1510 (mark_set_1): Likewise.
1511 (mark_used_reg): Likewise.
1512 * reload.c (emit_reload_insns): Likewise.
1513
1514 2002-06-07 Roger Sayle <roger@eyesopen.com>
1515
1516 * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
1517 (ne (comp x y) 0) into (comp x y) where comp is a comparison code.
1518 Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
1519 comparison code comp can be reversed.
1520
1521 2002-06-07 Roger Sayle <roger@eyesopen.com>
1522
1523 * fold-const.c (fold) [EQ_EXPR]: Place both integer and real
1524 constants last in comparisons. Optimize (x+1.0)>0.0 into the
1525 equivalent x > -1.0 when -ffast-math.
1526
1527 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
1528
1529 * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
1530 * config/mips/t-netbsd: New file.
1531
1532 2002-06-07 Zack Weinberg <zack@codesourcery.com>
1533
1534 * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
1535 options their own entries.
1536 (parse_option): Clarify comment.
1537 (cpp_handle_option): Remove 'ignore' parameter and OPT_W
1538 special case. Replace if/strcmp chain for -W options with
1539 use of new OPT_* entries for them.
1540 (cpp_handle_options): Update to match.
1541 * cpplib.h: Remove last parameter to cpp_handle_option from prototype.
1542 * c-decl.c: Update call to cpp_handle_option.
1543
1544 2002-06-07 Akim Demaille <akim@epita.fr>
1545
1546 * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
1547 Whitespace changes.
1548
1549 2002-06-07 Jeffrey Law <law@redhat.com>
1550
1551 * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
1552 on empty lists.
1553
1554 2002-06-07 H.J. Lu (hjl@gnu.org)
1555
1556 * configure.in: Add --enable-__cxa_atexit.
1557 * configure: Regenerated.
1558 * config.in: Likewise.
1559
1560 * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
1561 not defined.
1562
1563 2002-06-07 Gabriel Dos Reis <gdr@merlin.nerim.net>
1564
1565 * diagnostic.c (diagnostic_build_prefix): Fix initialization.
1566
1567 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
1568
1569 * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
1570
1571 2002-06-07 Jason Merrill <jason@redhat.com>
1572
1573 * cppexp.c (num_equality_op): Use a temporary variable to work
1574 around gcc 3.0.4 bug.
1575
1576 2002-06-07 Gabriel Dos Reis <gdr@codesourcery.com>
1577
1578 * diagnostic.c (diagnostic_build_prefix): Tidy.
1579
1580 2002-06-07 Neil Booth <neil@daikokuya.demon.co.uk>
1581
1582 * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
1583 scan_parameters, save_replacement_text, replacement_length): New.
1584 (scan_out_logical_line): Take a macro and save parameters if
1585 non-NULL.
1586 (_cpp_logical_line_trad): Update.
1587 (_cpp_create_trad_definition): Update to handle function-like
1588 macros.
1589 * cpplex.c (new_buff): Update.
1590 (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
1591 * cpphash.h: ...here.
1592 (CPP_ALIGN2, _cpp_save_parameter): New.
1593 * cppmacro.c (save_parameter): Rename, export.
1594 (parse_params): Update.
1595
1596 2002-06-07 Andreas Jaeger <aj@suse.de>
1597
1598 * config/mmix/mmix.c: Remove extra broken prototype for
1599 mmix_init_machine_status.
1600
1601 2002-06-06 Geoffrey Keating <geoffk@redhat.com>
1602
1603 * gengtype.c: Add comments before all the routines.
1604
1605 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
1606
1607 * config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
1608 from and add t-sh64 to ${tmake_file}.
1609 (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
1610 * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
1611 * config/sh/t-netbsd-sh5-32: Remove.
1612 * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
1613 MULTILIB_ENDIAN.
1614 (MULTILIB_DIRNAMES): Define.
1615
1616 Thu Jun 6 23:14:46 CEST 2002 Jan Hubicka <jh@suse.cz>
1617
1618 * i386.md (and promoting splitters): Disable QI to SImode promoting
1619 when doing so changes immediate to be 32bit.
1620
1621 * rtl.h (emit_*_scope): Declare.
1622 * emit-rtl.c (emit_*_scope): New global functions.
1623 (try_split): Copy scope.
1624 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
1625 noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
1626 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
1627 noce_process_if_block, find_cond_trap): Copy scopes.
1628 * recog.c (peephole2_optimize): likewise.
1629
1630 2002-06-06 Jeffrey Law <law@redhat.com>
1631
1632 * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
1633
1634 Thu Jun 6 21:06:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
1635
1636 * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
1637
1638 2002-06-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1639
1640 * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
1641 ($(docdir)/gccinstall.info): New target.
1642 (info): Depend on it.
1643 (gccinstall.dvi): New target.
1644 (dvi): Depend on it.
1645 * doc/.cvsignore: Ignore new info files.
1646 * doc/install.texi (@setfilename): Reflect new info filename.
1647
1648 Thu Jun 6 15:57:23 2002 J"orn Rennecke <joern.rennecke@superh.com>
1649
1650 * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
1651 on an UNSPEC.
1652
1653 Thu Jun 6 07:17:43 2002 Nicola Pero <n.pero@mi.flashnet.it>
1654
1655 PR objc/6834
1656 * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
1657 c_common_get_alias_set.
1658 (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
1659
1660 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1661
1662 * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
1663 functions.
1664 * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
1665 * avr/avr.c (avr_output_function_epilogue): Use above to determine
1666 function size.
1667 * pa/pa.c (pa_output_function_prologue): Likewise.
1668
1669 2002-06-05 David S. Miller <davem@redhat.com>
1670
1671 * integrate.c (subst_constants): Handle 'B' RTL format.
1672
1673 2002-06-05 Eric Christopher <echristo@redhat.com>
1674
1675 * varasm.c (make_decl_rtl): Fix comment for removed
1676 halfpic.c.
1677
1678 2002-06-05 Eric Christopher <echristo@redhat.com>
1679
1680 * Makefile.in: Remove missed halfpic bits.
1681
1682 2002-06-05 Eric Christopher <echristo@redhat.com>
1683
1684 * toplev.c: Remove half-pic.
1685 * config/mips/mips.c: Ditto.
1686 * config/mips/mips.h: Ditto. Remove unused defines.
1687 * config/mips/openbsd.h: Update comment to reflect above.
1688 * config/mips/mips.md: Remove half-pic constraints.
1689 * halfpic.h: Delete.
1690 * halfpic.c: Ditto.
1691
1692 2002-06-05 Jeffrey Law <law@redhat.com>
1693
1694 * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
1695 rejects (mem (lo_sum (reg) (unspec))), but will allow
1696 (mem (lo_sum (reg) (symbol_ref)) for PA2.0.
1697
1698 2002-06-05 Neil Booth <neil@daikokuya.demon.co.uk>
1699
1700 * cpphash.h (_cpp_create_definition): Update prototype.
1701 (_cpp_push_text_context, _cpp_create_trad_definition): New.
1702 ( cpp_lex_identifier_trad): New.
1703 (_cpp_set_trad_context): New.
1704 * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
1705 * cpplib.c (SEEN_EOL): Update.
1706 (lex_macro_node): Update for -traditional.
1707 (cpp_push_buffer, _cpp_pop_buffer): Similarly.
1708 * cppmacro.c (_cpp_create_definition): Split into
1709 create_iso_definition() and _cpp_create_trad_definition().
1710 (warn_of_redefinition): Update prototype; handle traditional
1711 macros.
1712 (_cpp_push_text_context): New.
1713 * cpptrad.c (skip_whitespace, push_replacement_text): New.
1714 (lex_identifier): Call ht_lookup with correct start.
1715 (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
1716 _cpp_set_trad_context): New.
1717 (scan_out_logical_line): Update to handle changing contexts.
1718
1719 Wed Jun 5 20:42:31 2002 J"orn Rennecke <joern.rennecke@superh.com>
1720
1721 * config.gcc (sh-*-elf*, sh64*-*-elf*): Unify.
1722 (shl*-*-elf*): Add.
1723 * config/sh/t-be (MULTILIB_ENDIAN): Set.
1724 * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
1725 * t-sh (MULTILIB_ENDIAN): Set.
1726 (MULTILIB_OPTIONS): Use it.
1727 * t-sh64 (MULTILIB_OPTIONS): Likewise.
1728 (MULTILIB_DIRNAMES): Likewise.
1729
1730 2002-06-05 Gabriel Dos Reis <gdr@codesourcery.com>
1731
1732 * toplev.h (report_error_function): Remove.
1733
1734 * diagnostic.h (location_t): New datatype.
1735 (text_info): Likewise.
1736 (diagnostic_info): Likewise.
1737 (output_prefix): New macro.
1738 (diagnostic_last_function_changed): Likewise.
1739 (diagnostic_set_last_function): Likewise.
1740 (diagnostic_last_module_changed): Likewise.
1741 (diagnostic_set_last_module): Likewise.
1742 (report_diagnostic): Now macro.
1743 (diagnostic_set_info): Declare.
1744
1745 * diagnostic.c (report_problematic_module): Rename to
1746 diagnostic_repor_current_module.
1747 (set_diagnostic_context): Remove.
1748 (count_error): Rename to diagnostic_error_count.
1749 (error_function_changed): Remove.
1750 (record_last_error_function): Likewise.
1751 (error_module_changed): Likewise.
1752 (record_last_error_module): Likewise.
1753 (context_as_prefix): Rename to diagnostic_build_prefix.
1754 (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
1755 (diagnostic_set_info): New function.
1756
1757 * objc/objc-act.c: #include diagnostic.h
1758 (error_with_ivar): Adjust call to count_error.
1759 (warn_with_method): Likewise.
1760 * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
1761
1762 2002-06-05 Bob Wilson <bob.wilson@acm.org>
1763
1764 * config/xtensa/xtensa.c (xtensa_build_va_list): Use
1765 lang_hooks.types.make_type instead of make_node; set up
1766 __va_list_tag type decl.
1767 (xtensa_builtin_saveregs): Remove broken use of
1768 RTX_UNCHANGING_P and unnecessary use of MEM_IN_STRUCT_P
1769 for saved registers; add varargs alias set.
1770
1771 2002-06-05 Neil Booth <neil@daikokuya.demon.co.uk>
1772
1773 config:
1774 * alpha/gnu.h: Undef TARGET_OS_CPP_BUILTINS.
1775 * i386/beos-elf.h: Use TARGET_OS_CPP_BUILTINS rather than
1776 CPP_PREDEFINES and part of CPP_SPEC.
1777 i386/freebsd-aout.h, i386/gas.h, i386/gnu.h, i386/linux-aout.h,
1778 i386/linux.h, i386/moss.h, i386/xm-vsta.h: Similarly.
1779
1780 Wed Jun 5 15:20:58 CEST 2002 Jan Hubicka <jh@suse.cz>
1781
1782 * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
1783
1784 2002-06-05 Alan Modra <amodra@bigpond.net.au>
1785
1786 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
1787
1788 2002-06-04 Zack Weinberg <zack@codesourcery.com>
1789
1790 * gengtype-yacc.y: Make sure all rules end with a semicolon.
1791
1792 2002-06-04 Bob Wilson <bob.wilson@acm.org>
1793
1794 * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
1795 typo in function prototype and include "ggc.h" header.
1796
1797 2002-06-04 Richard Henderson <rth@redhat.com>
1798
1799 * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
1800 (print_operand) ['U']: Likewise.
1801 (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
1802 (alpha_expand_unaligned_store_words): Likewise.
1803 (alpha_expand_builtin_vector_binop): Fix typo.
1804 (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
1805 umulh, and cix insns.
1806 (one_arg_builtins): Add cix builtins.
1807 (two_arg_builtins): Add ext, ins, msk, umulh builtins.
1808 (alpha_expand_builtin): Fix typo in arity.
1809 * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
1810 (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
1811 builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
1812 builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
1813 builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
1814 builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
1815 builtin_ctlz, builtin_ctpop): New.
1816 * doc/extend.texi (Alpha Built-in Functions): Update.
1817
1818 2002-06-04 Geoffrey Keating <geoffk@redhat.com>
1819
1820 * gengtype.c (write_gc_root): Don't unnecessarily prevent
1821 global variable-length arrays being roots.
1822
1823 * config.gcc (powerpc-*-darwin*): Set config_gtfiles.
1824 * configure.in (config_gtfiles): New variable.
1825 (all_gtfiles): Initialise from config_gtfiles.
1826 * configure: Regenerate.
1827
1828 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
1829
1830 config/i386:
1831 * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
1832 i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
1833 mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
1834 sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
1835 win32.h (CPP_SPEC): Remove cpp_cpu.
1836 * i386.h (TARGET_CPU_CPP_BUILTINS): Use.
1837 (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
1838
1839 2002-06-04 Janis Johnson <janis187@us.ibm.com>
1840
1841 * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
1842
1843 2002-06-04 Jeff Law <law@redhat.com.
1844 David Edelsohn <edelsohn@gnu.org>
1845 Michael Matz <matz@kde.org>
1846
1847 * sched-int.h (struct deps): New field libcall_block_tail_insn.
1848 * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
1849 * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
1850 is set, then mark the current insn as being part of a libcall
1851 scheduling group.
1852 (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
1853
1854 * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
1855 insns against the issue rate.
1856
1857 Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>
1858
1859 * cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
1860 * final.c (final_scan_insn): Likewise.
1861 * ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
1862 NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
1863 * haifa-sched.c (unlink_other_notes): Likeewise.
1864 (reemit_notes): Likewise.
1865 * print-rtl.c (print_rtx): Likewise.
1866 * sched-deps (sched-analyze): Likewise.
1867 * rtl.c (note_insn_name): Likewise.
1868 * rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
1869 (enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
1870 (RANGE_*): Kill.
1871
1872 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1873
1874 * varasm.c (mark_constants): Handle RTX format 'B'.
1875
1876 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
1877
1878 * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
1879 (struct cpp_context): Add traditional fields.
1880 * cppmacro.c (paste_all_tokens, push_ptoken_context,
1881 push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
1882 * cpptrad.c (skip_comment, lex_identifier,
1883 _cpp_read_logical_line_trad, scan_out_logical_line): Update.
1884
1885 2002-06-04 Kazu Hirata <kazu@cs.umass.edu>
1886
1887 * gbl-ctors.h: Fix formatting.
1888 * gcc.c: Likewise.
1889 * gccspec.c: Likewise.
1890 * gcov.c: Likewise.
1891 * gcov-io.h: Likewise.
1892 * gcse.c: Likewise.
1893 * ggc-common.c: Likewise.
1894 * ggc.h: Likewise.
1895 * ggc-page.c: Likewise.
1896 * ggc-simple.c: Likewise.
1897 * global.c: Likewise.
1898 * graph.h: Likewise.
1899 * gthr-dce.h: Likewise.
1900 * gthr.h: Likewise.
1901 * gthr-posix.h: Likewise.
1902 * gthr-rtems.h: Likewise.
1903 * gthr-solaris.h: Likewise.
1904 * gthr-win32.h: Likewise.
1905
1906 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
1907
1908 Merge from pch-branch:
1909
1910 * gengtype.h (UNION_OR_STRUCT_P): New macro.
1911 * gengtype.c (write_gc_structure_fields): Use it.
1912 (write_gc_root): Use it here too.
1913
1914 * gengtype.c (write_gc_structure_fields): Assume that lengths
1915 of typenames fit into an 'int'; don't pass a size_t to "%d" in
1916 printf.
1917 (write_gc_marker_routine_for_structure): Likewise.
1918 (write_gc_types): Likewise.
1919 (write_gc_root): Likewise.
1920
1921 * varray.h (VARRAY_CLEAR): New.
1922 (varray_clear): Prototype.
1923 * varray.c (varray_clear): New.
1924 * cselib.c (reg_values_old): New.
1925 (used_regs_old): New.
1926 (cselib_init): Use cached varrays if available to avoid
1927 generating large amounts of garbage.
1928 (cselib_finish): Don't throw away old varrays.
1929
1930 * final.c (insn_addresses_): Move out of ifdef.
1931
1932 * varray.c (uses_ggc): Make more varray kinds GCable.
1933 * varray.h (union varray_data_tag): Let gengtype see
1934 fields 'generic' and 'te'.
1935 * reg-stack.c: Include gt-reg-stack.h, ggc.h.
1936 (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.
1937 (reg_to_stack): Don't call VARRAY_FREE.
1938 * insn-addr.h (INSN_ADDRESSES_FREE): Don't use VARRAY_FREE.
1939 (insn_addresses_): Use gengtype to mark.
1940 * gengtype.c (write_gc_structure_fields): Handle arrays of generic
1941 pointers; handle generic pointers in unused union fields.
1942 (get_output_file_with_visibility): Include cselib.h,
1943 insn-addr.h in gtype-desc.c.
1944 * function.c (prologue): Use gengtype to mark.
1945 (epilogue): Likewise.
1946 (sibcall_epilogue): Likewise.
1947 * dependence.c: Include gt-dependence.h, ggc.h.
1948 (struct def_use): Use gengtype to mark.
1949 (struct loop): Likewise.
1950 (struct induction): Likewise.
1951 (struct dependence): Likewise.
1952 (def_use_chain): Likewise.
1953 (dep_chain): Likewise.
1954 (loop_chain): Likewise.
1955 (induction_chain): Likewise.
1956 (init_dependence_analysis): Don't free anything, just clear pointers.
1957 (build_def_use): Use GGC to allocate def_use.
1958 (add_loop): Use GGC to allocate loop.
1959 (find_induction_variable): Use GGC to allocate induction.
1960 (check_node_dependence): Use GGC to allocate induction, dependence.
1961 (dump_node_dependence): Don't free varrays.
1962 (end_dependence_analysis): Likewise.
1963 * cselib.h (struct cselib_val_struct): Use gengtype to mark.
1964 (struct elt_loc_list): Likewise.
1965 (struct elt_list): Likewise.
1966 * cselib.c: Don't include obstack.h.
1967 (hash_table): Use gengtype to mark.
1968 (reg_values): Use gengtype to mark.
1969 (used_regs): Use gengtype to mark.
1970 (cselib_obstack): Delete.
1971 (cselib_startobj): Delete.
1972 (empty_vals): Mark as deletable.
1973 (empty_elt_lists): Mark as deletable.
1974 (empty_elt_loc_lists): Mark as deletable.
1975 (new_elt_list): Use GGC to allocate struct elt_list.
1976 (new_elt_loc_list): Use GGC to allocate struct elt_loc_list.
1977 (clear_table): Don't delete obstack; don't unnecessarily clear
1978 deletable variables.
1979 (new_cselib_val): Use GGC to allocate struct cselib_val.
1980 (cselib_init): Don't set up obstacks. Use GGC to allocate
1981 hash table.
1982 (cselib_finish): Just clear variables, don't free anything.
1983 * Makefile.in (cselib.o): Remove dependency on $(OBSTACK_H).
1984 (reg-stack.o): Add dependency on gt-reg-stack.h, $(GGC_H).
1985 (dependence.o): Add dependency on gt-dependence.h, $(GGC_H).
1986 (GTFILES): Add insn-addr.h, cselib.h, dependence.c, reg-stack.c.
1987 (gt-reg-stack.h): New rule.
1988 (gt-dependence.h): New rule.
1989 (gtype-desc.o): Add cselib.h, insn-addr.h.
1990
1991 * varray.c: Use only necessary headers.
1992 (element_size): New.
1993 (uses_ggc): New.
1994 (varray_init): Take type, not size. Use GGC if appropriate.
1995 (varray_grow): Update for change to struct varray_head_tag.
1996 Use GGC if appropriate.
1997 * varray.h (struct const_equiv_data): Use gengtype.
1998 (enum varray_data_enum): New.
1999 (union varray_data_tag): Use gengtype.
2000 (struct varray_head_tag): Use gengtype. Replace size field with
2001 enum varray_data_enum.
2002 (varray_init): Update prototype.
2003 (VARRAY_SCHED_INIT): Delete.
2004 (VARRAY_*_INIT): Update for change to varray_init.
2005 (VARRAY_SCHED): Delete.
2006 (VARRAY_PUSH_SCHED): Delete.
2007 (VARRAY_TOP_SCHED): Delete.
2008 * tree.h: Update for change to length specifier.
2009 * tree-inline.c (optimize_inline_calls): Don't use VARRAY_FREE.
2010 (clone_body): Likewise.
2011 * ssa.h (ssa_definition): Use gengtype to mark.
2012 * ssa.c (convert_from_ssa): Don't use VARRAY_FREE.
2013 * ssa-dce.c (ssa_eliminate_dead_code): Don't use VARRAY_FREE.
2014 * rtl.h (struct rtvec_def): Update for change to length specifier.
2015 * integrate.c (expand_inline_function): Don't use VARRAY_FREE.
2016 (struct initial_value_struct): Update for change to length specifier.
2017 * ggc.h (ggc_add_rtx_varray_root): Delete prototype.
2018 (ggc_add_tree_varray_root): Delete prototype.
2019 (ggc_mark_rtx_varray): Delete prototype.
2020 (ggc_mark_tree_varray): Delete prototype.
2021 * ggc-common.c (ggc_add_rtx_varray_root): Delete.
2022 (ggc_add_tree_varray_root): Delete.
2023 (ggc_mark_rtx_varray): Delete.
2024 (ggc_mark_tree_varray): Delete.
2025 (ggc_mark_rtx_varray_ptr): Delete.
2026 (ggc_mark_tree_varray_ptr): Delete.
2027 * gengtype.h (enum typekind): Remove TYPE_VARRAY.
2028 (create_varray): Delete prototype.
2029 * gengtype.c (varrays): Delete.
2030 (create_varray): Delete.
2031 (adjust_field_type): Detect array of string pointers.
2032 (process_gc_options): Remove code to handle varray_type option.
2033 (set_gc_used_type): Remove TYPE_VARRAY case.
2034 (output_escaped_param): New.
2035 (write_gc_structure_fields): Use output_escaped_param on all
2036 parameters. Handle 'skip' with 'use_param' option. Handle
2037 arrays of strings. Remove TYPE_VARRAY handling.
2038 (write_gc_roots): Use boolean to detect 'length' option.
2039 * gengtype-yacc.y (VARRAY_TYPE): Delete token.
2040 (struct_fields): Call adjust_field_type on array fields.
2041 (type): Remove VARRAY_TYPE case.
2042 (type_option): Likewise.
2043 * gengtype-lex.l: Don't consider varray_type a keyword.
2044 * function.h: Update for change to length specifier.
2045 (free_eh_status): Delete prototype.
2046 * function.c (free_after_compilation): Don't call free_eh_status.
2047 (reorder_blocks): Don't use VARRAY_FREE.
2048 * except.c (struct eh_status): Update for change to length specifier.
2049 remove varray_type specifier.
2050 (free_eh_status): Delete.
2051 * dwarf2out.c: Include gt-dwarf2out.h.
2052 (used_rtx_varray): Use gengtype to mark, move
2053 outside ifdefs.
2054 (incomplete_types): Likewise.
2055 (decl_scope_table): Likewise.
2056 (dwarf2out_init): Don't call ggc_add_tree_varray_root.
2057 * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
2058 * c-tree.h (struct lang_type): Update for change to length specifier.
2059 * c-parse.in (yylexstring): Don't use VARRAY_FREE.
2060 * c-objc-common.c: Include gt-c-objc-common.h.
2061 (deferred_fns): Mark for gengtype.
2062 (c_objc_common_init): Don't call ggc_add_tree_varray_root.
2063 (expand_deferred_fns): Just set deferred_fns to 0 to free it.
2064 * Makefile.in (c-objc-common.o): Add gt-c-objc-common.h.
2065 (gtype-desc.o): Update dependencies.
2066 (dwarf2out.o): Add gt-dwarf2out.h.
2067 (varray.o): Update dependencies.
2068 (GTFILES): Add varray.h, ssa.h, dwarf2out.c, c-objc-common.c.
2069 (gt-c-objc-common.h): New rule.
2070 (gt-dwarf2out.h): New rule.
2071 * objc/objc-act.c (build_objc_string_object): Don't use VARRAY_FREE.
2072
2073 * doc/gty.texi (GTY Options): Correct spelling.
2074 (GGC Roots): Likewise.
2075 * Makefile.in (TEXI_CPP_FILES): New.
2076 (TEXI_GCC_FILES): New.
2077 (TEXI_GCCINT_FILES): New.
2078 (TEXI_CPPINT_FILES): New.
2079 ($(docdir)/cpp.info): Use new macros.
2080 ($(docdir)/gcc.info): Likewise.
2081 ($(docdir)/gccint.info): Likewise.
2082 ($(docdir)/cppinternals.info): Likewise.
2083 (cpp.dvi): Likewise.
2084 (gcc.dvi): Likewise.
2085 (gccint.dvi): Likewise.
2086 (cppinternals.dvi): Likewise.
2087
2088 * Makefile.in ($(docdir)/gccint.info): Depend on gty.texi.
2089 * doc/gccint.texi (Top): Include gty.texi.
2090 * doc/gty.texi: New file.
2091
2092 * bitmap.c: Include ggc.h, gt-bitmap.h.
2093 (bitmap_ggc_free): New.
2094 (bitmap_elem_to_freelist): New.
2095 (bitmap_element_free): Use bitmap_elem_to_freelist.
2096 (bitmap_element_allocate): Allow use of GGC.
2097 (bitmap_clear): Use bitmap_elem_to_freelist.
2098 (bitmap_copy): Update for change to bitmap_element_allocate.
2099 (bitmap_set_bit): Likewise.
2100 (bitmap_operation): Update for changes elsewhere.
2101 (bitmap_initialize): Allow to create bitmaps that will use GGC.
2102 * bitmap.h (struct bitmap_element_def): Use gengtype.
2103 (struct bitmap_head_def): Likewise. Also add 'using_obstack' field.
2104 (bitmap_initialize): Add extra parameter.
2105 (BITMAP_OBSTACK_ALLOC): Update for change to bitmap_initialize.
2106 (BITMAP_ALLOCA): Delete.
2107 (BITMAP_XMALLOC): Update for change to bitmap_initialize.
2108 (BITMAP_GGC_ALLOC): New.
2109 * Makefile.in (gtype-desc.o): Add bitmap.h.
2110 (bitmap.o): Add gt-bitmap.h, $(GGC_H).
2111 (GTFILES): Add bitmap.c.
2112 (gt-bitmap.h): New rule.
2113 ($(HOST_PREFIX_1)bitmap.o): Add gt-bitmap.h.
2114 * basic-block.h: Update for changes to bitmap_initialize.
2115 * except.c (exception_handler_label_map): Move into...
2116 (struct eh_status): Here.
2117 (struct eh_region): Make 'aka' GCable.
2118 (free_eh_status): Don't need to specially handle
2119 exception_handler_label_map.
2120 (add_ehl_entry): Update for changes to exception_handler_label_map.
2121 (find_exception_handler_labels): Likewise.
2122 (remove_exception_handler_label): Likewise.
2123 (maybe_remove_eh_handler): Likewise.
2124 (for_each_eh_label): Likewise.
2125 (remove_eh_handler): Allocate 'aka' using GGC.
2126 * gengtype.c (get_output_file_with_visibility): Add bitmap.h
2127 to list of includes.
2128
2129 * gengtype.c (write_gc_marker_routine_for_structure): Name
2130 the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.
2131 (write_gc_types): Arrange for the tests with NULL to be inlined.
2132 (write_gc_roots): Update uses of procedure pointers.
2133 * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
2134
2135 * Makefile.in (explow.o): Add dependency on gt-explow.h.
2136 (sdbout.o): Add dependency on gt-sdbout.h.
2137
2138 * emit-rtl.c (const_int_htab): Use gengtype to clear unused entries.
2139 (mem_attrs_htab): Likewise.
2140 (init_emit_once): Don't call ggc_add_deletable_htab.
2141 * fold-const.c (size_htab): Use gengtype to clear unused entries.
2142 (size_int_type_wide): Don't call ggc_add_deletable_htab.
2143 * gengtype.c (finish_root_table): Add LASTNAME and TNAME
2144 parameters, use them, change callers.
2145 (write_gc_root): Add IF_MARKED parameter, use it, change callers.
2146 (write_gc_roots): Handle 'if_marked' option.
2147 (main): Don't need to call set_gc_used_type any more.
2148 * ggc.h (ggc_htab_marked_p): Delete.
2149 (ggc_htab_mark): Delete.
2150 (struct ggc_cache_tab): New.
2151 (gt_ggc_cache_rtab): New declaration.
2152 * ggc-common.c (struct d_htab_root): Delete.
2153 (d_htab_roots): Delete.
2154 (ggc_add_deletable_htab): Delete.
2155 (ggc_htab_delete): Handle new htab-deleting mechanism.
2156 (ggc_mark_roots): Use new htab-deleting mechanism.
2157 * tree.c (type_hash_table): Use gengtype to clear unused entries.
2158 Make static.
2159 (init_obstacks): Don't call ggc_add_deletable_htab.
2160
2161 * objc/objc-act.h (struct hashed_attribute): Use gengtype.
2162 (struct hashed_entry): Likewise.
2163 (nst_method_hash_list): Likewise.
2164 (cls_method_hash_list): Likewise.
2165 (HASH_ALLOC_LIST_SIZE): Delete.
2166 (ATTR_ALLOC_LIST_SIZE): Delete.
2167 * objc/objc-act.c (hash_init): Use ggc to allocate
2168 nst_method_hash_list, cls_method_hash_list.
2169 (hash_enter): Use ggc to allocate; allocate one entry at a time.
2170 (hash_add_attr): Likewise.
2171 (ggc_mark_hash_table): Delete.
2172 (objc_act_parse_init): Delete.
2173 (objc_init): Delete reference to objc_act_parse_init.
2174 * tlink.c: Replace hash.h with hashtab.h. Explicitly include
2175 obstack.h. Replace references to 'struct hash_table' with htab_t.
2176 (struct symbol_hash_entry): Replace hash header with key field.
2177 (struct file_hash_entry): Replace hash header with key field.
2178 (struct demangled_hash_entry): Replace hash header with key field.
2179 (hash_string_eq): New.
2180 (hash_string_hash): New.
2181 (symbol_hash_newfunc): Delete.
2182 (symbol_hash_lookup): Modify to use htab_t.
2183 (file_hash_newfunc): Delete.
2184 (file_hash_lookup): Modify to use htab_t.
2185 (demangled_hash_newfunc): Delete.
2186 (demangled_hash_lookup): Modify to use htab_t.
2187 (tlink_init): Modify to use htab_t.
2188 * hash.h: Delete.
2189 * hash.c: Delete.
2190 * ggc.h: Delete forward structure declarations.
2191 Delete prototypes for deleted functions.
2192 * ggc-common.c: Don't include hash.h.
2193 (ggc_add_tree_hash_table_root): Delete.
2194 (ggc_mark_tree_hash_table_entry): Delete.
2195 (ggc_mark_tree_hash_table): Delete.
2196 (ggc_mark_tree_hash_table_ptr): Delete.
2197 * gengtype.c (write_gc_structure_fields): Allow param_is option.
2198 (write_gc_marker_routine_for_structure): Use visibility of
2199 the parameter if there is one.
2200 * function.c: Replace hash.h with hashtab.h. Replace references
2201 to 'struct hash_table *' with htab_t.
2202 (struct insns_for_mem_entry): Include a plain key.
2203 (fixup_var_refs_insns_with_hash): Update to use htab_t.
2204 (insns_for_mem_newfunc): Delete.
2205 (insns_for_mem_hash): Update to use htab_t.
2206 (insns_for_mem_comp): Likewise.
2207 (insns_for_mem_walk): Likewise.
2208 * c-lang.c: Include ggc.h.
2209 * Makefile.in (OBJS): Remove hash.o.
2210 (c-lang.o): Add GGC_H.
2211 (COLLECT2_OBJS): Remove hash.o.
2212 (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
2213 (ggc-common.o): Remove hash.h.
2214 (function.o): Remove hash.h, add HASHTAB_H.
2215 (genautomata.o): Remove hash.h, add HASHTAB_H.
2216
2217 * varasm.c (mark_const_str_htab_1): Delete.
2218 (mark_const_str_htab): Delete.
2219 (const_str_htab_del): Delete.
2220 (const_str_htab): Use gengtype to mark.
2221 (init_varasm_once): Use gengtype to mark hashtables. Use GC to
2222 allocate them.
2223 * tree.c (mark_tree_hashtable_entry): Delete.
2224 (mark_tree_hashtable): Delete.
2225 * tree.h (mark_tree_hashtable): Delete prototype.
2226 * ggc.h (ggc_test_and_set_mark): Treat (void *)1 like NULL.
2227 (ggc_mark): Likewise.
2228 (ggc_calloc): New.
2229 (htab_create_ggc): New.
2230 * ggc-common.c (ggc_calloc): New.
2231 * gengtype.h (enum typekind): Add TYPE_PARAM_STRUCT.
2232 (struct type): Add param_struct structure.
2233 * gengtype.c (param_structs): New.
2234 (adjust_field_type): Handle param_is option.
2235 (set_gc_used_type): Handle TYPE_PARAM_STRUCT.
2236 (get_output_file_with_visibility): Include hashtab.h in gtype-desc.c.
2237 (write_gc_structure_fields): Add new PARAM parameter. Update
2238 callers. Handle use_param option. Handle TYPE_PARAM_STRUCT.
2239 (write_gc_marker_routine_for_structure): Add new PARAM parameter.
2240 Use it to generate function name. Update callers.
2241 (write_gc_types): Add new PARAM_STRUCTS parameter. Update callers.
2242 Process them.
2243 (write_gc_roots): Handle TYPE_PARAM_STRUCT. Allow param_is
2244 option.
2245 (main): Define PTR as pointer-to-scalar. Don't specially
2246 mark deferred_string or ehl_map_entry.
2247 * gengtype-yacc.y (PARAM_IS): Add new token.
2248 (externstatic): Use adjust_field_type.
2249 (type_option): Add PARAM_IS.
2250 * gengtype-lex.l: Add rule for typedef of function pointers.
2251 Add rule for PARAM_IS.
2252 (IWORD): Add size_t.
2253 * except.c (exception_handler_label_map): Use gengtype to mark.
2254 (type_to_runtime_map): Likewise.
2255 (mark_ehl_map_entry): Delete.
2256 (mark_ehl_map): Delete.
2257 (init_eh): Use gengtype for roots; use GC to allocate hash tables.
2258 (t2r_mark_1): Delete.
2259 (t2r_mark): Delete.
2260 * Makefile.in (gtype-desc.o): Correct dependencies.
2261 (GTFILES): Add hashtab.h.
2262 (genautomata.o): Actually uses hashtab.h.
2263
2264 * Makefile.in (stringpool.o): Add $(GGC_H).
2265 (dwarf2asm.o): Likewise.
2266 (GTFILES): Add hashtable.h.
2267 * c-common.h (struct c_common_identifier): Use gengtype.
2268 * c-decl.h (c_mark_tree): Delete.
2269 * c-lang.c (LANG_HOOKS_MARK_TREE): Delete.
2270 * c-tree.h (struct lang_identifier): Use gengtype.
2271 (union lang_tree_node): New.
2272 (c_mark_tree): Delete prototype.
2273 * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy
2274 dwarf2_debug_hooks.
2275 * gengtype-lex.l (IWORD): Allow 'bool'.
2276 (ptr_alias): Match.
2277 * gengtype-yacc.y (ALIAS): New token.
2278 (type_option): New rule.
2279 (option): Use type_option.
2280 * gengtype.c (process_gc_options): New.
2281 (set_gc_used_type): Use it.
2282 (write_gc_structure_fields): Add 'bitmap' parameter, change callers.
2283 Add new variable 't' to hold the type of the field being processed.
2284 Add more error checking. Use UNION_P when looking at 'desc' option.
2285 Handle language-specific structures containing other
2286 language-specific structures.
2287 (write_gc_types): Handle 'ptr_alias' option.
2288 (main): Don't need to specially output lang_type, lang_decl, lang_id2.
2289 * ggc-common.c (ggc_pending_trees): Delete.
2290 (ggc_mark_roots): Don't manipulate ggc_pending_trees.
2291 (ggc_mark_trees): Delete.
2292 (gt_ggc_m_tree_node): Delete.
2293 * ggc.h (ggc_pending_trees): Delete.
2294 (ggc_mark_tree): Make alias of gt_ggc_m_tree_node.
2295 * hashtable.h (ht_identifier): Use gengtype.
2296 * langhooks-def.h (LANG_HOOKS_MARK_TREE): Delete.
2297 * langhooks.h (struct lang_hooks): Delete mark_tree.
2298 * sdbout.c [! SDB_DEBUGGING_INFO]: Define dummy sdb_debug_hooks
2299 anyway.
2300 * system.h: Poison LANG_HOOKS_MARK_TREE.
2301 * tree.c (tree_node_structure): New.
2302 * tree.h (struct tree_common): Use gengtype.
2303 (struct tree_int_cst): Likewise.
2304 (struct tree_real_cst): Likewise.
2305 (struct tree_string): Likewise.
2306 (struct tree_complex): Likewise.
2307 (struct tree_vector): Likewise.
2308 (struct tree_identifier): Likewise.
2309 (struct tree_list): Likewise.
2310 (struct tree_vec): Likewise.
2311 (struct tree_exp): Likewise.
2312 (struct tree_block): Likewise.
2313 (struct tree_type): Likewise.
2314 (struct tree_decl): Likewise.
2315 (enum tree_structure_enum): New.
2316 (union tree_node): Use gengtype, with an alias.
2317 (tree_node_structure): Prototype.
2318 * objc/objc-lang.c (LANG_HOOKS_MARK_TREE): Delete.
2319
2320 Merge to tag pch-merge-20020430. The LANG_HOOKS_FUNCTION_MARK
2321 macro was deleted. The LANG_HOOKS_FUNCTION_FREE macro was renamed
2322 to LANG_HOOKS_FUNCTION_FINAL.
2323 * Makefile.in (GTFILES): Add bitmap.h.
2324 * except.c (struct eh_region): Mark field 'aka' to be skipped.
2325
2326 * config/alpha/alpha.c [TARGET_ABI_UNICOSMK]
2327 (alpha_init_machine_status): Give proper type.
2328 * Makefile.in (c-lang.o): Depend on gtype-c.h.
2329 (optabs.o): Depend on gt-optabs.h.
2330 (GTFILES): Add optabs.o.
2331 (gt-optabs.h): Add rule.
2332 * optabs.c: Include gt-optabs.h.
2333
2334 * gengtype.c (set_gc_used_type): Correct some errors in last change.
2335 (write_gc_structure_fields): If a field which should be NULL is
2336 not, abort.
2337 * c-pragma.c: Move struct align_stack and variable alignment_stack
2338 out from the ifdef.
2339
2340 * config/xtensa/t-xtensa: Add dependencies for gt-xtensa.h.
2341 * config/xtensa/xtensa.c: Include gt-cris.h.
2342 (struct machine_function): Use gengtype to mark.
2343 * config/mmix/mmix.h (struct machine_function): Use gengtype
2344 to mark.
2345 * config/cris/t-cris: Add dependencies for gt-cris.h.
2346 * config/cris/cris.c: Include gt-cris.h.
2347 (struct machine_function): Use gengtype to mark.
2348 * config/rs6000/rs6000.h (struct machine_function): Use gengtype
2349 to mark.
2350 * doc/tm.texi (Per-Function Data): Delete references to
2351 mark_machine_status.
2352 * config/ia64/ia64.c (ia64_override_options): Don't set
2353 mark_machine_status.
2354 * config/i386/i386.c (override_options): Likewise.
2355 * config/d30v/d30v.c (d30v_init_expanders): Likewise.
2356 * config/arm/arm.c (arm_init_expanders): Likewise.
2357 * config/alpha/alpha.c (override_options): Likewise.
2358 * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO.
2359 * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
2360 (write_gc_structure_fields): Don't handle 'really' option.
2361 Handle 'maybe_null' option.
2362 (write_gc_types): Handle 'maybe_null' option.
2363 * function.h (struct function): Don't use "really".
2364 (mark_machine_status): Delete declaration.
2365 (mark_lang_status): Delete declaration.
2366 (gt_ggc_mr_machine_function): Delete prototype.
2367 (gt_ggc_mr_language_function): Delete prototype.
2368 * function.c (mark_machine_status): Delete.
2369 (mark_lang_status): Delete.
2370 (gt_ggc_mr_machine_function): Delete.
2371 (gt_ggc_mr_language_function): Delete.
2372 * c-tree.h (mark_c_function_context): Delete prototype.
2373 * c-objc-common.c (c_objc_common_init): Don't set mark_lang_status.
2374 * c-decl.c (struct language_function): Rename from struct
2375 c_language_function. Update uses. Use gengtype to mark.
2376 (mark_c_function_context): Delete.
2377 * c-common.h (struct c_language_function): Rename from struct
2378 language_function.
2379 (mark_stmt_tree): Delete prototype.
2380 (c_mark_lang_decl): Delete prototype.
2381 (mark_c_language_function): Delete prototype.
2382 * c-common.c (mark_stmt_tree): Delete.
2383 (c_mark_lang_decl): Delete.
2384 (mark_c_language_function): Delete.
2385
2386 * gengtype.h (enum typekind): Add TYPE_LANG_STRUCT.
2387 (lang_bitmap): New typedef. Use where appropriate.
2388 (struct type): Add gc_used field, lang_struct field.
2389 (UNION_P): New macro.
2390 (new_structure): New prototype.
2391 (find_structure): Remove 'pos' parameter. Change all callers.
2392 * gengtype-lex.l: Update for changes to find_structure.
2393 * gengtype-yacc.y (typedef_struct): Use new_structure.
2394 (yacc_ids): Suppress warning.
2395 (type): Use new_structure.
2396 * gengtype.c (string_type): Update for changes to struct type.
2397 (find_structure): Just find a structure, don't worry about
2398 creating one.
2399 (new_structure): New.
2400 (note_yacc_type): Use new_structure.
2401 (set_gc_used_type): New.
2402 (set_gc_used): New.
2403 (write_gc_structure_fields): Allow for pointers to TYPE_LANG_STRUCT.
2404 (write_gc_types): Handle TYPE_LANG_STRUCT.
2405 (write_gc_marker_routine_for_structure): New.
2406 (main): Call set_gc_used. Add some calls to set_gc_used_type
2407 for places where GCC doesn't use gengtype properly yet.
2408 * ggc.h (gt_ggc_m_rtx_def): Don't prototype.
2409 (gt_ggc_m_tree_node): Likewise.
2410
2411 * varasm.c (copy_constant): Call expand_constant if we hit
2412 something we can't recognise.
2413
2414 * ggc-common.c (ggc_mark_rtvec_children): Delete.
2415 (ggc_mark_rtx_children): Use generic name for ggc_mark_rtvec.
2416 (lang_mark_false_label_stack): Delete.
2417 * rtl.h (struct rtvec_def): Use gengtype to mark.
2418 * ggc.h (ggc_mark_rtvec): Delete.
2419 (gt_ggc_m_rtvec_def): Delete.
2420 (ggc_mark_nonnull_tree): Delete.
2421 (ggc_mark_rtvec_children): Delete prototype.
2422 (lang_mark_false_label_stack): Delete declaration.
2423
2424 * gengtype.h (note_yacc_type): Add prototype.
2425 * gengtype.c (note_yacc_type): New function.
2426 * gengtype-lex.l: Add lexer support for yacc files.
2427 * gengtype-yacc.y (start): Extract union from yacc files.
2428 (yacc_union): New rule.
2429 (yacc_typematch): New rule.
2430 (yacc_ids): New rule.
2431 (enum_items): Tweak for efficiency.
2432 (optionseq): Likewise.
2433
2434 * c-common.h (struct language_function): Use gengtype.
2435 (struct c_lang_decl): Likewise.
2436 * c-tree.h (struct lang_decl): Likewise.
2437 (struct lang_type): Likewise.
2438 * c-decl.c (lang_mark_tree): Use generated marker routines to mark
2439 tree language substructures.
2440
2441 * stringpool.c (mark_ident): Replace ggc_mark_nonnull_tree with
2442 ggc_mark_tree.
2443 * dwarf2asm.c (mark_indirect_pool_entry): Likewise.
2444
2445 * varasm.c (struct rtx_const): Remove 'skip' tags for scalar arrays.
2446
2447 * stmt.c (struct nesting): Add discriminator. Use gengtype to
2448 mark. Remove 'data.block.cleanup_ptr' field.
2449 (struct stmt_status): Use usual technique to mark struct nesting.
2450 (gt_ggc_mr_nesting_cond): Delete.
2451 (gt_ggc_mr_nesting_loop): Delete.
2452 (gt_ggc_mr_nesting_block): Delete.
2453 (gt_ggc_mr_nesting_case_stmt): Delete.
2454 (expand_start_cond): Set discriminator.
2455 (expand_start_loop): Likewise.
2456 (expand_start_null_loop): Likewise.
2457 (expand_start_bindings_and_block): Set discriminator. Don't set
2458 deleted fields.
2459 (expand_decl_cleanup): Replace 'cleanup_ptr' with
2460 &thisblock->data.block.cleanups.
2461 (expand_start_case): Set discriminator.
2462 (expand_start_case_dummy): Set discriminator.
2463
2464 * ggc-callbacks.c: Remove.
2465
2466 * gengtype.h (struct type): Add 'u.s.bitmap' field.
2467 (find_structure): Add 'pos' parameter.
2468 * gengtype-lex.l: Update callers to find_structure.
2469 * gengtype-yacc.y: Likewise.
2470 * gengtype.c (find_structure): Allow for structures to be defined
2471 in multiple language backends.
2472 (get_output_file_with_visibility): Include debug.h in gtype-desc.c.
2473 (counter): Rename to gc_counter.
2474 (write_gc_structure_fields): Fail when writing out fields for
2475 an incomplete structure. Ignore arrays of scalars. Handle
2476 'tree_vec' special.
2477 (write_gc_types): Reset counter for each procedure written.
2478
2479 * stmt.c (add_case_node): Use GGC to allocate struct case_node.
2480 (free_case_nodes): Delete.
2481 (expand_end_case_type): Delete call to free_case_nodes.
2482
2483 * Makefile.in (cselib.o): Include gt-<filename>.h.
2484 (gcse.o): Likewise.
2485 (profile.o): Likewise.
2486 (alias.o): Likewise.
2487 (GTFILES): Add alias.c, cselib.c, gcse.c, profile.c, and
2488 alphabetize backend files.
2489 (gt-alias.h, gt-cselib.h, gt-gcse.h, gt-profile.h): New rules.
2490 * alias.c: Use gengtype for roots.
2491 * c-common.h (struct stmt_tree_s): Use gengtype.
2492 * c-decl.c: Use gengtype for roots.
2493 * cselib.c: Use gengtype for roots.
2494 * expr.c: Use gengtype for roots.
2495 * fold-const.c: Use gengtype for roots.
2496 * gcse.c: Use gengtype for roots.
2497 * gengtype-lex.l: Handle typedefs of function types.
2498 Allow for empty array bounds.
2499 Allow processing to stop on initialisers.
2500 * gengtype-yacc.y (externstatic): Stop processing on initialisers.
2501 (semiequal): New rule.
2502 * gengtype.c (create_file): Tidy output files.
2503 (get_output_file_with_visibility): Fix paren warning. Fix bug
2504 involving multiple input files mapping to one output file.
2505 (write_gc_structure_fields): Skip arrays of scalars.
2506 (write_gc_types): Tidy output files.
2507 (write_gc_root): New function.
2508 (write_gc_roots): Fix bugs, add support for roots that are
2509 structures.
2510 * ggc-common.c (ggc_mark_rtx_ptr): Delete.
2511 (ggc_mark_tree_ptr): Delete.
2512 (ggc_add_rtx_root): Delete.
2513 (ggc_add_tree_root): Delete.
2514 (ggc_del_root): Delete.
2515 * integrate.c (get_func_hard_reg_initial_val): Use ggc_alloc to
2516 allocate struct initial_value_struct.
2517 * profile.c: Use gengtype for roots.
2518 * sdbout.c: Use gengtype for roots.
2519 * varasm.c (mark_weak_decls): Delete unused prototype.
2520 (mark_const_hash_entry): Delete unused function.
2521 * config/darwin-protos.h: Use gengtype for roots.
2522 (machopic_add_gc_roots): Delete.
2523 * config/arm/arm.c: Use gengtype for roots.
2524 * config/arm/arm.h: Use gengtype for roots.
2525 * config/c4x/c4x-protos.h: Use gengtype for roots.
2526 * config/c4x/c4x.c (c4x_add_gc_roots): Delete.
2527 * config/d30v/d30v-protos.h: Use gengtype for roots.
2528 * config/d30v/d30v.c (d30v_add_gc_roots): Delete.
2529 * config/dsp16xx/dsp16xx.c (override_options): Use gengtype for roots.
2530 * config/dsp16xx/dsp16xx.h: Use gengtype for roots.
2531 * config/ia64/ia64-protos.h: Use gengtype for roots.
2532 * config/ia64/ia64.c (ia64_add_gc_roots): Delete.
2533 * config/m68hc11/m68hc11-protos.h: Use gengtype for roots.
2534 * config/m68hc11/m68hc11.c (z_reg): Make global.
2535 (z_reg_qi): Make global.
2536 (m68hc11_add_gc_roots): Delete.
2537 * config/mcore/mcore-protos.h: Use gengtype for roots.
2538 * config/mcore/mcore.c (mcore_add_gc_roots): Delete.
2539 * config/mips/mips.c (mips_add_gc_roots): Delete.
2540 * config/mips/mips.h: Use gengtype for roots.
2541 * config/mmix/mmix.c (override_options): Use gengtype for roots.
2542 * config/mmix/mmix.h: Use gengtype for roots.
2543 * config/mn10200/mn10200.c (asm_file_start): Use gengtype for roots.
2544 * config/mn10200/mn10200.h: Use gengtype for roots.
2545 * config/pa/pa.c: Use gengtype for roots, marking.
2546 (struct deferred_plabel): Use GGC, gengtype.
2547 (pa_add_gc_roots): Delete.
2548 (mark_deferred_plabels): Delete.
2549 * config/pj/pj-protos.h: Use gengtype for roots.
2550 * config/pj/pj.h (OVERRIDE_OPTIONS): Don't define.
2551 * config/rs6000/rs6000.c: Use gengtype for roots. Don't call
2552 machopic_add_gc_roots.
2553 * config/rs6000/rs6000.h: Use gengtype for roots.
2554 * config/rs6000/t-darwin (darwin.o): Add dependency on gt-darwin.h.
2555 (gt-darwin.h): Add rule.
2556 * config/sh/sh.c: Use gengtype for roots.
2557 * config/sh/t-sh ($(out_object_file)): Add dependency on gt-sh.h.
2558 (gt-sh.h): Add rule.
2559 * config/sparc/sparc.c: Use gengtype for roots.
2560 (sparc_add_gc_roots): Delete.
2561 (struct ultrasparc_pipeline_state): Use GGC, gengtype.
2562 (mark_ultrasparc_pipeline_state): Delete.
2563 * config/sparc/sparc.h: Use gengtype for roots.
2564
2565 * Makefile.in (c-parse.o): Update dependencies.
2566 (c-common.o): Likewise.
2567 (GTFILES): Add c-common.h, c-tree.h, c-common.c, c-parse.in.
2568 Add dependencies for the files they generate.
2569 * c-common.c: Replace ggc_add_* uses with GTY annotations.
2570 * c-common.h: Likewise.
2571 * c-decl.c: Likewise.
2572 (gt_ggc_mp_binding_level): Delete.
2573 * c-lang.c: Include gtype-c.h.
2574 * c-parse.in: Replace ggc_add_* uses with GTY annotations. Include
2575 gt-c-parse.h.
2576 * c-pragma.h: Replace ggc_add_* uses with GTY annotations.
2577 (gt_ggc_mp_align_stack): Delete.
2578 * c-tree.h: Replace ggc_add_* uses with GTY annotations.
2579 * function.c: Replace ggc_add_* uses with GTY annotations.
2580 (gt_ggc_mp_function): Delete.
2581 * function.h: Replace ggc_add_* uses with GTY annotations.
2582 * gengtype.c (lang_names): New.
2583 (NUM_BASE_FILES): New.
2584 (open_base_files): Create language base files.
2585 (startswith): New.
2586 (get_file_basename): New.
2587 (get_base_file_bitmap): New.
2588 (get_output_file_with_visibility): Rename from get_output_file.
2589 Add more mappings for various C/Objc filenames.
2590 (finish_root_table): New.
2591 (write_gc_roots): Handle dependencies and scoping properly.
2592 * gengtype.h: Add prototypes for new functions.
2593 * ggc-common.c (struct deletable_root): Delete.
2594 (deletables): Delete.
2595 (ggc_add_deletable_root): Delete.
2596 (ggc_mark_roots): No need to deal with deleted functionality.
2597 * ggc.h (ggc_add_deletable_root): Delete prototype.
2598 * objc/Make-lang.in (objc-act.o): Add gtype-objc.h dependency.
2599 (gtype-objc.h): Add rule to create.
2600 * objc/config-lang.in (gtfiles): New.
2601 * objc/objc-act.c: Allocate imp_list using GGC. Replace uses of
2602 ggc_add_* with GTY markers. Include gtype-objc.h.
2603 (ggc_mark_imp_list): Delete.
2604 * objc/objc-act.h: Replace uses of ggc_add_* with GTY markers.
2605 * objc/objc-lang.c: Random Whitespace Change.
2606
2607 * except.h (exception_handler_labels): Delete.
2608 (get_exception_handler_labels): New.
2609 * except.c (exception_handler_labels): Delete.
2610 (struct eh_status): Add exception_handler_labels field.
2611 (doing_eh): Don't add exception_handler_labels as root.
2612 (free_eh_status): Don't need to free exception_handler_labels.
2613 (get_exception_handler_labels): New.
2614 (find_exception_handler_labels): Update for move of
2615 exception_handler_labels.
2616 (remove_exception_handler_label): Likewise.
2617 * cfgrtl.c (can_delete_label_p): Use get_exception_handler_labels.
2618 * jump.c (rebuild_jump_labels): Likewise.
2619 * loop.c (find_and_verify_loops): Likewise.
2620 * sched-rgn.c (is_cfg_nonregular): Likewise.
2621
2622 * gengtype.c (write_gc_structure_fields): Handle variable-length
2623 TYPE_ARRAYs.
2624
2625 * varasm.c (struct weak_syms): Use GGC, gengtype.
2626 (mark_weak_decls): Delete.
2627 (weak_decls): Likewise.
2628 (add_weak): Likewise.
2629 (remove_from_pending_weak_list): Likewise.
2630 (init_varasm_once): Likewise.
2631
2632 * Makefile.in (gtype-desc.o): Add libfuncs.h dependency.
2633 (GTFILES): Add tree.h, libfuncs.h, emit-rtl.c, explow.c,
2634 stor-layout.c, regclass.c, and lists.c.
2635 Add dependencies of gt-emit-rtl.h gt-explow.h gt-stor-layout.h
2636 gt-regclass.h and gt-lists.h on s-gtype.
2637 * emit-rtl.c: Use gengtype for roots. Include gt-emit-rtl.h.
2638 * except.c: Use gengtype for roots.
2639 * explow.c: Use gengtype for roots. Include gt-explow.h.
2640 * expr.h (init_stor_layout_once): Delete prototype.
2641 * function.c: Use gengtype for roots.
2642 * gengtype-lex.l: Add ENT_EXTERNSTATIC lexing.
2643 * gengtype-yacc.y (start): Can also be an externstatic.
2644 (externstatic): New production.
2645 (struct_fields): Correct array bounds inversion for 2-d arrays.
2646 * gengtype.c (variables): New variable.
2647 (note_variable): New function.
2648 (get_output_file): Include libfuncs.h into gtype-desc.c.
2649 (get_output_file_name): New function.
2650 (write_gc_structure_fields): Suppress warnings.
2651 (write_gc_types): Make static.
2652 (put_mangled_filename): New function.
2653 (write_gc_roots): New function.
2654 (main): Call write_gc_roots.
2655 * gengtype.h (note_variable): Prototype.
2656 (get_output_file_name): Prototype.
2657 (write_gc_types): Delete prototype.
2658 * ggc.h: Clean up unnecessary structure predefinitions.
2659 (struct ggc_root_tab): Define.
2660 (gt_ggc_m_rtx_def): Make function, not macro.
2661 (gt_ggc_m_tree_node): Likewise.
2662 * libfuncs.h: Use gengtype for roots.
2663 * lists.c: Use gengtype for roots. Include gt-lists.h.
2664 (init_EXPR_INSN_LIST_cache): Delete.
2665 * optabs.c: Use gengtype for roots.
2666 (gt_ggc_mp_optab): Delete.
2667 * optabs.h: Use gengtype for roots.
2668 * regclass.c: Use gengtype for roots. Include gt-regclass.h.
2669 * rtl.h: Use gengtype for roots.
2670 (init_EXPR_INSN_LIST_cache): Delete prototype.
2671 * stor-layout.c: Use gengtype for roots.
2672 Include gt-stor-layout.h.
2673 (init_stor_layout_once): Delete.
2674 * toplev.c: Use gengtype for roots. Delete calls to deleted
2675 routines.
2676 * tree.c: Use gengtype for roots.
2677 * tree.h: Use gengtype for roots.
2678 * varasm.c: Use gengtype for roots.
2679
2680 * Makefile.in (GTFILES): Add @all_gtfiles@.
2681 * configure: Regenerate.
2682 * configure.in: Construct all_gtfiles from the gtfiles definitions
2683 in config-lang.in.
2684 * gengtype-yacc.y (type): Warn about duplicate structure names.
2685 * gengtype.c (get_output_file): Handle .c files in language
2686 subdirectories.
2687
2688 * Makefile.in (GTFILES): Run gengtype on all the config files
2689 and on the target .c file.
2690 * except.c (mark_eh_region): Delete.
2691 (init_eh_for_function): Use GGC on struct eh_status.
2692 (mark_eh_status): Delete.
2693 (free_eh_status): Use GGC.
2694 (expand_eh_region_start): Use GGC to
2695 (collect_eh_region_array): Allocate last_region_number using GGC.
2696 (duplicate_eh_region_1): Use GGC to allocate struct eh_region.
2697 (remove_eh_handler): Let GGC free struct eh_region.
2698 (add_call_site): Use GGC to reallocate call_site_record array.
2699 * function.c (init_machine_status): Update calling sequence.
2700 (mark_machine_status): Likewise.
2701 (mark_lang_status): Likewise.
2702 (prepare_function_start): Update init_machine_status call.
2703 (mark_function_status): Delete.
2704 (maybe_mark_struct_function): Delete.
2705 (ggc_mark_struct_function): Delete.
2706 (gt_ggc_mp_function): New.
2707 (gt_ggc_mr_machine_function): New.
2708 (gt_ggc_mr_language_function): New.
2709 (init_function_once): Use canonical names.
2710 * function.h (struct function): Use gengtype.
2711 (init_machine_status): Return the structure.
2712 (mark_machine_status): Take a 'void *'.
2713 (mark_lang_status): Likewise.
2714 * ggc-common.c (ggc_mark_trees): Use canonical name for
2715 ggc_mark_struct_function.
2716 * tree.h (ggc_mark_struct_function): Delete prototype.
2717 * config/alpha/alpha.c (alpha_mark_machine_status): Delete.
2718 (alpha_init_machine_status): Likewise.
2719 (override_options): Use canonical name for alpha_mark_machine_status.
2720 * config/alpha/unicosmk.h (struct machine_function): Use gengtype.
2721 * config/arm/arm.h (struct machine_function): Use gengtype.
2722 * config/arm/arm.c (arm_mark_machine_status): Delete.
2723 (arm_init_machine_status): Update calling sequence.
2724 (arm_init_expanders): Use canonical name for arm_mark_machine_status.
2725 * config/cris/cris.c (cris_init_machine_status): Update
2726 calling sequence.
2727 * config/d30v/d30v.h (struct machine_function): Use gengtype.
2728 * config/d30v/d30v.c (d30v_init_machine_status): Update
2729 calling sequence.
2730 (d30v_mark_machine_status): Delete.
2731 * config/i386/i386.c: Include gt-i386.h.
2732 (struct machine_function): Use gengtype.
2733 (ix86_init_machine_status): Update calling sequence.
2734 (ix86_mark_machine_status): Delete.
2735 (override_options): Use canonical namke for ix86_mark_machine_status.
2736 * config/ia64/ia64.h (struct machine_function): Use gengtype.
2737 * config/ia64/ia64.c (ia64_init_machine_status): Update calling
2738 sequence.
2739 (ia64_mark_machine_status): Delete.
2740 (ia64_override_options): Use canonical name for
2741 ia64_mark_machine_status.
2742 * config/mmix/mmix.c (mmix_init_machine_status): Update calling
2743 sequence.
2744 * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
2745 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
2746 * gengtype.c (get_output_file): Fix warning.
2747 (main): Add prototype to suppress warning.
2748 * tree.c: Remove tree_hash_mark prototype.
2749
2750 * tree.h (init_stmt): Delete prototype.
2751 * toplev.c (lang_independent_init): Don't call init_stmt.
2752 * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.
2753 (stmt_obstack): Delete.
2754 (POPSTACK): No need to free 'struct nesting'.
2755 (gt_ggc_mr_nesting_cond): Use canonical names.
2756 (gt_ggc_mr_nesting_loop): Use canonical names.
2757 (gt_ggc_mr_nesting_block): Use canonical names.
2758 (gt_ggc_mr_nesting_case_stmt): Use canonical names.
2759 (mark_stmt_status): Delete.
2760 (init_stmt): Delete.
2761 (clear_last_expr): Clear both last_expr_type and last_expr_value.
2762 Use it everywhere that last_expr_type was cleared.
2763 * lists.c (init_EXPR_INSN_LIST_cache): Use ggc_add_deletable_root.
2764 (zap_lists): Delete.
2765 * ggc.h (ggc_add_deletable_root): Prototype.
2766 (mark_stmt_status): Remove prototype.
2767 * ggc-common.c (ggc_add_deletable_root): New.
2768 (ggc_mark_roots): Handle deletable roots.
2769 * function.c (ggc_mark_struct_function): Use canonical name
2770 for mark_stmt_status.
2771 * emit-rtl.c (free_sequence_stack): New.
2772 (start_sequence): Use a freelist for sequences.
2773 (end_sequence): Likewise.
2774 (init_emit_once): Add free_sequence_stack as a deleteable root.
2775 * c-pragma.c Include gt-c-pragma.h.
2776 (struct align_stack): Use gengtype.
2777 (push_alignment): Use GGC for struct align_stack.
2778 (mark_align_stack): Delete.
2779 (gt_ggc_mp_align_stack): New.
2780 (init_pragma): Use canonical name for mark_align_stack.
2781 * c-decl.c: Include gt-c-decl.h.
2782 (struct binding_level): Use gengtype.
2783 (make_binding_level): Use GGC; handle the freelist here.
2784 (pop_binding_level): New.
2785 (pushlevel): Move code into make_binding_level.
2786 (push_label_level): Likewise.
2787 (poplevel): Move code into pop_binding_level.
2788 (pop_label_level): Likewise.
2789 (mark_binding_level): Delete.
2790 (gt_ggc_mp_binding_level): New.
2791 (c_init_decl_processing): Use canonical name for mark_binding_level.
2792 Add free_binding_level as deletable root.
2793 (mark_c_function_context): Use canonical name for mark_binding_level.
2794 * Makefile.in (c-decl.o): Add gt-c-decl.h.
2795 (c-pragma.o): Add gt-c-pragma.h.
2796 (GTFILES): Add c-decl.c and c-pragma.c.
2797 (gt-c-decl.h, gt-c-pragma.h): Create using gengtype.
2798
2799 * tree.c (struct type_hash): Use gengtype.
2800 (init_obstacks): Use canonical name for type_hash_mark.
2801 (type_hash_mark): Delete.
2802 Include gt-tree.h.
2803 * rtl.h (struct mem_attrs): Use gengtype.
2804 * optabs.h (struct optab): Use gengtype.
2805 * optabs.c (expand_binop): Squish signed/unsigned warning.
2806 (mark_optab): Make local, use canonical name, use autogenerated
2807 marker procedure.
2808 (init_optabs): Use canonical name for mark_optab.
2809 (new_optab): Use GGC to allocate optabs.
2810 * ggc.h: Delete mark_optab prototype.
2811 * ggc-common.c (ggc_mark_rtx_children): Use canonical name for
2812 mem_attrs marker procedure.
2813 * gengtype.c (get_output_file): Include headers in gtype-desc.c
2814 explicitly rather than deducing them from file names.
2815 (write_gc_structure_fields): Handle arrays of structures.
2816 (main): Return non-zero exit code if errors occur during output.
2817 * emit-rtl.c (mem_attrs_mark): Delete.
2818 (init_emit_once): Use canonical name for mem_attrs marker procedure.
2819 * Makefile.in (gtype-desc.o): Explicitly name dependencies.
2820 (tree.o): Depend on gt-tree.h.
2821 (GTFILES): Add rtl.h, optabs.h, tree.c.
2822 (gt-tree.h): Add it to s-gtype rule.
2823
2824 * .cvsignore: Ignore gengtype flex/bison generated files.
2825 * Makefile.in (GGC_H): Add gtype-desc.h.
2826 (OBJS): Add gtype-desc.o.
2827 (GEN): Add gengtype.
2828 (STAGESTUFF): Add gengtype.
2829 (varasm.o): Add gt-varasm.h.
2830 (stmt.o): Add gt-stmt.h.
2831 (except.o): Add gt-except.h.
2832 (integrate.o): Add gt-integrate.h.
2833 (GTFILES): New.
2834 Add new rules for new files.
2835 * configure: Regenerate.
2836 * configure.in: Correct defaults.h paths.
2837 * emit-rtl.c (mark_sequence_stack): Delete.
2838 (mark_emit_status): Delete.
2839 (start_sequence): Allocate sequence structures using GGC.
2840 (end_sequence): Allocate sequence structures using GGC.
2841 * except.c: Use gengtype for various structures. Include
2842 gt-except.h.
2843 * expr.c (mark_expr_status): Delete.
2844 * function.c: Use gengtype for various structures. Include
2845 gt-function.h.
2846 (mark_function_status): Use standard gt_ggc names for marker functions.
2847 (ggc_mark_struct_function): Likewise.
2848 * function.h: Use gengtype for various structures.
2849 * gengtype-lex.l: New file.
2850 * gengtype-yacc.y: New file.
2851 * gengtype.c: New file.
2852 * gengtype.h: New file.
2853 * ggc.h: Include gtype-desc.h. Alias some marker procedures to
2854 the standard names. Remove some now-unnecessary prototypes.
2855 * integrate.c: Use gengtype for various structures. Include
2856 gt-integrate.h.
2857 (mark_hard_reg_initial_vals): Delete.
2858 * integrate.h (mark_hard_reg_initial_vals): Delete.
2859 * stmt.c: Use gengtype for various structures. Include
2860 gt-stmt.h.
2861 (mark_case_node): Delete.
2862 (mark_goto_fixup): Delete.
2863 (mark_stmt_status): Use standard gt_ggc names for marker functions.
2864 * system.h: Define GTY to empty. In flex/bison files,
2865 don't poison malloc or realloc, instead just define them to
2866 xmalloc and xrealloc.
2867 * varasm.c: Use gengtype for various structures. Include
2868 gt-varasm.h. Use standard gt_ggc names for marker functions.
2869 (mark_pool_constant): Delete.
2870 (mark_varasm_status): Delete.
2871 (decode_rtx_const): #if 0 out non-typesafe hack.
2872
2873 * function.h (free_lang_status): Mark as obsolete.
2874 * function.c (free_lang_status): Mark as obsolete.
2875 * c-decl.c (push_c_function_context): Use GC to allocate and free
2876 struct language_function.
2877 (pop_c_function_context): Likewise.
2878 * c-common.c (mark_c_language_function): Mark struct
2879 language_function.
2880
2881 * doc/tm.texi (Per-Function Data): Don't document free_machine_status.
2882 Document that the machine_function structures must be allocated
2883 using GC. Update mark_machine_status documentation.
2884 * function.h: Don't declare free_machine_status.
2885 * function.c (free_machine_status): Don't define.
2886 (free_after_compilation): Don't call free_machine_status.
2887 (ggc_mark_struct_function): Mark f->machine. Call
2888 mark_machine_status only on non-NULL pointers.
2889 * system.h: Poison free_machine_status.
2890 * config/xtensa/xtensa.c (xtensa_init_machine_status): Use GC on
2891 struct machine_function.
2892 (xtensa_free_machine_status): Delete.
2893 (override_options): Don't set free_machine_status.
2894 * config/rs6000/rs6000.c (rs6000_override_options): Don't set
2895 free_machine_status.
2896 (rs6000_init_machine_status): Use GC on struct machine_function.
2897 (rs6000_free_machine_status): Delete.
2898 * config/ia64/ia64.c (ia64_init_machine_status): Use GC on struct
2899 machine_function.
2900 (ia64_mark_machine_status): Likewise.
2901 (ia64_free_machine_status): Delete.
2902 (ia64_override_options): Don't set free_machine_status.
2903 * config/i386/i386.c (override_options): Don't set
2904 free_machine_status.
2905 (ix86_init_machine_status): Use GC on struct machine_function.
2906 (ix86_mark_machine_status): Likewise.
2907 (ix86_free_machine_status): Delete.
2908 * config/d30v/d30v.c: (d30v_init_machine_status): Use GC on struct
2909 machine_function.
2910 (d30v_mark_machine_status): Likewise.
2911 (d30v_free_machine_status): Delete.
2912 (d30v_init_expanders): Don't set free_machine_status.
2913 * config/arm/arm.c (arm_mark_machine_status): Use GC on struct
2914 machine_function.
2915 (arm_init_machine_status): Likewise.
2916 (arm_free_machine_status): Delete.
2917 (arm_init_expanders): Don't set free_machine_status.
2918 * config/alpha/alpha.c (override_options): Don't set
2919 free_machine_status.
2920 (alpha_init_machine_status): Use GC on struct machine_function.
2921 (alpha_mark_machine_status): Likewise.
2922 (alpha_free_machine_status): Delete.
2923
2924 * varasm.c (compare_constant): Fix typo.
2925
2926 * varasm.c: Don't include obstack.h.
2927 (struct varasm_status): x_const_rtx_hash_table is a hash of rtxes.
2928 (struct rtx_const): Give substructures names, improve formatting.
2929 (struct constant_descriptor): Delete.
2930 (struct constant_descriptor_tree): New, based on constant_descriptor.
2931 (const_hash_table): Is a hash table of trees.
2932 (mark_const_hash_entry): Is used for hashes of trees. Mark
2933 constant_descriptor_tree structure.
2934 (mark_const_str_htab_1): Mark deferred_string structure.
2935 (compare_constant): Rewrite to compare trees.
2936 (compare_constant_1): Delete.
2937 (record_constant): Delete.
2938 (record_constant_1): Delete.
2939 (output_constant_def): Use struct constant_descriptor_tree.
2940 Don't duplicate trees twice.
2941 (struct constant_descriptor_rtx): New.
2942 (struct pool_constant): Used for rtx constants.
2943 (init_varasm_status): Update for change to struct varasm_status.
2944 (mark_varasm_status): Likewise.
2945 (free_varasm_status): Delete.
2946 (compare_constant_rtx): Rewrite to handle constant_descriptor_rtx.
2947 (record_constant_rtx): Likewise.
2948 (mem_for_const_double): Update to use struct constant_descriptor_rtx.
2949 (force_const_mem): Likewise.
2950 * Makefile.in (varasm.o): Doesn't depend on obstack.h.
2951 * function.c (free_after_compilation): Don't use free_varasm_status.
2952 * function.h: Don't prototype free_varasm_status.
2953
2954 * ggc-common.c (ggc_realloc): Handle X being NULL.
2955
2956 * ggc-common.c (ggc_realloc): New function.
2957 * ggc.h: Prototype it.
2958 * emit-rtl.c (free_emit_status): Delete.
2959 (init_emit): Allocate emit subarrays using GC.
2960 (gen_reg_rtx): Reallocate subarrays using GC.
2961 (init_emit): Use GC to allocate 'struct emit_status' and its
2962 subarrays.
2963 (mark_emit_status): Mark structure and its subarrays.
2964 * stmt.c (free_stmt_status): Delete.
2965 * expr.c (free_expr_status): Delete.
2966 * function.h: Remove prototypes for deleted functions.
2967 * function.c (free_after_compilation): Don't use deleted functions.
2968 Don't call free() on x_parm_reg_stack_loc.
2969 (free_after_parsing): Don't use free_stmt_status.
2970 (assign_parms): Use GC to allocate and resize x_parm_reg_stack_loc.
2971 (mark_function_status): Mark x_parm_reg_stack_loc.
2972
2973 * varasm.c (init_varasm_status): Use GC to allocate
2974 'struct varasm_status' and its fields x_const_rtx_hash_table
2975 and x_const_rtx_sym_hash_table.
2976 (mark_varasm_status): Mark them.
2977 (free_varasm_status): Use GC to free them.
2978 * expr.c (init_expr): Use GC to allocate 'struct expr_status'.
2979 (mark_expr_status): Mark the structure itself.
2980 (free_expr_status): Use GC to free the structure.
2981 * stmt.c (free_stmt_status): Use GC to free 'struct stmt_status'.
2982 (mark_stmt_status): Mark the 'struct stmt_status' itself.
2983 (init_stmt_for_function): Allocate the structure for GC.
2984
2985 * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
2986 (equate_type_number_to_die): Likewise.
2987 * tree.h (TYPE_SYMTAB_DIE): New macro.
2988 (struct die_struct): Predeclare.
2989 (struct tree_type): Add field symtab.die. Add a tag
2990 to the union type of field symtab.
2991
2992 * varray.h (VARRAY_RTVEC_INIT): A varray of rtvec contains
2993 'struct rtvec_def *', not 'struct rtvec_def'.
2994
2995 * function.h (original_arg_vector): Make a real rtvec.
2996 * function.c (ggc_mark_struct_function): Adjust.
2997 * integrate.c (expand_inline_function): Adjust.
2998
2999 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
3000
3001 * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*)
3002 (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
3003 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
3004 (TARGET_VERSION_CPU): Define according to the
3005 default target.
3006 (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
3007 TARGET_VERSION_CPU.
3008 (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
3009 if TARGET_SHMEDIA64.
3010 (LINK_DEFAULT_CPU_EMUL): Define according to the
3011 default target.
3012 (SUBTARGET_LINK_EMUL_SUFFIX): Define.
3013 (SUBTARGET_LINK_SPEC): Define.
3014 (LINK_SPEC): Use SH_LINK_SPEC.
3015 (ASM_SPEC): Remove.
3016 (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
3017 (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
3018 and TARGET_SHMEDIA64 which abort, for now.
3019 * config/sh/t-netbsd-sh5: New file.
3020 * config/sh/t-netbsd-sh5-32: New file.
3021 * config/sh/t-netbsd-sh5-64: New file.
3022
3023 2002-06-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3024 Richard Henderson <rth@redhat.com>
3025
3026 * config/alpha/alpha.c (reg_or_const_int_operand): New.
3027 (some_operand, input_operand): Accept CONST_VECTOR.
3028 (alpha_extra_constraint): Add 'W'.
3029 (alpha_expand_zap_mask): New.
3030 (alpha_expand_builtin_vector_binop): New.
3031 (enum alpha_builtin): New.
3032 (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
3033 (alpha_init_builtins, alpha_expand_builtin): New.
3034 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
3035 * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
3036 (PREDICATE_CODES): Update.
3037 * config/alpha/alpha-protos.h: Update.
3038 * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
3039 UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
3040 (movv8qi, movv8qi_fix, movv8qi_nofix): New.
3041 (movv4hi, movv4hi_fix, movv4hi_nofix): New.
3042 (movv2si, movv2si_fix, movv2si_nofix): New.
3043 (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
3044 (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
3045 (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
3046 builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
3047 builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
3048 builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
3049 builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
3050 pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
3051 builtin_unpkbw, unpkbw): New.
3052 * doc/extend.texi (Alpha Built-in Functions): New.
3053
3054 2002-06-03 Richard Henderson <rth@redhat.com>
3055
3056 * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
3057 USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
3058
3059 2002-06-03 Richard Henderson <rth@redhat.com>
3060
3061 * config/alpha/alpha-protos.h: Eliminate unneeded ifdefs.
3062
3063 * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
3064 (const0_operand): New.
3065 (reg_or_fp0_operand, fp0_operand): Remove.
3066 * config/alpha/alpha.h (PREDICATE_CODES): Update.
3067 * config/alpha/alpha-protos.h: Update.
3068 * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
3069 and fp0_operand with reg_or_0_operand and const0_operand.
3070
3071 2002-06-03 Dan Nicolaescu <dann@godzilla.ics.uci.edu>
3072
3073 * alias.c (nonoverlapping_memrefs_p): Fix off by one error.
3074
3075 2002-06-03 Roger Sayle <roger@eyesopen.com>
3076
3077 * gcse.c (cprop_jump): Use single_set to get the pattern
3078 from the setcc argument.
3079
3080 2002-06-03 Gabriel Dos Reis <gdr@codesourcery.com>
3081
3082 * diagnostic.h (diagnostic_count): Move from output_buffer to
3083 diagnostic_context.
3084 (diagnostic_kind_count): Adjust definition.
3085
3086 Mon Jun 3 19:11:53 CEST 2002 Jan Hubicka <jh@suse.cz>
3087
3088 * except.c (except.c): Do not rebuild CFG.
3089 * toplev.c (rest_of_compilation): Recompute CFG after sibcall
3090 optimization.
3091
3092 Mon Jun 3 11:53:01 CEST 2002 Jan Hubicka <jh@suse.cz>
3093
3094 * integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
3095 * toplev.c: Include cfglahout.h
3096 * Makefile.in (toplev.c): Add dependnecy.
3097
3098 2002-06-03 Neil Booth <neil@daikokuya.demon.co.uk>
3099
3100 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): New.
3101 (CPP_CPU32_SPEC, CPP_CPU64_SPEC): Kill.
3102 (CPP_CPUCOMMON_SPEC): Rename CPP_CPU_SPEC.
3103
3104 2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
3105
3106 * config/ns32k/netbsd.h: Update copyright years.
3107 (TARGET_OS_CPP_BUILTINS): Define.
3108 (CPP_PREDEFINES): Remove.
3109 * config/ns32k/ns32k.h (CPP_PREDEFINES): Remove.
3110 (TARGET_CPU_CPP_BUILTINS): Define.
3111
3112 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
3113
3114 * emit-rtl.c: Fix formatting.
3115 * errors.h: Likewise.
3116 * except.c: Likewise.
3117 * explow.c: Likewise.
3118 * expmed.c: Likewise.
3119 * expr.c: Likewise.
3120 * expr.h: Likewise.
3121
3122 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
3123
3124 * config/h8300/elf.h: Fix formatting.
3125 * config/h8300/rtems.h: Likewise.
3126
3127 2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
3128
3129 * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
3130
3131 2002-06-02 Tom Tromey <tromey@redhat.com>
3132
3133 * fixinc/fixincl.x: Rebuilt.
3134 * fixinc/inclhack.def (thread_keyword): Match `*__thread'.
3135
3136 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3137
3138 config/i370:
3139 * i370.h (TARGET_CPU_CPP_BUILTINS): Use.
3140 * linux.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES.
3141 * mvs.h: Similarly.
3142 * oe.h: Similarly.
3143
3144 Mon Jun 3 00:18:20 CEST 2002 Jan Hubicka <jh@suse.cz>
3145
3146 * final.c (final): Allow notes to not have computed addresses;
3147 kill no longer needed STACK_REGS ifdef.
3148
3149 2002-06-02 Richard Henderson <rth@redhat.com>
3150
3151 * gcse.c (bypass_conditional_jumps): Fix typo last change.
3152
3153 Sun Jun 2 23:02:11 CEST 2002 Jan Hubicka <jh@suse.cz>
3154
3155 * loop.c (emit_prefetch_instructions): Properly place the address
3156 computation.
3157
3158 Sun Jun 2 22:56:48 CEST 2002 Jan Hubicka <jh@suse.cz>
3159
3160 * basic-block.h (basic_block_for_insn, BLOCK_FOR_INSN): Kill.
3161 (set_block_for_insn): Turn into macro.
3162 * cfgbuild.c (find_basic_block): Do not clear basic_block_for_insn.
3163 * cfglayout.c (insn_scopes): Kill.
3164 (scope_to_insns_initialize): Do not use insn_scopes.
3165 (scope_to_insns_finalize): Likewise.
3166 (duplicate_insn_chain): Likewise.
3167 (cfg_layout_initialize, cfg_layout_finalize): Do not turn scopes to notes.
3168 * cfgrtl.c (basic_block_for_insn): Kill.
3169 (delete_insn_and_edges, delete_insn_chain_and_edges): Simplify.
3170 (create_basic_block_structure): Use reorder_insns.
3171 (compute_bb_for_insn): Do not use basic_block_for_insn.
3172 (merge_blocks_nomove): Likewise.
3173 (update_bb_for_insn): Likewise.
3174 (verify_flow_info): Likewise.
3175 (set_block_for_insn): Kill.
3176 * combine.c (try_combine): Update gen_rtx_INSN call.
3177 * emit-rtl.c (gen_label_rtx): Update gen_rtx_CODE_LABEL call.
3178 (mark_insn_raw, make_jump_insn_raw, make_call_insn_raw): Clear
3179 scopes and BBs.
3180 (add_insn_after, add_insn_before, remove_insn, reorder_insns): Simplify.
3181 (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
3182 Clear BB.
3183 (emit_insns_after): Simplify.
3184 (emit_copy_of_insn_after): Copy scope.
3185 * final.c (final_start_function): Lower scopes.
3186 * flow.c (check_function_return_warnings): Do not rely on deleted insn.
3187 * integrate.c (copy_insn_list): Cope scopes.
3188 * jump.c (duplicate_loop_exit_test): LIkewise; simplify.
3189 * loop.c (loop_optimize): Do not care block notes.
3190 * print-rtl.c (print_rtx): Print BB.
3191 * recog.c (apply_change_group): Simplify.
3192 * rtl.c (copy_rtx): Handle 'B'.
3193 * rtl.def (INSN, CALL_INSN, JUMP_INSN, NOTE): Add extra fields.
3194 * rtl.h (Field accessors): Update indexes.
3195 * sched-ebb.c (schedule_ebbs): Do not lower notes.
3196 * sched-rgn.c (schedule_insns): Likewise.
3197 * toplev.c (rest_of_compilation): Lower notes.
3198 * unroll.c (unroll_loop): Do not care scoping notes.
3199 (copy_loop_body): Copy scopes.
3200
3201 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3202
3203 config/h8300:
3204 * elf.h: Use TARGET_OS_CPP_BUILTINS rather than
3205 SUBTARGET_SPEC.
3206 * rtems.h: Similarly.
3207 * h8300.h (CPP_PREDEFINES, CPP_SPEC, SUBTARGET_CPP_SPEC,
3208 EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
3209 (TARGET_CPU_CPP_BUILTINS): Use.
3210
3211 2002-06-02 Richard Henderson <rth@redhat.com>
3212
3213 * alias.c: Include target.h.
3214 (mark_constant_function): Use targetm.binds_local_p instead
3215 of checking TREE_PUBLIC ourselves.
3216 * Makefile.in (alias.o): Add TARGET_H.
3217
3218 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3219
3220 * c-lex.c: Update copyright and file description.
3221
3222 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3223
3224 * config/fr30/fr30.h: Update to new CPP macros.
3225
3226 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3227
3228 * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
3229
3230 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3231 Zack Weinberg <zack@codesourcery.com>
3232
3233 * c-common.c (c_common_init): Override cpplib's default
3234 warn_long_long setting.
3235 * c-lex.c (lex_number): Replace with interpret_integer,
3236 interpret_float, narrowest_unsigned_type and
3237 narrowest_signed_type, taking advantage of the new
3238 cpplib functionality.
3239 * cpperror.c (_cpp_begin_message): If a warning is turned
3240 into an error, avoid printing "warning:".
3241 * cppexp.c (cpp_num_sign_extend): New.
3242 * cppinit.c: Update comment.
3243 * cpplib.h (cpp_num_sign_extend): New.
3244 * tree.h: Update comment.
3245
3246 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
3247
3248 * diagnostic.h (struct diagnostic_context): Add new member
3249 internal_error.
3250 (internal_error_function): Remove declaration.
3251 * diagnostic.c (internal_error_function): Remove definition..
3252 (internal_error): Adjust use.
3253
3254 2002-06-02 Richard Henderson <rth@redhat.com>
3255
3256 * rtl.h (CC0_P): New.
3257 * gcse.c (cprop_jump): Use it with single_set. Tweak dump text.
3258 (cprop_insn): Allow any mode register; use CC0_P. CSE out single_set.
3259 (bypass_block): Save old dest block for dump text.
3260 (bypass_conditional_jumps): Allow any mode register; use CC0_P.
3261 Allow only true SET insns, not single_set.
3262
3263 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
3264
3265 * diagnostic.c (diagnostic_finish): Rename to output_flush.
3266 (clear_disgnostic_info): Rename to output_clear_data. Use false
3267 instead of 0 for boolean value.
3268 Adjust function call throughout.
3269
3270 Sun Jun 2 19:15:27 CEST 2002 Jan Hubicka <jh@suse.cz>
3271
3272 * cfgrtl.c (commit_one_edge_insertion): Fix warning.
3273 * gcse.c (bypass_conditional_jumps): CSE out single_set call.
3274
3275 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3276
3277 * d30v.h (CPP_PREDEFINES): Replace with
3278 (TARGET_CPU_CPP_BUILTINS): New.
3279
3280 2002-06-02 Roger Sayle <roger@eyesopen.com>
3281
3282 * config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
3283
3284 Sun Jun 2 12:11:52 CEST 2002 Jan Hubicka <jh@suse.cz>
3285
3286 * gcse.c (bypass_conditional_jumps): Use single set to obtain set.
3287
3288 2002-06-02 Richard Henderson <rth@redhat.com>
3289
3290 * rtlanal.c (volatile_refs_p): Not automatically true for CALL.
3291
3292 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
3293
3294 Support for C++ constructors/destructors.
3295 * config/avr/avr.c (avr_output_function_epilogue): Jump to exit()
3296 instead of looping if main() returns.
3297 (asm_file_start): Output global symbols that cause .data and .bss
3298 initialization code to be linked in, unconditionally for now.
3299 (avr_asm_out_ctor, avr_asm_out_dtor): New functions.
3300 * config/avr/avr.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): New.
3301 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
3302 (LIBSTDCXX): New.
3303 * config/avr/libgcc.S (_exit): Split in .fini9 and .fini0 sections.
3304 (__tablejump__): New.
3305 (__do_copy_data, __do_clear_bss): New.
3306 (__do_global_ctors, __do_global_dtors): New.
3307 * config/avr/t-avr (LIB1ASMFUNCS): Add _copy_data, _clear_bss,
3308 _ctors, _dtors.
3309
3310 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3311
3312 * c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): New.
3313 (CPP_SPEC, CPP_PREDEFINES): Kill.
3314 * c4x/rtems.h (CPP_PREDEFINES): Kill.
3315 (TARGET_OS_CPP_BUILTINS): New.
3316
3317 Sat Jun 1 23:29:51 CEST 2002 Jan Hubicka <jh@suse.cz>
3318
3319 * Makefile.in (tracer.o): New.
3320 * params.def (TRACER_*): New options.
3321 * rtl.h (tracer): Declare.
3322 * timevar.def (TV_TRACER): New.
3323 * toplev.c (dump_file_index): Add DFI_tracer.
3324 (dump_file_info): Add tracer.
3325 (flag_tracer): New.
3326 (lang_indepdenent_options): Add tracer.
3327 (rest_of_compilation): Call tracer.
3328 * tracer.c: New file.
3329 * invoke.texi (-ftracer): Document.
3330 (--param tracer-*): Document.
3331
3332 2002-06-01 Daniel Berlin <dberlin@dberlin.org>
3333
3334 * tree-inline.c (expand_call_inline): Make the statement
3335 expression we generate have a COMPOUND_STMT.
3336
3337 2002-06-01 Roger Sayle <roger@eyesopen.com>
3338
3339 * gcse.c (cprop_cc0_jump): Function deleted.
3340 (cprop_jump): Take an additional argument which is the possibly
3341 NULL cc setting insn immediately before the conditional jump.
3342 When a MODE_CC set is present, substitute it into the JUMP_INSN
3343 before attempting the constant propagation.
3344 (cprop_insn): Recognize cc setters followed by conditional jumps
3345 as a special case. Use cprop_jump instead of cprop_cc0_jump.
3346 (cprop_one_pass): Call bypass_conditional_jumps if altering jumps.
3347 (find_bypass_set): New function based upon find_avail_set used by
3348 cprop, but finds constant expressions available at the end of
3349 basic blocks.
3350 (bypass_block): New function. Given a basic block that begins
3351 with a conditional jump and multiple incoming edges, perform
3352 the jump bypass optimization.
3353 (bypass_conditional_jumps): New function. Call bypass_block with
3354 each suitable basic block in the CFG using a simple single pass.
3355
3356 2002-06-01 Roger Sayle <roger@eyesopen.com>
3357
3358 * tree.c (real_minus_onep): New function to test for -1.0.
3359 * fold-const.c (fold) [MULT_EXPR]: Optimize -1.0*x into -x.
3360
3361 2002-06-01 Roger Sayle <roger@eyesopen.com>
3362
3363 * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
3364 and "!p && !q" into "(p|q) == 0" under suitable conditions.
3365
3366 2002-06-01 Andreas Jaeger <aj@suse.de>
3367
3368 * cppexp.c (cpp_classify_number): Cast precission to int for
3369 correct printf format.
3370
3371 2002-06-01 Marek Michalkiewicz <marekm@amelek.gda.pl>
3372
3373 * config/avr/avr.c (avr_mcu_types): Remove devices that were once
3374 expected, but don't really exist: atmega83, atmega85, attiny10.
3375 * config/avr/avr.h (LINK_SPEC): Update to use the new avr[1-5] ld
3376 emulations for all devices.
3377 (CRT_BINUTILS_SPECS): Remove atmega83, atmega85, attiny10.
3378 * config/avr/t-avr (MULTILIB_MATCHES): Remove atmega83, atmega85.
3379
3380 2002-06-01 Kazu Hirata <kazu@cs.umass.edu>
3381
3382 * config/h8300/h8300-protos.h: Add a prototype for
3383 h8300_shift_needs_scratch_p.
3384 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): New.
3385 * config/h8300/h8300.h (OK_FOR_R): New.
3386 (OK_FOR_S): Likewise.
3387 (OK_FOR_T): Likewise.
3388 (EXTRA_CONSTRAINT): Call OK_FOR_R, OK_FOR_S, and OK_FOR_T.
3389 * config/h8300/h8300.md (anonymous shift patterns): Use
3390 constraints R, S, and T.
3391
3392 Sat Jun 1 11:23:22 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3393
3394 * basic-block.h (struct basic_block_def): New field loop_father.
3395 (BB_VISITED): New flag.
3396 (struct loop): New field pred, removed field shared.
3397 (struct loops): New field parray.
3398 (LOOP_EXITS_DOMS): Removed.
3399 (flow_loop_tree_node_add, flow_loop_tree_node_remove,
3400 flow_loop_nested_p, flow_bb_inside_loop_p, get_loop_body,
3401 dfs_enumerate_from, loop_preheader_edge, loop_latch_edge,
3402 add_bb_to_loop, remove_bb_from_loops, find_common_loop,
3403 verify_loop_structure): Declare.
3404 * cfg.c (entry_exit_blocks): Initialize loop_father field.
3405 * cfganal.c (dfs_enumerate_from): New function.
3406 * cfgloop.c (HEAVY_EDGE_RATIO): New constant.
3407 (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
3408 flow_loop_nodes_find, flow_loop_level_compute, flow_loop_nested_p,
3409 flow_loop_dump, flow_loops_dump, flow_loops_free,
3410 flow_loop_tree_node_add, flow_loop_level_compute,
3411 flow_loops_level_compute, flow_loop_scan, flow_loops_update,
3412 flow_loop_outside_edge_p): Modified for new infrastructure.
3413 (make_forwarder_block, canonicalize_loop_headers, glb_enum_p,
3414 redirect_edge_with_latch_update, flow_loop_free): New static functions.
3415 (flow_loop_tree_node_remove, flow_bb_inside_loop_p,
3416 get_loop_body, add_bb_to_loop, remove_bb_from_loops,
3417 find_common_loop, verify_loop_structure, loop_latch_edge,
3418 loop_preheader_edge): New functions.
3419 (flow_loops_cfg_dump): Do not show dominators, as this information
3420 does not remain up to date long.
3421 (flow_loops_find): Store results in new format.
3422 * predict.c (propagate_freq, estimate_probability,
3423 estimate_loops_at_level, estimate_bb_frequencies): Use new loop
3424 infrastructure.
3425
3426 2002-06-01 Alan Lehotsky <apl@alum.mit.edu>
3427
3428 * except.c (nothrow_function_p): Walk epilogue delay list
3429 checking the insn, not the chain for potential throws.
3430
3431 2002-05-31 Zack Weinberg <zack@codesourcery.com>
3432
3433 * Makefile.in (INSTALL_CPP, UNINSTALL_CPP): Remove.
3434 (install): Refer to install-cpp directly.
3435 (uninstall-cpp): Folded into uninstall rule.
3436 * configure.in: Delete all code relating to --disable-cpp.
3437 * configure: Regenerate.
3438 * config/t-install-cpp: Delete.
3439
3440 2002-05-31 Richard Henderson <rth@redhat.com>
3441
3442 * configure.in (HAVE_AS_TLS): Add alpha tests.
3443 * configure: Rebuild.
3444 * config/alpha/alpha.c (TARGET_AS_TLS): New.
3445 (alpha_tls_size, alpha_tls_size_string): New.
3446 (overide_options): Set it. Always install machine_status hooks.
3447 (input_operand): Accept got tls predicates.
3448 (local_symbol_p): Merge into ...
3449 (local_symbolic_operand): ... here. Reject tls symbols.
3450 (global_symbolic_operand): Likewise.
3451 (tls_symbolic_operand_1, dtp16_symbolic_operand): New.
3452 (dtp32_symbolic_operand, gotdtp_symbolic_operand): New.
3453 (tp16_symbolic_operand, tp32_symbolic_operand): New.
3454 (gottp_symbolic_operand, tls_symbolic_operand_type): New.
3455 (alpha_encode_section_info): Handle TLS symbols.
3456 (alpha_strip_name_encoding): Likewise.
3457 (alpha_legitimate_address_p): Likewise.
3458 (alpha_legitimize_address): Likewise.
3459 (alpha_expand_mov): Early exit to avoid nop moves.
3460 (struct machine_function): Move from unicosmk.h. Add some_ld_name.
3461 (alpha_init_machine_status, alpha_mark_machine_status,
3462 alpha_free_machine_status): Always define.
3463 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
3464 (print_operand, print_operand_address): Add TLS relocs.
3465 * config/alpha/alpha.h (HAVE_AS_TLS): Default 0.
3466 (MASK_TLS_KERNEL, TARGET_TLS_KERNEL): New.
3467 (TARGET_SWITCHES): Add -mtls-kernel.
3468 (alpha_tls_size, alpha_tls_size_string): New.
3469 (TARGET_OPTIONS): Add -mtls-size=.
3470 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
3471 REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Add R0_REG.
3472 (ASM_OUTPUT_LABELREF): Skip %.
3473 (PRINT_OPERAND_PUNCT_VALID_P): Add &.
3474 (PREDICATE_CODES): Update.
3475 * config/alpha/alpha.md (UNSPEC_TLSGD_CALL, UNSPEC_TLSLDM_CALL,
3476 UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_DTPREL, UNSPEC_TPREL,
3477 UNSPEC_TP, UNSPECV_SET_TP): New.
3478 (adddi_er_lo16_dtp, adddi_er_hi32_dtp, adddi_er_lo32_dtp,
3479 adddi_er_lo16_tp, adddi_er_hi32_tp, adddi_er_lo32_tp, load_tp,
3480 set_tp, movdi_er_tlsgd, movdi_er_tlsldm, movdi_er_gotdtp,
3481 movdi_er_gottp, call_value_osf_tlsgd, call_value_osf_tlsldm): New.
3482 (call_value_osf_2_er): Accept anything as op4.
3483 * config/alpha/alpha-protos.h: Update.
3484 * config/alpha/unicosmk.h (struct machine_function): Move to alpha.c.
3485
3486 2002-05-31 Zack Weinberg <zack@codesourcery.com>
3487
3488 * cppinit.c (append_include_chain): Always pay attention to
3489 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
3490 marker on argument.
3491
3492 2002-05-31 Kazu Hirata <kazu@cs.umass.edu>
3493
3494 * target.h: Fix formatting.
3495 * timevar.h: Likewise.
3496 * tlink.c: Likewise.
3497 * toplev.c: Likewise.
3498 * toplev.h: Likewise.
3499 * tree.c: Likewise.
3500 * tree-dump.h: Likewise.
3501 * tree.h: Likewise.
3502 * tree-inline.h: Likewise.
3503 * unroll.c: Likewise.
3504 * unwind-dw2.c: Likewise.
3505 * unwind-dw2-fde.c: Likewise.
3506 * unwind-dw2-fde-glibc.c: Likewise.
3507 * unwind-dw2-fde.h: Likewise.
3508 * unwind.h: Likewise.
3509 * unwind-sjlj.c: Likewise.
3510 * varasm.c: Likewise.
3511 * varray.h: Likewise.
3512 * vmsdbg.h: Likewise.
3513 * vmsdbgout.c: Likewise.
3514 * xcoffout.h: Likewise.
3515
3516 2002-05-31 Igor Shevlyakov <igor@microunity.com>
3517
3518 * expr.c (compare_from_rtx): Generate comparison between op0 and op1
3519 rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
3520
3521 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk>
3522
3523 * gcc.c (cpp_unique_options): Remove "-d" options.
3524 (cpp_debug_options): New spec string.
3525 (default_compilers): Use it.
3526 * objc/lang-specs.h: Likewise.
3527
3528 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
3529
3530 * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
3531 BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
3532 * gcc/mklibgcc.in: Likewise.
3533 * gcc/config/arc/t-arc: Likewise.
3534 * gcc/configure.in: Likewise.
3535 * gcc/configure: Regenerate.
3536
3537 2002-05-31 Stan Shebs <shebs@apple.com>
3538 Turly O'Connor <turly@apple.com>
3539
3540 * c-decl.c (struct binding_level): Change int field n_incomplete
3541 to tree list incomplete_list.
3542 (clear_binding_level): Init field with NULL.
3543 (pushdecl): Add incomplete type to list.
3544 (mark_binding_level): Mark the incomplete list.
3545 (finish_struct): Scan the incomplete list for types instead
3546 of all decls in the current binding level.
3547
3548 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
3549
3550 * pa.c (output_millicode_call): Add missing '%' characters.
3551 (output_call): Likewise.
3552
3553 2002-05-31 David Edelsohn <edelsohn@gnu.org>
3554
3555 * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
3556 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
3557
3558 2002-05-31 Alan Lehotsky <apl@alum.mit.edu>
3559
3560 * varasm.c (mark_constant_pool): Walk epilogue delay list
3561 checking the insn, not the chain for potential constants.
3562
3563 Fri May 31 12:38:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
3564
3565 * config/sh/elf.h (ASM_SPEC): Use subtarget_endian_asm_spec.
3566
3567 Fri May 31 13:50:19 CEST 2002 Jan Hubicka <jh@suse.cz>
3568
3569 * i386.c (classify_argument): Properly handle base types.
3570
3571 * dwarf2out.c (expand_builin_init_dwarf_reg_sizes):
3572 Store first DWARF_FRAME_REGISTERS dwarf registers, not pseudo
3573 registers.
3574
3575 Fri May 31 13:37:54 CEST 2002 Jan Hubicka <jh@suse.cz>
3576
3577 * gcse.c (gcse_emit_move_after): New.
3578 (pre_delete, hoist_store): Use it.
3579
3580 * reload1.c (emit_input_reload_insns): Use constrain_operands
3581 instead of constraint_accepts_reg_p to verify optimization.
3582 (constraint_accepts_reg_p): Kill
3583
3584 * reload1.c (reload_cse_delete_noop_set): Kill.
3585 (reload_cse_simplify): use delte_insn_and_edges.
3586
3587 2002-05-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3588
3589 * cfgloop.c (flow_loops_find): Initialize first and last fields
3590 correctly.
3591
3592 2002-05-31 Neil Booth <neil@daikokuya.demon.co.uk>
3593
3594 * c-common.c (builtin_define_std): Correct logic.
3595
3596 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
3597
3598 * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
3599 (output_call): Likewise.
3600
3601 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
3602
3603 * pa.c: Move output.h include after tree.h include.
3604 (pa_asm_output_mi_thunk): Constify identifier lab.
3605
3606 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
3607
3608 * config/ns32k/ns32k.h: Define named constants for the
3609 bits in target_flags and use them.
3610 * config/ns32k/netbsd.h (TARGET_DEFAULT): Use named constants.
3611
3612 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
3613
3614 * config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
3615 architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
3616 * pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
3617 default scheduling model.
3618 * pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
3619 * pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
3620 * pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
3621 * doc/install.texi (hppa*-*-*): Document default scheduling.
3622
3623 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
3624
3625 * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
3626
3627 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
3628
3629 * config.gcc (ns32k-*-netbsd*): Set tm_file to
3630 "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
3631 * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
3632 netbsd.h, or netbsd-aout.h.
3633
3634 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
3635
3636 * longlong.h (count_trailing_zeros): Add missing \, and clean up
3637 whitespace in __ns32000__ case.
3638
3639 2002-05-31 Aldy Hernandez <aldyh@redhat.com>
3640
3641 * expr.c (expand_expr): Output partially zeroed out vectors with
3642 output_constant_def.
3643
3644 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3645
3646 * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh.
3647 (sh-*-netbsdelf*)
3648 (shl*-*-netbsdelf*): New targets.
3649 * config/sh/netbsd-elf.h: New file.
3650 * config/sh/t-netbsd: New file.
3651
3652 2002-05-30 Richard Henderson <rth@redhat.com>
3653 Eric Botcazou <ebotcazou@multimania.com>
3654
3655 PR optimization/6822
3656 * config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
3657 to unsigned int for op1 comparisons. Use gen_int_mode.
3658
3659 2002-05-30 Eric Botcazou <ebotcazou@multimania.com>
3660
3661 * expmed.c (const_mult_add_overflow_p): New.
3662 * expr.h: Declare it.
3663 * loop.c (maybe_eliminate_biv_1) [COMPARE]: Use it.
3664 Don't eliminate the biv if the giv has a constant multiplier and
3665 the rhs argument of the comparison does satisfy the predicate.
3666 Use expand_mult_add to compute the replacement constant.
3667
3668 2002-05-30 Osku Salerma <osku@iki.fi>
3669
3670 * c-common.c (c_common_attribute_table): Add "may_alias" entry.
3671 (c_common_get_alias_set): Handle it.
3672 * doc/extend.texi: Document it.
3673
3674 2002-05-30 Richard Henderson <rth@redhat.com>
3675
3676 * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
3677 * toplev.c (process_options): Don't check it.
3678 * doc/tm.texi: Don't document it.
3679 * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
3680 (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
3681 * config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
3682 frame pointer optimization if current_function_profile.
3683
3684 2002-05-30 Kazu Hirata <kazu@cs.umass.edu>
3685
3686 * langhooks.c: Fix formatting.
3687 * langhooks.h: Likewise.
3688 * lcm.c: Likewise.
3689 * libgcc2.c: Likewise.
3690 * lists.c: Likewise.
3691 * local-alloc.c: Likewise.
3692 * loop.c: Likewise.
3693 * loop.h: Likewise.
3694
3695 2002-05-30 Marc Espie <espie@openbsd.org>
3696
3697 * config.gcc (sparc64-*-openbsd*): New.
3698 * config/sparc/openbsd1-64.h: New.
3699 * config/sparc/openbsd64.h: New.
3700
3701 2002-05-30 Jeff Law <law@redhat.com>
3702
3703 * flow.c (propagate_one_insn): Revise yesterday's patch. Delete
3704 a dead insn with a REG_RETVAL note when the entire libcall is not
3705 dead and remove the associated REG_LIBCALL note at the same time.
3706
3707 Thu May 30 19:54:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
3708
3709 * lcm.c (output.h): #include.
3710 (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
3711 as an ordinary block.
3712 (optimize_mode_switching): Don't pretend that the exit block is
3713 an ordinary block, or handle sucessors of entry block specially.
3714 Instead, split edges from entry block and to exit block, and
3715 put a computing definition on the thus gained post-entry-block,
3716 and a need on the pre-exit-block.
3717
3718 Thu May 30 20:28:01 CEST 2002 Jan Hubicka <jh@suse.cz>
3719
3720 * gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
3721 * rtl.texi: Document 'B'
3722
3723 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
3724
3725 * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute
3726 at run-time.
3727 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.
3728
3729 2002-05-30 Aldy Hernandez <aldyh@redhat.com>
3730
3731 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
3732 const0_rtx instead of NULL_RTX when in error.
3733 (altivec_expand_abs_builtin): Same.
3734 (rs6000_expand_binop_builtin): Same.
3735 (altivec_expand_predicate_builtin): Same.
3736 (altivec_expand_stv_builtin): Same.
3737 (rs6000_expand_ternop_builtin): Same.
3738 (altivec_expand_builtin): Same.
3739
3740 2002-05-29 David S. Miller <davem@redhat.com>
3741
3742 * rtl.h (clear_emit_caches): Delete.
3743 * integrate.c (output_inline_function): Don't call it.
3744 * emit-rtl.c (restore_emit_status, init_emit): Likewise.
3745 (clear_emit_caches): Delete definition.
3746 (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise.
3747
3748 2002-05-30 Hans-Peter Nilsson <hp@bitrange.com>
3749
3750 * config/mmix/mmix.c: Include real.h.
3751 (mmix_constant_address_p): Remove redundant test before switch.
3752
3753 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3754
3755 * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
3756 only if not already defined.
3757
3758 2002-05-29 Kazu Hirata <kazu@cs.umass.edu>
3759
3760 * config/h8300/h8300-protos.h: Remove prototypes for
3761 ok_for_bclr and small_power_of_two.
3762 * config/h8300/h8300.c (small_power_of_two): Remove.
3763 (ok_for_blcr): Likewise.
3764 (fix_bit_operand): Make WHAT deal with an integer instead of a
3765 constraint character.
3766 * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
3767 (CONST_OK_FOR_P): Likewise.
3768 (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
3769 CONST_OK_FOR_P any more.
3770 * config/h8300/h8300.md (andqi3): Adjust to the new prototype
3771 of fix_bit_operand.
3772 (iorqi3): Likewise.
3773 (xorqi3): Likewise.
3774
3775 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3776
3777 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3778 (CPP_PREDEFINES): Make sure this is undefined.
3779 (CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
3780 since it is no longer in CPP_PREDEFINES. Don't -U__MIPSEL__
3781 or -U__MIPSEB__ before defining one or the other. Instead,
3782 use %(subtarget_endian_default) if neither -EB nor -EL are
3783 specified.
3784 (SUBTARGET_EXTRA_SPECS): Define.
3785 (SUBTARGET_CPP_SPEC): Remove __LONG64 handling. Use
3786 %(netbsd_cpp_spec).
3787
3788 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3789
3790 * doc/md.texi (Patterns): Note pattern condition pitfall
3791 for unnamed insn.
3792
3793 2002-05-29 Aldy Hernandez <aldyh@redhat.com>
3794
3795 * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
3796 when TARGET_ALTIVEC. Move handling of generic unary, binary, and
3797 ternary operations from here...
3798 (rs6000_expand_builtin): ...to here.
3799 New argument expandedp.
3800 Change all instances of altivec_expand_binop_builtin to
3801 rs6000_expand_binop_builtin.
3802 (altivec_expand_unop_builtin): Rename to
3803 rs6000_expand_unop_builtin.
3804 (altivec_expand_binop_builtin): Rename to
3805 rs6000_expand_binop_builtin.
3806 (altivec_expand_ternop_builtin): Rename to
3807 rs6000_expand_ternop_builtin.
3808
3809 2002-05-29 Richard Henderson <rth@redhat.com>
3810
3811 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
3812 (TARGET_BI_ARCH): Likewise.
3813 * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value.
3814 (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT.
3815 (TARGET_64BIT_DEFAULT): Default to 0.
3816 (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER.
3817
3818 2002-05-29 Richard Henderson <rth@redhat.com>
3819
3820 * config/i386/i386.c (USE_HIDDEN_LINKONCE): New.
3821 (get_pc_thunk_name): New.
3822 (output_set_got): Use it.
3823 (ix86_asm_file_end): If USE_HIDDEN_LINKONCE, emit get_pc thunks
3824 into linkonce sections.
3825
3826 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3827
3828 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
3829 (CPP_PREDEFINES): Make sure this is undefined.
3830 (CPP_SUBTARGET_SPEC64, CPP_SUBTARGET_SPEC32): Remove.
3831 (CPP_SUBTARGET_SPEC): Don't provide different versions for
3832 default-32 and default-64. Just always use %(netbsd_cpp_spec).
3833 (SUBTARGET_EXTRA_SPECS): Remove cpp_subtarget_spec32 and
3834 cpp_subtarget_spec64. Add netbsd_cpp_spec.
3835 * config/sparc/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3836 (CPP_PREDEFINES): Make sure this is undefined.
3837 (SUBTARGET_EXTRA_SPECS): Define.
3838 (CPP_SPEC): Use %(netbsd_cpp_spec).
3839
3840 2002-05-29 Jeff Law <law@redhat.com>
3841
3842 * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
3843
3844 * flow.c (propagate_one_insn): Do not remove a dead insn if it
3845 contains a REG_RETVAL note.
3846
3847 * haifa-sched (sched_analyze): Remove another useless clearing
3848 of SCHED_GROUP_P I missed yesterday.
3849
3850 * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
3851 * pa.c (pa_asm_output_mi_thunk): New function.
3852 * pa-protos.h (pa_asm_output_mi_thunk): Declare.
3853
3854 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3855 Marek Michalkiewicz <marekm@amelek.gda.pl>
3856
3857 * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.
3858 (avr_asm_only_p): Make non-static.
3859 (enum avr_arch): Remove.
3860 (avr_arch_types): New.
3861 (avr_mcu_types): Update.
3862 (avr_override_options): Use avr_arch_types table instead of switch.
3863 * avr.h (CPP_PREDEFINES): Die.
3864 (avr_base_arch_macro, avr_extra_arch_macro): New.
3865 (TARGET_CPU_CPP_BUILTINS): New.
3866 (CPP_SPEC, EXTRA_SPECS): Simplify.
3867 (CPP_AVR1_SPEC, CPP_AVR2_SPEC, CPP_AVR3_SPEC, CPP_AVR4_SPEC,
3868 CPP_AVR5_SPEC): Die.
3869
3870 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3871
3872 * config/arm/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
3873 NETBSD_OS_CPP_BUILTINS_AOUT.
3874 (SUBTARGET_EXTRA_SPECS): Define.
3875 (CPP_SPEC): Use %(netbsd_cpp_spec).
3876
3877 2002-05-29 Richard Henderson <rth@redhat.com>
3878
3879 * config/i386/i386.c (ix86_output_function_epilogue): New.
3880 (TARGET_ASM_FUNCTION_EPILOGUE): New.
3881 (pic_label_name): Remove.
3882 (pic_labels_used): New.
3883 (ix86_asm_file_end): Emit one pc load stub for each register used.
3884 (output_set_got): Generate deep pc load to any register.
3885 (ix86_select_alt_pic_regnum): New.
3886 (ix86_save_reg): Don't save pic register if we can find a valid
3887 call-clobbered replacement.
3888 (ix86_expand_prologue): If we found a valid replacement, renumber
3889 pic_offset_table_rtx.
3890 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Look at
3891 pic_offset_table_rtx after reload.
3892 (REAL_PIC_OFFSET_TABLE_REGNUM): New.
3893 * config/i386/i386.md (set_got): Make insn, not expander.
3894 (set_got_nopic, set_got_deep, set_got_nodeep): Remove.
3895
3896 2002-05-29 Richard Henderson <rth@redhat.com>
3897
3898 * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom
3899 alignment for alloca.
3900
3901 2002-05-29 Richard Henderson <rth@redhat.com>
3902
3903 * config/i386/i386.c (output_pic_addr_const): Lowercase rip.
3904 (print_operand_address): Only add rip for symbolic addresses
3905 for which we do not have another relocation type.
3906
3907 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3908
3909 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
3910 (EXTRA_SPECS): Add netbsd_cpp_spec.
3911 (CPP_SPEC): Use %(netbsd_cpp_spec).
3912 (CPP_PREDEFINES): Remove.
3913 * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3914 (EXTRA_SPECS): Define.
3915 (CPP_SPEC): Use %(netbsd_cpp_spec).
3916 (CPP_PREDEFINES): Remove.
3917
3918 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3919
3920 PR preprocessor/6844
3921 * cppmacro.c (cpp_macro_definition): Reserve space for terminating
3922 NUL.
3923
3924 2002-05-29 Eric Christopher <echristo@redhat.com>
3925
3926 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Add support for
3927 mips5/mips32/mips64 and _MIPS_ISA_MIPSXX.
3928
3929 2002-05-29 Nick Clifton <nickc@cambridge.redhat.com>
3930
3931 * config/fr30/fr30.md: Remove previous restriction on splits.
3932 Enforce conformance through gen_lowpart and cont_int_operand.
3933 * config/fr30/fr30.h (BSS_SECTION_ASM_OP): Use ".section .bss"
3934 as the assembler does not support ".bss".
3935
3936 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3937
3938 * config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
3939 (CPP_PREDEFINES): Remove.
3940 (SUBTARGET_EXTRA_SPECS): Define.
3941 (CPP_SPEC): Use %(netbsd_cpp_spec).
3942 * config/i386/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
3943 (CPP_PREDEFINES): Remove.
3944 (SUBTARGET_EXTRA_SPECS): Define.
3945 (CPP_SPEC): Use %(netbsd_cpp_spec).
3946 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Define.
3947 (CPP_PREDEFINES, CPP_LP64_SPEC, CPP_SUBTARGET_SPEC): Remove.
3948 (SUBTARGET_EXTRA_SPECS): Remove cpp_lp64 and cpp_subtarget.
3949 Add netbsd_cpp_spec.
3950 (CPP_SPEC): Remove %(cpp_subtarget), add %(netbsd_cpp_spec).
3951
3952 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
3953 Zack Weinberg <zack@codesourcery.com>
3954
3955 * cppexp.c (cpp_num): Move to cpplib.h.
3956 (CPP_ERROR): Remove.
3957 (interpret_float_suffix, interpret_int_suffix): New.
3958 (struct suffix, vsuf_1, vsuf_2, vsuf_3): Remove.
3959 (cpp_classify_number, cpp_interpret_integer): New.
3960 (interpret_number): Remove.
3961 (eval_token): Update to use new routines.
3962 * cpphash.h (cpp_num_part): Move to cpplib.h.
3963 * cppinit.c (cpp_post_options): Set warn_long_long.
3964 * cpplib.h (struct cpp_options): Add warn_long_long.
3965 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
3966 CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
3967 CPP_N_MEDIUM, CPP_N_LARGE, CPP_N_RADIX, CPP_N_DEC, CPP_N_HEX,
3968 CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
3969 cpp_interpret_integer): New.
3970
3971 2002-05-29 Joel Sherrill <joel@OARcorp.com>
3972
3973 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
3974
3975 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3976
3977 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
3978 NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_OS_CPP_BUILTINS_LP64.
3979 (CPP_SUBTARGET_SPEC): Define.
3980 (SUBTARGET_EXTRA_SPECS): Define.
3981 (CPP_SPEC): Remove.
3982
3983 2002-05-29 Chris Lattner <sabre@nondot.org>
3984
3985 * ssa.c (rename_insn_1): Rename uses of undefined registers to
3986 prevent confusion if/when the register is defined.
3987
3988 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
3989
3990 PR target/6838
3991 * config/cris/cris.md: Fix typos and thinkos in comments.
3992 ("*mov_sideqi_biap_mem"): Remove '*' in constraint for operand 4,
3993 second alternative.
3994 ("*mov_sidehi_biap_mem", "*mov_sidesi_biap_mem"): Ditto.
3995 ("*mov_sideqi_mem"): Similar, but for operand 3.
3996 ("*mov_sidehi_mem", "*mov_sidesi_mem"): Ditto.
3997 (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
3998 Remove spurious mode specifier on operand 2.
3999
4000 2002-05-29 Kazu Hirata <kazu@cs.umass.edu>
4001
4002 * config/h8300/h8300-protos.h: Remove the prototype for
4003 o_operand.
4004 Add prototypes for single_one_operand and single_zero_operand.
4005 * config/h8300/h8300.c (o_operand): Remove.
4006 (single_one_operand): New.
4007 (single_zero_operand): Likewise.
4008 (print_operand): For 'V' operand, and the operand with 0xff.
4009 For 'V' and 'W' operands, do not and the bit position with 7.
4010 * config/h8300/h8300.md (various anonymous patterns): Replace
4011 use of exact_log2 with single_one_operand/single_zero_operand.
4012
4013 2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
4014
4015 * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
4016
4017 2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
4018
4019 * config/s390/s390.c (legitimate_pic_operand_p): Do not
4020 accept symbolic LARL operands.
4021 (s390_emit_epilogue): Do not set FRAME_RELATED_P on
4022 epilogue insns.
4023
4024 2002-05-29 Hartmut Penner <hpenner@de.ibm.com>
4025
4026 * config/s390/s390.md (cmpstr_64/31): Mark whole
4027 input registers as used.
4028
4029 2002-05-28 Richard Henderson <rth@redhat.com>
4030
4031 * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live,
4032 not current_function_uses_pic_offset_table and
4033 current_function_uses_const_pool; examine current_function_profile.
4034 (ix86_expand_prologue): Likewise. Add pic_offset_table_rtx as
4035 input to blockage if needed.
4036 (ix86_expand_call): Do not set current_function_uses_pic_offset_table.
4037 (legitimize_pic_address): Likewise. Set regs_ever_live for
4038 pic_offset_table_rtx when invoked during reload.
4039 * config/i386/i386.h (FINALIZE_PIC): Remove.
4040 * config/i386/i386.md (tablejump): Reformat. Do not set
4041 current_function_uses_pic_offset_table.
4042 (tls_global_dynamic, tls_local_dynamic_base): Likewise.
4043 (blockage): Accept anything as operand 0.
4044
4045 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4046
4047 * config/netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define
4048 common CPP built-ins for all NetBSD a.out targets.
4049 * config/netbsd-elf.h (NETBSD_OS_CPP_BUILTINS_ELF): Define
4050 common CPP built-ins for all NetBSD ELF targets.
4051 * config/netbsd.h: Add missing notice.
4052 (NETBSD_OS_CPP_BUILTINS_COMMON): Define common CPP built-ins
4053 for all NetBSD targets.
4054 (NETBSD_OS_CPP_BUILTINS_LP64): Define common CPP built-ins
4055 for all NetBSD targets using an LP64 code model.
4056 (NETBSD_CPP_SPEC): Define CPP_SPEC parts common to all
4057 NetBSD targets.
4058
4059 2002-05-28 Richard Henderson <rth@redhat.com>
4060
4061 * flow.c (update_life_info_in_dirty_blocks): Only do a partial
4062 update if UPDATE_LIFE_LOCAL.
4063
4064 2002-05-28 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
4065
4066 * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
4067
4068 Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
4069 Jason R. Thorpe <thorpej@wasabisystems.com>
4070
4071 config/sh reorganization to factor out endianness and coff:
4072
4073 * config/sh/little.h: New file.
4074 * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
4075 defined, define to 0 to select big-endian.
4076 (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
4077 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
4078 * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
4079 * config/sh/t-be: New file.
4080 * config/sh/t-le: New file.
4081
4082 * sh.h (SDB_DEBUGGING_INFO, #include "dbxcoff.h"): Moved to sh/coff.h.
4083 (SDB_DELIM, MAX_OFILE_ALIGNMENT, IDENT_ASM_OP): Likewise.
4084 (TARGET_ASM_NAMED_SECTION, ASM_OUTPUT_SKIP): Likewise.
4085 (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Likewise.
4086 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise.
4087 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
4088 (ASM_FILE_END, ASM_DECLARE_FUNCTION_NAME): Deleted.
4089 (CPP_SPEC, SUBTARGET_CPP_ENDIAN_SPEC): Likewise.
4090 (SUBTARGET_CPP_SPEC, CPP_DEFAULT_CPU_SPEC, CPP_PREDEFINES): Likewise.
4091 (EXTRA_SPECS): Remove SUBTARGET_CPP_ENDIAN_SPEC and
4092 CPP_DEFAULT_CPU_SPEC. Add LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL,
4093 SUBTARGET_LINK_EMUL_SUFFIX and SUBTARGET_LINK_SPEC.
4094 (LINK_SPEC): Define to SH_LINK_SPEC.
4095 (TARGET_CPU_CPP_BUILTINS, SH_LINK_SPEC): Define.
4096 (LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL): Likewise.
4097 (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
4098 (CPP_SPEC): Reduce to %(subtarget_cpp_spec).
4099 (TARGET_ENDIAN_DEFAULT): Define if not already defined.
4100 * config/sh/coff.h: New file.
4101 (TARGET_ASM_NAMED_SECTION): Now default_coff_asm_named_section
4102 (TARGET_OBJFMT_CPP_BUILTINS): Define.
4103 * config/sh/elf.h (IDENT_ASM_OP): No need to #undef at the start.
4104 (ASM_FILE_END, ASM_OUTPUT_SOURCE_LINE): Likewise.
4105 (DBX_OUTPUT_MAIN_SOURCE_FILE_END, TARGET_ASM_NAMED_SECTION): Likewise.
4106 (ASM_DECLARE_FUNCTION_NAME, MAX_OFILE_ALIGNMENT, SIZE_TYPE): Likewise.
4107 (PTRDIFF_TYPE): Likewise.
4108 ("dbxelf.h", "elfos.h", "svr4.h"): Don't #include.
4109 (CPP_PREDEFINES): Don't define.
4110 (TARGET_OBJFMT_CPP_BUILTINS): Define.
4111 (LINK_SPEC): Define to SH_LINK_SPEC.
4112 (LINK_EMUL_PREFIX): Redefine.
4113 * config/sh/linux.h: (SUBTARGET_CPP_SPEC): Remove -fpic / -fPIC cases.
4114 (SUBTARGET_CPP_ENDIAN_SPEC, CPP_DEFAULT_CPU_SPEC): Remove redefinition.
4115 (CPP_PREDEFINES, SUBTARGET_ASM_ENDIAN_SPEC): Likewise.
4116 (CC1_SPEC, CC1PLUS_SPEC, LINK_SPEC): Likewise.
4117 (TARGET_OS_CPP_BUILTINS): Define.
4118 (TARGET_DEFAULT): Redefine.
4119 (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
4120 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Remove.
4121 (LINK_SPEC): Don't redefine.
4122 (LINK_DEFAULT_CPU_EMUL): Redefine.
4123 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
4124 * sh.c (sh_asm_named_section): Don't declare / define.
4125 * t-linux (MULTILIB_OPTIONS): Rely on pre-set endianness option.
4126 * config.gcc (sh-*-elf* tm_file): Add dbxelf.h elfos.h svr4.h.
4127 (sh64-*-elf* tm_file): Likewise.
4128 (sh-*-rtemself* tm_file): Likewise.
4129 (sh-*-linux* tm_file): Likewise. Add sh/little.h.
4130 (sh-*-linux* tmake_file): Add sh/t-le.
4131 (sh-*-rtems* tm_file): Add sh/coff.h
4132 (sh-*-* tm_file): Likewise.
4133
4134 Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
4135
4136 * sh.h (LEGITIMATE_PIC_OPERAND_P): Check for SYMBOL_REF before using
4137 CONSTANT_POOL_ADDRESS_P.
4138
4139 * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
4140
4141 2002-05-28 David Edelsohn <edelsohn@gnu.org>
4142 Jeff Law <law@redhat.com>
4143
4144 * optabs.c (expand_binop): Fix nwords sign warnings.
4145 generate pseudo for add_optab.
4146
4147 * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.
4148 * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
4149
4150 2002-05-28 Marc Espie <espie@openbsd.org>
4151
4152 * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN): Remove,
4153 inherited from gas.h.
4154 (ASM_QUAD): Undef. OpenBSD does not support it.
4155
4156 2002-05-28 Danny Smith <dannysmith@users.sourceforge.net>
4157
4158 * doc/install.texi (binaries): Change mingw binaries
4159 link to www.mingw.org.
4160
4161 2002-05-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4162
4163 * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.
4164
4165 2002-05-28 Richard Henderson <rth@redhat.com>
4166
4167 * config/i386/i386.c (ix86_compute_frame_layout): Do not add
4168 bottom alignment for leaf functions.
4169
4170 2002-05-28 Zack Weinberg <zack@codesourcery.com>
4171
4172 * config/pa/milli32.S, config/pa/lib1funcs.asm,
4173 config/sparc/sol2-g1.asm: Delete unused files.
4174
4175 2002-05-28 Richard Henderson <rth@redhat.com>
4176
4177 * cfg.c (dump_flow_info): Print bb->index, not i, for block number.
4178
4179 * flow.c (calculate_global_regs_live): Rename call_used to
4180 invalidated_by_call. Initialize from regs_invalidated_by_call
4181 instead of call_used_regs.
4182
4183 * varasm.c (default_binds_local_p): Check TREE_PUBLIC before
4184 DECL_EXTERNAL.
4185
4186 2002-05-28 Zack Weinberg <zack@codesourcery.com>
4187
4188 * tree.h: Don't include real.h.
4189 Forward-declare struct realvaluetype.
4190 (struct tree_real_cst): Point to the REAL_VALUE_TYPE, do not
4191 contain it.
4192 (TREE_REAL_CST_PTR): New accessor.
4193 (TREE_REAL_CST): Update.
4194 * real.h: Include machmode.h.
4195 (realvaluetype): Make it struct realvaluetype, not a typedef.
4196 (build_real): Prototype here.
4197
4198 * tree.c: Include real.h.
4199 (build_real): Allocate the REAL_VALUE_TYPE as a separate
4200 object in GC memory, set TREE_REAL_CST_PTR to point to it.
4201 (build_real_from_int_cst): Use build_real.
4202 * ggc-common.c (ggc_mark_trees): Mark TREE_REAL_CST_PTR of a
4203 REAL_CST.
4204
4205 * builtins.c, c-common.c, c-lex.c, dwarf2out.c, expr.c,
4206 fold-const.c, print-tree.c, real.c: Include real.h.
4207 * Makefile.in: Update dependency lists.
4208
4209 2002-05-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4210
4211 * basic-block.h (last_basic_block): Declare.
4212 (expunge_block_nocompact): Declaration removed.
4213 (compact_blocks): Declare.
4214 * cfg.c (last_basic_block): New variable.
4215 (expunge_block_nocompact): Removed.
4216 (expunge_block): Do not compact basic blocks.
4217 (compact_blocks): New.
4218 * cfganal.c (flow_call_edges_add): Use the fact that bb indices no
4219 longer change.
4220 * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Set
4221 last_basic_block.
4222 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Do not change
4223 real positions of blocks.
4224 (delete_unreachable_blocks): Simplified -- quadratic behavior now
4225 cannot occur.
4226 (cleanup_cfg): Compact blocks.
4227 * cfgrtl.c (create_basic_block): Insert basic blocks to the end of
4228 basic_block_info varray.
4229 (flow_delete_block): Comment update.
4230 (back_edge_of_syntactic_loop_p): Modify position check code.
4231 (verify_flow_info): Update checking.
4232 * flow.c (calculate_global_regs_live): Use FOR_EACH_BB.
4233 * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
4234 (find_if_case_1, find_if_case_2, if_convert): Use the fact that bb
4235 indices no longer change.
4236 * lcm.c (optimize_mode_switching): Replace n_basic_blocks with
4237 last_basic_block.
4238 * predict.c (estimate_bb_frequencies): Remove unneccessary code.
4239 * profile.c (branch_prob): Compact blocks.
4240 * sched-rgn.c (find_rgns): Replace n_basic_blocks with
4241 last_basic_block.
4242
4243 2002-05-28 Kazu Hirata <kazu@cs.umass.edu>
4244
4245 * config/h8300/h8300.md (two anonymous patterns): New.
4246
4247 2002-05-28 David S. Miller <davem@redhat.com>
4248
4249 * config/sparc/sparc.md (cpu): Tidy.
4250 (type): Delete 'return', add 'ialuX', 'flushw', 'iflush', and
4251 'trap'.
4252 (in_call_delay): Delete reference to 'return' type.
4253 (eligible_for_return_delay, in_return_delay, define_delay
4254 referencing those): Delete.
4255 (rest of file): Use new type attributes as appropriate.
4256 * config/sparc/sparc-protos.h (eligible_for_return_delay): Delete.
4257 * config/sparc/sparc.c (eligible_for_return_delay): Likewise.
4258 * config/sparc/ultra1_2.md (us1_single): New reservation.
4259 (us1_ialuX): Likewise.
4260 * config/sparc/ultra3.md (us3_single): Likewise.
4261 (us3_ialuX): Likewise.
4262 (us3_imul, us3_idiv): Tweak.
4263
4264 2002-05-28 Richard Henderson <rth@redhat.com>
4265
4266 * config/alpha/alpha.c (alpha_in_small_data_p): Return false for
4267 STRING_CST.
4268
4269 2002-05-28 Richard Henderson <rth@redhat.com>
4270
4271 * config.gcc: Obsolete mn10200.
4272
4273 2002-05-28 Neil Booth <neil@daikokuya.demon.co.uk>
4274
4275 * cppexp.c (interpret_number): Optimize for single-digit
4276 and less-than-half-precision cases.
4277 (num_trim, num_positive, num_div_op): Cast constants.
4278
4279 2002-05-27 Bo Thorsen <bo@suse.de>
4280
4281 * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the
4282 3.1 branch. The file was made by Jakub Jelinek.
4283 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386
4284 support so multilib doesn't break. And don't define this at all
4285 when -Dinhibit_libc is used.
4286 (MULTILIB_DEFAULTS): Always set default to 64 bit compilation.
4287 * config/i386/t-linux64: Implement full multilib support. Patch
4288 originally done by Andreas Jaeger and Jakub Jelinek.
4289
4290 2002-05-27 Roger Sayle <roger@eyesopen.com>
4291
4292 * c-common.c: Add support for __attribute__((nothrow)) to specify
4293 that a function cannot throw an exception (using TREE_NOTHROW).
4294 (handle_nothrow_attribute): New function to process this attribute.
4295
4296 * doc/extend.texi: Document the new nothrow function attribute.
4297
4298 2002-05-27 H.J. Lu (hjl@gnu.org)
4299
4300 * cppexp.c (num_trim): Use 1UL instead of 1 for long int.
4301 (num_positive): Likewise.
4302 (num_div_op): Likewise.
4303
4304 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
4305
4306 * c-common.c (c_common_init): Always use intmax_t.
4307
4308 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
4309
4310 * c-common.c (c_common_init): Use intmax_t for now.
4311
4312 2002-05-24 Andrew Haley <aph@redhat.com>
4313
4314 * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
4315 if T is a boolean type.
4316
4317 2002-05-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4318
4319 * basic-block.h (last_basic_block): Defined as synonym for
4320 n_basic_blocks.
4321 * cfganal.c (mark_dfs_back_edges, flow_reverse_top_sort_order_compute,
4322 flow_depth_first_order_compute, flow_preorder_transversal_compute,
4323 flow_dfs_compute_reverse_init): Replaced relevant occurences of
4324 n_basic_blocks with last_basic_block.
4325 * cfgbuild.c (make_edges): Likewise.
4326 * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
4327 * cfgrtl.c (verify_flow_info, purge_all_dead_edges): Likewise.
4328 * combine.c (combine_instructions): Likewise.
4329 * df.c (df_alloc, df_analyse_1, df_analyse, iterative_dataflow_sbitmap,
4330 iterative_dataflow_bitmap): Likewise.
4331 * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
4332 calc_idoms, idoms_to_doms): Likewise.
4333 * flow.c (update_life_info_in_dirty_blocks, free_basic_block_vars):
4334 Likewise.
4335 * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties,
4336 compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass,
4337 one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p,
4338 one_pre_gcse_pass, compute_transpout, delete_null_pointer_checks_1,
4339 delete_null_pointer_checks, compute_code_hoist_vbeinout,
4340 hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
4341 compute_store_table, build_store_vectors): Likewise.
4342 * haifa-sched.c (sched_init): Likewise.
4343 * ifcvt.c (if_convert): Likewise.
4344 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
4345 pre_edge_lcm, compute_available, compute_nearerout,
4346 compute_rev_insert_delete, pre_edge_rev_lcm, optimize_mode_switching):
4347 Likewise.
4348 * predict.c (estimate_probability, process_note_prediction,
4349 note_prediction_to_br_prob): Likewise.
4350 * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): Likewise.
4351 * recog.c (split_all_insns, peephole2_optimize): Likewise.
4352 * regrename.c (copyprop_hardreg_forward): Likewise.
4353 * resource.c (init_resource_info): Likewise.
4354 * sched-rgn.c (build_control_flow, find_rgns, compute_trg_info,
4355 init_regions, schedule_insns): Likewise.
4356 * ssa-ccp.c (ssa_const_prop): Likewise.
4357 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
4358 * ssa.c (compute_dominance_frontiers,
4359 compute_iterated_dominance_frontiers, convert_to_ssa): Likewise.
4360
4361 * df.c (df_refs_unlink): Fix FOR_EACH_BB usage (in #if 0'ed code)
4362 * gcse.c (alloc_rd_mem, alloc_avail_expr_mem): Use n_blocks for vector
4363 sizes consistently.
4364
4365 Mon May 27 14:28:12 CEST 2002 Jan Hubicka <jh@suse.cz>
4366
4367 * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge):
4368 new.
4369 * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,
4370 hoist_insn_after, hoist_insn_to_edge): New.
4371
4372 Mon May 27 12:14:02 CEST 2002 Jan Hubicka <jh@suse.cz>
4373
4374 * basic-block.h (PEOP_SCAN_DEAD_STORES): New.
4375 (PROP_FINAL): Include.
4376 * flow.c (life_analysis, update_life_info,
4377 init_propagate_block_info, mark_set_1, mark_used_rgs):
4378 Support SCAN_DEAD_STORE.
4379
4380 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
4381
4382 * c-common.c (c_common_init): Set CPP arithmetic precision.
4383 * cppexp.c (cpp_num_part): Move typedef ...
4384 * cpphash.h: ...here; make unsigned HOST_WIDE_INT.
4385 * cppinit.c (cpp_create_reader): Default to host long arithmetic.
4386 (sanity_checks): Update.
4387
4388 2002-05-26 Geoffrey Keating <geoffk@redhat.com>
4389
4390 * Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
4391 (mkheaders): New rule.
4392 (install-mkheaders): New rule.
4393 * configure.in (all_outputs): Add mkheaders.
4394 * configure: Regenerate.
4395 * mkheaders.in: New file.
4396
4397 2002-05-26 Jakub Jelinek <jakub@redhat.com>
4398
4399 * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
4400
4401 2002-05-26 Andreas Jaeger <aj@suse.de>
4402
4403 * cfg.c (dump_flow_info): Remove extra argument to fprintf.
4404
4405 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
4406
4407 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
4408 right_shift): Remove.
4409 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
4410 HIGH_PART): New.
4411 (struct op): Use cpp_num.
4412 (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
4413 num_part_mul, num_unary_op, num_binary_op, num_negate,
4414 num_bitwise_op, num_inequality_op, num_equality_op, num_mul,
4415 num_div_op, num_lshift, num_rshift, append_digit): New.
4416 (interpret_number, parse_defined, eval_token, reduce): Update
4417 for two-integer arithmetic.
4418 (binary_handler): New typedef.
4419 (optab): Update.
4420 (COMPARE, EQUALITY, BITWISE, MINMAX, UNARY, SHIFT): Delete.
4421 (_cpp_parse_expr, reduce): Update to handle two-integers.
4422 * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
4423
4424 2002-05-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
4425
4426 * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.
4427 * config/avr/avr.c (jump_over_one_insn_p): Take length of the
4428 branch insn into account, do not assume 1.
4429 (avr_out_sbxx_branch): New function. Optimize cases of skipping
4430 over single word insn. Handle upper half of I/O space too.
4431 * config/avr/avr.md (*sbrx_branch): Use it.
4432 (*sbrx_and_branchhi, *sbrx_and_branchsi): Likewise.
4433 (*sbix_branch, *sbix_branch_bit7): Likewise.
4434 (*sbix_branch_tmp, *sbix_branch_tmp_bit7): New.
4435 Use RTL peepholes to optimize register operand sign tests.
4436
4437 2002-05-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
4438
4439 * config/avr/avr.c (avr_asm_only_p): New variable.
4440 (avr_override_options): Set it here if AVR1.
4441 (asm_file_start): Test it here, report an error if set.
4442
4443 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
4444
4445 * alias.c: Fix formatting.
4446 * attribs.c: Likewise.
4447 * bb-reorder.c: Likewise.
4448 * bitmap.c: Likewise.
4449 * bitmap.h: Likewise.
4450 * builtins.c: Likewise.
4451
4452 Sun May 26 14:00:44 CEST 2002 Jan Hubicka <jh@suse.cz>
4453
4454 * reload.c (find_valid_class): Accept new argument DEST,
4455 choose class accordingly.
4456 (push_reload): Update callers.
4457
4458 2002-05-26 Andreas Jaeger <aj@suse.de>
4459
4460 * combine.c (combine_instructions): Do not indent #if for
4461 traditional C.
4462
4463 2002-05-25 Richard Henderson <rth@redhat.com>
4464
4465 * c-pragma.c (apply_pragma_weak): Convert value identifier to
4466 string for decl_attributes.
4467 (handle_pragma_weak): Call assemble_alias if we're modifying
4468 an existing decl.
4469
4470 2002-05-25 Richard Henderson <rth@redhat.com>
4471
4472 PR target/6788
4473 * config/sparc/sparc.c (sparc_output_mi_thunk): New implementation
4474 using rtl instead of fprintf.
4475 * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Use it.
4476 * config/sparc/sparc-protos.h: Update.
4477
4478 2002-05-25 Neil Booth <neil@daikokuya.demon.co.uk>
4479
4480 * Makefile.in (C_COMMON_H): Fix.
4481 Update other targets.
4482 * c-common.c: Don't include c-lex.h.
4483 (builtin_define_with_value): Make static and prototype.
4484 (builtin_define_std): Move from c-lex.h.
4485 * c-common.h (init_c_lex): Move from c-lex.h.
4486 * c-decl.c: Don't include c-lex.h.
4487 (make_pointer_declarator): Move from c-parse.in.
4488 * c-lex.c: Don't include c-lex.h.
4489 * c-lex.h: Remove.
4490 * c-parse.in: Don't include c-lex.h; include c-pragma.h.
4491 (make_pointer_declarator): Move to c-decl.c.
4492 * c-pragma.c: Don't include c-lex.h.
4493 * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
4494 * c-tree.h (make_pointer_declarator): New.
4495 doc:
4496 * passes.texi, tm.texi: Update.
4497 objc:
4498 * Make-lang.in: Update and correct.
4499 * objc-act.c: Don't include c-lex.h or cpplib.h.
4500 treelang:
4501 * treetree.c: Don't include c-lex.h.
4502 config:
4503 * darwin-c.c: Don't include c-lex.h.
4504 * c4x/c4x-c.c: Don't include c-lex.h.
4505 * c4x/t-c4x: Update.
4506 * i370/i370-c.c: Don't include c-lex.h.
4507 * i370/t-i370: Update.
4508 * i960/i960-c.c: Don't include c-lex.h.
4509 * i960/i960.c: Don't include cpplib.h, c-lex.h or c-pragma.h.
4510 * i960/t-960bare: Update.
4511 * i960/t-vxworks: Update.
4512 * rs6000/rs6000-c.c: Don't include c-lex.h; include c-pragma.h.
4513 * rs6000/t-darwin: Update.
4514 * rs6000/t-rs6000-c-rule: Update.
4515 * v850/v850-c.c: Don't include c-lex.h.
4516 * v850/v850.c: Don't include c-lex.h or cpplib.h.
4517
4518
4519 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
4520
4521 * tree.def: Fix typos.
4522 * doc/install.texi: Likewise.
4523
4524 2002-05-25 Richard Henderson <rth@redhat.com>
4525
4526 * configure.in (HAVE_AS_TLS): Add ia64 test.
4527 * configure: Rebuild.
4528 * config/ia64/ia64.c (ia64_tls_size_string, ia64_tls_size): New.
4529 (override_options): Set it.
4530 (TARGET_HAVE_TLS): New.
4531 (sdata_symbolic_operand): Look for 's'.
4532 (tls_symbolic_operand): New.
4533 (ia64_expand_load_address): Abort for tls symbols.
4534 (gen_tls_get_addr): New.
4535 (gen_thread_pointer): New.
4536 (ia64_expand_move): Split out from movdi. Handle tls symbols.
4537 (rtx_needs_barrier): Add new unspecs.
4538 (ia64_encode_section_info): Handle tls symbols.
4539 (ia64_strip_name_encoding): Strip two encoding chars.
4540 * config/ia64/ia64.h (ia64_tls_size, ia64_tls_size_string): New.
4541 (TARGET_TLS14, TARGET_TLS22, TARGET_TLS64): New.
4542 (TARGET_OPTIONS): Add tls-size.
4543 (ENCODE_SECTION_INFO_CHAR): Rename from SDATA_NAME_FLAG_CHAR.
4544 * config/ia64/ia64.md (UNSPEC_LTOFF_DTPMOD, UNSPEC_LTOFF_DTPREL,
4545 UNSPEC_DTPREL, UNSPEC_LTOFF_TPREL, UNSPEC_TPREL, UNSPEC_LD_BASE): New.
4546 (movqi, movhi, movsi, movdi, movti): Use ia64_expand_move.
4547 (movsf, movdf): Likewise.
4548 (movdi_symbolic): Use match_scratch. Don't split if we won't
4549 have a scratch availiable.
4550 (load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22,
4551 add_dtprel, add_dtprel14, add_dtprel22, load_ltoff_tprel, load_tprel,
4552 load_tprel64, load_tprel22, add_tprel, add_tprel14, add_tprel22): New.
4553 * config/ia64/ia64-protos.h: Update.
4554 * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use
4555 sdata_symbolic_operand.
4556 (ASM_OUTPUT_LABELREF): Strip two characters.
4557
4558 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
4559
4560 * combine.c (simplify_set): Remove an unnecessary subreg.
4561
4562 2002-05-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
4563
4564 * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
4565
4566 * config/avr/avr.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_BSS): New.
4567
4568 2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
4569
4570 * toplev.c (output_clean_symbol_name): Fix another thinko. Gosh.
4571
4572 2002-05-25 Roger Sayle <roger@eyesopen.com>
4573
4574 * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
4575 (cond (compare x y) 0) into the equivalent (cond x y).
4576
4577 2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
4578
4579 * toplev.c (output_clean_symbol_name): Use xstrdup. Fix thinko.
4580
4581 2002-05-24 Zack Weinberg <zack@codesourcery.com>
4582
4583 * config.gcc: Remove all stanzas for previously obsoleted
4584 systems. Where necessary, add explicit error stanzas to
4585 prevent removed systems from being misidentified as something
4586 else. Begin a fresh obsoletions list, with the systems that
4587 were reprieved last round.
4588 * doc/install.texi: Remove all mention of dead targets.
4589 * fixinc/mkfixinc.sh: Likewise.
4590
4591 * config/arm/arm.h: Bit 31 of target_flags is no longer
4592 reserved.
4593
4594 * config/1750a/1750a-protos.h, config/1750a/1750a.c,
4595 config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
4596 config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
4597 config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
4598 config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
4599 config/alpha/osf12.h, config/alpha/osf2or3.h,
4600 config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
4601 config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
4602 config/clipper/clipper-protos.h, config/clipper/clipper.c,
4603 config/clipper/clipper.h, config/clipper/clipper.md,
4604 config/clipper/clix.h, config/convex/convex-protos.h,
4605 config/convex/convex.c, config/convex/convex.h,
4606 config/convex/convex.md, config/convex/fixinc.convex,
4607 config/convex/proto.h, config/elxsi/elxsi-protos.h,
4608 config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
4609 config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
4610 config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
4611 config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
4612 config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
4613 config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
4614 config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
4615 config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
4616 config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
4617 config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
4618 config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
4619 config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
4620 config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
4621 config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
4622 config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
4623 config/m68k/altos3068.h, config/m68k/apollo68.h,
4624 config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
4625 config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
4626 config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
4627 config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
4628 config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
4629 config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
4630 config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
4631 config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
4632 config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
4633 config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
4634 config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
4635 config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
4636 config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
4637 config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
4638 config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
4639 config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
4640 config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
4641 config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
4642 config/mips/dec-osf1.h, config/mips/elflorion.h,
4643 config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
4644 config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
4645 config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
4646 config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
4647 config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
4648 config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
4649 config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
4650 config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
4651 config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
4652 config/ns32k/pc532-min.h, config/ns32k/pc532.h,
4653 config/ns32k/sequent.h, config/ns32k/tek6000.h,
4654 config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
4655 config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
4656 config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
4657 config/sparc/rtems.h, config/we32k/we32k-protos.h,
4658 config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
4659 Delete file.
4660
4661 2002-05-24 Richard Henderson <rth@redhat.com>
4662
4663 * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
4664 * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
4665 * config/i386/i386.c (tls_model_chars): Add leading space.
4666 (tls_symbolic_operand): Don't bias by 1.
4667 (legitimize_address): Don't unbias by 1.
4668
4669 2002-05-24 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
4670
4671 * lcm.c (optimize_mode_switching): Change bb used as indices
4672 to bb->index.
4673
4674 2002-05-24 Richard Henderson <rth@redhat.com>
4675
4676 * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
4677 of update_life_info_in_dirty_blocks.
4678
4679 2002-05-24 Jakub Jelinek <jakub@redhat.com>
4680
4681 PR other/6782
4682 * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
4683
4684 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
4685
4686 PR preprocessor/6780
4687 * cppmacro.c (enter_macro_context): Clear state.angled_headers.
4688
4689 2002-05-24 Jim Blandy <jimb@redhat.com>
4690
4691 * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final
4692 entry with a type code of zero, marking the end of the compilation
4693 unit's macro info.
4694
4695 2002-05-24 Richard Henderson <rth@redhat.com>
4696
4697 * varasm.c (asm_output_bss): Always output one byte.
4698 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
4699
4700 2002-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
4701
4702 * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
4703 namespace.
4704
4705 2002-05-24 Andreas Jaeger <aj@suse.de>
4706
4707 * ggc-page.c (alloc_page): Cast variables of type size_t to
4708 unsigned long, adjust printf format string.
4709 (ggc_alloc): Likewise.
4710 (ggc_print_statistics): Likewise.
4711 (ggc_print_statistics): Correct printf format string for SCALE to
4712 use unsigned long.
4713
4714 2002-05-24 Danny Smith <dannysmith@users.sourceforge.net>
4715
4716 * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
4717
4718 2002-05-23 Gabriel Dos Reis <gdr@codesourcery.com>
4719 Zack Weinberg <zack@codesourcery.com>
4720
4721 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly output
4722 quoted strings.
4723 * dwarf2out.c (lookup_filename): Properly quote filename in .file
4724 directive in assembly file.
4725 * config/m68k/dpx2.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
4726 * config/m88k/m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
4727 * config/pj/pj.h (ASM_FILE_START): Likewise.
4728 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
4729 * config/avr/avr.c (asm_file_end): Likewise.
4730 * toplev.c (output_quoted_string): Handle possibly signed plain
4731 char.
4732 * toplev.h (output_clean_symbol_name): Declare
4733 * toplev.c (output_clean_symbol_name): Define.
4734 * config/alpha/alpha.c (unicosmk_output_module_name): Use it.
4735 * config/1750a/1750a.h (ASM_FILE_START): Likewise.
4736
4737 2002-05-24 Alan Modra <amodra@bigpond.net.au>
4738
4739 * config/rs6000/rs6000.c (output_toc): Mask longs to 32 bits.
4740
4741 2002-05-23 Vladimir Makarov <vmakarov@redhat.com>
4742
4743 * genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4
4744 of size of unsigned.
4745
4746 2002-05-23 Richard Henderson <rth@redhat.com>
4747
4748 * configure.in (HAVE_AS_TLS): New test.
4749 * config.in, configure: Rebuild.
4750 * config/i386/i386.c (TARGET_HAVE_TLS): Set if HAVE_AS_TLS.
4751 (ix86_tls_dialect_string, ix86_tls_dialect): New.
4752 (override_options): Set it.
4753 (tls_model_chars, tls_symbolic_operand): New.
4754 (tls_symbolic_operand_1, global_dynamic_symbolic_operand): New.
4755 (local_dynamic_symbolic_operand, initial_exec_symbolic_operand): New.
4756 (local_exec_symbolic_operand): New.
4757 (get_pic_label_name): Merge into output_set_got.
4758 (ix86_asm_file_end): Emit pic_label_name if defined.
4759 (legitimate_constant_p, constant_address_p): New.
4760 (legitimate_pic_operand_p): New.
4761 (legitimate_pic_address_disp_p): Handle GOTTPOFF, NTPOFF, DTPOFF.
4762 (legitimate_address_p): Likewise.
4763 (ix86_encode_section_info): Rename from i386_; handle tls decls.
4764 (ix86_strip_name_encoding): New.
4765 (get_thread_pointer): New.
4766 (legitimize_address): Handle tls symbols.
4767 (output_pic_addr_const): Handle GOTTPOFF, TPOFF, NTPOFF, DTPOFF.
4768 Remove UNSPEC_PLT.
4769 (struct machine_function): Add some_ld_name.
4770 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Set it.
4771 (print_operand) [&]: Use it. Handle UNSPEC_TP.
4772 (output_addr_const_extra): New.
4773 (maybe_get_pool_constant): New.
4774 (ix86_split_to_parts): Use it.
4775 (ix86_expand_move): Handle tls symbols.
4776 (ix86_tls_get_addr): New.
4777 * config/i386/i386.h (TARGET_GNU_TLS, TARGET_SUN_TLS): New.
4778 (TARGET_OPTIONS): Add tls-dialect.
4779 (CONSTANT_ADDRESS_P): Use new out-of-line function.
4780 (LEGITIMATE_CONSTANT_P): Likewise.
4781 (LEGITIMATE_PIC_OPERAND_P): Likewise.
4782 (TARGET_STRIP_NAME_ENCODING): New.
4783 (ASM_OUTPUT_LABELREF): New.
4784 (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
4785 (OUTPUT_ADDR_CONST_EXTRA): New.
4786 (PREDICATE_CODES): Update.
4787 (ix86_tls_dialect, ix86_tls_dialect_string): New.
4788 * config/i386/i386.md: Regroup and renumber unspec constants.
4789 (tls_global_dynamic_gnu, tls_global_dynamic_sun): New.
4790 (tls_local_dynamic_base_gnu, tls_local_dynamic_base_sun): New.
4791 (tls_global_dynamic, tls_local_dynamic_base): New.
4792 (tls_local_dynamic_once): New.
4793 * config/i386/i386-protos.h: Update.
4794
4795 2002-05-23 Richard Henderson <rth@redhat.com>
4796
4797 * genemit.c (gen_insn): Print file:lineno comment before function.
4798 (main): likewise.
4799 * gensupport.c (struct queue_elem): Add filename member.
4800 (queue_pattern): Initialize it; update all callers.
4801 (process_include): Don't free filename.
4802 (read_md_rtx): Set read_rtx_filename.
4803
4804 2002-05-23 Hans Boehm <Hans_Boehm@hp.com>
4805
4806 * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
4807
4808 2002-05-23 Richard Henderson <rth@redhat.com>
4809
4810 * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
4811
4812 2002-05-23 Richard Henderson <rth@redhat.com>
4813
4814 * doc/extend.texi (C++98 Thread-Local Edits): Update with
4815 commentary from Mark.
4816
4817 2002-05-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4818
4819 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
4820 Use FOR_EACH_BB macros to iterate over basic block chain.
4821 * cfg.c (clear_edges, clear_bb_flags, dump_flow_info,
4822 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges):
4823 Likewise.
4824 * cfganal.c (set_edge_can_fallthru_flag, flow_call_edges_add,
4825 find_unreachable_blocks, create_edge_list, verify_edge_list,
4826 remove_fake_edges, add_noreturn_fake_exit_edges,
4827 flow_preorder_transversal_compute, flow_dfs_compute_reverse_execute):
4828 Likewise.
4829 * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
4830 find_sub_basic_blocks): Likewise.
4831 * cfgcleanup.c (try_optimize_cfg, delete_unreachable_blocks):
4832 Likewise.
4833 * cfglayout.c (record_effective_endpoints, cleanup_unconditional_jumps):
4834 Likewise.
4835 * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
4836 Likewise.
4837 * cfgrtl.c (compute_bb_for_insn, tidy_fallthru_edges,
4838 commit_edge_insertions, commit_edge_insertions_watch_calls,
4839 print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise.
4840 * combine.c (combine_instructions, reg_dead_at_p): Likewise.
4841 * conflict.c (conflict_graph_compute): Likewise.
4842 * df.c (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
4843 df_modified_p, df_refs_unlink, df_dump): Likewise.
4844 * dominance.c (calc_dfs_tree, calculate_dominance_info): Likewise.
4845 * final.c (compute_alignments): Likewise.
4846 * flow.c (update_life_info, update_life_info_in_dirty_blocks,
4847 delete_noop_moves, calculate_global_regs_live, allocate_bb_life_data,
4848 count_or_remove_death_notes): Likewise.
4849 * gcse.c (oprs_unchanged_p, record_last_reg_set_info,
4850 compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill,
4851 classic_gcse, compute_transp, cprop, compute_pre_data,
4852 compute_transpout, invalidate_nonnull_info,
4853 delete_null_pointer_checks_1, delete_null_pointer_checks,
4854 compute_code_hoist_vbeinout, hoist_code, compute_ld_motion_mems,
4855 compute_store_table, build_store_vectors, store_motion): Likewise.
4856 * global.c (global_conflicts, mark_elimination): Likewise.
4857 * graph.c (print_rtl_graph_with_bb): Likewise.
4858 * haifa-sched.c (sched_init): Likewise.
4859 * ifcvt.c (if_convert): Likewise.
4860 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
4861 compute_available, compute_nearerout, compute_rev_insert_delete,
4862 optimize_mode_switching): Likewise.
4863 * local-alloc.c (local_alloc, update_equiv_regs): Likewise.
4864 * predict.c (estimate_probability, note_prediction_to_br_prob,
4865 propagate_freq, counts_to_freqs, expensive_function_p,
4866 estimate_bb_frequencies): Likewise.
4867 * profile.c (instrument_edges, get_exec_counts,
4868 compute_branch_probabilities, compute_checksum, branch_prob,
4869 find_spanning_tree): Likewise.
4870 * recog.c (split_all_insns, peephole2_optimize): Likewise.
4871 * reg-stack.c (reg_to_stack, convert_regs_entry, convert_regs):
4872 Likewise.
4873 * regclass.c (scan_one_insn, regclass): Likewise.
4874 * regmove.c (mark_flags_life_zones, regmove_optimize,
4875 record_stack_memrefs): Likewise.
4876 * regrename.c (regrename_optimize, copyprop_hardreg_forward): Likewise.
4877 * reload1.c (reload, reload_combine, fixup_abnormal_edges): Likewise.
4878 * resource.c (find_basic_block): Likewise.
4879 * sched-ebb.c (schedule_ebbs): Likewise.
4880 * sched-rgn.c (is_cfg_nonregular, build_control_flow,
4881 find_single_block_region, find_rgns, schedule_insns)
4882 * sibcall.c (optimize_sibling_and_tail_recursive_call)
4883 * ssa-ccp.c (optimize_unexecutable_edges,
4884 ssa_ccp_df_delete_unreachable_insns): Likewise.
4885 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
4886 * ssa.c (find_evaluations, compute_dominance_frontiers_1,
4887 rename_block, convert_to_ssa, compute_conservative_reg_partition,
4888 compute_coalesced_reg_partition, rename_equivalent_regs,
4889 convert_from_ssa): Likewise.
4890 * config/ia64/ia64.c (emit_predicate_relation_info, process_epilogue,
4891 process_for_unwind_directive): Likewise.
4892
4893 * df.c (FOR_ALL_BBS): Removed.
4894 * gcse.c (struct null_pointer_info): Type of current_block field
4895 changed.
4896 (struct reg_avail_info): Type of last_bb field changed.
4897 * config/ia64/ia64.c (block_num): Removed.
4898 (need_copy_state): Type changed.
4899 (last_block): New.
4900
4901 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
4902
4903 * cppinit.c (mark_named_operators): Split out from init_builtins.
4904 (cpp_finish_options): Call it from here instead.
4905
4906 2002-05-23 Jason Thorpe <thorpej@wasabisystems.com>
4907
4908 * builtin-attrs.def: Update copyright years.
4909 (ATTR_NONNULL): New attribute identifier.
4910 (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_3): New
4911 attribute tree lists.
4912 (DEF_FORMAT_ATTRIBUTE): Chain a nonnull attribute for the
4913 format operand.
4914 (ATTR_FORMAT_ARG_1, ATTR_FORMAT_ARG_2): Use...
4915 (DEF_FORMAT_ARG_ATTRIBUTE): ...this to generate format_arg
4916 attribute lists. Chain the appropriate nonnull attribute.
4917 * c-format.c (check_format_arg): Remove null format string
4918 warning.
4919 * testsuite/gcc.dg/format/null-1.c: New test.
4920
4921 2002-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4922
4923 * Makefile.in (ADAC): Define.
4924 (SYSLIBS): Define.
4925 (.SUFFIXES): Move before language makefile fragments.
4926 (STAGE2_FLAGS_TO_PASS): Use stage CC as ADAC.
4927
4928 2002-05-23 Mark Mitchell <mark@codesourcery.com>
4929
4930 * varasm.c (make_decl_rtl): Don't allow weak variables to be
4931 placed in common.
4932
4933 Thu May 23 19:43:41 CEST 2002 Jan Hubicka <jh@suse.cz>
4934
4935 * cfg.c (dump_flow_info): Print results of
4936 maybe_hot/probably_never_executed predicates.
4937 * toplev.c (open_dump_file): Print function frequency.
4938
4939 2002-05-23 David S. Miller <davem@redhat.com>
4940
4941 * cse.c (approx_reg_cost_1, approx_reg_cost): Recode to not use
4942 regsets.
4943
4944 2002-05-23 Jason Thorpe <thorpej@wasabisystems.com>
4945
4946 * c-common.c (warn_nonnull): Declare.
4947 (c_common_attribute_table): Add "nonnull" attribute.
4948 (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
4949 check_nonnull_arg, get_nonnull_operand, check_function_arguments,
4950 check_function_arguments_recurse): New functions.
4951 * c-common.h (warn_nonnull): Declare extern.
4952 (check_function_arguments, check_function_arguments_recurse): New
4953 prototypes.
4954 * c-decl.c (c_decode_option): Add -Wnonnull option.
4955 * c-format.c (set_Wformat): Set warn_nonnull if enabling
4956 format checking.
4957 (format_check_context): New structure.
4958 (check_format_info_recurse): Remove recursion and rename to...
4959 (check_format_arg): ...this. Update comment.
4960 (check_format_info): Use check_function_arguments_recurse.
4961 * c-typeck.c (build_function_call): Call check_function_arguments
4962 instead of check_function_format.
4963 * doc/extend.texi: Document "nonnull" attribute.
4964 * doc/invoke.texi: Docuemnt -Wnonnull option.
4965 * testsuite/gcc.dg/nonnull-1.c: New test.
4966 * testsuite/gcc.dg/nonnull-2.c: New test.
4967
4968 2002-05-23 David S. Miller <davem@redhat.com>
4969
4970 * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
4971 * cfgcleanup.c (cleanup_cfg): If it is set do not
4972 attempt to delete trivially dead insns.
4973 * except.c (finish_eh_generation): Pass it to cleanup_cfg.
4974 * toplev.c (rest_of_compilation): Document non-trivial aspect
4975 the RTL before optimize_save_area_alloca is run.
4976
4977 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
4978
4979 * c-lex.c (indent_level): Remove.
4980 (cb_file_change, c_lex): Remove indent level handling.
4981 * c-lex.h (indent_level): Remove.
4982 * input.h (struct file_stack): Remove indent_level.
4983 * toplev.c (push_srcloc): Remove indent_level handling.
4984
4985 2002-05-23 Jakub Jelinek <jakub@redhat.com>
4986
4987 PR target/6753
4988 * config/i386/i386.md (sse_movdfcc, sse_movdfcc_eq): Use Y instead
4989 of x in constraints for clarity.
4990 (sse_mov?fcc split): abort if op2 == op3.
4991 (sse_movsfcc_const0_1, sse_movsfcc_const0_2, sse_movsfcc_const0_3,
4992 sse_movsfcc_const0_4): Add earlyclobber.
4993 (sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
4994 sse_movdfcc_const0_4): Likewise. Use DFmode, not SFmode.
4995 Use Y instead of x in constraints.
4996
4997 2002-05-23 Richard Henderson <rth@redhat.com>
4998
4999 * doc/extend.texi (C99 Thread-Local Edits): New subsection.
5000 (C++98 Thread-Local Edits): New subsection.
5001
5002 * config/i386/i386.c, config/i386/i386.h: Tidy comments and whitespace.
5003 (ix86_arch): Set type to enum processor_type.
5004
5005 * config/i386/i386.md (movsi_1, movdi_1_rex64): Use
5006 LEGITIMATE_PIC_OPERAND_P not SYMBOLIC_CONST.
5007
5008 2002-05-23 Jakub Jelinek <jakub@redhat.com>
5009
5010 * configure.in: Fix as version test for binutils 2.12.1 releases
5011 (without dates).
5012 * configure: Rebuilt.
5013
5014 2002-05-23 Richard Henderson <rth@redhat.com>
5015
5016 * config/i386/i386.c (get_pic_label_name): New.
5017 (load_pic_register): Remove.
5018 (output_set_got): New.
5019 (ix86_expand_prologue): Use gen_set_got; mark insn REG_MAYBE_DEAD.
5020 * config/i386/i386.md (UNSPEC_SET_GOT): New.
5021 (UNSPECV_PROLOGUE_SET_GOT, UNSPECV_PROLOGUE_GET_PC): Remove.
5022 (prologue_set_got, prologue_get_pc): Remove.
5023 (set_got, set_got_nopic, set_got_deep, set_got_nodeep): New.
5024 (builtin_setjmp_receiver): Use gen_set_got.
5025 * config/i386/i386-protos.h: Update.
5026
5027 Thu May 23 09:22:23 CEST 2002 Jan Hubicka <jh@suse.cz>
5028
5029 * gcse.c (hash_expr): Do not use alias set for hashing.
5030
5031 2002-05-22 Kevin Buettner <kevinb@redhat.com>
5032
5033 * dbxout.c (dbxout_class_name_qualifiers): New function.
5034 (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.
5035
5036 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
5037
5038 * cpperror.c (_cpp_begin_message): No special casing
5039 of CPP_FATAL_LIMIT.
5040 * cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
5041 (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
5042 * cpplib.c (do_include_common): Use DL_ERROR.
5043 * cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
5044 (DL_ICE): Renumber.
5045 * fix-header.c (read_scan_file): Update.
5046
5047 2002-05-22 Richard Henderson <rth@redhat.com>
5048
5049 * config/i386/i386.c (ix86_expand_call): New function, extracted
5050 from md call patterns. Add pic_offset_table_rtx to
5051 CALL_INSN_FUNCTION_USAGE when needed.
5052 * config/i386/i386.md (call_pop, call): Use ix86_expand_call.
5053 (call_value_pop, call_value, untyped_call): Likewise.
5054 (call_exp, call_value_exp): Remove.
5055 * config/i386/i386-protos.h: Update.
5056
5057 2002-05-22 Richard Henderson <rth@redhat.com>
5058
5059 * varasm.c (default_section_type_flags): Check for VAR_DECL
5060 before using DECL_THREAD_LOCAL.
5061
5062 2002-05-22 David Edelsohn <edelsohn@gnu.org>
5063
5064 * config/rs6000/aix43.h (LINK_SPEC): Add PE initializer.
5065 (STARTFILE_SPEC): Delete PE crt0.o.
5066 * config/rs6000/aix51.h: Same.
5067 * config/rs6000/rs6000.c: Use TARGET_XCOFF, not OBJECT_FORMAT_COFF.
5068 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
5069 function descriptor symbol. Use RS6000_OUTPUT_BASENAME.
5070 (ASM_OUTPUT_DEF_FROM_DECLS): Use RS6000_OUTPUT_BASENAME.
5071 * config/rs6000/xcoff.h (ASM_OUTPUT_DEF): Define.
5072
5073 2002-05-22 Richard Henderson <rth@redhat.com>
5074
5075 * varasm.c (default_section_type_flags): Handle tls data and
5076 default sections.
5077 (default_unique_section): Handle tls sections.
5078
5079 2002-05-23 Alan Modra <amodra@bigpond.net.au>
5080
5081 * configure.in (CROSS): Define NATIVE_CROSS.
5082 * configure: Regenerate.
5083 * gcc.c (STARTFILE_PREFIX_SPEC): Define.
5084 (startfile_prefix_spec): New var.
5085 (static_specs): Add startfile_prefix_spec.
5086 (do_spec_2): Split out from..
5087 (do_spec): ..here.
5088 (main): Process startfile_prefix_spec.
5089 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
5090 dynamic linker.
5091 (STARTFILE_PREFIX_SPEC): Define.
5092 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
5093 absolute paths.
5094
5095 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
5096
5097 * cpperror.c: Fix formatting.
5098 * cppexp.c: Likewise.
5099 * cppfiles.c: Likewise.
5100 * cpphash.c: Likewise.
5101 * cpphash.h: Likewise.
5102 * cppinit.c: Likewise.
5103 * cpplex.c: Likewise.
5104 * cpplib.c: Likewise.
5105 * cppmacro.c: Likewise.
5106 * cppmain.c: Likewise.
5107 * cppspec.c: Likewise.
5108
5109 2002-05-22 Jakub Jelinek <jakub@redhat.com>
5110
5111 * combine.c (force_to_mode): Use gen_int_mode.
5112 Don't clear CONST_INT bits outside of mode.
5113
5114 2002-05-22 Richard Henderson <rth@redhat.com>
5115
5116 * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.
5117 * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
5118
5119 2002-05-22 Jakub Jelinek <jakub@redhat.com>
5120
5121 PR c/6643
5122 * emit-rtl.c (widen_memory_access): Only call compare_tree_int
5123 if DECL_SIZE_UNIT is INTEGER_CST.
5124
5125 2002-05-22 Richard Henderson <rth@redhat.com>
5126
5127 * flow.c (life_analysis): Delete broken reg_label check.
5128
5129 2002-05-22 Richard Henderson <rth@redhat.com>
5130
5131 * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
5132 * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
5133
5134 Wed May 22 18:39:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
5135
5136 * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
5137 (embed-bb.c): New rule.
5138 * t-sh64 (LIB2FUNCS_EXTRA): Don't change.
5139 * config/sh/embed_bb.c: Delete.
5140
5141 Wed May 22 18:25:29 2002 J"orn Rennecke <joern.rennecke@superh.com>
5142
5143 * c-common.c (cb_register_builtins): Don't indent '#' of #define.
5144
5145 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
5146
5147 * config/h8300/h8300.md (*andorqi3): New.
5148
5149 2002-05-22 Neil Booth <neil@daikokuya.demon.co.uk>
5150
5151 PR preprocessor/6517
5152 * Makefile.in: Update.
5153 * c-common.c (c_common_post_options): Add preprocessor
5154 errors to the error count.
5155 * c-lang.c (c_post_options): Kill.
5156 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
5157 * hooks.h: Add header guards.
5158 * langhooks-def.h: Include hooks.h.
5159 (LANG_HOOKS_POST_OPTIONS): Update.
5160 * langhooks.h (struct lang_hooks): Update post_options.
5161 * toplev.c (parse_options_and_default_flags): Update.
5162 objc:
5163 * objc-lang.c (objc_post_options): Kill.
5164 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
5165
5166 2002-05-21 Bruce Korb <bkorb@gnu.org>
5167
5168 * fixinc/tests/base/pthread.h(THREAD_KEYWORD_CHECK): add fix check
5169 * fixinc/inclhack.def(thread_keyword): use c_fix = format.
5170 * fixinc/fixincl.x: regen.
5171
5172 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
5173
5174 * cfgbuild.c: Fix formatting.
5175 * cfg.c: Likewise.
5176 * cfgcleanup.c: Likewise.
5177 * cfglayout.c: Likewise.
5178 * cfgloop.c: Likewise.
5179 * cfgrtl.c: Likewise.
5180
5181 2002-05-21 Richard Henderson <rth@redhat.com>
5182
5183 * c-common.h (enum rid): Add RID_THREAD.
5184 * c-decl.c (start_decl): Do not set DECL_COMMON for tls variables.
5185 (grokdeclarator): Grok __thread.
5186 * c-parse.in (reswords): Add __thread.
5187 (rid_to_yy): Add RID_THREAD.
5188
5189 * tree.h (DECL_THREAD_LOCAL): New.
5190 (struct tree_decl): Add thread_local_flag.
5191 * print-tree.c (print_node): Dump DECL_THREAD_LOCAL.
5192 * tree.c (staticp): TLS variables are not static.
5193
5194 * target-def.h (TARGET_HAVE_TLS): New.
5195 * target.h (have_tls): New.
5196 * output.h (SECTION_TLS): New.
5197 * varasm.c (assemble_variable): TLS variables can't be common for now.
5198 (default_section_type_flags): Handle .tdata and .tbss.
5199 (default_elf_asm_named_section): Handle SECTION_TLS.
5200 (categorize_decl_for_section): Handle DECL_THREAD_LOCAL.
5201
5202 * flags.h (flag_tls_default): Declare.
5203 * toplev.c (flag_tls_default): Define.
5204 (display_help): Display help for it.
5205 (decode_f_option): Set it.
5206
5207 * doc/extend.texi (Thread-Local): New node describing language-level
5208 thread-local storage.
5209 * doc/invoke.texi (-ftls-model): Document.
5210
5211 * fixinc/inclhack.def (thread_keyword): New.
5212 * fixinc/fixincl.x: Rebuild.
5213
5214 2002-05-21 Jeffrey A Law <law@redhat.com>
5215
5216 * optabs.c (expand_binop): For double-word integer multiplies,
5217 do not compute intermediate results into something that is
5218 not a register (such as a SUBREG or MEM).
5219
5220 * i386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
5221 (ix86_sched_reorder): Make sure to initialize scheduling
5222 data even when there's only one insn in the ready queue.
5223
5224 2002-05-21 Vladimir Makarov <vmakarov@redhat.com>
5225
5226 * genautomata.c (reserv_sets_hash_value): Fix a typo.
5227
5228 2002-05-21 Vladimir Makarov <vmakarov@redhat.com>
5229
5230 * genautomata.c (reserv_sets_hash_value): Define hash_value as
5231 set_el_t. Transform the hash value into unsigned.
5232 (output_cycle_reservs): Fix bug with output of repeated `nothing'.
5233 (transform_3): Add code to process `(A,B)+(D,E)'.
5234
5235 2002-05-21 NIIBE Yutaka <gniibe@m17n.org>
5236
5237 * reload1.c (do_output_reload): Run delete_output_reload
5238 only if optimizing.
5239
5240 2002-05-21 Roger Sayle <roger@eyesopen.com>
5241
5242 PR middle-end/6600
5243 * expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
5244 larger than INTEGER_CST. (store_by_pieces_1): Use it here...
5245 (can_store_by_pieces): ... and here to limit the largest mode used.
5246 Add a comment to document this function.
5247
5248 2002-05-21 Richard Henderson <rth@redhat.com>
5249
5250 * flow.c (life_analysis): Fix test for deleted label.
5251
5252 2002-05-21 Neil Booth <neil@daikokuya.demon.co.uk>
5253
5254 * doc/tm.texi: Fix typo.
5255
5256 2002-05-21 Zack Weinberg <zack@codesourcery.com>
5257
5258 * c-common.c (c_common_init): Set options->unsigned_char from
5259 flag_signed_char.
5260 (cb_register_builtins): Define __STRICT_ANSI__ and
5261 __CHAR_UNSIGNED__ here...
5262 * cppinit.c (init_builtins): Not here.
5263 (cpp_create_reader): unsigned_char option defaults to 0, not
5264 !DEFAULT_SIGNED_CHAR.
5265 (COMMAND_LINE_OPTIONS, cpp_handle_option): Lose -fsigned-char
5266 and -funsigned-char.
5267
5268 * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
5269 * cpphash.c (_cpp_init_hashtable): Don't set it.
5270 * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting
5271 directly. Clarify comment.
5272
5273 2002-05-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5274
5275 * bb-reorder.c (make_reorder_chain_1): Use prev_bb/next_bb to get to
5276 neighbouring basic blocks. Use ENTRY_BLOCK_PTR->next_bb instead of
5277 BASIC_BLOCK (0). Use EXIT_BLOCK_PTR->prev_bb instead of
5278 BASIC_BLOCK (n_basic_blocks - 1).
5279 * cfganal.c (can_fallthru, flow_call_edges_add,
5280 flow_preorder_transversal_compute): Too.
5281 * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
5282 find_sub_basic_blocks): Too.
5283 * cfgcleanup.c (try_simplify_condjump, try_optimize_cfg): Too.
5284 * cfglayout.c (skip_insns_after_block, fixup_reorder_chain,
5285 fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge): Too.
5286 * cfgrtl.c (tidy_fallthru_edges, verify_flow_info): Too.
5287 * combine.c (this_basic_block): Type changed to basic_block.
5288 (combine_instructions, set_nonzero_bits_and_sign_copies, try_combine,
5289 nonzero_bits, num_sign_bit_copies, get_last_value_validate,
5290 get_last_value, distribute_notes, distribute_links): Too.
5291 * final.c (compute_alignments): Too.
5292 * flow.c (regno_uninitialized, regno_clobbered_at_setjmp): Too.
5293 * function.c (thread_prologue_and_epilogue_insns): Too.
5294 * gcse.c (compute_code_hoist_vbeinout): Too.
5295 * global.c (build_insn_chain): Too.
5296 * ifcvt.c (find_if_block, find_cond_trap): Too.
5297 * predict.c (last_basic_block_p, note_prediction_to_br_prob): Too.
5298 * regmove.c (regmove_optimize): Too.
5299 * resource.c (find_basic_block): Too.
5300 * sched-ebb.c (schedule_ebbs): Too.
5301 * ssa-dce.c (find_control_dependence, find_pdom): Too.
5302
5303 2002-05-21 Andreas Jaeger <aj@suse.de>
5304
5305 * cppinit.c (sanity_checks): Avoid printf mismatch warnings.
5306
5307 2002-05-21 Richard Henderson <rth@redhat.com>
5308
5309 * reg-stack.c (swap_rtx_condition, subst_stack_regs_pat): Use
5310 unspec names, not numbers.
5311
5312 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
5313
5314 * doc/sourcebuild.texi: Mention snapshot-README and
5315 snapshot-index.html as needing updating for new front ends.
5316
5317 2002-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5318
5319 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when
5320 disabling checking, and avoid multiple evaluation of RTX.
5321
5322 2002-05-21 Richard Earnshaw <rearnsha@arm.com>
5323
5324 * bitmap.c (bitmap_find_bit): Return early if we have the correct
5325 element cached.
5326
5327 Tue May 21 10:51:54 CEST 2002 Jan Hubicka <jh@suse.cz>
5328
5329 * profile.c (gen_edge_profiler): Set alias set before the memory is
5330 used.
5331
5332 2002-05-20 David S. Miller <davem@redhat.com>
5333
5334 * cselib.c (max_value_regs): New.
5335 (cselib_lookup, cselib_invalidate_regno): Initialize it when
5336 adding new entries to the REG_VALUES table and we are dealing with
5337 a hard register.
5338 (clear_table): Initialize it.
5339 (cselib_invalidate_regno): Use it to determine which hard
5340 registers to scan when mode is not VOIDmode.
5341
5342 2002-05-20 Duraid Madina <duraid@fl.net.au>
5343
5344 * tradcpp.c (fixup_newlines): Use old-style function header.
5345
5346 2002-05-20 Krister Walfridsson <cato@df.lth.se>
5347
5348 * reload1.c (reload_cse_simplify): Fix typo in rtx code check.
5349
5350 2002-05-20 H.J. Lu (hjl@gnu.org)
5351
5352 Base on suggestions from Zhang Fuxin <fxzhang@ict.ac.cn>:
5353
5354 * config/mips/mips.h (DFMODE_NAN): Defined.
5355 (SFMODE_NAN): Likewise.
5356
5357 2002-05-20 Dale Johannesen <dalej@apple.com>
5358
5359 * combine.c (cant_combine_insn_p): Back out my
5360 previous patch.
5361
5362 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5363
5364 * params.c: Fix formatting.
5365 * params.h: Likewise.
5366 * predict.c: Likewise.
5367 * prefix.c: Likewise.
5368 * print-rtl.c: Likewise.
5369 * print-tree.c: Likewise.
5370 * profile.c: Likewise.
5371
5372 2002-05-20 H.J. Lu (hjl@gnu.org)
5373
5374 * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
5375
5376 2002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
5377
5378 * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
5379 switches straight on to the assembler, do not abbreviate them.
5380 * config/arm/elf.h (ASM_SPEC): As above.
5381 * config/arm/semi.h (ASM_SPEC): As above.
5382 * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above.
5383 * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass
5384 -mcpu=xscale on to the assembler by default.
5385 * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above.
5386
5387 2002-05-20 Richard Henderson <rth@redhat.com>
5388
5389 * cse.c (canon_hash): Reorder do_not_record test. Always
5390 allow pic_offset_table_rtx.
5391
5392 2002-05-19 Toon Moene <toon@moene.indiv.nluug.nl>
5393
5394 * optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.
5395 (expand_binop): Ditto (3 times).
5396
5397 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
5398
5399 * Makefile.in (distclean): Remove QMTest stuff.
5400 (QMTEST_PATH): New variable.
5401 (QMTESTFLAGS): Likewise.
5402 (QMTESTRUNFLAGS): Likewise.
5403 (QMTEST): Likewise.
5404 (QMTEST_GPP_TESTS): Likewise.
5405 (QMTEST_DIR): Likewise.
5406 (QMTEST_DIR/context): New target.
5407 (qmtest-g++): Likeise.
5408 (qmtest-gui): Likewise.
5409 (QMTEST_DIR/gpp-expected.qmr): Likewise.
5410
5411 2002-05-19 Aldy Hernandez <aldyh@redhat.com>
5412
5413 * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
5414 an altivec register if TARGET_ALTIVEC.
5415
5416 * config/rs600/rs6000.c (rs6000_emit_move): Change VECTOR_MODE_P
5417 to ALTIVEC_VECTOR_MODE.
5418 (rs6000_va_arg): Only vectors of type AltiVec are 16 byte aligned.
5419 (rs6000_va_arg): Vectors may go in registers if they are not
5420 altivec vectors.
5421
5422 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
5423
5424 * protoize.c: Fix formatting.
5425
5426 2002-05-19 Richard Henderson <rth@redhat.com>
5427
5428 * gensupport.c (init_include_reader): Merge into ...
5429 (process_include): ... here. Simplify composite path creation.
5430 Plug memory leaks. Fix file/line number tracking. Do not
5431 process_define_cond_exec. Return void.
5432 (process_rtx): Don't check process_include return value.
5433
5434 2002-05-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5435
5436 * basic_block.h (struct basic_block_def): Added prev_bb and next_bb
5437 fields.
5438 (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
5439 traversing basic block chain.
5440 (create_basic_block_structure, create_basic_block): Declaration changed.
5441 (link_block, unlink_block): Declare.
5442 * cfg.c (entry_exit_blocks): Initialize new fields.
5443 (link_block, unlink_block): New.
5444 (expunge_block_nocompact): Unlink basic block.
5445 (dump_flow_info): Print prev_bb/next_bb fields.
5446 * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
5447 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
5448 * cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
5449 * cfgrtl.c (create_basic_block_structure, create_basic_block,
5450 split_block, force_nonfallthru_and_redirect, split_edge): Modified.
5451 (verify_flow_info): Check that list agrees with numbering.
5452
5453 2002-05-19 Neil Booth <neil@daikokuya.demon.co.uk>
5454
5455 * c-common.c (preprocessing_asm): New macro.
5456 * c-lex.h (builtin_define, builtin_assert): Use pfile.
5457 doc:
5458 * tm.texi: Update.
5459 config/alpha:
5460 * alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
5461 (CPP_SPEC): Simplify.
5462 (TARGET_CPU_CPP_BUILTINS): Update.
5463 * freebsd.h (TARGET_OS_CPP_BUILTINS): New.
5464 (CPP_SPEC): Simplify.
5465 * linux.h (CPLUSPLUS_CPP_SPEC): Remove.
5466 (TARGET_OS_CPP_BUILTINS): Update.
5467 * osf.h (CPP_XFLOAT_SPEC): Kill.
5468 (TARGET_OS_CPP_BUILTINS): Update.
5469 (CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
5470 * osf5.h (CPP_XFLOAT_SPEC): Kill.
5471 * vms.h (CPP_SUBTARGET_SPEC): Kill.
5472 (TARGET_OS_CPP_BUILTINS): Update.
5473
5474 2002-05-19 Richard Henderson <rth@redhat.com>
5475
5476 * varasm.c (default_binds_local_p): Fix typo.
5477
5478 2002-05-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
5479
5480 * config/avr/avr.c (machine_dependent_reorg): Sign extend the
5481 CONST_INT operand to the correct mode after adding 1 to it.
5482
5483 2002-05-19 Mark Mitchell <mark@codesourcery.com>
5484
5485 * config.gcc (powerpc-wrs-windiss*): New target.
5486
5487 2002-05-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5488
5489 * config/rs6000/rs6000.md (ashrdi3_no_power): New.
5490 (ashrdi3): Use it.
5491
5492 2002-05-18 Mark Mitchell <mark@codesourcery.com>
5493
5494 * configure.in (AC_CHECK_FUNCS): Add checks for scandir and
5495 alphasort.
5496 * config.in: Regenerated.
5497 * configure: Regenerated.
5498
5499 2002-05-19 Richard Henderson <rth@redhat.com>
5500
5501 * target-def.h (TARGET_BINDS_LOCAL_P): New.
5502 * target.h (struct gcc_target): Move boolean fields to the end.
5503 Add binds_local_p.
5504 * varasm.c (default_binds_local_p): New.
5505 * output.h: Declare it.
5506
5507 * config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
5508 * config/cris/cris.c (cris_encode_section_info): Likewise.
5509 * config/i386/i386.c (i386_encode_section_info): Likewise.
5510 * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
5511 * config/sh/sh.c (sh_encode_section_info): Likewise.
5512
5513 * doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
5514 (TARGET_BINDS_LOCAL_P): New.
5515
5516 2002-05-19 Richard Henderson <rth@redhat.com>
5517
5518 * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
5519 FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
5520 MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
5521
5522 * toplev.c (display_help): Kill -a -ax help.
5523
5524 * config/1750a/1750a.h, config/alpha/alpha.h,
5525 config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
5526 config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
5527 config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
5528 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
5529
5530 * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
5531 * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
5532
5533 * config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
5534 (ix86_output_function_block_profiler): Kill.
5535 * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
5536 (m68hc11_function_block_profiler): Kill.
5537 * config/m68hc11/m68hc11-protos.h: Update.
5538 * config/m88k/m88k.c (output_block_profiler): Kill.
5539 (output_function_block_profiler): Kill.
5540 * config/m88k/m88k-protos.h: Update.
5541
5542 2002-05-19 Richard Henderson <rth@redhat.com>
5543
5544 * system.h (STRIP_NAME_ENCODING): Poison it.
5545 * output.h (STRIP_NAME_ENCODING): Remove.
5546 (default_strip_name_encoding): Declare.
5547 * target-def.h (TARGET_STRIP_NAME_ENCODING): New.
5548 * target.h (strip_name_encoding): New.
5549 * varasm.c (default_strip_name_encoding): New.
5550
5551 * dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
5552 config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
5553 config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
5554 config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
5555 config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
5556 config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
5557 config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
5558 config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
5559 config/v850/v850.h: Use the hook, not the macro.
5560
5561 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
5562 config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
5563 config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
5564 config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
5565 config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
5566 config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
5567 config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
5568 config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
5569 config/v850/v850.c, config/v850/v850.h:
5570 Move STRIP_NAME_ENCODING to out-of-line function and add
5571 TARGET_STRIP_NAME_ENCODING.
5572
5573 * config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
5574 config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
5575 with TARGET_STRIP_NAME_ENCODING referencing existing function;
5576 make function static.
5577
5578 * xcoffout.c: Include target.h
5579 * Makefile.in (xcoffout.o): Update.
5580
5581 * config/avr/avr.c (avr_encode_section_info): Correct prototype.
5582 * config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
5583 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
5584 reloc argument unused.
5585 * config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
5586
5587 * doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
5588 STRIP_NAME_ENCODING docs.
5589
5590 2002-05-19 Andreas Jaeger <aj@suse.de>
5591
5592 * gengenrtl.c: Add prototype for excluded_rtx.
5593
5594 * real.h: Add prototype for exact_real_truncate.
5595
5596 2002-05-18 Richard Henderson <rth@redhat.com>
5597
5598 * system.h (ENCODE_SECTION_INFO): Poison it.
5599 * target-def.h (TARGET_ENCODE_SECTION_INFO): New.
5600 * target.h (encode_section_info): New.
5601 * varasm.c (make_decl_rtl, output_constant_def): Use it.
5602 * hooks.c (hook_tree_int_void): New.
5603 * hooks.h: Declare it.
5604
5605 * config/darwin.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
5606 config/alpha/alpha.h, config/arm/pe.h, config/avr/avr-protos.h,
5607 config/avr/avr.c, config/avr/avr.h, config/c4x/c4x-protos.h,
5608 config/c4x/c4x.c, config/c4x/c4x.h, config/cris/cris-protos.h,
5609 config/cris/cris.c, config/cris/cris.h, config/i386/cygwin.h,
5610 config/i386/win32.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
5611 config/ia64/ia64.h, config/m32r/m32r-protos.h, config/m32r/m32r.c,
5612 config/m32r/m32r.h, config/m68hc11/m68hc11-protos.h,
5613 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
5614 config/mcore/mcore-protos.h, config/mcore/mcore.c,
5615 config/mcore/mcore.h, config/mmix/mmix-protos.h, config/mmix/mmix.c,
5616 config/mmix/mmix.h, config/rs6000/rs6000-protos.h,
5617 config/rs6000/sysv4.h, config/stormy16/stormy16-protos.h,
5618 config/stormy16/stormy16.c, config/stormy16/stormy16.h:
5619 Replace ENCODE_SECTION_INFO with TARGET_ENCODE_SECTION_INFO
5620 referencing existing function. Make function static.
5621
5622 * config/a29k/a29k.c, config/a29k/a29k.h, config/arc/arc.c,
5623 config/arc/arc.h, config/arm/arm.c, config/arm/arm.h,
5624 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
5625 config/i370/i370.h, config/i386/i386-interix.h, config/i386/i386.c,
5626 config/i386/i386.h, config/i386/interix.c, config/m88k/m88k.c,
5627 config/m88k/m88k.h, config/mips/mips.c, config/mips/mips.h,
5628 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa.c,
5629 config/pa/pa.h, config/romp/romp.c, config/romp/romp.h,
5630 config/rs6000/linux64.h, config/rs6000/xcoff.h, config/s390/s390.c,
5631 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
5632 config/sparc/sparc.c, config/sparc/sparc.h, config/v850/v850.c,
5633 config/v850/v850.h, config/vax/vax.c, config/vax/vms.h,
5634 config/xtensa/xtensa.c, config/xtensa/xtensa.h:
5635 Move ENCODE_SECTION_INFO to out-of-line function and add
5636 TARGET_ENCODE_SECTION_INFO.
5637
5638 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use hook, not macro.
5639 (ASM_DECLARE_OBJECT_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
5640
5641 * config/arm/pe.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Rename
5642 from SUBTARGET_*
5643 (switch_to_section): Replace in_rdata case with in_readonly_data.
5644
5645 * config/h8300/h8300.c (h8300_encode_label): Make static.
5646 * config/h8300/h8300-protos.h: Update.
5647
5648 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Rename
5649 from rs6000_encode_section_info; make static.
5650 (rs6000_xcoff_encode_section_info): New.
5651
5652 * config/v850/v850.c (v850_encode_data_area): Make static.
5653 * config/v850/v850-protos.h: Update.
5654
5655 * config/vax/vax.c: Include flags.h.
5656 (vms_select_section): Fix typo.
5657
5658 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update from previous
5659 ENCODE_SECTION_INFO docs.
5660
5661 2002-05-18 Richard Henderson <rth@redhat.com>
5662
5663 * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Rename from
5664 REGISTER_TARGET_PRAGMAS.
5665 * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
5666
5667 * config.gcc: Do not use rs6000-c.c on powerpc-darwin.
5668
5669 2002-05-18 Richard Henderson <rth@redhat.com>
5670
5671 * system.h (SELECT_RTX_SECTION): Poison.
5672 * target-def.h (TARGET_ASM_SELECT_RTX_SECTION): New.
5673 * target.h (select_rtx_section): New.
5674 * varasm.c (output_constant_pool): Use it.
5675 (default_select_rtx_section, default_elf_select_rtx_section): New.
5676 * output.h: Declare them.
5677
5678 * config/darwin.h (SELECT_RTX_SECTION): Move ...
5679 * config/darwin.c (machopic_select_rtx_section): ... here.
5680 * config/darwin-protos.h: Update.
5681
5682 * config/nextstep.h (SELECT_RTX_SECTION): Move ...
5683 * config/nextstep.c (machopic_select_rtx_section): ... here.
5684 (nextstep_select_section): Rename variable to avoid macro clash.
5685 * config/nextstep-protos.h: Update.
5686
5687 * config/elfos.h, config/svr3.h, config/arm/aof.h, config/c4x/c4x.h,
5688 config/i386/dgux.h, config/i386/osfrose.h, config/i386/sco5.h,
5689 config/i386/svr3gas.h, config/i860/paragon.h, config/ia64/aix.h,
5690 config/m32r/m32r.h, config/m68k/dpx2.h, config/m68k/lynx.h,
5691 config/m68k/m68k.h, config/m68k/tower-as.h, config/m88k/dgux.h,
5692 config/mcore/mcore-pe.h, config/mips/mips.h, config/mmix/mmix.h,
5693 config/pa/pa-linux.h, config/pa/pa.h, config/romp/romp.h,
5694 config/rs6000/lynx.h, config/rs6000/sysv4.h, config/s390/linux.h,
5695 config/sparc/sysv4.h, config/xtensa/elf.h, config/xtensa/linux.h
5696 (SELECT_RTX_SECTION): Remove.
5697
5698 * config/darwin.h, config/elfos.h, config/nextstep.h,
5699 config/ia64/aix.h, config/ia64/sysv4.h, config/alpha/alpha.c,
5700 config/mips/mips.c, config/romp/romp.c, config/rs6000/sysv4.h,
5701 config/rs6000/xcoff.h, config/s390/s390.c, config/sparc/aout.h,
5702 config/sparc/lynx.h, config/xtensa/xtensa.c
5703 (TARGET_ASM_SELECT_RTX_SECTION): New.
5704
5705 * config/alpha/elf.h (SELECT_RTX_SECTION): Move ...
5706 * config/alpha/alpha.c (alpha_elf_select_rtx_section): ... here.
5707 * config/ia64/sysv4.h (SELECT_RTX_SECTION): Move ...
5708 * config/ia64/ia64.c (ia64_select_rtx_section): ... here.
5709 (ia64_aix_select_rtx_section): New.
5710 * config/mips/iris6.h (READONLY_DATA_SECTION_ASM_OP): Undef before
5711 redefining.
5712 * config/mips/mips.c (mips_select_rtx_section): Make static.
5713 Support ELF SHF_MERGE features.
5714 * config/mips/mips-protos.h: Update.
5715 * config/rs6000/xcoff.h (SELECT_RTX_SECTION): Move ...
5716 * config/rs6000/rs6000.c (rs6000_xcoff_select_rtx_section): ... here.
5717 (rs6000_elf_select_rtx_section): Rename from rs6000_select_rtx_section;
5718 make static, fall back to default_elf_select_rtx_section.
5719 * config/rs6000/rs6000-protos.h: Update.
5720 * config/sparc/sparc.h (SELECT_RTX_SECTION): Move ...
5721 * config/sparc/sparc.c (sparc_aout_select_rtx_section): ... here.
5722 * config/sparc/sunos4.h (on_exit): Declare only if IN_LIBGCC2.
5723 * config/romp/romp.c (romp_select_rtx_section): New.
5724 * config/s390/s390.c (s390_select_rtx_section): New.
5725 * config/xtensa/xtensa.c: Include output.h. Shuffle local function
5726 declarations before target macro definition.
5727 (xtensa_emit_call): Use static buffer.
5728 (xtensa_select_rtx_section): New.
5729 * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE): Remove.
5730 (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Remove.
5731 (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
5732
5733 * doc/tm.texi (TARGET_ASM_SELECT_RTX_SECTION): Update from
5734 SELECT_RTX_SECTION docs.
5735
5736 Sun May 19 00:24:23 CEST 2002 Jan Hubicka <jh@suse.cz>
5737
5738 * i386.md (movsi/movdi): Fix template.
5739 (sse2 patterns): Set attributes consistently.
5740
5741 * i386.md (pushqi2, ashrqi_*): Fix constraint.
5742
5743 2002-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
5744
5745 * optabs.c (complex_part_zero_p): New.
5746 * (expand_cmplxdiv_straight): Use it.
5747 * (expand_cmplxdiv_wide): Ditto.
5748 * (expand_binop): Ditto.
5749
5750 2002-05-18 Richard Henderson <rth@redhat.com>
5751
5752 * final.c (HAVE_READONLY_DATA_SECTION): New.
5753 (shorten_branches): Use it instead of ifdefs.
5754 * varasm.c (enum in_section): Add in_readonly_data.
5755 (text_section, data_section): Tidy.
5756 (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
5757
5758 * config/darwin.h, config/nextstep.h, config/h8300/elf.h,
5759 config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h
5760 (READONLY_DATA_SECTION): Don't undef.
5761
5762 * config/alpha/unicosmk.h, config/h8300/elf.h, config/i386/aix386ng.h,
5763 config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h,
5764 config/rs6000/lynx.h (READONLY_DATA_SECTION_ASM_OP): Undef.
5765
5766 * config/elfos.h, config/svr3.h, config/alpha/alpha-interix.h,
5767 config/alpha/elf.h, config/c4x/c4x.h, config/i386/i386-interix.h,
5768 config/i386/sco5.h, config/i386/svr3gas.h, config/i860/sysv3.h,
5769 config/m88k/m88k.h, config/pa/pa64-hpux.h (USE_CONST_SECTION): Remove.
5770
5771 * config/elfos.h, config/netware.h, config/alpha/alpha-interix.h,
5772 config/alpha/elf.h, config/alpha/vms.h, config/arc/arc.h,
5773 config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
5774 config/i386/dgux.h, config/i386/i386-interix.h, config/i386/sco5.h,
5775 config/ia64/hpux.h, config/m32r/m32r.h, config/m68k/tower-as.h,
5776 config/m88k/m88k.h, config/mcore/mcore-pe.h, config/mips/iris6.h,
5777 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa64-hpux.h,
5778 config/sparc/sysv4.h (READONLY_DATA_SECTION_ASM_OP): Rename from
5779 CONST_SECTION_ASM_OP/READONLY_SECTION_ASM_OP/RDATA_SECTION_ASM_OP.
5780
5781 * config/elfos.h, config/netware.h, config/1750a/1750a.h,
5782 config/a29k/a29k.h, config/alpha/alpha-interix.h, config/alpha/alpha.h,
5783 config/arm/coff.h, config/h8300/h8300.h, config/i386/aix386ng.h,
5784 config/i386/i386-interix.h, config/i386/osfrose.h, config/mmix/mmix.h,
5785 config/pa/pa64-hpux.h, config/sparc/litecoff.h
5786 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
5787
5788 * config/elfos.h, config/netware.h, config/svr3.h,
5789 config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
5790 config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
5791 config/h8300/h8300.h, config/i386/i386-interix.h,
5792 config/i386/osfrose.h, config/i386/svr3gas.h, config/mmix/mmix.h,
5793 config/pa/pa64-hpux.h (READONLY_DATA_SECTION): Remove.
5794
5795 * config/elfos.h, config/netware.h, config/svr3.h,
5796 config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
5797 config/c4x/c4x.h, config/i386/aix386ng.h, config/i386/i386-interix.h,
5798 config/i386/sco5.h, config/i386/svr3gas.h, config/mmix/mmix.h,
5799 config/pa/pa64-hpux.h (CONST_SECTION_FUNCTION): Remove.
5800
5801 * config/lynx.h, config/svr3.h, config/alpha/elf.h, config/alpha/vms.h,
5802 config/c4x/c4x.h, config/dsp16xx/dsp16xx.h, config/i386/sco5.h,
5803 config/i386/svr3gas.h, config/i860/sysv3.h, config/i860/sysv4.h,
5804 config/ia64/sysv4.h, config/m32r/m32r.h, config/m88k/m88k.h,
5805 config/mcore/mcore-elf.h, config/mcore/mcore-pe.h, config/mips/elf.h,
5806 config/mips/elf64.h, config/mips/iris6.h, config/mips/linux.h,
5807 config/mips/mips.h, config/mips/rtems64.h, config/mips/vxworks.h,
5808 config/rs6000/sysv4.h, config/v850/v850.h
5809 (EXTRA_SECTIONS): Remove in_const/in_rdata.
5810 (EXTRA_SECTION_FUNCTIONS): Remove accompanying function.
5811
5812 * config/svr3.h, config/c4x/c4x.h, config/i386/dgux.h,
5813 config/i386/sco5.h, config/i386/svr3gas.h, config/ia64/aix.h,
5814 config/m88k/dgux.h, config/mcore/mcore-pe.h, config/mmix/mmix.h,
5815 config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
5816 * config/alpha/alpha.c (alpha_start_function): Likewise.
5817 (alpha_write_linkage): Likewise.
5818 * config/m32r/m32r.c (m32r_select_section): Likewise.
5819 * config/m88k/m88k.c (m88k_select_section): Likewise.
5820 * config/mips/mips.c (mips_select_rtx_section): Likewise.
5821 * config/rs6000/rs6000.c (rs6000_select_rtx_section): Likewise.
5822 (rs6000_elf_select_section): Likewise.
5823 * config/v850/v850.c (v850_select_section): Likewise.
5824
5825 * config/1750a/1750a.h, config/i860/sysv3.h
5826 (READONLY_DATA_SECTION_ASM_OP): New.
5827 READONLY_DATA_SECTION_ASM_OP.
5828 * config/i386/interix.c, config/i386/winnt.c
5829 (i386_pe_unique_section): Always use .rdata prefix.
5830 * config/pa/som.h (readonly_data): Always switch to read-only section.
5831 (READONLY_DATA_SECTION): Predicate on flag_pic.
5832 * config/we32k/we32k.h (READONLY_DATA_SECTION): Remove parenthesis.
5833 * doc/tm.texi (READONLY_DATA_SECTION_ASM_OP): New.
5834 (READONLY_DATA_SECTION): Update.
5835
5836 2002-05-18 Jason Thorpe <thorpej@wasabisystems.com>
5837
5838 * c-common.c (c_common_post_options): Warn if -Wformat-zero-length
5839 is used without -Wformat.
5840 * c-common.h (warn_format_zero_length): Declare extern.
5841 * c-decl.c (warn_options): Add "format-zero-length".
5842 * c-format.c (warn_format_zero_length): Declare.
5843 (set_Wformat): Set warn_format_zero_length for -Wformat.
5844 (check_format_info): Only warn about zero-length formats if
5845 warn_format_zero_length is true. Include the format type
5846 name in the warning message.
5847 * doc/invoke.texi: Document -Wformat-zero-length.
5848 * testsuite/gcc.dg/format/zero-length-1.c: New test.
5849
5850 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
5851
5852 * timevar.c: Fix formatting.
5853 * tlink.c: Likewise.
5854 * toplev.c: Likewise.
5855 * tree-dump.c: Likewise.
5856 * tree-inline.c: Likewise.
5857
5858 2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk>
5859
5860 * cppinit.c (cpp_post_options): If preprocessed, turn off
5861 traditional. If traditional, turn off column numbers.
5862 * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
5863 * cpptrad.c (handle_newline): Update line_base.
5864 (skip_comment): Handle -Wcomment.
5865
5866 2002-05-17 Zack Weinberg <zack@codesourcery.com>
5867
5868 * cppinit.c (struct builtin): Remove unused fields.
5869 (CPLUS, BUILTIN, OPERATOR, O, builtin_array_end): Kill.
5870 (operator_array): New - was second half of builtin_array.
5871 (init_builtins): Simplify loop over builtin_array/operator_array.
5872
5873 2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk>
5874
5875 * defaults.h (UNIQUE_SECTION): Remove.
5876 * system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
5877
5878 2002-05-17 Richard Henderson <rth@redhat.com>
5879
5880 * expr.c (init_expr_once): Don't use start/end_sequence.
5881 Use rtx_alloc instead of emit_insn.
5882 * toplev.c (lang_dependent_init): Run init_expr_once here ...
5883 (lang_independent_init): ... not here.
5884
5885 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5886
5887 * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
5888
5889 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
5890
5891 * config/avr/avr.c (avr_regs_to_save): New function. Also check
5892 for fixed registers, possibly used for global register variables.
5893 (initial_elimination_offset, avr_output_function_prologue,
5894 avr_output_function_epilogue): Move common code to avr_regs_to_save.
5895
5896 2002-05-17 Neil Booth <neil@daikokuya.demon.co.uk>
5897
5898 * Makefile.in: Update for cpptrad.c.
5899 * cpphash.h (struct cpp_buffer): New members for buffer
5900 overlays.
5901 (struct cpp_reader): New members for traditional output.
5902 (_cpp_read_logical_line, _cpp_overlay_buffer): New.
5903 * cppinit.c (cpp_create_reader): Set trad_line.
5904 (cpp_destroy): Free trad_out_base if used.
5905 (cpp_read_main_file): Overlay an empty buffer if traditional.
5906 (cpp_finish_options): Don't do builtins.
5907 (COMMAND_LINE_OPTIONS): Add -traditional-cpp.
5908 (cpp_handle_option): Handle it.
5909 * cpplex.c (continue_after_nul): New.
5910 (_cpp_lex_direct): Use handle_nul.
5911 * cpplib.h (struct cpp_options): New traditional option.
5912 * cpptrad.c: New file.
5913
5914 2002-05-17 Neil Booth <neil@daikokuya.demon.co.uk>
5915
5916 * c-common.c (c_common_init_options): Use C89 for Objective-C,
5917 and set the options flag.
5918 * cppinit.c (lang_flags): Remove objc.
5919 (lang_defaults): Remove OBJC and OBJCXX.
5920 (set_lang): Update.
5921 (COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
5922 (cpp_handle_option): Remove -+ and -lang-objc++.
5923 For ObjC, just set a flag.
5924 (print_help): Update.
5925 * cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.
5926
5927 2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5928
5929 * doc/install.texi (Specific, mips-sgi-irix6): Document need to
5930 bootstrap with -mips3.
5931
5932 2002-05-17 Kazu Hirata <kazu@cs.umass.edu>
5933
5934 * final.c: Fix formatting.
5935 * fix-header.c: Likewise.
5936 * flow.c: Likewise.
5937 * fold-const.c: Likewise.
5938 * function.c: Likewise.
5939
5940 2002-05-17 David S. Miller <davem@redhat.com>
5941
5942 PR c/6689, PR optimization/6615
5943 * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
5944 and make it a pointer to rtx. Update comments.
5945 (update_equiv_regs): When scanning for equivalences, record
5946 address of SET_SRC (set) in reg_equiv[].src_p. Dereference
5947 it while making the equiv replacements.
5948
5949 2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5950
5951 * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
5952
5953 2002-05-17 kaz Kojima <kkojima@rr.iij4u.or.jp>
5954
5955 * config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
5956 when encoding visibility into SYMBOL_REF_FLAG.
5957
5958 2002-05-17 Richard Sandiford <rsandifo@redhat.com>
5959
5960 * expr.c (force_operand): Fix reversed move.
5961
5962 2002-05-17 Kurt Wall <kwall@kurtwerks.com>
5963
5964 * doc/install.texi (Testing): Mention two common DejaGnu warnings
5965 that can be ignored.
5966
5967 2002-05-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5968
5969 * doc/install.texi (Final install): Recommend to install into a
5970 "clean" target directory.
5971
5972 2002-05-17 Richard Henderson <rth@redhat.com>
5973
5974 * config/ia64/ia64.md: Use braced strings instead of quoted strings
5975 for code blocks. Tidy whitespace.
5976
5977 2002-05-17 Richard Henderson <rth@redhat.com>
5978
5979 * hooks.c (hook_tree_bool_false): New.
5980 * hooks.h: Declare it.
5981 * target-def.h (TARGET_ASM_SELECT_SECTION): New.
5982 (TARGET_ASM_UNIQUE_SECTION, TARGET_IN_SMALL_DATA_P): New.
5983 * target.h (select_section, unique_section): New.
5984 (in_small_data_p): New.
5985 * varasm.c (resolve_unique_section): Use hooks instead of macros.
5986 (variable_section, output_constant_def_contents): Likewise.
5987 (default_select_section, default_unique_section): New.
5988 (categorize_decl_for_section, default_elf_select_section): New.
5989 * output.h: Declare them.
5990
5991 * config/darwin.h (ALIAS_SECTION, try_section_alias): Remove.
5992 (TARGET_ASM_SELECT_SECTION): New.
5993 (SELECT_SECTION): Move ...
5994 * config/darwin.c (machopic_select_section): ... here.
5995 * config/darwin-protos.h: Update.
5996
5997 * config/nextstep.h (TARGET_ASM_SELECT_SECTION): New.
5998 (SELECT_SECTION): Move ...
5999 * config/nextstep.c (nextstep_select_section): ... here.
6000 * config/nextstep-protos.h: Update.
6001
6002 * config/elfos.h (UNIQUE_SECTION, SELECT_SECTION): Remove.
6003 (TARGET_ASM_SELECT_SECTION): New.
6004 * config/svr3.h (SELECT_SECTION): Remove.
6005
6006 * config/alpha/alpha.c (unicosmk_unique_section): Make static.
6007 (TARGET_ASM_UNIQUE_SECTION) [UNICOS]: New.
6008 (TARGET_IN_SMALL_DATA_P, alpha_in_small_data_p): New.
6009 (alpha_encode_section_info): Use it.
6010 * config/alpha/alpha-protos.h: Update.
6011 * config/alpha/elf.h (DO_SELECT_SECTION): Remove.
6012 (SELECT_SECTION, UNIQUE_SECTION): Remove.
6013 (TARGET_ASM_SELECT_SECTION): New.
6014 * config/alpha/unicosmk.h (UNIQUE_SECTION): Remove.
6015
6016 * config/arm/pe.h (UNIQUE_SECTION): Remove.
6017 (TARGET_ASM_UNIQUE_SECTION): New.
6018
6019 * config/avr/avr.c (TARGET_ASM_UNIQUE_SECTION): New.
6020 (avr_unique_section): Rename from unique_section; make static.
6021 * config/avr/avr-protos.h: Update.
6022 * config/avr/avr.h (UNIQUE_SECTION): Remove.
6023
6024 * config/c4x/c4x.h (SELECT_SECTION): Remove.
6025
6026 * config/i386/cygwin.h (UNIQUE_SECTION): Remove.
6027 (TARGET_ASM_UNIQUE_SECTION): New.
6028 * config/i386/i386-interix.h: Likewise.
6029 * config/i386/win32.h: Likewise.
6030 * config/i386/djgpp.h (UNIQUE_SECTION): Remove.
6031 * config/i386/i386.c (ix86_asm_file_end): Use target hook not macro.
6032 * config/i386/sco5.h (SELECT_SECTION): Remove.
6033 (TARGET_ASM_SELECT_SECTION): New.
6034 * config/i386/svr3gas.h (SELECT_SECTION): Remove.
6035
6036 * config/i860/paragon.h: Undef TARGET_ASM_SELECT_SECTION
6037 instead of SELECT_SECTION.
6038 * config/m68k/dpx2.h: Likewise.
6039 * config/rs6000/lynx.h: Likewise.
6040
6041 * config/ia64/aix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
6042 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
6043 * config/ia64/ia64.c (TARGET_IN_SMALL_DATA_P): New.
6044 (ia64_in_small_data_p): New.
6045 (ia64_encode_section_info): Use it. Reorganize overlarge conditional.
6046 (ia64_aix_select_section, ia64_aix_unique_section): New.
6047 * config/ia64/sysv4.h (DO_SELECT_SECTION): Remove.
6048 (SELECT_SECTION, UNIQUE_SECTION): Remove.
6049
6050 * config/m32r/m32r.h (SELECT_SECTION): Remove.
6051 (TARGET_ASM_SELECT_SECTION): New.
6052 * config/m32r/m32r.c (m32r_select_section): Take align argument.
6053 * config/m32r/m32r-protos.h: Update.
6054
6055 * config/m88k/m88k.h (TARGET_ASM_SELECT_SECTION): New.
6056 (SELECT_SECTION): Move ...
6057 * config/m88k/m88k.c (m88k_select_section): ... here.
6058
6059 * config/mcore/mcore-pe.h (SELECT_SECTION): Remove.
6060 * config/mcore/mcore.h (UNIQUE_SECTION): Remove.
6061 * config/mcore/mcore.c (TARGET_ASM_UNIQUE_SECTION): New.
6062 (mcore_unique_section): Make static.
6063 * config/mcore/mcore-protos.h: Update.
6064
6065 * config/mips/elf.h (UNIQUE_SECTION): Remove.
6066 (TARGET_ASM_UNIQUE_SECTION): New.
6067 * config/mips/elf64.h: Likewise.
6068 * config/mips/iris6gld.h: Likewise.
6069 * config/mips/linux.h: Likewise.
6070 * config/mips/mips-protos.h: Update.
6071 * config/mips/mips.c (mips_select_section): Add align argument.
6072 * config/mips/mips.h (SELECT_SECTION): Remove.
6073 (TARGET_ASM_SELECT_SECTION): New.
6074
6075 * config/mmix/mmix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
6076 * config/mmix/mmix.c (mmix_select_section): Remove.
6077 (mmix_unique_section): Remove.
6078 * config/mmix/mmix-protos.h: Update.
6079
6080 * config/pa/pa.h (TARGET_ASM_SELECT_SECTION): New.
6081 (SELECT_SECTION): Move ...
6082 * config/pa/pa.c (pa_select_section): ... here.
6083 * config/pa/pa64-hpux.h (UNIQUE_SECTION): Remove.
6084
6085 * config/rs6000/rs6000.c (rs6000_elf_select_section): Rename
6086 from rs6000_select_section and make static.
6087 (rs6000_elf_unique_section): Similarly.
6088 (rs6000_xcoff_select_section): From xcoff.h.
6089 (rs6000_xcoff_unique_section): Likewise.
6090 * config/rs6000/rs6000-protos.h: Update.
6091 * config/rs6000/sysv4.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
6092 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
6093 * config/rs6000/xcoff.h: Likewise.
6094
6095 * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): New.
6096 (SELECT_SECTION): Move ...
6097 * config/sparc/sparc.c (sparc_aout_select_section): ... here.
6098
6099 * config/v850/v850.h (SELECT_SECTION): Move ...
6100 * config/v850/v850.c (v850_select_section): ... here.
6101 (TARGET_ASM_SELECT_SECTION): New.
6102
6103 * config/vax/vms.h (SELECT_SECTION): Move ...
6104 * config/vax/vax.c (vms_select_section): ... here.
6105 (TARGET_ASM_SELECT_SECTION): New.
6106
6107 * doc/tm.texi: Update SELECT_SECTION and UNIQUE_SECTION docs
6108 for the target hooks.
6109
6110 2002-05-17 Nick Clifton <nickc@cambridge.redhat.com>
6111
6112 * config/arm/arm.c (emit_multi_reg_push): Do not set
6113 RTX_FRAME_RELATED_P on the SEQUENCE.
6114
6115 2002-05-16 Richard Henderson <rth@redhat.com>
6116
6117 * config/ia64/ia64.c (ia64_reorg): Rebuild bb_for_insn before
6118 splitting. Use split_all_insns; update_life_info_in_dirty_blocks.
6119
6120 2002-05-16 Richard Henderson <rth@redhat.com>
6121
6122 * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
6123
6124 * config/ia64/ia64.c (saveable_obstack): Do not declare.
6125
6126 2002-05-16 Richard Henderson <rth@redhat.com>
6127
6128 * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
6129 cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
6130 conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
6131 gcse.c, global.c, graph.c, haifa-sched.c, ifcvt.c, lcm.c,
6132 local-alloc.c, loop.c, predict.c, print-rtl.c, profile.c,
6133 recog.c, reg-stack.c, regclass.c, regmove.c, regrename.c,
6134 reload1.c, reorg.c, resource.c, sbitmap.c, sched-deps.c,
6135 sched-ebb.c, sched-rgn.c, sibcall.c, ssa-ccp.c, ssa-dce.c, ssa.c:
6136 Revert "Basic block renumbering removal", and two followup patches.
6137
6138 2002-05-16 Jason Thorpe <thorpej@wasabisystems.com>
6139
6140 * lcm.c (optimize_mode_switching): Revert previous change.
6141
6142 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6143
6144 * sched-rgn.c (schedule_insns): Initialize large_region_blocks
6145 with only extant block numbers.
6146
6147 2002-05-16 Jason Thorpe <thorpej@wasabisystems.com>
6148
6149 * lcm.c (optimize_mode_switching): Fix typo.
6150
6151 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6152
6153 * flow.c (calculate_global_regs_live): Queue blocks in program order.
6154
6155 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6156
6157 * doc/install.texi (Configuration): Document PWDCMD.
6158
6159 2002-05-16 Dale Johannesen <dalej@apple.com>
6160
6161 * combine.c (cant_combine_insn_p): Reenable combinations
6162 involving hard regs unless CLASS_LIKELY_SPILLED_P.
6163
6164 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
6165
6166 * c-common.c (cb_register_builtins): Handle more built-ins
6167 here rather than in gcc.c specs.
6168 * gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
6169 (cpp_options): Pass -O flags even when only preprocessing.
6170 * toplev.c (set_fast_math_flags): New prototype.
6171 (fast_math_flags_set_p): New.
6172 (set_no_fast_math_flags): Remove.
6173 (decode_f_option): Update.
6174 * toplev.h (set_fast_math_flags): Update.
6175 (fast_math_flags_set_p): New.
6176 (set_no_fast_math_flags): Remove.
6177 config:
6178 * c4x/c4x.c (c4x_override_options): Update.
6179
6180 2002-05-16 Zack Weinberg <zack@codesourcery.com>
6181
6182 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
6183 Default-define here.
6184 (builtin_define_with_value): Can now wrap the expansion in
6185 quotation marks if such is wanted.
6186 (cb_register_builtins): Update calls to builtin_define_with_value.
6187 Define __REGISTER_PREFIX__, __USER_LABEL_PREFIX__, and __VERSION__
6188 here.
6189 (c_common_init): Set options->stdc_0_in_system_headers.
6190 * c-lex.h: Update prototype of builtin_define_with_value.
6191 * cppdefault.h: Remove default definitions of USER_LABEL_PREFIX
6192 and REGISTER_PREFIX.
6193
6194 * cppinit.c (VERS, ULP, C, X): Kill.
6195 (builtin_array): Remove entries for __VERSION__,
6196 __USER_LABEL_PREFIX__, __REGISTER_PREFIX__, and
6197 __HAVE_BUILTIN_SETJMP__. Make __STDC__ always a builtin, not
6198 a constant.
6199 (init_builtins): Kill off a bunch of now-dead code.
6200 (COMMAND_LINE_OPTIONS): Remove -fleading-underscore and
6201 -fno-leading-underscore.
6202 (cpp_handle_option): Remove code to set user_label_prefix.
6203 (cpp_post_options): Likewise.
6204
6205 * cpplib.h (struct cpp_options): Remove user_label_prefix.
6206 (stdc_0_in_system_headers): New.
6207 * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile,
6208 stdc_0_in_system_headers) too to decide the value of __STDC__.
6209
6210 * tradcpp.c (user_label_prefix): Kill.
6211 (main): Remove code handling -f(no-)leading-underscore.
6212 (initialize_builtins): Don't define __REGISTER_PREFIX__
6213 or __USER_LABEL_PREFIX__.
6214 (install_value): Wrap compound statement in dummy loop so the
6215 macro works properly in an if statement.
6216
6217
6218 2002-05-16 Janis Johnson <janis187@us.ibm.com>
6219
6220 * loop.h (struct loop_info): Add member has_prefetch.
6221 * loop.c (PREFETCH_CONDITIONAL): Change default to 1.
6222 (prescan_loop): Initialize has_prefetch.
6223 (struct prefetch_info): Change prefetch_in_loop and
6224 prefetch_before_loop from bit fields to ints.
6225 (emit_prefetch_instructions): Several small fixes.
6226 (check_dbra_loop): Don't reverse loop that uses prefetch.
6227
6228 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6229
6230 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6231 * configure.in: Likewise.
6232 * fixinc/check.tpl: Likewise.
6233 * fixinc/fixinc.dgux: Likewise.
6234 * fixinc/fixinc.svr4: Likewise.
6235 * fixinc/fixinc.winnt: Likewise.
6236 * fixinc/fixincl.sh: Likewise.
6237 * fixproto: Likewise.
6238 * configure: Regenerate.
6239
6240 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6241
6242 Basic block renumbering removal:
6243 * basic_block.h (struct basic_block_def): Renamed index to sindex,
6244 added prev_bb and next_bb fields.
6245 (n_basic_blocks): Renamed to num_basic_blocks.
6246 (last_basic_block): New, index of last basic block.
6247 (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
6248 traversing basic block chain.
6249 (BLOCK_NUM): index -> sindex.
6250 (create_basic_block_structure, create_basic_block): Declaration changed.
6251 (debug_num2bb): Declare.
6252 (expunge_block_nocompact): Declaration removed.
6253 (link_block, unlink_block, compact_blocks): Declare.
6254 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): Modified.
6255 * cfg.c (entry_exit_blocks): Initialize new fields.
6256 (clear_edges, alloc_block, expunge_block, cached_make_edge,
6257 redirect_edge_pred, dump_flow_info, dump_edge_info,
6258 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
6259 free_aux_for_edges): Modified.
6260 (link_block, unlink_block, compact_blocks, debug_num2bb): New.
6261 (expunge_block_nocompact): Removed.
6262 * cfganal.c (can_fallthru, mark_dfs_back_edges, flow_call_edges_add,
6263 find_unreachable_blocks, create_edge_list, print_edge_list,
6264 verify_edge_list, flow_edge_list_print, remove_fake_successors,
6265 remove_fake_edges, flow_reverse_top_sort_order_compute,
6266 flow_depth_first_order_compute, flow_preorder_transversal_compute,
6267 flow_dfs_compute_reverse_init, flow_dfs_compute_reverse_add_bb,
6268 flow_dfs_compute_reverse_execute): Modified.
6269 * cfgbuild.c (make_edges, make_eh_edge, find_basic_blocks_1,
6270 find_basic_blocks, find_many_sub_basic_blocks, find_sub_basic_blocks):
6271 Modified.
6272 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
6273 merge_blocks_move_predecessor_nojumps,
6274 merge_blocks_move_successor_nojumps, merge_blocks,
6275 outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
6276 try_optimize_cfg, delete_unreachable_blocks, cleanup_cfg): Modified.
6277 * cfglayout.c (skip_insns_after_block, label_for_bb,
6278 record_effective_endpoints, scope_to_insns_finalize,
6279 fixup_reorder_chain, verify_insn_chain, cleanup_unconditional_jumps,
6280 fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge,
6281 cfg_layout_duplicate_bb): Modified.
6282 * cfgloop.c (flow_loops_cfg_dump, flow_loop_dump, flow_loops_dump,
6283 flow_loop_entry_edges_find, flow_loop_exit_edges_find,
6284 flow_loop_nodes_find, flow_loop_pre_header_find, flow_loop_scan,
6285 flow_loops_find, flow_loop_outside_edge_p): Modified.
6286 * cfgrtl.c (create_basic_block_structure, create_basic_block,
6287 flow_delete_block, compute_bb_for_insn, split_block,
6288 try_redirect_by_replacing_jump, redirect_edge_and_branch,
6289 force_nonfallthru_and_redirect, tidy_fallthru_edge,
6290 back_edge_of_syntactic_loop_p, split_edge, commit_one_edge_insertion,
6291 commit_edge_insertions, commit_edge_insertions_watch_calls,
6292 dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
6293 purge_all_dead_edges): Modified.
6294 * combine.c (combine_instructions, set_nonzero_bits_and_sign_copies,
6295 try_combine, nonzero_bits, num_sign_bit_copies, get_last_value_validate,
6296 get_last_value, reg_dead_at_p, distribute_notes, distribute_links):
6297 Modified.
6298 * conflict.c (conflict_graph_compute): Modified.
6299 * df.c (FOR_ALL_BBS): Removed.
6300 (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
6301 df_modified_p, df_analyse, df_refs_unlink, df_insn_modify,
6302 df_dump, hybrid_search_bitmap, iterative_dataflow_sbitmap): Modified.
6303 * df.h (DF_BB_INFO, DF_REF_BBNO): Modified.
6304 * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
6305 calc_idoms, idoms_to_doms, calculate_dominance_info): Modified.
6306 * final.c (compute_alignments, final_scan_insn): Modified.
6307 * flow.c (verify_local_live_at_start, update_life_info,
6308 update_life_info_in_dirty_blocks, free_basic_block_vars,
6309 delete_noop_moves, calculate_global_regs_live,
6310 initialize_uninitialized_subregs, allocate_bb_life_data,
6311 regno_uninitialized, regno_clobbered_at_setjmp, mark_set_1,
6312 mark_used_reg, count_or_remove_death_notes): Modified.
6313 * function.c (thread_prologue_and_epilogue_insns): Modified.
6314 * gcse.c (struct null_pointer_info): Change typo of current_block
6315 to basic_block.
6316 (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
6317 oprs_unchanged_p, load_killed_in_block_p, record_last_reg_set_info,
6318 compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
6319 alloc_avail_expr_mem, expr_killed_p, compute_ae_kill,
6320 expr_reaches_here_p_work, expr_reaches_here_p, handle_avail_expr,
6321 classic_gcse, one_classic_gcse_pass, compute_transp, cprop,
6322 one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p_work,
6323 pre_expr_reaches_here_p, insert_insn_end_bb, pre_edge_insert,
6324 pre_delete, one_pre_gcse_pass, compute_transpout,
6325 invalidate_nonnull_info, delete_null_pointer_checks_1,
6326 free_code_hoist_mem, compute_code_hoist_vbeinout,
6327 hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
6328 compute_ld_motion_mems, store_ops_ok, find_moveable_store,
6329 compute_store_table, build_store_vectors, insert_insn_start_bb,
6330 insert_store, replace_store_insn, free_store_memory, store_motion):
6331 Modified.
6332 * global.c (global_alloc, global_conflicts, mark_elimination,
6333 build_insn_chain): Modified.
6334 * graph.c (print_rtl_graph_with_bb): Modified.
6335 * haifa-sched.c (sched_init): Modified.
6336 * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
6337 (find_if_block, find_cond_trap, find_if_case_1, find_if_case_2,
6338 if_convert): Modified.
6339 * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
6340 compute_insert_delete, pre_edge_lcm, compute_available,
6341 compute_farthest, compute_nearerout, compute_rev_insert_delete,
6342 pre_edge_rev_lcm, make_preds_opaque, optimize_mode_switching):
6343 Modified.
6344 * local-alloc.c (alloc_qty, local_alloc, update_equiv_regs): Modified.
6345 * loop.c (loop_dump_aux): Modified.
6346 * predict.c (combine_predictions_for_insn, estimate_probability,
6347 last_basic_block_p, process_note_prediction, process_note_predictions,
6348 note_prediction_to_br_prob, propagate_freq, counts_to_freqs,
6349 expensive_function_p, estimate_bb_frequencies,
6350 compute_function_frequency): Modified.
6351 * print-rtl.c (print_rtx): Modified.
6352 * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX, instrument_edges,
6353 get_exec_counts, compute_branch_probabilities, compute_checksum,
6354 branch_prob, find_spanning_tree): Modified.
6355 * recog.c (split_all_insns, peephole2_optimize): Modified.
6356 * reg-stack.c (reg_to_stack, convert_regs_entry, compensate_edge,
6357 convert_regs_1, convert_regs_2, convert_regs): Modified.
6358 * regclass.c (scan_one_insn, regclass): Modified.
6359 * regmove.c (mark_flags_life_zones, regmove_optimize,
6360 combine_stack_adjustments): Modified.
6361 * regrename.c (regrename_optimize, copyprop_hardreg_forward): Modified.
6362 * reload1.c (reload, reload_combine, copy_eh_notes): Modified.
6363 * reorg.c (dbr_schedule): Modified.
6364 * resource.c (find_basic_block, init_resource_info): Modified.
6365 * sbitmap.c (sbitmap_intersection_of_succs,
6366 sbitmap_intersection_of_preds, sbitmap_union_of_succs,
6367 sbitmap_union_of_preds): Modified.
6368 * sched-deps.c (init_dependency_caches): Modified.
6369 * sched-ebb.c (schedule_ebbs): Modified.
6370 * sched-rgn.c (is_cfg_nonregular, build_control_flow, debug_regions,
6371 find_rgns, compute_trg_info, init_regions, schedule_insns): Modified.
6372 * sibcall.c (optimize_sibling_and_tail_recursive_call): Modified.
6373 * ssa-ccp.c (examine_flow_edges, optimize_unexecutable_edges,
6374 ssa_ccp_substitute_constants, ssa_ccp_df_delete_unreachable_insns,
6375 ssa_const_prop): Modified.
6376 * ssa-dce.c (set_control_dependent_block_to_edge_map_,
6377 find_control_dependence, find_pdom, ssa_eliminate_dead_code): Modified.
6378 * ssa.c (remove_phi_alternative, find_evaluations,
6379 compute_dominance_frontiers_1, compute_iterated_dominance_frontiers,
6380 insert_phi_node, rename_block, convert_to_ssa, eliminate_phi,
6381 make_regs_equivalent_over_bad_edges,
6382 make_equivalent_phi_alternatives_equival,
6383 compute_conservative_reg_partition,
6384 coalesce_regs_in_successor_phi_nodes, compute_coalesced_reg_partition,
6385 rename_equivalent_regs, convert_from_ssa, for_each_successor_phi):
6386 Modified.
6387
6388 2002-05-16 Mark Mitchell <mark@codesourcery.com>
6389
6390 * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.
6391
6392 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
6393
6394 * config/arm/arm.c (arm_rtx_costs): Check for RTX being a
6395 SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
6396 (arm_adjust_cost): Check for RTX being a SYMBOL_REF before
6397 calling CONSTANT_POOL_ADDRESS_P.
6398 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in code
6399 to decide whether to define __arm__ or __thumb.
6400 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Check for RTX being a
6401 SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
6402
6403 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
6404
6405 * config/arc/arc.h (CPP_PREDEFINES): Remove.
6406 (CPP_SPEC): Update.
6407 (TARGET_CPU_CPP_BUILTINS): New.
6408
6409 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
6410
6411 * cpphash.h (cpp_macro): Move here, and make expansion a union.
6412 * cppmacro.c (cpp_macro): Remove.
6413 (enter_macro_context, replace_args, warn_of_redefinition,
6414 _cpp_create_definition, cpp_macro_definition): Update.
6415
6416 2002-05-16 Jason Merrill <jason@redhat.com>
6417
6418 * config/mips/mips.c (mips_output_external): Don't do sdata
6419 optimization for a variable with DECL_COMDAT set.
6420
6421 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
6422
6423 * config/rs6000/altivec.h: Cleanups for tighter typechecking.
6424 Cleanups for accepting modifiers on pointers.
6425 Fix predicate typos.
6426 Allow long pointers as well as int pointers.
6427
6428 2002-05-15 Richard Henderson <rth@redhat.com>
6429
6430 * varasm.c (merge_weak): Remove special case for extern and common.
6431
6432 2002-05-15 Matt Hiller <hiller@redhat.com>
6433
6434 * testsuite/gcc.c-torture/compile/20000804-1.x: Don't return 1 if
6435 XFAILing.
6436 * testsuite/gcc.c-torture/compile/20001226-1.x: Ditto.
6437 * testsuite/gcc.c-torture/compile/920520-1.x: Ditto.
6438 * testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
6439 * testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
6440 * testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
6441 * testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.
6442
6443 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
6444
6445 * reload1.c (forget_old_reloads_1): Do not use subreg offset.
6446
6447 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
6448
6449 * config/rs6000/rs6000.md ("altivec_mtvscr"): Set VSCR register.
6450 ("altivec_mfvscr"): Read from VSCR.
6451
6452 Add vscr sets for the following insns: altivec_vctuxs,
6453 altivec_vaddubs, altivec_vaddsbs, altivec_vadduhs,
6454 altivec_vaddshs, altivec_vadduws, altivec_vaddsws, altivec_vctsxs,
6455 altivec_vmhaddshs, altivec_vmhraddshs, altivec_vmsumuhs,
6456 altivec_vmsumshs, altivec_vpkuhss, altivec_vpkshss,
6457 altivec_vpkuwss, altivec_vpkswss, altivec_vpkuhus,
6458 altivec_vpkshus, altivec_vpkuwus, altivec_vpkswus,
6459 altivec_vsububs, altivec_vsubsbs, altivec_vsubuhs,
6460 altivec_vsubshs, altivec_vsubuws, altivec_vsubsws,
6461 altivec_vsum4ubs, altivec_vsum4sbs, altivec_vsum4shs,
6462 altivec_vsum2sws, altivec_vsumsws.
6463
6464 * config/rs6000/rs6000.h: Add VSCR fixed register.
6465 (CALL_REALLY_USED_REGISTERS): Add vscr.
6466 (CALL_USED_REGISTERS): Same.
6467 (FIXED_REGISTERS): Same.
6468 (REG_ALLOC_ORDER): Same.
6469 (reg_class): Add VSCR_REGS.
6470 (REG_CLASS_NAMES): Same.
6471 (REG_CLASS_CONTENTS): Same.
6472 (VSCR_REGNO): New.
6473 (REGISTER_NAMES): Add vscr.
6474 (DEBUG_REGISTER_NAMES): Same.
6475 (ADDITIONAL_REGISTER_NAMES): Same.
6476 (FIRST_PSEUDO_REGISTER): Increment.
6477 (CONDITIONAL_REGISTER_USAGE): Set VSCR as a global register.
6478
6479 2002-05-15 Jakub Jelinek <jakub@redhat.com>
6480
6481 * fold-const.c (fold): Fix a typo.
6482
6483 2002-05-15 Eric Botcazou <ebotcazou@multimania.com>
6484
6485 * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
6486 comparison against the highest or lowest integer value before
6487 the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
6488 transformation and that of an unsigned comparison against 0
6489 right after.
6490
6491 2002-05-15 Richard Henderson <rth@redhat.com>
6492
6493 * varasm.c (merge_weak): Error for any weakening after definition.
6494 Adjust weakening after use warning to catch more cases.
6495 (assemble_alias): Set TREE_USED and TREE_ASM_WRITTEN consistently.
6496 * config/alpha/alpha.c (alpha_encode_section_info): Do not abort.
6497
6498 Wed May 15 10:38:27 CEST 2002 Jan Hubicka <jh@suse.cz>
6499
6500 * invoke.texi (-malign-double): Re-add lost warning.
6501
6502 * i386-protos.h (x86_output_mi_thunk): Declare.
6503 * unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
6504 * i386.c (x86_output_mi_thunk): ... here; handle 64bits.
6505
6506 * dwarf2out.c (output_call_frame_info): Do not skip unwind info
6507 when flag_asynchronous_unwind_tables is set.
6508
6509 * flags.h (flag_reorder_functions): Declare.
6510 * function.c (prepare_function_start): Initialize frequnecy.
6511 * params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New.
6512 * Makefile.in (predict.o): Add dependency on target.h and params.h
6513 * defaults.h (HOT_TEXT_SECTION_NAME,
6514 UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
6515 * predict.c (choose_function_section): New function.
6516 (estimate_bb_frequencies): Use it.
6517 * toplev.c (flag_reorder_functions): New global variable.
6518 (lang_independent_options): New.
6519 (parse_options_and_default_flags): Set.
6520 * varasm.c (assemble_start_function): Bypass functdion alignment
6521 for never executed functions.
6522 * invoke.texi (-freorder-blocks, -freorder-functions): Document.
6523 (param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
6524 * tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
6525 Document.
6526
6527 Thu Jan 3 21:52:09 CET 2002 Jan Hubicka <jh@suse.cz>
6528
6529 * predict.c: Inlude profile.h
6530 (MIN_COUNT): Rename to MIN_COUNT_FRACTION
6531 (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
6532 Use the information about maximal counter in the program.
6533
6534 Thu Dec 20 22:14:00 CET 2001 Jan Hubicka <jh@suse.cz>
6535
6536 * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
6537 probably_never_executed_bb_p): New functions.
6538 * cfgcleanup.c (outgoing_edges_match): Use them.
6539 * predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
6540 (maybe_hot_bb_p, probably_cold_bb_p,
6541 probably_never_executed_bb_p): New functions.
6542
6543 * function.h (function): Add new field function_frequency.
6544 * predict.c (compute_function_frequency): New function.
6545 (estimate_probability): Call it.
6546
6547 2002-03-09 Jakub Jelinek <jakub@redhat.com>
6548
6549 PR optimization/5172, optimization/5200
6550 * gcse.c (gcse_main): Disable store_motion.
6551
6552 2002-05-14 Zack Weinberg <zack@codesourcery.com>
6553
6554 * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
6555 (c_common_nodes_and_builtins): Use it.
6556 (builtin_define_with_value): New function.
6557 (cb_register_builtins): Define __SIZE_TYPE__,
6558 __PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
6559 using builtin_define_with_value. Use consistent notation when
6560 defining __GXX_WEAK__.
6561 (WCHAR_TYPE_SIZE): Don't redefine.
6562 (combine_strings): Don't use WCHAR_TYPE_SIZE.
6563
6564 * cppdefault.h: Don't provide defaults for SIZE_TYPE,
6565 PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
6566 * cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
6567 * tradcpp.c (initialize_builtins): Likewise.
6568 * gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
6569
6570 * c-lex.h (builtin_define_with_value): Prototype.
6571 * system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
6572 NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
6573 * doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
6574
6575 * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
6576 config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
6577 config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
6578 config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
6579 config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
6580 config/sparc/linux64.h, config/sparc/netbsd-elf.h,
6581 config/sparc/sol2-bi.h, config/sparc/sparc.h:
6582 Do not define NO_BUILTIN_SIZE_TYPE etc. Remove all references
6583 to __SIZE_TYPE__ etc from all spec strings. When this makes
6584 extra specs empty, delete them.
6585
6586 2002-05-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
6587
6588 * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
6589 for PA8000 or generating dwarf2 call frame information.
6590 (output_call): Remove DO_FRAME_NOTES check from return pointer
6591 optimization.
6592 (following_call): Return 0 when scheduling for PA8000 or generating
6593 dwarf2 call frame information. Revise comment.
6594
6595 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
6596
6597 config/alpha:
6598 * alpha.h (TARGET_CPU_CPP_BUILTINS): Define __IEEE_FP
6599 and __IEEE_FP_INEXACT as appropriate.
6600 (CPLUSPLUS_CPP_SPEC): Don't define __cplusplus.
6601 (CPP_SPEC): Remove ieee defines.
6602 * freebsd.h, netbsd.h: Remove ieee defines and cpp_cpu.
6603
6604 2002-05-14 Richard Henderson <rth@redhat.com>
6605
6606 * config/i386/i386.c (ix86_save_reg): Make regno unsigned.
6607 (ix86_safe_length, ix86_safe_length_prefix, ix86_safe_memory): Kill.
6608
6609 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
6610
6611 * arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define.
6612 (CPP_SPEC): Update.
6613 (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC,
6614 CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC, CPP_ENDIAN_SPEC,
6615 CPP_ENDIAN_DEFAULT_SPEC, CPP_INTERWORK_DEFAULT_SPEC,
6616 CPP_INTERWORK_SPEC, CPP_PREDEFINES): Remove.
6617 (EXTRA_SPECS): Update.
6618 * arm/conix-elf.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
6619 arm/riscix1-1.h, arm/rtems-elf.h, arm/semiaof.h, arm/unknown-elf.h,
6620 arm/unknown-elf-oabi.h, arm/vxarm.h: Remove CPP_PREDEFINES and
6621 define TARGET_OS_CPP_BUILTINS if necessary.
6622
6623 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
6624
6625 * gcc.c (cpp_options): Must pass -m* and -f* options
6626 to the front end even when only preprocessing.
6627 (cc1_options): Remove redundant -lang-c.
6628 * tradcpp.c (main): Ignore -m options.
6629 objc:
6630 * lang-specs.h: Similarly.
6631
6632 2002-05-14 Vladimir Makarov <vmakarov@redhat.com>
6633
6634 * genautomata.c (transform_3): Add code for transformation
6635 `(A,B,...)+C -> A+C,B,...'.
6636
6637 Tue May 14 12:48:22 CEST 2002 Jan Hubicka <jh@suse.cz>
6638
6639 * final.c (end_final): Do not output profile_arcs constructor, when
6640 no functions are instrumented.
6641
6642 Tue May 14 12:38:30 CEST 2002 Jan Hubicka <jh@suse.cz>
6643
6644 * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
6645
6646 2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6647
6648 * doc/install.texi: Remove special markup originally required for
6649 HTML generation with texi2html.
6650
6651 2002-05-14 Andreas Schwab <schwab@suse.de>
6652
6653 * config/ia64/sysv4.h (DO_SELECT_SECTION): Factored out of
6654 SELECT_SECTION.
6655 (UNIQUE_SECTION): Define to get small data correctly.
6656
6657 * varasm.c (resolve_unique_section): Add third parameter
6658 flag_function_or_data_sections and use it instead of
6659 flag_function_sections.
6660 (assemble_start_function): Pass flag_function_sections.
6661 (asm_emit_uninitialised): Pass flag_data_sections.
6662 (assemble_variable): Likewise.
6663
6664 2002-05-14 Richard Henderson <rth@redhat.com>
6665
6666 * config/i386/i386.md: Use define_constants for unspec numbers.
6667 * config/i386/i386.c: Likewise.
6668
6669 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
6670
6671 * doc/contrib.texi: Update my entry.
6672
6673 2002-05-13 Mark Mitchell <mark@codesourcery.com>
6674
6675 * fixinc/inclhack.def (winidss_valist): Limit applicability.
6676 * fixinc/fixincl.x: Regenerated.
6677 * fixinc/tests/base/math.h: Update.
6678 * fixinc/tests/base/testing.h: Likewise.
6679
6680 2002-05-13 Zack Weinberg <zack@codesourcery.com>
6681
6682 * genattr.c (gen_attr): Don't emit a comma after the last
6683 enumerator.
6684
6685 2002-05-13 Richard Henderson <rth@redhat.com>
6686
6687 * cfgrtl.c (purge_dead_edges): Handle abnormal call edges created
6688 by non-local gotos.
6689 * recog.c (peephole2_optimize): Likewise.
6690
6691 2002-05-13 Andris Pavenis <pavenis@lanet.lv>
6692
6693 * cppfiles.c (open_file): Change mode (DJGPP only) of redirected
6694 input to O_BINARY.
6695
6696 2002-05-13 Jeffrey A Law (law@redhat.com)
6697
6698 * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
6699 Update prototype and callers.
6700 (propagate_one_insn): Stack pointer adjustments kill MEMs on
6701 the mem_set_list which reference the stack pointer, as do
6702 calls to constant functions as they may clobber outgoing
6703 argument space.
6704
6705 * i386.c (ia32_multipass_dfa_lookahead): Prototype.
6706
6707 * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
6708 (ia32_multipass_dfa_lookahead): New function.
6709
6710 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
6711
6712 * gcc.c (SWITCH_TAKES_ARG): Remove 'V'.
6713 (translate_options): Remove 'V'.
6714 (process_command): Similarly.
6715 doc:
6716 * invoke.texi: Remove documentation of 'V'.
6717
6718 2002-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6719
6720 * config/s390/linux.h: Revert 2002-04-22 changes.
6721
6722 2002-05-13 Scott Marks <SMarks@mobile-mind.com>
6723
6724 * config/fr30/fr30.md: Only allow splits of immediate loads
6725 if the destination is a register.
6726
6727 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
6728
6729 * Makefile.in (c-common.o, cppinit.o): Update.
6730 * c-common.c: Include except.h.
6731 (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__.
6732 Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS.
6733 * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here.
6734 * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS,
6735 CPP_PREDEFINES): Handle here.
6736 config:
6737 * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h,
6738 alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h,
6739 alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define
6740 TARGET_OS_CPP_BUILTINS.
6741 * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define.
6742 (CPP_SPEC, EXTRA_SPECS): Update.
6743 (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC,
6744 CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC,
6745 CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC,
6746 CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC,
6747 CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove.
6748 doc:
6749 * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove.
6750 (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define.
6751
6752 2002-05-12 Zack Weinberg <zack@codesourcery.com>
6753
6754 * emit-rtl.c (global_rtl): Update comment.
6755 (const_double_htab, const_double_htab_hash,
6756 const_double_htab_hash, lookup_const_double): New.
6757 (const_int_htab_hash, const_int_htab_eq): Remove const
6758 qualifiers, which cause tons of warnings with RTL checking on.
6759 (gen_rtx_CONST_DOUBLE): Deleted.
6760 (const_double_from_real_value): New function - bears some
6761 resemblance to the former immed_real_const_1.
6762 (immed_double_const): Moved here from varasm.c and
6763 simplified.
6764 (gen_rtx_REG): Make REGNO unsigned to squelch warnings.
6765 (gen_rtx_SUBREG): Use gen_rtx_raw_SUBREG.
6766 (gen_rtx): Use immed_double_const.
6767 (init_emit_once): Initialize the const_double_htab. Use
6768 REAL_VALUE_FROM_INT where possible. Can now use
6769 CONST_DOUBLE_FROM_REAL_VALUE when setting up const_tiny_rtx.
6770 * varasm.c (struct varasm_status): Remove x_const_double_chain.
6771 (const_double_chain, immed_real_const, clear_const_double_mem): Delete.
6772 (immed_double_const, immed_real_const_1): Moved to emit-rtl.c.
6773 (init_varasm_status, mark_varasm_status): Don't touch
6774 x_const_double_chain.
6775
6776 * output.h: Delete prototype for clear_const_double_mem.
6777 * real.h: Make REAL_VALUE_TYPE a macro again. Remove leading
6778 '0' slot from all CONST_DOUBLE_FORMAT definitions. Prototype
6779 const_double_from_real_value, not immed_real_const_1, and use
6780 it to define CONST_DOUBLE_FROM_REAL_VALUE. Define new macro
6781 CONST_DOUBLE_ATOF.
6782 * rtl.h (CONST_DOUBLE_CHAIN): Kill.
6783 (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Adjust.
6784 (gen_rtx_CONST_DOUBLE, immed_real_const): Delete prototypes.
6785 (gen_rtx_REG): Second arg is unsigned.
6786
6787 * gengenrtl.c (special_rtx): Take out CONST_DOUBLE.
6788 (excluded_rtx): New, return true for CONST_DOUBLE.
6789 (genmacro): Write nothing for excluded codes.
6790 * combine.c (combine_simplify_rtx): Use CONST_DOUBLE_FROM_REAL_VALUE.
6791 * expr.c (expand_expr): Likewise.
6792 * ggc-common.c (ggc_mark_rtx_children_1): Don't mark the
6793 CONST_DOUBLE_CHAIN.
6794 * toplev.c (rest_of_compilation): Don't call
6795 clear_const_double_mem.
6796
6797 * config/rs6000/rs6000.c (rs6000_float_const): Delete.
6798 (rs6000_hash_constant): Remove CONST_DOUBLE special case.
6799 (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.
6800 * config/rs6000/rs6000-protos.h: Don't prototype rs6000_float_const.
6801 * config/c4x/c4x.md, config/rs6000/rs6000.md: Use CONST_DOUBLE_ATOF.
6802 * config/dsp16xx/dsp16xx.md, config/mips/mips.md,
6803 config/pa/pa.md: Use CONST_DOUBLE_FROM_REAL_VALUE.
6804 * config/sparc/sparc.md, config/sparc/sparc.c: Use immed_double_const.
6805
6806 2002-05-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6807
6808 * mips/iris6.h (CPLUSPLUS_CPP_SPEC): Define.
6809
6810 2002-05-12 Tom Tromey <tromey@redhat.com>
6811
6812 * tree.h (copy_node): Don't mention TREE_PERMANENT.
6813
6814 2002-05-12 Zack Weinberg <zack@codesourcery.com>
6815
6816 * gensupport.c (n_comma_elts): Moved here from genattrtab.c.
6817 (scan_comma_elt): New function. Accepts whitespace in comma lists.
6818 * gensupport.h: Prototype new routines.
6819 * genattr.c (gen_attr): Use scan_comma_elt. Avoid unnecessary
6820 use of printf.
6821 * genattrtab.c (n_comma_elts): Moved to gensupport.c.
6822 (next_comma_elt): Use scan_comma_elt.
6823
6824 * config/i386/i386.md: Use new attribute notation to break up
6825 long lines in define_attr forms.
6826
6827 2002-05-12 Richard Henderson <rth@redhat.com>
6828
6829 * expr.c (compress_float_constant): New.
6830 (emit_move_insn): Use it.
6831 (float_extend_from_mem): New.
6832 (init_expr_once): Initialize it.
6833 * real.c (exact_real_truncate): New.
6834
6835 * config/i386/i386.h (CONST_COSTS): Assume CONST_DOUBLE gets
6836 dropped into memory; penalize for size.
6837 (RTX_COSTS): FLOAT_EXTEND is free.
6838 * config/i386/i386.md (extendsfdf2, extendsfxf2, extendsftf2,
6839 extenddfxf2, extenddftf2): Accept constants and drop them to memory.
6840
6841 2002-05-12 Richard Henderson <rth@redhat.com>
6842
6843 * profile.h (profile_info): Add missing extern to declaration.
6844 * profile.c (profile_info): Define it.
6845
6846 2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6847
6848 * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers
6849 used for DImode and TImode.
6850
6851 2002-05-11 Neil Booth <neil@daikokuya.demon.co.uk>
6852
6853 * cpplex.c (_cpp_lex_direct): When in a directive at EOF
6854 fake a newline.
6855
6856 2002-05-11 Zack Weinberg <zack@codesourcery.com>
6857
6858 * config/rs6000/rs6000.c (rs6000_default_long_calls,
6859 rs6000_longcall_switch, rs6000_set_default_type_attributes): New.
6860 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Set it.
6861 (rs6000_override_options): Handle -m(no-)longcall.
6862 (init_cumulative_args, output_mi_thunk): Check for both
6863 longcall and shortcall attributes on the function.
6864 (rs6000_attribute_table): Add "shortcall".
6865 (rs6000_handle_longcall_attribute): Update comment.
6866 (altivec_expand_unop_builtin, altivec_expand_binop_builtin,
6867 altivec_expand_ternop_builtin): Add default clauses to switches
6868 to silence warnings.
6869
6870 * config/rs6000/rs6000.h: Declare rs6000_longcall_switch and
6871 rs6000_default_long_calls. Define REGISTER_TARGET_PRAGMAS.
6872 (TARGET_OPTIONS): Add longcall and no-longcall.
6873
6874 * config/rs6000/rs6000.md (call_nonlocal_sysv,
6875 call_value_nonlocal_sysv): Split by alternatives. One pair
6876 accepts only SYMBOL_REFs and rejects if CALL_LONG is set in
6877 the call cookie. The other pair accepts only LR/CTR and has
6878 no restriction.
6879
6880 * config.gcc (rs6000-*-* | powerpc*-*-* trailer stanza):
6881 Set c_target_objs, cxx_target_objs; add t-rs6000-c-rule to
6882 tmake_file.
6883 * config/rs6000/rs6000-c.c: New file.
6884 * config/rs6000/t-rs6000-c-rule: New file.
6885 * config/rs6000/rs6000-protos.c: Add multiple-include guard.
6886 Prototype rs6000_pragma_longcall.
6887
6888 * doc/extend.texi: Document shortcall attribute.
6889 * doc/invoke.texi: Document -mlongcall, -mno-longcall.
6890
6891 2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6892
6893 * reorg.c (dbr_schedule): Remove unnecessary test.
6894
6895 Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz>
6896
6897 * i386.md (testsi to testqi spliters): New.
6898
6899 2002-01-14 Josef Zlomek <zlomek@matfyz.cz>
6900
6901 cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.
6902
6903 Wed Jan 9 2002 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
6904
6905 * basic-block.h: New flag EDGE_CAN_FALLTHRU
6906 * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges
6907 that can be made fallthru.
6908
6909 Mon Nov 12 16:25:53 CET 2001 Jan Hubicka <jh@suse.cz>
6910
6911 * cfglayout.c (cleanup_unconditional_jumps): New static function.
6912 (cfg_layout_initialize): Use it.
6913
6914 2002-05-11 Marek Michalkiewicz <marekm@amelek.gda.pl>
6915
6916 * config/avr/avr.c (avr_mcu_types): Update supported devices.
6917 * config/avr/avr.h (CPP_SPEC, LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
6918 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
6919
6920 2002-05-11 Kazu Hirata <kazu@cs.umass.edu>
6921
6922 * dbxout.c: Fix formatting.
6923 * dependence.c: Likewise.
6924 * df.c: Likewise.
6925 * diagnostic.c: Likewise.
6926 * doloop.c: Likewise.
6927 * dominance.c: Likewise.
6928 * doschk.c: Likewise.
6929 * dwarf2asm.c: Likewise.
6930 * dwarf2out.c: Likewise.
6931 * dwarfout.c: Likewise.
6932
6933 2002-05-10 Richard Henderson <rth@redhat.com>
6934
6935 * final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
6936 Convert integers constants as needed. Replace "nwords" field with
6937 "sizeof_bb".
6938 (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
6939 * function.h: Fix typo in comment.
6940 * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
6941
6942 2002-05-10 Roger Sayle <roger@eyesopen.com>
6943
6944 * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)
6945 into the equivalent (signed char)c > 0.
6946
6947 2002-05-10 Janis Johnson <janis187@us.ibm.com>
6948
6949 * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
6950 (PREFETCH_CONDITIONAL): Renamed from PREFETCH_NOT_ALWAYS.
6951 (struct prefetch_info): Fix spelling of member bytes_accessed.
6952 (emit_prefetch_instructions): Make dump messages more regular;
6953 restructure code to add more dump messages; use new macros for
6954 heuristics. (There are no code generation changes in any of this).
6955
6956 2002-05-10 David S. Miller <davem@redhat.com>
6957
6958 * rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
6959 (struct rtx_def): Update unchanging flag comment.
6960 * doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
6961 * reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
6962 to be handled to INSN too.
6963 (dbr_schedule): Likewise.
6964 * resource.c (next_insn_no_annul): Likewise.
6965
6966 * cse.c (rtx_cost): Remove multiplication by power of 2 special
6967 casing.
6968
6969 2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6970
6971 * doc/install.texi (Specific, *-*-solaris2*): Update passus on
6972 setting CONFIG_SHELL to /bin/ksh and remove alternate trick to
6973 (possibly) work around broken /bin/sh.
6974
6975 2002-05-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6976
6977 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and
6978 . as N64/N32 libgcc_s.so subdirs.
6979
6980 2002-05-10 David S. Miller <davem@redhat.com>
6981
6982 * config/sparc/sparc.md: Use define_constants for unspec numbers.
6983
6984 * rtl.h (struct rtx_def): Document unchanging and in_struct flags
6985 more accurately.
6986 (INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
6987 comment.
6988 (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
6989 * doc/rtl.texi: Document these macros more accurately.
6990 * recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
6991 JUMP_INSNs and CALL_INSNs.
6992 * resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
6993 or INSN_FROM_TARGET_P if the code is appropriate.
6994
6995 2002-05-10 Marek Michalkiewicz <marekm@amelek.gda.pl>
6996
6997 * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REF
6998 before using SYMBOL_REF_FLAG (addr).
6999
7000 * config/avr/avr-protos.h (avr_io_address_p): Declare.
7001 * config/avr/avr.c (io_address_p): Rename to avr_io_address_p.
7002 Make non-static. Update all callers.
7003 * config/avr/avr.md (*cbi, *sbi, *sbix_branch, *sbix_branch_bit7):
7004 New insns to clear/set/test a single bit in I/O address space.
7005
7006 2002-05-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7007
7008 * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
7009
7010 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7011
7012 * Makefile.in: Update.
7013 * c-common.c (flag_iso, flag_undef, cb_register_builtins,
7014 builtin_define_std): New.
7015 (c_common_init): Register CPP builtins callback.
7016 * c-common.h (flag_iso, flag_undef): New.
7017 * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
7018 * c-lex.c: Don't include target.h.
7019 (cb_register_builtins): Move to c-common.c.
7020 (init_c_lex): Don't register hook here.
7021 * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
7022 (cpp_define, cpp_assert): Remove.
7023 * gcc.c (cc1_options): Pass -undef to front end.
7024 * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
7025 (TARGET_INITIALIZER): Update.
7026 * target.h (struct cpp_reader): Don't predeclare.
7027 (struct gcc_target): Remove cpp builtin hook.
7028 * tree.c (default_register_cpp_builtins): Remove.
7029 doc:
7030 * tm.texi: Update.
7031
7032 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7033
7034 * cppexp.c (_cpp_expand_op_stack): Set op_limit.
7035
7036 2002-05-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7037
7038 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
7039 (SHLIB_LINK, SHLIB_INSTALL): Adjust.
7040
7041 2002-05-09 Jakub Jelinek <jakub@redhat.com>
7042
7043 * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
7044 * config/sparc/libgcc-sparc-glibc.ver: New file.
7045 * config/cris/t-linux (SHLIB_MAPFILES): Remove.
7046 * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
7047
7048 2002-05-09 Jakub Jelinek <jakub@redhat.com>
7049
7050 PR target/6429
7051 * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
7052 * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
7053 shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
7054 base multilibs.
7055 * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
7056 * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
7057 * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
7058 * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
7059
7060 2002-05-09 Richard Henderson <rth@redhat.com>
7061
7062 * config/ia64/ia64.md: Use define_constants for unspec numbers.
7063 * config/ia64/ia64.c: Likewise.
7064
7065 2002-05-09 Richard Sandiford <rsandifo@redhat.com>
7066
7067 * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
7068 (save_restore_insns): Likewise.
7069 (mips_expand_prologue, mips_expand_epilogue): Update callers.
7070 (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
7071
7072 Thu May 9 11:50:09 2002 Jeffrey A Law (law@redhat.com)
7073
7074 * athlon.md, k6.md, pentium.md, ppro.md): New files.
7075 * i386.md: Move scheduling information into new files.
7076
7077 * i386.md (type attribute): Add "rotate" for rotate insns.
7078 (rotate insns): Set type to "rotate".
7079 (various attributes and function units): Treat rotate like shift.
7080 (pent_pair attribute): Only rotates by one bit position are
7081 pairable.
7082 (sbb insns): Explicitly set pent_pair attribute on a couple
7083 that were missing it.
7084
7085 Thu May 9 18:29:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
7086
7087 * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
7088 make sure that buffer starts on odd word address.
7089 (sh_va_arg): Skip odd fp registers when reading a double precision
7090 value.
7091
7092 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7093
7094 * tree.h (preserve_data, object_permanent_p, type_precision):
7095 Remove.
7096
7097 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7098
7099 * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
7100 * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
7101 doc:
7102 * cpp.texi: Update for removal of obsolete features.
7103
7104 Thu May 9 07:46:18 2002 Jan Hubicka <jh@suse.cz>
7105 Jeffrey A Law (law@redhat.com)
7106
7107 * i386.c (ia32_use_dfa_pipeline_interface): New function. Use
7108 the DFA interface for Pentium processors.
7109 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
7110 (attr_pent_pair, ix86_pent_find_pair): Remove.
7111 (ix86_sched_reorder_pentium): Remove.
7112 (ix86_sched_reorder): Remove reordering for Pentium.
7113 * i386.md (Pentium scheduling): Rewrite using DFA description.
7114
7115 Thu May 9 14:55:39 CEST 2002 Jan Hubicka <jh@suse.cz>
7116
7117 * cfganal.c (can_fallthru): Fix fast path.
7118 * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
7119 with edges to the next block.
7120
7121 Thu May 9 14:52:45 CEST 2002 Jan Hubicka <jh@suse.cz>
7122 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
7123
7124 * final.c (end_final): Use C trees to output data structures for profiling.
7125
7126 * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
7127 (profile.o): New dependency profile.h
7128 (final.o): New dependency profile.h
7129 * profile.h: New file. New global structure profile_info.
7130 * final.h (count_edges_instrumented_now): Declare.
7131 (current_function_cfg_checksum): Declare.
7132 (function_list): New structure.
7133 (functions_head, functions_tail): New static variables.
7134 (end_final): Emits more data, removed some -ax stuff.
7135 (final): Stores function names and chcksums.
7136 * gcov-io.h (__write_gcov_string): New function.
7137 (__read_gcov_string): New function.
7138 * gcov.c (read_profile): New function.
7139 (create_program_flow_graph): Uses read_profile instead of reading
7140 da_file.
7141 (read_files): Removed da_file checking, it's done by read_profile now.
7142 * libgcc2.c (bb_function_info): New structure.
7143 (bb): New field in structure, removed some -ax stuff.
7144 (__bb_exit_func): Changed structure of da_file.
7145 * profile.c (count_edges_instrumented_now): New global variable.
7146 (current_function_cfg_checksum): New global variable.
7147 (max_counter_in_program): New global variable.
7148 (get_exec_counts): New function.
7149 (compute_checksum): New function.
7150 (instrument_edges): Sets count_edges_instrumented_now.
7151 (compute_branch_probabilities): Uses get_exec_counts instead of
7152 reading da_file.
7153 (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
7154 (init_branch_prob): Removed da_file checking, done in get_exec_counts
7155 now.
7156 (end_branch_prob): Removed da_file checking, done in get_exec_counts
7157 now.
7158 * gcov.texi: Updated information about gcov file format.
7159
7160 2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
7161
7162 * sbitmap.c: Fix formatting.
7163 * scan.c: Likewise.
7164 * scan-decls.c: Likewise.
7165 * sched-deps.c: Likewise.
7166 * sched-ebb.c: Likewise.
7167 * sched-rgn.c: Likewise.
7168 * sched-vis.c: Likewise.
7169 * sdbout.c: Likewise.
7170 * sibcall.c: Likewise.
7171 * simplify-rtx.c: Likewise.
7172 * ssa.c: Likewise.
7173 * ssa-ccp.c: Likewise.
7174 * ssa-dce.c: Likewise.
7175 * stmt.c: Likewise.
7176 * stor-layout.c: Likewise.
7177 * stringpool.c: Likewise.
7178
7179 2002-05-09 David S. Miller <davem@redhat.com>
7180
7181 * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
7182
7183 2002-05-07 David S. Miller <davem@redhat.com>
7184
7185 * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
7186 * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
7187 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
7188 library implementation clobbers the output before the inputs
7189 are fully consumed, use stack temporary for the output.
7190
7191 2002-05-09 Jason Thorpe <thorpej@wasabisystems.com>
7192
7193 * config/netbsd.h (CPP_SPEC): Remove.
7194 * config/i386/netbsd-elf.h (CPP_SPEC): Define.
7195 * config/i386/netbsd.h (CPP_SPEC): Define.
7196 * config/ns32k/netbsd.h (CPP_SPEC): Define.
7197 * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
7198 * config/sparc/netbsd.h (CPP_SPEC): Define.
7199 * config/vax/netbsd.h (CPP_SPEC): Define.
7200
7201 2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
7202
7203 * read-rtl.c: Fix formatting.
7204 * real.c: Likewise.
7205 * recog.c: Likewise.
7206 * regclass.c: Likewise.
7207 * regmove.c: Likewise.
7208 * reg-stack.c: Likewise.
7209 * reload1.c: Likewise.
7210 * reload.c: Likewise.
7211 * resource.c: Likewise.
7212 * rtlanal.c: Likewise.
7213 * rtl.c: Likewise.
7214 * rtl-error.c: Likewise.
7215
7216 2002-05-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
7217
7218 * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
7219 * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
7220
7221 2002-05-08 Bernd Schmidt <bernds@redhat.com>
7222
7223 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
7224 use __SSE2__ macro instead.
7225 * config/i386/xmmintrin.h: Likewise.
7226
7227 2002-05-08 Janis Johnson <janis187@us.ibm.com>
7228
7229 * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
7230 and use it in all invocations of these macros. Clean up comments.
7231 * rtl.c (rtl_check_failed_flag): Add an argument for the name
7232 of the flag access macro whose check failed.
7233 * doc/rtl.texi (Flags): Document additional flag uses.
7234
7235 2002-05-08 Robert Spier <rspier@pobox.com>
7236 Neil Booth <neil@daikokuya.demon.co.uk>
7237
7238 PR preprocessor/6521
7239 * cppfiles.c (handle_missing_header): Don't do anything
7240 different for <> includes.
7241 doc:
7242 * cppopts.texi: Update documentation for -MG.
7243
7244 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
7245
7246 * cpplex.c (cpp_interpret_charconst): Truncate as well as
7247 sign-extend.
7248 doc:
7249 * cpp.texi: Clarify multichar charconst valuation.
7250
7251 2002-05-08 Mark Mitchell <mark@codesourcery.com>
7252
7253 * doc/invoke.texi: Document -mwindiss option.
7254
7255 2002-05-08 Jason Merrill <jason@redhat.com>
7256
7257 * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
7258
7259 * dwarf2out.c (gen_type_die): Abort on broken recursion.
7260
7261 PR c++/6381
7262 * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
7263 REAL_CST.
7264
7265 2002-05-08 Nick Clifton <nickc@cambridge.redhat.com>
7266
7267 * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
7268 little-endian multilibs to override arm/thumb multilibs.
7269 Do not build hardware floating point multilibs, nor apcs-26
7270 multilibs for the Thumb.
7271
7272 2002-05-08 Mark Mitchell <mark@codesourcery.com>
7273
7274 PR c/6569.
7275 * varasm.c (mark_weak): New function.
7276 (merge_weak): Use it. Do not call declare_weak.
7277 (declare_weak): Use merge_weak.
7278
7279 Wed May 8 13:12:11 CEST 2002 Jan Hubicka <jh@suse.cz>
7280
7281 * cse.c (dead_libcall_p): Update counts.
7282 (delete_trivially_dead_insns): Update call of dead_libcall_p.
7283
7284 Wed May 8 11:08:50 CEST 2002 Jan Hubicka <jh@suse.cz>
7285
7286 * cfglayout.c (function_tail_eff_head): Rename to ...
7287 (function_footer): ... this one.
7288 (unlink_insn_chain): New functions.
7289 (label_for_bb): Only call block_label and emit debug message.
7290 (record_effective_endpoints): Actually unlink the headers and footers.
7291 (fixup_reorder_cahin): Re-insert the unlinked sequences.
7292 (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
7293 * cfglayout.h (struct reorder_block_def): New fields footer/header;
7294 remove eff_head/eff_end.
7295 * rtl.h (set_first_insn): Declare.
7296 * emit-rtl.c (set_first_insn): New function.
7297
7298 * cfglayout.c (fixup_reorder_chain): Dump duplicated
7299 (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
7300 cfg_layout_duplicate_bb): New global function.
7301 (duplicate_insn_chain): New static function.
7302 * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
7303 cfg_layout_duplicate_bb): Declare.
7304 (struct reorder_block_def): Add "original" field.
7305 * emit-rtl.c (emit_copy_of_insn_after): New function.
7306 * rtl.h (emit_copy_of_insn_after): Declare.
7307
7308 * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
7309 (fixup_reorder_chain): properly handle edges to exit block.
7310
7311 Wed May 8 11:10:31 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7312 Jan Hubicka <jh@suse.cz>
7313
7314 * basic-block.h (note_prediction_to_br_prob): declare.
7315 * c-semantics.c: Inlucde predit.h
7316 (expand_stmt): predict GOTO_STMT as not taken.
7317 * cfgcleanup.c: (delete_unreachable_blocks): Make global.
7318 (cleanup_cfg): Do not free tail_recursion_list.
7319 * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
7320 (flow_delete_block): Kill predictions past end of basic block.
7321 * output.h (delete_unreachable_blocks): Declare.
7322 * predict.c (predicted_by_p, process_note_predictions,
7323 process_note_prediction, last_block_p): New function.
7324 (estimate_probability): Bypass loop on PRED_CONTINUE;
7325 do not handle noreturn heuristics; kill PRED_RETURN; add
7326 PRED_EARLY_RETURN.
7327 * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
7328 PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
7329 * predict.h (IS_TAKEN): New constant.
7330 * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
7331 * rtl.c (NOTE_INSN_PREDICTION): New.
7332 * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
7333 New macro.
7334 (insn_note): add NOTE_INSN_PREDICTION.
7335 * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
7336 CFG; free tail_recursion_label_list.
7337 * stmt.c: Include predict.h;
7338 (return_prediction): New.
7339 (expand_value_return): Use it.
7340 * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
7341
7342 2002-05-08 Richard Sandiford <rsandifo@redhat.com>
7343
7344 * config/mips/mips.md: Name the unspecs with define_constant.
7345 (*HILO_delay): Rename to 'hilo_delay' (no star).
7346 (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
7347 (reload_outdi, reload_outsi): Likewise.
7348
7349 2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
7350
7351 * toplev.c: Fix formatting.
7352
7353 2002-05-07 Janis Johnson <janis187@us.ibm.com>
7354
7355 * config.in (ENABLE_RTL_FLAG_CHECKING): New.
7356 * configure.in (ac_rtlflag_checking): New.
7357 * doc/install.texi (--enable-checking): Document RTL flag checking.
7358
7359 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
7360
7361 * c-common.c (c_common_init): Set options->unsigned_wchar.
7362 * cppinit.c (cpp_create_reader): Default unsigned_wchar,
7363 group target dependencies.
7364 (init_builtins, cpp_handle_option): Update.
7365 * cpplex.c (cpp_interpret_charconst): Update.
7366 * cpplib.h (struct cpp_options): Add unsigned_wchar, rename
7367 signed_char to unsigned_char, group target dependencies.
7368 * defaults.h (WCHAR_UNSIGNED): Remove.
7369 * system.h (WCHAR_UNSIGNED, MAX_CHAR_TYPE_SIZE): Poison.
7370 config:
7371 * freebsd.h, interix.h, alpha/freebsd.h, arm/freebsd.h,
7372 i386/386bsd.h, i386/beos-elf.h, i386/bsd386.h, i386/cygwin.h,
7373 i386/djgpp.h, i386/freebsd-aout.h, i386/i386-interix.h,
7374 i386/win32.h, ia64/freebsd.h, mips/netbsd.h, rs6000/freebsd.h,
7375 sh/elf.h, sh/sh.h, sparc/freebsd.h: Remove WCHAR_UNSIGNED.
7376 doc:
7377 * tm.texi: Remove MAX_CHAR_TYPE_SIZE.
7378
7379 2002-05-07 Mark Mitchell <mark@codesourcery.com>
7380
7381 * fixinc/inclhack.def (windiss_math1): New fix.
7382 (windiss_math2): Likewise.
7383 (windiss_valist): Likewise.
7384 * fixinc/fixincl.x: Regenerated.
7385
7386 2002-05-07 Andreas Jaeger <aj@suse.de>
7387
7388 * genautomata.c (output_internal_min_issue_delay_func): Add
7389 ATTRIBUTE_UNUSED to avoid warning with empty dfa.
7390 (output_internal_trans_func): Likewise.
7391
7392 Tue May 7 10:06:22 2002 Jeffrey A Law (law@redhat.com)
7393
7394 * pa.c (hppa_profile_hook): Use force_reg to get the address
7395 of the profile hook into an appropriate pseudo register.
7396
7397 2002-05-07 Mark Mitchell <mark@codesourcery.com>
7398
7399 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.
7400 (LINK_START_SPEC): Handle it.
7401 (LINK_OS_SPEC): Likewise.
7402 (CPP_SPEC): Likewise.
7403 (STARTFILE_SPEC): Likewise.
7404 (LIB_SPEC): Likewise.
7405 (ENDFILE_SPEC): Likewise. Do not assume crtsavres.o is used on
7406 all platforms.
7407 (CRTSAVRES_DEFAULT_SPEC): New macro.
7408 (LIB_WINDISS_SPEC): New macro.
7409 (CPP_OS_WINDISS_SPEC): Likewise.
7410 (STARTFILE_WINDISS_SPEC): Likewise.
7411 (ENDFILE_WINDISS_SPEC): Likewise.
7412 (LINK_START_WINDISS_SPEC): Likewise.
7413 (LINK_OS_WINDISS_SPEC): Likewise.
7414 * config/rs6000/windiss.h: New file.
7415
7416 2002-05-07 Aldy Hernandez <aldyh@redhat.com>
7417
7418 * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
7419
7420 2002-05-06 David S. Miller <davem@redhat.com>
7421
7422 * config/sparc/sparc.md (shift insns): Do not mask off
7423 second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
7424 take care of it.
7425
7426 2002-05-06 Richard Henderson <rth@redhat.com>
7427
7428 PR c++/6212
7429 * expr.c (highest_pow2_factor_for_type): New.
7430 (expand_assignment): Use it.
7431
7432 2002-05-06 Aldy Hernandez <aldyh@redhat.com>
7433
7434 * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
7435 unspec_volatile.
7436 ("altivec_mfvscr"): Same.
7437
7438 2002-05-06 Janis Johnson <janis187@us.ibm.com>
7439
7440 * rtl.h (struct rtx_def): Update comments.
7441 (RTL_FLAG_CHECK[12345678]): New. (rtl_check_failed_flag): Declare.
7442 (RTL_FLAG): New. (CLEAR_RTX_FLAGS): New. (flag access macros): Use
7443 RTL_FLAG_CHECK macros with list of expected RTL codes.
7444 * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
7445 (rtl_check_failed_flag): New.
7446 * reload1.c (reload): Use REG macro before changing rtx to MEM.
7447 (reload_cse_noop_set_p): Check rtx code before using access macro.
7448 * config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
7449 before using access macro.
7450
7451 2002-05-06 Janis Johnson <janis187@us.ibm.com>
7452
7453 * doc/rtl.texi (Flags): Update to reflect current usage.
7454
7455 2002-05-06 Roger Sayle <roger@eyesopen.com>
7456
7457 PR opt/3995
7458 * fold-const.c (sign_bit_p): New function.
7459 (fold) [EQ_EXPR]: Use this to convert (A & C) == 0 into A >= 0 and
7460 (A & C) != 0 into A < 0, when constant C is the sign bit of A's type.
7461 Reapply fold when converting (A & C) == C into (A & C) != 0.
7462 (fold_binary_op_with_conditional_arg): Fix typo in comment.
7463
7464 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
7465
7466 * c-common.c (warn_multichar): New.
7467 (c_common_init): Set CPP's warn_multichar.
7468 * c-common.h (warn_multichar): New.
7469 * c-decl.c (warn_multichar): Remove.
7470 * c-lex.c (lex_charconst): Update.
7471 * c-tree.h (warn_multichar): Remove.
7472 * cppexp.c (eval_token): Sign-extend charconst value.
7473 * cppinit.c (cpp_create_reader): Set warn_multichar.
7474 * cpplex.c (cpp_interpret_charconst): Don't sign-extend
7475 each character. Update prototype. Sign-extend the result.
7476 * cpplib.h: Fix conditions.
7477 (struct cpp_options): Add new warning flag.
7478 (cpp_interpret_charconst): Update prototype.
7479 doc:
7480 * cpp.texi: Update documentation.
7481
7482 2002-05-06 Vladimir Makarov <vmakarov@redhat.com>
7483
7484 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
7485 Fix typo in usage of allof instead of unit.
7486
7487 2002-05-06 Richard Henderson <rth@redhat.com>
7488
7489 * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
7490 and any jump or call for IN.
7491
7492 2002-05-06 Bernd Schmidt <bernds@redhat.com>
7493
7494 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Define __SSE2_BUILTINS__ if
7495 -msse2.
7496 * config/i386/xmmintrin.h: Use it to conditionalize SSE2 support.
7497
7498 2002-05-06 Roger Sayle <roger@eyesopen.com>
7499
7500 * fold-const.c (lshift-double): Cast the high word to an unsigned
7501 HOST_WIDE_INT when extracting sign bit to avoid compiler warning.
7502 (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to
7503 avoid compiler warning. (fold): Remove redundant code from
7504 BIT_AND_EXPR as integer operands are canonicalized to be arg1.
7505
7506 2002-05-06 Jeff Law <law@redhat.com>
7507
7508 * pa-protos.h (hppa_fpstore_bypass_p): Declare.
7509 * pa.c (pa_adjust_cost): Remove all true dependency cost
7510 adjustments. Also remove support for non-DFA scheduling.
7511 * pa.md (700, 7100, 7100lc, 7200, 7300): Use bypass mechanism
7512 to adjust true dependency costs. Update various comments.
7513 (7100lc, 7200, 7300 scheduling): Simplify by combining the
7514 FP ALU & MPY units into a single unit.
7515
7516 2002-05-06 Catherine Moore <clm@redhat.com>
7517
7518 * config/v850/v850.c (compute_register_save_size): Make sure
7519 to count all of the registers that will be saved.
7520
7521 Mon May 6 18:03:11 CEST 2002 Jan Hubicka <jh@suse.cz>
7522
7523 * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
7524
7525 2002-05-06 David S. Miller <davem@redhat.com>
7526
7527 * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
7528 allow result to overlap input operands in memory.
7529
7530 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
7531
7532 doc:
7533 * cpp.texi: Update multichar charconst docs.
7534
7535 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
7536
7537 * cpplex.c (cpp_interpret_charconst): Sign-extend each
7538 character. Don't ignore excess characters. Treat
7539 multicharacter character constants as signed.
7540 (cpp_parse_escape): Clarify diagnostic.
7541
7542 2002-05-05 Jakub Jelinek <jakub@redhat.com>
7543
7544 * config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
7545 use add instead of shift.
7546 (ashldi3_sp64): Likewise.
7547 (ashlsi3_const1, ashldi3_const1): Remove.
7548 * config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
7549 * config/sparc/sparc.c (const1_operand): New.
7550
7551 2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
7552
7553 * config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
7554
7555 2002-05-05 Jakub Jelinek <jakub@redhat.com>
7556
7557 PR target/6561
7558 * config/sparc/sparc.md (muldi3_v8plus): Handle %1 equal to %2.
7559
7560 2002-05-05 Richard Henderson <rth@redhat.com>
7561
7562 * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
7563 memory latency adjustments.
7564 (alpha_variable_issue): Remove.
7565 (alpha_use_dfa_pipeline_interface): New.
7566 (alpha_multipass_dfa_lookahead): New.
7567 * config/alpha/alpha.md: Remove define_function_unit scheduling;
7568 include new dfa scheduling.
7569 (attr type): Add none.
7570 (blockage): Use it.
7571 * config/alpha/ev4.md: New.
7572 * config/alpha/ev5.md: New.
7573 * config/alpha/ev6.md: New.
7574
7575 2002-05-05 David S. Miller <davem@redhat.com>
7576
7577 * recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.
7578
7579 2002-05-05 Kazu Hirata <kazu@cs.umass.edu>
7580
7581 * cse.c: Fix formatting.
7582 * emit-rtl.c: Likewise.
7583
7584 2002-05-05 Vladimir Makarov <vmakarov@redhat.com>
7585
7586 * genautomata.c (initiate_states): Add additional guard to
7587 initialize `units_array'.
7588
7589 2002-05-05 Vladimir Makarov <vmakarov@redhat.com>
7590
7591 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp,
7592 process_unit_to_form_the_same_automaton_unit_lists,
7593 form_the_same_automaton_unit_lists
7594 check_unit_distributions_to_automata): New prototypes and
7595 functions.
7596 (check_automata): Rename it into `check_automata_insn_issues'.
7597 (unit_decl): New fields `the_same_automaton_unit' and
7598 `the_same_automaton_message_reported_p'.
7599 (unit_decl_t): New typedef.
7600 (the_same_automaton_lists): New gloval variable.
7601 (unit_regexp, unit_set_el, units_array, units_cmp,
7602 output_get_cpu_unit_code_func): Use the typedef.
7603 (evaluate_max_reserv_cycles): Increment
7604 `description->max_insn_reserv_cycles'.
7605 (initiate_states): Don't increment `max_cycles_num'.
7606 (transform_insn_regexps): Move code around transformation of
7607 regexps from `generate'.
7608 (generate): Remove call of `transform_insn_regexps'.
7609 (expand_automata): Call `transform_insn_regexps' and
7610 `check_unit_distributions_to_automata'. Check errors before
7611 `generate'.
7612
7613 * config/sparc/ultra3.md (us3_a0, us3_a1): Move the units into
7614 automaton `ultrasparc3_1'.
7615
7616 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
7617
7618 * c-common.c (c_common_init): Set up CPP arithmetic.
7619 * cppinit.c (cpp_create_reader): Default CPP arithmetic to
7620 something reasonable for the host.
7621 (sanity_checks): Add checks.
7622 (cpp_read_main_file): Call sanity_checks() from here...
7623 (cpp_post_options): ... not here.
7624 * cpplex.c (cpp_interpret_charconst): Get max_chars right.
7625 * cpplib.h (struct cpp_options): New member int_precision.
7626
7627 2002-05-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7628
7629 * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements.
7630
7631 2002-05-04 David S. Miller <davem@redhat.com>
7632
7633 * config/sparc/linux.h, config/sparc/linux64.h
7634 (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
7635
7636 * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of
7637 more RTX codes.
7638 * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes.
7639
7640 * recog.c (store_data_bypass_p): Handle out_insn being a PARALLEL
7641 of SETs.
7642
7643 2002-05-05 Tim Josling <tej@melbpc.org.au>
7644
7645 * treelang; New directory for new sample language treelang.
7646
7647 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
7648
7649 * Makefile.in (c-lex.o): Update.
7650 * c-lex.c: Include target.h.
7651 (cb_register_builtins): New.
7652 (init_c_lex): Set builtins callback.
7653 * c-lex.h (cpp_define, cpp_assert): New prototypes.
7654 * cppinit.c (init_builtins): Use callback, including for
7655 GXX_WEAK.
7656 * cpplib.h (struct cpp_callbacks): New member.
7657 * target-def.h (TARGET_REGISTER_CPP_BUILTINS): New.
7658 (TARGET_INITIALIZER): Update.
7659 * target.h (struct gcc_target): New hook.
7660 * tree.c (default_register_cpp_builtins): New.
7661 * tree.h (default_register_cpp_builtins): New.
7662 doc:
7663 * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Document.
7664
7665 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
7666
7667 * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
7668 (cpp_post_options): Move sanity checks to...
7669 (sanity_checks): New.
7670 * cpplex.c (maybe_read_ucs): Fix prototype.
7671 (parse_string, cpp_parse_escape): Cast for %c format specifier.
7672 * cpplib.h (cppchar_t): Use unsigned long or unsigned long long
7673 if necessary.
7674
7675 2002-05-04 Bernd Schmidt <bernds@redhat.com>
7676
7677 * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
7678 builtins. Use V2DI patterns instead of TI for logical operations.
7679 (ix86_init_mmx_sse_builtins): Add a couple of missing SSE2 builtins.
7680 Correct definitions of psadbw, pmovmskb128, movntdq, cvtdq2ps.
7681 (ix86_expand_builtins): Change the pattern used for movntdq.
7682 * config/i386/i386.md (sse2_andv2di3, sse2_iorv2di3, sse2_xorv2di3,
7683 sse2_nandv2di3): New patterns.
7684 (sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3): Correct modes
7685 on operands.
7686 (sse2_movntv2di): Renamed from sse2_movntti and modes adjusted.
7687 (cvtdq2pd): Correct mode on operand 1.
7688 (sse2_umulsidi3): Describe without unspec.
7689 (sse2_psadbw, mmx_psadbw): Describe with unspec; use more appropriate
7690 machine modes.
7691 (lshrv2di3): Renamed from sse2_lshrv2di3 and removed unspec.
7692 (ashlv2di3): Likewise, from sse2_ashlv2di3.
7693 (ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3,
7694 ashlv4si3, ashlv2di3): Use SImode for shift count.
7695 (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti, lshrv2di3_ti,
7696 lshrv4si3_ti, lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti):
7697 New patterns.
7698 * config/i386/xmmintrin.h (__v2df, __v2di, __v4si, __v8hi, __v16qi):
7699 New typedefs.
7700 (__m128i, __m128d): New macros.
7701 (_mm_add_pd, _mm_add_sd, _mm_sub_pd, _mm_sub_sd, _mm_mul_pd,
7702 _mm_mul_sd, _mm_div_pd, _mm_div_sd, _mm_sqrt_pd, _mm_sqrt_sd,
7703 _mm_min_pd, _mm_min_sd, _mm_max_sd, _mm_max_pd, _mm_and_pd,
7704 _mm_andnot_pd, _mm_xor_pd, _mm_or_pd, _mm_cmpeq_pd, _mm_cmplt_pd,
7705 _mm_cmple_pd, _mm_cmpgt_pd, _mm_cmpge_pd, _mm_cmpneq_pd,
7706 _mm_cmpnlt_pd, _mm_cmpnle_pd, _mm_cmpngt_pd, _mm_cmpnge_pd,
7707 _mm_cmpord_pd, _mm_cmpunord_pd, _mm_cmpeq_sd, _mm_cmplt_sd,
7708 _mm_cmple_sd, _mm_cmpgt_sd, _mm_cmpge_sd, _mm_cmpneq_sd,
7709 _mm_cmpnlt_sd, _mm_cmpnle_sd, _mm_cmpngt_sd, _mm_cmpnge_sd,
7710 _mm_cmpord_sd, _mm_cmpunord_sd, _mm_comieq_sd, _mm_comilt_sd,
7711 _mm_comile_sd, _mm_comigt_sd, _mm_comige_sd, _mm_comineq_sd,
7712 _mm_ucomieq_sd, _mm_ucomieq_sd, _mm_ucomilt_sd, _mm_ucomile_sd,
7713 _mm_ucomigt_sd, _mm_ucomige_sd, _mm_ucomineq_sd, _mm_cvtepi32_pd,
7714 _mm_cvtepi32_ps, _mm_cvtpd_epi32, _mm_cvtpd_pi32, _mm_cvtpd_ps,
7715 _mm_cvttpd_epi32, _mm_cvttpd_pi32, _mm_cvtpi32_pd, _mm_cvtps_epi32,
7716 _mm_cvttps_epi32, _mm_cvtps_pd, _mm_cvtsd_si32, _mm_cvttsd_si32,
7717 _mm_cvtsd_ss, _mm_cvtsi32_sd, _mm_cvtss_sd, _mm_unpackhi_pd,
7718 _mm_unpacklo_pd, _mm_loadh_pd, _mm_storeh_pd, _mm_storel_pd,
7719 _mm_movemask_pd, _mm_packs_epi16, _mm_packs_epi32, _mm_packus_epi16,
7720 _mm_unpackhi_epi8, _mm_unpackhi_epi16, _mm_unpackhi_epi32,
7721 _mm_unpacklo_epi8, _mm_unpacklo_epi16, _mm_unpacklo_epi32,
7722 _mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
7723 _mm_adds_epi8, _mm_adds_epi16, _mm_adds_epu8, _mm_adds_epu16,
7724 _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
7725 _mm_subs_epi8, _mm_subs_epi16, _mm_subs_epu8, _mm_subs_epu16,
7726 _mm_madd_epi16, _mm_mulhi_epi16, _mm_mullo_epi16, _mm_mul_pu16,
7727 _mm_mul_epu16, _mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64,
7728 _mm_sra_epi16, _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32,
7729 _mm_srl_epi64, _mm_slli_epi16, _mm_slli_epi32, _mm_slli_epi64,
7730 _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
7731 _mm_srli_epi64, _mm_and_si128, _mm_andnot_si128, _mm_or_si128,
7732 _mm_xor_si128, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
7733 _mm_cmpgt_epi8, _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_max_epi16,
7734 _mm_max_epu8, _mm_min_epi16, _mm_min_epu8, _mm_movemask_epi8,
7735 _mm_mulhi_epu16, _mm_maskmoveu_si128, _mm_avg_epu8, _mm_avg_epu16,
7736 _mm_sad_epu8, _mm_stream_si32, _mm_stream_si128, _mm_stream_pd,
7737 _mm_movpi64_epi64, _mm_clflush, _mm_lfence, _mm_mfence): New
7738 functions.
7739 (_mm_shufflehi_epi16, _mm_shufflelo_epi16, _mm_shuffle_epi32,
7740 _mm_extract_epi16, _mm_insert_epi16, _mm_shuffle_pd): New macros.
7741
7742 2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
7743
7744 * dwarf2out.c: Fix formatting.
7745 * varasm.c: Likewise.
7746
7747 2002-05-04 David Edelsohn <edelsohn@gnu.org>
7748
7749 PR c/6543
7750 * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
7751 clobber and use result as temporary value.
7752
7753 Sat May 4 13:20:54 CEST 2002 Jan Hubicka <jh@suse.cz>
7754
7755 * expr.c (force_operand): Use expand_simple_* to handle more
7756 cases.
7757
7758 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
7759
7760 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
7761 and sign-extension.
7762 (lex_charconst): Update for change in prototype of
7763 cpp_interpret_charconst. Extend from cppchar_t to HOST_WIDE_INT
7764 appropriately.
7765 * cpphash.h (BITS_PER_CPPCHAR_T): New.
7766 * cppinit.c (cpp_create_reader): Initialize them for no
7767 change in semantics.
7768 (cpp_post_options): Add sanity checks.
7769 * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
7770 and truncation issues. Calculate in type cppchar_t.
7771 (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Remove.
7772 (cpp_interpret_charconst): Calculate in type cppchar_t. Handle
7773 run-time dependent precision correctly. Return whether the
7774 result is signed or not.
7775 * cpplib.c (dequote_string): Use cppchar_t; update.
7776 * cpplib.h (cppchar_signed_t): New.
7777 struct cpp_options): New precision members.
7778 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
7779 * cppexp.c (eval_token): Update.
7780
7781 2002-05-03 David S. Miller <davem@redhat.com>
7782
7783 * config/sparc/sparc-protos.h (sparc_rtx_costs): New.
7784 * config/sparc/sparc.c (sparc_rtx_costs): New function
7785 implementing RTX_COSTS and CONST_COSTS.
7786 * config/sparc/sparc.h (CONST_COSTS): Delete.
7787 (RTX_COSTS_CASES): Define.
7788 (RTX_COSTS): Expand RTX_COSTS_CASES and use sparc_rtx_costs to do
7789 the work.
7790
7791 * config/sparc/sparc.md (DFA schedulers): Split out...
7792 * config/sparc/cypress.md, config/sparc/hypersparc.md,
7793 config/sparc/sparclet.md, config/sparc/supersparc.md,
7794 config/sparc/ultra1_2.md, config/sparc/ultra3.md: ... into here.
7795
7796 * config/sparc/sparc.c (LEAF_REGISTERS): Do not do ifdef
7797 checks on it, always defined for Sparc.
7798
7799 * config/sparc/sparc.h (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER):
7800 Tweak, and add more detailed comments.
7801
7802 2002-05-03 Zack Weinberg <zack@codesourcery.com>
7803
7804 * Re-apply patch accidentally reverted with
7805 DFA scheduler merge: remove all rules and variables to slurp
7806 source files out of libiberty and rebuild them with HOST_CC.
7807 ($(HOST_PREFIX_1)varray.o): New rule.
7808 (genattrtab rule): Word wrap.
7809
7810 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
7811
7812 * config/i386/netbsd64.h (CPP_LP64_SPEC): Define.
7813 (CPP_SUBTARGET_SPEC): Define.
7814 (SUBTARGET_EXTRA_SPECS): Redefine, adding cpp_lp64 and
7815 cpp_subtarget specs.
7816 (CPP_SPEC): Redefine to include %(cpp_subtarget).
7817
7818 2002-05-03 David S. Miller <davem@redhat.com>
7819
7820 * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
7821 * target.h (struct gcc_target): Delete cycle_display member.
7822
7823 * config/ia64/ia64.c (ia64_emit_insn_before): Put it back.
7824 (rtx_needs_barrier): Delete reference to cycle_display unspec.
7825 (ia64_sched_reorder2): Mention need for cycle display handling
7826 once such notes exist.
7827
7828 2002-05-03 Richard Henderson <rth@redhat.com>
7829
7830 * real.c (etoasc): Strip most trailing zeros for clarity.
7831 * sched-vis.c: Include real.h.
7832 (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
7833 * Makefile.in (sched-vis.o): Add real.h.
7834
7835 2002-05-03 David S. Miller <davem@redhat.com>
7836
7837 * haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change,
7838 no longer needed.
7839
7840 2002-05-03 Aldy Hernandez <aldyh@redhat.com>
7841
7842 * config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
7843 when we get an out of range literal.
7844 (altivec_expand_ternop_builtin): Same.
7845 (altivec_expand_unop_builtin): Same.
7846 (altivec_expand_builtin): Same, for dss.
7847 (altivec_expand_builtin): Use trees instead of rtl when
7848 determining literal argument validity.
7849
7850 2002-05-03 David S. Miller <davem@redhat.com>
7851
7852 Delete cycle display scheduling hook.
7853 * config/ia64/ia64.c (ia64_cycle_display,
7854 TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
7855 (ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
7856 and use emit_insn_before instead of ia64_emit_insn_before.
7857 * config/ia64/ia64.md (unspec usage): Delete cycle display.
7858 (cycle_display): Delete insn pattern.
7859 * config/sparc/sparc.md (unspec usage): Delete cycle display.
7860 (cycle_display): Delete insn pattern.
7861 * config/sparc/sparc.c (sparc_cycle_display,
7862 TARGET_SCHED_CYCLE_DISPLAY): Delete.
7863 * doc/md.texi (cycle_display): Don't mention.
7864 * doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
7865
7866 2002-05-03 Richard Henderson <rth@redhat.com>
7867
7868 * recog.c (store_data_bypass_p, if_test_bypass_p): New.
7869 * recog.h: Declare them.
7870
7871 * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
7872 * config/sparc/sparc.md: Use store_data_bypass_p instead.
7873 * config/sparc/sparc-protos.h: Update.
7874
7875 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
7876
7877 * config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
7878 -D__arch64__. Add -D_LP64.
7879 (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
7880 from sparc.h.
7881 (CPP_ARCH64_SPEC): Likewise.
7882 (NO_BUILTIN_PTRDIFF_TYPE): Undef.
7883 (NO_BUILTIN_SIZE_TYPE): Undef.
7884
7885 2002-05-03 Vladimir Makarov <vmakarov@redhat.com>
7886
7887 * genautomata.c (min_issue_delay_pass_states): Change return type
7888 in the prototype.
7889 (min_issue_delay_pass_states): Change the algorithm.
7890 (min_issue_delay): Set up min_insn_issue_delay for the state.
7891 (output_min_issue_delay_table): Interchange the nested loops and
7892 and initiate min_insn_issue_delay for states.
7893
7894 Fri May 3 22:59:15 CEST 2002 Jan Hubicka <jh@suse.cz>
7895
7896 * cfgcleanup.c (try_optimize_cfg): Call merge_block only when
7897 jump is simplejump.
7898
7899 Fri May 3 22:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
7900
7901 * i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops
7902 sequence.
7903
7904 2002-05-03 Richard Henderson <rth@redhat.com>
7905
7906 PR opt/6534
7907 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
7908 noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
7909 noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
7910 code before JUMP, not EARLIEST.
7911
7912 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
7913
7914 * c-format.c (check_format_info_main): Don't check for presence of
7915 parameter for * width until after operand number has been read,
7916 and only check for it if format parameters are available.
7917 Fixes PR c/6547.
7918
7919 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
7920
7921 * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
7922 (LINK_SPEC): Undef before defining.
7923
7924 2002-05-03 Jakub Jelinek <jakub@redhat.com>
7925
7926 PR preprocessor/6489
7927 * tradcpp.c (fixup_newlines): New.
7928 (main, finclude): Use it.
7929
7930 2002-05-03 Richard Sandiford <rsandifo@redhat.com>
7931
7932 * config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
7933 * config/mips/mips.c (mips_unique_section): Strip encoding from
7934 decl name.
7935
7936 2002-05-03 Jakub Jelinek <jakub@redhat.com>
7937
7938 * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
7939 mode.
7940
7941 2002-05-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7942
7943 * doc/install.texi (Installing): Mention GCC 3.1 buildstats.
7944 (Specific): Removed buildstats references.
7945 (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
7946 (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
7947 Accomodate Solaris versions beyond 8.
7948 (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
7949 (Specific, *-*-solaris2.8): Removed, obsolete.
7950
7951 2002-05-03 Jakub Jelinek <jakub@redhat.com>
7952
7953 PR target/6542
7954 * config/sparc/sparc.h (leaf_reg_remap): Remove const.
7955 (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
7956 fill leaf_reg_remap with identity.
7957 * config/sparc/sparc.c (leaf_reg_remap): Remove const.
7958
7959 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
7960
7961 * config/h8300/crti.asm: Remove trailing spaces.
7962 * config/h8300/h8300.c: Likewise.
7963 * config/h8300/lib1funcs.asm: Likewise.
7964
7965 2002-05-02 Jason Merrill <jason@redhat.com>
7966
7967 * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
7968 * c-decl.c (c_init_decl_processing): Use it.
7969 * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
7970 * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
7971 * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
7972
7973 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
7974
7975 * regrename.c: Fix formatting.
7976 * tree.c: Likewise.
7977
7978 Fri May 3 13:34:43 CEST 2002 Jan Hubicka <jh@suse.cz>
7979
7980 * i386.md (attribute memory): Handle compares properly.
7981
7982 Fri May 3 10:51:38 CEST 2002 Jan Hubicka <jh@suse.cz>
7983
7984 * i386.md (sse_clrsf, sse_clrsi): Set memory attribute
7985 to none.
7986
7987 2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
7988
7989 * function.c: Fix formatting.
7990
7991 2002-05-02 Jan Hubicka <jh@suse.cz>
7992
7993 * haifa-sched.c (schedule_insn): Print table of instructions and
7994 reservations.
7995 (sched_block): Do not print ready list at verbosity level 1.
7996 * sched-vis.c (print_insn): Make global.
7997 * sched-ebb.c (ebb_print_insn): Rename from...
7998 (print_insn): ... this one.
7999 * sched-int.h (print_insn): Declare
8000
8001 2002-05-02 Richard Henderson <rth@redhat.com>
8002
8003 * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
8004 emitted by cycle_display.
8005
8006 2002-05-02 Loren J. Rittle <ljrittle@acm.org>
8007
8008 * doc/install.texi (*-*-freebsd*): Update to latest status.
8009
8010 2002-05-02 Jakub Jelinek <jakub@redhat.com>
8011
8012 PR target/6540
8013 * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
8014 * config/float-sparc.h: Assume 128-bit long double if
8015 __LONG_DOUBLE_128__ is defined.
8016
8017 2002-05-02 Vladimir Makarov <vmakarov@redhat.com>
8018
8019 * genattrtab.c (write_function_unit_info): Add a dummy element
8020 when num_units == 0.
8021
8022 2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8023
8024 * predict.c: (propagate_freq, estimate_bb_frequencies): Use
8025 TYPE_MODE (double_type_node) instead of DFmode.
8026
8027 Thu May 2 19:50:04 CEST 2002 Jan Hubicka <jh@suse.cz>
8028
8029 * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
8030 jumps post reload.
8031 * toplev.c (rest_of_compilation): Revert Richard's patch.
8032
8033 2001-05-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
8034
8035 * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
8036
8037 2002-05-02 Catherine Moore <clm@redhat.com>
8038
8039 * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
8040
8041 2002-05-02 Kazu Hirata <kazu@hxi.com>
8042
8043 * combine.c: Fix comment typos.
8044 * expr.c: Likewise.
8045 * genautomata.c: Likewise.
8046 * stmt.c: Likewise.
8047 * tree.h: Likewise.
8048
8049 2002-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
8050
8051 * doc/install.texi: State GNAT version requirements.
8052
8053 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
8054
8055 * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
8056 of the frame pointer or arg pointer register which strict register
8057 checking is not enabled.
8058
8059 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
8060
8061 * gcc.dg/altivec-8.c: New.
8062
8063 * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
8064 PRE_INC and PRE_DEC for altivec modes.
8065
8066 2002-05-01 Bruce Korb <bkorb@gnu.org>
8067
8068 * fixinc/check.tpl(set-writable): make sure the function exists first
8069 * fixinc/inclhack.def(alpha_assert): fix test_text
8070 * fixinc/tests/base/assert.h: add in missing result
8071
8072 2002-05-01 Jeff Law <law@redhat.com>
8073
8074 * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
8075 'T' constraint.
8076
8077 2002-05-01 Joel Brobecker <brobecker@gnat.com>
8078
8079 * dbxout.c (dbxout_type): Emit size information for range types,
8080 as well, but only when using GDB extensions.
8081
8082 2002-05-01 Richard Henderson <rth@redhat.com>
8083
8084 * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
8085 target-independent gnu binutils date test.
8086
8087 2002-05-01 Richard Henderson <rth@redhat.com>
8088
8089 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
8090 info before expunging the block.
8091
8092 2002-05-01 Jakub Jelinek <jakub@redhat.com>
8093
8094 * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
8095 (cpp_post_options): ...but here. Disable -dD, -dN and -dI when
8096 -M -or -MM is in effect.
8097
8098 2002-05-01 Zack Weinberg <zack@codesourcery.com>
8099
8100 * config.gcc: Correct test of --enable-obsolete. Obsolete all
8101 A29k configurations.
8102 * doc/install.texi: Update to match.
8103
8104 2002-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8105
8106 PR bootstrap/6514
8107 * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check
8108 for duplicates. Always loop over whole list.
8109
8110 Wed May 1 10:32:37 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8111
8112 * reload.c (find_reloads, case 'p'): Set BADOP to 0.
8113
8114 2002-05-01 Joel Sherrill <joel@OARcorp.com>
8115
8116 * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
8117 support routines.
8118
8119 2002-05-01 Joel Sherrill <joel@OARcorp.com>
8120
8121 * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
8122
8123 2002-05-01 David Edelsohn <edelsohn@gnu.org>
8124
8125 * rs6000.md (abssi2_nopower): Convert to define_insn_and_split.
8126 (nabs_nopower): Same.
8127 (floatdisf2): New pattern.
8128 (absdi2): Convert to define_insn_and_split.
8129 (nabsdi2): Same.
8130 (trunctfsf2): Same.
8131 (floatditf2): Same.
8132 (floatsitf2): Same.
8133 (fix_trunctfdi2): Same.
8134 (fix_trunctfsi2): Same.
8135
8136 2002-05-01 Joseph S. Myers <jsm28@cam.ac.uk>
8137
8138 * doc/install.texi: Update Texinfo version requirement
8139 documentation.
8140
8141 2002-05-01 Jakub Jelinek <jakub@redhat.com>
8142
8143 PR target/6512, PR target/5628
8144 * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32
8145 when memory is not aligned.
8146 (movdf_insn_v9only_vis): Likewise.
8147 * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS
8148 temporary for EXTRA_FP_REGS DFmode load from unaligned memory.
8149 (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly.
8150
8151 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
8152
8153 * gcc.dg/altivec-7.c: New.
8154
8155 * config/rs6000/altivec.h: Cleanup.
8156
8157 2002-04-30 Aldy Hernandez <aldyh@redhat.com>
8158
8159 * doc/invoke.texi (Option Summary): Add -mvrsave=.
8160 (RS/6000 and PowerPC Options): Document -mvrsave=.
8161
8162 * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global.
8163 (rs6000_altivec_vrsave_string): Same.
8164 (rs6000_override_options): Call rs6000_parse_vrsave_option.
8165 (rs6000_parse_vrsave_option): New.
8166 (rs6000_stack_info): Only generate vrsave instructions when
8167 TARGET_ALTIVEC_VRSAVE.
8168
8169 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option.
8170 (rs6000_altivec_vrsave_string): Define extern.
8171 (rs6000_altivec_vrsave): Same.
8172 (TARGET_ALTIVEC_VRSAVE): New.
8173
8174 2002-04-30 Richard Henderson <rth@redhat.com>
8175
8176 PR opt/6516
8177 * toplev.c (rest_of_compilation): Don't run cross-jump before
8178 bb-reorder.
8179
8180 2002-04-30 Tom Rix <trix@redhat.com>
8181
8182 * regrename.c (build_def_use, copyprop_hardreg_forward_1): Sanity
8183 check which_alternative.
8184
8185 2002-04-30 Kazu Hirata <kazu@hxi.com>
8186
8187 * cpplex.c: Fix comment formatting.
8188 * function.c: Likewise.
8189 * integrate.c: Likewise.
8190 * regrename.c: Likewise.
8191 * sibcall.c: Likewise.
8192 * simplify-rtx.c: Likewise.
8193 * tree-inline.c: Likewise.
8194
8195 2002-04-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
8196
8197 * config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
8198 hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
8199 hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
8200 hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
8201 * pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
8202 * pa/x-ada: New file. Define ADA_CFLAGS.
8203
8204 2002-04-30 Hans-Peter Nilsson <hp@bitrange.com>
8205
8206 * config/mmix/mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed
8207 from MMIX_LAST_REGISTER_FILE_REGNUM.
8208 (NO_IMPLICIT_EXTERN_C): Remove cryptic obsolete comment.
8209 (struct machine_function): New member highest_saved_stack_register
8210 previously static variable in mmix.c.
8211 (MACHINE_DEPENDENT_REORG): Define.
8212 * config/mmix/mmix.c (highest_saved_stack_register): Deleted.
8213 (MMIX_OUTPUT_REGNO): New.
8214 (mmix_target_asm_function_prologue): Move calculation of last used
8215 saved-stack-register into...
8216 (mmix_machine_dependent_reorg): New function. Update to also handle
8217 !TARGET_ABI_GNU.
8218 (mmix_print_operand): Apply MMIX_OUTPUT_REGNO when emitting
8219 register names, simplify somewhat by new variable regno.
8220 <case 'p'>: Remove fixed FIXME. Always emit highest used saved
8221 register.
8222 (mmix_print_operand_address): Apply MMIX_OUTPUT_REGNO when
8223 emitting register names.
8224 (mmix_asm_output_reg_push, mmix_asm_output_reg_pop): Ditto.
8225 (mmix_dbx_register_number): Apply MMIX_OUTPUT_REGNO here too.
8226 Remove fixed FIXME.
8227 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg):
8228 Declare.
8229
8230 * config/mmix/mmix.md ("divmoddi4"): Update head comment.
8231
8232 2002-04-30 Richard Henderson <rth@redhat.com>
8233
8234 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
8235 emit_soft_tfmode_binop, emit_soft_tfmode_unop, emit_soft_tfmode_cvt,
8236 emit_hard_tfmode_operation, emit_tfmode_binop, emit_tfmode_unop,
8237 emit_tfmode_cvt): New.
8238 * config/sparc/sparc.md (extendsftf2, extenddftf2, trunctfsf2,
8239 trunctfdf2, floatsitf2, floatunssitf2, floatditf2, floatunsditf2,
8240 fix_trunctfsi2, fixuns_trunctfsi2, fix_trunctfdi2, fixuns_trunctfdi2,
8241 addtf3, subtf3, multf3, divtf3, sqrttf2): Use them.
8242 * config/sparc/sparc-protos.h: Update.
8243
8244 2002-04-30 Janis Johnson <janis187@us.ibm.com>
8245
8246 * install.texi (Final install): Add to the list of info to include
8247 in a report of a successful bootstrap, and add link to 3.1 list.
8248
8249 Tue Apr 30 19:15:36 CEST 2002 Jan Hubicka <jh@suse.cz>
8250
8251 * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
8252 (mode): Add vector modes
8253 (i387): Kill attribute.
8254 (unit): New attribute.
8255 (length_immediate): Grok new types.
8256 (prefix_data16, prefix_rep, prefix_0f): Fix for SSE/MMX.
8257 (modrm): Use "unit".
8258 (memory): Handle MMX/SSE properly.
8259 (scheduling descriptions): Kill uses of fop1.
8260 (sse, mmx, fp patterns): Set type and mode properly.
8261
8262 Tue Apr 30 09:31:59 2002 Jeffrey A Law (law@redhat.com)
8263
8264 * pa.c (override_options): Default to PA8000 scheduling.
8265 * doc/invoke.texi (HP-PA options): Mention newly added 7300
8266 scheduling parameter.
8267
8268 * pa.md (7100lc, 7200, 7300 scheduling): Slightly refine
8269 handling of double precision multiplies.
8270
8271 * pa.md (7100lc, 7200, 7300 scheduling): Refine handling of
8272 fpdiv and fpsqrt instructions.
8273 (7200 & 7300 scheduling): Fix typo in handling of
8274 store-load and store-store penalties.
8275
8276 2002-04-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8277
8278 * doc/contrib.texi (Contributors): Use MIPS instead of Mips and
8279 mips. Add two missing commas.
8280
8281 2002-04-30 Paolo Carlini <pcarlini@unitus.it>
8282
8283 * doc/contrib.texi (Contributors): Update Paolo Carlini's
8284 and Benjamin Kosnik's entries.
8285
8286 2002-04-29 David S. Miller <davem@redhat.com>
8287
8288 * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
8289 SIMULTANEOUS_PREFETCHES): Tune for UltraSPARC-III.
8290 * config/sparc/sparc.md (call + jmp 32-bit peepholes): Likewise.
8291 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
8292
8293 2002-04-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8294
8295 * combine.c (find_split_point): Use gen_int_mode.
8296
8297 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
8298
8299 Merging code from dfa-branch:
8300
8301 2002-04-24 Vladimir Makarov <vmakarov@redhat.com>
8302
8303 * genautomata.c (output_reserv_sets): Fix typo.
8304
8305 2002-04-23 Vladimir Makarov <vmakarov@redhat.com>
8306
8307 * genautomata.c (output_reserv_sets): Remove
8308 next_cycle_output_flag.
8309
8310 Thu Apr 18 08:57:06 2002 Jeffrey A Law (law@redhat.com)
8311
8312 * sched-rgn.c (init_ready_list): Make the DFA code handle
8313 USE/CLOBBER insns in the same way as the traditional
8314 scheduler.
8315 (new_ready): Similarly..
8316
8317 2002-04-17 Vladimir Makarov <vmakarov@redhat.com>
8318
8319 * haifa-sched.c (schedule_block): Change the DFA state only after
8320 issuing insn.
8321
8322 Wed Apr 17 15:38:36 2002 Jeffrey A Law (law@redhat.com)
8323
8324 * pa.c (hppa_use_dfa_pipeline_interface): New function.
8325 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
8326 (override_options): Add PA7300 scheduling support.
8327 (pa_adjust_cost): Update various comments. Properly
8328 handle anti and output dependencies when using the
8329 DFA scheduler.
8330 (pa_issue_rate): Add PA7300 scheduling support.
8331 (pa_can_combine_p): Call extract_insn before calling
8332 constrain_operands (taken from mainline tree).
8333 * pa.h (enum processor_type): Add PROCESSOR_PA7300.
8334 * pa.md (cpu attr): Add 7300. Rewrite pipeline
8335 descriptions using DFA descriptions. Add PA7300
8336 scheduling support.
8337
8338 2002-03-30 David S. Miller <davem@redhat.com>
8339
8340 Add UltraSPARC-III DFA scheduling support.
8341 * config/sparc/sparc.md (define_attr type): Add fpcrmove.
8342 Update FP conditional move on register insn patterns to use it, as
8343 appropriate.
8344 (define_attr cpu): Add ultrasparc3.
8345 (define_attr us3load_type): New, update integer load patterns to
8346 set it, as appropriate.
8347 (define_automaton): Add ultrasparc3_0 and ultrasparc3_1.
8348 (rest): Add UltraSPARC3 scheduling description.
8349 * config/sparc/sparc.h (TARGET_CPU_ultrasparc3): New.
8350 (PROCESSOR_ULTRASPARC3): New.
8351 ({ASM,CPP}_CPU64_DEFAULT_SPEC): Handle ultrasparc3.
8352 ({ASM,CPP}_CPU_SPEC): Likewise.
8353 (REGISTER_MOVE_COST): Likewise.
8354 (RTX_COSTS): Likewise.
8355 * config/sparc/sparc.c (sparc_override_options,
8356 sparc_initialize_trampoline, sparc64_initialize_trampoline,
8357 sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
8358 sparc_issue_rate): Likewise.
8359 * config/sparc/sol2.h: Likewise.
8360 * config/sparc/sol2-sld-64.h: Likewise.
8361 * config/sparc/linux64.h: Likewise.
8362
8363 2002-03-22 Vladimir Makarov <vmakarov@redhat.com>
8364
8365 * doc/md.texi: Add comments about usage the latency time for the
8366 different dependencies and about case when two or more conditions
8367 in different define_insn_reservations returns TRUE for an insn.
8368
8369 * doc/md.texi: Add reference for automaton based pipeline
8370 description.
8371
8372 2002-03-04 Vladimir Makarov <vmakarov@redhat.com>
8373
8374 * doc/passes.texi: Add missed information about genattrtab.
8375
8376 2002-03-01 Vladimir Makarov <vmakarov@redhat.com>
8377
8378 * genautomata.c (output_automata_list_transition_code): Check
8379 automata_list on NULL.
8380
8381 2002-02-28 Vladimir Makarov <vmakarov@redhat.com>
8382
8383 * genautomata.c (output_insn_code_cases,
8384 output_automata_list_min_issue_delay_code,
8385 output_automata_list_transition_code,
8386 output_automata_list_state_alts_code): Comment the functions.
8387
8388 2002-02-22 Vladimir Makarov <vmakarov@redhat.com>
8389
8390 * genautomata.c (automata_list_el_t): New typedef.
8391 (get_free_automata_list_el,free_automata_list_el,
8392 free_automata_list, automata_list_hash, automata_list_eq_p,
8393 initiate_automata_lists, automata_list_start, automata_list_add,
8394 automata_list_finish, finish_automata_lists,
8395 output_insn_code_cases, output_automata_list_min_issue_delay_code,
8396 output_automata_list_transition_code,
8397 output_automata_list_state_alts_code, add_automaton_state,
8398 form_important_insn_automata_lists): New functions and prototypes.
8399 (insn_reserv_decl): Add members important_automata_list and
8400 processed_p.
8401 (ainsn): Add members important_p.
8402 (automata_list_el): New structure.
8403 (first_free_automata_list_el, current_automata_list,
8404 automata_list_table): New global variables.
8405 (create_ainsns): Initiate member important_p.
8406 (output_internal_min_issue_delay_func): Generate the switch and
8407 call output_insn_code_cases.
8408 (output_internal_trans_func, output_internal_state_alts_func):
8409 Ditto.
8410 (generate): Call initiate_automata_lists.
8411 (automaton_states): New global variable.
8412 (expand_automata): Call form_important_insn_automata_lists.
8413 (write_automata): Call finish_automata_lists.
8414
8415 2002-02-21 Vladimir Makarov <vmakarov@redhat.com>
8416
8417 * genautomata.c (add_excls, add_presence_absence): Check that
8418 cpu units in the sets belong the same automaton.
8419
8420 * rtl.def (EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET): Add comment
8421 about that cpu units in the sets belong the same automaton.
8422
8423 * doc/md.texi: Ditto.
8424
8425 2001-12-20 Naveen Sharma <naveens@noida.hcltech.com>
8426 Nitin Gupta <niting@noida.hcltech.com>
8427
8428 * config/sh/sh.c (sh_use_dfa_interface): New function.
8429
8430 (sh_issue_rate): New Function.
8431 TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE: define.
8432 TARGET_SCHED_ISSUE_RATE: define.
8433
8434 * config/sh/sh.md: Add DFA based pipeline description for SH4.
8435
8436 (define_attr insn_class): New attribute used for DFA
8437 scheduling.
8438 (define_insn cmpgtsi_t): Set attribute insn_class mt_group.
8439 (cmpgesi_t,cmpgtusi_t,cmpgeusi_t,cmpeqsi_t,
8440 cmpeqdi_t): Likewise.
8441
8442 (add,addc1,addsi3,subc,subc1,*subsi3_internal,
8443 negc,negsi2,ashldi3_k,lshrdi3_k,ashrdi3_k): Set insn_class
8444 ex_group.
8445 (iorsi3,rotlsi3_1,rotlsi3_31,rotlsi3_16): Likewise.
8446
8447 2001-10-03 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
8448
8449 * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
8450 break.
8451
8452 2001-10-03 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
8453
8454 * genautomata.c (DFA_INSN_CODES_LENGTH_VARIABLE_NAME): New macro.
8455 (output_dfa_insn_code_func): Expand dfa_insn_codes if it is
8456 necessary.
8457 (output_dfa_start_func): Initiate new variable insn_codes_length,
8458 (write_automata): Output definition of the new variable.
8459
8460 2001-10-02 David S. Miller <davem@redhat.com>
8461
8462 * haifa-sched.c (advance_one_cycle): New function.
8463 (schedule_block): Use it.
8464 (queue_to_ready): Use it, and also make sure to advance the DFA
8465 state on all stall cycles, not just those where insn_queue links
8466 are found.
8467
8468 2001-10-02 Richard Sandiford <rsandifo@redhat.com>
8469
8470 * haifa-sched.c (max_issue): Remove last_p argument. Only return
8471 non-zero if the highest-priority instruction could be scheduled.
8472 (choose_ready): Remove last argument from max_issue call.
8473
8474 2001-09-28 David S. Miller <davem@redhat.com>
8475
8476 * config/sparc/sparc.c (sparc_use_sched_lookahead): Use 4 for
8477 ultrasparc and 3 for other multi-issue sparcs.
8478
8479 2001-09-27 David S. Miller <davem@redhat.com>
8480
8481 * config/sparc/sparc.md (cycle_display): New pattern.
8482 * config/sparc/sparc.c (sparc_cycle_display): New.
8483 (TARGET_SCHED_CYCLE_DISPLAY): Set it.
8484
8485 2001-09-25 David S. Miller <davem@redhat.com>
8486
8487 Convert all of Sparc scheduling to DFA
8488 * config/sparc/sparc.md: Kill all define_function_unit
8489 directives and replace with DFA equivalent.
8490 * config/sparc/sparc.c (ultrasparc_adjust_cost,
8491 mark_ultrasparc_pipeline_state, ultra_cmove_results_ready_p,
8492 ultra_fpmode_conflict_exists, ultra_find_type,
8493 ultra_build_types_avail, ultra_flush_pipeline,
8494 ultra_rescan_pipeline_state, ultrasparc_sched_reorder,
8495 ultrasparc_variable_issue, ultrasparc_sched_init,
8496 sparc_variable_issue, sparc_sched_reorder, ultra_code_from_mask,
8497 ultra_schedule_insn, ultra_code_names, ultra_pipe_hist,
8498 ultra_cur_hist, ultra_cycles_elapsed): Kill.
8499 (sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
8500 ultrasparc_store_bypass_p): New.
8501 * config/sparc/sparc-protos.h (ultrasparc_store_bypass_p):
8502 Declare.
8503
8504 2001-09-24 David S. Miller <davem@redhat.com>
8505
8506 * haifa-sched.c (ready_remove): Fix thinko, we want to copy around
8507 ready->vec[foo] not ready[foo].
8508
8509 2001-09-07 Vladimir Makarov <vmakarov@redhat.com>
8510
8511 * doc/md.texi: Correct examples for define_insn_reservations
8512 `mult' and `div'.
8513
8514 2001-09-07 Vladimir Makarov <vmakarov@redhat.com>
8515
8516 * genautomata.c (create_automata): Print message about creation of
8517 each automaton.
8518 (generate): Remove printing meease about creation of
8519 automata.
8520
8521 2001-09-05 David S. Miller <davem@redhat.com>
8522
8523 * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
8524 * config/sparc/linux64.h: Likewise.
8525
8526 2001-08-31 Vladimir Makarov <vmakarov@redhat.com>
8527
8528 * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
8529 schedule_block, sched_init, sched_finish): Add missed calls of
8530 use_dfa_pipeline_interface.
8531
8532 * sched-rgn.c (init_ready_list, new_ready, debug_dependencies):
8533 Ditto.
8534
8535 * sched-vis.c (get_visual_tbl_length): Ditto.
8536
8537 2001-08-27 Richard Henderson <rth@redhat.com>
8538
8539 * genattr.c (main): Emit state_t even when not doing scheduling.
8540
8541 2001-08-27 Richard Henderson <rth@redhat.com>
8542
8543 * genautomata.c (expand_automata): Always create a description.
8544
8545 2001-08-27 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
8546
8547 * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
8548 PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
8549 AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
8550 RTL constructions.
8551
8552 * genattr.c (main): New variable num_insn_reservations. Increase
8553 it if there is DEFINE_INSN_RESERVATION. Output automaton based
8554 pipeline hazard recognizer interface.
8555
8556 * genattrtab.h: New file.
8557
8558 * genattrtab.c: Include genattrtab.h.
8559 (attr_printf, check_attr_test, make_internal_attr,
8560 make_numeric_value): Move protypes into genattrtab.h. Define them
8561 as external.
8562 (num_dfa_decls): New global variable.
8563 (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
8564 DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
8565 DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
8566 DEFINE_INSN_RESERVATION. Call expand_automata and write_automata.
8567
8568 * genautomata.c: New file.
8569
8570 * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
8571
8572 * sched-int.h: (curr_state): Add the external definition for
8573 automaton pipeline interface.
8574 (haifa_insn_data): Add comments for members blockage and units.
8575
8576 * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
8577 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
8578 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
8579 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
8580 TARGET_SCHED_DFA_POST_CYCLE_INSN,
8581 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
8582 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
8583 macros.
8584 (TARGET_SCHED): Use the new macros.
8585
8586 * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
8587 dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
8588 first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
8589 dfa_bubble): New members in gcc_target.sched.
8590
8591 * haifa-sched.c (insert_schedule_bubbles_p): New variable.
8592 (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
8593 (insn_queue): Redefine it as pointer to array.
8594 (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
8595 INSN_QUEUE_SIZE.
8596 (max_insn_queue_index_macro_value): New variable.
8597 (curr_state, dfa_state_size, ready_try): New varaibles for
8598 automaton interface.
8599 (ready_element, ready_remove, max_issue): New function prototypes
8600 for automaton interface.
8601 (choose_ready): New function prototype.
8602 (insn_unit, blockage_range): Add comments.
8603 (unit_last_insn, unit_tick, unit_n_insns): Define them for case
8604 FUNCTION_UNITS_SIZE == 0.
8605 (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
8606 actual_hazard, potential_hazard): Add comments.
8607 (insn_cost): Use cost -1 as undefined value. Remove
8608 LINK_COST_ZERO and LINK_COST_FREE. Add new code for automaton
8609 pipeline interface.
8610 (ready_element, ready_remove): New functions for automaton
8611 interface.
8612 (schedule_insn): Add new code for automaton pipeline interface.
8613 (queue_to_ready): Add new code for automaton pipeline interface.
8614 Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
8615 (debug_ready_list): Print newline when the queue is empty.
8616 (max_issue): New function for automaton pipeline interface.
8617 (choose_ready): New function.
8618 (schedule_block): Add new code for automaton pipeline interface.
8619 Print ready list before scheduling each insn.
8620 (sched_init): Add new code for automaton pipeline interface.
8621 Initiate insn cost by -1.
8622 (sched_finish): Free the current automaton state and finalize
8623 automaton pipeline interface.
8624
8625 * sched-rgn.c: Include target.h.
8626 (init_ready_list, new_ready, debug_dependencies): Add new code for
8627 automaton pipeline interface.
8628
8629 * sched-vis.c: Include target.h.
8630 (get_visual_tbl_length): Add code for automaton interface.
8631 (target_units, print_block_visualization): Add comments.
8632
8633 * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
8634 USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
8635 (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
8636 (getruntime.o, genautomata.o): New entries.
8637 (genattrtab.o): Add new dependency file genattrtab.h.
8638 (genattrtab): Add new dependencies. Link it with `libm.a'.
8639 (getruntime.o, hashtab.o): New entries for canadian cross.
8640
8641 * doc/md.texi: Description of automaton based model.
8642
8643 * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
8644 Add comments.
8645 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
8646 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
8647 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
8648 TARGET_SCHED_DFA_POST_CYCLE_INSN,
8649 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
8650 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
8651 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
8652 hook descriptions.
8653 (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
8654 MAX_DFA_ISSUE_RATE): New macro descriptions.
8655
8656 * doc/contrib.texi: Add dfa based scheduler contribution.
8657
8658 * doc/gcc.texi: Add more information about genattrtab.
8659
8660 Mon Apr 29 17:19:10 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8661
8662 * reload1.c (eliminate_regs, case SUBREG): Fix typo in
8663 adjust_address_nv call.
8664
8665 2002-04-29 Janis Johnson <janis187@us.ibm.com>
8666
8667 * doc/install.texi (Testing): Provide additional information, and
8668 a stronger encouragement, for running the testsuites.
8669
8670 2002-04-29 DJ Delorie <dj@redhat.com>
8671
8672 * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
8673 given in upper case.
8674
8675 2002-04-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8676
8677 * fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
8678 Solaris 2 <widec.h> if missing.
8679 * fixinc/fixincl.x: Regenerate.
8680 * fixinc/tests/base/widec.h: New file.
8681
8682 2002-04-29 Nick Clifton <nickc@cambridge.redhat.com>
8683
8684 * toplev.c (f_options): Add "profile" switch so that
8685 -fno-profile can be used to disable -p.
8686
8687 2002-04-29 Bernd Schmidt <bernds@redhat.com>
8688
8689 * c-common.c (type_for_mode): Add support for V2DFmode, V2DImode,
8690 UV2DImode.
8691 * tree.c (build_common_tree_nodes_2): Likewise.
8692 * tree.h (enum tree_index): Likewise.
8693 (V2DF_type_node, V2DI_type_node, unsigned_V2DI_type_node): Define.
8694
8695 * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
8696 entries.
8697 (init_mmx_sse_builtins): Initialize SSE2 builtins.
8698 (ix86_expand_builtin): Add support for SSE2 builtins.
8699 * config/i386/i386.h (VALID_SSE2_REG_MODE): New macro.
8700 (VALID_SSE_REG_MODE): Use it.
8701 (VECTOR_MODE_SUPPORTED_P): Allow SSE2 modes here as well.
8702 (enum ix86_builtins): Add SSE2 builtins.
8703 * config/i386/i386.md (movv2df_internal, movv2df, movv8hi_internal,
8704 movv8hi, movv16qi_internal, movv16qi, pushv2df, pushv8hi, pushv16qi,
8705 addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3, vmmulv2df3,
8706 divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3, vmsminv2df3,
8707 sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3, sqrtv2df2,
8708 vmsqrtv2df2, maskcmpv2df3, maskncmpv2df3, vmmaskcmpv2df3,
8709 vmmaskncmpv2df3, sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb,
8710 sse2_maskmovdqu, sse2_movntv2df, sse2_movntti, sse2_movntsi, cvtdq2ps,
8711 cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq, cvtpd2pi,
8712 cvttpd2pi, cvtpi2pd, cvtsd2si, cvttsd2si, cvtsi2sd, cvtsd2ss,
8713 cvtss2sd, cvtpd2ps, cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3,
8714 ssaddv16qi3, ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3,
8715 subv4si3, subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3,
8716 mulv8hi3, smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
8717 sse2_umulv2siv2di3, sse2_pmaddwd, sse2_clrti, sse2_uavgv16qi3,
8718 sse2_uavgv8hi3, sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd,
8719 sse2_pshuflw, sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3,
8720 gtv8hi3, gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3,
8721 ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, sse2_lshrv2di3,
8722 ashlv8hi3, ashlv4si3, sse2_ashlv2di3, sse2_ashlti3, sse2_lshrti3,
8723 sse2_unpckhpd, sse2_unpcklpd, sse2_packsswb, sse2_packssdw,
8724 sse2_packuswb, sse2_punpckhbw, sse2_punpckhwd, sse2_punpckhdq,
8725 sse2_punpcklbw, sse2_punpcklwd, sse2_punpckldq, sse2_movapd,
8726 sse2_movupd, sse2_movdqa, sse2_movdqu, sse2_movdq2q, sse2_movq2dq,
8727 sse2_movhpd, sse2_movlpd, sse2_loadsd, sse2_movsd, sse2_storesd,
8728 sse2_shufpd, sse2_clflush, sse2_mfence, mfence_insn, sse2_lfence,
8729 lfence_insn): New patterns.
8730 (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Renamed from
8731 sse_andti3_sse2, sse_nandti3_sse2, sse_iorti3_sse2, sse_xorti3_sse2.
8732
8733 Mon Apr 29 17:03:24 CEST 2002 Jan Hubicka <jh@suse.cz>
8734
8735 * i386.md (sse_mov?fcc*): Revert patch of Mar 14th.
8736
8737 2002-04-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8738
8739 * doc/contrib.texi (Contributors): Add Paolo Carlini and
8740 Janis Johnson.
8741 Update Richard Henderson, Jakub Jelinek, and Mark Mitchell.
8742 Refer to Objective-C instead of ObjC, SPARC instead of sparc,
8743 and CPU instead of cpu.
8744
8745 Mon Apr 29 13:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
8746
8747 * toplev.c (flag_if_conversion, flag_if_conversion2): New static
8748 variables.
8749 (lang_independent_options): Add -fif-conversion, -fif-conversion2
8750 (rest_of_compilation): Do if conversion only when asked for.
8751 (parse_options_and_default_flags): Set new variables to 1 for -O1
8752 * invoke.texi (-fif-conversion, -fif-conversion2): Document.
8753
8754 Mon Apr 29 13:02:50 CEST 2002 Jan Hubicka <jh@suse.cz>
8755
8756 * i386.c (dbx64_register_map): Fix typo.
8757
8758 Mon Apr 29 12:18:35 CEST 2002 Jan Hubicka <jh@suse.cz>
8759
8760 * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
8761 real_one_half, real_bb_freq_max): New static variables.
8762 (debug_profile_bbauxs): Kill.
8763 (process_note_predictions): Kill unused variable.
8764 (block_info_def, edge_info_def): Use REAL_VALUE_TYPE instead of
8765 volatile double.
8766 (propagate_freq): Use REAL_ARITHMETICS.
8767 (estimate_bb_frequencies): Likevise; init new static variables.
8768 * Makefile.in (predict.o): Add dependency on real.h
8769
8770 2002-04-28 David S. Miller <davem@redhat.com>
8771
8772 PR target/6500
8773 * config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
8774 64-bit TARGET_V9. Do not use prefetch page, use prefetch for
8775 several {reads,writes} instead.
8776 * config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
8777 Define.
8778
8779 2002-04-27 David S. Miller <davem@redhat.com>
8780
8781 PR target/6494
8782 * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
8783 of the stack bias.
8784
8785 * config/sparc/linux.h, config/sparc/linux64.h: Don't bother
8786 including signal.h and sys/ucontext.h, not needed.
8787
8788 2002-04-29 Hans-Peter Nilsson <hp@bitrange.com>
8789
8790 * varasm.c (output_constant_def): Correct test for not calling
8791 ENCODE_SECTION_INFO for INTEGER_CST.
8792
8793 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
8794
8795 * cppexp.c (lex): Move some code to _cpp_parse_expr, but
8796 keep most cases as function eval_token.
8797 (eval_token): New function.
8798 (_cpp_parse_expr): Read token here for improved diagnostics.
8799 Don't use op_as_text. Detect bad ':' here.
8800 (reduce): Don't detect bad ':' here.
8801 (op_as_text): Remove.
8802 * cpphash.h (_cpp_test_assertion): Change prototype.
8803 * cpplib.c (_cpp_test_assertion): Change prototype.
8804
8805 2002-04-28 Richard Henderson <rth@redhat.com>
8806
8807 PR c/5154
8808 * ggc-common.c (ggc_mark_rtx_children_1): Rename from...
8809 (ggc_mark_rtx_children): New.
8810
8811 2002-04-28 Jakub Jelinek <jakub@redhat.com>
8812
8813 PR target/6496
8814 * config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
8815 after call peepholes for UltraSPARC.
8816 (call + jump 64-bit peepholes): Remove.
8817
8818 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8819
8820 PR c/6497
8821 * config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
8822 result as temporary value.
8823
8824 2002-04-28 Jakub Jelinek <jakub@redhat.com>
8825
8826 PR c++/6396
8827 * toplev.c (rest_of_compilation): Only run regrename and copy
8828 propagation if optimizing.
8829
8830 2002-04-28 Jakub Jelinek <jakub@redhat.com>
8831
8832 PR optimization/6475
8833 * reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
8834 register of REGNO_DECL (i).
8835 * Makefile.in (reload1.o): Add $(TREE_H).
8836
8837 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
8838
8839 * cppexp.c (lex): Update to use state.skip_eval.
8840 (struct op): Remove prio and flags members.
8841 (FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
8842 SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
8843 (LEFT_ASSOC): New macro.
8844 (optab): New table of operator priorities and flags.
8845 (SHIFT): Update.
8846 (_cpp_parse_expr): Clean up logic. Return bool. Use a
8847 malloc-ed parser stack.
8848 (reduce): New; reduce the operator stack.
8849 (_cpp_expand_op_stack): Expand the operator stack as necessary.
8850 * cpphash.h (struct op): Predeclare.
8851 (struct cpp_reader): New members op_stack, op_limit.
8852 (struct lexer_state): New member skip_eval.
8853 (_cpp_parse_expr): Update.
8854 (_cpp_expand_op_stack): New.
8855 * cpplib.c (do_if): Update.
8856 * cppinit.c (cpp_create_reader): Create op stack.
8857 (cpp_destroy): And destroy it.
8858 * cpplib.h (CPP_LAST_CPP_OP): Correct.
8859 (TTYPE_TABLE): Correct.
8860
8861 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8862
8863 PR c/6343
8864 * c-decl.c (duplicate_decls): Call merge_weak.
8865 * c-pragma.c (apply_pragma_weak): Warn about misuse.
8866 * output.h (merge_weak): Prototype merge_weak.
8867 * varasm.c (merge_weak): New function.
8868 (declare_weak): Make sure we don't give an error on VAR_DECLs.
8869 Mark RTL with SYMBOL_REF_WEAK.
8870
8871 2002-04-27 Kurt Garloff <garloff@suse.de>
8872
8873 * tree-inline.c (inlinable_function_p): Improve heuristics
8874 by using a smoother function to cut down allowable inlinable size.
8875 * param.def: Add parameters max-inline-insns-single,
8876 max-inline-slope, min-inline-insns that determine the exact
8877 shape of the above function.
8878 * param.h: Likewise.
8879
8880 2002-04-26 Richard Henderson <rth@redhat.com>
8881
8882 * c-parse.in (malloced_yyss, malloced_yyvs): New.
8883 (yyoverflow): Re-add. Set them.
8884 (free_parser_stacks): New.
8885 * c-common.h: Declare it.
8886 * c-lex.c (c_common_parse_file): Call it.
8887
8888 2002-04-26 Richard Henderson <rth@redhat.com>
8889
8890 * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
8891 for fallthru search.
8892
8893 2002-04-26 Eric Christopher <echristo@redhat.com>
8894
8895 PR optimization/3700
8896 * config/mips/mips.c (mips_issue_rate): Define. New function.
8897 (TARGET_SCHED_ISSUE_RATE): Use.
8898
8899 2002-04-25 David S. Miller <davem@redhat.com>
8900
8901 PR target/6422
8902 * reorg.c (optimize_skip): Do not allow exception causing
8903 instructions to be considered for delay slots.
8904 (fill_simply_delay_slots, fill_slots_from_thread): Likewise.
8905 (relax_delay_slots): Do not try to consider exception causing
8906 instructions as redundant.
8907
8908 2002-04-26 Richard Henderson <rth@redhat.com>
8909
8910 PR c/5225
8911 * c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
8912
8913 2002-04-26 Mark Mitchell <mark@codesourcery.com>
8914
8915 PR bootstrap/6445
8916 * config/i386/i386.md (untyped_call): Return the value in a float
8917 register if TARGET_FLOAT_RETURNS_IN_80387, not just if
8918 TARGET_80387.
8919
8920 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
8921
8922 * tree.c (tree_int_cst_lt): Compare constants whose types differ
8923 in unsigned-ness correctly.
8924
8925 2002-04-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
8926
8927 * pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
8928 portable runtime model.
8929
8930 2002-04-26 Richard Henderson <rth@redhat.com>
8931
8932 * c-parse.in (yyoverflow): Revert.
8933
8934 2002-04-26 David Edelsohn <edelsohn@gnu.org>
8935 Richard Henderson <rth@redhat.com>
8936
8937 * config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
8938 result as temporary value.
8939
8940 2002-04-26 Richard Henderson <rth@redhat.com>
8941
8942 PR c/3581
8943 * c-common.c (fix_string_type): Split out of ...
8944 (combine_strings): ... here. Take a varray, not a tree list.
8945 (c_expand_builtin_printf): Use fix_string_type.
8946 * c-common.h: Update decls.
8947 * c-parse.in (string): Remove. Update all uses to use STRING
8948 instead, and not call combine_strings.
8949 (yylexstring): New.
8950 (_yylex): Use it.
8951 * c-typeck.c (simple_asm_stmt): Don't call combine_strings.
8952 (build_asm_stmt): Likewise.
8953 * objc/objc-act.c (my_build_string): Use fix_string_type.
8954 (build_objc_string_object): Build varray for combine_strings.
8955
8956 2002-04-26 Bo Thorsen <bo@suse.co.uk>
8957
8958 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
8959 x86-64.
8960
8961 2002-04-26 Neil Booth <neil@daikokuya.demon.co.uk>
8962
8963 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
8964 (HAVE_NO_R_OPERAND): Remove.
8965 (HAVE_VALUE): Remove.
8966 (op_to_prio): Update.
8967 (UNARY): Don't alter flags.
8968 (_cpp_parse_expr): want_value used to indicate whether
8969 a number or unary operator is expected next. Distinguish
8970 unary and binary +/-.
8971 (op_as_text): Update for unary operators.
8972
8973 2002-04-25 Richard Henderson <rth@redhat.com>
8974
8975 PR c/2161
8976 * c-parse.in (yyoverflow): New.
8977
8978 2002-04-25 Richard Henderson <rth@redhat.com>
8979
8980 PR c/2098
8981 * c-common.c (shorten_compare): Simplfy conditions leading to
8982 the generation of a warning.
8983
8984 2002-04-25 Richard Henderson <rth@redhat.com>
8985
8986 PR c/2035
8987 * expmed.c (extract_bit_field): Fall through to generic code rather
8988 than aborting on subreg special case.
8989
8990 2002-04-25 David S. Miller <davem@redhat.com>
8991
8992 * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
8993 for DECL being NULL.
8994
8995 2002-04-25 Steve Christiansen <smc@us.ibm.com>
8996
8997 * doc/md.texi (Machine Constraints): Add IA-64 constraints.
8998
8999 2002-04-25 Eric Botcazou <ebotcazou@multimania.com>
9000
9001 * c-decl.c (grokdeclarator): Remove outdated ??? note
9002 on invalid declaration of flexible array members.
9003
9004 2002-04-25 Richard Henderson <rth@redhat.com>
9005
9006 * doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
9007
9008 2002-04-25 Ulrich Weigand <uweigand@de.ibm.com>
9009
9010 * config/s390/s390.c (s390_emit_epilogue): Always restore registers
9011 needed by the compiler, even if they are used as global regs.
9012
9013 2002-04-25 Matt Hiller <hiller@redhat.com>
9014
9015 * mips.c (mips_class_max_nregs, mips_register_move_cost): New
9016 functions.
9017 * mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
9018 of the corresponding functions.
9019 * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
9020 New prototypes.
9021
9022 2002-04-25 Matt Hiller <hiller@redhat.com>
9023
9024 * config/mips/mips.h (mips_sw_reg_names): Declare as extern.
9025
9026 (ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
9027 (FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
9028 registers, adjust comment accordingly.
9029 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
9030 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
9031 DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
9032 for coprocessor registers.
9033 (ADDITIONAL_REGISTER_NAMES): Include
9034 ALL_COP_ADDITIONAL_REGISTER_NAMES.
9035
9036 (COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
9037 COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
9038 COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
9039 COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
9040 COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
9041
9042 (mips_char_to_class): Adjust comment to include coprocessor
9043 constraint letters.
9044
9045 * config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
9046 New functions.
9047 (mips_reg_names, mips_regno_to_class): Include coprocessor
9048 information.
9049 (mips_sw_reg_names): Ditto, make non-static.
9050 (mips_move_1word): Handle moves to and from coprocessor registers.
9051 (mips_move_2words): Handle moves to and from coprocessor
9052 registers.
9053 (mips_class_max_nregs, mips_register_move_cost): Handle
9054 coprocessor register classes.
9055 (override_options): Initialize mips_char_to_class and
9056 mips_hard_regno_mode_ok properly for coprocessor registers.
9057
9058 * config/mips/mips.md (movdi_internal, movdi_internal2,
9059 movsi_internal1, movsi_internal2): Add constraint-sets for
9060 coprocessor registers.
9061 * testsuite/gcc.c-torture/mipscop-1.c: New testcase.
9062 * testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
9063 isn't mips.
9064 * testsuite/gcc.c-torture/mipscop-2.c: New testcase.
9065 * testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
9066 isn't mips.
9067 * testsuite/gcc.c-torture/mipscop-3.c: New testcase.
9068 * testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
9069 isn't mips.
9070 * testsuite/gcc.c-torture/mipscop-4.c: New testcase.
9071 * testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
9072 isn't mips.
9073
9074 * doc/tm.texi: Document feature.
9075
9076 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
9077
9078 * integrate.c (function_attribute_inlinable_p): Simplify.
9079 Check the table pointer is not NULL.
9080
9081 2002-04-25 Steven Bosscher <S.Bosscher@student.tudelft.nl>
9082
9083 * doc/c-tree.texi: Fix typo in introduction.
9084
9085 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
9086
9087 * c-common.h (c_common_parse_file): Update.
9088 * c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
9089 * c-lex.c (YYDEBUG): Get from c-lex.h.
9090 (c_common_parse_file): Update.
9091 * c-lex.h (YYDEBUG, yydebug): New.
9092 * c-parse.in (YYDEBUG): Get from c-lex.h.
9093 (c_set_yydebug): Remove.
9094 * c-tree.h (c_set_yydebug): Remove.
9095 * langhooks-def.h (lhd_do_nothing_i): New.
9096 (lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
9097 (LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
9098 * langhooks.c (lhd_do_nothing_i): New.
9099 (lhd_set_yydebug): Remove.
9100 * langhooks.h (struct lang_hooks): Update.
9101 * toplev.c (set_yydebug): New.
9102 (compile_file): Update call to parse_file hook.
9103 (decode_d_option): Update.
9104 objc:
9105 * objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
9106
9107 Wed Apr 24 23:45:37 2002 J"orn Rennecke <joern.rennecke@superh.com>
9108
9109 * loop.c (load_mems): Don't change the interface of called functions.
9110
9111 * calls.c (expand_call): Take current_function_pretend_args_size
9112 into account when setting argblock for sibcalls.
9113
9114 2002-04-24 Matt Hiller <hiller@redhat.com>
9115
9116 * cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
9117 * c-lex.c: Ditto.
9118
9119 * cpplex.c (skip_line_comment): Process comment one multibyte
9120 character at a time rather than one char at a time, if
9121 appropriate.
9122 (parse_string): Process string one multibyte character at a time
9123 rather than one char at a time, if appropriate.
9124 * c-lex.c (lex_string): Lex and copy multibyte strings
9125 appropriately.
9126 * cpplib.h (cppchar_t): Change to unsigned.
9127
9128 2002-04-24 Richard Henderson <rth@redhat.com>
9129
9130 PR c/3467
9131 * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
9132 for c99.
9133
9134 Wed Apr 24 21:51:54 2002 J"orn Rennecke <joern.rennecke@superh.com>
9135
9136 * sh.c (sh_va_arg): If argument was passed by reference,
9137 dereference the pointer.
9138
9139 * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
9140
9141 * sh.md (divsi3_i4_media): Use match_operand for input values
9142 rather than hard registers.
9143 (divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
9144 unnecessarily through hard registers. Keep copies of pseudo
9145 registers outside of the libcall sequence.
9146
9147 * sh.md (casesi_shift_media): Add modes.
9148
9149 * sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
9150 values in memory.
9151
9152 2002-04-24 Neil Booth <neil@daikokuya.demon.co.uk>
9153
9154 * attribs.c (c_common_attribute_table): Move table and handlers
9155 to c-common.c.
9156 (format_attribute_table, lang_attribute_table,
9157 lang_attribute_common): Remove.
9158 (init_attributes): Replace NULL pointers with pointers to the
9159 empty table.
9160 (handle_packed_attribute, handle_nocommon_attribute,
9161 handle_common_attribute, handle_noreturn_attribute,
9162 handle_noinline_attribute, handle_always_inline_attribute,
9163 handle_used_attribute, handle_unused_attribute,
9164 handle_const_attribute, handle_transparent_union_attribute,
9165 handle_constructor_attribute, handle_destructor_attribute,
9166 handle_mode_attribute, handle_section_attribute,
9167 handle_aligned_attribute, handle_weak_attribute,
9168 handle_alias_attribute, handle_visibility_attribute,
9169 handle_no_instrument_function_attribute, handle_malloc_attribute,
9170 handle_no_limit_stack_attribute, handle_pure_attribute,
9171 handle_deprecated_attribute, handle_vector_size_attribute,
9172 vector_size_helper): Move to c-common.c.
9173 * c-common.c (c_common_attribute_table,
9174 handle_packed_attribute, handle_nocommon_attribute,
9175 handle_common_attribute, handle_noreturn_attribute,
9176 handle_noinline_attribute, handle_always_inline_attribute,
9177 handle_used_attribute, handle_unused_attribute,
9178 handle_const_attribute, handle_transparent_union_attribute,
9179 handle_constructor_attribute, handle_destructor_attribute,
9180 handle_mode_attribute, handle_section_attribute,
9181 handle_aligned_attribute, handle_weak_attribute,
9182 handle_alias_attribute, handle_visibility_attribute,
9183 handle_no_instrument_function_attribute, handle_malloc_attribute,
9184 handle_no_limit_stack_attribute, handle_pure_attribute,
9185 handle_deprecated_attribute, handle_vector_size_attribute,
9186 vector_size_helper): Move from attribs.c.
9187 * c-common.h (c_common_attribute_table,
9188 c_common_format_attribute_table): New.
9189 * c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
9190 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
9191 * langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
9192 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
9193 (LANG_HOOKS_INITIALIZER): Update.
9194 * langhooks.h (struct lang_hooks): 3 new attribute hooks.
9195 * target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
9196 * target.h: Update comment.
9197 * tree.c (default_target_attribute_table): Remove.
9198 * tree.h (default_target_attribute_table, format_attribute_table,
9199 lang_attribute_table, lang_attribute_common): Remove.
9200 objc:
9201 * objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
9202 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
9203
9204 2002-04-24 Jason Merrill <jason@redhat.com>
9205
9206 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
9207 * dwarf2out.c (dwarf_attr_name): Support it.
9208 (gen_array_type_die): Emit it.
9209 (lookup_type_die): No special handling for VECTOR_TYPE.
9210 (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
9211
9212 2002-04-24 Richard Henderson <rth@redhat.com>
9213
9214 * config/mips/mips.md (movdi_usd): Renumber.
9215
9216 2002-04-24 David S. Miller <davem@redhat.com>
9217
9218 PR target/6420
9219 * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
9220 32-bit Sparc and current_function_returns_struct is true.
9221
9222 Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka <jh@suse.cz>
9223
9224 * loop.c (canonicalize_condition): Use gen_int_mode.
9225
9226 2002-04-24 Aldy Hernandez <aldyh@redhat.com>
9227
9228 * config/rs6000/altivec.h: Cleanup file. Add non individual
9229 variants.
9230 (vec_vaddubm): New.
9231 (vec_vadduhm): New.
9232 (vec_vadduwm): New.
9233 (vec_vaddfp): New.
9234 (vec_vaddcuw): New.
9235 (vec_vaddubs): New.
9236 (vec_vaddsbs): New.
9237 (vec_vadduhs): New.
9238 (vec_vadduws): New.
9239 (vec_vaddsws): New.
9240 (vec_vand): New.
9241 (vec_vandc): New.
9242 (vec_vavgub): New.
9243 (vec_vavgsb): New.
9244 (vec_vavguh): New.
9245 (vec_vavgsh): New.
9246 (vec_vavguw): New.
9247 (vec_vavgsw): New.
9248 (vec_vrfip): New.
9249 (vec_vcmpbfp): New.
9250 (vec_vcmpequb): New.
9251 (vec_vcmpequh): New.
9252 (vec_vcmpequw): New.
9253 (vec_vcmpeqfp): New.
9254 (vec_vcmpgefp): New.
9255 (vec_vcmpgtub): New.
9256 (vec_vcmpgtsb): New.
9257 (vec_vcmpgtuh): New.
9258 (vec_vcmpgtsh): New.
9259 (vec_vcmpgtuw): New.
9260 (vec_vcmpgtsw): New.
9261 (vec_vcmpgtfp): New.
9262 (vec_vcmpgefp): New.
9263 (vec_vcfux): New.
9264 (vec_vcfsx): New.
9265 (vec_vctsxs): New.
9266 (vec_vctuxs): New.
9267 (vec_vexptefp): New.
9268 (vec_vrfim): New.
9269 (vec_lvx): New.
9270 (vec_lvebx): New.
9271 (vec_lvehx): New.
9272 (vec_lde): Add vector float variant.
9273 (vec_lvewx): New.
9274 (vec_lvxl): New.
9275 (vec_vlogefp): New.
9276 (vec_vmaddfp): New.
9277 (vec_vmhaddshs): New.
9278 (vec_vmaxub): New.
9279 (vec_vmaxsb): New.
9280 (vec_vmaxuh): New.
9281 (vec_vmaxsh): New.
9282 (vec_vmaxuw): New.
9283 (vec_vmaxsw): New.
9284 (vec_vmaxsw): New.
9285 (vec_vmaxfp): New.
9286 (vec_vmrghb): New.
9287 (vec_vmrghh): New.
9288 (vec_vmrghw): New.
9289 (vec_vmrglb): New.
9290 (vec_vmrglh): New.
9291 (vec_vmrglw): New.
9292 (vec_vminub): New.
9293 (vec_vminsb): New.
9294 (vec_vminuh): New.
9295 (vec_vminsh): New.
9296 (vec_vminuw): New.
9297 (vec_vminsw): New.
9298 (vec_vminfp): New.
9299 (vec_vmladduhm): New.
9300 (vec_vmhraddshs): New.
9301 (vec_msumubm): New.
9302 (vec_vmsummbm): New.
9303 (vec_vmsumuhm): New.
9304 (vec_vmsumshm): New.
9305 (vec_vmsumuhs): New.
9306 (vec_vmsumshs): New.
9307 (vec_vmuleub): New.
9308 (vec_vmulesb): New.
9309 (vec_vmuleuh): New.
9310 (vec_vmulesh): New.
9311 (vec_vmuloub): New.
9312 (vec_mulosb): New.
9313 (vec_vmulouh): New.
9314 (vec_vmulosh): New.
9315 (vec_vnmsubfp): New.
9316 (vec_vnor): New.
9317 (vec_vor): New.
9318 (vec_vpkuhum): New.
9319 (vec_vpkuwum): New.
9320 (vec_vpkpx): New.
9321 (vec_vpkuhus): New.
9322 (vec_vpkshss): New.
9323 (vec_vpkuwus): New.
9324 (vec_vpkswss): New.
9325 (vec_vpkshus): New.
9326 (vec_vpkswus): New.
9327 (vec_vperm): New.
9328 (vec_vrefp): New.
9329 (vec_vrlb): New.
9330 (vec_vrlh): New.
9331 (vec_vrlw): New.
9332 (vec_vrfin): New.
9333 (vec_vrsqrtefp): New.
9334 (vec_vsel): New.
9335 (vec_vslb): New.
9336 (vec_vslh): New.
9337 (vec_vslw): New.
9338 (vec_vsldoi): New.
9339 (vec_vsl): New.
9340 (vec_vslo): New.
9341 (vec_vspltb): New.
9342 (vec_vsplth): New.
9343 (vec_vspltw): New.
9344 (vec_vspltisb): New.
9345 (vec_vspltish): New.
9346 (vec_vspltisw): New.
9347 (vec_vsrb): New.
9348 (vec_vsrh): New.
9349 (vec_vsrw): New.
9350 (vec_vsrab): New.
9351 (vec_vsrah): New.
9352 (vec_vsraw): New.
9353 (vec_vsr): New.
9354 (vec_vsro): New.
9355 (vec_stvx): New.
9356 (vec_stvebx): New.
9357 (vec_stvehx): New.
9358 (vec_stvewx): New.
9359 (vec_stvxl): New.
9360 (vec_vsububm): New.
9361 (vec_vsubuhm): New.
9362 (vec_vsubuwm): New.
9363 (vec_vsubfp): New.
9364 (vec_vsubcuw): New.
9365 (vec_vsububs): New.
9366 (vec_vsubsbs): New.
9367 (vec_vsubuhs): New.
9368 (vec_vsubshs): New.
9369 (vec_vsubuws): New.
9370 (vec_vsubsws): New.
9371 (vec_vsum4ubs): New.
9372 (vec_vsum4sbs): New.
9373 (vec_vsum4shs): New.
9374 (vec_vsum2sws): New.
9375 (vec_vsumsws): New.
9376 (vec_vrfiz): New.
9377 (vec_vupkhsb): New.
9378 (vec_vupkhpx): New.
9379 (vec_vupkhsh): New.
9380 (vec_vupklsb): New.
9381 (vec_vupklpx): New.
9382 (vec_vupklsh): New.
9383 (vec_vxor): New.
9384
9385 2002-04-23 Eric Botcazou <ebotcazou@multimania.com>
9386
9387 PR c/5430
9388 * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
9389 added literals from substracted literals.
9390 (associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
9391 (fold) [associate]: Preserve MINUS_EXPR if needed.
9392
9393 2002-04-23 Zack Weinberg <zack@codesourcery.com>
9394
9395 * doc/install.texi: Clarify which versions of alpha*-dec-osf*
9396 are obsoleted.
9397
9398 2002-04-23 Tom Tromey <tromey@redhat.com>
9399
9400 * gcc.c: Added --resource. For PR java/6314.
9401
9402 2002-04-23 David O'Brien <obrien@FreeBSD.org>
9403
9404 * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
9405 * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
9406 these libraries.
9407
9408 2002-04-23 David O'Brien <obrien@FreeBSD.org>
9409
9410 * config/freebsd.h(OBJECT_FORMAT_ELF): Define.
9411
9412 Tue Apr 23 14:24:25 CEST 2002 Jan Hubicka <jh@suse.cz>
9413
9414 * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
9415 workaround.
9416 (ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
9417 (ix86_expand_clrstr): Fix typo.
9418 * loop.c (gen_load_of_final_value): New.
9419 (loop_givs_rescan, strength_reduce, check_dbra_loop):
9420 Use it.
9421
9422 2002-04-23 Roger Sayle <roger@eyesopen.com>
9423
9424 * builtins.c (builtin_memset_gen_str): New function.
9425 (expand_builtin_memset): Optimize the case of constant length, but
9426 unknown value.
9427
9428 2002-04-23 Aldy Hernandez <aldyh@redhat.com>
9429
9430 * config/rs6000/altivec.h (vec_step): Remove extraneous
9431 parentheses.
9432 (vec_ctu): Cast return.
9433
9434 2002-04-23 Alan Modra <amodra@bigpond.net.au>
9435
9436 PR target/6413
9437 * function.h: (struct function): Add profile_label_no field.
9438 (current_function_profile_label_no): Define.
9439 * function.c: (profile_label_no): New static var.
9440 (expand_function_start): Increment it, and copy to
9441 current_function_profile_label_no.
9442 * output.h (profile_label_no): Delete.
9443 * final.c (profile_label_no): Delete.
9444 (profile_function): Use current_function_profile_label_no.
9445 (final_end_function): Don't increment profile_label_no here.
9446 * config/i386/i386.c (ix86_osf_output_function_prologue): Replace
9447 profile_label_no with current_function_profile_label_no.
9448 * config/pa/pa.c (current_function_number): Delete.
9449 (pa_output_function_prologue): Don't output profile label here.
9450 (hppa_profile_hook): Use label_no param rather than
9451 current_function_number.
9452 (FUNC_BEGIN_PROLOG_LABEL): Move to ..
9453 * config/pa/pa.h: .. here.
9454 (FUNCTION_PROFILER): Output profile label here.
9455
9456 2002-04-22 Eric Christopher <echristo@redhat.com>
9457
9458 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Revert
9459 patch of 2002-04-09 due to binutils issues.
9460 (FUNCTION_ARG_REGNO_P): Ensure even numbered float register.
9461
9462 2002-04-22 Aldy Hernandez <aldyh@redhat.com>
9463
9464 * config/rs6000/rs6000.md ("*movv4si_internal"): Change 'm'
9465 constraint to 'o' for m=r and r=m alternatives.
9466 ("*movv8hi_internal1"): Same.
9467 ("*movv16qi_internal1"): Same.
9468 ("*movv4sf_internal1"): Same.
9469
9470 2002-04-22 Janis Johnson <janis187@us.ibm.com>
9471
9472 * rtl.h (RTX_FLAG): New macro.
9473 * emit-rtl.c (copy_most_rtx): Use macros to access rtx flags.
9474 * final.c (alter_subreg): Use macro to access rtx flag.
9475 * integrate.c (copy_rtx_and_substitute): Use new access macro.
9476 * print-rtl.c (print_rtx): Use new access macro.
9477
9478 * cse.c (insert): Check rtx code before accessing flag.
9479
9480 * genattrtab.c (ATTR_IND_SIMPLIFIED_P, ATTR_CURR_SIMPLIFIED_P,
9481 ATTR_PERMANENT_P, ATTR_EQ_ATTR_P): New.
9482 (attr_hash_add_string, attr_rtx_1, attr_copy_rtx, check_attr_test,
9483 convert_const_symbol_ref, make_canonical, make_alternative_compare,
9484 evaluate_eq_attr, attr_rtx_cost, simplify_test_exp_in_temp,
9485 simplify_test_exp, optimize_attrs, simplify_by_exploding,
9486 find_and_mark_used_attributes, unmark_used_attributes,
9487 add_values_to_cover, simplify_with_current_value,
9488 simplify_with_current_value_aux, clear_struct_flag, walk_attr_value,
9489 copy_rtx_unchanging, main): Use new access macros.
9490
9491 2002-04-22 Tom Rix <trix@redhat.com>
9492
9493 * expmed.c (init_expmed): Generate shifted constant once.
9494
9495 2002-04-22 Zack Weinberg <zack@codesourcery.com>
9496
9497 * c-lex.c (lex_charconst): Call convert to get constant in
9498 proper type; don't just smash the type field.
9499 Fixes PR c/6300.
9500
9501 * config.gcc: Add list of obsolete configurations. Disallow
9502 building these without --enable-obsolete.
9503 * doc/install.texi: Document --enable-obsolete and obsoletion
9504 policy. Mention obsoletion of individual targets in
9505 appropriate places.
9506
9507 2002-04-22 Richard Henderson <rth@redhat.com>
9508
9509 * config/sparc/sol2-bi.h (ASM_DEBUG_SPEC): New.
9510
9511 2002-04-22 Mark Mitchell <mark@codesourcery.com>
9512
9513 PR f/6138.
9514 * function.c (fixup_memory_subreg): Add promoted_mode parameter.
9515 (walk_fixup_memory_subreg): Likewise.
9516 (fixup_var_refs_insn): Adjust accordingly.
9517 (fixup_var_refs_1): Likewise.
9518
9519 2002-04-22 Ulrich Weigand <uweigand@de.ibm.com>
9520
9521 * config/s390/linux.h: (LIBPATH_SPEC, LIBPATH_ARCH31_SPEC,
9522 LIBPATH_ARCH64_SPEC): Define.
9523 (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64.
9524 (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
9525 (LINK_ARCH31_SPEC): Add libpath_arch31 to search path.
9526 (LINK_ARCH64_SPEC): Add libpath_arch64 to search path.
9527
9528 2002-04-22 Joel Sherrill <joel@OARcorp.com>
9529
9530 * gthr-rtems.h: Correct prototypes to remove warnings.
9531
9532 2002-04-22 Richard Henderson <rth@redhat.com>
9533
9534 PR c/6344
9535 * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).
9536
9537 * gcse.c (free_insn_expr_list_list): New.
9538 (clear_modify_mem_tables): Use it. Fix bit set usage.
9539 (canon_list_insert): Use EXPR_LISTs for expressions.
9540 (record_last_mem_set_info): Factor BLOCK_NUM (insn).
9541
9542 2002-04-22 Neil Booth <neil@daikokuya.demon.co.uk>
9543
9544 * cppfiles.c (_cpp_pop_file_buffer): Return void. Move
9545 file change and include code to _cpp_pop_buffer.
9546 * cpphash.h (struct pending_option): Predeclare.
9547 (struct cpp_reader): New member next_include_file.
9548 (_cpp_pop_file_buffer): Update.
9549 (_cpp_push_next_buffer): Update, rename.
9550 * cppinit.c (cpp_destroy): Free include chain and pending here.
9551 (cpp_finish_options): Simplify.
9552 (_cpp_push_next_buffer): Rename and clean up.
9553 * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer.
9554 Clarify.
9555 * cppmacro.c (cpp_scan_nooutput): Set return_at_eof here.
9556
9557 2002-04-22 Aldy Hernandez <aldyh@redhat.com>
9558
9559 * config/rs6000/altivec.h (vec_xor): Add variant for both args
9560 being vector signed int.
9561 (vec_andc): Same.
9562 (vec_xor): Add variant for both args being vector signed char.
9563 Remove redundant variant.
9564 (vec_andc): Same.
9565
9566 2002-04-21 David S. Miller <davem@redhat.com>
9567
9568 * config/sparc/sparc.md (set then compare DI mode peephole2): Fix
9569 compare mode in output RTL.
9570
9571 2002-04-22 David Edelsohn <edelsohn@gnu.org>
9572
9573 * config/rs6000/rs6000.c (rs6000_override_options): Correct
9574 style and formatting of previous patch.
9575
9576 2002-04-22 Alan Modra <amodra@bigpond.net.au>
9577
9578 * config/rs6000/rs6000.c (rs6000_override_options): Always clear
9579 flag_pic for ABI_AIX.
9580
9581 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
9582
9583 * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.
9584 * cppfiles.c (read_include_file): Similarly.
9585 * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,
9586 uxstrdup ustrchr, ufputs): Similarly.
9587 * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
9588 * cpplex.c (parse_slow, unescaped_terminator_p, save_comment,
9589 cpp_ideq, parse_identifier, parse_number): Similarly.
9590 * cpplib.c (struct directive, dequote_string, D, run_directive,
9591 cpp_push_buffer): Similarly.
9592 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
9593 _cpp_create_definition, check_trad_stringification,
9594 cpp_macro_definition): Similarly.
9595
9596 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
9597
9598 * cppmacro.c (funlike_invocation_p): Don't step back
9599 over CPP_EOF.
9600
9601 2002-04-21 David Edelsohn <edelsohn@gnu.org>
9602
9603 * config/rs6000/rs6000.c (output_profile_hook): Do not increment
9604 labelno.
9605
9606 2002-04-20 Joseph S. Myers <jsm28@cam.ac.uk>
9607
9608 * doc/invoke.texi: Remove Chill references.
9609 * doc/gcc.texi: Update last modified date.
9610
9611 2002-04-20 Kazu Hirata <kazu@hxi.com>
9612
9613 * config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
9614 push and pop. Replace add.l with add.w.
9615
9616 2002-04-20 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
9617
9618 * config/h8300/lib1funcs.asm (___mulsi3): Use hardware
9619 multiply instructions for H8/300H case.
9620
9621 2002-04-20 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
9622
9623 * config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
9624 Bum three instructions from each routine.
9625
9626 2002-04-20 Neil Booth <neil@daikokuya.demon.co.uk>
9627
9628 * Makefile.in: Update.
9629 * decl.c (push_c_function_context, pop_c_function_context,
9630 mark_c_function_context): Rename for consistency.
9631 * c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
9632 * c-tree.h (push_c_function_context, pop_c_function_context,
9633 mark_c_function_context): Rename for consistency.
9634 * c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
9635 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
9636 * function.c (init_lang_status, save_lang_status,
9637 restore_lang_status, mark_lang_status, free_lang_status):
9638 Move to langhooks.h.
9639 (push_function_context_to, pop_function_context_from,
9640 free_after_parsing, prepare_function_start, ggc_mark_struct_function):
9641 Update.
9642 * function.h (init_lang_status, save_lang_status,
9643 restore_lang_status, mark_lang_status, free_lang_status):
9644 Move to langhooks.h.
9645 * langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
9646 LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
9647 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
9648 LANG_HOOKS_FUNCTION_INITIALIZER): New.
9649 (LANG_HOOKS_INITIALIZER): Update.
9650 (lhd_do_nothing_f): New.
9651 * langhooks.h (struct lang_hooks_for_functions): New.
9652 (struct lang_hooks): New hooks.
9653 * langhooks.c (lhd_do_nothing_f): New.
9654 objc:
9655 * objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
9656 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
9657
9658 2002-04-19 David S. Miller <davem@redhat.com>
9659
9660 * config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
9661 * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
9662
9663 2002-04-19 Jakub Jelinek <jakub@redhat.com>
9664
9665 PR optimization/3756
9666 * config/i386/i386.c (ix86_expand_int_movcc): Optimize
9667 x = ((int) y < 0) ? cst1 : cst2.
9668
9669 2002-04-19 Jakub Jelinek <jakub@redhat.com>
9670
9671 PR c/6358
9672 * function.c: Reapply patch for c/6358.
9673 (expand_function_end): Copy decl_rtl's mode, not
9674 current_function_return_rtx mode.
9675
9676 2002-04-19 Joel Sherrill <joel@OARcorp.com>
9677
9678 * config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
9679 targets.
9680
9681 2002-04-19 Tom Tromey <tromey@redhat.com>
9682
9683 * doc/install.texi (Specific): Update status of Solaris 2.8.
9684 For PR libgcj/6158.
9685
9686 2002-04-19 Andreas Schwab <schwab@suse.de>
9687
9688 * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
9689 (PUT_REAL): Restore old definition.
9690
9691 2002-04-19 Dan Nicolaescu <dann@godzilla.ics.uci.edu>
9692 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9693
9694 * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that
9695 binutils 2.11.2 and higher generate smaller binaries than Sun's
9696 native tools.
9697
9698 2002-04-19 Mark Mitchell <mark@codesourcery.com>
9699
9700 PR c++/6352
9701 * toplev.c (rest_of_compilation): Do not defer functions for which
9702 TREE_SYMBOL_REFERENCED has already been set.
9703
9704 Fri Apr 19 15:53:03 CEST 2002 Jan Hubicka <jh@suse.cz>
9705
9706 * i386.md (movsi_1, movhi_1): Force reload to use more flexible
9707 alternative.
9708
9709 2002-04-19 Neil Booth <neil@daikokuya.demon.co.uk>
9710
9711 * builtins.c: Include langhooks.h.
9712 (lang_type_promotes_to): Remove.
9713 (expand_builtin_va_arg): Use new hook.
9714 * c-common.c (c_common_nodes_and_builtins): Don't set hook.
9715 (simple_type_promotes_to): Move to c-typeck.c.
9716 * c-common.h (simple_type_promotes_to): Remove.
9717 * c-decl.c (duplicate_decls, grokdeclarator): Update.
9718 * c-format.c: Include langhooks.h.
9719 (check_format_types): Update.
9720 * c-tree.h (c_type_promotes_to): New.
9721 * c-typeck.c (c_type_promotes_to): Move from c-common.c.
9722 (type_lists_compatible_p): Update.
9723 * langhooks-def.h (lhd_type_promotes_to): New.
9724 (LANG_HOOKS_TYPE_PROMOTES_TO): New.
9725 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
9726 * langhooks.c (lhd_type_promotes_to): New.
9727 * langhooks.h (struct lang_hooks_for_types): New hook.
9728 * tree.h (lang_type_promotes_to): Remove.
9729 objc:
9730 * objc-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
9731
9732 2002-04-18 Richard Henderson <rth@redhat.com>
9733
9734 * function.c: Revert patch for c/6358.
9735
9736 2002-04-18 Richard Henderson <rth@redhat.com>
9737
9738 * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN
9739 blocks. Handle multiple references to the TRAP block. Handle
9740 non-adjacent THEN and OTHER blocks.
9741
9742 2002-04-18 Richard Henderson <rth@redhat.com>
9743
9744 * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): Don't
9745 crash with no type for by-mode libcalls.
9746
9747 * config/ia64/ia64.md (conditional_trap): Fix predicate polarity.
9748
9749 2002-04-18 Bob Wilson <bob.wilson@acm.org>
9750
9751 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
9752 __xtensa_nonlocal_goto): Use a syscall instructions to flush
9753 the register windows.
9754
9755 2002-04-18 Zack Weinberg <zack@codesourcery.com>
9756
9757 * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as
9758 appropriate. Document need for extended precision even when
9759 MAX_LONG_DOUBLE_TYPE_SIZE is smaller. Define REAL_WIDTH here,
9760 based on REAL_VALUE_TYPE_SIZE. Use REAL_WIDTH to size
9761 REAL_VALUE_TYPE. Define CONST_DOUBLE_FORMAT here. Use #error
9762 instead of relying on later syntax error when REAL_WIDTH > 5.
9763 * real.c: Define NE based only on whether or not we have a
9764 full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT).
9765 Require sizeof(REAL_VALUE_TYPE) == 2*NE. Unconditionally
9766 define GET_REAL and PUT_REAL as simple memcpy operations; no
9767 need to byteswap or round.
9768 Use #error instead of #ifdef-ing out the entire file, for
9769 prompt error detection.
9770
9771 * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here.
9772
9773 2002-04-18 David S. Miller <davem@redhat.com>
9774
9775 * config/sparc/sparc.h (BRANCH_COST): Define.
9776
9777 * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
9778 does it.
9779
9780 2002-04-18 Hans-Peter Nilsson <hp@bitrange.com>
9781
9782 * flow.c (update_life_info): Ignore return value of cleanup_cfg.
9783 Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
9784 propagate_block calls after relaxation loop using new variable
9785 stabilized_prop_flags.
9786
9787 2002-04-18 Richard Henderson <rth@redhat.com>
9788
9789 * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New.
9790 (ia64_va_arg): Expect variable sized types by reference.
9791 * config/ia64/ia64-protos.h: Update.
9792 * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use
9793 ia64_function_arg_pass_by_reference.
9794
9795 2002-04-18 Richard Henderson <rth@redhat.com>
9796
9797 * ifcvt.c: Include except.h.
9798 (block_has_only_trap): Break out from find_cond_trap.
9799 (find_cond_trap): Use it. Always delete the trap block.
9800 (merge_if_block): Allow then block null. Be less simplistic about
9801 what insns can end a block.
9802 * Makefile.in (ifcvt.o): Depend on except.h.
9803
9804 * config/ia64/ia64.md (trap, conditional_trap): New.
9805
9806 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9807
9808 PR c/6358
9809 * function.c (assign_parms): Assign hard current_function_return_rtx
9810 register here...
9811 (expand_function_end): ...not here.
9812
9813 2002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
9814
9815 * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
9816 * c-tree.h (c_incomplete_type_error): New.
9817 * c-typeck.c (require_complete_type, build_component_ref): Update.
9818 (incomplete_type_error): Rename.
9819 * langhooks-def.h (lhd_incomplete_type_error): New.
9820 (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New.
9821 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
9822 * langhooks.c (lhd_incomplete_type_error): New.
9823 * langhooks.h (struct lang_hooks_for_types): New hook.
9824 * tree.c (size_in_bytes): Use new hook.
9825 * tree.h (incomplete_type_error): Remove.
9826 objc:
9827 * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
9828
9829 2002-04-18 Zack Weinberg <zack@codesourcery.com>
9830
9831 * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
9832 TARGET_FLOAT_FORMAT blocks.
9833
9834 2002-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9835
9836 * doc/install.texi (Downloading the source): Do not mention Chill
9837 any longer, but mention Ada.
9838 (Configuration): Do not mention Chill any longer.
9839
9840 2002-04-18 Hans-Peter Nilsson <hp@axis.com>
9841
9842 * config/cris/cris.h (TARGET_VERSION): Remove local version number.
9843
9844 Thu Apr 18 17:14:08 CEST 2002 Jan Hubicka <jh@suse.cz>
9845
9846 * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution
9847 in last patch.
9848
9849 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9850
9851 * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
9852 instead of unsigned_type.
9853
9854 Thu Apr 18 15:49:12 CEST 2002 Jan Hubicka <jh@suse.cz>
9855
9856 * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.
9857 * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped
9858 later.
9859
9860 2002-04-18 Bernd Schmidt <bernds@redhat.com>
9861
9862 * attribs.c (vector_type_node_list): New static variable.
9863 (handle_vector_size_attribute): Use it to avoid generating a
9864 new type node each time we are called.
9865
9866 * combine.c (subst): Avoid trying to make a vector mode subreg of
9867 an integer constant.
9868 (gen_lowpart_for_combine): Likewise.
9869
9870 2002-04-18 Roger Sayle <roger@eyesopen.com>
9871 Jakub Jelinek <jakub@redhat.com>
9872
9873 * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)
9874 for integer constant c (if x has unsigned type or sign bit is not
9875 set in c). This folds the zero/sign extension into the bit-wise and
9876 operation.
9877
9878 2002-04-18 Jakub Jelinek <jakub@redhat.com>
9879
9880 PR middle-end/6205
9881 * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2,
9882 otherwise xorps.
9883
9884 2002-04-17 NIIBE Yutaka <gniibe@m17n.org>
9885
9886 * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
9887
9888 2002-04-17 Nick Clifton <nickc@cambridge.redhat.com>
9889
9890 * gcc.c (read_specs): Detect and fail if an attempt is made to
9891 rename a spec string to an already existing string.
9892
9893 2002-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9894
9895 * config/s390/s390.c (legitimize_pic_address): Do not generate
9896 illegal address constant without CONST.
9897
9898 2002-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9899
9900 * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
9901 * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
9902
9903 2002-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9904
9905 PR optimization/6305
9906 * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
9907 to make sure previous reloads are taken into account. Generate
9908 better code if one operand is an in-range immediate constant.
9909
9910 2002-04-16 Andrew Haley <aph@cambridge.redhat.com>
9911
9912 * doc/install.texi (Building): libgcj requires GNU make.
9913
9914 2002-04-17 Jakub Jelinek <jakub@redhat.com>
9915
9916 PR bootstrap/6315
9917 * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
9918 even if hard quad and register is not floating.
9919 (movtf reg<-mem split): Disallow splitting if hard quad and
9920 register is floating.
9921 (movtf mem<-reg split): Likewise.
9922 * config/sparc/sparc.c (fp_register_operand): New predicate.
9923 * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.
9924
9925 2002-04-17 Zack Weinberg <zack@codesourcery.com>
9926
9927 * Makefile.in (PROTO_OBJS): Add cppdefault.o.
9928 (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
9929 (unprotoize.o): Ditto. Build from protoize.c. Define
9930 UNPROTOIZE on command line.
9931 * protoize.c: Include cppdefault.h. Delete include_defaults.
9932 (in_system_include_dir): Use cpp_include_defaults (defined in
9933 cppdefault.o).
9934 * unprotoize.c: Delete file.
9935
9936 2002-04-17 Aldy Hernandez <aldyh@redhat.com>
9937
9938 * config/rs6000/altivec.h (vec_ld): Add array variants.
9939 (vec_lde): Same.
9940 (vec_ldl): Same.
9941
9942 2002-04-17 Alan Matsuoka <alanm@redhat.com>
9943 Aldy Hernandez <aldyh@redhat.com>
9944
9945 * config/rs6000/altivec.h: Define __ALTIVEC__.
9946 (bool): New.
9947 (__pixel): New.
9948 (pixel): New.
9949 (vec_cfux): New.
9950 (vec_vmaddfp): New.
9951 (vec_vsldoi): New.
9952 Add parentheses to all macro arguments.
9953
9954 2002-04-16 Richard Henderson <rth@redhat.com>
9955
9956 PR c++/6320
9957 * except.c (remove_eh_handler): Insert inner regions at beginning
9958 of sibling chain. Refactor expressions.
9959
9960 2002-04-16 Richard Henderson <rth@redhat.com>
9961
9962 * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
9963 * config/sparc/sol2-gas-bi.h: New file.
9964 * config.gcc (sparc*-solaris): Add it as needed.
9965 * configure.in (AS_SPARC64_FLAG): Remove check.
9966 * config.in, configure: Regenerate.
9967
9968 * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
9969
9970 2002-04-16 Richard Henderson <rth@redhat.com>
9971
9972 * config/mips/mips.c (override_options): Don't override N32 for
9973 a 64-bit ISA.
9974
9975 PR 6202
9976 * config/mips/mips.md (can_delay): Split out of existing define_delays.
9977 (HILO_delay): Set can_delay false.
9978
9979 2002-04-16 Dale Johannesen <dalej@apple.com>
9980
9981 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
9982 instruction addresses.
9983 (rs6000_output_function_epilogue): Likewise.
9984
9985 2002-04-16 Paolo Carlini <pcarlini@unitus.it>
9986
9987 * c-parse.in (poplevel, compstmt_start,
9988 compstmt_primary_start): Add ending ';', in accordance
9989 with POSIX.
9990
9991 2002-04-16 Richard Henderson <rth@redhat.com>
9992
9993 * config.gcc (sparcv9-solaris): Configure for 64-bit default.
9994 Adjust tm_file order to get TARGET_DEFAULT set properly.
9995 (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
9996 * doc/install.texi (sparc-solaris): Update.
9997
9998 2002-04-16 Dale Johannesen <dalej@apple.com>
9999
10000 * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
10001 comparison operands do not match each other or if modes of
10002 conditions do not match result.
10003
10004 2002-04-16 Hartmut Penner <hpenner@de.ibm.com>
10005
10006 PR target/6305
10007 * config/s390/s390.md (mulsidi3): Set both subregs of the
10008 multiword register.
10009
10010 2002-04-16 Aldy Hernandez <aldyh@redhat.com>
10011
10012 * config/rs6000/altivec.h (vec_addc): Type check.
10013
10014 2002-04-16 Jakub Jelinek <jakub@redhat.com>
10015
10016 PR middle-end/6279
10017 * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
10018
10019 * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
10020
10021 2002-04-15 Richard Henderson <rth@redhat.com>
10022
10023 * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
10024 call_really_used_regs too.
10025
10026 2002-04-15 Richard Henderson <rth@redhat.com>
10027
10028 * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
10029
10030 2002-04-15 David S. Miller <davem@redhat.com>
10031
10032 * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
10033 as being CLOBBERed.
10034
10035 2002-04-16 Jakub Jelinek <jakub@redhat.com>
10036
10037 PR c/6290
10038 * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
10039 CONST_VECTOR is { 0, ... 0 }.
10040
10041 2002-04-15 Loren J. Rittle <ljrittle@acm.org>
10042
10043 * doc/install.texi (Installing GCC: Configuration): Clarify
10044 the only supported ways to configure gcc.
10045
10046 2002-04-15 Roland McGrath <roland@frob.com>
10047
10048 * config.gcc (alpha*-*-gnu*): New target configuration.
10049 * config/alpha/gnu.h: New file for it.
10050 * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.
10051
10052 2002-04-16 Mark Mitchell <mark@codesourcery.com>
10053
10054 * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
10055 * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
10056 * tree.h (expand_start_stmt_expr): Update prototype.
10057 * stmt.c (expand_start_stmt_expr): Add has_scope parameter.
10058 * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
10059 on the STMT_EXPR created for the inline function.
10060
10061 2002-04-15 Richard Henderson <rth@redhat.com>
10062
10063 * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
10064 config/i386/linux-aout.h, config/i386/linux-oldld.h,
10065 config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
10066 config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
10067 config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
10068 config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
10069 config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
10070 Define __gnu_linux__, not gnu_linux.
10071 * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.
10072
10073 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10074
10075 Remove Chill front end.
10076 * gcc.c (default_compilers): Remove Chill entries.
10077 * ch: Remove directory.
10078 * doc/frontends.texi: Remove information about Chill.
10079 * doc/sourcebuild.texi: Likewise.
10080 * doc/standards.texi: Likewise.
10081
10082 2002-04-15 Douglas B Rupp <rupp@gnat.com>
10083
10084 * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
10085 (LONGLONG_STANDALONE): Define.
10086
10087 2002-04-15 David S. Miller <davem@redhat.com>
10088
10089 * config/sparc/sparc.c (sparc_emit_float_lib_cmp):
10090 Call emit_library_call with LCT_NORMAL.
10091 (sparc_initialize_trampoline): Use LCT_foo instead of
10092 magic constant in emit_library_call invocations.
10093 (sparc64_initialize_trampoline): Likewise.
10094 (sparc_profile_hook): Likewise.
10095 * config/sparc/sparc.md: Likewise.
10096
10097 * config/sparc/sparc.c (sparc_extra_constraint_check):
10098 Fix type of argument 'c'.
10099 * config/sparc/sparc-protos.h (sparc_extra_constraint_check):
10100 Likewise.
10101
10102 2002-04-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
10103
10104 * diagnostic.h (output_buffer_state): Redefine.
10105 (output_format_decoder): New macro.
10106 (output_prefixing_rule): Likewise.
10107 (output_line_cutoff): Likewise.
10108 (diagnostic_format_decoder): Adjust.
10109 (diagnostic_prefixing_rule): Likewise.
10110 (diagnostic_line_cutoff): Likewise.
10111 (diagnostic_state): Likewise.
10112 (diagnostic_kind_count): Likewise.
10113 (diagnostic_buffer): Now a macro.
10114
10115 * diagnostic.c (diagnostic_buffer): Remove definition.
10116 (output_is_line_wrapping): Adjust.
10117 (set_real_maximum_length): Likewise.
10118 (output_set_maximum_length): Likewise.
10119 (init_output_buffer): Likewise.
10120 (lhd_print_error_function): Likewise.
10121 (output_do_verbatim): Likewise.
10122
10123 2002-04-14 Neil Booth <neil@daikokuya.demon.co.uk>
10124
10125 * cpperror.c (print_location): Don't print include chain
10126 if line == 0.
10127 (cpp_begin_message): Update to use DL_ macros.
10128 (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
10129 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
10130 cpp_notice, cpp_notice_from_errno): Remove.
10131 (cpp_error, cpp_error_with_line): Update to take a diagnostic
10132 level.
10133 (cpp_errno): New.
10134 * cppexp.c (CPP_ICE): Remove.
10135 (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
10136 lex, integer_overflow, _cpp_parse_expr): Update.
10137 * cppfiles.c (read_include_file, find_include_file,
10138 handle_missing_header, _cpp_read_file, remap_filename): Update.
10139 * cpphash.h (enum error_type): Remove.
10140 (_cpp_begin_message): Update.
10141 * cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
10142 cpp_handle_option, cpp_post_options): Update.
10143 * cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
10144 skip_whitespace, parse_identifier, parse_slow, parse_string,
10145 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
10146 cpp_interpret_charconst): Update.
10147 * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
10148 lex_macro_node, do_undef, glue_header_name, parse_include,
10149 do_include_common, read_flag, do_line, do_linemarker, do_ident,
10150 cpp_register_pragma, do_pragma_once, do_pragma_system_header,
10151 do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
10152 do_elif, do_endif, parse_answer, parse_assertion, do_assert,
10153 _cpp_pop_buffer, do_diagnostic): Update.
10154 * cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
10155 DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
10156 (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
10157 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
10158 cpp_notice, cpp_notice_from_errno): Remove.
10159 (cpp_error, cpp_error_with_line): Update to take a diagnostic
10160 level.
10161 (cpp_errno): New.
10162 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
10163 collect_args, enter_macro_context, save_parameter, parse_params,
10164 _cpp_create_definition, check_trad_stringification,
10165 cpp_macro_definition): Update.
10166 * cppmain.c (cpp_preprocess_file): Update.
10167 * fix-header.c (read_scan_file): Update.
10168
10169 2002-04-14 Andreas Schwab <schwab@suse.de>
10170
10171 * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
10172
10173 2002-04-14 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
10174
10175 * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
10176
10177 2002-04-13 Mark Mitchell <mark@codesourcery.com>
10178
10179 * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
10180 not gnu_hurd.
10181
10182 2002-04-13 Hans-Peter Nilsson <hp@axis.com>
10183
10184 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
10185
10186 2002-04-13 Joel Sherrill <joel@OARcorp.com>
10187
10188 * config/sparc/t-elf: Enable v8 multilibs. Impacts
10189 sparc-elf and sparc-rtems targets.
10190
10191 2002-04-13 Mark Mitchell <mark@codesourcery.com>
10192
10193 * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
10194 defined, and __gnu_hurd__ wherever __GNU__ is defined.
10195 * arm/linux-elf.h: Likewise.
10196 * cris/aout.h: Likewise.
10197 * cris/linux.h: Likewise.
10198 * i370/linux.h: Likewise.
10199 * i386/gnu.h: Likewise.
10200 * i386/linux-aout.h: Likewise.
10201 * i386/linux-oldld.h: Likewise.
10202 * i386/linux.h: Likewise.
10203 * i386/linux64.h: Likewise.
10204 * ia64/linux.h: Likewise.
10205 * m68k/linux-aout.h: Likewise.
10206 * m68k/linux.h: Likewise.
10207 * mips/linux.h: Likewise.
10208 * pa/pa-linux.h: Likewise.
10209 * pj/linux.h: Likewise.
10210 * rs6000/sysv4.h: Likewise.
10211 * s390/linux.h: Likewise.
10212 * sh/linux.h: Likewise.
10213 * sparc/linux-aout.h: Likewise.
10214 * sparc/linux.h: Likewise.
10215 * sparc/linux64.h: Likewise.
10216 * xtensa/linux.h: Likewise.
10217
10218 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
10219
10220 * stmt.c (check_unique_operand_names): Expect operand names to
10221 be strings rather than identifiers. Use simple_cst_equal to
10222 compare them.
10223 (resolve_operand_name_1): Make same identifier to string change here.
10224 * c-parse.in (asm_operand): Convert a named operand into a string.
10225 * cp/parse.y (asm_operand): Likewise.
10226
10227 2002-04-13 Andreas Schwab <schwab@suse.de>
10228
10229 * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
10230
10231 2002-04-12 Mark Mitchell <mark@codesourcery.com>
10232
10233 Revert these changes:
10234
10235 2002-04-06 Mark Mitchell <mark@codesourcery.com>
10236
10237 PR c++/5571
10238 * stor-layout.c (layout_decl): Reset the RTL for the decl.
10239
10240 2002-04-12 Richard Henderson <rth@redhat.com>
10241
10242 * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
10243 (sparc*-*-solaris): Clean up header files.
10244 * configure.in (AS_SPARC64_FLAG): Error out if can't find it
10245 and plan on generating 64-bit code.
10246 * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
10247 * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
10248 * config/sparc/sol2-sld-64.h: Rename ...
10249 * config/sparc/sol2-bi.h: ... here. Remove the bits that checked
10250 for AS_SPARC64_FLAG not defined.
10251 * config/sparc/sol2-gld-bi.h: New.
10252 * config/sparc/sol2-sld.h: Remove.
10253 * config/sparc/sol26-sld.h: New.
10254 * config/sparc/sol2.h: Tidy comments.
10255 * doc/install.texi: Document sparc-solaris configury changes.
10256
10257 2002-04-12 Richard Henderson <rth@redhat.com>
10258
10259 * recog.c (offsettable_address_p): Match the logic in adjust_address.
10260
10261 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
10262 in 64-bit mode only. Use only for 32-bit or MEDLOW.
10263
10264 2002-04-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10265
10266 * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
10267
10268 Fri Apr 12 15:42:59 2002 Jeffrey A Law (law@redhat.com)
10269
10270 * pa.c (pa_can_combine_p): Call extract_insn before calling
10271 constrain_operands.
10272
10273 2002-04-12 Douglas B Rupp <rupp@gnat.com>
10274
10275 * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
10276 (TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
10277 (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
10278 (CPP_PREDEFINES): Handle __declspec.
10279 * config/i386/t-interix (USER_H): Remove.
10280
10281 2002-04-12 DJ Delorie <dj@redhat.com>
10282
10283 * integrate.c (compare_blocks): Make comparisons safe for when
10284 sizeof(int) < sizeof(char *).
10285 (find_block): Likewise.
10286
10287 2002-04-12 Jan Hubicka <jh@suse.cz>
10288 David Edelsohn <edelsohn@gnu.org>
10289
10290 * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
10291 registers.
10292 (symbol_ref_operand): New.
10293 * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
10294 * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.
10295
10296 2002-04-12 Andreas Schwab <schwab@suse.de>
10297
10298 * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
10299 * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
10300 overrides the definition in config/svr4.h.
10301
10302 2002-04-12 Eric Norum <eric.norum@usask.ca>
10303
10304 * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
10305 config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
10306 config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
10307 config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
10308 config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
10309 config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
10310 config/v850/rtems.h (*-rtems*): Cleanup pass to move common
10311 definitions to config/rtems.h and make the targets more similar.
10312
10313 Fri Apr 12 08:06:54 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10314
10315 * expr.c (expand_assigment): Remove duplicate conversions #ifdef
10316 POINTERS_EXTEND_UNSIGNED.
10317 (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
10318 (store_expr): Use TYPE_MODE (sizetype), not ptr_mode.
10319
10320 * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
10321 not specified.
10322
10323 Fri Apr 12 12:11:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
10324
10325 * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
10326 depends on TARGET_SHMEDIA, not TARGET_SH5.
10327
10328 2002-04-12 Hans-Peter Nilsson <hp@bitrange.com>
10329
10330 * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
10331 For paradoxical (subreg VAR), replace VAR, don't try the subreg.
10332
10333 Fri Apr 12 10:51:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
10334
10335 * sh.c (broken_move): Constant 0. / 1. load is OK if there is
10336 no r0 clobber.
10337
10338 2002-04-12 Andreas Schwab <schwab@suse.de>
10339
10340 * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
10341
10342 2002-04-12 Richard Henderson <rth@redhat.com>
10343
10344 PR bootstrap/4191
10345 * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
10346
10347 * flow.c (mark_used_reg): Manage reg_cond_dead properly for
10348 modes spanning multiple hard regs.
10349
10350 * recog.c (peephole2_optimize): Rebuild jump labels as needed.
10351
10352 2002-04-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
10353
10354 * pa.c (pa_output_function_prologue): Don't accumulate the total
10355 number of code bytes when using TARGET_64BIT, or gas, SOM and not
10356 the portable runtime.
10357 (output_deferred_plabels): Handle 64bit plabels.
10358 (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
10359 generating pic code using the GAS assembler for object formats that
10360 are not SOM (ie., ELF32 and ELF64).
10361 (output_millicode_call): Check attribute type if attribute length is 28.
10362 Likewise use $PIC_pcrel$0. Only call get_attr_length and
10363 dbr_sequence_length once.
10364 (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
10365 dbr_sequence_length once.
10366 * pa.h (TARGET_SOM): Define if not defined.
10367 * pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
10368 with GAS and not SOM.
10369 (jump, call_internal_reg, call_value_internal_reg): Likewise.
10370 * som.h (OBJ_SOM): Rename to TARGET_SOM. Undefine before defining.
10371
10372 2002-04-11 David O'Brien <obrien@FreeBSD.org>
10373
10374 * config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
10375 (DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
10376 (USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
10377 DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
10378 elfos.h and dbxelf.h values are fine now.
10379 * config/i386/freebsd.h, config/alpha/freebsd.h
10380 (DEFAULT_PCC_STRUCT_RETURN): Define to 0.
10381
10382 2002-04-11 David O'Brien <obrien@FreeBSD.org>
10383
10384 * config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
10385 or set Acpu or Amachine. Reformat.
10386 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
10387 define.
10388 (LINK_SPEC): Do not need to undef.
10389 * config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
10390 * config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
10391 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
10392 define.
10393 * config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
10394 (ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
10395 (LINK_SPEC): Do not need to undef.
10396 (DONT_USE_BUILTIN_SETJMP): Do not define.
10397 * config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
10398 (CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine. Remove -Dia64.
10399 (DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
10400 Remove trailing spaces.
10401 * config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
10402 __ELF__, or set Acpu or Amachine. Reformat.
10403 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
10404 define.
10405
10406 2002-04-11 David O'Brien <obrien@FreeBSD.org>
10407
10408 * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
10409 all other *-*-freebsd* targets.
10410
10411 2002-04-11 Richard Henderson <rth@redhat.com>
10412
10413 * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
10414
10415 2002-04-11 David O'Brien <obrien@FreeBSD.org>
10416
10417 * config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
10418 Include {cpu}/{cpu}.h thru tm_file.
10419 (alpha*-*-linux*ecoff): Remove target.
10420 * config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
10421 (LINK_SPEC): Remove, is not OS independent.
10422 * config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
10423 (LINK_SPEC): Do not need to #undef any longer.
10424 * config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
10425 any longer.
10426 * config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
10427 __ELF__.
10428 (LINK_SPEC): Moved here from alpha/elf.h.
10429 * config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
10430 SUB_CPP_PREDEFINES.
10431 * config/alpha/linux-ecoff.h: Remove.
10432 * config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
10433 (CPP_SPEC): Define _POSIX_SOURCE as needed.
10434 (CPP_SUBTARGET_SPEC): Do not define.
10435 (LINK_SPEC): Do not need to #undef any longer.
10436 * config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
10437 * config/alpha/vms.h: Likewise.
10438
10439 2002-04-11 Richard Sandiford <rsandifo@redhat.com>
10440
10441 * doc/extend.texi: Remove old claim that typedefs cannot have
10442 an alignment attribute.
10443
10444 2002-04-11 Jakub Jelinek <jakub@redhat.com>
10445
10446 PR optimization/6177
10447 * expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
10448 bitpos is 0 and bitsize CONCAT size.
10449
10450 2002-04-11 Jakub Jelinek <jakub@redhat.com>
10451
10452 PR c/6223
10453 * combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.
10454
10455 2002-04-10 David O'Brien <obrien@FreeBSD.org>
10456
10457 * config/alpha/freebsd.h: Minor reformatting.
10458 (CPP_SPEC): Define ELF and add cpp_subtarget.
10459 (ASM_SPEC): No longer needed.
10460
10461 2002-04-11 Richard Henderson <rth@redhat.com>
10462
10463 * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
10464 (movdi_insn_sp32_v9): Likewise. Only allow stx with aligned memory.
10465 (dimode mem/zero splitter): New.
10466
10467 2002-04-11 Hans-Peter Nilsson <hp@axis.com>
10468
10469 * config/cris/cris.c (cris_override_options): Tweak error message
10470 for PIC not implemented.
10471
10472 * config/cris/cris.h: Tweak comments related to parameter-passing.
10473
10474 * t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.
10475
10476 2002-04-10 Richard Henderson <rth@redhat.com>
10477
10478 * except.c (add_ehl_entry): Allow duplicates after landing pad
10479 creation.
10480
10481 2002-04-10 David Edelsohn <edelsohn@gnu.org>
10482
10483 * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
10484
10485 2002-04-10 Toon Moene <toon@moene.indiv.nluug.nl>
10486
10487 * c-decl.c (c_init_decl_processing): Move generation of
10488 decls for g77_integer_type_node and friends from here ...
10489 * c-common.c (c_common_nodes_and_builtins): ... to here.
10490
10491 2002-04-10 Ulrich Weigand <uweigand@de.ibm.com>
10492
10493 * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
10494 is only used as frame pointer when frame_pointer_needed is true.
10495
10496 2002-04-10 Richard Earnshaw <rearnsha@arm.com>
10497
10498 PR target/817
10499 * arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
10500 for the fact that the pool entry uses two words.
10501 (movdf_hard_insn): Similarly. Also, ADR instruction can span
10502 1k bytes.
10503 (movdf_soft_insn): Similarly.
10504 (movxf_hard_insn): Adjust neg_pool_range attribute to allow
10505 for the fact that the pool entry uses three words.
10506
10507 2002-04-10 Richard Sandiford <rsandifo@redhat.com>
10508
10509 * config/mips/mips.c (mips_va_arg): When using the struct version
10510 of the EABI va_list, allow arguments in the register save area to
10511 take up less room than a stack argument.
10512
10513 2002-04-10 Richard Henderson <rth@redhat.com>
10514
10515 * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
10516 if EXPAND_INITIALIZER.
10517
10518 2002-04-09 Richard Henderson <rth@redhat.com>
10519
10520 * config/alpha/alpha.md (movdi_er_maybe_g): New.
10521 * config/alpha/alpha.c (alpha_expand_mov): Use it.
10522
10523 2002-04-10 Alan Modra <amodra@bigpond.net.au>
10524
10525 PR optimization/6233
10526 * rtlanal.c (pure_call_p): New function.
10527 * rtl.h (pure_call_p): Declare.
10528 * loop.c (prescan_loop): Use it to set has_nonconst_call.
10529 * gcse.c (store_killed_in_insn): Use pure_call_p here too.
10530
10531 2002-04-09 Eric Christopher <echristo@redhat.com>
10532
10533 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
10534 information to .comm directive.
10535
10536 2002-04-09 Richard Henderson <rth@redhat.com>
10537
10538 PR c/5078
10539 * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
10540
10541 2002-04-09 Richard Henderson <rth@redhat.com>
10542
10543 * basic-block.h (flow_delete_block_noexpunge): Declare.
10544 (expunge_block_nocompact): Declare.
10545 * cfg.c (expunge_block_nocompact): Split out from ...
10546 (expunge_block): ... here.
10547 * cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
10548 (flow_delete_block_noexpunge): Split out from ...
10549 (flow_delete_block): ... here.
10550 * cfgcleanup.c (delete_unreachable_blocks): Compact while
10551 removing dead blocks.
10552 * except.c (exception_handler_labels): Remove.
10553 (exception_handler_label_map): New.
10554 (struct eh_region): Add aka member.
10555 (mark_ehl_map_entry, mark_ehl_map, free_region): New.
10556 (ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
10557 (for_each_eh_label, for_each_eh_label_1): New.
10558 (init_eh): Register exception_handler_label_map.
10559 (free_eh_status): Use free_region.
10560 (find_exception_handler_labels): Use the map, not the list.
10561 (remove_exception_handler_label): Likewise.
10562 (maybe_remove_eh_handler): Likewise.
10563 (remove_eh_handler): Use the region aka bitmap.
10564 * except.h (exception_handler_labels): Remove.
10565 (for_each_eh_label): Declare.
10566 * jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
10567 * loop.c (invalidate_loops_containing_label): New.
10568 (find_and_verify_loops): Use it. Use for_each_eh_label.
10569 * sched-rgn.c (is_cfg_nonregular): Use
10570 current_function_has_exception_handlers.
10571
10572 2002-04-09 Richard Henderson <rth@redhat.com>
10573
10574 * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
10575 sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
10576 Do not return changed status.
10577 (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
10578 sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
10579 New functions that do return changed status.
10580 * sbitmap.h: Update decls.
10581 * gcse.c, lcm.c: Use _cg functions as needed.
10582
10583 Tue Apr 9 19:15:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
10584
10585 * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
10586 (sh64-*-elf*, sh-*-rtemself*): Likewise.
10587 * config/sh/embed_bb.c: New file.
10588 * config/sh/embed-elf.h: New file.
10589 * sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
10590 if -m[12345]* option is given. Don't use subtarget_cpp_ptr_spec.
10591 (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
10592 __PTRDIFF_TYPE__ .
10593 (SUBTARGET_CPP_PTR_SPEC): Don't define.
10594 (EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
10595 Add subtarget_asm_endian_spec.
10596 (ASM_SPEC): Use subtarget_asm_endian_spec.
10597 (SUBTARGET_ASM_ENDIAN_SPEC): Define.
10598 (RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
10599 (WCHAR_UNSIGNED): Define.
10600 (SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
10601 (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
10602 (ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
10603 Fix value.
10604 * sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
10605 (sh_adjust_cost): Likewise.
10606 sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
10607 __PTRDIFF_TYPE__ .
10608 (SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
10609 (WCHAR_TYPE_SIZE): Likewise.
10610 (ASM_SPEC): Use subtarget_asm_endian_spec.
10611 (SH_ELF_WCHAR_TYPE): #undef/ #define.
10612 (MAX_WCHAR_TYPE_SIZE): Don't #undef.
10613 * config/sh/elf.h (WCHAR_UNSIGNED): #undef .
10614 (MAX_WCHAR_TYPE_SIZE): Don't #define .
10615 (WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
10616 (USER_LABEL_PREFIX): Don't #undef /#define .
10617 (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
10618 * config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
10619 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
10620 (ASM_SPEC): Likewise.
10621 (SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
10622 (CC1_SPEC): don't supply -m3 for -m4*, -m5*.
10623 * t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
10624 (LIB2FUNCS_EXTRA): Define.
10625 * t-sh64 (LIB2FUNCS_EXTRA): Define.
10626 * config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
10627 (LIB1ASMFUNCS_CACHE): Define.
10628 (LIB2FUNCS_EXTRA): Redefine empty.
10629
10630 2002-04-08 Richard Henderson <rth@redhat.com>
10631
10632 * reorg.c (get_branch_condition): Use reversed_comparison_code.
10633
10634 2002-04-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10635
10636 * config/m68hc11/larith.asm (__map_data_section): Fix condition
10637 and optimize for size.
10638 (__do_global_ctors): Fix pointer comparison.
10639 (__do_global_dtors): Likewise.
10640
10641 2002-04-09 David S. Miller <davem@redhat.com>
10642
10643 * config/sparc/sparc.c (sparc_extra_constraint_check): New
10644 function, implementing EXTRA_CONSTRAINTS. For memory constraints,
10645 allow reloading pseudos.
10646 * config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
10647 * config/sparc/sparc-protos.h: Declare it.
10648
10649 * config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
10650 unsigned comparison warning.
10651 (output_restore_regs): Mark leaf_function as unused.
10652
10653 Tue Apr 9 09:35:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10654
10655 * expr.c (is_aligning_offset): New function.
10656 (expand_expr, case COMPONENT_EXPR): Call it.
10657
10658 2002-04-08 David S. Miller <davem@redhat.com>
10659
10660 PR target/6082
10661 * config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
10662
10663 Make init_priority work on Sparc when using GNU ld.
10664 * config/sparc/linux.h, config/sparc/linux64.h,
10665 config/sparc/netbsd-elf.h, config/sparc/freebsd.h
10666 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
10667 * config/sparc/sol2-gld.h: New file to do the same.
10668 * config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
10669 sparc/sol2-gld.h to tm_file.
10670
10671 PR optimization/4328
10672 * config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
10673 * doc/md.texi: Document it.
10674 * config/sparc/sparc.md (movdi_insn_sp64_novis,
10675 movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
10676 movdf_insn_v9only_vis, movdf_insn_sp64_novis,
10677 movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
10678 * config/sparc/sparc.c (mem_min_alignment): Fix comment.
10679
10680 2002-04-08 Andreas Jaeger <aj@suse.de>
10681
10682 * stmt.c (expand_asm_operands): Revert last patch from Richard
10683 Henderson.
10684
10685 2002-04-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10686
10687 * doc/contrib.texi (Contributors): Add John David Anglin and Loren
10688 J. Rittle (the latter also to Testers). Update David O'Brien's entry.
10689
10690 2002-04-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10691
10692 * doc/contrib.texi (Contributors): Add David O'Brien.
10693
10694 2002-04-08 Alan Modra <amodra@bigpond.net.au>
10695
10696 * configure.in (auto-build.h): Use target_alias and build_alias
10697 when running configure.
10698 (gcc_cv_as, gcc_cv_ld): Search install paths when build != host too.
10699 (gcc_cv_nm, gcc_cv_objdump): Set for build != host too.
10700 * configure: Regenerate.
10701
10702 2002-04-07 David S. Miller <davem@redhat.com>
10703
10704 * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
10705
10706 2002-04-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
10707
10708 PR 5933
10709 * pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
10710 generating 32-bit pic code.
10711
10712 2002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
10713
10714 * cppinit.c (cpp_create_reader): Initialize
10715 discard_comments_in_macro_exp.
10716 (COMMAND_LINE_OPTIONS): Add "-CC" option.
10717 (cpp_handle_option): Handle "-CC" option.
10718 * cpplex.c (save_comment): If saving a C++ comment in
10719 a directive, convert it to a C comment.
10720 (_cpp_lex_direct): Pass second comment start character to
10721 save_comment to indicate comment type.
10722 * cpplib.c (_cpp_handle_directive): If processing
10723 a "#define" directive and discard_comments_in_macro_exp
10724 is false, re-enable saving of comments.
10725 (lex_macro_node): If discard_comments_in_macro_exp is false,
10726 discard any comments before the macro identifier.
10727 * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
10728 member.
10729 * cppmacro.c (cpp_get_token): If expanding a macro while
10730 processing a directive, discard any comments we might encounter.
10731 (parse_params): If discard_comments_in_macro_exp is false,
10732 ignore comments in the macro parameter list.
10733 * gcc.c (cpp_unique_options): Add "-CC" option.
10734 (option_map): Map "--comments-in-macros" to "-CC".
10735 * doc/cppopts.texi: Document "-CC" option.
10736 * f/lang-specs.h: Add "-CC" option.
10737 * testsuite/gcc.dg/cpp/maccom1.c: New test.
10738 * testsuite/gcc.dg/cpp/maccom2.c: New test.
10739 * testsuite/gcc.dg/cpp/maccom3.c: New test.
10740 * testsuite/gcc.dg/cpp/maccom4.c: New test.
10741 * testsuite/gcc.dg/cpp/maccom5.c: New test.
10742 * testsuite/gcc.dg/cpp/maccom6.c: New test.
10743
10744 2002-04-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
10745
10746 PR middle-end/6180
10747 * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
10748
10749 2002-04-06 Mark Mitchell <mark@codesourcery.com>
10750
10751 PR c++/5571
10752 * stor-layout.c (layout_decl): Reset the RTL for the decl.
10753
10754 PR opt/5120
10755 * sibcall.c (optimize_sibling_and_tail_recursive_call): Clear
10756 RTX_UNCHANGING_P for the functions arguments when a tail call
10757 is made.
10758
10759 2002-04-06 Jason Merrill <jason@redhat.com>
10760
10761 * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
10762 (parse_options_and_default_flags): Set them appropriately.
10763 * c-common.c (c_common_post_options): Don't set flag_really_no_inline.
10764
10765 2002-04-06 Hans-Peter Nilsson <hp@bitrange.com>
10766
10767 * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc
10768 here.
10769
10770 * config/mmix/mmix.h (INITIAL_ELIMINATION_OFFSET): Remove spurious
10771 semicolon.
10772
10773 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Variable-size
10774 types come in by-reference. Fix typo in comment.
10775
10776 2002-04-05 David S. Miller <davem@redhat.com>
10777
10778 * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.
10779 * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos,
10780 sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*,
10781 {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file.
10782
10783 2002-04-05 David S. Miller <davem@redhat.com>
10784
10785 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): If we
10786 are not going to emit return instructions, emit at least a nop
10787 for the sake of sane backtraces.
10788
10789 2002-04-05 Richard Henderson <rth@redhat.com>
10790
10791 * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
10792
10793 2002-04-05 Jakub Jeilnek <jakub@redhat.com>
10794
10795 * mklibgcc.in: Use $tmpmapfile, not tmp-$@.
10796
10797 2002-04-05 Alexandre Oliva <aoliva@redhat.com>
10798
10799 * config/mips/mips.h (ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE,
10800 ISA_HAS_FP4, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
10801 ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Disable if TARGET_MIPS16.
10802
10803 2002-04-05 Andreas Schwab <schwab@suse.de>
10804
10805 * c-convert.c: Include c-common.h.
10806 * Makefile.in (c-convert.o): Updated.
10807
10808 2002-04-05 Jakub Jelinek <jakub@redhat.com>
10809
10810 * mklibgcc.in: Use separate libgcc.map for each multilib.
10811 * Makefile.in (distclean): Don't remove libgcc.map here.
10812
10813 2002-04-05 Jakub Jelinek <jakub@redhat.com>
10814
10815 * Makefile.in (s-mlib): Handle --disable-multilib by separate
10816 genmultilib invocation.
10817
10818 2002-04-04 Richard Sandiford <rsandifo@redhat.com>
10819
10820 * config/mips/mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs
10821 to avoid clash with Irix header file sys/ucontext.h. Rename gp_regs
10822 to num_gprs for symmetry.
10823 * config/mips/mips.c: Adjust accordingly.
10824
10825 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
10826
10827 * c-common.c (truthvalue_conversion): Rename, update.
10828 * c-common.h (c_common_truthvalue_conversion): New.
10829 * c-convert.c (convert): Update.
10830 * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
10831 * c-parse.in (expr_no_commas, if_prefix, select_or_iter_stmt): Update.
10832 * c-typeck.c (build_binary_op, build_unary_op,
10833 build_conditional_expr): Update.
10834 * fold-const.c (constant_boolean_node, fold): Use langhook.
10835 * langhooks-def.h (LANGHOOK_INITIALIZER): Update.
10836 * langhooks.h (struct lang_hooks): New hook.
10837 * stmt.c (expand_decl_cleanup): Use langhook.
10838 * tree.h (truthvalue_conversion): Remove.
10839 objc:
10840 * objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
10841
10842 2002-04-05 Alan Modra <amodra@bigpond.net.au>
10843
10844 * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
10845 Add rules to make null object file.
10846
10847 2002-04-04 Jim Blandy <jimb@redhat.com>
10848
10849 * cppmacro.c (cpp_macro_definition): Do not emit spaces after
10850 macro formal parameter names.
10851
10852 2002-04-04 David S. Miller <davem@redhat.com>
10853
10854 * calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.
10855
10856 2002-04-04 Richard Henderson <rth@redhat.com>
10857
10858 PR middle-end/5099
10859 * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
10860 Support copies into and out of memory. Don't accept allows_reg
10861 and allows_mem as gospel.
10862
10863 2002-04-04 Richard Henderson <rth@redhat.com>
10864
10865 PR opt/6165
10866 * alias.c (true_dependence): Force (mem:blk (scratch)) to conflict.
10867 (write_dependence_p): Likewise.
10868
10869 2002-04-04 Richard Henderson <rth@redhat.com>
10870
10871 * predict.c (estimate_bb_frequencies): Do frequency calculation
10872 with a volatile temporary.
10873
10874 2002-04-04 Ulrich Weigand <uweigand@de.ibm.com>
10875
10876 * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
10877
10878 2002-04-04 Jakub Jelinek <jakub@redhat.com>
10879
10880 PR c++/6119
10881 * final.c (final_start_function): Don't bump profile_label_no here...
10882 (final_end_function): ...but here.
10883
10884 2002-04-04 Jakub Jelinek <jakub@redhat.com>
10885
10886 * config/sparc/sparc.md (pic): New attribute.
10887 (do_builtin_setjmp_setup): Save %fp, %i7 and %l7 for TARGET_V9
10888 into stack slots.
10889 (split after do_builtin_setjmp_setup): New.
10890
10891 2002-04-04 Jakub Jelinek <jakub@redhat.com>
10892
10893 PR fortran/6106
10894 * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
10895 change.
10896
10897 2002-04-04 Jakub Jelinek <jakub@redhat.com>
10898
10899 * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
10900 UNITS_PER_WORD for zero sized aggregates.
10901
10902 2002-04-03 David S. Miller <davem@redhat.com>
10903
10904 * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new
10905 one-character spec for this, just use %(link_gcc_c_sequence).
10906
10907 2002-04-03 David S. Miller <davem@redhat.com>
10908
10909 * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
10910 handling.
10911
10912 2002-04-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
10913
10914 * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
10915 (DWARF_FRAME_RETURN_COLUMN): Move.
10916 (ASM_PREFERRED_EH_DATA_FORMAT): Define.
10917 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Define.
10918 * pa.c (except.h, predict.h): Include.
10919 (FRP): Delete.
10920 (store_reg_modify, set_reg_plus_d): Revise prototypes.
10921 (output_ascii): Add cast.
10922 (store_reg_modify): Revise to add frame notes.
10923 (set_reg_plus_d): Likewise.
10924 (compute_frame_size): Include space for eh data registers in frame if
10925 the current function calls eh_return.
10926 (hppa_expand_prologue): Ensure register %r2 is saved if the current
10927 function calls eh_return. Save eh data registers if the current
10928 function calls eh_return. Fix code to add frame notes. Emit
10929 blockage to prevent insns with frame notes being scheduled in the
10930 delay slot of calls.
10931 (hppa_expand_epilogue): Restore eh data registers and do final stack
10932 adjustment if the current function calls eh_return. Don't add frame
10933 notes.
10934 (output_call): Revise for change in length of call insn. Don't do
10935 return pointer adjustment for an unconditional jump in the delay slot
10936 of a call when using frame notes.
10937 * pa.h (EH_RETURN_DATA_REGNO): Revise for TARGET_64BIT compatibility.
10938 (EH_RETURN_HANDLER_RTX): Use saved value on stack.
10939 (ARG_POINTER_CFA_OFFSET): Define.
10940 * pa.md (return_external_pic): New pattern.
10941 (prologue): Correct formatting. Use return_external_pic if current
10942 function calls eh_return.
10943 (call_internal_symref, call_value_internal_symref,
10944 sibcall_internal_symref, sibcall_value_internal_symref): Change default
10945 lengths of short, long non-pic, and long pic calls to 8, 68, and 84,
10946 respectively.
10947 (exception_receiver): Use hppa_pic_save_rtx () to restore pic register.
10948
10949 * configure.in ("assembler dwarf2 debug_line support"): Add hppa*-*-* to
10950 list of targets to check using "nop" insn.
10951 * configure: Rebuilt.
10952
10953 2002-04-04 Alan Modra <amodra@bigpond.net.au>
10954
10955 * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.
10956
10957 2002-04-03 David S. Miller <davem@redhat.com>
10958
10959 * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
10960 library sequence passed to the linker.
10961 (LINK_COMMAND_SPEC): Use it.
10962 * doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
10963 a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
10964 * config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
10965
10966 2002-04-03 Jason Merrill <jason@redhat.com>
10967
10968 * except.c (struct eh_status): Remove protect_list.
10969 (begin_protect_partials, end_protect_partials): Remove.
10970 (add_partial_entry): Remove.
10971 * except.h: Remove prototypes.
10972
10973 * expr.c (expand_expr) [WITH_CLEANUP_EXPR, TARGET_EXPR]: Use
10974 expand_decl_cleanup_eh.
10975
10976 PR c++/5636
10977 * tree.h (CLEANUP_EH_ONLY): New macro.
10978 * stmt.c (expand_decl_cleanup_eh): New fn.
10979 (expand_cleanups): Check CLEANUP_EH_ONLY.
10980 * c-semantics.c (genrtl_decl_cleanup): Just take the CLEANUP_STMT.
10981 Use expand_decl_cleanup_eh.
10982 (expand_stmt): Adjust.
10983 * c-common.h: Adjust prototype.
10984
10985 2002-04-04 Hans-Peter Nilsson <hp@axis.com>
10986
10987 * config/cris/cris.c (cris_target_asm_function_prologue): Cast
10988 uses of PIC_OFFSET_TABLE_REGNUM to int to silence warnings.
10989 (cris_target_asm_function_epilogue): Ditto.
10990 (cris_initial_frame_pointer_offset): Ditto.
10991 (cris_simple_epilogue): Ditto.
10992 (cris_expand_builtin_va_arg): Variable-size types come in
10993 by-reference.
10994
10995 2002-04-03 David S. Miller <davem@redhat.com>
10996
10997 * config/sparc/crtfastmath.c (FPRS_NS): Get it right for
10998 little-endian.
10999 (set_fast_math): Correct 'fsr' type.
11000
11001 2002-04-03 Richard Henderson <rth@redhat.com>
11002
11003 PR opt/3569
11004 * langhooks.h (lang_hooks.decls.warn_unused_global): New.
11005 * toplev.c (check_global_declarations): Use it.
11006 * langhooks-def.h (lhd_warn_unused_global_decl): Declare.
11007 (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
11008 (LANG_HOOKS_DECLS): Add it.
11009 * langhooks.c (lhd_warn_unused_global_decl): New.
11010 * c-decl.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
11011 * c-objc-common.c (c_warn_unused_global_decl): New.
11012 * c-tree.h (c_warn_unused_global_decl): Declare.
11013 * objc/objc-lang.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
11014
11015 2002-04-03 Neil Booth <neil@daikokuya.demon.co.uk>
11016
11017 * langhooks-def.h (lhd_set_decl_assembler_name,
11018 LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
11019 (LANG_HOOKS_INITIALIZER): Update.
11020 * langhooks.c (lhd_set_decl_assembler_name): New, from tree.c
11021 * langhooks.h (struct lang_hooks): New hook.
11022 * tree.c (set_decl_assembler_name): Move to langhooks.c.
11023 (lang_set_decl_assembler_name): Remove.
11024 (init_obstacks): Don't set hook.
11025 (decl_assembler_name): New function.
11026 * tree.h (DECL_ASSEMBLER_NAME): Turn into a function call.
11027 (decl_assembler_name): New.
11028 (lang_set_decl_assembler_name): Remove.
11029
11030 2002-04-03 Jakub Jelinek <jakub@redhat.com>
11031
11032 * configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
11033 works properly with .hidden symbols.
11034 * configure: Rebuilt.
11035 * config.in: Rebuilt.
11036 * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
11037 DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
11038 properly with .hidden symbols.
11039
11040 2002-04-03 Jakub Jelinek <jakub@redhat.com>
11041
11042 PR middle-end/6102
11043 * df.c (df_insn_refs_record): Use XEXP not SET_DEST to access
11044 USE argument.
11045
11046 2002-04-03 Richard Henderson <rth@redhat.com>
11047
11048 PR opt/4120
11049 * sched-rgn.c (sets_likely_spilled): New.
11050 (sets_likely_spilled_1): New.
11051 (add_branch_dependences): Use it.
11052
11053 2002-04-02 Richard Henderson <rth@redhat.com>
11054
11055 PR opt/4311
11056 * loop.h (LOOP_FIRST_PASS): New.
11057 * loop.c (strength_reduce): Mind it when deciding to unroll.
11058 * toplev.c (rest_of_compilation): Set it.
11059
11060 2002-04-02 David S. Miller <davem@redhat.com>
11061
11062 * config/sparc/sparc.md (ldd peephole2s): Fix final arg to
11063 mems_ok_for_ldd_peep when the order of the loads being examined
11064 is reversed.
11065 * config/sparc/sparc.c (mems_ok_for_ldd_peep): Expand upon
11066 existing comment to increase comprehension of this situation.
11067
11068 2002-04-02 Zack Weinberg <zack@codesourcery.com>
11069
11070 * config/sh/sh.md: Don't use union real_extract.
11071
11072 2002-04-02 Richard Henderson <rth@redhat.com>
11073
11074 * libgcc2.c (__bb_exit_func): Revert 03-31 change.
11075
11076 2002-04-02 David O'Brien <obrien@FreeBSD.org>
11077
11078 * config.gcc (i386-dg-dgux, i386-go32-msdos , i386-go32-rtems,
11079 i386-ibm-aix, i386-moss-msdos, i386-ncr-sysv4, i386-next-,
11080 i386-pc-msdosdjgpp, i386-sequent-bsd, i386-sequent-ptx1,
11081 i386-sequent-ptx2, i386-sequent-ptx4, i386-sun-sunos,
11082 i386-wrs-vxworks, i386-*-aout, i386-*-beoself, i386-*-bsd,
11083 i386-*-bsdi, i386-*-chorusos, i386-*-coff, i386-*-elf,
11084 i386-*-freebsd5, i386-*-freebsd-aout, i386-*-gnu, i386-*-interix,
11085 i386-*-interix3, i386-*-isc, i386-*-linux, i386-*-linuxaout,
11086 i386-*-linuxoldld, i386-*-lynxos, i386-*-mach, i386-*-mingw32,
11087 i386-*-netbsd, i386-*-netbsdelf, i386-*-netware, i386-*-openbsd,
11088 i386-*-osf1, i386-*-osfrose, i386-*-pe , i386-*-rtems,
11089 i386-*-rtemscoff, i386-*-sco3.2v5, i386-*-solaris2, i386-*-sysv,
11090 i386-*-sysv4, i386-*-sysv5, i386-*-udk, i386-*-uwin, i386-*-vsta,
11091 i386-*-win32, x86_64-*-freebsd5, x86_64-*-linux, x86_64-*-netbsd):
11092 Include as many configury headers via tm_file as possible. This
11093 includes among others i386/unix.h, i386/bsd.h, i386/gas.h.
11094 * config/openbsd-oldgas.h: New file.
11095 * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/att.h,
11096 config/i386/bsd.h, config/i386/djgpp.h, config/i386/freebsd-aout.h,
11097 config/i386/gas.h, config/i386/gstabs.h, config/i386/i386-aout.h,
11098 config/i386/i386-coff.h, config/i386/i386-interix.h,
11099 config/i386/iscdbx.h, config/i386/linux-aout.h,
11100 config/i386/linux-oldld.h, config/i386/lynx-ng.h, config/i386/lynx.h,
11101 config/i386/mach.h, config/i386/netbsd.h, config/i386/next.h,
11102 config/i386/openbsd.h, config/i386/osfelf.h, config/i386/osfrose.h,
11103 config/i386/sco5.h, config/i386/seq-gas.h, config/i386/seq-sysv3.h,
11104 config/i386/seq2-sysv3.h, config/i386/sequent.h, config/i386/sun.h,
11105 config/i386/sun386.h, config/i386/svr3dbx.h, config/i386/svr3gas.h,
11106 config/i386/sysv3.h, config/i386/uwin.h, config/i386/vsta.h,
11107 config/i386/vxi386.h: Do not directly include configury headers.
11108 * config/i386/cygwin.h, config/i386/djgpp.h, config/i386/win32.h:
11109 Directly include configury headers that are no longer automatically
11110 included by the above headers.
11111 * config/i386/att.h, config/i386/bsd.h (TARGET_VERSION): Do not define.
11112 * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/cygwin.h,
11113 config/i386/djgpp.h, config/i386/i386-aout.h, config/i386/i386-coff.h,
11114 config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mach.h,
11115 config/i386/netbsd.h, config/i386/openbsd.h, config/i386/rtems.h,
11116 config/i386/seq-sysv3.h, config/i386/sequent.h, config/i386/svr3gas.h,
11117 config/i386/sysv3.h, config/i386/vsta.h, config/i386/vxi386.h
11118 (TARGET_VERSION): Define.
11119 * config/i386/beos-elf.h, config/i386/freebsd.h,
11120 config/i386/i386-interix.h, config/i386/i386elf.h, config/i386/linux.h,
11121 config/i386/linux64.h, config/i386/netbsd-elf.h, config/i386/netbsd64.h,
11122 config/i386/osfelf.h, config/i386/osfrose.h, config/i386/ptx4-i.h,
11123 config/i386/sco5.h, config/i386/sysv4.h
11124 (TARGET_VERSION): Do not need to protect.
11125 * config/i386/freebsd64.h (TARGET_VERSION): Fix style.
11126 * config/i386/386bsd.h, config/i386/cygwin.h, config/i386/djgpp.h,
11127 config/i386/freebsd-aout.h, config/i386/i386-aout.h,
11128 config/i386/i386-interix.h, config/i386/linux-aout.h,
11129 config/i386/linux-oldld.h, config/i386/mach.h, config/i386/netbsd.h,
11130 config/i386/openbsd.h, config/i386/vsta.h, config/i386/win32.h
11131 (YES_UNDERSCORES): Do not define - not needed.
11132 * config/i386/bsd.h, config/i386/gas.h (LPREFIX,
11133 ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
11134 USER_LABEL_PREFIX): Do not handle the "NO_UNDERSCORES" case.
11135 * config/i386/i386-coff.h, config/i386/lynx.h, config/i386/lynx-ng.h
11136 (LPREFIX, ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
11137 USER_LABEL_PREFIX): Define. (handles the "NO_UNDERSCORES" case)
11138 * config/i386/isc.h: Preserve comment from config/i386/isccoff.h.
11139 * config/i386/isccoff.h, config/i386/v3gas.h: Remove.
11140
11141 2002-04-02 Eric Botcazou <ebotcazou@multimania.com>
11142 Richard Henderson <rth@redhat.com>
11143
11144 PR c/5484
11145 * function.c (assign_temp): Accept either type or decl argument.
11146 Detect variables whose size is too large to fit into an integer.
11147 * stmt.c (expand_decl): Pass the decl, not the type.
11148
11149 2002-04-02 David O'Brien <obrien@FreeBSD.org>
11150
11151 * protoize.c: Match include directory usage with cppdefault.c.
11152
11153 2002-04-03 Jeffrey A Law (law@redhat.com)
11154 Hans-Peter Nilsson <hp@bitrange.com>
11155
11156 * combine.c (simplify_comparison): Avoid narrowing a comparison
11157 with a paradoxical subreg when doing so would drop signficant bits.
11158
11159 2002-04-02 Steve Ellcey <sje@cup.hp.com>
11160
11161 * builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
11162 if POINTERS_EXTEND_UNSIGNED is defined.
11163
11164 2002-04-02 Richard Henderson <rth@redhat.com>
11165
11166 PR opt/3967
11167 * local-alloc.c (contains_replace_regs): LO_SUM may contain
11168 replace regs.
11169
11170 2002-04-02 Richard Henderson <rth@redhat.com>
11171
11172 * doc/standards.texi: Document required freestanding libc entry points.
11173
11174 2002-04-02 Alan Modra <amodra@bigpond.net.au>
11175
11176 * config/rs6000/rs6000.md (ctrdi*): Add FPR constraint and
11177 associated splitter. Remove MQ constraint.
11178 (ctrdi_internal4): Correct CCmode clobber.
11179
11180 2002-04-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
11181
11182 * milli64.S ($$dyncall): New function.
11183 * t-linux (LIB1ASMFUNCS): Revise module list.
11184 (LIB1ASMSRC): Use pa/milli64.S.
11185
11186 2002-04-02 Richard Henderson <rth@redhat.com>
11187
11188 * fixinc/inclhack.def (AAB_solaris_sys_varargs_h): Move and
11189 rename solaris_sys_varargs_h.
11190
11191 Tue Apr 2 06:47:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11192
11193 * stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
11194 the same mode as its component.
11195
11196 2002-04-02 Richard Henderson <rth@redhat.com>
11197
11198 PR opt/190
11199 * final.c (this_is_asm_operands): Export.
11200 * output.h (this_is_asm_operands): Declare.
11201 * config/i386/i386.c (print_operand): Error odd asm operands.
11202
11203 2002-04-02 Richard Henderson <rth@redhat.com>
11204
11205 PR opt/420
11206 * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.
11207
11208 2002-04-01 Richard Henderson <rth@redhat.com>
11209
11210 PR target/1538
11211 * fixinc/inclhack.def (solaris_sys_varargs_h): New.
11212 * fixinc/fixincl.x: Rebuild.
11213
11214 2002-04-01 Richard Henderson <rth@redhat.com>
11215
11216 * config/ia64/unwind-ia64.c: Include ia64intrin.h.
11217 (atomic_alloc, atomic_free): New.
11218 (SIZE, MASK_FOR, PTR_IN): New.
11219 (emergency_reg_state, emergency_reg_state_free): New.
11220 (emergency_labeled_state, emergency_labeled_state_free): New.
11221 (reg_state_alloced, labeled_state_alloced): New.
11222 (alloc_reg_state, free_reg_state): New.
11223 (alloc_label_state, free_label_state, free_label_states): New.
11224 (push, pop, dup_state_stack, free_state_stack): Use them.
11225 (desc_label_state): Likewise.
11226 (uw_frame_state_for): Free label states and state stack.
11227 (uw_update_reg_address): Eliminate warnings.
11228
11229 2002-04-01 Vladimir Makarov <vmakarov@redhat.com>
11230
11231 * config/pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON,
11232 ASM_OUTPUT_ALIGNED_LOCAL): Redefine them.
11233
11234 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
11235
11236 * c-decl.c (grokdeclarator): Update.
11237 * c-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
11238 * c-tree.h (c_mark_addressable): New.
11239 * c-typeck.c (default_function_array_conversion, build_unary_op,
11240 build_array_ref, convert_for_assignment): Update.
11241 (mark_addressable): Rename.
11242 * calls.c (try_to_integrate, expand_call): Use langhook.
11243 * expr.c (expand_expr): Use langhook.
11244 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Update.
11245 * langhooks.h (struct lang_hooks): New hook.
11246 * stmt.c (expand_asm_operands): Use langhook.
11247 * tree.h (mark_addressable): Remove.
11248 objc:
11249 * objc-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
11250
11251 2002-04-01 Bob Wilson <bob.wilson@acm.org>
11252
11253 * config/xtensa/xtensa.c (xtensa_va_arg): Fix compiler warning
11254 in previous change.
11255
11256 2002-04-01 Bob Wilson <bob.wilson@acm.org>
11257
11258 * config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
11259 for which MUST_PASS_IN_STACK is true (e.g., variable-sized types).
11260
11261 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
11262
11263 * c-common.c (unsigned_conversion_warning, convert_and_check,
11264 unsigned_type, signed_type, shorten_compare,
11265 c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
11266 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
11267 * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
11268 New.
11269 * c-decl.c (grokdeclarator): Update.
11270 * c-format.c (check_format_types): Update.
11271 * c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
11272 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
11273 * c-typeck.c (build_binary_op, convert_for_assignment): Update.
11274 * convert.c (convert_to_integer): Use new hooks.
11275 * expmed.c (make_tree): Use new hooks.
11276 * expr.c (store_expr): Use new hooks.
11277 * fold-const.c (operand_equal_for_comparison_p, build_range_check,
11278 all_ones_mask_p, unextend, fold): Use new hooks.
11279 * langhooks.h (struct lang_hooks_for_types): New hooks.
11280 * tree.h (signed_or_unsigned_type, signed_type,
11281 unsigned_type): Remove.
11282 objc:
11283 * objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
11284 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
11285
11286 2002-03-31 Richard Henderson <rth@redhat.com>
11287
11288 * config/ia64/unwind-ia64.c (alloc_spill_area): Fix offset.
11289 (desc_frgr_mem): Fix reference to f16-f31.
11290
11291 2002-03-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11292
11293 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
11294 RTVEC_ELT): Const-ify.
11295 * varray.h (VARRAY_CHECK): Const-ify.
11296 * ggc.h (ggc_mark_rtx, ggc_mark_tree, ggc_mark_nonnull_tree,
11297 ggc_mark_rtvec, ggc_mark): Const-ify.
11298
11299 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
11300
11301 * diagnostic.c: Include langhooks-def.h.
11302 * Makefile.in (diagnostic.o): Update.
11303
11304 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
11305
11306 * c-common.c (c_unsafe_for_reeval): Rename.
11307 * c-common.h (c_unsafe_for_reeval): Rename.
11308 * c-decl.c (finish_incomplete_decl): Rename.
11309 (c_init_decl_processing): Don't set langhook.
11310 * c-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
11311 LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
11312 * c-objc-common.c (c_objc_common_init): Don't set langhook.
11313 * c-tree.h (finish_incomplete_decl): Rename.
11314 * langhooks-def.h (lhd_unsafe_for_reeval): New.
11315 (LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
11316 (LANG_HOOKS_INITIALIZER): Update.
11317 * langhooks.c (lhd_unsafe_For_reeval): New.
11318 * langhooks.h (struct langhooks): New hooks.
11319 * toplev.c (incomplete_decl_finalize_hook): Remove.
11320 (wrapup_global_declarations): Update.
11321 * tree.c (lang_unsafe_for_reeval): Remove.
11322 (unsafe_for_reeval): Update.
11323 * tree.h (lang_unsafe_for_reeval, incomplete_decl_finalize_hook):
11324 Remove.
11325 objc:
11326 * objc-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
11327 LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
11328
11329 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
11330
11331 * diagnostic.c (print_error_function): Remove.
11332 (default_print_error_function): Rename.
11333 (report_error_function): Update.
11334 * diagnostic.h (print_error_function): Remove.
11335 (default_print_error_function): Remove.
11336 * langhooks-def.h (struct diagnostic_context): Predeclare.
11337 (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
11338 (LANG_HOOKS_INITIALIZER): Update.
11339 * langhooks.h (struct diagnostic context): Predeclare.
11340 (struct lang_hooks): New hook.
11341
11342 2002-03-31 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11343
11344 * config/rs6000/rs6000.h (RS6000_PIC_OFFSET_TABLE_REGNUM): New.
11345 (PIC_OFFSET_TABLE_REGNUM): Use it and return INVALID_REGNUM if
11346 !flag_pic.
11347 (CONDITIONAL_REGISTER_USAGE): Adjust accordingly.
11348 * config/rs6000/rs6000.h: Use RS6000_PIC_OFFSET_TABLE_REGNUM instead
11349 of PIC_OFFSET_TABLE_REGNUM thruout.
11350 * config/rs6000/rs6000.md: Likewise.
11351 * config/rs6000/darwin.h: Likewise.
11352
11353 Sun Mar 31 14:43:24 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11354
11355 * emit-rtl.c (adjust_address_1, offset_address): Cast value to
11356 unsigned HOST_WIDE_INT, not unsigned int.
11357
11358 2002-03-31 Jakub Jelinek <jakub@redhat.com>
11359
11360 PR middle-end/6096, middle-end/6098, middle-end/6099
11361 * reorg.c (emit_delay_sequence): Only increment LABEL_NUSES for
11362 CODE_LABELs.
11363 (fill_slots_from_thread): Likewise.
11364
11365 2002-03-31 Jakub Jelinek <jakub@redhat.com>
11366
11367 * config/sparc/sparc.c (function_arg_record_value_1): Pass complex
11368 floating fields in float regs.
11369 (function_arg_record_value_2): Likewise.
11370
11371 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
11372
11373 * config/mmix/mmix.md (define_constants): Remove misleading
11374 FIXME. Add MMIX_fp_rO_OFFSET.
11375 ("nonlocal_goto_receiver"): Don't have stack-frame address of
11376 saved rO as part of the pattern. Remove FIXME.
11377 ("*nonlocal_goto_receiver_expanded"): Similar. Generate address
11378 here, at output-time.
11379
11380 2002-03-31 Jakub Jelinek <jakub@redhat.com>
11381
11382 PR middle-end/6100
11383 * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
11384 REG_BR_PRED.
11385 (output_v9branch): Likewise.
11386
11387 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
11388
11389 * gcc.c: Revert previous patch for now.
11390 * config/i386/djgpp.h: Likewise.
11391
11392 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
11393
11394 * config/mmix/crti.asm (_init): Register _fini with atexit.
11395 * config/mmix/crtn.asm (_fini): Add omitted "POP 0,0".
11396
11397 2002-03-31 Richard Henderson <rth@redhat.com>
11398
11399 PR target/3997
11400 * config/alpha/elf.h (ASM_OUTPUT_DEF): Tidy.
11401 (ASM_OUTPUT_DEF_FROM_DECLS): New.
11402
11403 2002-03-31 Richard Henderson <rth@redhat.com>
11404
11405 * libgcc2.c (__bb_exit_func): Make static.
11406
11407 * config/alpha/alpha.md (trap): New.
11408
11409 2002-03-31 Richard Henderson <rth@redhat.com>
11410
11411 * builtins.c (expand_builtin_va_arg): Give warnings not errors for
11412 promoted argument types; build trap.
11413 (expand_builtin_trap): New.
11414 (expand_builtin): Use it.
11415 * stmt.c (expand_nl_goto_receivers): Likewise.
11416 * expr.h (expand_builtin_trap): Declare.
11417 * libfuncs.h (LTI_abort, abort_libfunc): New.
11418 * optabs.c (init_optabs): Init abort_libfunc.
11419
11420 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
11421
11422 * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...
11423 (LINK_COMMAND_SPEC): ... from here.
11424 (init_gcc_specs): Duplicate it here too, omitting
11425 shared_name in the second copy.
11426 (init_spec): Test for duplicate
11427 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Remove `%L %G'.
11428
11429 2002-03-30 David S. Miller <davem@redhat.com>
11430
11431 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
11432 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
11433
11434 2002-03-30 Roger Sayle <roger@eyesopen.com>
11435 Richard Henderson <rth@redhat.com>
11436
11437 * regmove.c (combine_stack_adjustments_for_block): Avoid
11438 emitting a stack adjustment of zero bytes. Let delete_insn
11439 update bb->head.
11440
11441 2002-03-30 Richard Henderson <rth@redhat.com>
11442
11443 * config/sparc/sparc.c: Remove all references to TARGET_EPILOGUE.
11444 (sparc_emitting_epilogue): New.
11445 (leaf_label, output_return, sparc_return_peephole_ok): Remove.
11446 * config/sparc/sparc-protos.h: Update.
11447 * config/sparc/sparc.h (MASK_EPILOGUE, TARGET_EPILOGUE): Remove.
11448 (TARGET_SWITCHES): Update.
11449 * config/sparc/sparc.md (return): Remove.
11450 (return_*): Use sparc_emitting_epilogue, not !TARGET_EPILOGUE.
11451 * config/sparc/freebsd.h, config/sparc/linux64.h, config/sparc/lite.h,
11452 config/sparc/liteelf.h, config/sparc/netbsd-elf.h,
11453 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
11454 config/sparc/sp64-aout.h, config/sparc/sp64-elf.h,
11455 config/sparc/sp86x-aout.h, config/sparc/sp86x-elf.h,
11456 config/sparc/splet.h, config/sparc/vxsparc64.h (TARGET_DEFAULT):
11457 Remove MASK_EPILOGUE.
11458 * doc/invoke.texi: Update.
11459
11460 2002-03-30 Daniel Berlin <dan@dberlin.org>
11461
11462 * dwarf2out.c (dwarf2out_define): Remove start_source_file call,
11463 CPP will start the file for us.
11464
11465 2002-03-30 Richard Henderson <rth@redhat.com>
11466
11467 PR target/5446
11468 * config/ia64/ia64.c (group_barrier_needed_p): Special case
11469 prologue_allocate_stack.
11470 (ia64_single_set): Use insn codes for recognition of special
11471 cases, not rtl matching.
11472 * config/ia64/ia64.md (prologue_allocate_stack): Op 3 is in-out.
11473
11474 Sat Mar 30 23:48:41 CET 2002 Jan Hubicka <jh@suse.cz>
11475
11476 * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
11477
11478 2002-03-30 Richard Henderson <rth@redhat.com>
11479
11480 PR target/6032
11481 * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
11482 or -fomit-frame-pointer with profiling.
11483 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
11484 (FUNCTION_PROFILER): Do nothing.
11485 (PROFILE_HOOK): New.
11486 * config/sparc/sparc.c (sparc_override_options): Don't check
11487 code models for profiling.
11488 (sparc_function_profiler): Remove.
11489 (sparc_profile_hook): New.
11490 * config/sparc/sparc-protos.h: Update.
11491
11492 2002-03-30 Jakub Jelinek <jakub@redhat.com>
11493
11494 PR optimization/6086
11495 * combine.c (combine_simplify_rtx): If simplify_rtx failed because
11496 of SUBREG of volatile MEM or because the MEM was mode dependent,
11497 return CLOBBER instead of unmodified SUBREG.
11498
11499 Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
11500
11501 * local-alloc.c (local_alloc): Avoid call of update_equiv_regs
11502 when not optimizing.
11503
11504 * toplev.c (rest_of_compilation): Cann mark_constant_function
11505 only when optimizing.
11506
11507 * flow.c (calculate_global_regs_live): Ensure that all AUX fields
11508 are NULL.
11509
11510 * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
11511 (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
11512 (try_optimize_cfg): clear all AUX fields.
11513
11514 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
11515 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
11516 (ix86_address_cost): Be prepared for SUBREGed registers.
11517 (legitimate_address_p): Accept SUBREGed registers.
11518
11519 2002-03-29 Richard Henderson <rth@redhat.com>
11520
11521 PR target/5672
11522 * expr.c (expand_expr): Pass along EXPAND_INITIALIZER one more place.
11523
11524 2002-03-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11525
11526 * config/rs6000/rs6000.c (rs6000_va_arg): Correctly set register count
11527 for aggregate and TFmode types.
11528
11529 2002-03-29 Hans-Peter Nilsson <hp@bitrange.com>
11530
11531 * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].
11532
11533 2002-03-29 Richard Henderson <rth@redhat.com>
11534
11535 PR target/5886
11536 * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
11537 * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
11538
11539 2002-03-29 Richard Henderson <rth@redhat.com>
11540
11541 PR target/6041
11542 * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
11543 (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
11544 * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
11545 * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
11546 conditional.
11547 * docs/invoke.texi: Update -mno-fancy-math-387 docs.
11548
11549 2002-03-29 Dale Johannesen <dalej@apple.com>
11550
11551 * loop.c (combine_movables): Do allow combination of pseudos.
11552
11553 2002-03-29 Loren J. Rittle <ljrittle@acm.org>
11554
11555 * config.gcc (*-*-freebsd*): Enable creation of libgcc_s.so.
11556 * config/t-slibgcc-elf-ver (SHLIB_LC): Add macro and use it.
11557 No functional change except ...
11558 * config/t-slibgcc-nolc-override (SHLIB_LC): Override it. New file.
11559 * doc/install.texi (*-*-freebsd*): Document port configuration.
11560
11561 2002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
11562
11563 * Makefile.in (convert.o, calls.o, expmed.o): Update.
11564 * attribs.c (handle_mode_attribute, handle_vector_size_attribute):
11565 Use new hooks.
11566 * builtin-types.def (BT_PTRMODE): Update.
11567 * c-common.c (type_for_size): Rename c_common_type_for_size.
11568 (type_for_mode): Similarly.
11569 (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
11570 Use new hook.
11571 * c-bommon.h (c_common_type_for_size, c_common_type_for_mode): New.
11572 * c-decl.c (finish_enum, build_enumerator): Use new hooks.
11573 * c-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
11574 Redefine.
11575 * c-typeck.c (common_type, comptypes, default_conversion):
11576 Use new hooks.
11577 * calls.c: Include langhooks.h.
11578 (emit_library_call_value_1): Use new hooks. Avoid redundant
11579 calls.
11580 * convert.c: Include langhooks.h
11581 (convert_to_pointer, convert_to_integer): Use new hooks.
11582 * except.c (init_eh): Similarly.
11583 * expmed.c: Include langhooks.h.
11584 (expand_mult_add): Use new hooks.
11585 * expr.c (store_expr, store_constructor, expand_expr, do_jump,
11586 try_casesi): Similarly.
11587 * fold-const.c (optimize_bit_field_compare, make_range,
11588 decode_field_reference, fold_truthop, fold): Similarly.
11589 * function.c (assign_stack_local_1, assign_stack_temp_for_type,
11590 put_var_into_stack): Similarly.
11591 * langhooks-def.h (LANG_HOOKS_TYPE_FOR_MODE,
11592 LANG_HOOKS_TYPE_FOR_SIZE): New.
11593 (LANG_HOOKS_TYPES_INITIALIZER): Update.
11594 * langhooks.h (lang_hooks_for_types): New hooks.
11595 * stmt.c (expand_decl_cleanup, emit_case_nodes): Use new hooks.
11596 * tree.c (get_unwidened, get_narrower): Similarly.
11597 * tree.h (type_for_mode, type_for_size): Remove.
11598 * varasm.c (force_const_mem): Use new hooks.
11599 * utils2.c (nonbinary_modular_operation): Update.
11600 objc:
11601 * objc-act.c (handle_impent): Update.
11602 * objc-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
11603 Redefine.
11604
11605 2002-03-29 Steve Ellcey <sje@cup.hp.com>
11606
11607 * config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New.
11608 * config/ia64/ia64.c (basereg_operand): New.
11609 * config/ia64/ia64-protos.h (basereg_operand): Declare.
11610 * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand.
11611
11612 2002-03-29 Hans-Peter Nilsson <hp@bitrange.com>
11613
11614 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Correct
11615 unwind information when frame_pointer_needed.
11616 (mmix_assemble_integer): Tweak wording in comment.
11617
11618 2002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
11619
11620 * Makefile.in (except.o): Update.
11621 * except.c: Include langhooks.h.
11622 (init_eh): Use langhook.
11623 * langhooks-def.h (LANG_HOOKS_MAKE_TYPE,
11624 LANG_HOOKS_FOR_TYPES_INITIALIZER): New.
11625 (LANG_HOOKS_INITIALIZER): Update.
11626 * langhooks.h (lang_hooks_for_types): New.
11627 (struct lang_hooks): Add it.
11628 * tree.c (make_lang_type_fn, make_lang_type): Remove.
11629 * tree.h (make_lang_type_fn, make_lang_type): Remove.
11630 config:
11631 * alpha/alpha.c: Include langhooks.h.
11632 (alpha_build_va_list): Use langhook.
11633 * d30v/d30v.c: Include langhooks.h.
11634 (d30v_build_va_list): Use langhook.
11635 * i386/i386.c: Include langhooks.h.
11636 (ix86_build_va_list): Use langhook.
11637 * rs6000/rs6000.c (rs6000_build_va_list): Use langhook.
11638 * s390/s390.c: Include langhooks.h.
11639 (s390_build_va_list): Use langhook.
11640 * stormy16/stormy16.c: Include langhooks.h.
11641 (stormy16_build_va_list): Use langhook.
11642
11643 2002-03-29 Jakub Jelinek <jakub@redhat.com>
11644
11645 PR c++/5964
11646 * config/sparc/sparc.md (empty_delay_slot, branch_type): New
11647 attributes.
11648 (length): Compute variable length for branches/calls/jumps here.
11649 (branch, inverted_branch, normal_fp_branch, inverted_fp_branch,
11650 normal_fpe_branch, inverted_fpe_branch): Remove length attribute,
11651 define branch_type attribute.
11652 (divsi3_sp32): Maximum length is 6 not 7.
11653 (call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
11654 call_address_untyped_struct_value_sp32,
11655 call_symbolic_untyped_struct_value_sp32): Set length to 3 not 2.
11656 * config/sparc/sparc.c (empty_delay_slot): New function.
11657 * config/sparc/sparc.h (ADJUST_INSN_LENGTH): Remove.
11658 * config/sparc/sparc-protos.h (empty_delay_slot): Add prototype.
11659
11660 2002-03-29 Jakub Jelinek <jakub@redhat.com>
11661
11662 * combine.c (set_nonzero_bits_and_sign_copies): Don't call
11663 nonzero_bits if not needed.
11664 (nonzero_bits) [XOR]: Likewise.
11665 (nonzero_bits) [REG]: Use reg_last_set_nonzero_bits even if
11666 reg_last_set_mode and mode are both MODE_INT, but not equal.
11667 (record_value_for_reg): Compute reg_last_set_nonzero_bits
11668 in nonzero_bits_mode for MODE_INT modes.
11669
11670 2002-03-28 Richard Henderson <rth@redhat.com>
11671
11672 PR target/5715
11673 * config/alpha/osf.h (ASM_SPEC): Don't pass any special options
11674 to GAS. Correct drift between alternatives.
11675
11676 2002-03-28 Richard Henderson <rth@redhat.com>
11677
11678 PR target/6087
11679 * reload1.c (fixup_abnormal_edges): Move insn to edge via sequence.
11680
11681 2002-03-28 Alexandre Oliva <aoliva@redhat.com>
11682
11683 * config/i386/freebsd.h (LINK_SPEC): Don't pass default
11684 emulation to the linker.
11685
11686 2002-03-28 Loren J. Rittle <ljrittle@acm.org>
11687
11688 * config/alpha/freebsd.h (LINK_SPEC): Likewise.
11689 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
11690
11691 Thu Mar 28 16:35:31 2002 Jeffrey A Law (law@redhat.com)
11692
11693 * combine.c (simplify_and_const_int): Make sure to apply mask
11694 when force_to_mode returns a constant integer. PR3311.
11695
11696 2002-03-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
11697
11698 * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
11699
11700 2002-03-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11701
11702 * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
11703 and Objective-C Dialect Options.
11704
11705 2002-03-28 Richard Henderson <rth@redhat.com>
11706
11707 * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
11708 comparison should be done vs !=0 not >0 return code. Tidy cases.
11709
11710 2002-03-28 Richard Henderson <rth@redhat.com>
11711
11712 * c-decl.c (finish_function): New arg can_defer_p. Pass it
11713 on to c_expand_body.
11714 * c-tree.h (finish_function): Update decl.
11715 * c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
11716
11717 Thu Mar 28 19:13:36 CET 2002 Jan Hubicka <jh@suse.cz>
11718
11719 * ifcvt.c (if_convert): Clear aux_for_blocks early enought.
11720
11721 Thu Mar 28 13:21:53 CET 2002 Jan Hubicka <jh@suse.cz>
11722
11723 * rtlanal.c: Include flags.h
11724 (may_trap_p): Do not mark FP operations if trapping
11725 if !flag_trapping_math
11726 * Makefile.in (rtlanal.o): Add dependency on flag.h
11727 * ifcvt.c (noce_operand_ok): Avoid the lameness.
11728
11729 2002-03-27 Zack Weinberg <zack@codesourcery.com>
11730
11731 * mips.md: Use dconst1, not 1.0, as first argument of
11732 REAL_VALUE_LDEXP. Don't use union real_extract.
11733
11734 2002-03-28 Alan Modra <amodra@bigpond.net.au>
11735
11736 * configure.in (gcc_cv_as): Use $target_alias in directory searchs
11737 rather than $target. Heed program_prefix and
11738 program_transform_name. Search for gas in cross-compiler case too.
11739 "test -x" rather than "test -f".
11740 (gcc_cv_ld): Likewise.
11741 (gcc_cv_nm): Heed program_prefix and program_transform_name.
11742 (gcc_cv_objdump): Likewise.
11743 * configure: Regenerate.
11744
11745 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
11746
11747 * Makefile.in (attribs.o): Update.
11748 * attribs.c: Include langhooks.h.
11749 (decl_attributes): Use langhook.
11750 * c-decl.c (insert_default_attributes): Rename.
11751 * c-tree.h (c_insert_default_attributes): New.
11752 * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
11753 (LANG_HOOKS_INITIALIZER): Update.
11754 * langhooks.h (struct lang_hooks): New hook.
11755 * tree.h (insert_default_attributes): Remove.
11756 objc:
11757 * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
11758
11759 2002-03-27 Andreas Schwab <schwab@suse.de>
11760
11761 * config/i386/i386.c (classify_argument): Also check for
11762 QUAL_UNION_TYPE.
11763
11764 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11765
11766 * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
11767 any more.
11768
11769 Wed Mar 27 23:19:30 CET 2002 Jan Hubicka <jh@suse.cz>
11770
11771 * i960.md (ret): Set PC.
11772 (nonlocal_goto): Fix expander.
11773 * builtins.c (epxand_builin_longjmp): Check that we've emitted
11774 some jump or call.
11775
11776 Wed Mar 27 23:11:35 CET 2002 Jan Hubicka <jh@suse.cz>
11777
11778 * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nesting
11779 of libcall regions.
11780
11781 Wed Mar 27 22:54:14 CET 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11782
11783 * cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of
11784 assigning to BLOCK_FOR_INSN directly.
11785
11786 Wed Mar 27 22:33:05 CET 2002 Jan Hubicka <jh@suse.cz>
11787
11788 * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
11789
11790 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
11791
11792 * c-common.c (c_expand_expr): Fix prototype.
11793 * c-common.h (c_expand_expr): Always declare, update.
11794 * c-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
11795 * c-objc-common.c (c_objc_common_init): No global hook.
11796 * expr.c (expand_expr): Use langhook.
11797 * expr.h (enum expand_modifier): Conditionally declare.
11798 * langhooks-def.h (lhd_expand_expr, LANG_HOOKS_EXPAND_EXPR): New.
11799 (LANG_HOOKS_INITIALIZER): Update.
11800 * langhooks.c (lhd_expand_expr): New.
11801 * langhooks.h (struct lang_hooks): New hook.
11802 * toplev.c (lang_expand_expr_t, lang_expand_expr): Delete.
11803 (lang_independent_init): Don't default hook.
11804 objc:
11805 * objc-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
11806
11807 2002-03-27 Richard Henderson <rth@redhat.com>
11808
11809 PR target/6054
11810 * config/ia64/ia64.c (ia64_expand_call): Use pic patterns for
11811 TARGET_CONST_GP. Simplify conditions.
11812
11813 2002-03-27 Richard Henderson <rth@redhat.com>
11814
11815 * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
11816 config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h,
11817 config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define.
11818
11819 2002-03-27 Danny Smith <dannysmith@users.sourceforge.net>
11820
11821 * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32,
11822 TARGET_CYGWIN, TARGET_WINDOWS): Remove unused switches.
11823 (MASK_DLL, MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS):
11824 Remove unnecessary masks.
11825 (MASK_NOP_FUN_DLLIMPORT): Use an unused an bit.
11826 (SUBTARGET_SWITCHES): Use empty masks for -mwin32, -mcygwin,
11827 -mwindows, -mdll switches and their negations.
11828
11829 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
11830
11831 * gcc-common.c (lang_mark_false_label_stack): Remove.
11832 * ggc.h (lang_mark_false_label_stack): Similarly.
11833
11834 2002-03-26 Vladimir Makarov <vmakarov@redhat.com>
11835
11836 * pa/pa-pro-end.h (CPP_PREDEFINES): Add -D__pro__.
11837
11838 * pa/lib2funcs.asm: Don't use .SPACE and .SUBSPACE if __pro__
11839 or __rtems_ is defined.
11840
11841 2002-03-26 Richard Henderson <rth@redhat.com>
11842
11843 * config/alpha/alpha.c (alpha_emit_set_const): Add a REG_EQUAL note
11844 if a non-trivial load was emitted.
11845 (alpha_emit_set_const_1): Remove obsolete extension. Fix thinko
11846 in high+extra+low case.
11847
11848 2002-03-26 Richard Henderson <rth@redhat.com>
11849
11850 * config.gcc (sparc*-solaris): Use float_format=sparc.
11851
11852 2002-03-26 Richard Henderson <rth@redhat.com>
11853
11854 * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
11855 * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
11856 * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
11857 * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine.
11858 (WINT_TYPE_SIZE): Fix at 32.
11859
11860 2002-03-26 Richard Henderson <rth@redhat.com>
11861
11862 * toplev.c (rest_of_compilation): Delay emit_initial_value_sets
11863 until after eh landing pad generation.
11864 * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof.
11865 * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs.
11866
11867 2002-03-26 Richard Henderson <rth@redhat.com>
11868
11869 * expr.h (ADD_PARM_SIZE): One more convert for INC.
11870
11871 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
11872
11873 * gcc.c (cpp_options): Preserve relative ordering of -pedantic
11874 and warning switches.
11875 (cc1_options): Likewise.
11876
11877 2002-03-26 Hans Boehm <Hans_Boehm@hp.com>
11878
11879 * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
11880 Restore more of the signal context. Set no_reg_stack_frame.
11881 * config/ia64/unwind-ia64.c (unw_state_record):
11882 Add no_reg_stack_frame, comments.
11883 (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER.
11884 (uw_update_context): Adjust bsp when unwinding from leaf,
11885 but not signal frame.
11886
11887 2002-03-26 David Edelsohn <edelsohn@gnu.org>
11888
11889 * config/rs6000/aix51.h (WCHAR_TYPE): Define.
11890
11891 2002-03-26 Bob Wilson <bob.wilson@acm.org>
11892
11893 * config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
11894
11895 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
11896
11897 PR target/5621
11898 * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999:
11899 "Add a pool_range attribute", which was lost during the ARM/Thumb
11900 merge.
11901
11902 2002-03-26 Bob Wilson <bob.wilson@acm.org>
11903
11904 * config/xtensa/xtensa.c (xtensa_valid_move): Allow move from
11905 a register into the MAC16 accumulator.
11906
11907 2002-03-26 Andrew Cagney <ac131313@redhat.com>
11908
11909 * doc/invoke.texi (Option Summary): Mention -Wswitch-enum.
11910 (Warning Options): Document -Wswitch-enum.
11911 * toplev.c (W_options): Add -Wswitch-enum. Update comment on
11912 -Wswitch.
11913 (warn_switch_enum): Define variables.
11914 * flags.h (warn_switch_enum): Declare variables.
11915 * stmt.c (expand_end_case_type): When warn_switch_enum /
11916 -Wswitch-enum, perform switch checks.
11917 Fix PR c/5044.
11918
11919 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
11920
11921 * arm.md (reload_mulsi3, reload_mulsi_compare0, reload_muladdsi)
11922 (reload_mulsi_compare0_scratch, reload_muladdsi_compare0)
11923 (reload_muladdsi_compare0_scratch): Delete.
11924
11925 2002-03-26 Loren J. Rittle <ljrittle@acm.org>
11926
11927 * doc/install.texi (*-*-freebsd*): Update.
11928
11929 2002-03-26 Richard Henderson <rth@redhat.com>
11930
11931 * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.
11932 (SUB_PARM_SIZE): Cast DEC to ssizetype.
11933
11934 * config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK
11935 types from the normal argument frame.
11936
11937 * config/sparc/sparc.c (function_arg_pass_by_reference): Pass
11938 variable sized objects by reference.
11939 (sparc_va_arg): Receive them by reference too.
11940
11941 2002-03-26 Hartmut Penner <hpenner@de.ibm.com>
11942
11943 * config/s390/s390.c (s390_emit_epilogue): Change epilogue
11944 code to not restoring global registers.
11945
11946 2002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
11947
11948 * Makefile.in (ggc-common.o): Update.
11949 * c-decl.c (lang_mark_tree): Rename c_mark_tree.
11950 * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
11951 * c-tree.h (c_mark_tree): New.
11952 * ggc-common.c: Include langhooks.h.
11953 (gcc_mark_trees): Use new langhook.
11954 * ggc-callbacks.c: Delete file.
11955 * ggc.h (lang_mark_tree): Remove.
11956 * langhooks-def.h (LANG_HOOKS_MARK_TREE): New.
11957 (LANG_HOOKS_INITIALIZER): Update.
11958 * langhooks.h (struct lang_hooks): New hook.
11959 objc:
11960 * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
11961
11962 2002-03-25 Zack Weinberg <zack@codesourcery.com>
11963
11964 * doc/cpp.texi: Exclude entire Top node from printed manual.
11965 Move option index after directive index. Insert page breaks
11966 before GFDL and concept index. Index environment variables
11967 with command line options.
11968 * doc/cppenv.texi: Use @vtable for environment variable list.
11969 Add paragraph explaining semantics of empty elements in path
11970 variables. Exclude a cross-reference to Fishkill from the
11971 manpage. Remove an unnecessary cross-reference of the entry
11972 right above the referer. Don't use @anchor in text that goes
11973 into manpage.
11974 * doc/cppopts.texi: Cross-reference the environment variables
11975 section, not the specific environment variable, for consistency.
11976
11977 2002-03-25 Richard Henderson <rth@redhat.com>
11978
11979 * recog.c (peephole2_optimize): Distribute EH_REGION -1 notes
11980 anywhere in the block. Don't refer to insns that have been
11981 removed from the chain. Iterate backward through the new insns.
11982 Don't refer to edges that have been removed.
11983
11984 2002-03-26 Alan Modra <amodra@bigpond.net.au>
11985
11986 * combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct
11987 test for overflow of constant.
11988
11989 2002-03-25 Richard Earnshaw <rearnsha@arm.com>
11990
11991 PR target/2623
11992 * arm.md (loadhi_preinc, loadhi_predec, loadhi_shiftpreinc)
11993 (loadhi_shiftpredec, loadhi-with-writeback peephole): Don't use
11994 these patterns on arm_archv4.
11995
11996 2002-03-25 Danny Smith <dannysmith@sourceforge.users.net>
11997
11998 * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
11999 int".
12000
12001 2002-03-25 Zack Weinberg <zack@codesourcery.com>
12002
12003 * toplev.c: Don't include setjmp.h. Kill float_handler_set,
12004 float_handled, float_handler, float_signal, set_float_handler,
12005 and do_float_handler. Set handler for SIGFPE to crash_signal.
12006 * toplev.h: Don't prototype do_float_handler.
12007
12008 * c-lex.c: Fold parse_float into lex_number. Make warning
12009 about portability of hex float constants more informative, and
12010 don't issue it on top of a syntax error.
12011 * fold-const.c: Fold const_binop_1 and fold_convert_1 into
12012 their callers.
12013 * real.h: Define REAL_VALUE_ABS here...
12014 * simplify-rtx.c: ... not here. Fold check_fold_consts,
12015 simplify_unary_real, simplify_binary_real, and
12016 simplify_binary_is2orm1 into their callers.
12017 * tree.c: Fold build_real_from_int_cst_1 into caller.
12018
12019 * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
12020
12021 * tsystem.h: Include float.h here...
12022 * libgcc2.c: ... not here.
12023
12024 2002-03-25 Nick Clifton <nickc@cambridge.redhat.com>
12025
12026 Fixes for: PR bootstrap/3591, target/5676
12027 * config/mcore/mcore.h (CC1_SPEC): Define only if not already
12028 defined. Do not disable exceptions or rtti.
12029 * config/mcore/mcore-pe.h (CC1_SPEC): Define before including
12030 mcore.h. Disable exceptions and rtti, since they are not
12031 supported by EPOC.
12032
12033 2002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
12034
12035 * c-decl.c (maybe_build_cleanup): Remove.
12036 * expr.c (expand_expr): Use langhook.
12037 * langhooks-def.h (lhd_return_null_tree,
12038 LANG_HOOKS_MAYBE_BUILD_CLEANUP): New.
12039 (LANGHOOKS_INITIALIZER): Update.
12040 * langhooks.c (lhd_return_null_tree): New.
12041 * langhooks.h (struct lang_hooks): New hook.
12042 * tree-inline.c (initialize_inlined_parameters): Use langhook.
12043 * tree.h (maybe_build_cleanup): Remove.
12044
12045 2002-03-25 Jakub Jelinek <jakub@redhat.com>
12046
12047 * regrename.c (build_def_use): Move recog_memoized
12048 before extract_insn.
12049
12050 2002-03-25 Jakub Jelinek <jakub@redhat.com>
12051
12052 PR target/6043
12053 * expr.c (emit_group_store): Handle storing into CONCAT.
12054
12055 2002-03-25 Jakub Jelinek <jakub@redhat.com>
12056
12057 * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and
12058 corresponding MATCH_DUP.
12059
12060 2002-03-24 Richard Henderson <rth@redhat.com>
12061
12062 * unroll.c (unroll_loop): Zero label_map.
12063
12064 * gcse.c: Include except.h.
12065 * Makefile.in (gcse.o): Update.
12066
12067 2002-03-24 Richard Henderson <rth@redhat.com>
12068
12069 * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
12070 Do resolve_unique_section before shared data clause.
12071
12072 2002-03-24 Richard Henderson <rth@redhat.com>
12073
12074 * config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.
12075
12076 2002-03-24 Richard Henderson <rth@redhat.com>
12077
12078 * recog.c (peephole2_optimize): Split blocks when EH insns are
12079 generated in the middle of a block. Do global life update if
12080 zapped EH edges.
12081
12082 2002-03-24 Richard Henderson <rth@redhat.com>
12083
12084 * mips.c (mips_function_value): Only promote_mode for non-libcalls.
12085
12086 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
12087
12088 preprocessor/3951
12089 * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
12090 * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
12091 (init_dependency_output): Don't make no_output decision here.
12092
12093 2002-03-24 Andrew Cagney <ac131313@redhat.com>
12094
12095 * stmt.c (check_for_full_enumeration_handling): Remove tests of
12096 warn_switch. Update description.
12097 (expand_end_case_type): Call check_for_full_enumeration_handling
12098 when warn_switch.
12099
12100 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12101
12102 * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function.
12103 (m68hc11_split_move): Call it to see if the source and destination
12104 operands use the same direction auto inc/dec mode, otherwise make the
12105 source an offsetable memory operand and generate an add.
12106
12107 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12108
12109 * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address
12110 register for operand 2.
12111 ("*subsi3_zero_extendqi"): Likewise.
12112 ("*iorhi3_gen"): Do the operation on the upper bits and then lower
12113 bits so that it is compatible with a pop.
12114 ("*andhi3_gen"): Likewise.
12115 ("xorhi3"): Likewise.
12116
12117 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
12118
12119 * cppinit.c (cpp_handle_option): Set warn_endif_labels if
12120 -pedantic here...
12121 (cpp_post_options): ... not here.
12122
12123 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
12124 Aldy Hernandez <aldyh@redhat.com>
12125
12126 Removal of separate preprocessor cpp0.
12127
12128 * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS,
12129 cpp0, install-common): Update.
12130 * c-common.c (flag_preprocess_only): New.
12131 (c_common_init): Preprocess for -E.
12132 * c-common.h (flag_preprocess_only): New.
12133 * c-decl.c (c_decode_option): Handle -E and -std=c++98.
12134 * c-objc-common.c (c_init_decl_processing): Exit quickly
12135 for NULL return from c_common_init.
12136 * cpplib.h (cpp_preprocess_file): New.
12137 * cppmain.c (main, general_init, pfile, progname): Remove.
12138 (do_preprocessing): Rename cpp_preprocess_file, don't call
12139 cpp_finish. Don't close stdout here.
12140 (setup_callbacks): Update prototype.
12141 * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers):
12142 Update.
12143 * tradcpp.c (main): Ignore -quiet.
12144 objc:
12145 * lang-specs.h (default_compilers): Preprocess with cc1obj.
12146
12147 2002-03-24 Richard Henderson <rth@redhat.com>
12148
12149 PR optimization/5742
12150 * machmode.def: Add inner mode field to complex modes.
12151 * config/mips/mips.c (mips_function_value): Always define. Add
12152 new argument to handle libcalls.
12153 * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
12154 (FUNCTION_VALUE): Likewise.
12155 * config/mips/abi64.h (FUNCTION_VALUE): Remove.
12156 * config/mips/mips-protos.h: Update.
12157
12158 2002-03-23 Richard Henderson <rth@redhat.com>
12159
12160 * config/sparc/sparc.c (sparc_emit_floatunsdi): New.
12161 * config/sparc/sparc-protos.h: Update.
12162 * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New.
12163
12164 2002-03-23 Richard Henderson <rth@redhat.com>
12165
12166 * config/sparc/gmon-sol2.c (internal_mcount): Assume either
12167 _start or _init begins the text segment.
12168
12169 2002-03-23 David Edelsohn <edelsohn@gnu.org>
12170
12171 * config/rs6000/rs6000.h (RETURN_IN_MEMORY): Cast to HOST_WIDE_INT
12172 not HOST_WIDEST_INT.
12173 (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
12174
12175 2002-03-23 Richard Earnshaw <rearnsha@arm.com>
12176
12177 PR java/5489
12178 * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
12179 operand argument to output_return_instruction.
12180 * arm.c (arm_print_operand, case 'd'): If the operand is
12181 const_true_rtx then just return.
12182 (arm_print_operand, case 'D'): If the operand is const_true_rtx
12183 then abort.
12184
12185 2002-03-23 Andrew Cagney <ac131313@redhat.com>
12186
12187 * doc/invoke.texi (Option Summary): Mention -Wswitch-default.
12188 (Warning Options): Document -Wswitch-default.
12189 * toplev.c (W_options): Add -Wswitch-default. Update comment on
12190 -Wswitch.
12191 (warn_switch_default): Define variable.
12192 (warn_switch): Update comment.
12193 * flags.h (warn_switch_default): Declare variable.
12194 (warn_switch): Update comment.
12195 * stmt.c (expand_end_case): Check for and, when
12196 warn_switch_no_default, warn of a missing default case.
12197
12198 2002-03-23 Alan Modra <amodra@bigpond.net.au>
12199
12200 * real.h (N): Special case 128 bit doubles.
12201
12202 * combine.c (simplify_comparison): When widening modes, ignore
12203 sign extension on CONST_INTs.
12204
12205 2002-03-22 Bob Wilson <bob.wilson@acm.org>
12206
12207 * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
12208 passed to adjust_address. Fix comment formatting.
12209
12210
12211 2002-03-22 Zack Weinberg <zack@codesourcery.com>
12212
12213 * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
12214 Always make REAL_VALUE_TYPE a struct containing an array of
12215 HOST_WIDE_INT, not a double. Tidy up the code deciding how
12216 big it is. Don't declare or use union real_extract.
12217
12218 * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
12219 decode_rtx_const, output_constant_pool), config/a29k/a29k.c
12220 (print_operand), config/arm/arm.c (output_move_double),
12221 config/arm/arm.md (consttable_4, consttable_8),
12222 config/romp/romp.c (output_fpops), config/s390/s390.h
12223 (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
12224 (xtensa_output_literal): Don't use union real_extract.
12225
12226 * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
12227 (sfmode_constant_to_ulong), config/ns32k/merlin.h
12228 (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
12229 config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
12230 (PRINT_OPERAND): Don't use local version of union
12231 real_extract.
12232
12233 * config/convex/convex.c (check_float_value), config/vax/vax.c
12234 (vax_float_literal), config/m88k/m88k.md (divdf3),
12235 config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
12236 config/pdp11/pdp11.c (output_move_quad): Don't do host
12237 arithmetic on target floating point quantities.
12238
12239 * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
12240 (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.
12241
12242 * fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
12243 Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.
12244
12245 * real.c (earith): Test INFINITY rather than REAL_INFINITY;
12246 NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
12247 INFINITY.
12248 * print-rtl.c (print_rtx): Disable code which needs
12249 floating-point emulator.
12250 * libgcc2.c: Include float.h and use DBL_MANT_DIG,
12251 FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
12252 depending on HOST_FLOAT_FORMAT to be defined properly.
12253
12254 * config/1750a/1750a.c (get_double, float_label): Delete.
12255 (print_operand): Delete huge commented-out chunk. Use
12256 REAL_VALUE_TO_DECIMAL.
12257 * config/1750a/1750a-protos.h: Delete prototypes of deleted
12258 functions.
12259 * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
12260 IEEE_FLOAT_FORMAT.
12261 * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
12262 Use REAL_VALUE_TO_DECIMAL as ELF version does.
12263 * config/m88k/m88k.c (real_power_of_2_operand,
12264 legitimize_operand): Take the REAL_VALUE_TYPE and/or union
12265 real_extract out of the union; run the input through
12266 REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
12267 from that into the union.
12268 * config/pdp11/pdp11.c (output_move_double): Rearrange
12269 parentheses to make automatic indenter happy.
12270
12271 * doc/tm.texi (Cross-compilation): Rename node to "Floating
12272 Point" and rewrite to describe current situation. Also adjust
12273 documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
12274 match code.
12275 * doc/rtl.texi: Adjust cross reference.
12276
12277 2002-03-22 Bob Wilson <bob.wilson@acm.org>
12278
12279 * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
12280 (xtensa_valid_move, xtensa_preferred_reload_class): Define.
12281 * config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
12282 (xtensa_valid_move, xtensa_preferred_reload_class): Define to
12283 prevent use of sp as a reload register.
12284 (xtensa_emit_move_sequence): Use xtensa_valid_move instead of
12285 non_acc_reg_operand.
12286 * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
12287 (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
12288 * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
12289 movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.
12290
12291 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
12292
12293 * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
12294 * cpplex.c (unterminated): Delete.
12295 (parse_string): No string literal may extend over multiple
12296 lines. Suppress the error when preprocessing assembly.
12297 * cppmain.c (scan_translation_unit): Strings are single-line.
12298
12299 * doc/cpp.texi: Update to match.
12300
12301 2002-03-22 Jakub Jelinek <jakub@redhat.com>
12302
12303 PR optimization/5854
12304 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
12305 Shut up warnings.
12306 (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
12307 (EXTRA_CONSTRAINT): Use S for non-push memory operand.
12308 * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
12309 const0 if scratch register was not allocated.
12310 (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
12311 m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
12312 with GEN_INT (...).
12313 (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
12314 * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
12315 with GEN_INT (...) everywhere. Remove constraints in define_split
12316 patterns.
12317 (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
12318 require scratch register for setting 0 into regs/non-pushable memory.
12319
12320 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
12321
12322 * config/mips/mips.h (MASK_RETURN_ADDR): Define.
12323 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
12324
12325 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
12326
12327 * cpplib.h (struct cpp_options): New member, warn_endif_labels.
12328 * cppinit.c (cpp_create_reader): On by default.
12329 (cpp_handle_option): Handle -W[no-]endif-labels.
12330 (cpp_post_options): Also enable if -pedantic.
12331 * cpplib.c (do_else): Use it.
12332 (do_endif): Likewise.
12333 * doc/cppopts.texi: Document new option.
12334 * doc/invoke.texi: Document new option.
12335
12336 2002-03-22 Lars Brinkhoff <lars@nocrew.org>
12337
12338 * config/i386/i386.c, config/i386/i386.md: Change all occurences
12339 of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).
12340
12341 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
12342
12343 * flow.c (calculate_global_regs_live): Clear aux fields of
12344 ENTRY and EXIT.
12345
12346 2002-03-22 Jakub Jelinek <jakub@redhat.com>
12347
12348 * config/v850/v850.c (v850_reorg): Only call alter_subreg on
12349 REG or MEM subregs, pass rtx * instead of rtx to it.
12350 * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
12351 rtx * instead of rtx to alter_subreg.
12352 * config/m32r/m32r.c (gen_split_move_double): Likewise.
12353 * config/pj/pj.c (pj_output_rval): Likewise.
12354
12355 2002-03-22 Richard Henderson <rth@redhat.com>
12356
12357 PR target/3177
12358 * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
12359 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
12360 * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
12361 (ia64_expand_prologue): Look at int_regs, not words, for number
12362 of incomming int regs.
12363
12364 2002-03-22 Andrew MacLeod <amacleod@redhat.com>
12365
12366 * expr.c (expand_expr): A RESULT_DECL is part of a call.
12367
12368 Fri Mar 22 16:30:42 CET 2002 Jan Hubicka <jh@suse.cz>
12369
12370 * toplev.c (flag_loop_optimize, flag_crossjumping):
12371 New static variables.
12372 (rest_of_compilation): Conditionalize crossjumping and
12373 loop optimizer.
12374 (parse_options_and_default_flags): Default loop_optimize and
12375 crossjumping.
12376 (lang_independent_options): Add -fcrossjumping and -floop-optimize
12377 * invoke.texi (crossjumping, loop-optimize): Document.
12378
12379 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
12380
12381 * real.c (eiisneg): Move outside #ifdef NANS.
12382
12383 Fri Mar 22 12:08:36 CET 2002 Jan Hubicka <jh@suse.cz>
12384
12385 * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
12386 frequencies match; avoid match on different loop depths.
12387 (try_crossjump_to_bb): Kill tests that no longer brings time
12388 savings.
12389 * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
12390 updating code.
12391 (split_edge): Likewise.
12392
12393 * flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
12394 variable.
12395
12396 * Makefile.in (cfgrtl): Add insn-config.h depenendency.
12397 * cfgrtl.c: Include insn-config.h
12398 (split_block) Dirtify block in presence of conditional execution
12399
12400 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
12401
12402 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
12403 * config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
12404 (function_arg): Constify CUMULATIVE_ARGS.
12405 (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
12406 * config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
12407 (UNITS_PER_DOUBLE): New macro.
12408 (SETUP_INCOMING_VARARGS): Define. Use mips_setup_incoming_varargs.
12409 (CUMULATIVE_ARGS): Reformat. Remove num_adjusts workaround and
12410 last_arg_fp field. Replace arg_words and fp_arg_words with gp_regs,
12411 fp_regs and stack_words.
12412 (EABI_FLOAT_VARARGS_P): New macro.
12413 * config/mips/mips.c (struct mips_arg_info): New.
12414 (mips_arg_info): New function.
12415 (function_arg_advance): Use it. Add adjustment instructions here
12416 rather than in function_arg.
12417 (function_arg): Constify CUMULATIVE_ARGS. Use mips_arg_info. Check
12418 for VOIDmode at the beginning of the function.
12419 (function_partial_nregs): Constify CUMULATIVE_ARGS. Use mips_arg_info.
12420 (function_arg_pass_by_reference): Likewise.
12421 (mips_setup_incoming_varags): New, largely based on old abi64.h code.
12422 (mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
12423 (mips_va_start): Likewise. Use the new stack_words field of
12424 CUMULATIVE_ARGS to set up overflow area. Reformat.
12425 (mips_va_arg): Test EABI_FLOAT_VARARGS_P. Unify EABI handling of
12426 doubles and other types, aligning the overflow pointer for non-doubles
12427 too. Remove some code duplication. Replace hard-coded constants.
12428
12429 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
12430
12431 * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
12432 (CLASS_UNITS): Undefine.
12433 (CLASS_MAX_NREGS): Use FP_INC.
12434 * config/mips/mips.c (compute_frame_size): Likewise.
12435 (override_options): Use FP_INC and UNITS_PER_FPVALUE.
12436
12437 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
12438
12439 * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
12440 prototype, and handle lexing numbers and identifiers.
12441 (parse_identifier): Update to new form of parse_slow.
12442 (parse_number): Fast path only, use parse_slow otherwise.
12443 (_cpp_lex_direct): Update calls to parse_number.
12444
12445 2002-03-21 DJ Delorie <dj@redhat.com>
12446
12447 * bb-reorder.c (make_reorder_chain_1): Protect against
12448 when redundant edges are omitted.
12449 * predict.c (dump_prediction): Likewise.
12450
12451 2002-03-21 Richard Henderson <rth@redhat.com>
12452
12453 PR target/5996
12454 * fixinc/inclhack.def (solaris_stdio_tag): New.
12455 * fixinc/fixincl.x: Regenerate.
12456
12457 2002-03-21 Eric Botcazou <ebotcazou@multimania.com>
12458
12459 PR c/5597
12460 * c-typeck.c (process_init_element): Flag non-static
12461 initialization of a flexible array member as illegal.
12462
12463 2002-03-22 Alan Modra <amodra@bigpond.net.au>
12464
12465 * config/rs6000/t-linux64: New.
12466 * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
12467 t-ppccomm. Use t-rs6000 and t-linux64.
12468 (powerpc64-*-gnu* <tmake_file>): Likewise.
12469 * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
12470 * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
12471 * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.
12472
12473 2002-03-21 Aldy Hernandez <aldyh@redhat.com>
12474
12475 * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
12476 flag_really_no_inline instead of optimize == 0.
12477
12478 * c-objc-common.c (c_cannot_inline_tree_fn): Same.
12479
12480 * cp/tree.c (cp_cannot_inline_tree_fn): Same.
12481
12482 * flags.h (flag_really_no_inline): New.
12483
12484 * c-common.c (c_common_post_options): Initialize
12485 flag_really_no_inline.
12486
12487 * toplev.c (flag_really_no_inline): New.
12488
12489 2002-03-21 Jakub Jelinek <jakub@redhat.com>
12490
12491 * config/avr/avr.md (length): Fix length computation for
12492 conditional branches.
12493
12494 2002-03-21 Neil Booth <neil@daikokuya.demon.co.uk>
12495
12496 * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
12497 sdbout.o, profile.o): Update.
12498 * c-common.c (c_common_nodes_and_builtins): Use pushdecl
12499 langhook.
12500 * c-common.h (gettags): Move here from tree.h.
12501 * c-tree.h (pushdecl, pushlevel, poplevel, set_block,
12502 insert_block, getdecls, kept_level_p, global_bindings_p): New.
12503 * dbxout.c (dbxout_init): Use getdecls langhook.
12504 * expr.c (expand_expr): Use insert_block langhook.
12505 * fold-const.c: Include langhooks.h.
12506 (fold_range_test, fold_binary_op_with_conditional_arg,
12507 fold): Use global_bindings_p langhook.
12508 * integrate.c (expand_inline_function): Use insert_block langhook.
12509 * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
12510 LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
12511 LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
12512 LANG_HOOKS_GETDECLS): New.
12513 (LANG_HOOKS_INITIALIZER): Update.
12514 * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
12515 langhook.
12516 * langhooks.h (struct lang_hooks_for_decls): New.
12517 (struct lang_hooks): Update.
12518 * profile.c: Include langhooks.h.
12519 (output_func_start_profiler): Use new langhooks.
12520 * sdbout.c: Include langhooks.h.
12521 (sdbout_init, sdbout_finish): Use getdecls langhook.
12522 * stmt.c: Include langhooks.h.
12523 (expand_fixup, fixup_gotos): Use new langhooks.
12524 * stor-layout.c: Include langhooks.h.
12525 (variable_size): Use global_bindings_p langhook.
12526 * toplev.c (compile_file): Use getdecls langhook.
12527 * tree-inline.c (remap_block): Use insert_block langhook.
12528 * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
12529 insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
12530
12531 2002-03-21 Richard Henderson <rth@redhat.com>
12532
12533 * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
12534 constants in .data when -fpic.
12535
12536 2002-03-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12537
12538 * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
12539 where appropriate.
12540
12541 2002-03-21 Tom Tromey <tromey@redhat.com>
12542
12543 * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
12544
12545 Thu Mar 21 09:50:48 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12546
12547 * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
12548
12549 * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
12550
12551 2002-03-21 Eric Botcazou <ebotcazou@multimania.com>
12552 Richard Henderson <rth@redhat.com>
12553
12554 PR c/5354
12555 * c-common.c (c_expand_expr): Preserve result of a statement
12556 expression if needed.
12557
12558 2002-03-21 Jakub Jelinek <jakub@redhat.com>
12559
12560 PR bootstrap/4195
12561 * genrecog.c (maybe_both_true_mode): Remove.
12562 (maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
12563 * machmode.def (Pmode): Likewise.
12564
12565 Thu Mar 21 01:55:06 EST 2002 John Wehle (john@feith.com)
12566
12567 * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
12568 (nonlocal_mentioned_p_1): New function.
12569 (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
12570 (nonlocal_set_p, nonlocal_set_p_1): Likewise.
12571 (mark_constant_function): Recognize pure functions.
12572 * rtl.h (global_reg_mentioned_p): New prototype.
12573 * rtlanal.c (global_reg_mentioned_p,
12574 global_reg_mentioned_p_1): New function.
12575
12576 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12577
12578 * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
12579 UNIX assert.h.
12580 * fixinc/fixincl.x: Regenerate.
12581
12582 2002-03-20 Jason Merrill <jason@redhat.com>
12583
12584 * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
12585
12586 2002-03-20 Michael Meissner <meissner@redhat.com>
12587
12588 * doc/invoke.texi (Optimize Options): Document that -O2 sets
12589 -fstrict-aliasing.
12590
12591 2002-03-20 Bob Wilson <bob.wilson@acm.org>
12592
12593 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
12594 ".literal_position" directive before the constant pool.
12595
12596 2002-03-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12597
12598 * doc/contrib.texi (Contributors): Update Geoffrey Keating.
12599 Add Craig Rodrigues.
12600 Add Brad Lucier to testers.
12601
12602 2002-03-20 Jakub Jelinek <jakub@redhat.com>
12603
12604 PR target/4792
12605 * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
12606 to if_then_else.
12607 (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
12608 * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
12609 instead of insn_extract.
12610
12611 2002-03-20 Jakub Jelinek <jakub@redhat.com>
12612
12613 PR bootstrap/4192
12614 * config/fr30/fr30.md (jump): Remove clobber of fixed register.
12615
12616 * genemit.c (output_added_clobbers_hard_reg_p): Only output return
12617 stmt if some case has been output.
12618
12619 2002-03-20 Jakub Jelinek <jakub@redhat.com>
12620
12621 PR c/5972
12622 * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
12623 movsfcc_1, movdfcc_1): Add %O2.
12624 * config/i386/i386.c (print_operand): Handle %ON.
12625 Print . before float condition codes in Sun as cmov syntax.
12626 * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
12627 * config.gcc (i[34567]86-*-solaris2*): Remove comment which is
12628 no longer true.
12629
12630 2002-03-20 Philip Blundell <pb@nexus.co.uk>
12631
12632 * config/arm/arm.c (arm_output_epilogue): Don't generate separate
12633 return instruction if PC was popped.
12634
12635 2002-03-20 Bob Wilson <bob.wilson@acm.org>
12636
12637 * config/xtensa/xtensa.md: Remove unused type attributes.
12638 (adddi_carry, subddi_carry): Change type attribute to "multi".
12639
12640 2002-03-19 Dale Johannesen <dalej@apple.com>
12641
12642 PR optimization/5999, middle-end/5731
12643 * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
12644 multiplications by reciprocals.
12645
12646 2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
12647
12648 * Makefile.in: Update.
12649 * c-common.c: Include langhooks.h.
12650 (inline_forbidden_p): Use new hook.
12651 * diagnostic.c: Include langhooks.h.
12652 (format_with_decl, announce_function,
12653 default_print_error_function): Use new hook.
12654 * dwarf2out.c (dwarf2_name): Use new hook.
12655 * function.c: Include langhooks.h.
12656 (init_function_start): Use new hook.
12657 * langhooks-def.h (lhd_decl_printable_name): New.
12658 (LANGHOOKS_DECL_PRINTABLE_NAME): New.
12659 (LANGHOOKS_INITIALIZER): Update.
12660 * langhooks.c (lhd_decl_printable_name): New.
12661 * langhooks.h (struct lang_hooks): New hook.
12662 * toplev.c (decl_name, decl_printable_name): Remove.
12663 (open_dump_file): Use new hook.
12664 (process_options): Remove old hook.
12665 * tree.h (decl_printable_name): Remove.
12666 objc:
12667 * objc-act.c (objc_init): Remove old hook.
12668 (objc_printable_name): Export.
12669 * objc-act.h (objc_printable_name): New.
12670 * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
12671
12672 2002-03-19 Jim Blandy <jimb@redhat.com>
12673
12674 * c-lex.c (cb_file_change): Pass the #inclusion's line number to
12675 the start_source_file debug hook, not the current line number.
12676
12677 2002-03-19 Richard Henderson <rth@redhat.com>
12678
12679 * flow.c (EH_USES): Provide default.
12680 (calculate_global_regs_live): Use it for EH edges and noreturn calls.
12681 * doc/tm.texi (EH_USES): New.
12682
12683 * config/ia64/ia64.c (ia64_eh_uses): New.
12684 * config/ia64/ia64-protos.h: Update.
12685 * config/ia64/ia64.h (EH_USES): New.
12686
12687 2002-03-19 Richard Henderson <rth@redhat.com>
12688
12689 * varasm.c (output_constant_def): Fix stupid typo.
12690
12691 2002-03-19 Richard Henderson <rth@redhat.com>
12692
12693 PR 5879
12694 * except.c (current_function_has_exception_handlers): New.
12695 * except.h: Declare it.
12696 * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
12697 Combine tests that disable all sibcalls for the function.
12698
12699 2002-03-19 Olivier Hainque <hainque@act-europe.fr>
12700
12701 * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
12702 for INTEGER_CST.
12703
12704 2002-03-19 Richard Henderson <rth@redhat.com>
12705
12706 PR 5977, 5991
12707 * config/ia64/ia64.c: Revert 2002-03-01 patch.
12708 * config/ia64/ia64.h (INIT_EXPANDERS): New.
12709
12710 2002-03-19 Jim Blandy <jimb@redhat.com>
12711
12712 * cppmacro.c (cpp_macro_definition): Emit a space after the macro
12713 name, even if the replacement list contains no tokens, as required
12714 by Dwarf.
12715
12716 2002-03-19 Jason Merrill <jason@redhat.com>
12717
12718 * varasm.c (globalize_decl): Get the name from the RTL, not
12719 DECL_ASSEMBLER_NAME.
12720
12721 * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
12722
12723 2002-03-19 Bob Wilson <bob.wilson@acm.org>
12724
12725 * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
12726 subdi_carry): Define.
12727
12728 2002-03-19 David Edelsohn <edelsohn@gnu.org>
12729
12730 * config/rs6000/rs6000.c (rs6000_override_options): Only warn
12731 about -fpic/-fPIC if extra_warnings set.
12732
12733 2002-03-19 David Edelsohn <edelsohn@gnu.org>
12734
12735 * expr.c (expand_expr): Sign-extend CONST_INT generated from
12736 TREE_STRING_POINTER.
12737 * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
12738
12739 Tue Mar 19 14:12:32 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12740
12741 * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
12742 in favor of SP if FRAME_POINTER_REQUIRED is false.
12743
12744 2002-03-19 Lars Brinkhoff <lars@nocrew.org>
12745
12746 * emit-rtl.c (gen_int_mode): New function.
12747 * rtl.h: Prototype for it.
12748 * combine.c (make_extraction, simplify_comparison), expmed.c
12749 (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
12750 (convert_modes, store_field), optabs.c (expand_fix),
12751 simplify-rtx.c (neg_const_int, simplify_unary_real),
12752
12753 * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
12754 Use it instead of GEN_INT (trunc_int_for_mode (...)).
12755
12756 2002-03-19 Jakub Jelinek <jakub@redhat.com>
12757
12758 PR c/5656
12759 * langhooks.h (struct lang_hooks_for_tree_inlining): Add
12760 convert_parm_for_inlining.
12761 * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
12762 Define.
12763 * langhooks-def.h: Likewise.
12764 * objc/objc-lang.c: Likewise.
12765 * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
12766 function.
12767 * tree-inline.c (initialize_inlined_parameters):
12768 Call convert_parm_for_inlining lang hook if needed.
12769 * c-typeck.c (c_convert_parm_for_inlining): New function.
12770 * c-tree.h (c_convert_parm_for_inlining): Add prototype.
12771
12772 2002-03-18 Mark Mitchell <mark@codesourcery.com>
12773
12774 * calls.c (precompute_arguments): Do not assume that temporaries
12775 can be destroyed after expanding the argument.
12776 (expand_call): Likewise.
12777
12778 2002-03-15 Eric Christopher <echristo@redhat.com>
12779
12780 * config/mips/mips.md (movdf_internal2): Add two new move constraints.
12781 Fix register preference on last change.
12782 * config/mips/mips.c (mips_return_in_memory): New function.
12783 * config/mips/mips.h (RETURN_IN_MEMORY): Use.
12784 * config/mips/mips-protos.h: Declare.
12785 * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
12786 * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
12787
12788 2002-03-18 Alexandre Oliva <aoliva@redhat.com>
12789
12790 * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
12791 a register too.
12792 (anddi3, iorsi3): Likewise.
12793
12794 * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
12795 use %gprel for symbols that are going to be placed in linkonce
12796 sections.
12797
12798 * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
12799 RETURN_ADDRESS_POINTER_REGNUM to $ra.
12800 (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
12801 not needed. Disregard leaf_function_p().
12802 (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
12803 mips16 frame pointer.
12804 * config/mips/mips.md (store ra): Only to small SP offsets.
12805 2001-08-22 Graham Stott <grahams@redhat.com>
12806 * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
12807 return a REG rtx for the return address register.
12808
12809 2002-03-18 Bob Wilson <bob.wilson@acm.org>
12810
12811 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
12812 constant-pool addresses as "mode-dependent".
12813 (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
12814
12815 2002-03-18 Jakub Jelinek <jakub@redhat.com>
12816
12817 PR target/5740
12818 * expr.c (emit_group_load): Use extract_bit_field if
12819 needed for CONCAT arguments.
12820
12821 2002-03-18 Richard Earnshaw <rearnsha@arm.com>
12822
12823 PR target/4863
12824 * arm.md (tablejump): Make this a define_expand. For PIC add the
12825 offset to the base of the table.
12826 (thumb_tablejump): Matcher for Thumb tablejump insn.
12827 * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
12828 as the difference of two labels.
12829 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
12830 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
12831 tables in the code.
12832 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
12833 * arm.c (get_jump_table_size): If the table is not in the text
12834 section, return zero.
12835
12836 2002-03-18 Bernd Schmidt <bernds@redhat.com>
12837
12838 * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
12839 of gen_rtx_SUBREG.
12840 (arm_reload_out_hi): Use gen_lowpart instead of
12841 gen_rtx_SUBREG to access QImode components.
12842 * config/arm/arm.md: Disable zero_extend split for QImode
12843 subregs in BIG_ENDIAN mode.
12844 (storehi_bigend): Match use of least significant byte.
12845 (storeinthi): Remove extraneous SUBREG.
12846 Add missing construction of operands[2].
12847 (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
12848 (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
12849 Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
12850
12851 2002-03-18 Aldy Hernandez <aldyh@redhat.com>
12852
12853 * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
12854 any_operand.
12855
12856 2002-03-17 Richard Henderson <rth@redhat.com>
12857
12858 * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
12859 explicitly.
12860
12861 2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
12862
12863 * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
12864 (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
12865
12866 2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12867
12868 * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
12869
12870 * predict.c (estimate_bb_frequencies): Delete unused variables.
12871
12872 2002-03-17 Richard Henderson <rth@redhat.com>
12873
12874 * config/ia64/ia64.c (ia64_attribute_table): Move before
12875 targetm definition. Make static.
12876
12877 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
12878
12879 * c-common.h (yyparse, c_common_parse_file): New.
12880 * c-lang.c: Include c-common.h.
12881 (LANG_HOOKS_PARSE_FILE): Redefine.
12882 * c-lex.c: Include c-common.h.
12883 (yyparse): Rename c_common_parse_file. Call yyparse.
12884 * c-parse.in (yyparse): Remove macro.
12885 * c-tree.h (yyparse_1): Remove.
12886 * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
12887 (LANG_HOOKS_INITIALIZER): Update.
12888 * langhooks.h (struct lang_hoooks): New hook parse_file.
12889 * toplev.c (compile_file): Use parse_file hook.
12890 * tree.h (yyparse): Remove.
12891 * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
12892
12893 2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
12894
12895 * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
12896 float_truncate, not fix.
12897 ("*truncdfsf2_real"): Ditto.
12898 ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
12899
12900 * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
12901
12902 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
12903
12904 * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
12905 (s8), but rather HARD_FRAME_POINTER_REGNUM. Add parentheses
12906 where appropriate. Make the second reference to
12907 leaf_function_p a function call, as intended. Reindented.
12908
12909 * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
12910 * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
12911
12912 * config/mips/mips.md (addsi3, adddi3): Use scratch register to
12913 add register to non-constant into sp.
12914
12915 * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
12916 * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
12917 (mips16_gp_pseudo_rtx): Lose.
12918 (INIT_EXPANDERS): Deleted.
12919 * config/mips/mips.c (mips_init_machine_status): New.
12920 (mips_free_machine_status): New.
12921 (mips_mark_machine_status): New.
12922 (override_options): Set them.
12923 (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
12924 (struct machine_function): ... new. Replaced all references.
12925 (mips_add_gc_roots): Don't mark them.
12926 (embedded_pic_fnaddr_reg): New, extracted from...
12927 (embedded_pic_offset): ... here.
12928 * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
12929 (movsi): Likewise.
12930
12931 2002-03-16 Neil Booth <neil@daikokuya.demon.co.uk>
12932
12933 * cppinit.c: Revert -MD removal.
12934
12935 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12936
12937 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
12938 soft registers by default for 68HC12.
12939 (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
12940 when compiling with -fomit-frame-pointer.
12941 (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
12942 (expand_epilogue): Likewise.
12943 (m68hc11_gen_rotate): Use exg when rotating by 8.
12944
12945 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12946
12947 * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
12948 * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
12949 (splits): Remove unused add splits.
12950 ("*addhi3_68hc12"): Tune constraints.
12951 ("addhi_sp"): Try to use X instead of Y in all cases and if the
12952 constant fits in 8-bits and D is dead use abx/aby instructions.
12953 ("*addhi3"): Remove extern declaration of ix_reg.
12954 ("*subsi3"): Optimize and provide new split.
12955 ("subhi3"): Cleanup.
12956 ("*subhi3_sp"): Avoid saving X if we know it is dead.
12957 (arith splits): For 68hc12 save the address register on the stack
12958 and do the arithmetic operation with a pop.
12959
12960 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12961
12962 * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
12963 allocating QImode in address registers.
12964 ("*movqi_m68hc11"): Likewise.
12965
12966 Sat Mar 16 12:57:28 CET 2002 Jan HUbicka <jh@suse.cz>
12967
12968 * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
12969
12970 2002-03-16 Neil Booth <neil@daikokuya.demon.co.uk>
12971
12972 * cppinit.c (print_help): Display -MD and -MMD.
12973 Don't display usage string. Update assertion syntax and
12974 typo.
12975 (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
12976 (cpp_handle_option): Update.
12977
12978 2002-03-15 Chris Demetriou <cgd@broadcom.com>
12979
12980 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
12981 MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
12982 and define it so that regardless of target CPU size,
12983 __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
12984 of "int" rather than "long."
12985
12986 2002-03-15 Richard Henderson <rth@redhat.com>
12987
12988 * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
12989 size as a tree.
12990
12991 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12992
12993 * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
12994 ("tstqi" split): Avoid using memory for tstqi on address register.
12995 (splits): Remove constraints.
12996 ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
12997 ("cmpdf", "cmpsf"): Remove since not used.
12998 ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
12999 (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
13000
13001 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13002
13003 * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
13004 ("neghi2"): Tighten constraints.
13005 ("one_cmplsi2"): Optimize and simplify split.
13006 * config/m68hc11/larith.asm (__negsi2): Likewise for library.
13007
13008 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13009
13010 * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
13011 and split of AND operation to clear the upper bits.
13012 ("*logicalsi3_zextqi"): Likewise.
13013 ("*logicallhi3_zexthi_ashift8"): Likewise.
13014 ("*logicalsi3_silshr16"): Likewise.
13015 ("logicalsi3_silshl16"): Likewise.
13016 ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
13017
13018 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13019
13020 * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
13021 (m68hc11_indirect_p): New function.
13022 (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
13023 (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
13024 TARGET_M6812.
13025 (asm_print_register): Likewise.
13026 * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
13027 (m68hc11_indirect_p): Declare.
13028 * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
13029 (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
13030 (TARGET_SWITCHES): New option -mrelax.
13031 * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
13032 destination.
13033 ("iorsi3", "xorsi3"): Likewise.
13034 ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
13035 ("*andhi3_mem"): New to handle destination in memory with bclr
13036 and a scratch register.
13037 ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
13038 ("*andhi3_const"): New when operand2 is constant.
13039 ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
13040 ("*andhi3_gen"): Cleanup of the old "andhi3".
13041 ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
13042 ("xorqi3"): Update constraints.
13043
13044 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13045
13046 * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
13047 for reg_equiv_memory_loc when the operand is a register that does
13048 not get a hard register (stack location).
13049 (tst_operand): After reload, accept all memory operand.
13050 (symbolic_memory_operand): Fix detection of symbolic references.
13051 * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
13052 accept symbols and any constant.
13053
13054 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13055
13056 * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
13057 note on the insn that sets the soft frame register.
13058 (must_parenthesize): ix and iy are also reserved names.
13059 (print_operand_address): One more place where parenthesis are required
13060 to avoid confusion with register names.
13061 (m68hc11_gen_movhi): Allow push of stack pointer.
13062 (m68hc11_check_z_replacement): Fix handling of parallel with a
13063 clobber.
13064 (m68hc11_z_replacement): Must update the REG_INC notes to tell what
13065 the replacement register is.
13066 * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
13067 and D8_REGS classes.
13068 (MODES_TIEABLE_P): All modes are tieable except QImode.
13069
13070 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13071
13072 * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
13073 (___subdi3): Likewise.
13074 (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
13075 (__map_data_section): Optimize 68hc11 case.
13076
13077 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13078
13079 * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
13080 than a shift to avoid adding a register with itself.
13081 (m68hc11_memory_move_cost): Take into account NO_REGS.
13082 (m68hc11_register_move_cost): Update and use memory move cost
13083 for soft registers.
13084 (m68hc11_address_cost): Make cost of valid offset not 0 so that
13085 it gives more opportunities to cse to optimize.
13086 * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
13087 * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
13088
13089 2002-03-15 Mark Mitchell <mark@codesourcery.com>
13090
13091 * c-common.c (statement_code_p): Handle CLEANUP_STMT.
13092 * c-common.def (CLEANUP_STMT): New tree node.
13093 * c-common.h (CLEANUP_DECL): New macro.
13094 (CLEANUP_EXPR): Likewise.
13095 * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
13096 * expr.c (expand_expr): Tidy.
13097 * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
13098 * tree-inline.c (initialize_inlined_parameters): Clean up
13099 new local variables.
13100
13101 2002-03-15 Jakub Jelinek <jakub@redhat.com>
13102
13103 PR bootstrap/4128
13104 * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
13105 before movrXX only, use reg_overlap_mentioned_p.
13106 Only special case NE if just one insn can be generated.
13107
13108 2002-03-15 Jason Merrill <jason@redhat.com>
13109
13110 * varasm.c (assemble_variable): Call resolve_unique_section before
13111 checking DECL_SECTION_NAME. Use zeros for a decl with DECL_INITIAL
13112 of error_mark_node.
13113
13114 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
13115
13116 PR target/5170
13117 * arm.md (split pattern for thumb shiftable immediates): Add comment
13118 explaining non-obvious test.
13119
13120 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
13121
13122 PR target/5712
13123 * arm.md (movaddr, movaddr_insn): Delete.
13124
13125 2002-03-15 Jason Merrill <jason@redhat.com>
13126
13127 * toplev.c (wrapup_global_declarations): Clarify variable handling.
13128 -fkeep-static-consts doesn't apply to comdats.
13129
13130 2002-03-14 Richard Henderson <rth@redhat.com>
13131
13132 * c-decl.c: Include c-pragma.h.
13133 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
13134 (finish_function): Tidy.
13135 * c-pragma.c: Include c-common.h.
13136 (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
13137 (handle_pragma_weak): Use them.
13138 (init_pragma): Register pending_weaks.
13139 * c-pragma.h (maybe_apply_pragma_weak): Declare.
13140 * print-tree.c (print_node): Print DECL_WEAK.
13141 * varasm.c (mark_weak_decls): Remove.
13142 (remove_from_pending_weak_list): Remove.
13143 (add_weak): Remove.
13144 (asm_emit_uninitialised): Call globalize_decl for weak commons.
13145 (weak_decls): Make a tree_list.
13146 (declare_weak): Cons weak_decls directly.
13147 (globalize_decl): Remove weak_decls elements directly.
13148 (weak_finish): Simplify weak_decls walk. Don't weaken unused
13149 symbols. Don't pretend to handle aliases.
13150 (init_varasm_once): Update weak_decls registry.
13151 * Makefile.in: Update dependencies.
13152
13153 2002-03-14 Richard Henderson <rth@redhat.com>
13154
13155 PR target/5312
13156 * config/ia64/ia64.c: Include tm_p.h last.
13157 (gen_nop_type): Remove duplicate definition.
13158 (cycle_end_fill_slots): Set sched_data for second L slot.
13159 (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
13160 (nop_cycles_until): Fix typos.
13161
13162 2002-03-15 Jakub Jelinek <jakub@redhat.com>
13163
13164 PR optimization/5891
13165 * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
13166
13167 2002-03-14 David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
13168
13169 * config/ia64/unwind-ia64.c: Handle copy_state and label_state
13170 descriptors correctly.
13171
13172 2002-03-14 Michael Meissner <meissner@redhat.com>
13173
13174 * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
13175 100, allowing MAX_UNROLLED_INSNS to be overridden.
13176
13177 * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
13178 --param.
13179
13180 * unroll.c (params.h): Include.
13181 (MAX_UNROLLED_INSNS): Delete, now in params.h.
13182
13183 * doc/invoke.texi (--param max-unroll-insns): Document.
13184
13185 * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
13186
13187 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
13188
13189 * arm.md: Fix warnings about constraints in peepholes and splits.
13190
13191 2002-03-14 Zack Weinberg <zack@codesourcery.com>
13192
13193 * cpphash.h (struct lexer_state): Remove line_extension member.
13194 * cpplib.c (dequote_string, do_linemarker): New functions.
13195 (linemarker_dir): New data object.
13196 (DIRECTIVE_TABLE): No longer need to interpret #line in
13197 preprocessed source. Delete obsolete comment about return
13198 values of handlers.
13199 (end_directive, directive_diagnostics, _cpp_handle_directive):
13200 Don't muck with line_extension.
13201 (directive_diagnostics): No need to issue warnings for
13202 linemarkers here.
13203 (_cpp_handle_directive): Issue warnings for linemarkers here,
13204 when appropriate. Dispatch linemarkers to do_linemarker, not
13205 do_line.
13206 (do_line): Code to handle linemarkers split out to do_linemarker.
13207 Convert escape sequences in filename argument, both places.
13208
13209 * cppmacro.c (quote_string): Rename cpp_quote_string and
13210 export. All callers changed.
13211 * cpplib.h (cpp_quote_string): Prototype.
13212 * cppmain.c (print_line): Call cpp_quote_string on to_file
13213 before printing it.
13214
13215 * doc/cpp.texi: Document that escapes are now interpreted in
13216 #line and in linemarkers, and that non-printing characters are
13217 converted to octal escapes when linemarkers are generated.
13218
13219 Thu Mar 14 19:04:29 CET 2002 Jan Hubicka <jh@suse.cz>
13220
13221 * emit-rtl.c (try_split): Use delete_insns.
13222 * recog.c (split_all_insns): Fix terminating condition.
13223
13224 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
13225 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
13226
13227 PR target/5828
13228 * arm.c (arm_output_epilogue): Fix floating-point register save
13229 adjustment when using a frame pointer.
13230
13231 2002-03-14 Richard Sandiford <rsandifo@redhat.com>
13232
13233 * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
13234 * config/mips/mips.c (compute_frame_size): Retrofit them here.
13235 (save_restore_insns, mips_expand_epilogue): And here.
13236 (build_mips16_call_stub): And here.
13237 (mips_function_value): Use the new macros to decide whether a single
13238 or complex float can be returned in floating-point registers. Return
13239 a parallel rtx in the complex case.
13240
13241 Thu Mar 14 11:03:12 CET 2002 Jan Hubicka <jh@suse.cz>
13242
13243 * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
13244 call after liveness analysis.
13245
13246 * recog.c (split_insn): Use delete_insn_and_edges.
13247
13248 * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
13249 instructions to have branch prediction notes.
13250 * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
13251
13252 2002-03-14 Geoffrey Keating <geoffk@redhat.com>
13253
13254 * configure.in: Don't pass -Wno-long-long to a ADA compiler
13255 that doesn't support it.
13256 * configure: Regenerate.
13257
13258 2002-03-13 Jakub Jelinek <jakub@redhat.com>
13259
13260 PR target/5626
13261 * config/sparc/sparc.md (normal_branch, inverted_branch,
13262 normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
13263 inverted_fp_branch): Adjust calls to output_cbranch.
13264 Set length attribute.
13265 (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
13266 output_v9branch. Set length attribute.
13267 * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
13268 predicates.
13269 (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
13270 (output_cbranch): Likewise. Handle far branches.
13271 (output_v9branch): Handle far branches.
13272 * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
13273 Adjust prototypes.
13274 * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
13275 noov_compare64_op predicates.
13276
13277 2002-03-13 Jason Merrill <jason@redhat.com>
13278
13279 * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
13280 into the function and constify it.
13281 * gthr-dce.h, gthr-solaris.h: Likewise.
13282
13283 2002-03-13 David Edelsohn <edelsohn@gnu.org>
13284
13285 * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
13286 * config/rs6000/rs6000.c (rs6000_va_arg): Use
13287 std_expand_builtin_va_arg if not ABI_V4.
13288
13289 2002-03-13 Jason Merrill <jason@redhat.com>
13290
13291 * varasm.c (globalize_decl): New fn.
13292 (assemble_start_function): Use it.
13293 (asm_emit_uninitialized): Use it.
13294 (assemble_alias): Use it.
13295 (assemble_variable): Use it.
13296
13297 2002-03-13 Hans-Peter Nilsson <hp@axis.com>
13298
13299 * config/cris/cris.c (cris_target_asm_function_prologue): Revert
13300 2002-03-12 internal visibility change.
13301 (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
13302 visibility into SYMBOL_REF_FLAG.
13303
13304 2002-03-13 Ulrich Weigand <uweigand@de.ibm.com>
13305
13306 * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
13307 VOIDmode operand. Add compile-time optimization for constant results.
13308
13309 2002-03-12 Jason Merrill <jason@redhat.com>
13310
13311 * c-typeck.c (convert_for_assignment): Don't allow conversions
13312 between pointers and references. Only allow lvalues to convert to
13313 reference.
13314
13315 2002-03-13 Hartmut Penner <hpenner@de.ibm.com>
13316
13317 * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
13318 before prologue, to avoid scheduling problems.
13319
13320 2002-03-13 Jakub Jelinek <jakub@redhat.com>
13321
13322 * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
13323 (ELIMINABLE_REGS): Add sfp->sp.
13324 (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
13325
13326 2002-03-13 Jakub Jelinek <jakub@redhat.com>
13327
13328 PR optimization/5892
13329 * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
13330
13331 2002-03-13 Jakub Jelinek <jakub@redhat.com>
13332
13333 * loop.c (basic_induction_var): Don't call convert_modes if mode
13334 classes are different.
13335
13336 2002-03-12 Richard Henderson <rth@redhat.com>
13337
13338 PR optimization/5901
13339 * function.c (reposition_prologue_and_epilogue_notes): Position
13340 the markers after/before the last/first insn not deleted.
13341
13342 2002-03-12 Richard Henderson <rth@redhat.com>
13343
13344 PR optimization/5878
13345 * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
13346 config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
13347 (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
13348
13349 * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
13350 config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
13351 PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
13352
13353 * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
13354 * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
13355 (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
13356 also. Don't set it if not flag_pic.
13357 * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
13358 to be INVALID_REGNUM when not used.
13359
13360 2002-03-13 Aldy Hernandez <aldyh@redhat.com>
13361
13362 * expmed.c (store_bit_field): Reset alias set for memory.
13363 (extract_bit_field): Same.
13364
13365 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13366
13367 * c-common.c (c_tree_code_type, c_tree_code_length,
13368 c_tree_code_name, add_c_tree_codes): Delete.
13369 * c-common.h (add_c_tree_codes): Delete.
13370 * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
13371 Define.
13372 * c-objc-common.c (c_objc_common_init): Don't call
13373 add_c_tree_codes, instead set lang_unsafe_for_reeval.
13374 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
13375 objc_tree_code_name, add_objc_tree_codes): Delete.
13376 (objc_init): Don't call add_objc_tree_codes.
13377 * objc/objc-lang.c (tree_code_type, tree_code_length,
13378 tree_code_name): Define.
13379 * toplev.c (lang_independent_init): Don't set
13380 tree_code_length[IDENTIFIER_NODE].
13381 * tree.c (tree_code_type, tree_code_length, tree_code_name):
13382 Delete definitions, moved to language front-ends.
13383 * tree.def (IDENTIFIER_NODE): Hardwire the length.
13384 * tree.h (tree_code_type, tree_code_length, tree_code_name):
13385 Const-ify.
13386 (tree_code_length): Change type to unsigned char.
13387
13388 2002-03-12 Richard Henderson <rth@redhat.com>
13389
13390 * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
13391 internal visibility change.
13392
13393 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13394
13395 * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
13396 validize_mem() instead of change_address to avoid clobbering
13397 memory attributes.
13398
13399 2002-03-12 Neil Booth <neil@daikokuya.demon.co.uk>
13400
13401 * c-lex.h (position_after_whitespace): Remove.
13402
13403 2002-03-12 Jakub Jelinek <jakub@redhat.com>
13404
13405 * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
13406 (lex_string): Use unsigned char pointers.
13407
13408 2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
13409
13410 * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
13411 is not a valid memory_operand.
13412
13413 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13414
13415 * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
13416 * config/xtensa/lib1funcs.asm: Fix copyright to include
13417 special case for libgcc files.
13418 (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
13419 (__divsi3): Likewise.
13420 (__umodsi3): Likewise.
13421 (__modsi3): Likewise.
13422 * config/xtensa/lib2funcs.S: Fix copyright to include
13423 special case for libgcc files.
13424
13425 2002-03-12 Tom Rix <trix@redhat.com>
13426
13427 * collect2.c (resolve_lib_name): Move outside of
13428 OBJECT_FORMAT_COFF ifdef.
13429 (ignore_library): Same.
13430
13431 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13432
13433 * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
13434
13435 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13436
13437 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
13438 to function_section before writing out the constant pool.
13439
13440 2002-03-12 David Edelsohn <edelsohn@gnu.org>
13441
13442 * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
13443 zero_constant.
13444 * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
13445
13446 2002-03-12 Alan Modra <amodra@bigpond.net.au>
13447
13448 * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
13449 (adddi3): Likewise.
13450 (movdf): Likewise.
13451 (movdi): Likewise.
13452 (cmpsi splitter): Likewise.
13453 (modsi3): Fail if <= 0.
13454 * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
13455 redundant test when HOST_BITS_PER_WIDE_INT != 32.
13456 (reg_or_sub_cint64_operand): Likewise.
13457 (num_insns_constant_wide): Optimize sign extension.
13458 (rs6000_legitimize_address): Likewise.
13459
13460 2002-03-12 Andrew MacLeod <amacleod@redhat.com>
13461
13462 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
13463 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
13464
13465 2002-03-12 Andrew MacLeod <amacleod@redhat.com>
13466
13467 * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
13468 address calculation.
13469
13470 2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
13471
13472 * config/s390/s390.md (reload_insi, reload_indi): Change mode of
13473 scratch register to DImode / TImode.
13474 config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
13475 register used does not overlap the target.
13476
13477 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13478
13479 * Makefile.in (debug.o): Depend on debug.h.
13480 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
13481 * debug.c (do_nothing_debug_hooks): Likewise.
13482 * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
13483 sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
13484 dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
13485 * dwarf2out.c (dwarf2_debug_hooks): Likewise.
13486 * dwarfout.c (dwarf_debug_hooks): Likewise.
13487 * integrate.c (output_inline_function): Likewise.
13488 * objc/objc-act.c (synth_module_prologue): Likewise.
13489 * sdbout.c (sdb_debug_hooks): Likewise.
13490 * toplev.c (debug_hooks): Likewise.
13491 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
13492
13493 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13494
13495 * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
13496 dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
13497 m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
13498 ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
13499 v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
13500 * defaults.h (POINTER_SIZE): Define.
13501 * doc/tm.texi (POINTER_SIZE): Document default.
13502
13503 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13504
13505 * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
13506
13507 2002-03-11 Richard Henderson <rth@redhat.com>
13508
13509 * toplev.c (rest_of_compilation): Call purge_all_dead_edges
13510 if rebuild_label_notes_after_reload.
13511
13512 2002-03-12 Hans-Peter Nilsson <hp@axis.com>
13513
13514 * config/cris/cris.c (cris_target_asm_function_prologue): Do not
13515 emit pic register load if "internal" visibility.
13516 (cris_print_operand): Avoid traditional-warning for 0xffffffff.
13517 (cris_expand_builtin_va_arg): Do all computations on trees.
13518
13519 2002-03-11 Richard Henderson <rth@redhat.com>
13520
13521 * rtlanal.c: Include recog.h.
13522 (keep_with_call_p): Fix thinko.
13523 * Makefile.in (rtlanal.o): Update dependencies.
13524
13525 2002-03-11 Chris Meyer <cmeyer@gatan.com>
13526
13527 * genflags.c (gen_insn): Use IS_VSPACE.
13528 * genoutput.c (output_insn_data): Likewise.
13529 (process_template): Likewise.
13530
13531 2002-03-11 Richard Henderson <rth@redhat.com>
13532
13533 * toplev.c (rest_of_compilation): Don't compile if we've had errors.
13534
13535 2002-03-11 Neil Booth <neil@daikokuya.demon.co.uk>
13536
13537 * Makefile.in: Update.
13538 * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
13539 Update documentation.
13540 * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
13541 * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
13542
13543 2002-03-11 Zack Weinberg <zack@codesourcery.com>
13544
13545 * Makefile.in: Give texi2pod its input file as a command line
13546 argument, not on stdin.
13547
13548 2002-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13549 Daniel Berlin <dan@dberlin.org>
13550
13551 C++ alias analysis improvement.
13552 * alias.c (record_component_aliases): Record aliases for base
13553 classes too.
13554
13555 2002-03-11 Ulrich Weigand <uweigand@de.ibm.com>
13556
13557 * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
13558
13559 2002-03-11 Douglas B Rupp <rupp@gnat.com>
13560
13561 * toplev.c (vms_fopen): Remove, not needed.
13562
13563 * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
13564
13565 * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
13566
13567 * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
13568 for FP, already done later.
13569
13570 * toplev.c (debug_args): Add entry for VMS_DEBUG.
13571 * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
13572
13573 2002-03-11 Richard Sandiford <rsandifo@redhat.com>
13574
13575 * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
13576 (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
13577 LARGEST_EXPONENT_IS_NORMAL for the given mode.
13578 (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
13579 * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
13580 (ediv, emul, eldexp, esqrt): Likewise.
13581 (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
13582 (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
13583 (saturate): New function.
13584 (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
13585 (make_nan): Use a saturation value instead of a NaN if
13586 LARGEST_EXPONENT_IS_NORMAL. Warn when this happens.
13587 * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
13588 inputs if LARGEST_EXPONENT_IS_NORMAL. Represent subnormals as
13589 zero if NO_DENORMALS. Only round to nearest if !ROUND_TOWARDS_ZERO.
13590 (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
13591 (_fpmul_parts, _fpdiv_parts): Only round to nearest if
13592 !ROUND_TOWARDS_ZERO.
13593 * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
13594 (ROUND_TOWARDS_ZERO): Document.
13595
13596 2002-03-11 Andreas Jaeger <aj@suse.de>
13597
13598 * cfg.c (dump_flow_info): Remove unused variable.
13599
13600 2002-03-11 Hans-Peter Nilsson <hp@bitrange.com>
13601
13602 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
13603 computations on trees.
13604
13605 2002-03-10 Richard Henderson <rth@redhat.com>
13606
13607 PR 5693:
13608 * reload.c (copy_replacements_1): New.
13609 (copy_replacements): Use it to recurse through the rtx.
13610
13611 2002-03-10 Richard Henderson <rth@redhat.com>
13612
13613 * loop.c (strength_reduce): Compute number of iterations as
13614 unsigned HOST_WIDE_INT.
13615
13616 2002-03-10 Richard Henderson <rth@redhat.com>
13617
13618 * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
13619 to move away from the end of the block.
13620
13621 2002-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
13622
13623 PR preprocessor/5899
13624 * cppinit.c (init_dependency_output): Don't ignore -dM etc.
13625
13626 2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13627
13628 * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
13629
13630 * attribs.c (decl_attributes): Fix signed/unsigned warning.
13631
13632 2002-03-10 Hans-Peter Nilsson <hp@bitrange.com>
13633
13634 * config/mmix/mmix.c: Improve comments.
13635 (mmix_target_asm_function_prologue): Drop variable
13636 empty_stack_frame. Don't allocate unused slot above fp.
13637 (mmix_target_asm_function_epilogue): Mirror prologue changes.
13638 * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
13639 brace in first column.
13640 (enum reg_class): Ditto.
13641 (FIRST_PARM_OFFSET): Now 0.
13642 (USER_LABEL_PREFIX): Remove #if 0:d definition.
13643
13644 2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13645
13646 * combine.c (make_extraction): Fix error in last change.
13647
13648 2002-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13649
13650 * c4x.c (c4x_fp_reglist): Const-ify.
13651 * cris.c (cris_print_operand): Likewise.
13652 * i386.c (ix86_va_arg): Likewise.
13653 * ia64/unwind-ia64.c (unw_decode_table): Likewise.
13654 * m32r.c (m32r_hard_regno_mode_ok): Likewise.
13655 * m32r.h (m32r_hard_regno_mode_ok): Likewise.
13656 * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
13657 * mcore.h (regno_reg_class): Likewise.
13658 * mips.c (gen_int_relational): Likewise.
13659 * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
13660 * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
13661 * pdp11.c (move_costs): Likewise.
13662 * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
13663 * s390.c (s390_branch_condition_mnemonic, regclass_map):
13664 Likewise.
13665 * s390.h (regclass_map): Likewise.
13666 * sh.c (shift_amounts): Likewise.
13667 * sh.md (rotlsi3): Likewise.
13668
13669 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
13670
13671 * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
13672 (ne0+5): Use new clobber to generate proper shift pattern.
13673 Patch by Michael Matz <matz@kde.org>.
13674
13675 2002-03-09 Andreas Schwab <schwab@suse.de>
13676
13677 * gcc.c (validate_all_switches): Also handle `%W{...}'.
13678
13679 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
13680
13681 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
13682
13683 2002-03-09 Jakub Jelinek <jakub@redhat.com>
13684
13685 PR middle-end/5877
13686 * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
13687 even for non-representable constants.
13688
13689 Sat Mar 9 07:20:01 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13690
13691 * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
13692 * function.c (fixup_var_refs): Add MAY_SHARE parameter.
13693 (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
13694 (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
13695 (pop_function_context): Compute MAY_SHARE parameter for
13696 fixup_var_refs.
13697 (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
13698 (gen_mem_addressof): Call fixup_var_refs with new parm.
13699
13700 * combine.c (make_extraction): Don't make extension of CONST_INT.
13701
13702 2002-03-09 Alexandre Oliva <aoliva@redhat.com>
13703
13704 * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
13705 in o32 and o64 ABIs.
13706 * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
13707 but getting fixed-size structs passed in registers regardless of
13708 padding in o32 and o64 ABIs.
13709
13710 * config/mips/mips.c (mips_va_arg): Apply big-endianness address
13711 offset before loading address of argument passed by transparent
13712 reference.
13713
13714 2002-03-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
13715
13716 * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
13717
13718 2002-03-09 Alexandre Oliva <aoliva@redhat.com>
13719
13720 * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
13721 marker such that registers after it are saved.
13722
13723 2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13724
13725 * sparc.c (arith_4096_operand): Fix error in last change.
13726
13727 2002-03-08 Alexandre Oliva <aoliva@redhat.com>
13728
13729 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
13730 defaults for MEABI.
13731
13732 2002-03-08 Aldy Hernandez <aldyh@redhat.com>
13733
13734 * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
13735 vectors.
13736
13737 2002-03-08 Aldy Hernandez <aldyh@redhat.com>
13738
13739 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
13740
13741 Fri Mar 8 21:27:49 CET 2002 Jan Hubicka <jh@suse.cz>
13742
13743 * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
13744 removed; fix return value.
13745 * combine.c (combine_instructions): Dirtify blocks where we failed to
13746 update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
13747 * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
13748
13749 2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13750
13751 * gcse.c (insert_insn_end_bb): Fix typo in last change.
13752
13753 Fri Mar 8 21:08:52 CET 2002 Jan Hubicka <jh@suse.cz>
13754
13755 * recog.c (peephole2_optimize): Re-distribute EH edges.
13756
13757 2002-03-08 Neil Booth <neil@daikokuya.demon.co.uk>
13758
13759 * expr.c (expand_expr): Use unsave lang hook.
13760 * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
13761 (LANG_HOOKS_INITIALIZER): Update.
13762 * langhooks.h (struct lang_hooks): New hook unsave.
13763 * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
13764 (unsave_expr_1): Remove unused lang_unsave_expr_now.
13765 (unsave_expr_now_r): Rename lhd_unsave. Update. Return input.
13766 (unsave_expr_now): Remove.
13767 * tree.h (unsave_expr_now, lang_unsave,
13768 lang_unsave_expr_now): Remove.
13769 (lhd_unsave): New.
13770
13771 2002-03-08 Andreas Jaeger <aj@suse.de>
13772
13773 * flow.c (propagate_block_delete_insn): Remove unused variable.
13774
13775 2002-03-08 Kazu Hirata <kazu@hxi.com>
13776
13777 * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
13778 insn length for memory load/store.
13779
13780 2002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
13781
13782 * doc/install.texi (--with-libiconv-prefix): Document.
13783
13784 2002-03-08 Michael Y. Brukman <myb2@cornell.edu>
13785
13786 * doc/sourcebuild.texi: Fix typo.
13787
13788 2002-03-08 Jakub Jelinek <jakub@redhat.com>
13789
13790 PR c/3711
13791 * builtins.c (std_expand_builtin_va_arg): Do all computations on
13792 trees.
13793
13794 Fri Mar 8 06:48:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13795
13796 * rtl.c (copy_most_rtx): Move from here ...
13797 * emit-rtl.c (copy_most_rtx): ... to here.
13798
13799 2002-03-08 Alexandre Oliva <aoliva@redhat.com>
13800
13801 * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
13802 SUBTARGET_CPP_SIZE_SPEC.
13803 * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
13804
13805 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
13806
13807 2002-03-07 Matt Hiller <hiller@redhat.com>
13808
13809 * gensupport.c (first_dir_md_include): Renamed from include;
13810 change all references.
13811 (last_dir_md_include): Renamed from last_include; change all
13812 references.
13813 (init_md_reader): Unconditionally initialize base_dir whether or
13814 not filename is a relative path.
13815
13816 2002-03-07 Alexandre Oliva <aoliva@redhat.com>
13817
13818 * config/fp-bit.c (_unord_f2): Compile it in even if
13819 US_SOFTWARE_GOFAST is enabled.
13820
13821 * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
13822 NULL_RTX. Set all HFmode operations as NULL_RTX.
13823 * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
13824 NULL_RTX, try reversing the comparison and the operands.
13825
13826 2002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
13827
13828 * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
13829 genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
13830 and MATCH_OP_DUP.
13831
13832 Thu Mar 7 16:54:10 CET 2002 Jan Hubicka <jh@suse.cz>
13833
13834 * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
13835
13836 Thu Mar 7 16:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
13837
13838 * basic-block.h (fixup_abnormal_edges): Declare.
13839 * reload1.c (fixup_abnormal_edges): New function.
13840 * reg-stack.c (convert_regs): Use it.
13841
13842 * gcse.c (insert_insn_end_bb): Handle trapping insns.
13843
13844 * gcse.c (hash_scan_set): Refuse instructions with EH edges.
13845
13846 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
13847
13848 * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
13849 (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
13850 * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
13851 (HONOR_SIGN_DEPENDENT_ROUNDING): New.
13852 * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
13853 * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
13854 unless x and y could be infinite.
13855 (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
13856 Check that the common type of both arguments is a real, even for
13857 targets without unordered comparisons. Allow an integer argument
13858 to be compared against a real.
13859 (expand_tree_builtin): Use expand_unordered_cmp.
13860 * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
13861 * cse.c (fold_rtx): Likewise. Fix indentation.
13862 * fold-const.c (fold_real_zero_addition_p): New.
13863 (fold): Use it, and the new HONOR_... macros.
13864 * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
13865 * jump.c (reversed_comparison_code_parts): After searching for
13866 the true comparison mode, use HONOR_NANS to decide whether it
13867 can be safely reversed.
13868 (reverse_condition_maybe_unordered): Remove IEEE check.
13869 * simplify-rtx.c (simplify_binary_operation): Use the new macros
13870 to decide which simplifications are valid. Allow the following
13871 simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
13872 and (a - -b) to (a + b).
13873 (simplify_relational_operation): Use HONOR_NANS.
13874 * doc/tm.texi: Document the MODE_HAS_... macros.
13875
13876 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
13877
13878 * combine.c (simplify_comparison): If simplifying a logical shift
13879 right and compare with constant, force the comparison to unsigned.
13880
13881 2002-03-07 Aldy Hernandez <aldyh@redhat.com>
13882
13883 * doc/invoke.texi: Add documentation for -mabi=no-altivec.
13884
13885 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
13886 -mabi=no-altivec
13887 (alt_reg_names): Remove % for vrsave.
13888
13889 2002-03-06 Richard Henderson <rth@redhat.com>
13890
13891 PR optimization/5844
13892 * genemit.c (gen_exp): New argument used. Invoke copy_rtx
13893 if used indicates we've already emitted one copy of an operand.
13894 (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
13895 (gen_split): Supply a non-null used.
13896
13897 2002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
13898
13899 * reload1.c (reload): Unshare all rtl after reload is done.
13900
13901 * simplify-rtx.c (simplify_plus_minus): Do not abort,
13902 but simply fail if the expression is too complex to simplify.
13903 (simplify_gen_binary): Handle simplify_plus_minus failures.
13904
13905 Wed Mar 6 20:32:09 CET 2002 Jan Hubicka <jh@suse.cz>
13906
13907 * toplev.c (rest_of_compilation): Do jump threading before SSA path;
13908 consistently call delete_trivially_dead_insns after CSE and GCSE;
13909 fix DFI_life dumping; do jump threading after liveness; do crossjumping
13910 after liveness2; update comment in last crossjumping.
13911 * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
13912
13913 Wed Mar 6 12:27:10 2002 Jeffrey A Law (law@redhat.com)
13914
13915 * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
13916 after completing fast dead code elimination.
13917
13918 * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
13919 COMPARE operator.
13920
13921 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
13922
13923 * version.c: Fix misplaced leading blanks on first line.
13924
13925 Wed Mar 6 19:08:03 CET 2002 Jan Hubicka <jh@suse.cz>
13926
13927 * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
13928
13929 Wed Mar 6 18:14:43 CET 2002 Jan Hubicka <jh@suse.cz>
13930
13931 * cfgcleanup.c (mentions_nonequal_regs): New function.
13932 (thread_jump): Use it.
13933 * toplev.c (rest_of_compilation): Run jump threading after
13934 liveness.
13935
13936 2002-03-06 Jakub Jelinek <jakub@redhat.com>
13937
13938 * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
13939 patch.
13940
13941 Wed Mar 6 11:28:19 CET 2002 Jan Hubicka <jh@suse.cz>
13942
13943 * predict.c (estimate_bb_frequencies): Do not reload the
13944 frequencies from notes.
13945
13946 Wed Mar 6 10:59:39 CET 2002 Jan Hubicka <jh@suse.cz>
13947
13948 * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
13949 * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
13950
13951 * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
13952 delete_noop_moves): Return indeger.
13953 * flow.c (ndead): New variable.
13954 (propagate_block_delete_insn): Use delete_insn_and_edges; remove
13955 BB argument; update callers.
13956 (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
13957 (life_analysis): Do not call purge_all_dead_edges.
13958 (update_life_info): Return number of deleted insns; print statistics.
13959 (update_life_info_in_dirty_blocks): likewise.
13960 (delete_noop_moves): Use delete_insn_and_edges; print statistics;
13961 return number of insns deleted.
13962
13963 * cse.c: Include timevar.h
13964 (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
13965 iterate until stabilizes; print statistics; return number of killed
13966 insns.
13967 * Makefile.in: (cse.o): Add timevar.h dependency
13968 * rtl.h (delete_trivially_dead_insns): New.
13969 * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
13970 * toplev.c (rest_of_compilation): Update callers.
13971
13972 * cfgcleanup.c (try_optimize_cfg): Kill blocks.
13973 (try_optimize_cfg): Do not update liveness.
13974 (cleanup-cfg): Loop until try_optimize_cfg and dead code
13975 removal stabilizes; use delete_trivially_dead_insns.
13976
13977 * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
13978
13979 2002-03-05 Zack Weinberg <zack@codesourcery.com>
13980
13981 * cppmain.c (setup_callbacks): Disable #pragma and #ident
13982 callbacks when processing assembly language.
13983
13984 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
13985
13986 * pa.h (ASM_FILE_END): Define.
13987 * som.h (ASM_FILE_END): Delete.
13988
13989 * pa.c (function_arg): Don't pass floats in general registers in
13990 indirect calls if TARGET_ELF32.
13991
13992 2002-03-05 Richard Henderson <rth@redhat.com>
13993
13994 * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
13995
13996 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13997
13998 * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
13999
14000 2002-03-05 Jakub Jelinek <jakub@redhat.com>
14001
14002 * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
14003 -r command line. Don't hide any symbols if not building
14004 shared libgcc.
14005
14006 Tue Mar 5 18:31:27 CET 2002 Jan Hubicka <jh@suse.cz>
14007
14008 * cfg.c (dump_flow_info): Warn about profile mismatches.
14009 * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
14010 (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
14011
14012 2002-03-05 Jakub Jelinek <jakub@redhat.com>
14013
14014 * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
14015 wide volatile memory by parts.
14016
14017 2002-03-05 Jakub Jelinek <jakub@redhat.com>
14018
14019 * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
14020 is NULL.
14021
14022 2002-03-05 Richard Henderson <rth@redhat.com>
14023
14024 * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
14025
14026 2002-03-04 Geoffrey Keating <geoffk@redhat.com>
14027
14028 * toplev.c (documented_lang_options): Document more
14029 language-specific options.
14030 * doc/invoke.texi (Warning Options): Correct documentation for
14031 -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
14032 * c-decl.c (c_decode_option): Use a table to handle warning options.
14033
14034 2002-03-05 Hans-Peter Nilsson <hp@bitrange.com>
14035
14036 * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
14037 parameter to mmix_encode_section_info.
14038 (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
14039 relocatably. Always produce ELF, not mmo if linking relocatably.
14040 * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
14041 first is non-zero, don't add symbol prefix.
14042 * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
14043 prototype accordingly.
14044
14045 2002-03-04 Krister Walfridsson <cato@df.lth.se>
14046
14047 * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
14048
14049 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
14050
14051 * configure.in: Increase required makeinfo version to 4.1.
14052 * configure: Regenerate.
14053
14054 2002-03-04 Geoffrey Keating <geoffk@redhat.com>
14055
14056 * .cvsignore: Remove *.info* and genrtl*; these files are generated
14057 elsewhere now.
14058
14059 2002-03-04 Joseph S. Myers <jsm28@cam.ac.uk>
14060
14061 * doc/include/texinfo.tex: Update to version 2002-03-01.06.
14062 * doc/invoke.texi: Fix @math uses.
14063
14064 Mon Mar 4 15:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
14065
14066 * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
14067 removal
14068
14069 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
14070
14071 * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
14072 (powerpc-*-eabisimaltivec*): Same.
14073
14074 * config/rs6000/t-ppcendian: New.
14075
14076 2002-03-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14077
14078 * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
14079 nonimmediate_src_operand and nonimmediate_lsrc_operand to
14080 disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
14081
14082 2002-03-03 Richard Henderson <rth@redhat.com>
14083
14084 * toplev.c (rest_of_decl_compilation): Revert last two changes.
14085
14086 2002-03-03 Zack Weinberg <zack@codesourcery.com>
14087
14088 * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
14089 print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
14090 tree.c, config/m68k/m68k.c:
14091 Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
14092 REAL_ARITHMETIC blocks unconditional. Delete some further
14093 #ifdef blocks predicated on REAL_ARITHMETIC.
14094 * flags.h, toplev.c: Delete remaining references to
14095 flag_pretend_float.
14096
14097 * doc/invoke.texi: Remove documentation of -fpretend-float.
14098 * doc/tm.texi: Describe the various REAL_* macros as provided by
14099 real.h, not by the target configuration files.
14100
14101 * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
14102 config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
14103 config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
14104 config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
14105 config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
14106 config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
14107 config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
14108 config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
14109 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
14110 config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
14111 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
14112 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
14113 config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
14114 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
14115 config/xtensa/xtensa.h:
14116 Do not define, undefine, or mention in comments any of
14117 REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
14118 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
14119 REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
14120 REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
14121 REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
14122 REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
14123 REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
14124 REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
14125 REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
14126
14127 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14128
14129 * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
14130 convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
14131 i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
14132 m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
14133 pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
14134 stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
14135 Delete.
14136 * defaults.h (BITS_PER_WORD): Define.
14137 * doc/tm.texi (BITS_PER_WORD): Document default value.
14138
14139 * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
14140 m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
14141 stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
14142
14143 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14144
14145 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
14146 lieu of explicit sizeof/sizeof.
14147 * i386.c (override_options, ix86_init_mmx_sse_builtins,
14148 ix86_expand_builtin): Likewise.
14149 * mips.c (mips_add_gc_roots): Likewise.
14150 * mmix.c (mmix_output_condition): Likewise.
14151 * rs6000.c (rs6000_override_options, altivec_expand_builtin,
14152 altivec_init_builtins): Likewise.
14153 * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
14154 * cppexp.c (Nsuff, parse_number): Likewise.
14155 * cppinit.c (builtin_array_end): Likewise.
14156 * gcc.c (n_default_compilers, process_command): Likewise.
14157 * genpreds.c (output_predicate_decls): Likewise.
14158 * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
14159 * lcm.c (N_ENTITIES): Likewise.
14160 * stor-layout.c (set_sizetype): Likewise.
14161
14162 2002-03-03 Richard Henderson <rth@redhat.com>
14163
14164 * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
14165 for types or labels.
14166
14167 2002-03-03 Richard Henderson <rth@redhat.com>
14168
14169 * c-decl.c (start_decl): Initialized variables are not common.
14170
14171 2002-03-02 Per Bothner <per@bothner.com>
14172
14173 * gcc.c (option_map): Suport new --bootclasspath option.
14174 --CLASSPATH is now just an alias for --classpath.
14175
14176 2002-03-02 Richard Henderson <rth@redhat.com>
14177
14178 * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
14179 load if "internal" visibility.
14180 * doc/extend.texi: Document visibility meanings.
14181
14182 2002-03-02 Richard Henderson <rth@redhat.com>
14183
14184 * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
14185 to functions as well.
14186
14187 2002-03-02 Richard Henderson <rth@redhat.com>
14188
14189 * attribs.c (handle_alias_attribute): Don't call assemble_alias.
14190 (handle_visibility_attribute): Don't call assemble_visibility.
14191 * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
14192 without asmspec. Invoke assemble_alias when needed.
14193 * varasm.c (maybe_assemble_visibility): New.
14194 (assemble_start_function, assemble_variable, assemble_alias): Use it.
14195
14196 2002-03-02 Richard Henderson <rth@redhat.com>
14197
14198 * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
14199 invoke ENCODE_SECTION_INFO with first call flag.
14200
14201 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
14202 config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
14203 config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
14204 config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
14205 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
14206 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14207 config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
14208 config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
14209 config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
14210 config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
14211 config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
14212 config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
14213 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
14214 config/m68hc11/m68hc11.h, config/m88k/m88k.h,
14215 config/mcore/mcore-protos.h, config/mcore/mcore.c,
14216 config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
14217 config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
14218 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
14219 config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
14220 config/sh/sh.h, config/sparc/sparc.h,
14221 config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
14222 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
14223 config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
14224 FIRST argument. As needed, examine it and do nothing.
14225
14226 * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
14227 config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
14228 config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
14229
14230 * config/arm/t-pe (pe.o): Add dependencies.
14231
14232 2002-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14233
14234 * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
14235 cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
14236 i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
14237 mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
14238 pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
14239 vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
14240 * defaults.h (BITS_PER_UNIT): Define.
14241 * doc/tm.texi (BITS_PER_UNIT): Document default value.
14242
14243 2002-03-02 Kazu Hirata <kazu@hxi.com>
14244
14245 * config/h8300/h8300-protos.h: Add a prototype for
14246 compute_a_shift_length.
14247 * config/h8300/h8300.c (h8300_asm_insn_count): New.
14248 (compute_a_shift_length): Likewise.
14249 (h8300_adjust_insn_length): Do not adjust insn length of shift
14250 insns.
14251 * config/h8300/h8300.md (anonymous shift patterns): Use
14252 compute_a_shift_length.
14253
14254 Sat Mar 2 06:30:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14255
14256 * config/sparc/sparc.c (sparc_initialize_trampoline): Use
14257 trunc_int_for_mode.
14258
14259 * emit-rtl.c (offset_address): Call update_temp_slot_address.
14260
14261 2002-03-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14262
14263 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
14264 * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
14265 * flags.h (flag_zero_initialized_in_bss): Declare.
14266 * toplev.c (flag_zero_initialized_in_bss): New flag.
14267 (lang_independent_options): Add flag_zero_initialized_in_bss.
14268 * tree.c (initializer_zerop): New function.
14269 * tree.h (initializer_zerop): Declare.
14270 * varasm.c (assemble_variable): If we can emit bss, put zero
14271 initializers in the bss section.
14272
14273 2002-03-02 Alan Modra <amodra@bigpond.net.au>
14274
14275 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
14276 like more than one symbol per .weak directive.
14277
14278 2002-03-01 Richard Henderson <rth@redhat.com>
14279
14280 * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
14281 adjust argument_pointer by pretend_args_size.
14282 (ia64_va_start): Adjust va_start address by -pretend_args_size.
14283
14284 2002-03-01 Kazu Hirata <kazu@hxi.com>
14285
14286 * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
14287
14288 Fri Mar 1 20:59:14 CET 2002 Jan Hubicka <jh@suse.cz>
14289
14290 * toplev.c (rest_of_compilation): Delete dead jumptables before
14291 loop.
14292 * flow.c (delete_dead_jumptables): Make global.
14293 * rtl.h (delete_dead_jumptables): Declare.
14294
14295 2002-03-01 David Edelsohn <edelsohn@gnu.org>
14296
14297 * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
14298 * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
14299 * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
14300
14301 2002-03-01 Kazu Hirata <kazu@hxi.com>
14302
14303 * config/h8300/h8300-protos.h: Fix formatting.
14304 * config/h8300/h8300.c: Likewise.
14305 * config/h8300/h8300.h: Likewise.
14306
14307 2002-03-01 Kazu Hirata <kazu@hxi.com>
14308
14309 * config/h8300/h8300.c (print_operand): Support 16-bit
14310 constant addresses.
14311 * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
14312
14313 2002-02-28 Richard Henderson <rth@redhat.com>
14314
14315 * expmed.c (store_bit_field): Prevent generation of CONCATs;
14316 pun complex values as integers; use gen_lowpart instead of
14317 gen_rtx_SUBREG.
14318 (extract_bit_field): Likewise.
14319
14320 2002-03-01 Alan Modra <amodra@bigpond.net.au>
14321 David Edelsohn <edelsohn@gnu.org>
14322
14323 * doc/tm.texi (ASM_WEAKEN_DECL): Document.
14324 (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
14325 (SUPPORTS_WEAK): Likewise.
14326 * output.h (add_weak): Add tree param.
14327 * varasm.c (add_weak): Likewise. Save decl.
14328 (struct weak_syms): Add decl field.
14329 (mark_weak_decls): New function.
14330 (init_varasm_once): ggc_add_root mark_weak_decls.
14331 (assemble_start_function): Use ASM_WEAKEN_DECL.
14332 (assemble_variable): Likewise.
14333 (assemble_alias): Likewise.
14334 (declare_weak): Pass decl to add_weak.
14335 (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
14336 (remove_from_pending_weak_list): Declare and define for
14337 ASM_WEAKEN_DECL.
14338 * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
14339 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
14340 * defaults.h (SUPPORTS_WEAK): Likewise.
14341 * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
14342 .weak for code sym. Do emit .size for descriptor sym.
14343 (ASM_DECLARE_FUNCTION_SIZE): Define.
14344 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
14345 (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here. Don't output
14346 .lglobl unless TARGET_XCOFF. Formatting fixes.
14347 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
14348 .weak for code sym.
14349 (HANDLE_PRAGMA_WEAK): Remove.
14350 (ASM_WEAKEN_LABEL): Remove.
14351 * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
14352
14353 2002-03-01 Jason Merrill <jason@redhat.com>
14354
14355 * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
14356 (TARGET_EXPR_CLEANUP): New macro.
14357
14358 2002-02-28 Steve Ellcey <sje@cup.hp.com>
14359
14360 * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
14361 to take ptr_extend into account as third type of extension.
14362 (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
14363 fields used by SUBREG_PROMOTED_UNSIGNED_P.
14364 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
14365 (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
14366 * calls.c (precompute_arguments): Use new macro.
14367 (expand_call): Ditto.
14368 * combine.c (nonzero_bits): Ditto.
14369 (record_promoted_value): Ditto.
14370 * expr.c (store_expr): Ditto.
14371 (expand_expr): Ditto.
14372 * function.c (assign_parms): Ditto.
14373
14374 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
14375
14376 * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
14377 override -shared and -shared-libgcc.
14378
14379 2002-02-28 David O'Brien <obrien@FreeBSD.org>
14380
14381 * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
14382 of "ultrasparc".
14383 * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS. It appears
14384 to be broken.
14385
14386 2002-02-28 Richard Henderson <rth@redhat.com>
14387
14388 * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
14389 4 cycle latency from MM producers.
14390 (ia64_internal_sched_reorder): Likewise with pipeline flush.
14391
14392 2002-02-28 Jakub Jelinek <jakub@redhat.com>
14393
14394 * mklibgcc.in: Don't use GNU make extension.
14395
14396 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
14397
14398 * c-parse.in (STATIC): New terminal.
14399 (scspec): New non-terminal. Update productions accordingly.
14400 (program): Remove bogus ifc / end ifc.
14401 (array_declarator): Simplify production using STATIC.
14402
14403 2002-02-28 Jim Meyering <meyering@lucent.com>
14404
14405 * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
14406 \a still means TARGET_BELL.
14407
14408 2002-02-28 Richard Henderson <rth@redhat.com>
14409
14410 * haifa-sched.c (sched_emit_insn): New.
14411 (schedule_block): Use last_scheduled_insn to track last insn.
14412 * sched-int.h (sched_emit_insn): Prototype.
14413 * config/ia64/ia64.c (last_issued): Remove.
14414 (ia64_variable_issue): Don't set it.
14415 (nop_cycles_until): Use sched_emit_insn.
14416
14417 2002-02-28 Andrew MacLeod <amacleod@redhat.com>
14418
14419 * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
14420 extended constants.
14421
14422 2002-02-28 Kazu Hirata <kazu@hxi.com>
14423
14424 * config/h8300/h8300.c: Fix formatting.
14425 * config/h8300/h8300.h: Likewise.
14426
14427 2002-02-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
14428
14429 * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
14430 which may overwrite the high byte of the frame pointer.
14431
14432 2002-02-28 Bo Thorsen <bo@suse.de>
14433
14434 * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
14435 (STARTFILE_SPEC): Add 64 bit files.
14436 (ENDFILE_SPEC): Likewise.
14437
14438 2002-02-28 Jason Merrill <jason@redhat.com>
14439
14440 * c-decl.c (finish_function): Only warn about missing return
14441 statement with -Wreturn-type.
14442
14443 Don Feb 28 11:24:30 CET 2002 Jan Hubicka <jh@suse.cz>
14444
14445 * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
14446
14447 * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
14448 PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
14449
14450 Don Feb 28 11:07:36 CET 2002 Jan Hubicka <jh@suse.cz>
14451
14452 * basic-block.h (BB_REACHABLE): Renumber.
14453 (BB_DIRTY, BB_NEW): New flags.
14454 (clear_bb_flags): Declare.
14455 (update_life_info_in_dirty_blocks): Declare.
14456 * cfg.c (clear_bb_flags): New function.
14457 * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
14458 * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
14459 reorder_insns, emit_insn_after): Mark block as dirty.
14460 * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
14461 (update_life_info_in_dirty_blocks): New function.
14462 * recog.c (apply_change_group): Dirtify block.
14463
14464 * cse.c (cse_insn): Reorder emitting of jump insn to keep
14465 cfg consistent.
14466 * gcse.c (delete_null_pointer_checks): Likewise.
14467
14468 * toplev.c (dump_file_index): Move cse2 after bp,
14469 add DFI_null
14470 (dump_file_info): Similary.
14471 (rest_of_compilation): Avoid most of CFG rebuilds;
14472 do first if converision after null pointer checks, do cse2
14473 after branch prediction; avoid full liveness rebuild after
14474 initializing subregs.
14475 * invoke.texi (-d options): Document -du, renumber.
14476
14477 * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
14478 (notice_new_block): Do not set BB_UPDATE_LIFE.
14479 (try_forward_edges, merge_blocks_move_predecessor_nojumps,
14480 merge_blocks_move_successor_nojumps, merge_blocks,
14481 try_crossjump_to_edge): Likewise.
14482 (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
14483 * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
14484 * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
14485 (merge_of_block): Do not use life_data_ok.
14486 (find_if_case_1): Do not use SET_UPDATE_LIFE.
14487 (if_convert): Use BB_DIRTY mechanizm to update life.
14488 * lcm.c (optimize_mode_switching): Update
14489 update_life_info_in_dirty_blocks
14490
14491 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
14492
14493 * Makefile.in (integrate.o): Update.
14494 * c-decl.c (copy_lang_decl): Rename.
14495 * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
14496 * integrate.c: Include langhooks.h.
14497 (copy_decl_for_inlining): Update to use langhook.
14498 * langhooks-def.h (lhd_do_nothing_t,
14499 LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
14500 (LANG_HOOKS_INITIALIZER): Update.
14501 * langhooks.c (lhd_do_nothing_t): New.
14502 * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
14503 * tree.h (copy_lang_decl): Remove.
14504 objc:
14505 * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
14506
14507 2002-02-27 Andrew MacLeod <amacleod@redhat.com>
14508
14509 * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
14510 POST_DEC, and POST_MODIFY.
14511
14512 2002-02-27 Zack Weinberg <zack@codesourcery.com>
14513
14514 * c-typeck.c (digest_init): Remove unused parameter; all
14515 callers changed.
14516
14517 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
14518
14519 * expmed.c (expand_shift): Correctly test for low part of a
14520 subreg.
14521
14522 2002-02-27 Ulrich Weigand <uweigand@de.ibm.com>
14523
14524 * config/s390/s390.c (s390_chunkify_pool): Do not confuse
14525 insn UIDs with insn addresses.
14526
14527 2002-02-27 Zack Weinberg <zack@codesourcery.com>
14528
14529 * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
14530 c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
14531 cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
14532 builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
14533 gcc.c, toplev.c: Delete code implementing -traditional mode.
14534
14535 * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
14536 doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
14537 Document removal of -traditional mode for compilation, and
14538 remove documentation only relevant to that mode.
14539
14540 * config/nextstep.h, config/ptx4.h, config/svr4.h,
14541 config/convex/convex.h, config/d30v/d30v.h,
14542 config/i386/dgux.h, config/i386/osf1elf.h,
14543 config/i386/osfelf.h, config/i386/osfrose.h,
14544 config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
14545 config/m68k/hp310.h, config/m88k/dgux.h,
14546 config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
14547 config/m88k/m88k.h, config/m88k/openbsd.h,
14548 config/mips/abi64.h, config/mips/osfrose.h,
14549 config/mips/svr4-5.h, config/mips/svr4-t.h,
14550 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
14551 config/stormy16/stormy16.h: Remove all references to
14552 -traditional from target specs. Delete all mention of the
14553 no-longer-necessary TRADITIONAL_RETURN_FLOAT macro. Also
14554 delete a couple of commented-out definitions of
14555 DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
14556 to -traditional.
14557
14558 * system.h: Poison TRADITIONAL_RETURN_FLOAT.
14559 * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
14560
14561 2002-02-27 Zack Weinberg <zack@codesourcery.com>
14562
14563 * mklibgcc.in: Don't use \n in a line subject to
14564 interpretation by echo.
14565
14566 2002-02-27 Graham Stott <grahams@redhat.com>
14567
14568 * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
14569 Constify NAME.
14570
14571 * loop.c (prescan_loop): Handle PARALLEL.
14572
14573 * unroll.c (loop_iterations): Return 0 if the add_val for
14574 a BIV is REG.
14575
14576 * final.c (output_operand_lossage): Constify PFX_STR.
14577
14578 * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
14579
14580 Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
14581
14582 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
14583 * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
14584
14585 Wed Feb 27 10:39:20 CET 2002 Jan Hubicka <jh@suse.cz>
14586
14587 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
14588
14589 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
14590
14591 * cpplex.c (_cpp_lex_token): Handle directives in macro
14592 arguments.
14593 * cpplib.c (_cpp_handle_directive): Save and restore state
14594 if parsing macro args when entering a directive.
14595 * cppmacro.c (collect_args): No need to handle directives
14596 in macro arguments.
14597 (enter_macro_context, replace_args): Use the original macro
14598 definition in case it was redefined whilst collecting arguments.
14599 doc:
14600 * cpp.texi: Update.
14601
14602 2002-02-26 David Edelsohn <edelsohn@gnu.org>
14603
14604 * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
14605 * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
14606 * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
14607 method on AIX.
14608 * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
14609 (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
14610 (load_toc_v4_PIC_2): Same.
14611
14612 2002-02-26 Alan Modra <amodra@bigpond.net.au>
14613
14614 * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
14615
14616 2002-02-26 Richard Henderson <rth@redhat.com>
14617
14618 * config/alpha/alpha.md (ashldi_se): Re-enable.
14619
14620 2002-02-26 Richard Henderson <rth@redhat.com>
14621
14622 * config/alpha/alpha.c (alpha_encode_section_info): Examine
14623 MODULE_LOCAL_P; improve commentary.
14624
14625 2002-02-26 Zack Weinberg <zack@codesourcery.com>
14626
14627 * doc/cpp.texi: Clarify documentation of relationship between
14628 #line and #include.
14629
14630 2002-02-26 Kazu Hirata <kazu@hxi.com>
14631
14632 * config/h8300/h8300-protos.h: Update the prototype for
14633 compute_logical_op_length. Add the prototype for
14634 compute_logical_op_cc.
14635 * config/h8300/h8300.c (compute_logical_op_length): Figure out
14636 code from operands.
14637 (compute_logical_op_cc): New.
14638 * config/h8300/h8300.md: Combine all the logical op patterns
14639 in HImode and SImode. Use compute_logical_op_cc.
14640
14641 2002-02-26 Kelley Cook <kelleycook@comcast.net>
14642
14643 * config/i386/i386.c (print_operand): Don't append ATT-style
14644 length suffixs to x87 opcodes when in Intel mode.
14645
14646 2002-02-26 Ryan T. Sammartino <ryants@shaw.ca>
14647
14648 * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
14649 (init_emit_once): Update calls.
14650 * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
14651 (init_syntax_once): Prototype.
14652
14653 2002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
14654
14655 * pa-linux.h (LIB_SPEC): Update definition.
14656 * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
14657
14658 2002-02-26 Richard Henderson <rth@redhat.com>
14659
14660 * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
14661 if we emitted a stop bit.
14662
14663 2002-02-26 Jakub Jelinek <jakub@redhat.com>
14664
14665 * configure.in (libgcc_visibility): Substitute.
14666 * configure: Rebuilt.
14667 * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
14668 defined symbols .hidden.
14669
14670 2002-02-26 Jakub Jelinek <jakub@redhat.com>
14671
14672 * attribs.c (c_common_attribute_table): Add visibility.
14673 (handle_visibility_attribute): New function.
14674 * varasm.c (assemble_visibility): New function.
14675 * output.h (assemble_visibility): Add prototype.
14676 * tree.h (MODULE_LOCAL_P): Define.
14677 * crtstuff.c (__dso_handle): Use visibility attribute.
14678 * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
14679 for MODULE_LOCAL_P symbols too.
14680 * config/ia64/ia64.c (ia64_encode_section_info): Handle
14681 MODULE_LOCAL_P symbols the same way as local symbols.
14682 Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
14683 into .sdata/.sbss by the user.
14684 * doc/extend.texi (Function Attributes): Document visibility
14685 attribute.
14686
14687 2002-02-26 Jakub Jelinek <jakub@redhat.com>
14688
14689 PR debug/5770
14690 * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
14691 STRING_CST initializer spanning the whole variable without
14692 embedded zeros.
14693 If expand_expr returned MEM, don't use it.
14694
14695 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
14696
14697 * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
14698 generate a die for the lexical block.
14699
14700 2002-02-26 Kazu Hirata <kazu@hxi.com>
14701
14702 * config/h8300/h8300-protos.h: Add a prototype for
14703 compute_logical_op_length.
14704 * config/h8300/h8300.c (compute_logical_op_length): New.
14705 * config/h8300/h8300.md (anonymous logical patterns): Use
14706 compute_logical_op_length for length.
14707
14708 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
14709
14710 * dwarf2out.c (modified_type_die): Do not call type_main_variant
14711 for vectors.
14712 (gen_type_die): Same.
14713
14714 * attribs.c (handle_vector_size_attribute): Set debug information.
14715
14716 2002-02-26 Daniel Egger <degger@fhm.edu>
14717
14718 * config/rs6000/rs6000.md: Swap define_insn attributes to
14719 fix incorrect generation of merge high instructions instead
14720 of merge low.
14721
14722 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
14723
14724 * c-typeck.c (really_start_incremental_init): Use
14725 bitsize_zero_node for vectors.
14726
14727 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
14728
14729 * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
14730 ("*set_vrsave_internal"): Same.
14731
14732 2002-02-25 Richard Henderson <rth@redhat.com>
14733
14734 * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
14735 in EXPAND_SUM case. Use host_integerp/tree_low_cst.
14736
14737 2002-02-25 Jakub Jelinek <jakub@redhat.com>
14738
14739 PR target/5755
14740 * config/i386/i386.c (ix86_return_pops_args): Only pop
14741 fake structure return argument if it was passed on the stack.
14742
14743 2002-02-25 Jason Merrill <jason@redhat.com>
14744
14745 * attribs.c (decl_attributes): Also re-layout PARM_DECL and
14746 RESULT_DECL.
14747
14748 2002-02-25 Alexandre Oliva <aoliva@redhat.com>
14749
14750 * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
14751 link with shared_name only.
14752 * doc/invoke.texi (Link Options): Document new behavior.
14753
14754 2002-02-25 Aldy Hernandez <aldyh@redhat.com>
14755
14756 * c-typeck.c (push_init_level): Handle vectors.
14757
14758 2002-02-25 Alexandre Oliva <aoliva@redhat.com>
14759
14760 * config/sparc/sparc.c (const64_high_operand): Zero-extend
14761 operands of SPARC_SETHI_P.
14762 (input_operand): Likewise.
14763 (sparc_emit_set_const32): Likewise.
14764 * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
14765 (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
14766 (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI.
14767 * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
14768 (movdi_insn_sp64_vis): Likewise.
14769 (movdi split, movdf split): Use SETHI32.
14770 * doc/md.texi: Document SPARC constraints L, M and N.
14771
14772 2002-02-25 Aldy Hernandez <aldyh@redhat.com>
14773
14774 * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
14775 ("*set_vrsave_internal"): use mfspr for Darwin.
14776
14777 * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
14778 gen_get_vrsave_internal.
14779
14780 Sun Feb 24 16:38:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14781
14782 * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
14783
14784 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
14785
14786 * cpplex.c (cpp_interpret_charconst): Get signedness or
14787 otherwise of wide character constants correct.
14788 * cppexp.c (lex): Get signedness of wide charconsts correct.
14789
14790 Sun Feb 24 07:41:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14791
14792 * optabs.c (widen_operand): Only call convert_modes for
14793 promoted SUBREG if signedness matches.
14794 * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
14795
14796 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
14797
14798 * cpplib.c (glue_header_name): Use local buffer to build up
14799 header name.
14800
14801 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
14802
14803 * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
14804
14805 2002-02-23 Kazu Hirata <kazu@hxi.com>
14806
14807 * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
14808 H8/300[HS] separately.
14809 * config/h8300/h8300.md: Remove the early clobber constraint
14810 from bit field patterns.
14811
14812 2002-02-23 Kazu Hirata <kazu@hxi.com>
14813
14814 * config/h8300/h8300.md (mulqihi3): Tighten predicates to
14815 register_operand.
14816 (mulhisi3): Likewise.
14817 (umulqisi3): Likewise.
14818 (umulhisi3): Likewise.
14819
14820 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
14821
14822 * cppinit.c (output_deps): Correct test for stdout output.
14823 (init_dependency_output): Cure warning.
14824
14825 Sat Feb 23 08:42:47 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14826
14827 * expr.c (store_expr): When converting expression to promoted
14828 equivalent type, allow using SUBREG_REG of TARGET as the target
14829 of the expansion of EXP.
14830 * loop.c (basic_induction_var, case SUBREG): Always look inside.
14831 * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
14832 (alpha_emit_set_const): Handle SImode when can't make new pseudos.
14833 (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
14834 * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
14835
14836 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
14837
14838 * doc/contribute.texi, doc/extend.texi, doc/install.texi,
14839 doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
14840 doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
14841
14842 2002-02-23 Jakub Jelinek <jakub@redhat.com>
14843
14844 PR optimization/5747
14845 * loop.c (scan_loop): Update reg info if move_movables created new
14846 pseudos.
14847
14848 2002-02-23 David Edelsohn <edelsohn@gnu.org>
14849
14850 * gcc.c (init_gcc_spec): Revert last change.
14851
14852 2002-02-23 David Edelsohn <edelsohn@gnu.org>
14853
14854 * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
14855 gpc_reg_operand constraint.
14856
14857 2002-02-23 Alan Modra <amodra@bigpond.net.au>
14858
14859 * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
14860 Simplify comparison of `low'.
14861 (add_operand): Fix formatting.
14862 (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
14863 (mask_operand): Disallow mask to wrap in 64-bit mode.
14864 (rs6000_stack_info): Remove redundant test setting push_p.
14865 (output_toc): Fix formatting.
14866 * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
14867 cc_reg_not_cr0_operand constraint.
14868 (booldi3, boolcdi3 splitters): Same.
14869
14870 2002-02-23 Aldy Hernandez <aldyh@redhat.com>
14871
14872 * config/rs6000/altivec.h: Add extra level of parentheses on casts.
14873
14874 2002-02-22 David Edelsohn <edelsohn@gnu.org>
14875
14876 * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
14877 gcc invoked with -shared-libgcc.
14878
14879 2002-02-22 Jakub Jelinek <jakub@redhat.com>
14880
14881 PR c++/5748
14882 * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
14883 decl if any of elements was TREE_USED.
14884
14885 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
14886
14887 * config/sparc/sol2.h: Don't include sys/mman.h.
14888 * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
14889 (arith_4096_operand): Don't throw high bits away.
14890 (const64_operand): Take sign extension of CONST_INTs into account.
14891 (const64_high_operand, sparc_emit_set_const32): Likewise.
14892 (GEN_HIGHINT64): Likewise.
14893 (sparc_emit_set_const64_quick1): Likewise.
14894 (const64_is_2insns): Likewise.
14895 (print_operand): Use trunc_int_for_mode for sign extension.
14896 * config/sparc/sparc.h (SMALL_INT32): Likewise.
14897 * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
14898 chars. Assume CONST_INT is already properly sign-extended.
14899 (movdi split): Sign-extend each SImode part.
14900 (andsi3 split): Don't mask high bits off, so that result
14901 remains properly sign-extend.
14902 (iorsi3 split): Likewise.
14903 (xorsi3 split): Likewise.
14904
14905 2002-02-22 Richard Sandiford <rsandifo@redhat.com>
14906
14907 * fold-const.c (fold): Fix typo in comments.
14908
14909 2002-02-21 Diego Novillo <dnovillo@redhat.com>
14910
14911 * Makefile.in (langhooks.o): Update dependencies.
14912
14913 2002-02-21 Diego Novillo <dnovillo@redhat.com>
14914
14915 * langhooks.c: Include flags.h.
14916
14917 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
14918
14919 * testsuite/gcc.dg/attr-alwaysinline.c: New.
14920
14921 * c-common.c (c_common_post_options): Set inline trees by
14922 default.
14923
14924 * doc/extend.texi (Function Attributes): Document always_inline
14925 attribute.
14926 Update documentation about inlining when not optimizing.
14927
14928 * cp/decl.c (duplicate_decls): Merge always_inline attribute.
14929
14930 * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
14931 unless DECL_ALWAYS_INLINE.
14932
14933 * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
14934 unless DECL_ALWAYS_INLINE.
14935 (c_disregard_inline_limits): Disregard if always_inline set.
14936
14937 * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
14938 Disregard if always_inline set.
14939 (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
14940 unless DECL_ALWAYS_INLINE.
14941
14942 * attribs.c (handle_always_inline_attribute): New.
14943 (c_common_attribute_table): Add always_inline.
14944
14945 * config/rs6000/altivec.h: Add prototypes for builtins
14946 requiring the always_inline attribute.
14947
14948 2002-02-21 Eric Christopher <echristo@redhat.com>
14949
14950 * expmed.c (store_bit_field): Try to simplify the subreg
14951 before generating a new one when when the mode size of
14952 value is less than maxmode.
14953
14954 2002-02-21 Richard Henderson <rth@redhat.com>
14955
14956 * emit-rtl.c (offset_address): Use simplify_gen_binary rather
14957 than gen_rtx_PLUS to form the sum.
14958 * explow.c (force_reg): Rearrange to not allocate new pseudo
14959 when force_operand returns a register.
14960 * expr.c (expand_assignment): Allow offset_rtx expansion to
14961 return a sum. Do not force addresses into registers.
14962 (expand_expr): Likewise.
14963 * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
14964 to canonicalize arithmetic that didn't simpify.
14965 (simplify_plus_minus): New argument force; update
14966 all callers. Don't split CONST unless we can do something with it,
14967 and wouldn't lose the constness of the operands.
14968
14969 * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
14970 that we generated earlier.
14971
14972 2002-02-21 Tom Tromey <tromey@redhat.com>
14973
14974 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
14975 (output_line_info): Use constant `1', with a long explanatory
14976 comment.
14977 * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
14978
14979 Thu Feb 21 22:43:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
14980
14981 * jump.c (redirect_jump): If old label has no UID, don't try to
14982 delete it.
14983
14984 Thu Feb 21 21:17:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
14985
14986 * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
14987 If input is constant, do shifts at compile time.
14988
14989 2002-02-21 Joseph S. Myers <jsm28@cam.ac.uk>
14990
14991 * doc/extend.texi: Fix some more overfull hboxes.
14992
14993 2002-02-21 Jakub Jelinek <jakub@redhat.com>
14994
14995 PR optimization/4994
14996 * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
14997 register moves.
14998
14999 2002-02-21 Jakub Jelinek <jakub@redhat.com>
15000
15001 PR c++/4574
15002 * expr.h (expand_and): Add mode argument.
15003 * expmed.c (expand_and): Add mode argument.
15004 (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
15005 * expr.c (store_field, expand_expr, do_store_flag): Likewise.
15006 * except.c (expand_builtin_extract_return_addr): Likewise.
15007 * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
15008 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
15009 * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
15010 Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
15011 * config/c4x/c4x.md: Use GEN_INT (x) instead of
15012 gen_rtx (CONST_INT, VOIDmode, x).
15013
15014 2002-02-21 Jakub Jelinek <jakub@redhat.com>
15015
15016 PR c/4697:
15017 * stmt.c (warn_if_unused_value): Move side effects test once more.
15018
15019 2002-02-20 Torbjorn Granlund <tege@swox.com>
15020
15021 * config/avr/avr.md: Add more patterns for mized-mode add and subtract
15022 (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
15023
15024 Thu Feb 21 16:20:46 2002 Alexandre Oliva <aoliva@redhat.com>
15025
15026 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
15027 SUBREG or ZERO_EXTEND.
15028
15029 Thu Feb 21 15:35:46 2002 J"orn Rennecke <joern.rennecke@superh.com>
15030
15031 * sh.h (current_function_anonymous_args): Remove.
15032 (SETUP_INCOMING_VARARGS): Don't set it - just check that one
15033 of current_function_varargs and current_function_stdarg is set.
15034 * sh.c (sh_expand_prologue): Check current_function_varargs /
15035 current_function_stdarg / TARGET_SH5 instead of
15036 current_function_anonymous_args.
15037
15038 * sh64.h (TARGET_VERSION): Define.
15039
15040 2002-02-20 David Edelsohn <edelsohn@gnu.org>
15041
15042 * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
15043 VRSAVE_REGNO on TARGET_ALTIVEC.
15044
15045 2002-02-20 Alan Modra <amodra@bigpond.net.au>
15046
15047 * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
15048 bits of SImode const_int.
15049 (includes_rshift_p): Likewise.
15050 (print_operand): Call mask_operand and mask64_operand with correct
15051 mode.
15052 (rs6000_output_function_epilogue): Pad traceback table to word.
15053 * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
15054 (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
15055 mask64_operand with correct mode.
15056 (FUNCTION_ARG_REGNO_P): Correct parentheses.
15057
15058 2002-02-20 Jakub Jelinek <jakub@redhat.com>
15059
15060 PR debug/4461
15061 * varasm.c (get_pool_constant_mark): New.
15062 * rtl.h (get_pool_constant_mark): Add prototype.
15063 * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
15064 be represented if it has not been output.
15065
15066 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
15067
15068 * combine.c (do_SUBST): Sanity check substitutions of
15069 CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
15070 (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
15071 CONST_INT into its operand.
15072 (known_cond): Likewise, for ZERO_EXTEND.
15073 * simplify-rtx.c (simplify_unary_operation): Fix condition to
15074 allow for simplification of wide modes. Reject CONST_INTs in
15075 ZERO_EXTEND when their actual mode is not given.
15076
15077 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
15078
15079 * c-decl.c (pushdecl): If no global declaration is found for an
15080 extern declaration in block scope, try a limbo one.
15081
15082 2002-02-20 Jakub Jelinek <jakub@redhat.com>
15083
15084 PR c++/4401
15085 * c-common.c (pointer_int_sum): Moved from...
15086 * c-typeck.c (pointer_int_sum): ...here.
15087 * c-common.h (pointer_int_sum): Add prototype.
15088
15089 2002-02-20 Jakub Jelinek <jakub@redhat.com>
15090
15091 PR c++/5713
15092 * c-decl.c (duplicate_decls): Return 0 if issued error about
15093 redeclaration.
15094
15095 2002-02-20 Roger Sayle <roger@eyesopen.com>
15096 Jakub Jelinek <jakub@redhat.com>
15097
15098 PR c/4389
15099 * tree.c (host_integerp): Ensure that the constant integer is
15100 representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
15101 when pos is zero or non-zero respectively. Clarify comment.
15102 * c-format.c (check_format_info_recurse): Fix host_integerp
15103 usage; the pos argument should be zero when assigning to a
15104 signed HOST_WIDE_INT.
15105
15106 2002-02-20 Richard Henderson <rth@redhat.com>
15107
15108 * config/i386/i386.c (ix86_expand_vector_move): Use the mode
15109 of the operand, rather than assuming TImode.
15110 (ix86_expand_binop_builtin): Cope with commutative patterns
15111 using nonimmediate_operand for both operands.
15112 (ix86_expand_timode_binop_builtin): Likewise.
15113 (ix86_expand_store_builtin): Validate operand 1.
15114 (ix86_expand_unop1_builtin): Likewise.
15115
15116 2002-02-20 Philip Blundell <philb@gnu.org>
15117
15118 PR 5705
15119 * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
15120
15121 2002-02-20 Richard Henderson <rth@redhat.com>
15122
15123 PR c/5615
15124 * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
15125
15126 2002-02-20 Tom Tromey <tromey@redhat.com>
15127
15128 * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15129 * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15130 * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15131 * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15132 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
15133 unconditionally.
15134
15135 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
15136
15137 * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
15138 for (const_int 0) in X not just INTVAL.
15139
15140 2002-02-20 Joseph S. Myers <jsm28@cam.ac.uk>
15141
15142 * doc/extend.texi: Avoid or reduce overfull hboxes.
15143
15144 2002-02-20 Diego Novillo <dnovillo@redhat.com>
15145
15146 * expmed.c (store_bit_field): Do not store bit fields using SUBREG
15147 operations if the field does not start at a mode boundary.
15148
15149 2001-02-20 Joel Sherrill <joel@OARcorp.com>
15150
15151 * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
15152 config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
15153 Also done for -Acpu and -Amachine.
15154
15155 2002-02-20 Neil Booth <neil@daikokuya.demon.co.uk>
15156
15157 * cppinit.c (init_dependency_output): Take deps output file
15158 from -o if none given with -MF. Suppress normal output.
15159 * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
15160 * doc/cpp.texi, doc/invoke.texi: Update.
15161
15162 2002-02-19 Zack Weinberg <zack@codesourcery.com>
15163
15164 * toplev.c (output_quoted_string): Write unprintable
15165 characters with octal escapes.
15166
15167 2002-02-19 David Edelsohn <edelsohn@gnu.org>
15168
15169 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
15170 really_call_used[VRSAVE_REGNO] if not Altivec.
15171
15172 2002-02-19 Alan Modra <amodra@bigpond.net.au>
15173
15174 * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
15175 MODE_MASK.
15176 (constant_pool_expr_1): Fix formatting.
15177 (rs6000_legitimize_reload_address): Likewise.
15178
15179 Tue Feb 19 20:13:57 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15180
15181 * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
15182 now that we have one.
15183
15184 2002-02-19 Zack Weinberg <zack@codesourcery.com>
15185
15186 * tree.h (struct tree_common): Remove aux. Add unused_0 at
15187 end of first block of bitfields (which was only seven bits);
15188 rename dummy to unused_1; remove comment which is no longer true.
15189
15190 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
15191
15192 * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
15193
15194 2002-02-19 Philip Blundell <pb@nexus.co.uk>
15195
15196 PR 5399
15197 * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
15198 if generating PIC.
15199
15200 PR 5054
15201 * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
15202 arm_is_longcall_p rather than inspecting call-type cookie
15203 directly.
15204 (call_value_insn) [TARGET_THUMB]: Likewise.
15205
15206 2002-02-19 Graham Stott <grahams@redhat.com>
15207
15208 * config/i386/i386.c (ix86_expand_builtin): Fix typo.
15209
15210 2002-02-19 David Edelsohn <edelsohn@gnu.org>
15211
15212 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
15213 ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
15214 (FP_SAVE_INLINE): Delete.
15215
15216 * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
15217 * config/rs6000/eabi.asm: Remove ABI save restore routines.
15218 * config/rs6000/t-ppccomm: Build crtsavres.o.
15219 * config/rs6000/crtsavres.asm: New file.
15220
15221 2002-02-19 Philip Blundell <philb@gnu.org>
15222
15223 * config/arm/arm.c (use_return_insn): Don't reject interrupt
15224 functions.
15225 (arm_compute_save_reg_mask): Save LR for interrupt functions too.
15226 (output_return_instruction): Allow interrupt functions to return with
15227 ldmfd sp!, {... pc}^. Use LDR to restore any single register.
15228 (arm_expand_prologue): Subtract 4 before stacking LR in an
15229 interrupt function.
15230
15231 2002-02-19 Philip Blundell <pb@nexus.co.uk>
15232
15233 * config/arm/arm.c (arm_encode_call_attribute): Operate on any
15234 decl, not just FUNCTION_DECL.
15235 (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
15236 (arm_assemble_integer): Likewise.
15237 * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
15238 marked local.
15239
15240 2002-02-19 matthew green <mrg@eterna.com.au>
15241
15242 * config.gcc (sparc-*-netbsdelf*): Enable target.
15243 (sparc64-*-netbsd*): New target.
15244 * config/sparc/netbsd-elf.h: New file.
15245 * config/sparc/t-netbsd64: New file.
15246
15247 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
15248
15249 * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
15250
15251 2002-02-19 Ryan T. Sammartino <ryants@shaw.ca>
15252
15253 * doc/invoke.texi: explicitly list the style guidelines that
15254 -Weffc++ checks for.
15255
15256 Tue Feb 19 12:37:23 CET 2002 Jan Hubicka <jh@suse.cz>
15257
15258 * regmove.c (regmove_optimize): Avoid increasing of register pressure.
15259
15260 2002-02-19 Neil Booth <neil@daikokuya.demon.co.uk>
15261
15262 PR other/5718
15263 * gcc.c (cpp_unique_options): Treat -o as indicating object file
15264 only if not -E. If -E, pass -o through to the preprocessor.
15265
15266 2002-02-19 Kazu Hirata <kazu@hxi.com>
15267
15268 * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
15269 register number with an appropriate macro.
15270
15271 2002-02-19 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
15272
15273 * doc/rtl.texi (Constants): Close @code tag.
15274
15275 2002-02-19 Aldy Hernandez <aldyh@redhat.com>
15276
15277 * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
15278 ("mmx_uavgv4hi3"): Same.
15279 ("pmulhrwv4hi3"): Same.
15280
15281 * tree-inline.c (walk_tree): Handle vectors.
15282
15283 * c-common.c (constant_expression_warning): Handle vectors.
15284 (overflow_warning): Same.
15285
15286 * sched-deps.c (sched_analyze_2): Handle vectors.
15287
15288 * rtlanal.c (rtx_unstable_p): Handle vectors.
15289 (rtx_varies_p): Same.
15290 (count_occurrences): Same.
15291 (regs_set_between_p): Same.
15292 (modified_between_p): Same.
15293 (modified_in_p): Same.
15294 (volatile_insn_p): Same.
15295 (volatile_refs_p): Same.
15296 (side_effects_p): Same.
15297 (may_trap_p): Same.
15298 (inequality_comparisons_p): Same.
15299 (replace_regs): Same.
15300 (computed_jump_p_1): Same.
15301
15302 * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
15303 argument.
15304 (inner_mode_array): New.
15305 (copy_rtx): Handle vectors.
15306 (copy_most_rtx): Same.
15307 (rtx_equal_p): Same.
15308 (get_mode_alignment): Adjust for vectors.
15309
15310 * resource.c (mark_referenced_resources): Handle vectors.
15311 (mark_set_resources): Same.
15312
15313 * reload1.c (eliminate_regs): Handle vectors.
15314 (elimination_effects): Same.
15315 (scan_paradoxical_subregs): Same.
15316
15317 * reload.c (subst_reg_equivs): Handle vectors.
15318
15319 * regrename.c (scan_rtx): Handle vectors.
15320
15321 * regclass.c (reg_scan_mark_refs): Handle vectors.
15322
15323 * recog.c (find_single_use_1): Handle vectors.
15324
15325 * local-alloc.c (equiv_init_varies_p): Handle vectors.
15326 (contains_replace_regs): Same.
15327 (memref_referenced_p): Same.
15328
15329 * integrate.c (copy_rtx_and_substitute): Handle vectors.
15330 (subst_constants): Same.
15331
15332 * genattrtab.c (attr_copy_rtx): Handle vectors.
15333 (encode_units_mask): Same.
15334 (clear_struct_flag): Same.
15335 (count_sub_rtxs): Same.
15336
15337 * gcse.c (want_to_gcse_p): Handle vectors.
15338 (oprs_unchanged_p): Same.
15339 (hash_expr_1): Same.
15340 (oprs_not_set_p): Same.
15341 (expr_killed_p): Same.
15342 (compute_transp): Same.
15343 (store_ops_ok): Same.
15344
15345 * function.c (purge_addressof_1): Do not allow paradoxical subregs
15346 of vectors.
15347 (fixup_var_refs_1): Same.
15348 (instantiate_virtual_regs_1): Same.
15349
15350 * fold-const.c (operand_equal_p): Handle vectors.
15351 (fold): Same.
15352 (rtl_expr_nonnegative_p): Same.
15353
15354 * flow.c (mark_used_regs): Handle vectors.
15355
15356 * df.c (df_uses_record): Handle vectors.
15357
15358 * cselib.c (cselib_subst_to_values): Handle vectors.
15359 (cselib_mem_conflict_p): Same.
15360 (hash_rtx): Same.
15361
15362 * cse.c (canon_reg): Handle vectors.
15363 (fold_rt): Same.
15364 (cse_process_notes): Same.
15365 (count_reg_usage): Same.
15366 (canon_hash): Same.
15367
15368 * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
15369
15370 * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
15371
15372 * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
15373 (gen_rtx): Handle CONST_VECTOR.
15374 (gen_const_vector_0): New.
15375 (copy_rtx_if_shared): CONST_VECTORs can be shared.
15376 (reset_used_flags): Same.
15377 (copy_insn_1): Same.
15378 (initializer_constant_valid_p): Handle VECTOR_CST.
15379
15380 * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
15381
15382 * doc/rtl.texi (Constants): Document const_vector.
15383 (CONST0_RTX): Update for vectors.
15384 (RTL sharing): Same.
15385
15386 * print-tree.c (print_node): Add case for VECTOR_CST.
15387
15388 * tree.h (TREE_VECTOR_CST_ELTS): New.
15389 (struct tree_vector): New.
15390 (union tree_node): Add vector node.
15391 (build_vector): Add prototype.
15392
15393 * tree.def (VECTOR_CST): New.
15394
15395 * tree.c (build_vector): New.
15396
15397 * expmed.c (make_tree): Handle CONST_VECTOR.
15398
15399 * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
15400 (CONST_VECTOR_ELT): New.
15401 (CONST_VECTOR_NUNITS): New.
15402
15403 * machmode.h (GET_MODE_INNER): New.
15404 (DEF_MACHMODE): Accept 8th arg.
15405
15406 * machmode.def: Add 8th argument for vector inner mode.
15407 Add inner vector modes for vectors.
15408
15409 * rtl.def (VEC_CONST): Remove.
15410 (CONST_VECTOR): New.
15411
15412 * expr.c (clear_storage): Allow vectors.
15413 (is_zeros_p): Handle VECTOR_CST.
15414
15415 * varasm.c (output_constant_pool): Handle vectors.
15416 (rtx_const): Add veclo and vechi fields.
15417 (kind): Add RTX_VECTOR.
15418 (decode_rtx_const): Add case for vector.
15419
15420 * config/rs6000/rs6000-protos.h: Add zero_constant.
15421
15422 * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
15423 constants. Force easy vector constants into memory.
15424 (easy_vector_constant): New.
15425 (emit_easy_vector_constant): New.
15426 (rs6000_legitimize_reload_address): Do not generate bad reloads on
15427 darwin.
15428
15429 * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
15430 instruction does.
15431 ("altivec_lvxl"): Same.
15432 (altivec_lvebx): Same.
15433 (altivec_lvehx): Same.
15434 (altivec_lvewx): Same.
15435 ("*movv4si_const0"): New.
15436 ("*movv4sf_const0"): New.
15437 ("*movv8hi_const0"): New.
15438 ("*movv16qi_const0"): New.
15439
15440 2002-02-18 Kazu Hirata <kazu@hxi.com>
15441
15442 * config/h8300/h8300.c (notice_update_cc): Use
15443 cc_status.value2.
15444
15445 2002-02-18 Kazu Hirata <kazu@hxi.com>
15446
15447 * config/h8300/h8300.md (divmod patterns): Change the
15448 constraints for operands[1] to register_operand.
15449
15450 2002-02-18 Kazu Hirata <kazu@hxi.com>
15451
15452 * config/h8300/h8300-protos.h: Remove the prototype for
15453 p_operand.
15454 * config/h8300/h8300.c (p_operand): Remove.
15455 * config/h8300/h8300.md: Replace p_operand with
15456 const_int_operand.
15457
15458 2002-02-18 Philip Blundell <pb@nexus.co.uk>
15459
15460 * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
15461 comment.
15462 (output_return_instruction): Allow use of LDR to unstack
15463 return addresss even for interrupt handlers or when
15464 interworking. If compiling for ARMv5, use interworking-safe
15465 return instructions by default. Remove duplicated code and
15466 lengthy "strcat" sequences.
15467
15468 2002-02-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15469
15470 * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
15471 (LINK_EH_SPEC): Define.
15472 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
15473
15474 2002-02-18 Ulrich Weigand <uweigand@de.ibm.com>
15475
15476 * config/s390/s390.c (s390_emit_prologue): Do not set the
15477 frame_related flag for call-clobbered registers.
15478
15479 Mon Feb 18 15:07:35 CET 2002 Jan Hubicka <jh@suse.cz>
15480
15481 * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
15482 (construct_container): Fix handling of SSE operands.
15483 (ix86_expand_builtin): Fix handling of 64bit pointers.
15484 (mmx_maskmovq_rex): New pattern.
15485
15486 Mon Feb 18 11:55:55 CET 2002 Jan Hubicka <jh@suse.cz>
15487
15488 * regrename.c (kill_set_value): Handle subregs properly.
15489
15490 2002-02-18 David Billinghurst <David.Billinghurst@riotinto.com>
15491
15492 * objc/objc-act.c (handle_impent): Remove leading '*'
15493 from objc_class_name.
15494
15495 2002-02-17 Richard Henderson <rth@redhat.com>
15496
15497 * config/alpha/alpha.c (some_small_symbolic_operand,
15498 some_small_symbolic_operand_1, split_small_symbolic_operand,
15499 split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
15500 Handle small SYMBOL_REFs anywhere, not just inside memories.
15501 * config/alpha/alpha-protos.h: Update.
15502 * config/alpha/alpha.h (PREDICATE_CODES): Update.
15503 * config/alpha/alpha.md (small symbolic operand splitter): Update.
15504
15505 2002-02-17 Roland McGrath <roland@frob.com>
15506
15507 * config.gcc (powerpc-*-gnu-gnualtivec*,
15508 powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
15509 * config/rs6000/gnu.h: New file.
15510 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
15511 Grok "gnu" in rs6000_abi_name.
15512 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
15513 CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
15514 Grok -mcall-gnu analogous to -mcall-linux et al.
15515 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
15516 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
15517 (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
15518
15519 2002-02-17 Jakub Jelinek <jakub@redhat.com>
15520
15521 PR c/3444:
15522 * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
15523 shortening.
15524
15525 2002-02-17 Philipp Thomas <pthomas@suse.de>
15526
15527 * config/cris/cris.h: Undefine STARTFILE_SPEC and
15528 ENDFILE_SPEC before (re)defining them.
15529
15530 2002-02-17 Kazu Hirata <kazu@hxi.com>
15531
15532 * config/h8300/h8300.c: Fix formatting.
15533 * config/h8300/h8300.h: Likewise.
15534
15535 2002-02-17 Philipp Thomas <pthomas@suse.de>
15536
15537 * doc/tm.texi: Explain why empty strings should not be
15538 marked for translation.
15539
15540 2002-02-17 Philipp Thomas <pthomas@suse.de>
15541
15542 * final.c (output_operand_lossage): Changed to accept
15543 printf style arguments. Change calls where necessary.
15544 * output.h (output_operand_lossage): Change declaration
15545 accordingly. Update copyright.
15546 * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
15547 config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
15548 Update copyright date where necessary.
15549
15550 * config/i386/i386.c (print_operand): Likewise. Remove use of
15551 sprintf.
15552
15553 * config/cris/cris.c (cris_operand_lossage): Likewise.
15554 Rename parameter so that exgettext recognizes it as
15555 translatable message.
15556 (LOSE_AND_RETURN): Rename parameter to msgid.
15557
15558 2002-02-17 Kazu Hirata <kazu@hxi.com>
15559
15560 * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
15561 hard coded register number with an appropriate macro.
15562 (HARD_REGNO_MODE_OK): Likewise.
15563 (ARG_POINTER_REGNUM): Likewise.
15564 (STATIC_CHAIN_REGNUM): Likewise.
15565 (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
15566 * config/h8300/h8300.md (define_constants): Define more
15567 register numbers.
15568
15569 2002-02-17 Philipp Thomas <pthomas@suse.de>
15570
15571 * config/i386/i386.h: Don't mark empty strings for translation.
15572
15573 2002-02-16 H.J. Lu <hjl@gnu.org>
15574
15575 * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
15576
15577 2002-02-16 Zack Weinberg <zack@codesourcery.com>
15578
15579 * cppinit.c (merge_include_chains): Check for brack being
15580 NULL before attempting to merge it with qtail.
15581
15582 2002-02-16 Andrew Cagney <ac131313@redhat.com>
15583
15584 * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
15585 DBX_DEBUG.
15586
15587 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
15588
15589 * pa/t-pa, pa/t-pro, som.h: Revert last patch.
15590
15591 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
15592
15593 * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
15594 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
15595 * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
15596
15597 Sat Feb 16 13:48:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15598
15599 * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
15600 now only if !TARGET_FIX.
15601 (*movsi_nt_vms_fix): New pattern.
15602
15603 2002-02-16 Douglas B Rupp <rupp@gnat.com>
15604
15605 * config/alpha/alpha.c: Implement null frame procedure types on VMS.
15606 (alpha_procedure_type): Replaces alpha_is_stack_procedure.
15607 (alpha_sa_mask, alpha_sa_size): Reflect above change.
15608 (alpha_pv_save_size, alpha_expand_prologue): Likewise.
15609 (alpha_start_function, alpha_expand_epilogue): Likewise.
15610 (unicosmk_gen_dsib): Likewise.
15611
15612 Sat Feb 16 13:39:09 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15613
15614 * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
15615
15616 2002-02-16 Ulrich Weigand <uweigand@de.ibm.com>
15617
15618 * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
15619 check_and_change_labels, s390_final_chunkify): Delete.
15620 (s390_split_branches, s390_chunkify_pool): New functions.
15621 (s390_function_prologue): Call them.
15622
15623 * config/s390/s390.h (S390_REL_MAX): Delete.
15624 (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
15625
15626 * config/s390/s390.md (cjump, icjump, jump): Fix length
15627 attribute calculation.
15628
15629
15630 2002-02-15 David Edelsohn <edelsohn@gnu.org>
15631
15632 * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
15633 * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
15634
15635 2002-02-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
15636
15637 * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
15638 * config/pa/pa-linux.h (LIB_SPEC): Likewise.
15639 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
15640
15641 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
15642
15643 * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
15644
15645 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
15646
15647 * reload.c (find_dummy_reload): Check that an output register
15648 is valid for its mode.
15649
15650 2002-02-14 Alexandre Oliva <aoliva@redhat.com>
15651
15652 * combine.c (known_cond): After replacing the REG of a SUBREG, try
15653 to simplify it.
15654
15655 * function.c (assign_parms): Demote promoted argument passed by
15656 transparent reference.
15657
15658 2001-02-14 Joel Sherrill <joel@OARcorp.com>
15659
15660 * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
15661 -Acpu() and -Amachine() to eliminate warnings.
15662
15663 2002-02-14 Ulrich Weigand <uweigand@de.ibm.com>
15664
15665 * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
15666
15667 2002-02-14 Kazu Hirata <kazu@hxi.com>
15668
15669 * config/h8300/h8300-protos.h: Update the prototype for
15670 const_costs.
15671 * config/h8300/h8300.c (const_costs): Treat SET as a little
15672 more expensive operation.
15673 * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
15674 reference to const_costs.
15675
15676 2002-02-14 Hans-Peter Nilsson <hp@axis.com>
15677
15678 * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
15679
15680 2002-02-14 Jakub Jelinek <jakub@redhat.com>
15681
15682 PR c/5503:
15683 * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
15684 use arguments from newtype.
15685
15686 2002-02-13 Eric Christopher <echristo@redhat.com>
15687
15688 * config/mips/mips.c (override_options): Add check for march/mipsX
15689 on the same command line. Fix error message in cpu processing.
15690 Remove architecture and ISA checks.
15691
15692 2002-02-14 Aldy Hernandez <aldyh@redhat.com>
15693
15694 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
15695
15696 * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
15697
15698 2002-02-14 Aldy Hernandez <aldyh@redhat.com>
15699
15700 * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
15701 alternatives.
15702 ("*movv8hi_internal1"): Same.
15703 ("*movv16qi_internal1"): Same.
15704 ("*movv4sf_internal1"): Same.
15705
15706 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
15707 not push_reload for altivec modes.
15708
15709 2002-02-13 Joel Sherrill <joel@OARcorp.com>
15710
15711 * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
15712 all RTEMS targets including removal of #includes from config/*/rtems*.h
15713 file and adding them to tm_file setting. Added xm_defines=POSIX to
15714 many targets.
15715 * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
15716 * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
15717 * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
15718 * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
15719 * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
15720 config/m68k/rtemself.h: Ditto.
15721 * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
15722 config/mips/rtems64.h: Ditto.
15723 * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
15724 * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
15725 Ditto.
15726 * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
15727 config/sparc/rtemself.h: Ditto.
15728 * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
15729 * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
15730 arm-rtems stanza closer to other arm-elf targets and made arm-rtems
15731 more like arm-elf.
15732 * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
15733 config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
15734 target made more similar to i386-elf.
15735 * config/i386/t-rtems-i386: Added soft float support and multilibs.
15736 * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
15737 be similar to config/m68k/t-m68kelf.
15738 * gthr-rtems.h: Encapsulate with extern "C" for C++.
15739
15740 Wed Feb 13 23:41:15 CET 2002 Jan Hubicka <jh@suse.cz>
15741
15742 * regmove.c (kill_value): Handle subregs.
15743
15744 Wed Feb 13 23:34:30 CET 2002 Jan Hubicka <jh@suse.cz>
15745
15746 * i386.md (mul patterns): Allow memory operand to be first;
15747 add expanders where needed; fix constraints.
15748 (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
15749 Allow memory operand to be the first.
15750
15751 * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
15752 operands.
15753
15754 2002-02-13 Jakub Jelinek <jakub@redhat.com>
15755
15756 PR c/5681:
15757 * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
15758 GET_MODE (x).
15759
15760 2002-02-13 Jakub Jelinek <jakub@redhat.com>
15761
15762 PR optimization/5547:
15763 * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
15764 all valid IA-32 address modes involving non-scaled %ebx and
15765 GOT/GOTOFF as displacement.
15766
15767 2002-02-13 Ulrich Weigand <uweigand@de.ibm.com>
15768
15769 * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
15770 after emitting ltorg insns.
15771
15772 * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
15773 *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
15774 *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
15775 *abssf2): Fix "op_type" attribute.
15776
15777 2002-02-13 Douglas B Rupp <rupp@gnat.com>
15778
15779 * mkconfig.sh: Avoid using a subshell redirect.
15780 ($output.T): Change to $(output)T.
15781 (ENABLE_NLS): Remove unneeded undef.
15782
15783 * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
15784 * config/alpha/x-vms (libsubdir): Define.
15785
15786 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
15787 register frame procedures. Optimize retrieving context.
15788
15789 * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
15790 (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
15791 * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
15792
15793 Wed Feb 13 09:45:08 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15794
15795 * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
15796 Make same change as for find_base_value.
15797
15798 2002-02-13 Kazu Hirata <kazu@hxi.com>
15799
15800 * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
15801 of QImode and SImode.
15802
15803 2002-02-13 Kazu Hirata <kazu@hxi.com>
15804
15805 * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
15806 length computation of movsi.
15807 * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
15808
15809 2002-02-13 Kazu Hirata <kazu@hxi.com>
15810
15811 * config/h8300/h8300.md (subqi3): Tighten the predicate for
15812 operands[2] to register_operand.
15813
15814 Wed Feb 13 10:35:56 CET 2002 Jan Hubicka <jh@suse.cz>
15815
15816 * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
15817
15818 2002-02-12 Aldy Hernandez <aldyh@redhat.com>
15819
15820 * config/rs6000/rs6000.md: Use predicate altivec_register_operand
15821 for altivec_lvx* and altivec_stvx*.
15822 ("*movv4si_internal"): Add constraint for loading from GPRs.
15823 ("*movv8hi_internal1"): Same.
15824 ("*movv16qi_internal1"): Same.
15825 ("*movv4sf_internal1"): Same.
15826
15827 * config/rs6000/rs6000.c (altivec_register_operand): New.
15828
15829 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
15830 altivec_register_operand.
15831
15832 2002-02-13 Hans-Peter Nilsson <hp@bitrange.com>
15833
15834 * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
15835 handle SYMBOL_REF.
15836
15837 2002-02-13 Stan Shebs <shebs@apple.com>
15838
15839 * c-typeck.c (digest_init): Handle vectors.
15840 (really_start_incremental_init): Same.
15841 (pop_init_level): Same.
15842 (process_init_element): Same.
15843
15844 * varasm.c (output_constant): Same.
15845
15846 * expr.c (clear_storage): Same.
15847 (store_constructor): Same.
15848
15849 2002-02-12 Eric Christopher <echristo@redhat.com>
15850
15851 * explow.c (hard_function_value): Add comment explaining
15852 signed/unsigned comparison.
15853
15854 2002-02-12 Jakub Jelinek <jakub@redhat.com>
15855
15856 * jump.c (never_reached_warning): Add finish argument.
15857 If finish is NULL, stop on CODE_LABEL, otherwise stop before first
15858 real insn after end.
15859 * rtl.h (never_reached_warning): Adjust prototype.
15860 * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
15861 * cfgrtl.c (flow_delete_block): Pass b->end as finish to
15862 never_reached_warning.
15863
15864 2002-02-12 Graham Stott <grahams@redhat.com>
15865
15866 * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
15867
15868 2002-02-12 Kazu Hirata <kazu@hxi.com>
15869
15870 * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
15871 logical shifts on H8/300.
15872 (shift_alg_si): Improve several shifts on H8/300.
15873 (get_shift_alg): Likewise.
15874
15875 2002-02-12 Graham Stott <grahams@redhat.com>
15876
15877 * config/pa/pa.c (compute_movstrsi_length): Fix typos.
15878
15879 Tue Feb 12 10:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15880
15881 * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
15882 Handle #ifdef POINTERS_EXTEND_UNSIGNED.
15883
15884 2002-02-11 Hans-Peter Nilsson <hp@bitrange.com>
15885
15886 * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
15887 non-CONST_INT through default_assemble_integer.
15888 <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
15889 <case 8>: Abort for CONST_DOUBLE.
15890
15891 2002-02-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
15892
15893 * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
15894 is specified.
15895 * config/pa/pa-linux.h (LIB_SPEC): Delete.
15896 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
15897
15898 2002-02-11 Andrew Haley <aph@cambridge.redhat.com>
15899
15900 * config/stormy16/stormy16.md (zero_extendqihi2): New.
15901
15902 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
15903
15904 * regrename.c (regrename_optimize): Don't accept a
15905 part-clobbered register if the replaced register is not part
15906 clobbered.
15907
15908 * calls.c (store_one_arg): In the non-BLKmode non-partial case,
15909 take padding into account when computing the argument value.
15910
15911 * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
15912
15913 * combine.c (try_combine): Apply substitutions in
15914 CALL_INSN_FUNCTION_USAGE too.
15915
15916 2002-02-11 Aldy Hernandez <aldyh@redhat.com>
15917
15918 * config/rs6000/rs6000.c (altivec_init_builtins): Handle
15919 __builtin_altivec_abs*.
15920 (bdesc_abs): New.
15921
15922 * config/rs6000/rs6000.h (rs6000_builtins): Add
15923 ALTIVEC_BUILTIN_ABS*.
15924
15925 * config/rs6000/altivec.h: Use const char for builtins expecting
15926 literals.
15927 (vec_abs): New versions for C and C++.
15928 (vec_abss): Same.
15929
15930 2002-02-10 Kazu Hirata <kazu@hxi.com>
15931
15932 * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
15933 using Pmode.
15934
15935 2002-02-10 Kazu Hirata <kazu@hxi.com>
15936
15937 * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
15938 constant definition from h8300.md.
15939 (FRAME_POINTER_REGNUM): Likewise.
15940 * config/h8300/h8300.md (define_constants): Add FP_REG.
15941
15942 2002-02-10 Kazu Hirata <kazu@hxi.com>
15943
15944 * config/h8300/h8300.c (print_operand): Remove redundant code.
15945
15946 2002-02-10 Kazu Hirata <kazu@hxi.com>
15947
15948 * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
15949 * config/h8300/h8300.c (byte_reg): Make it static.
15950
15951 2002-02-10 Richard Henderson <rth@redhat.com>
15952
15953 PR c/5623
15954 * c-typeck.c (incomplete_type_error): Handle flexible array members.
15955
15956 2002-02-10 Richard Henderson <rth@redhat.com>
15957
15958 PR c++/5624
15959 * tree.c (append_random_chars): Don't abort if main_input_filename
15960 does not exist.
15961
15962 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
15963
15964 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
15965
15966 2002-02-10 Kazu Hirata <kazu@hxi.com>
15967
15968 * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
15969 (pushhi1): Likewise.
15970
15971 2002-02-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
15972
15973 * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
15974 * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
15975
15976 2002-02-09 David O'Brien <obrien@FreeBSD.org>
15977
15978 * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
15979 remove MASK_VIS.
15980 (ASM_CPU_DEFAULT_SPEC): Remove. Default setting is fine.
15981
15982 2002-02-09 Kazu Hirata <kazu@hxi.com>
15983
15984 * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
15985 a half of an SImode register on H8/300.
15986
15987 Sat Feb 9 18:28:02 CET 2002 Jan Hubicka <jh@suse.cz>
15988
15989 * i386.md (movdi_2): Add missing '!'.
15990
15991 2002-02-09 Kazu Hirata <kazu@hxi.com>
15992
15993 * config/h8300/h8300.h: Fix formatting. Remove commented-out
15994 definitions.
15995
15996 2002-02-09 Kazu Hirata <kazu@hxi.com>
15997
15998 * config/h8300/h8300.md (length): Correct the distance valid
15999 for the short branch.
16000
16001 2002-02-09 Kazu Hirata <kazu@hxi.com>
16002
16003 * config/h8300/h8300.md (iorhi3): Tighten the predicates.
16004
16005 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
16006
16007 * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
16008 registers in SImode.
16009 (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
16010 part-clobbered.
16011
16012 * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
16013 patch.
16014
16015 Contribute sh64-elf.
16016 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
16017 * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
16018 (sh_cannot_modify_jumps_p): New function.
16019 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
16020 * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
16021 (sh_ms_bitfield_layout_p): New function.
16022 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
16023 Zack Weinberg <zack@codesourcery.com>
16024 * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
16025 expand_simple_binop instead of expand_binop.
16026 2002-02-03 Alexandre Oliva <aoliva@redhat.com>
16027 * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
16028 use of .quad and .uaquad.
16029 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
16030 TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
16031 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
16032 * config/sh/sh.md (movdi_const, movdi_const_32bit,
16033 movdi_const_16bit): Make sure all CONSTs have modes.
16034 (sym2PIC): Ditto, but by adjusting all callers.
16035 * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
16036 if the prologue calls the SHmedia argument decoder or register
16037 saver.
16038 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
16039 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
16040 (TARGET_ASM_ALIGNED_DI_OP): Likewise.
16041 (sh_expand_epilogue): Don't emit USE of return target register.
16042 (prepare_move_operands): Legitimize DImode PIC addresses.
16043 (sh_media_register_for_return): Skip tr0, used to initialize the
16044 PIC register.
16045 (sh_expand_prologue): Remove explicit USE of return register.
16046 (nonpic_symbol_mentioned_p): PC is non-PIC. Don't recurse in
16047 CONST_DOUBLEs. UNSPEC_GOTPLT is PIC.
16048 * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
16049 (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
16050 (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
16051 EXTRA_CONSTRAINT_T.
16052 (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
16053 (MOVI_SHORI_BASE_OPERAND_P): New.
16054 (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
16055 (EXTRA_CONSTRAINT_T): Define in terms of them.
16056 (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
16057 * config/sh/sh.md (movsi_media, movsi_media_nofpu,
16058 movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
16059 alternatives supporting TARGET_REGS.
16060 (UNSPEC_GOTPLT): New constant.
16061 (movdi split): Move incrementing of LABEL_NUSES...
16062 (movdi_const, movdi_const_32bit): Here. Use
16063 MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
16064 (movdi_const_16bit): New.
16065 (call, call_value) [flag_pic]: Use GOTPLT.
16066 (call_pop, call_value_pop): New expands.
16067 (call_pop_compact, call_pop_rettramp): New insns.
16068 (call_value_pop_compact, call_value_pop_rettramp): New insns.
16069 (sibcall) [flag_pic]: Use GOT.
16070 (builtint_setjmp_receiver): Remove bogus, unused expand.
16071 (GOTaddr2picreg): Implement for SHcompact and SHmedia.
16072 (*pt, *ptb, ptrel): New insns.
16073 (sym2GOT): Handle DImode GOT.
16074 (sym2GOTPLT, symGOTPLT2reg): New expands.
16075 (sym2PIC): New expand.
16076 (shcompact_return_tramp): Use GOTPLT to return trampoline.
16077 (shcompact_return_tramp_i): Use return register explicitly.
16078 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
16079 disable flag_reorder_blocks.
16080 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
16081 * config/sh/sh.md (sibcall_compact): Reorder return, uses and
16082 clobbers, for clarity.
16083 (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
16084 restoring of r0 in macl as MAYBE_DEAD.
16085 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
16086 * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
16087 * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
16088 alter_subreg all over.
16089 (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
16090 reload, instead of emitting instructions that would require
16091 reloading.
16092 (casesi_load_media): Add missing modes.
16093 2001-11-09 Alexandre Oliva <aoliva@redhat.com>
16094 * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
16095 as used if the argument decoder is called.
16096 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
16097 * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
16098 Pmode, then extend it to DImode if necessary.
16099 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
16100 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
16101 constants in FPU-enabled SHmedia, let them be loaded from memory.
16102 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
16103 * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
16104 Adjust whitespace in assembly output templates.
16105 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
16106 * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
16107 mode of if_then_else.
16108 2001-08-04 Alexandre Oliva <aoliva@redhat.com>
16109 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
16110 sh.h.
16111 2001-07-26 Andrew Haley <aph@cambridge.redhat.com>
16112 Joern Rennecke <amylaar@redhat.com>
16113 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
16114 (SUBTARGET_CPP_PTR_SPEC): New.
16115 (SUBTARGET_CPP_SPEC): Remove.
16116 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
16117 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
16118 Fix typo in previous checkin.
16119 2001-07-11 Chandrakala Chavva <cchavva@redhat.com>
16120 * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
16121 2001-07-10 Chandrakala Chavva <cchavva@cygnus.com>
16122 Alexandre Oliva <aoliva@redhat.com>
16123 * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
16124 what single FP register can hold for SHmedia target.
16125 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
16126 Alexandre Oliva <aoliva@redhat.com>
16127 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
16128 Do not split into SUBREG.
16129 2001-06-14 Alexandre Oliva <aoliva@redhat.com>
16130 * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
16131 and added new functions as specified in SH5 ABI r9.
16132 2001-06-04 Alexandre Oliva <aoliva@redhat.com>
16133 * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
16134 8-byte boundary.
16135 2001-06-03 Alexandre Oliva <aoliva@redhat.com>
16136 * config/sh/sh.c (dump_table): Add const0_rtx in calls of
16137 gen_consttable_4 and gen_consttable_8. Emit multiple labels
16138 and consttable_window_ends.
16139 2001-06-03 Graham Stott <grahams@redhat,com>
16140 * config/sh/sh.md (movdi split): Remove unused variable last_insn.
16141 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
16142 * config/sh/sh.c (print_operand): Handle floating-point pair,
16143 vector and matrix registers.
16144 * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
16145 vector modes into account.
16146 * config/sh/sh.md (movv2sf): Split move between registers into
16147 movdf.
16148 (movv4sf, movv16sf): Introduce insns that get split only after
16149 reload.
16150 * config/sh/shmedia.h: Fix Copyright dates.
16151 * config/sh/ushmedia.h: Likewise. Move loop counter
16152 declarations into conditionals that uses them.
16153 (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
16154 loop boundary.
16155 * config/sh/sshmedia.h: Fix Copyright dates.
16156 (sh_media_PUTCFG): Fix constraints.
16157 2001-05-12 Alexandre Oliva <aoliva@redhat.com>
16158 * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
16159 ptrmemfunc_vbit_in_delta for SH5.
16160 2001-05-08 Alexandre Oliva <aoliva@redhat.com>
16161 * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
16162 * invoke.texi: Likewise.
16163 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
16164 * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
16165 GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
16166 GCC_pop_shmedia_regs_nofpu): New global symbols.
16167 * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
16168 * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
16169 * config/sh/sh.c (calc_live_regs): Account for PR's saving in
16170 compact function with nonlocal labels.
16171 (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
16172 (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
16173 (initial_elimination_offset): Account for their stack space.
16174 * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
16175 * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
16176 movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
16177 movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
16178 least one of the operands to be a register.
16179 (movv2sf): Likewise. Renamed to movv2sf_i.
16180 (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
16181 prepare_move_operands() before emitting SHmedia insns.
16182 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
16183 * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
16184 Don't save nor initialize r12. Don't mis-align the stack.
16185 Pad the code with a nop.
16186 * config/sh/crti.asm: Don't restore r12. Don't mis-align the
16187 stack.
16188 2001-03-13 Alexandre Oliva <aoliva@redhat.com>
16189 * gcc/longlong.h (__umulsidi3, count_leading_zeros)
16190 [__SHMEDIA__]: Implement.
16191 2001-03-11 Alexandre Oliva <aoliva@redhat.com>
16192 * config/sh/sh.md: Set latency of `pt' closer to reality.
16193 (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
16194 movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
16195 Set move, load and store type attributes.
16196 * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
16197 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
16198 profiling.
16199 * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
16200 * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
16201 * config/sh/sh.c (sh_media_register_for_return): New function.
16202 (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
16203 branch-target register.
16204 (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
16205 * config/sh/sh.md (return_media_i): Use any call-clobbered
16206 branch-target register.
16207 (return_media): If r18 wasn't copied in the prologue, copy it
16208 here.
16209 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
16210 Clear class FP0_REGS.
16211 * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
16212 from elf.h.
16213 2001-03-08 DJ Delorie <dj@redhat.com>
16214 * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
16215 2001-02-09 Alexandre Oliva <aoliva@redhat.com>
16216 * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
16217 2001-02-07 Alexandre Oliva <aoliva@redhat.com>
16218 * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
16219 2001-02-03 Alexandre Oliva <aoliva@redhat.com>
16220 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
16221 return value correctly for call_cookie.
16222 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
16223 * config/sh/crt1.asm (start): Modified so as to call
16224 ___setup_argv_and_call_main.
16225 2001-01-26 Alexandre Oliva <aoliva@redhat.com>
16226 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
16227 SHmedia mode.
16228 2001-01-20 Alexandre Oliva <aoliva@redhat.com>
16229 * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
16230 (STRIP_NAME_ENCODING): Use it.
16231 (ASM_OUTPUT_LABELREF): Likewise. Don't call assemble_name().
16232 2001-01-19 Alexandre Oliva <aoliva@redhat.com>
16233 * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
16234 prepare_scc_operands().
16235 * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
16236 (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
16237 2001-01-17 Alexandre Oliva <aoliva@redhat.com>
16238 * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
16239 2001-01-13 Alexandre Oliva <aoliva@redhat.com>
16240 * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
16241 * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
16242 used in shcompact_incoming_args.
16243 * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
16244 change.
16245 * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
16246 mode.
16247 * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
16248 Adjust accordingly.
16249 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
16250 Simplify. Adjust. Add sanity check.
16251 * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
16252 FPU_SINGLE_BIT.
16253 * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
16254 TARGET_SHCOMPACT.
16255 (udivsi3, divsi3): Use them.
16256 (force_mode_for_call): New insn.
16257 (call, call_value, sibcall_value): Emit it before SHcompact
16258 calls.
16259 2001-01-11 Alexandre Oliva <aoliva@redhat.com>
16260 * config/sh/sh.md (call, call_value, sibcall): Make sure the
16261 call cookie is non-NULL before taking its value.
16262 2001-01-10 Alexandre Oliva <aoliva@redhat.com>
16263 * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
16264 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
16265 * config/sh/sh.md (shcompact_incoming_args): Set argument memory
16266 block.
16267 * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
16268 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
16269 temporary for stack adjusts. Use MACL and MACH to pass
16270 arguments to shcompact_incoming_args.
16271 * config/sh/sh.md (shcompact_incoming_args): Adjust. Don't
16272 clobber r1.
16273 * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
16274 (nested_trampoline): Load static chain address into r1.
16275 * config/sh/sh.md (movdi_media splits): Fix sign-extension.
16276 2001-01-07 Alexandre Oliva <aoliva@redhat.com
16277 * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
16278 fp_arith_reg_operand().
16279 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
16280 * config/sh/sh.md (casesi): Sign-extend the first two operands,
16281 and use signed compares for them.
16282 * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
16283 4-byte ones. Instead, inter-leave them, maintaining the 8-byte
16284 ones properly aligned.
16285 (find_barrier): Account for extra alignment needed for 8-byte wide
16286 constants.
16287 (machine_dependent_reorg): Require a label for the second 4-byte
16288 constant after an 8-byte one.
16289 * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
16290 change.
16291 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
16292 * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
16293 last_float when switching float modes.
16294 * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
16295 auto-increment for general-purpose registers.
16296 * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
16297 result.
16298 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
16299 for stack adjust.
16300 * config/sh/sh.c (sh_builtin_saveregs): Support using all
16301 registers for varargs.
16302 2001-01-01 Alexandre Oliva <aoliva@redhat.com>
16303 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
16304 * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
16305 CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
16306 (CALL_COOKIE_INT_REG_SHIFT): Adjust.
16307 (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK. Adjust
16308 call_cookie accordingly.
16309 (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
16310 (SHCOMPACT_BYREF): Likewise.
16311 (SHCOMPACT_FORCE_ON_STACK): New macro.
16312 * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
16313 (sh_builtin_saveregs): Likewise.
16314 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
16315 shcompact_incoming_args): Use new shift values. Support
16316 sequences of consecutive and non-consecutive pushes/pops.
16317 * config/sh/sh.md (return): Don't explicitly use PR_REG.
16318 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
16319 * config/sh/sh.h (TEXT_SECTION): Define.
16320 * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
16321 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
16322 * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
16323 * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
16324 return values on FPU-enabled SHmedia.
16325 (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
16326 FPU-enabled SHmedia.
16327 (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
16328 value is returned in a non-FP reg and is not returned by
16329 reference.
16330 * config/sh/sh.md (shcompact_return_tramp_i): Change type to
16331 jump_ind.
16332 2000-01-04 Alexandre Oliva <aoliva@redhat.com>
16333 * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
16334 (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
16335 quad-aligned to be passed by callee-copy reference.
16336 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
16337 * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
16338 * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
16339 2001-01-02 Alexandre Oliva <aoliva@redhat.com>
16340 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
16341 copying low-numbered FP regs to r7 and r8.
16342 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
16343 FP regs to general-purpose regs only if the copy was passed on the
16344 stack.
16345 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
16346 copying FP reg to r9.
16347 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
16348 copy FP regs to general-purpose regs only in outgoing calls.
16349 * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
16350 change from 2000-10-30. Adjust for 64-bit (or 32-bit)
16351 HOST_WIDE_INT.
16352 * config/sh/sh.h (struct sh_args): Document all fields.
16353 (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
16354 passed partially on the stack should not consider making
16355 sibcalls.
16356 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
16357 stack_regs only for incoming calls. When passing FP args,
16358 make sure there are FP regs available before modifying
16359 call_cookie.
16360 (SHCOMPACT_BYREF): Pass double args in general-purpose
16361 registers by reference.
16362 2000-12-30 Alexandre Oliva <aoliva@redhat.com>
16363 * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
16364 attempt to generate sibcalls if the caller got any arguments
16365 by reference.
16366 * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
16367 * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
16368 to 8-byte boundaries.
16369 * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
16370 * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
16371 * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
16372 stored in the stack.
16373 * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
16374 for the offsets to have the ISA bit set.
16375 (shcompact_call_trampoline): Document. Swap r0 and r1, to match
16376 invocation. Use beq instead of bgt to mark end of sequence of
16377 loads.
16378 (shcompact_incoming_args): Fix store of r2. Use beq instead of
16379 bgt to mark end of sequence of stores.
16380 * config/sh/sh.c (arith_operand): Don't check whether
16381 CONST_OK_FOR_J for now.
16382 * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
16383 instead of long for conversion.
16384 2000-12-29 Alexandre Oliva <aoliva@redhat.com>
16385 * config/sh/sh.c (print_operand_address): Convert INTVAL to int
16386 before passing it to fprintf.
16387 2000-12-28 Alexandre Oliva <aoliva@redhat.com>
16388 * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
16389 Call set_fpscr before reading/writing SR.
16390 * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
16391 Call set_fpscr.
16392 * config/sh/lib1funcs.asm: Add `.align 2' directives before
16393 SHmedia code.
16394 (FMOVD_WORKS): Define on SH5 with FPU.
16395 (set_fpscr): Define on SH5. Remove separate _fpscr_values
16396 setting.
16397 * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
16398 _fpscr_values.
16399 2000-12-28 Hans-Peter Nilsson <hpn@cygnus.com>
16400 * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
16401 address.
16402 (ia_main_table): Ditto.
16403 2000-12-27 Alexandre Oliva <aoliva@redhat.com>
16404 * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
16405 * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
16406 the definitions from sh.h.
16407 * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
16408 TARGET_SH5.
16409 (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
16410 * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
16411 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
16412 2000-12-26 Alexandre Oliva <aoliva@redhat.com>
16413 * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
16414 Increment LABEL_NUSES.
16415
16416 * config/sh/sh.h (SIZE_TYPE): Define as conditional on
16417 TARGET_SH5.
16418 (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
16419 defined.
16420 * config/sh/elf.h (SIZE_TYPE): Likewise.
16421 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
16422 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
16423 shcompact_incoming_args): Load switch table addresses using
16424 datalabel.
16425 * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
16426 (NO_BUILTIN_SIZE_TYPE): Define.
16427 (SIZE_TYPE): Don't define.
16428 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
16429 * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
16430 definition of __SH5__=32 for -m5-compact-nofpu.
16431 * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
16432 ADDR_DIFF_VEC.
16433 2000-12-24 Alexandre Oliva <aoliva@redhat.com>
16434 * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
16435 2000-12-23 Alexandre Oliva <aoliva@redhat.com>
16436 * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
16437 (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
16438 (INSN_LENGTH_ALIGNMENT): Likewise.
16439 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
16440 * config/sh/sh.md (call, call_value, sibcall): Simplify
16441 copying of non-branch-target register.
16442 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
16443 * glimits.h (__LONG_MAX__): Revert 2000-12-13's patch.
16444 * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
16445 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
16446 * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
16447 floating-point values as structs.
16448 (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
16449 (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
16450 general-purpose register.
16451 (SH5_PROTOTYPED_FLOAT_ARG): New macro.
16452 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
16453 * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
16454 * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
16455 * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
16456 (ENCODE_SECTION_INFO): Enclose variables and constants in
16457 DATALABEL unspecs.
16458 (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
16459 (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
16460 (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
16461 * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
16462 only for LABEL_REFs. For SYMBOL_REFs, prepend
16463 SH_DATALABEL_ENCODING to the symbol name.
16464 * config/sh/sh.md (indirect_jump): Use SUBREG instead of
16465 convert_mode().
16466 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
16467 * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
16468 UNSPEC_DATALABEL.
16469 * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
16470 * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
16471 (DATALABEL_REF_P): Don't require CONST.
16472 (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
16473 REL label.
16474 2000-12-19 Alexandre Oliva <aoliva@redhat.com>
16475 * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
16476 right.
16477 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
16478 * config/sh/sh.md (movsi_media, call, call_value, sibcall):
16479 Use shallow_copy_rtx and PUT_MODE to change the mode of
16480 SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
16481 * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
16482 on SHmedia using GENERAL_REGs.
16483 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
16484 bltu_media_i): Fix reversion of conditions.
16485 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
16486 * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
16487 * config/sh/sh.c (output_far_jump): Save r13 in macl.
16488 2000-12-17 Alexandre Oliva <aoliva@redhat.com>
16489 * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
16490 2000-12-16 Alexandre Oliva <aoliva@redhat.com>
16491 * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
16492 (GCC_nested_trampoline): Likewise.
16493 * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
16494 * config/sh/sh.c (gen_datalabel_ref): Define.
16495 * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
16496 (INITIALIZE_TRAMPOLINE): Likewise.
16497 (TRAMPOLINE_ADJUST_ADDRESS): Define.
16498 (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
16499 (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
16500 (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
16501 * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
16502 (ic_invalidate): Adjust for SH5.
16503 (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
16504 * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
16505 _nested_trampoline.
16506 2000-12-15 Alexandre Oliva <aoliva@redhat.com>
16507 * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
16508 (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
16509 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
16510 * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
16511 * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
16512 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
16513 * config/sh/sh.c (target_reg_operand): Match only target-branch
16514 registers and pseudos that aren't virtual registers.
16515 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
16516 Copy operands that don't match target_reg_operand to pseudos.
16517 (call_media, call_value_media, sibcall_media): Use
16518 target_reg_operand instead of target_operand.
16519 2000-12-13 Alexandre Oliva <aoliva@redhat.com>
16520 * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
16521 * config/sh/sh.c (target_reg_operand): Match hardware registers
16522 other than branch-target registers.
16523 * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
16524 * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
16525 (fpscr_values) [SH5 == 32]: Define.
16526 * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
16527 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
16528 Handle function addresses coming in SUBREGs.
16529 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
16530 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
16531 shcompact_return_trampoline): Use datalabel where appropriate.
16532 2000-12-09 Alexandre Oliva <aoliva@redhat.com>
16533 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
16534 general-purpose register to copy one branch-target register to
16535 another.
16536 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
16537 * config/sh/sh.c (target_operand): Accept LABEL_REFs and
16538 SYMBOL_REFs with VOIDmode.
16539 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
16540 bltu_media_i): New insns.
16541 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
16542 * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
16543 (INIT_CUMULATIVE_ARGS): Likewise.
16544 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
16545 * machmode.def (V16SFmode): New mode.
16546 * c-common.c (type_for_mode): Support V2SF and V16SF.
16547 * tree.c (build_common_tree_nodes_2): Likewise.
16548 * tree.h (tree_index): Likewise.
16549 * calls.c (emit_call_1): Take args_so_far. Adjust all
16550 callers. Introduce CALL_POPS_ARGS.
16551 * tm.texi (CALL_POPS_ARGS): Document.
16552 * config/sh/crt1.asm: Implement in SHmedia mode.
16553 * config/sh/crti.asm, config/sh/crtn.asm: Likewise
16554 * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
16555 (DBX_REGISTER_NUMBER): Renumber registers for SH5.
16556 * config/sh/lib1funcs.asm: Disable functions unused in SH5.
16557 Implement divsi and udivsi in SHmedia mode. Introduce
16558 SHcompact trampolines.
16559 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
16560 only in SHmedia64.
16561 (regno_reg_class): Rewrite.
16562 (fp_reg_names): Remove.
16563 (sh_register_names, sh_additional_register_names): New.
16564 (print_operand): Added `u'. Support SUBREGs in addresses.
16565 Add parentheses around shifted CONSTs.
16566 (output_file_start): Output .mode and .abi directives.
16567 (shiftcosts, addsubcosts, multcosts): Adjust.
16568 (output_stack_adjust): Compute alignment. Sanity-check SIZE.
16569 (push_regs): Take array of HOST_WIDE_INTs. Adjust callers.
16570 (calc_live_regs): Output to array of HOST_WIDE_INTs. Count
16571 bytes, not registers. Take into account the need for the
16572 SHcompact incoming args trampoline. Adjust all callers.
16573 (sh_expand_prologue): Take stack_regs into account. Call
16574 incoming args trampoline. Keep stack aligned as per SH5 ABI.
16575 (sh_expand_epilogue): Take stack_regs into accoutn. Keep
16576 stack aligned as per SH5 ABI.
16577 (sh_builtin_saveregs): Support SH5 ABI.
16578 (sh_build_va_list, sh_va_start): Likewise.
16579 (initial_elimination_offset): Take alignment into account.
16580 Compute location of PR according to the SH5 stack frame.
16581 (arith_reg_operand): Reject branch-target registers.
16582 (shmedia_6bit_operand): New.
16583 (logical_operand): Use CONST_OK_FOR_P on SHmedia.
16584 (target_reg_operand): Match DImode only. Accept SUBREGs.
16585 (target_operand): New.
16586 * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
16587 (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI. Initialize
16588 SIBCALL_REGS for SHmedia.
16589 (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
16590 (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
16591 (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
16592 (TARGET_SWITCHES): New SH5 flags.
16593 (OVERRIDE_OPTIONS): Set SH5-specific options. Use
16594 VALID_REGISTER_P to disable unsupported registers.
16595 (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
16596 (POINTER_SIZE, PARM_BOUNDARY): Adjust.
16597 (FUNCTION_ARG_PADDING): Define.
16598 (FASTEST_ALIGNMENT): Adjust.
16599 (SH_REGISTER_NAMES_INITIALIZER): New.
16600 (sh_register_names): Declare.
16601 (DEBUG_REGISTER_NAMES): Define.
16602 (REGISTER_NAMES): Define based on sh_register_names.
16603 (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
16604 (sh_additional_register_names): Declare.
16605 (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
16606 (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
16607 (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
16608 (REGISTER_NATURAL_MODE): Define.
16609 (FIRST_PSEUDO_REGISTER): Adjust.
16610 (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
16611 (HARD_REGNO_CALL_PART_CLOBBERED): Define.
16612 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
16613 (VECTOR_MODE_SUPPORTED_P): Define.
16614 (REG_CLASS_CONTENTS): Adjust.
16615 (SMALL_REGISTER_CLASSES): Adjust.
16616 (REG_ALLOC_ORDER): Adjust.
16617 (INDEX_REG_CLASS): Adjust.
16618 (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
16619 (CONST_OK_FOR_LETTER_P): Adjust.
16620 (PREFERRED_RELOAD_CLASS): Adjust.
16621 (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
16622 (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
16623 (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
16624 (FIRST_FP_PARM_REG): Adjust.
16625 (CALL_POPS_ARGS): Define.
16626 (FUNCTION_ARG_REGNO_P): Adjust.
16627 (struct sh_args): New fields.
16628 (GET_SH_ARG_CLASS): Adjust.
16629 (INIT_CUMULATIVE_ARGS): Adjust.
16630 (INIT_CUMULATIVE_INCOMING_ARGS): Define.
16631 (FUNCTION_ARG_ADVANCE): Adjust.
16632 (FUNCTION_ARG): Adjust.
16633 (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
16634 (FUNCTION_ARG_CALLEE_COPIES): Define.
16635 (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
16636 (STRICT_ARGUMENT_NAMING): Define.
16637 (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
16638 (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
16639 (SH5_WOULD_BE_PARTIAL_NREGS): Define.
16640 (SETUP_INCOMING_VARARGS): Adjust.
16641 (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
16642 (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
16643 (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
16644 (SUBREG_OK_FOR_INDEX_P): Adjust.
16645 (EXTRA_CONSTRAINT_S): Update.
16646 (EXTRA_CONSTRAINT_T): New.
16647 (EXTRA_CONSTRAINT): Adjust.
16648 (GO_IF_LEGITIMATE_INDEX): Adjust.
16649 (GO_IF_LEGITIMATE_ADDRESS): Adjust.
16650 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
16651 (MOVE_MAX): Adjust.
16652 (MAX_MOVE_MAX): Define.
16653 (Pmode): Adjust.
16654 (CONST_COSTS): Adjust.
16655 (REGISTER_MOVE_COST): Adjust.
16656 (BRANCH_COST): Adjust.
16657 (TEXT_SECTION_ASM_OP): Adjust.
16658 (DBX_REGISTER_NUMBER): Adjust.
16659 (ASM_OUTPUT_DOUBLE_INT): New.
16660 (UNALIGNED_DOUBLE_INT_ASM_OP): New.
16661 (PREDICATE_CODES): Adjust.
16662 (PROMOTE_MODE): Adjust.
16663 (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
16664 * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
16665 (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
16666 (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
16667 (DR0_REG, DR2_REG, DR4_REG): Renumber.
16668 (TR0_REG, TR1_REG, TR2_REG): New.
16669 (XD0_REG): Renumber.
16670 (UNSPEC_COMPACT_ARGS): New.
16671 (type): Added pt and ptabs.
16672 (length): Default to 4 on SHmedia. Default pt length to 12
16673 and 20 on SHmedia32 and SHmedia64, respectively.
16674 (pt): New function unit.
16675 (movdi, movsi): Add types pt and ptabs. Don't increment LABEL_NUSES.
16676 Add whitespace between operands of SHmedia instructions.
16677 (movdicc): Fix.
16678 (adddi3_media, addsi3_media): Adjust constraints.
16679 (subsi3) [SHmedia]: Force operand 1 into a register.
16680 (udivsi3_i1_media, udivsi3_i4_media): New.
16681 (udivsi3): Support SHmedia.
16682 (divsi3_i1_media, divsi3_i4_media): New.
16683 (divsi3): Support SHmedia.
16684 (anddi3, iordi3, xordi3): Adjust constraints.
16685 (zero_extendhidi2, zero_extendqidi2): New.
16686 (extendsidi2, extendhidi2, extendqidi2): New.
16687 (push, pop, push_e, push_fpul, push_4): Disable on SH5.
16688 (pop_e, pop_fpul, pop_4): Likewise.
16689 (movsi_media): Support FP and BT registers.
16690 (movsi_media_nofpu): New. Adjust splits to DImode.
16691 (lduw, ldub): Renamed to zero_extend* above.
16692 (movqi_media): Fix typo.
16693 (movdi_media): Support FP and BT registers.
16694 (movdi_media_nofpu): New. Adjust splits for SHmedia32.
16695 (movdi_const_32bit): New.
16696 (shori_media): Require immediate operand. Use `u' for output.
16697 (movdf_media, movsf_media): Simplified.
16698 (movdf_media_nofpu, movsf_media_nofpu): New.
16699 (movdf, movsf): Adjust
16700 (movv2sf, movv2sf, movv16sf): New.
16701 (beq_media, beq_media_i): Adjust constraints. Don't use
16702 scratch BT register.
16703 (bne_media, bne_media_i): Likewise.
16704 (bgt_media, bgt_media_i): Likewise.
16705 (bge_media, bge_media_i): Likewise.
16706 (bgtu_media, bgtu_media_i): Likewise.
16707 (bgeu_media, bgeu_media_i): Likewise.
16708 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
16709 bunordered): Emit jump insn. Force operands to registers when
16710 needed.
16711 (jump_media, jump): Simplify.
16712 (call_compact, call_compact_rettramp): New.
16713 (call_value_compact, call_value_compact_rettramp): New.
16714 (call_media, call_value_media): Simplify.
16715 (sibcall_compact, sibcall_media): New.
16716 (call, call_value): Adjust for SHmedia and SHcompact.
16717 (sibcall, sibcall_value, untyped_call): Likewise.
16718 (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
16719 (indirect_jump): Adjust for SHmedia.
16720 (casesi_jump_media): New.
16721 (nop): Re-enable for SHmedia.
16722 (call_site): Restrict to SH1.
16723 (casesi): Adjust for SHmedia.
16724 (casesi_shift_media, casesi_load_media): New.
16725 (return): Explicitly use PR register. Call return trampoline
16726 on SHcompact.
16727 (return_i): Explicitly use PR register.
16728 (shcompact_return_tramp, shcompact_return_tramp_i): New.
16729 (return_media): Adjust.
16730 (shcompact_incoming_args): New.
16731 (epilogue): Adjust.
16732 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
16733 (movstrsi): Disable on SH5.
16734 (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
16735 (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
16736 (subsf3, subsf3_media): Likewise.
16737 (mulsf3, mulsf3_media, mac_media): Likewise.
16738 (divsf3, divsf3_media): Likewise.
16739 (floatdisf2, floatsisf2_media): Likewise. Adjust constraints.
16740 (floatsisf2, fux_truncsfsi2): Likewise.
16741 (fix_truncsfdi2, fix_truncsfsi2_media): Likewise. Adjust
16742 constraints.
16743 (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
16744 (cmpunsf_media, cmpsf): Likewise.
16745 (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
16746 (abssf2, abssf2_media): Likewise.
16747 (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
16748 (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
16749 (floatdidf2, floatsidf2_media): Likewise. Adjust constraints.
16750 (floatsidf2, fix_truncdfsi2): Likewise.
16751 (fix_truncdfdi2, fix_truncdfsi2_media): Likewise. Adjust
16752 constraints.
16753 (cmpeqdf_media, cmpgtdf_media): Likewise.
16754 (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
16755 (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
16756 (absdf2, absdf2_media): Likewise.
16757 (extendsfdf2, extendsfdf2_media): Likewise.
16758 (truncsfdf2, truncsfdf2_media): Likewise.
16759 * config/sh/sh64.h: New file.
16760 * config/sh/t-sh64: New file.
16761 * config/sh/shmedia.h: New file.
16762 * config/sh/ushmedia.h: New file.
16763 * config/sh/sshmedia.h: New file.
16764 * configure.in: Added sh64-*-elf.
16765 * configure: Rebuilt.
16766 2000-10-10 Alexandre Oliva <aoliva@redhat.com>
16767 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
16768 (reg_class_from_letter): Use `b' for TARGET_REGS.
16769 (print_operand): Support `%M', `%m', `AND' and
16770 `ASHIFTRT'. Do not precede constants with `#' on SHmedia.
16771 (andcosts): Adjust for SHmedia.
16772 (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
16773 Likewise.
16774 (target_reg_operand): New function.
16775 * config/sh/sh-protos.h (target_reg_operand): Declare.
16776 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
16777 FP registers on SH5.
16778 (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
16779 on SH4.
16780 (TARGET_REGISTER_P): New macro.
16781 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
16782 (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
16783 (EXTRA_CONSTRAINT_S): New macro.
16784 (EXTRA_CONSTRAINT): Adjust.
16785 (FLOAT_TYPE_SIZE): Define to 32.
16786 (Pmode): DImode on SHmedia.
16787 (CONST_COSTS): Adjust for SHmedia literals.
16788 (PREDICATE_CODES): Added target_reg_operand.
16789 (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
16790 * config/sh/sh.md: Remove all attrs from SHmedia insns.
16791 (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
16792 (cmpdi): Accept SHmedia.
16793 (movdicc_false, movdicc_true): New insns.
16794 (movdicc): New expand.
16795 (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
16796 no_new_pseudos.
16797 (addsi3_media): Match `S' constraint.
16798 (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
16799 (negdi2): Expand for SHmedia.
16800 (one_cmpldi2): New expand.
16801 (zero_extendsidi2): Change from expand to insn.
16802 (extendsidi2): Add constraints.
16803 (movdi_media, movsi_media): Change `%x' to `%M'. Use `%m' for
16804 LD/ST address. Fix SI immediate loading split.
16805 (movhi_media, movqi_media, lduw, ldub): New insns.
16806 (movhi, movqi): Accept SHmedia.
16807 (shori_media, movdi_media): Relax input constraints. Split
16808 symbolic constants.
16809 (movdf_media, movsf_media): New insn. New split to movdi.
16810 (movdf, movsf): Match on SHmedia.
16811 (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
16812 bgeu_media): New insns and splits. New insns with `_i' suffix.
16813 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
16814 (bunordered): New expand.
16815 (jump_compact): Renamed from `jump'.
16816 (jump_media): New insn.
16817 (jump): New expand.
16818 (call_media, call_value_media): New insns.
16819 (call, call_value): Adjust.
16820 (indirect_jump_compact): Renamed from `indirect_jump'.
16821 (indirect_jump_media): New insn.
16822 (indirect_jump): New expand.
16823 (untyped_call, return): Accept SHmedia.
16824 (return_media): New insn.
16825 (prologue, epilogue, blockage): Accept SHmedia.
16826 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
16827 (sunordered): New expand.
16828 (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
16829 cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
16830 (addsf3_media, subsf3_media, mulsf3_media, mac_media,
16831 divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
16832 fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
16833 cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
16834 abssf2_media): New insns.
16835 (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
16836 cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
16837 (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
16838 floatdidf2, floatsidf2_media, fix_truncdfdi2,
16839 fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
16840 cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
16841 absdf2_media): New insns.
16842 (extendsfdf2, truncdfsf2): Adjust for SHmedia.
16843 (extendsfdf2_media, truncdfsf2_media): New insns.
16844 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
16845 * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
16846 * config/sh/sh.h (CONST_OK_FOR_J): Document.
16847 (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
16848 * config/sh/sh.md (adddi3): New expand.
16849 (adddi3_media, adddi3z_media): New insns.
16850 (adddi3_compact): Renamed from adddi3.
16851 (addsi3_media): Use add.l r63 to add constant zero.
16852 (subdi3): New expand.
16853 (subdi3_media): New insn.
16854 (subdi3_compact): Renamed from subdi3.
16855 (mulsidi3): New expand.
16856 (mulsidi3_media): New insn.
16857 (mulsidi3_compact): Renamed from mulsidi3.
16858 (umulsidi3): New expand.
16859 (umulsidi3_media): New insn.
16860 (umulsidi3_compact): Renamed from umulsidi3.
16861 (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
16862 (ashlsi3, ashrsi3, lshrsi3): Use them.
16863 (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
16864 (ashldi3, ashrdi3, lshrdi3): Use them.
16865 (zero_extendsidi2): New expand.
16866 (extendsidi2): New insn.
16867 (movsi_media): New insn. Split to movdi to load constants.
16868 (movsi): Enable for shmedia.
16869 (movdi_media): New insn. Use shori_media to load wide constants.
16870 (short_media): New insn.
16871 (movdi): Enable for shmedia.
16872 2000-09-08 Alexandre Oliva <aoliva@redhat.com>
16873 * config/sh/sh.h (CPP_SPEC): Added `m5'.
16874 (SUBTARGET_CPP_SPEC): Added `!m5'.
16875 (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
16876 (TARGET_SWITCHES): Added `5' and `5-compact'. Added SH1_BIT
16877 to all other SH variants.
16878 (TARGET_DEFAULT): Set to SH1_BIT.
16879 (OVERRIDE_OPTIONS): Recognize sh5 CPU.
16880 (BITS_PER_WORD): Raise to 64 on shmedia.
16881 (MAX_BITS_PER_WORD): Change to 64.
16882 (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
16883 (INT_TYPE_SIZE): Keep as 32.
16884 (UNITS_PER_WORD): Raise to 8 on shmedia.
16885 (MIN_UNITS_PER_WORD): Keep as 4.
16886 (POINTER_SIZE): Raise to 64 on shmedia.
16887 (CONST_OK_FOR_J): New macro.
16888 (CONST_OK_FOR_LETTER_P): Use it.
16889 (processor_type): Add PROCESSOR_SH5.
16890 * config/sh/sh.md: Conditionalize all expands, insns and
16891 splits to TARGET_SH1.
16892 (cpu): Added sh5.
16893 (addsi3_compact): Renamed from...
16894 (addsi3): Now an expand.
16895 (addsi3_media, subsi3_media): New insns.
16896 (subsi3): Don't negate constants with SHmedia.
16897
16898 * hooks.c: New file.
16899 * hooks.h: New file.
16900 * Makefile.in (HOOKS_H): New.
16901 (TARGET_DEF_H): Added $(HOOKS_H).
16902 (OBJS): Added hooks.o.
16903 (cfgcleanup.o, bb-reorder.o): Added target.h.
16904 (hooks.o): Added dependencies.
16905 * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
16906 (TARGET_INITIALIZER): this.
16907 * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
16908 * target.h (struct gcc_target): Added cannot_modify_jumps_p.
16909 * bb-reorder.c: Include target.h.
16910 (reorder_basic_blocks): Skip if cannot modify jumps.
16911 * cfgcleanup.c: Include target.h.
16912 (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
16913
16914 2002-02-08 Chris Demetriou <cgd@broadcom.com>
16915
16916 * config/mips/mips.md (casesi_internal, casesi_internal_di):
16917 Protect jump delay slot instructions with .set noreorder and
16918 .set nomacro.
16919
16920 2002-02-08 Chris Demetriou <cgd@broadcom.com>
16921
16922 * config/mips/mips.md (casesi_internal_di): Calculate
16923 the index into the target offset table correctly.
16924
16925 2002-02-08 Richard Henderson <rth@redhat.com>
16926
16927 * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
16928 * final.c (output_addr_const): Accept and discard SUBREG.
16929 * varasm.c (decode_addr_const): Don't abort on unknown expressions --
16930 mark them unknown instead.
16931 (simplify_subtraction): Handle RTX_UNKNOWN.
16932 (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
16933
16934 2002-02-08 David Edelsohn <edelsohn@gnu.org>
16935
16936 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
16937
16938 2002-02-08 Richard Henderson <rth@redhat.com>
16939
16940 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
16941
16942 2002-02-08 Andreas Jaeger <aj@suse.de>
16943
16944 * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
16945 * config/i386/t-linux64: New file.
16946
16947 2002-02-08 Jakub Jelinek <jakub@redhat.com>
16948
16949 * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
16950 * c-parse.in (compstmt): Clear last_expr_type.
16951
16952 2002-02-07 Richard Henderson <rth@redhat.com>
16953
16954 * loop.c (strength_reduce): Sink final_value when not
16955 eliminating a biv.
16956
16957 2002-02-07 David O'Brien <obrien@FreeBSD.org>
16958
16959 * config/sparc/freebsd.h: Fix mismatched spec {.
16960
16961 2002-02-07 Richard Henderson <rth@redhat.com>
16962
16963 * cfgrtl.c: Include recog.h and insn-config.h.
16964 (keep_with_call_p): Fix general_operand invocation.
16965 * Makefile.in (cfgrtl.o): Update dependencies.
16966
16967 2002-02-07 Kazu Hirata <kazu@hxi.com>
16968
16969 * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
16970 comment. Accept HImode only if TARGET_H8300.
16971
16972 2002-02-07 Eric Christopher <echristo@redhat.com>
16973
16974 * config/mips/crtn.asm: Cleanup #ifdefs.
16975
16976 2002-02-07 Eric Christopher <echristo@redhat.com>
16977
16978 * config/mips/crti.asm: Add changes for mips16. mips16 uses
16979 register 7 as RA instead of $31.
16980 * config/mips/crtn.asm: Ditto.
16981 * config/mips/mips.c (mips_move_2words): Add case for
16982 TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
16983 (compute_frame_size): Fix typo.
16984 (save_restore_insns): Ditto. Make documentation about using
16985 register $7 as return register more precise.
16986 (mips_expand_epilogue): Fix comment. Add code to work around not
16987 being able to add to the stack pointer directly.
16988 * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
16989 to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
16990 epilogue.
16991
16992 2002-02-07 Tom Rix <trix@redhat.com>
16993
16994 * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
16995 immediates in ldu and stdu DS opcode field.
16996 * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
16997 * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
16998 * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
16999
17000 2002-02-07 Jeff Sturm <jsturm@one-point.com>
17001
17002 * config/sparc/sparc.c (compute_frame_size): Don't correct frame
17003 offset for stack bias.
17004
17005 2002-02-07 H.J. Lu <hjl@gnu.org>
17006
17007 * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
17008
17009 2002-02-07 Ulrich Weigand <uweigand@de.ibm.com>
17010
17011 * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
17012
17013 Thu Feb 7 12:14:17 CET 2002 Jan Hubicka <jh@suse.cz>
17014
17015 * i386-protos.h (x86_order_regs_for_local_alloc): Declare
17016 * i386.c (x86_order_regs_for_local_alloc): New global function.
17017 * i386.h (REG_ALLOC_ORDER): CLeanup.
17018 (ORDER_REGS_FOR_LOCAL_ALLOC): New.
17019
17020 2002-02-07 Richard Henderson <rth@redhat.com>
17021
17022 PR optimization/2463
17023 * alias.c (find_base_value): Recall base values for fixed hard regs.
17024 * loop.c (loop_regs_update): Don't use single_set on non-insns.
17025
17026 2002-02-07 Alexandre Oliva <aoliva@redhat.com>
17027
17028 * config/mips/mips.md (define_delay) [mips16]: Adjust required
17029 length.
17030
17031 2002-02-06 Richard Henderson <rth@redhat.com>
17032
17033 PR c/5609
17034 * stmt.c (resolve_operand_name_1): Take more care with mixed
17035 named and unnamed operands.
17036
17037 2002-02-06 Janis Johnson <janis187@us.ibm.com>
17038 Jan Hubicka <jh@suse.cz>
17039
17040 * loop.c (remove_constant_addition): Avoid clobbering a shared
17041 CONST expression.
17042
17043 2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
17044
17045 * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
17046 * config/s390/t-linux64: New file.
17047 * config/s390/libgcc-glibc.ver: New file.
17048
17049 2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
17050
17051 * config/s390/linux64.h: Delete file.
17052 * config/s390/s390x.h: New file.
17053 * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
17054 as target header file.
17055 * config/s390/linux.h (TARGET_VERSION): Define depending on
17056 DEFAULT_TARGET_64BIT.
17057 (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
17058 (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
17059 (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
17060 (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
17061 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
17062 (EXTRA_SPEC): New define.
17063 * config/s390/s390.h (TARGET_VERSION): Define depending on
17064 DEFAULT_TARGET_64BIT.
17065 (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
17066
17067 2002-02-06 Jason Merrill <jason@redhat.com>
17068
17069 * c-decl.c (finish_function): Warn about a non-void function with
17070 no return statement and no abnormal exit.
17071 (current_function_returns_abnormally): New variable.
17072 (start_function): Clear it.
17073 (struct c_language_function): Add returns_abnormally.
17074 (push_c_function_context): Save it.
17075 (pop_c_function_context): Restore it.
17076 (builtin_function): Set TREE_THIS_VOLATILE on return fns.
17077 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
17078 an explicit return type.
17079 * c-tree.h: Declare current_function_returns_abnormally.
17080 (C_FUNCTION_IMPLICIT_INT): New macro.
17081 * c-typeck.c (build_function_call): Set it.
17082 (c_expand_return): Set current_function_returns_value even if the
17083 value is erroneous.
17084
17085 2002-02-06 Jakub Jelinek <jakub@redhat.com>
17086
17087 PR c/5420:
17088 * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
17089 unsafe for reevaluation.
17090
17091 2002-02-06 Jakub Jelinek <jakub@redhat.com>
17092
17093 PR c/5482:
17094 * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
17095 EXPR_STMT, but COMPOUND_STMT, recurse into it.
17096
17097 2002-02-06 Richard Henderson <rth@redhat.com>
17098
17099 * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
17100 be a general_operand. Dest for function value must be a pseudo.
17101
17102 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
17103
17104 * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
17105 as SYMBOL_REFs from the constant pool.
17106
17107 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
17108
17109 * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
17110 passed by invisible reference.
17111
17112 2002-02-05 Richard Henderson <rth@redhat.com>
17113
17114 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
17115
17116 2002-02-06 Hans-Peter Nilsson <hp@bitrange.com>
17117
17118 Implement using "base addresses" in insn operands as default.
17119 * config/mmix/mmix.c (mmix_conditional_register_usage): if
17120 -mabi=gnu, modify fixed_regs to fit the GNU ABI.
17121 (mmix_extra_constraint): Use 'R' to indicate that GETA should be
17122 used to read the rtx value.
17123 (mmix_target_asm_function_epilogue): Fix spacing.
17124 (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
17125 (mmix_legitimate_address): Ditto.
17126 (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
17127 should be loaded with a GETA insn. Don't allocate needless extra
17128 char for nul termination and fix misleading comment.
17129 (mmix_print_operand_address): Handle constants if
17130 TARGET_BASE_ADDRESSES.
17131 (mmix_output_register_setting): Use base addressing if
17132 TARGET_BASE_ADDRESSES and the number of insns is 3.
17133 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
17134 * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
17135 to use R as constraint, add LDA to match s.
17136 * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
17137 (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
17138 (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
17139 (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
17140 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
17141 order with other fixed registers.
17142 (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
17143 other parameter/call-clobbered registers.
17144 * doc/invoke.texi (Option Summary) <MMIX Options>: Add
17145 -mbase-addresses, -mno-base-addresses.
17146 (MMIX Options): Ditto.
17147
17148 2002-02-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
17149
17150 * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
17151
17152 2002-02-06 Aldy Hernandez <aldyh@redhat.com>
17153
17154 * config/rs6000/altivec.h: Change elem to _S_elem.
17155
17156 2002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
17157
17158 * config/netbsd.h (WCHAR_TYPE): Define.
17159 (WCHAR_TYPE_SIZE): Ditto.
17160 (WINT_TYPE): Ditto.
17161 * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
17162 (WCHAR_UNSIGNED): Ditto.
17163 (WCHAR_TYPE_SIZE): Ditto.
17164 (WINT_TYPE): Ditto.
17165 * config/arm/netbsd.h: Likewise.
17166 * config/i386/netbsd-elf.h: Likewise.
17167 * config/i386/netbsd.h: Likewise.
17168 * config/m68k/netbsd-elf.h: Likewise.
17169 * config/m68k/netbsd.h: Likewise.
17170 * config/ns32k/netbsd.h: Likewise.
17171 * config/sparc/netbsd.h: Likewise.
17172 * config/vax/netbsd.: Likewise.
17173
17174 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
17175
17176 * target.h (struct gcc_target): Added ms_bitfield_layout_p.
17177 * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New. Added to...
17178 (TARGET_INITIALIZER): this.
17179 * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
17180 (BITFIELD_NBYTES_LIMITED): Markup fix.
17181 * tree.h (default_ms_bitfield_layout_p): Declare.
17182 (record_layout_info): Added prev_field.
17183 * tree.c (default_ms_bitfield_layout_p): New fn.
17184 * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
17185 PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
17186 * stor-layout.c: Include target.h.
17187 (start_record_layout): Initialize prev_field.
17188 (place_field): Handle MS bit-field layout, and disregard
17189 EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
17190 PCC_BITFIELD_TYPE_MATTERS in this case. Update prev_field.
17191 * Makefile.in (stor-layout.o): Adjust dependencies.
17192
17193 2002-02-05 Jason Merrill <jason@redhat.com>
17194
17195 * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
17196
17197 2002-02-05 Andreas Jaeger <aj@suse.de>
17198
17199 * crtstuff.c: Fix comments.
17200
17201 2002-02-05 Richard Henderson <rth@redhat.com>
17202
17203 PR fortran/3393
17204 * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
17205 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
17206
17207 PR fortran/3392
17208 * config/mips/mips.c (function_arg): Handle TImode.
17209 (function_arg_advance): Likewise.
17210
17211 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17212
17213 * config/rs6000/altivec.h (vec_step_help): Rename to
17214 __vec_step_help.
17215
17216 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17217
17218 * config/rs6000/altivec.h: Fix typos.
17219
17220 2002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
17221
17222 * config/arm/netbsd.h: Correct a comment.
17223
17224 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17225
17226 * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
17227 building void typed builtins.
17228
17229 * config/rs6000/altivec.h (vec_ld*): Fix typos.
17230 (vec_step): Implement for C++.
17231
17232 Mon Feb 4 19:23:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17233
17234 * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
17235
17236 2002-02-04 Richard Henderson <rth@redhat.com>
17237
17238 * combine.c (nonzero_bits): Re-introduce special case for
17239 sp/fp/ap wrt REGNO_POINTER_ALIGN.
17240
17241 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17242
17243 * doc/extend.texi: Warn about unsupported usage of altivec
17244 builtins.
17245
17246 * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
17247 (altivec_predicate_*): New.
17248
17249 * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
17250 Add C++ version of vec_*() functions.
17251
17252 * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
17253 (bdesc_2arg): Remove altivec predicates.
17254 (altivec_expand_builtin): Handle predicates.
17255 (altivec_init_builtins): Handle predicates.
17256 (altivec_expand_predicate_builtin): New.
17257
17258 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17259
17260 * pa.c (DO_FRAME_NOTES): Move forward.
17261 (store_reg): Revise handling of frame notes.
17262 (load_reg): Likewise.
17263 (set_reg_plus_d): Likewise.
17264 (hppa_expand_prologue): Likewise.
17265 (hppa_expand_epilogue): Likewise.
17266
17267 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17268
17269 * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
17270
17271 2002-02-04 Jakub Jelinek <jakub@redhat.com>
17272
17273 PR c/4475, c++/3780:
17274 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
17275 * c-common.h (SWITCH_TYPE): Define.
17276 * c-typeck.c (c_start_case): Set SWITCH_TYPE.
17277 * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
17278 Rename spareness variable to sparseness.
17279 (expand_end_case_type): Renamed from expand_end_case, use orig_type
17280 if non-NULL instead of TREE_TYPE (orig_index).
17281 * tree.h (expand_end_case_type): Renamed from expand_end_case.
17282 (expand_end_case): Define using expand_end_case_type.
17283 * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
17284 to expand_end_case_type.
17285 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
17286
17287 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17288
17289 * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
17290 (BIGGEST_ALIGNMENT): Change to 128.
17291
17292 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17293
17294 * pa32-linux.h (LINK_COMMAND_SPEC): Define.
17295
17296 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17297
17298 * pa.md (call_internal_reg_64bit): Remove unused variable.
17299
17300 2002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
17301
17302 * config/arm/arm.h (machine_function): Add uses_anonymous_args
17303 field.
17304 (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
17305 * config/arm/arm.c (current_function_anonymous_args): Delete,
17306 replace uses with cfun->machine->uses_anonymous_args.
17307 (arm_reorg): Do not reset uses_anonymous_args.
17308
17309 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
17310 any geenral register.
17311
17312 2001-02-04 Bernd Schmidt <bernds@redhat.com>s
17313
17314 * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
17315 the entry block.
17316
17317 2002-02-04 Richard Henderson <rth@redhat.com>
17318
17319 * combine.c (force_to_mode): Remove STACK_BIAS code.
17320 (nonzero_bits): Likewise. Replace sp/fp special case with
17321 REGNO_POINTER_ALIGN.
17322
17323 * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
17324 (HARD_FRAME_POINTER_REGNUM): New.
17325 (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
17326 (FIXED_REGS, CALL_USED_REGS): Update.
17327 (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
17328 (CONDITIONAL_REGISTER_USAGE): Update for HFP.
17329 (HARD_REGNO_NREGS): Update for SFP.
17330 (STACK_POINTER_OFFSET): Include bias here ...
17331 (FIRST_PARM_OFFSET): ... not here.
17332 (STACK_BIAS): Remove.
17333 (INIT_EXPANDERS): New.
17334 (STARTING_FRAME_OFFSET): Do not include bias.
17335 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
17336 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
17337 (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
17338 * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
17339 * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
17340 * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
17341 (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
17342 (MUST_SAVE_REGISTER): Likewise.
17343 (sparc_flat_function_prologue): Likewise.
17344 (sparc_flat_function_epilogue): Likewise.
17345 (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
17346 (sparc_init_modes): SFP is GENERAL_REGS.
17347 (sparc_builtin_saveregs): SFP does not have bias applied.
17348
17349 2002-02-04 Richard Henderson <rth@redhat.com>
17350
17351 * config/alpha/alpha.c (current_function_is_thunk): Don't check
17352 current_function_is_thunk.
17353 (alpha_sa_mask): Distinguish between current_function_is_thunk
17354 called from ASM_OUTPUT_MI_THUNK and not.
17355 (alpha_does_function_need_gp): Thunks always need gp.
17356 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
17357 (alpha_output_mi_thunk_osf): New.
17358 * config/alpha/alpha-protos.h: Update.
17359 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
17360
17361 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
17362
17363 * c-typeck.c (build_c_cast): Warn when qualifiers are added to
17364 function types, not when they're taken away.
17365
17366 Mon Feb 4 09:05:58 2002 Jeffrey A Law (law@redhat.com)
17367
17368 * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
17369 CODE_LABEL and jump table when replacing a table jump with a
17370 simple jump.
17371
17372 2002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17373
17374 * config/s390/s390-protos.h (legitimize_la_operand,
17375 s390_secondary_input_reload_class, s390_plus_operand,
17376 s390_expand_plus_operand): Add prototypes.
17377
17378 config/s390/s390.c (s390_secondary_input_reload_class,
17379 s390_plus_operand, s390_expand_plus_operand): New functions.
17380
17381 (struct s390_address): New member 'pointer'.
17382 (s390_decompose_address): Compute it.
17383 (legitimate_la_operand_p): Use it.
17384 (legitimize_la_operand): New function.
17385 (movti, movdi, movdf splitters): Call it.
17386
17387 config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
17388 (PREDICATE_CODES): Add s390_plus_operand.
17389
17390 config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
17391 (la_ccclobber): Allow GENERAL_REGS as output operand.
17392
17393 (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
17394 *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
17395 (*la_64, *la_31, reload_indi, reload_insi): ... these.
17396
17397 2002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17398
17399 * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
17400 register names for regular asm () construct.
17401
17402 2002-02-04 Jakub Jelinek <jakub@redhat.com>
17403
17404 * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
17405 registers.
17406
17407 2002-02-04 Jakub Jelinek <jakub@redhat.com>
17408
17409 * combine.c (recog_for_combine): Create a dummy insn with PATTERN
17410 pat for recog.
17411
17412 2002-02-04 Hartmut Penner <hpenner@de.ibm.com>
17413
17414 * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
17415 constant pool to be identical by string address and index.
17416
17417 2002-02-04 Anthony Green <green@redhat.com>
17418
17419 * output.h (SECTION_OVERRIDE): Define.
17420 * varasm.c (named_section): Obey SECTION_OVERRIDE.
17421
17422 2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
17423
17424 * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
17425 by existing arm*-*-netbsd* (a.out) target.
17426 (ns32k-*-netbsdelf*): Likewise.
17427 (sparc-*-netbsdelf*): Likewise.
17428 (vax-*-netbsdelf*): Likewise.
17429
17430 2002-02-03 Danny Smith <dannysmith@users.sourceforge.net>
17431
17432 * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
17433 headers and libobjc headers.
17434
17435 2002-02-03 Mumit Khan <khan@nanotech.wisc.edu>
17436
17437 * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
17438 (_mingw.h): Remove duplicate include.
17439
17440 2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
17441
17442 * config.gcc: Set cpu_type to m68k for 68010, as well.
17443 (m68010-*-netbsdelf*): New...
17444 (m68k*-*-netbsdelf*): ...targets.
17445 * config/m68k/netbsd-elf.h: New file.
17446
17447 2002-02-02 Kazu Hirata <kazu@hxi.com>
17448
17449 * config/h8300/h8300.c (hand_list): Move inside function_arg.
17450
17451 2002-02-02 Kazu Hirata <kazu@hxi.com>
17452
17453 * config/h8300/h8300.c (h8_push_ops): Move inside
17454 h8300_init_once.
17455 (h8_pop_ops): Likewise.
17456 (h8_move_ops): Likewise.
17457
17458 2002-02-02 Kazu Hirata <kazu@hxi.com>
17459
17460 * config/h8300/h8300.c (os_task): Make it static.
17461 (monitor): Likewise.
17462 (pragma_saveall): Likewise.
17463
17464 2002-02-02 Alexandre Oliva <aoliva@redhat.com>
17465
17466 * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
17467 constant is a valid sign-extension for Pmode.
17468
17469 2002-02-02 Kazu Hirata <kazu@hxi.com>
17470
17471 * config/h8300/h8300.c: Fix formatting.
17472
17473 2002-02-02 Kazu Hirata <kazu@hxi.com>
17474
17475 * config/h8300/h8300.md: Fix formatting.
17476
17477 2002-02-02 Kazu Hirata <kazu@hxi.com>
17478
17479 * config/h8300/h8300.md (one_cmpl patterns): Tighten the
17480 predicates of operands[1]. Split the patterns for each
17481 processor variant.
17482
17483 2002-02-02 Kazu Hirata <kazu@hxi.com>
17484
17485 * config/h8300/h8300.md (xor patterns): Tighten the predicates
17486 of operands[1] to register_operand.
17487
17488 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
17489
17490 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
17491 * cpphash.c (_cpp_init_hashtable): Similarly.
17492 * cppinit.c (cpp_create_reader): Default the signed_char flag.
17493 (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
17494 (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
17495 (cpp_handle_option): Handle the new options.
17496 * cpplex.c (cpp_interpret_charconst): Use new flag.
17497 * cpplib.h (struct cpp_options): New member signed_char.
17498 * gcc.c (cpp_unique_options): Remove %c spec and documentation.
17499 (cpp_options): Handle -fsigned-char and -funsigned-char.
17500 (static_specs): Remove signed_char_spec.
17501 (do_spec1): Don't handle %c.
17502 * system.h: Poison SIGNED_CHAR_SPEC.
17503 * tradcif.y (yylex): Use flag_signed_char.
17504 * tradcpp.h (flag_signed_char): New.
17505 * tradcpp.c (flag_signed_char): New.
17506 (main): Handle new command-line options.
17507 (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
17508 config:
17509 * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
17510 * avr/avr.h: Remove old comments.
17511 * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
17512 (CC1_SPEC): Pass -fsigned-char if -mic*.
17513 (SIGNED_CHAR_SPEC): Remove.
17514 doc:
17515 * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
17516
17517 2002-02-01 Eric Christopher <echristo@redhat.com>
17518
17519 From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
17520 * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
17521 * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
17522 (ASM_OUTPUT_REG_POP): Ditto.
17523
17524 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
17525
17526 * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
17527 patch.
17528
17529 2002-02-02 Jakub Jelinek <jakub@redhat.com>
17530
17531 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
17532
17533 2002-02-02 Jakub Jelinek <jakub@redhat.com>
17534
17535 PR c/5304:
17536 * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
17537 unconditionally.
17538
17539 2002-02-01 Janis Johnson <janis187@us.ibm.com>
17540
17541 * cfganal.c: Include tm_p.h.
17542 (keep_with_call_p): Fix the test that determines if a register holds
17543 the return value of a call.
17544
17545 2002-02-01 DJ Delorie <dj@redhat.com>
17546
17547 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
17548 we are given conflicting registers, switch to the other one we
17549 had allocated for us.
17550 * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
17551 as TImode so we know when the "other" register is available.
17552
17553 2002-02-01 David O'Brien <obrien@FreeBSD.org>
17554
17555 * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
17556 sparc/sparc_bi.h.
17557
17558 2002-02-01 Janis Johnson <janis187@us.ibm.com>
17559
17560 * cfganal.c (keep_with_call_p): New function.
17561 (flow_call_edges_add): Prevent splitting a block between a call and
17562 a single-set instruction that should be kept in the same block.
17563
17564 2002-02-01 Craig Rodrigues <rodrigc@gcc.gnu.org>
17565
17566 * doc/install.texi (avr): Update outdated URL.
17567
17568 2002-01-30 Andrew Haley <aph@cambridge.redhat.com>
17569
17570 * config/stormy16/stormy16.md (pushqi): New.
17571 (popqi): New.
17572 (pushhi): New.
17573 (pophi): New.
17574 (movhi): Remove stack operands.
17575 (movqi): Likewise.
17576 * config/stormy16/stormy16.h (PREDICATE_CODES): Add
17577 nonimmediate_nonstack_operand.
17578 * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
17579 New.
17580 * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
17581 New.
17582
17583 2002-01-31 Jason Merrill <jason@redhat.com>
17584
17585 * Makefile.in (c-parse.c): Handle .output file.
17586 * objc/Make-lang.in (objc-parse.c): Likewise.
17587
17588 2002-02-01 Alexandre Oliva <aoliva@redhat.com>
17589
17590 * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
17591 the -me[lb] option is given. Don't output the default flag
17592 twice.
17593
17594 2002-01-31 Zack Weinberg <zack@codesourcery.com>
17595
17596 * c-lex.c (yyparse): Call debug_hooks->start_source_file for
17597 the primary source file; this has not been done yet.
17598 * c-decl.c (c_expand_body): Reset input_filename from
17599 DECL_SOURCE_FILE (fndecl) before calling init_function_start.
17600
17601 2002-01-31 Kazu Hirata <kazu@hxi.com>
17602
17603 * rtlanal.c (subreg_regno_offset): Do not use
17604 SUBREG_REGNO_OFFSET.
17605 * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
17606 * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
17607
17608 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
17609
17610 * gccbug.in: Follow GNU Coding Standards for --version. Use GCC
17611 version rather than GNATS version in --version output.
17612
17613 2002-01-31 Richard Sandiford <rsandifo@redhat.com>
17614
17615 * ifcvt.c (noce_process_if_block): Make a copy of the destination
17616 when copying back from a temporary.
17617
17618 2002-01-30 Richard Henderson <rth@redhat.com>
17619
17620 * ifcvt.c (dead_or_predicable): Handling merging when other_bb
17621 and new_dest are the same.
17622
17623 2002-01-30 Richard Henderson <rth@redhat.com>
17624
17625 PR opt/5076
17626 * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
17627 * rtl.c (note_insn_name): Update.
17628 * emit-rtl.c (remove_unnecessary_notes): Kill it.
17629 * stmt.c (expand_end_loop): Kill jump opt code. Use LOOP_END_TOP_COND
17630 to perform loop rotation.
17631 (expand_exit_loop_top_cond): New.
17632 * tree.h (expand_exit_loop_top_cond): Declare it.
17633 * c-semantics.c (genrtl_while_stmt): Use it.
17634 (genrtl_for_stmt): Likewise.
17635
17636 2002-01-30 Alexandre Oliva <aoliva@redhat.com>
17637
17638 * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
17639 arguments to 64-bit boundaries on 64-bit ABIs.
17640
17641 2002-01-30 Steve Ellcey <sje@cup.hp.com>
17642
17643 * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
17644
17645 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
17646
17647 * c-decl.c (grokdeclarator): Handle type being a typedef for an
17648 invalid type.
17649
17650 2002-01-30 David O'Brien <obrien@FreeBSD.org>
17651
17652 * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
17653 * config/sparc/sparc_bi.h: Remove file.
17654 * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
17655
17656 2002-01-30 Richard Henderson <rth@redhat.com>
17657
17658 * sched-deps.c (sched_analyze): Make a call read the frame pointer.
17659
17660 2002-01-30 Zack Weinberg <zack@codesourcery.com>
17661
17662 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
17663
17664 2002-01-30 Jason Merrill <jason@redhat.com>
17665
17666 * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
17667 (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
17668 (reg_save): Use DW_CFA_offset_extended_sf instead.
17669
17670 * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
17671
17672 2002-01-29 Jakub Jelinek <jakub@redhat.com>
17673
17674 * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
17675 in cselib_lookup.
17676
17677 2002-01-29 Aldy Hernandez <aldyh@redhat.com>
17678
17679 * rs6000.md ("*call_value_local32"): Remove constraints.
17680 ("*call_value_local64"): Same.
17681 ("*call_value_indirect_nonlocal_aix32"): Same.
17682 ("*call_value_nonlocal_aix32"): Same.
17683 ("*call_value_indirect_nonlocal_aix64"): Same.
17684 ("*call_value_nonlocal_aix64"): Same.
17685 ("*call_value_nonlocal_sysv"): Same.
17686
17687 2002-01-29 Richard Henderson <rth@redhat.com>
17688
17689 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
17690
17691 2002-01-29 Richard Henderson <rth@redhat.com>
17692
17693 * expr.c (force_operand): Ignore flag_pic for detecting pic
17694 address loads.
17695 * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
17696 for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
17697 * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
17698 instead of open-coded loop.
17699 * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
17700 be fixed when in use.
17701
17702 2002-01-29 Richard Henderson <rth@redhat.com>
17703
17704 * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
17705 * sched-rgn.c (propagate_deps): Update them.
17706 * sched-deps.c (sched_analyze_insn): Update them. Flush the
17707 clobbers list when either gets too long.
17708
17709 2002-01-29 Jakub Jelinek <jakub@redhat.com>
17710
17711 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
17712 and INDEX_REGS the same as GENERAL_REGS.
17713 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
17714
17715 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
17716
17717 * tree.c (build_nonstandard_integer_type): Correct prototype.
17718
17719 2002-01-29 Ulrich Weigand <uweigand@de.ibm.com>
17720
17721 * config/s390/s390.md (movstrsico, movstrdix_64,
17722 movstrsix_31): Remove, replace by ...
17723 (movstrdi_short, movstrsi_short, movstrdi_long,
17724 movstrsi_long): ... these. New.
17725 (movstrdi, movstrsi): Adapt.
17726
17727 (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
17728 ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
17729 Remove unnecessary CC clobber.
17730 (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
17731 *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
17732
17733 (divmoddi4): Don't partially initialize TImode register.
17734
17735 2002-01-29 Geoffrey Keating <geoffk@redhat.com>
17736
17737 * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
17738
17739 2002-01-29 Richard Henderson <rth@redhat.com>
17740
17741 * flow.c (print_rtl_and_abort): Remove.
17742 (print_rtl_and_abort_fcn): Remove.
17743 (verify_local_live_at_start): Use dump_bb instead.
17744 (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
17745 (verify_wide_reg_1): Return 2 on mode test failure.
17746
17747 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
17748
17749 PR c/3325, c/3326, c/2511, c/3347
17750 * c-decl.c (enum_decl_context): Remove BITFIELD.
17751 (grokdeclarator): Take bitfield width as an input.
17752 Ensure bitfields are given the correct type. Perform
17753 bitfield width validation with build_bitfield_integer_type
17754 rather than waiting for finish_struct.
17755 (grok_typename, grok_typename_in_parm_context, start_decl,
17756 push_parmdecl, grokfield, start_function): Update calls to
17757 grokdeclarator.
17758 (build_bitfield_integer_type): New function.
17759 (finish_struct): Move bitfield validation to grokdeclarator
17760 and build_bitfield_integer_type.
17761 * tree.c (build_nonstandard_integer_type): New function.
17762 * tree.h (build_nonstandard_integer_type): New prototype.
17763 objc:
17764 * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
17765
17766 2002-01-29 Jakub Jelinek <jakub@redhat.com>
17767
17768 PR other/1502:
17769 * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
17770 don't ignore unrecognized -W* options.
17771 (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
17772 * cpplib.h (cpp_handle_option): Adjust prototype.
17773 * c-decl.c (c_decode_options): Pass 0 as last argument to
17774 cpp_handle_option.
17775
17776 PR c/2896:
17777 * gcc.c (cpp_unique_options): Split from cpp_options.
17778 (cpp_options): Source cpp_unique_options.
17779 (default_compilers): Use cpp_unique_options instead of cpp_options
17780 when used together with cc1_options.
17781 (static_specs): Add cpp_unique_options.
17782 * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
17783 when used together with cc1_options.
17784
17785 2002-01-29 Kazu Hirata <kazu@hxi.com>
17786
17787 * config/h8300/h8300-protos.h: Update the prototype of
17788 output_a_shift.
17789 * config/h8300/h8300.c (output_a_shift): Remove an unused
17790 argument 'insn'. Remove redundant code.
17791 * config/h8300/h8300.md: Adust to the new prototype of
17792 output_a_shift.
17793
17794 2002-01-29 Kazu Hirata <kazu@hxi.com>
17795
17796 * config/h8300/h8300-protos.h: Update the prototypes of
17797 emit_a_rotate and expand_a_rotate.
17798 * config/h8300/h8300.c (emit_a_rotate): Change the type of the
17799 first argument to 'enum rtx_code'.
17800 (expand_a_rotate): Likewise.
17801
17802 2002-01-28 Kazu Hirata <kazu@hxi.com>
17803
17804 * config/h8300/h8300-protos.h: Update the prototype of
17805 output_simode_bld.
17806 * config/h8300/h8300.c (output_simode_bld): Remove an argumen
17807 'log2'.
17808 * config/h8300/h8300.md: Adjust to the new prototype.
17809
17810 2002-01-28 Kazu Hirata <kazu@hxi.com>
17811
17812 * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
17813 redundant code.
17814
17815 2002-01-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
17816
17817 * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
17818 is a fixed register before returning pic_offset_table_rtx.
17819 * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
17820 when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
17821
17822 2002-01-28 Jason Merrill <jason@redhat.com>
17823
17824 * dwarf2.h: Sync with src version.
17825
17826 2002-01-28 Paul Koning <pkoning@equallogic.com>
17827
17828 * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
17829 BT_FN_VOID_PTR_VAR.
17830 * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
17831 * doc/extend.texi (__builtin_prefetch): Update documentation:
17832 first argument is now const void ptr.
17833
17834 2002-01-28 Kazu Hirata <kazu@hxi.com>
17835
17836 * config/h8300/h8300-protos.h: Remove an unused prototype.
17837
17838 2002-01-28 Roman Zippel <zippel@linux-m68k.org>
17839
17840 * toplev.c (lang_independent_init): Round up identifier size.
17841
17842 2002-01-28 Richard Earnshaw <rearnsha@arm.com>
17843
17844 * config.gcc: Revert previous change.
17845
17846 2002-01-28 Andris Pavenis <pavenis@latnet.lv>
17847
17848 * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
17849
17850 2002-01-28 Richard Earnshaw <rearnsha@arm.com>
17851
17852 * config.gcc (*-*-netbsdelf*): Set up generic parameters.
17853 (*-*-netbsd*): Always use collect2. Remove collect2 settings from
17854 other non-elf netbsd config frags.
17855 * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
17856 collect2 will does that.
17857 * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
17858 shared-lib frobbing will work.
17859
17860 2002-01-28 Kazu Hirata <kazu@hxi.com>
17861
17862 * config/h8300/h8300.h: Fix formatting.
17863 * config/h8300/h8300.md: Likewise.
17864
17865 2002-01-28 Loren J. Rittle <ljrittle@acm.org>
17866
17867 * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
17868 the old, removed AAA_standards fix.
17869 * fixinc/fixincl.x: Rebuilt.
17870
17871 2002-01-28 Hans-Peter Nilsson <hp@axis.com>
17872
17873 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
17874 atexit call in crtbegin, hooked in after call to frame_dummy;
17875 register EH before registering __fini__start.
17876
17877 2002-01-28 Aldy Hernandez <aldyh@redhat.com>
17878
17879 * config/rs6000/altivec.h: Remove spurious semicolons.
17880
17881 2002-01-27 Kazu Hirata <kazu@hxi.com>
17882
17883 * config/h8300/h8300.md: Replace dead bit extraction patterns
17884 with ones that work.
17885
17886 Sun Jan 27 13:23:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17887
17888 * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
17889 if not STRICT_ALIGNMENT.
17890 * rtl.h (MEM_ALIGN): Likewise.
17891
17892 2002-01-27 Craig Rodrigues <rodrigc@gcc.gnu.org>
17893
17894 * doc/invoke.texi (-fdump-translation-unit): Revert this
17895 patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
17896
17897 2002-01-27 Kazu Hirata <kazu@hxi.com>
17898
17899 * config/h8300/h8300.md (define_constants): New.
17900 (anonymous patterns) Use defined constants appropriately.
17901
17902 2002-01-27 Kazu Hirata <kazu@hxi.com>
17903
17904 * config/h8300/h8300.c (function_arg): Remove redundant code.
17905
17906 2002-01-26 Richard Henderson <rth@redhat.com>
17907
17908 * sched-deps.c (reg_pending_uses_head): New.
17909 (reg_pending_barrier): Rename from reg_pending_sets_all.
17910 (find_insn_list): Don't mark inline.
17911 (find_insn_mem_list): Remove.
17912 (add_dependence_list, add_dependence_list_and_free): New.
17913 (flush_pending_lists): Replace only_write param with separate
17914 for_read and for_write parameters. Update all callers. Use
17915 add_dependence_list_and_free.
17916 (sched_analyze_1): Do not add reg dependencies here; just set
17917 the pending bits. Use add_dependence_list.
17918 (sched_analyze_2): Likewise.
17919 (sched_analyze_insn): Replace schedule_barrier_found with
17920 reg_pending_barrier. Add all dependencies for pending reg
17921 uses, sets, and clobbers.
17922 (sched_analyze): Don't add reg dependencies for calls, just
17923 set pending bits. Use regs_invalidated_by_call. Treat
17924 sched_before_next_call as a normal list, not a fake insn.
17925 (init_deps): No funny init for sched_before_next_call.
17926 (free_deps): Free pending mems lists. Don't zero reg_last.
17927 (init_deps_global): Init reg_pending_uses.
17928 (finish_deps_global): Free it.
17929 * sched-int.h (deps): Make in_post_call_group_p boolean. Update docs.
17930 (find_insn_mem_list): Remove.
17931 * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
17932 (propagate_deps): Use them. Zero temp mem lists.
17933
17934 2002-01-26 Richard Henderson <rth@redhat.com>
17935
17936 * Makefile.in (CRTSTUFF_CFLAGS): New.
17937 (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
17938 * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
17939 crtstuff.c instead of alpha assembly version.
17940 * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
17941 entire dummy function sequence. Use FORCE_CODE_SECTION_ALIGN
17942 not FORCE_{INIT,FINI}_SECTION_ALIGN.
17943 (__do_global_dtors_aux): Mark used.
17944 (frame_dummy, __do_global_ctors_aux): Mark used.
17945 (fini_dummy, init_dummy): Remove.
17946
17947 * config/alpha/crtbegin.asm: Remove file.
17948 * config/alpha/crtend.asm: Remove file.
17949 * config/alpha/t-crtbe: Remove file.
17950 * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
17951 (LINK_EH_SPEC): New.
17952
17953 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
17954 FORCE_INIT_SECTION_ALIGN hack. Register __fini_start before
17955 calling constructors.
17956 * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
17957
17958 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
17959 * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
17960 CRT_END_INIT_DUMMY hack.
17961 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
17962 FORCE_{INIT,FINI}_SECTION_ALIGN.
17963
17964 * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
17965 FORCE_{INIT,FINI}_SECTION_ALIGN.
17966
17967 * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
17968 invocation sequence.
17969 * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
17970
17971 * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
17972 (FORCE_CODE_SECTION_ALIGN): New.
17973
17974 2002-01-26 Richard Henderson <rth@redhat.com>
17975
17976 * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
17977
17978 2002-01-26 Richard Henderson <rth@redhat.com>
17979
17980 * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
17981 (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
17982
17983 2002-01-26 Kazu Hirata <kazu@hxi.com>
17984
17985 * config/h8300/h8300.md: Remove bit extraction patterns that
17986 cannot be triggered.
17987 Restrict each bit extraction pattern to a variant on which the
17988 pattern is tested.
17989
17990 2002-01-26 Joseph S. Myers <jsm28@cam.ac.uk>
17991
17992 * doc/include/texinfo.tex: Update to version 2002-01-04.07.
17993
17994 2002-01-26 Kazu Hirata <kazu@hxi.com>
17995
17996 * config/h8300/h8300.md: Remove bit test patterns that cannot
17997 be triggered.
17998 Restrict each bit test pattern to a variant on which the
17999 pattern is tested.
18000
18001 2002-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18002
18003 * builtins.c (expand_builtin_strncat): Remove redundant check for
18004 INTEGER_CST.
18005
18006 2002-01-25 David O'Brien <obrien@FreeBSD.org>
18007
18008 * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
18009 default setting.
18010 * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
18011 existing setting.
18012
18013 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
18014
18015 * dbxout.c (dbxout_init): Use assemble_name rather than just
18016 stripping off the first character.
18017 (dbxout_source_file): Likewise.
18018
18019 2002-01-25 DJ Delorie <dj@redhat.com>
18020
18021 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
18022 using rtx_equal_p, not by comparing pointers.
18023
18024 2002-01-25 Steve Ellcey <sje@cup.hp.com>
18025
18026 * emit-rtl.c (gen_rtx_REG): Always return the same rtx
18027 for PIC_OFFSET_TABLE_REGNUM.
18028 (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
18029
18030 2002-01-25 David O'Brien <obrien@FreeBSD.org>
18031
18032 * config.gcc (x86_64-*-freebsd*): New target.
18033 (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
18034 value.
18035 (i[34567]86-*-freebsd*): Don't include svr4.h.
18036 * config/i386/freebsd64.h: New file.
18037
18038 2002-01-25 Douglas B Rupp <rupp@gnat.com>
18039
18040 * config/alpha/x-vms (version): Make static.
18041
18042 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
18043 in previous checkin.
18044
18045 * Makefile.in (install-headers-cp): New target.
18046 * config.gcc (alpha-dec-*vms*): Install headers with
18047 install-headers-cp
18048
18049 Fri Jan 25 22:42:49 CET 2002 Jan Hubicka <jh@suse.cz>
18050
18051 * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
18052 avoid it's copies.
18053
18054 Fri Jan 25 08:26:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18055
18056 * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
18057 of compare_tree_int.
18058 (expand_builtin_strncat): Likewise.
18059 * c-decl.c (finish_struct): Use tree_low_cst.
18060 * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
18061 * tree.c (compare_tree_int): Likewise.
18062
18063 2002-01-25 Ulrich Weigand <uweigand@de.ibm.com>
18064
18065 * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
18066 adjustments even if they are implemented by more than two insns.
18067
18068 Fri Jan 25 20:43:56 CET 2002 Jan Hubicka <jh@suse.cz>
18069
18070 * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
18071 * df.h (struct ref): Kill B.
18072 (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
18073
18074 * basic-block.h (PROP_EQUAL_NOTES): New flag.
18075 * flow.c (propagate_one_insn): Use it.
18076 (mark_used_regs): Handle NIL.
18077
18078 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
18079
18080 * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
18081 to help folding.
18082
18083 2002-01-25 David Edelsohn <edelsohn@gnu.org>
18084
18085 * rs6000.md (prefetch): Make address V4SI mode so that the address
18086 is restricted to legitimate form for instruction.
18087
18088 2002-01-25 Bob Wilson <bob.wilson@acm.org>
18089
18090 * doc/install.texi (xtensa-*-elf): New target.
18091 (xtensa-*-linux*): New target.
18092 * doc/contrib.texi: Add myself.
18093
18094 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
18095
18096 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
18097 purpose register to hold an SImode (or smaller) value.
18098
18099 2002-01-25 Jakub Jelinek <jakub@redhat.com>
18100
18101 * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
18102 registry only.
18103 * crtstuff.c: Likewise.
18104
18105 2002-01-25 Kazu Hirata <kazu@hxi.com>
18106
18107 * config/h8300/h8300.md (negation patterns): Tighten
18108 predicates to register_operand.
18109
18110 2002-01-24 Aldy Hernandez <aldyh@redhat.com>
18111
18112 * loop.c (emit_prefetch_instructions): Use the prefetch insn's
18113 mode, not Pmode.
18114
18115 * builtins.c (expand_builtin_prefetch): Same.
18116
18117 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
18118
18119 * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
18120 modes.
18121
18122 2002-01-24 Kazu Hirata <kazu@hxi.com>
18123
18124 * config/h8300/h8300.c (print_operand): Remove support for
18125 operand character 'A'.
18126 * config/h8300/h8300.md (three anonymous patterns): Replace
18127 operand character 'A' with either 'T' or 'S'.
18128
18129 2002-01-24 Kazu Hirata <kazu@hxi.com>
18130
18131 * config/h8300/h8300.c (print_operand): Remove support for
18132 operand character 'U'.
18133
18134 2002-01-24 Andris Pavenis <pavenis@latnet.lv>
18135
18136 * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
18137
18138 2002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
18139
18140 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
18141 values to be assigned to the stack pointer.
18142
18143 2002-01-14 Hartmut Penner <hpenner@de.ibm.com>
18144
18145 * emit_rtl.c (gen_lowpart_common): Conversion from const_int
18146 to const_double needs to be done right for big-endian systems.
18147
18148 2002-01-24 Jason Merrill <jason@redhat.com>
18149
18150 PR c++/2432
18151 * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
18152 to can_throw_internal.
18153
18154 2002-01-23 Richard Henderson <rth@redhat.com>
18155
18156 * fold-const.c (fold): Change UINT_MAX test to check vs precision
18157 rather than TYPE_MAX_VALUE. Fix indentation and a bogus negation.
18158
18159 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
18160
18161 * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
18162 (symGOT2reg): Use them, then set as GOT value as unchanging.
18163 (symGOTOFF2reg): Set REG_EQUAL note. Use a different pseudo
18164 as a temporary, if possible.
18165 (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC. Emit
18166 sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
18167
18168 2002-01-23 Kazu Hirata <kazu@hxi.com>
18169
18170 * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
18171 accept to accept 0x80 as operands[2].
18172
18173 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
18174
18175 * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
18176
18177 2002-01-23 Richard Henderson <rth@redhat.com>
18178
18179 * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
18180
18181 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
18182
18183 * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
18184 (parmlist_or_identifiers_1): Verify that only a parmlist follows
18185 an attribute.
18186
18187 2002-01-23 Richard Henderson <rth@redhat.com>
18188
18189 * expr.c (move_by_pieces_1): Extend size before negation.
18190
18191 * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
18192 (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
18193 (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
18194 * config/m68k/t-m68kelf: Likewise.
18195
18196 2002-01-23 Bob Wilson <bob.wilson@acm.org>
18197
18198 * config/xtensa/elf.h: New file.
18199 * config/xtensa/lib1funcs.asm: New file.
18200 * config/xtensa/lib2funcs.S: New file.
18201 * config/xtensa/linux.h: New file.
18202 * config/xtensa/t-xtensa: New file.
18203 * config/xtensa/xtensa-config.h: New file.
18204 * config/xtensa/xtensa-protos.h: New file.
18205 * config/xtensa/xtensa.c: New file.
18206 * config/xtensa/xtensa.h: New file.
18207 * config/xtensa/xtensa.md: New file.
18208 * config.gcc (xtensa-*-elf*): New target.
18209 (xtensa-*-linux*): New target.
18210 * cse.c (canon_hash): Compare rtx pointers instead of register
18211 numbers. This is required for the Xtensa port.
18212 * integrate.c (copy_insn_list): Handle case where the static
18213 chain is in memory and the memory address has to be copied to
18214 a register.
18215 * doc/invoke.texi (Option Summary): Add Xtensa options.
18216 (Xtensa Options): New node.
18217 * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
18218
18219 2002-01-23 Zack Weinberg <zack@codesourcery.com>
18220
18221 * diagnostic.c (internal_error): Do ICE suppression only
18222 when ENABLE_CHECKING is not defined.
18223
18224 * c-typeck.c (require_complete_type): Return error_mark_node
18225 if type is error_mark_node.
18226
18227 2002-01-23 Janis Johnson <janis187@us.ibm.com>
18228
18229 * toplev.c (process_options): Disable -fprefetch-loop-arrays with
18230 -Os and issue a warning.
18231
18232 2002-01-23 Zack Weinberg <zack@codesourcery.com>
18233
18234 * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
18235 current (lack of) need for host configuration by hand.
18236
18237 * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
18238 references. Documentation of some target macros moved from
18239 hostconfig.texi to tm.texi.
18240
18241 2002-01-23 Will Cohen <wcohen@redhat.com>
18242
18243 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
18244 defined.
18245
18246 2002-01-23 Kazu Hirata <kazu@hxi.com>
18247
18248 * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
18249 operand[3].
18250
18251 2002-01-23 Jason Merrill <jason@redhat.com>
18252
18253 * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
18254
18255 * function.c (assign_parms): Don't put args of inline functions
18256 into registers when not optimizing.
18257
18258 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
18259
18260 * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
18261 (prologue_use): New pattern.
18262 * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
18263 preference to gen_rtx_USE.
18264 (thumb_expand_prologue): Use gen_prologue_use in preference to
18265 gen_rtx_USE.
18266 (thumb_expand_epilogue): Use gen_prologue_use in preference to
18267 gen_rtx_USE.
18268
18269 2002-01-23 Hans-Peter Nilsson <hp@bitrange.com>
18270
18271 * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
18272
18273 2002-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
18274
18275 PR c/3504
18276 * doc/extend.texi: Correct documentation of __alignof__.
18277
18278 2002-01-22 Zack Weinberg <zack@codesourcery.com>
18279
18280 * params.h: Rename arguments of DEFPARAM so that it will be
18281 recognized as a translation keyword.
18282
18283 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
18284
18285 * extend.texi: Document altivec functions.
18286 Fix N-bit adjectives in X86 builtin documentation.
18287
18288 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
18289
18290 * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
18291 auto_inc_dec values.
18292
18293 2002-01-22 Richard Earnshaw <rearnsha@arm.com>
18294
18295 * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
18296 after backslash.
18297 (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
18298
18299 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
18300
18301 * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
18302
18303 2002-01-22 Richard Henderson <rth@redhat.com>
18304
18305 * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
18306 copy_insn not copy_rtx.
18307
18308 2002-01-23 Alan Modra <amodra@bigpond.net.au>
18309
18310 * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
18311 "nonzero" as that might add "1" bits. Ensure "constop" is
18312 properly sign extened.
18313 (force_to_mode): Tweak for sign extended constop.
18314
18315 2002-01-22 Richard Henderson <rth@redhat.com>
18316
18317 * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
18318 for_each_rtx instead of assuming we're already looking at the MEM.
18319 (split_small_symbolic_mem_operand): Likewise.
18320 * config/alpha/alpha.h (PREDICATE_CODES): Update.
18321 * config/alpha/alpha.md (small symbolic memory splitters): Update.
18322
18323 2002-01-22 Richard Henderson <rth@redhat.com>
18324
18325 * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
18326 sequence number for the literal.
18327 (divmoddi_internal_er): Likewise.
18328
18329 2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
18330
18331 PR java/4972
18332 * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
18333 in LIBICONV variable.
18334 * configure: Regenerated.
18335
18336 2002-01-22 Krister Walfridsson <cato@df.lth.se>
18337
18338 * dependence.c (build_def_use): Remove array_idx.
18339
18340 * dwarfout.c (last_filename): Remove.
18341 (output_compile_unit_die): Remove last_filename.
18342
18343 2002-01-22 Roger Sayle <roger@eyesopen.com>
18344 Richard Henderson <rth@redhat.com>
18345
18346 PR opt/3640
18347 * fold-const.c (fold): Optimize unsigned comparisons against
18348 UINT_MAX (and similar unsigned constants).
18349
18350 2002-01-22 Janis Johnson <janis187@us.ibm.com>
18351
18352 * Makefile.in (loop.o): Depend on OPTABS_H.
18353 * loop.c (emit_prefetch_instructions): Check the prefetch operand
18354 against the predicate.
18355
18356 PR target/5379
18357 * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
18358 for the address operand.
18359
18360 2002-01-22 Richard Henderson <rth@redhat.com>
18361
18362 * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
18363
18364 2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
18365
18366 PR other/5450
18367 * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
18368 preprocessor flags.
18369
18370 2002-01-22 Jason Thorpe <thorpej@wasabisystems.com>
18371
18372 * config.gcc (x86_64-*-netbsd*): New target.
18373 * config/i386/netbsd64.h: New file.
18374
18375 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
18376
18377 * regrename.c (kill_value): Fix typo.
18378
18379 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
18380
18381 * doc/tm.texi: Remove STARTING_FRAME_PHASE.
18382
18383 * config/rs6000/rs6000.h: Same.
18384
18385 * function.c (instantiate_virtual_regs): Remove
18386 STARTING_FRAME_PHASE.
18387 (assign_stack_local_1): Same.
18388 Calculate frame phase.
18389
18390 2002-01-22 Nick Clifton <nickc@redhat.com>
18391
18392 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
18393 variable declaration to outer scope in order to simplify
18394 future extensions.
18395 (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
18396 arm_hard_regno_mode_ok.
18397 * config/arm/arm-protos.h: Add a prototype for
18398 arm_hard_regno_mode_ok.
18399 * config/arm/arm.c (soft_df_operand): Remove now redundant
18400 check for DImode values using IP_REGNUM.
18401 (nonimmediate_soft_df_operand): Remove now redundant check for
18402 DImode values using IP_REGNUM.
18403 (arm_hard_regno_mode_ok): New function. New check: make sure
18404 that DImode values are not stored in IP_REGNUM.
18405
18406 * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
18407 note with a USE.
18408 (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
18409
18410 2002-01-22 Jason Merrill <jason@redhat.com>
18411
18412 * c-semantics.c (genrtl_compound_stmt): Only check nesting
18413 consistency if this COMPOUND_STMT is scoped.
18414
18415 2002-01-22 Kazu Hirata <kazu@hxi.com>
18416
18417 * predict.c: Fix formatting.
18418 * print-tree.c: Likewise.
18419 * protoize.c: Likewise.
18420 * real.h: Likewise.
18421 * rtl.h: Likewise.
18422 * sbitmap.h: Likewise.
18423 * scan.c: Likewise.
18424 * sched-deps.c: Likewise.
18425 * sched-vis.c: Likewise.
18426 * sdbout.c: Likewise.
18427 * sibcall.c: Likewise.
18428 * ssa.c: Likewise.
18429 * ssa-ccp.c: Likewise.
18430 * ssa-dce.c: Likewise.
18431 * stmt.c: Likewise.
18432 * stor-layout.c: Likewise.
18433 * system.h: Likewise.
18434
18435 Tue Jan 22 06:26:33 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18436
18437 * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
18438 if fits in bounds of base type.
18439
18440 * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
18441 (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
18442 (add_bound_info, default): If can't find a context, make a
18443 SAVE_EXPR.
18444 (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
18445
18446 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
18447
18448 * c-typeck.c (parser_build_binary_op): If result from
18449 build_binary_op is ERROR_MARK just return error_mark_node without
18450 further processing.
18451
18452 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
18453
18454 * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
18455 Split a.out-specific bits into...
18456 * config/netbsd-aout.h: ...this.
18457 * config/netbsd-elf.h: New file.
18458 * config/alpha/netbsd-elf.h: Remove.
18459 * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
18460 * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
18461 (STARTFILE_SPEC): Remove redundant definition.
18462 (ENDFILE_SPEC): Likewise.
18463 (LINK_SPEC): Likewise.
18464 (CPP_SPEC): Likewise.
18465 (ASM_SPEC): Likewise.
18466 (LIB_SPEC): Likewise.
18467 (SWITCH_TAKES_ARG): Likewise.
18468 (TARGET_MEM_FUNCTIONS): Likewise.
18469 (CPP_PREDEFINES): Redefine.
18470 (ASM_FINAL_SPEC): Remove redefinition.
18471 (ASM_COMMENT_START): Redefine.
18472 (FUNCTION_PROFILER): Define.
18473 (TARGET_VERSION): Redefine.
18474 Comment and formatting cleanup.
18475 * config/i386/netbsd.h: Include <netbsd-aout.h>.
18476 * config/m68k/netbsd.h: Include <netbsd-aout.h>.
18477 * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
18478 big- or little-endian.
18479 * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
18480 * config.gcc (*-*-netbsd*): Add definitions common to all
18481 NetBSD configs.
18482 (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
18483 gnu_ld definitions. Add netbsd-elf.h to and remove
18484 alpha/netbsd-elf.h from tm_file. Remove alpha/t-crtfm from
18485 tmake_file, and don't lose previous tmake_file contents.
18486 (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
18487 (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
18488 gnu_ld definitions. Add netbsd-elf.h to tm_file.
18489 (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
18490 (mipsel-*-netbsd*): Rename this to...
18491 (mips*-*-netbsd*): ...this. Add elfos.h to tm_file. Add
18492 mips/little.h to tm_file for mips*el-*.
18493 (powerpc-*-netbsd*): Remove redundant xm_defines definition.
18494 (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
18495 (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
18496
18497 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
18498
18499 * pa-protos.h (reg_before_reload_operand): New function prototype.
18500 * pa.c (reg_before_reload_operand): New function implementation.
18501 * pa.md (decrement_and_branch_until_zero, movb): Use it. Change "!*m"
18502 contraints to "*m".
18503
18504 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18505
18506 * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
18507
18508 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
18509
18510 * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
18511 (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
18512 (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
18513 (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
18514 (ENDFILE_SPEC): Undefine.
18515 (STARTFILE_SPEC): Redefine for PA.
18516
18517 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18518
18519 * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
18520
18521 2002-01-21 Daniel Jacobowitz <drow@mvista.com>
18522
18523 * config.gcc: Add entries to supported PowerPC --with-cpu
18524 types.
18525
18526 2002-01-21 Jakub Jelinek <jakub@redhat.com>
18527
18528 * config/i386/i386.c (ix86_function_arg_regno_p): Never return
18529 true for 64-bit mode only SSE registers in 32-bit mode.
18530
18531 2002-01-21 Kazu Hirata <kazu@hxi.com>
18532
18533 * unwind-dw2.c: Fix formatting.
18534 * unwind-dw2-fde.c: Likewise.
18535 * unwind-dw2-fde.h: Likewise.
18536 * unwind-pe.h: Likewise.
18537 * varasm.c: Likewise.
18538 * varray.h: Likewise.
18539
18540 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
18541
18542 Remove workaround for register stack overwrite bug in mmix.
18543 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
18544 support for TARGET_REG_STACK_FILL_BUG.
18545 * config/mmix/mmix.h: Remove member has_call_without_parameters.
18546 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
18547 Delete.
18548 (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
18549 (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
18550 -mno-reg-stack-fill-bug-workaround.
18551 * config/mmix/mmix.md ("call", "call_value"): Don't set struct
18552 machine member has_call_without_parameters.
18553 * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
18554 -mreg-stack-fill-bug-workaround and
18555 -mno-reg-stack-fill-bug-workaround.
18556 (MMIX Options): Ditto.
18557
18558 2002-01-21 Kazu Hirata <kazu@hxi.com>
18559
18560 * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
18561 as appropriate.
18562 Remove redundant code.
18563
18564 2002-01-21 Joseph S. Myers <jsm28@cam.ac.uk>
18565
18566 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
18567 config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
18568 config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
18569 config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
18570 config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
18571 out target macro definitions and non-target-specific comments
18572 mostly taken from old versions of the manual.
18573
18574 2002-01-20 Kazu Hirata <kazu@hxi.com>
18575
18576 * config/h8300/h8300.h: Fix comment formatting.
18577 * config/ia64/aix.h: Likewise.
18578 * config/ia64/ia64-protos.h: Likewise.
18579 * config/ia64/ia64.c: Likewise.
18580 * config/ia64/ia64.h: Likewise.
18581 * config/ia64/ia64intrin.h: Likewise.
18582 * config/ia64/linux.h: Likewise.
18583 * config/ia64/unwind-aix.c: Likewise.
18584 * config/ia64/unwind-ia64.c: Likewise.
18585
18586 2002-01-20 Kazu Hirata <kazu@hxi.com>
18587
18588 * config/h8300/h8300.c: Revise comments about shift code.
18589
18590 2002-01-20 Kazu Hirata <kazu@hxi.com>
18591
18592 * config/h8300/h8300.c (function_arg): Update a comment.
18593
18594 2002-01-20 Kazu Hirata <kazu@hxi.com>
18595
18596 * config/h8300/h8300.md: Update the comments at the beginning
18597 of the file.
18598
18599 2002-01-20 Kazu Hirata <kazu@hxi.com>
18600
18601 * config/i370/i370.c: Fix comment formatting.
18602 * config/i370/i370.h: Likewise.
18603 * config/i370/i370.md: Likewise.
18604 * config/i370/linux.h: Likewise.
18605
18606 Sun Jan 20 18:40:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18607
18608 * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
18609
18610 * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
18611 (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
18612 in incomplete case.
18613
18614 2002-01-20 Graham Stott <grahams@redhat.com>
18615
18616 * cfgloop.c (flow_loop_preheader_scan): Fix typo.
18617
18618 2002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
18619
18620 * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
18621
18622 2002-01-19 Tom Rix <trix@redhat.com>
18623
18624 * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
18625
18626 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
18627
18628 * doc/tm.texi (STARTING_FRAME_PHASE): Document.
18629
18630 * function.c (assign_stack_local_1): Adjust x_frame_offset with
18631 STARTING_FRAME_PHASE.
18632 (STARTING_FRAME_PHASE): New.
18633 (instantiate_virtual_regs): Check saneness of
18634 STARTING_FRAME_PHASE.
18635
18636 * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
18637
18638 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
18639
18640 * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
18641
18642 2002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
18643
18644 * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
18645 be used for bootstrapping GCC 3.0.
18646
18647 2002-01-18 Kazu Hirata <kazu@hxi.com>
18648
18649 * config/h8300/h8300.md: Fix an insn length.
18650
18651 2002-01-18 Kazu Hirata <kazu@hxi.com>
18652
18653 * bitmap.h: Fix comment formatting.
18654 * combine.c: Likewise.
18655 * cppfiles.c: Likewise.
18656 * c-pragma.h: Likewise.
18657 * c-typeck.c: Likewise.
18658 * df.c: Likewise.
18659 * dwarf2out.c: Likewise.
18660 * function.c: Likewise.
18661 * gcc.c: Likewise.
18662 * genattrtab.c: Likewise.
18663 * gthr-win32.h: Likewise.
18664 * haifa-sched.c: Likewise.
18665 * predict.c: Likewise.
18666 * rtlanal.c: Likewise.
18667 * rtl.h: Likewise.
18668 * unwind-dw2-fde.h: Likewise.
18669 * unwind-pe.h: Likewise.
18670 * vmsdbgout.c: Likewise.
18671
18672 Thu Jan 17 15:28:26 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18673
18674 * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
18675 if type_required and passed decl.
18676
18677 2002-01-17 Aldy Hernandez <aldyh@redhat.com>
18678
18679 * config.gcc (cpu_type): Include altivec.h in powerpc
18680 extra_headers.
18681 Same for darwin.
18682
18683 * config/rs6000/altivec.h: New.
18684
18685 2002-01-17 David Edelsohn <edelsohn@gnu.org>
18686
18687 * doc/install.texi (*-ibm-aix*): Update assembler and exception
18688 handling information.
18689 * doc/trouble.texi (Interoperation): Add libstdc++ information
18690 for AIX.
18691 (Misunderstandings): Add template instantiation and static template
18692 member information for AIX.
18693
18694 2002-01-17 Jason Merrill <jason@redhat.com>
18695
18696 * dbxout.c (dbxout_type): Support const and volatile.
18697
18698 * except.c (add_partial_entry): Remove backwards compatibility code.
18699 (end_protect_partials): Likewise.
18700
18701 2002-01-17 Jakub Jelinek <jakub@redhat.com>
18702
18703 * config/ia64/ia64.md (prologue_use): New.
18704 * config/ia64/ia64.c (ia64_expand_prologue): Use
18705 gen_prologue_use instead of gen_rtx_USE.
18706 (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
18707 as CODE_FOR_pred_rel_mutex.
18708 (ia64_sched_reorder2): Likewise.
18709
18710 2002-01-16 Eric Christopher <echristo@redhat.com>
18711
18712 * config/mips/r3900.h: Reformat.
18713 (SUBTARGET_CPP_SIZE_SPEC): Remove.
18714 * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
18715 * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
18716 (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
18717 * config/mips/t-elf: Remove mips3 multilib.
18718
18719 2002-01-16 H.J. Lu <hjl@gnu.org>
18720
18721 * config/mips/linux.h: Include "mips/abi64.h".
18722
18723 2002-01-16 H.J. Lu <hjl@gnu.org>
18724
18725 * config/mips/t-linux: New.
18726
18727 * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
18728
18729 * config/mips/linux.h: Don't include "gofast.h".
18730 (INIT_SUBTARGET_OPTABS): Removed.
18731
18732 2002-01-16 Kazu Hirata <kazu@hxi.com>
18733
18734 * config/h8300/h8300-protos.h: Replace emit_a_shift with
18735 output_a_shift.
18736 * config/h8300/h8300.c: Likewise.
18737 * config/h8300/h8300.md: Likewise.
18738
18739 2002-01-16 Kazu Hirata <kazu@hxi.com>
18740
18741 * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
18742 spaces after an opcode name.
18743 (pushqi1_h8300hs): Likewise.
18744 (pushhi1_h8300hs): Likewise.
18745
18746 2002-01-16 Kazu Hirata <kazu@hxi.com>
18747
18748 * doc/extend.texi: Replace "option" with "attribute"
18749 appropriately.
18750
18751 2002-01-16 Jakub Jelinek <jakub@redhat.com>
18752
18753 * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
18754 (and:DI () (const_int -8)).
18755 (split_small_symbolic_mem_operand): Split
18756 (mem (and:DI () (const_int -8)).
18757
18758 2002-01-16 Jakub Jelinek <jakub@redhat.com>
18759
18760 PR target/5309:
18761 * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
18762 same way as TYPE_IMUL.
18763 (ultrasparc_sched_reorder): Likewise.
18764 * config/sparc/sparc.md (type): Add comment to update
18765 ultrasparc_sched_reorder when making changes.
18766
18767 2002-01-16 Kazu Hirata <kazu@hxi.com>
18768
18769 * doc/invoke.texi: Change the dump file name of block
18770 reordering pass from 28.bbro to 29.bbro.
18771 Mention -dk option.
18772
18773 Wed Jan 16 17:54:22 CET 2002 Jan Hubicka <jh@suse.cz>
18774
18775 * i386.md (minsf splitter): Fix pasto.
18776
18777 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
18778
18779 * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
18780 to frame pointer initialisation instruction.
18781 (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
18782 initialisation instruction.
18783 (soft_df_operand): Do not accept the IP register.
18784 (nonimmediate_soft_df_operand): Do not accept the IP register.
18785
18786 2002-01-16 Jakub Jelinek <jakub@redhat.com>
18787
18788 PR target/5357:
18789 * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
18790 MASK_V8 being both set.
18791
18792 2002-01-16 Ulrich Weigand <uweigand@de.ibm.com>
18793
18794 * config/s390/s390.c (s390_emit_prologue): Do not emit USE
18795 insn for GOT register; add REG_MAYBE_DEAD notes instead.
18796 config/s390/s390.md (call, call_value): Add GOT register to
18797 CALL_INSN_FUNCTION_USAGE where needed.
18798 (call_exp, call_value_exp): New.
18799
18800 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
18801
18802 * config/arm/arm.c: General formatting tidy up.
18803
18804 2002-01-16 Graham Stott <grahams@redhat.com>
18805
18806 * calls.c (try_to_integrate): Use "(size_t)" intermediate
18807 cast and when casting an integer literal to "rtx" pointer.
18808 (expand_call): Likewise.
18809 * flow.c (try_pre_increment): Likewise.
18810 (find_use_as_address): Likewise.
18811 * integrate.c (expand_iline_function): Likewise.
18812 * regmove.c (try_auto_increment): Likewise.
18813
18814 2002-01-16 Graham Stott <grahams@redhat.com>
18815
18816 * sched-rgn.c (passed): Use sbitmap_free.
18817 (header): Likewise.
18818 (inner): Likewise.
18819 (in_queue): Likewise.
18820 (in_stack): Likewise.
18821
18822 2002-01-15 Eric Christopher <echristo@redhat.com>
18823
18824 * flow.c (propagate_one_insn): Change to use fatal_insn.
18825
18826 2002-01-15 Kazu Hirata <kazu@hxi.com>
18827
18828 * expmed.c (extract_fixed_bit_field): Remove unused code.
18829 * system.h: Poison SLOW_ZERO_EXTEND.
18830 * doc/tm.texi: Remove.
18831 * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
18832 * config/arm/arm.h: Likewise.
18833 * config/avr/avr.h: Likewise.
18834 * config/clipper/clipper.h: Likewise.
18835 * config/convex/convex.h: Likewise.
18836 * config/d30v/d30v.h: Likewise.
18837 * config/dsp16xx/dsp16xx.h: Likewise.
18838 * config/elxsi/elxsi.h: Likewise.
18839 * config/fr30/fr30.h: Likewise.
18840 * config/h8300/h8300.h: Likewise.
18841 * config/i370/i370.h: Likewise.
18842 * config/i386/i386.h: Likewise.
18843 * config/m68k/m68k.h: Likewise.
18844 * config/mips/mips.h: Likewise.
18845 * config/ns32k/ns32k.h: Likewise.
18846 * config/pdp11/pdp11.h: Likewise.
18847 * config/pj/pj.h: Likewise.
18848 * config/s390/s390.h: Likewise.
18849 * config/sh/sh.h: Likewise.
18850 * config/stormy16/stormy16.h: Likewise.
18851 * config/v850/v850.h: Likewise.
18852 * config/vax/vax.h: Likewise.
18853 * config/we32k/we32k.h: Likewise.
18854
18855 2002-01-15 Aldy Hernandez <aldyh@redhat.com>
18856
18857 * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
18858 (altivec_lvsl): Change constraint to b.
18859 (altivec_lvsr): Same.
18860 (altivec_lvebx): Same.
18861 (altivec_lvehx): Same.
18862 (altivec_lvewx): Same.
18863 (altivec_lvxl): Same.
18864 (altivec_lvx): Same.
18865 (altivec_stvx): Add parallel.
18866 (altivec_stvxl): Same.
18867 (altivec_stvehx): Same.
18868 (altivec_stvebx): Same.
18869 (altivec_stvebx): Same.
18870
18871 2002-01-15 Aldy Hernandez <aldyh@redhat.com>
18872
18873 * config.gcc: Change altivec.h to altivec-defs.h.
18874
18875 * config/rs6000/altivec.h: Delete.
18876
18877 * config/rs6000/altivec-defs.h: Add.
18878
18879 2002-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
18880
18881 * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
18882 and UMOD modes.
18883
18884 * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
18885 less than or equal to eight bytes.
18886
18887 * vax.md (andsi3): Remove constraints and change SET destination
18888 operand type to nonimmediate_operand.
18889 (andhi3, andqi3): Likewise. Don't clear high order bits of operand 1
18890 when it is a CONST_INT.
18891
18892 2002-01-15 Jason Merrill <jason@redhat.com>
18893
18894 * c-common.def (FILE_STMT): New code.
18895 * c-common.c (statement_code_p): It's a statement.
18896 * c-common.h (stmt_tree_s): Add x_last_filename.
18897 (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
18898 (last_expr_filename): New macro.
18899 * c-semantics.c (begin_stmt_tree): Initialize it.
18900 (add_stmt): If the filename changed, also insert a
18901 FILE_STMT.
18902 (expand_stmt): Handle seeing one.
18903
18904 2002-01-15 Eric Christopher <echristo@redhat.com>
18905
18906 * flow.c (propagate_one_insn): Add error message and print out
18907 insn for debugging.
18908
18909 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
18910
18911 * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
18912 ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
18913 * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
18914 TRAMPOLINE_ALIGNMENT.
18915 * config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value
18916 to be in bits.
18917 * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
18918 PCC_BITFIELD_TYPE_MATTERS.
18919 * config/interix.h (STDC_VALUE): Remove. Use
18920 STDC_0_IN_SYSTEM_HEADERS.
18921 * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
18922 (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
18923 ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
18924
18925 2002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org>
18926
18927 * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
18928 not work on this platform currently.
18929
18930 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
18931
18932 * c-typeck.c (build_unary_op): Don't wrap msgid argument of
18933 readonly_warning in _().
18934
18935 2002-01-15 Douglas B Rupp <rupp@gnat.com>
18936
18937 * gcc.c (delete_if_ordinary): Backout previous change.
18938
18939 2002-01-15 Kazu Hirata <kazu@hxi.com>
18940
18941 * config/h8300/h8300.c (print_operand): Remove support for
18942 unused operand characters.
18943
18944 * read-rtl.c: Fix formatting.
18945 * real.c: Likewise.
18946 * recog.c: Likewise.
18947 * regclass.c: Likewise.
18948 * regmove.c: Likewise.
18949 * reg-stack.c: Likewise.
18950 * reload1.c: Likewise.
18951 * rtlanal.c: Likewise.
18952
18953 2002-01-15 Kazu Hirata <kazu@hxi.com>
18954
18955 * config/i386/i386.c: Fix formatting.
18956
18957 2002-01-15 Jakub Jelinek <jakub@redhat.com>
18958
18959 * c-typeck.c (process_init_element): Don't save_expr
18960 COMPOUND_LITERAL_EXPR if just its initializer will be used.
18961
18962 2002-01-15 David Edelsohn <edelsohn@gnu.org>
18963
18964 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
18965 emit optional traceback table if optimize_size or TARGET_ELF.
18966 * config/rs6000/rs6000.md (prefetch): New.
18967
18968 2002-01-15 Andreas Jaeger <aj@suse.de>
18969
18970 * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
18971
18972 2002-01-15 Kazu Hirata <kazu@hxi.com>
18973
18974 * mips-tfile.c: Fix formatting.
18975
18976 Tue Jan 15 00:56:11 CET 2002 Jan Hubicka <jh@suse.cz>
18977
18978 * unroll.c (final_reg_note_copy): Fix previous commit.
18979
18980 2002-01-14 Kazu Hirata <kazu@hxi.com>
18981
18982 * config/h8300/h8300-protos.h: Remove the prototype for
18983 eq_operator.
18984 * config/h8300/h8300.c (eq_operator): Remove.
18985
18986 2002-01-14 Richard Henderson <rth@redhat.com>
18987
18988 * config/i386/i386.md (prefetch): Tidy.
18989 (prefetch_3dnow): Fix locality operand.
18990
18991 2002-01-14 Richard Henderson <rth@redhat.com>
18992
18993 * config/mips/mips.h (HI_AND_FP_REGS): New register class.
18994 (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
18995
18996 2002-01-14 Hans-Peter Nilsson <hp@bitrange.com>
18997
18998 * reload1.c (reload_combine): Pass reg_sum replacement through
18999 copy_rtx in loop performing multiple changes.
19000
19001 2002-01-14 Jakub Jelinek <jakub@redhat.com>
19002
19003 * except.c (remove_unreachable_regions): New.
19004 (free_eh_status): Clear exception_handler_labels.
19005 (convert_from_eh_region_ranges): Call remove_unreachable_regions.
19006 (find_exception_handler_labels): Don't add the same label more than
19007 once.
19008 (remove_exception_handler_label): Don't die if
19009 find_exception_handler_labels hasn't been called for the current
19010 function yet.
19011
19012 Mon Jan 14 21:26:13 CET 2002 Jan Hubicka <jh@suse.cz>
19013
19014 * toplev.c (rest_of_compilation): Rebuild jump labels after
19015 gcse.
19016
19017 2002-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
19018
19019 * doc/extend.texi: Move documentation of X86 built-in functions
19020 here.
19021 * doc/invoke.texi: From here.
19022 * doc/sourcebuild.texi: Document location of documentation for
19023 machine built-in functions.
19024
19025 2002-01-13 Christopher Faylor <cgf@redhat.com>
19026
19027 * cppfiles.c (TEST_THRESHOLD): New macro.
19028 (SHOULD_MMAP): Ditto.
19029 (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
19030 be used.
19031
19032 Mon Jan 14 20:23:34 CET 2002 Jan Hubicka <jh@suse.cz>
19033
19034 * unroll.c (final_reg_note_copy): Properly handle
19035 REG_LABEL
19036 (unroll_loops): Fix LOOP_CONDITION heuristics.
19037
19038 2002-01-14 Geoffrey Keating <geoffk@redhat.com>
19039
19040 * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
19041 * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
19042
19043 Mon Jan 14 20:18:19 CET 2002 Jan Hubicka <jh@suse.cz>
19044
19045 * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
19046 threaded loop.
19047
19048 2002-01-14 Tom Rix <trix@redhat.com>
19049
19050 * config/rs6000/rs6000.md: Fix typo with sradi.
19051
19052 2002-01-14 Ulrich Weigand <uweigand@de.ibm.com>
19053
19054 * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
19055 movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
19056 (clrstrdi, clrstrsi): Adapt callers.
19057
19058 (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
19059
19060 (movti splitter): Never use register 0 as base register.
19061
19062 2002-01-14 Hartmut Penner <hpenner@de.ibm.com>
19063
19064 * combine.c (simplify_shift_const): Always generate new rtx
19065 for shift expression instead of reusing given expression.
19066
19067 Mon Jan 14 07:08:55 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19068
19069 * config/alpha/alpha.c (alpha_expand_mov): Don't call
19070 alpha_legitimize_address unless mode is Pmode.
19071
19072 2002-01-13 Geoffrey Keating <geoffk@redhat.com>
19073
19074 * doc/md.texi (Modifiers): Document the '*' constraint for the
19075 user.
19076
19077 * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
19078 * doc/extend.texi (Function Attributes): 'interrupt' is valid
19079 for xstormy16 too.
19080
19081 2002-01-13 Richard Henderson <rth@redhat.com>
19082
19083 * reload.c (find_reloads): Use a hard reg destination as reload reg
19084 for an input reload of the source.
19085
19086 2002-01-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19087
19088 * doc/install.texi (Binaries): Make link to ftp.writtenword.com
19089 more generic.
19090
19091 Sun Jan 13 07:23:01 2002 Douglas B Rupp <rupp@gnat.com>
19092
19093 * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
19094 * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
19095
19096 * config/alpha/x-vms (USE_COLLECT2): Set to empty.
19097
19098 Sun Jan 13 06:55:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19099
19100 * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
19101
19102 2002-01-12 Tom Rix <trix@redhat.com>
19103
19104 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
19105 TARGET_POWERPC64.
19106
19107 2002-01-12 Richard Henderson <rth@redhat.com>
19108
19109 * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
19110
19111 * doc/invoke.texi: Update Alpha options.
19112
19113 * doc/invoke.texi: Update i386 built-in function lists.
19114
19115 Sat Jan 12 17:38:11 CET 2002 Jan Hubicka <jh@suse.cz>
19116
19117 * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
19118 referencing outside.
19119
19120 Sat Jan 12 08:54:51 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19121
19122 * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
19123 * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
19124 offsets, and change line folding.
19125 * optabs.c (expand_binop): Remove warnings.
19126 * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
19127
19128 2002-01-12 Graham Stott <grahams@redhat.com>
19129
19130 * attribs.c (handle_deprecated_attribute): constify WHAT.
19131 * diagnostic.c (warn_deprecated_use): Add braces, fixes
19132 dangling else warning and constify WHAT.
19133 * except.h (struct function, struct inline_remap): Move
19134 struct tag forward defs before all prototypes.
19135 (duplicate_eh_regions): Whitespace.
19136
19137 2002-01-12 Nick Clifton <nickc@cambridge.redhat.com>
19138
19139 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
19140 MODE_BASE_REG_CLASS.
19141 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
19142
19143 2002-01-12 Richard Henderson <rth@redhat.com>
19144
19145 * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
19146 (ix86_expand_vector_move): New.
19147 (bdesc_2arg): Remove andps, andnps, orps, xorps.
19148 (ix86_init_mmx_sse_builtins): Make static. Remove composite builtins.
19149 Remove old prefetch builtins. Special case the logicals removed above.
19150 (ix86_expand_builtin): Likewise.
19151 (safe_vector_operand): Use V4SFmode, not TImode.
19152 (ix86_expand_store_builtin): Remove shuffle arg. Update callers.
19153 (ix86_expand_timode_binop_builtin): New.
19154 * config/i386/i386-protos.h: Update.
19155 * config/i386/i386.h (enum ix86_builtins): Update.
19156 * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
19157 Use ix86_expand_vector_move in vector move expanders.
19158 (movti_internal, movti_rex64): Add xorps alternative.
19159 (sse_clrv4sf): Rename and adjust from sse_clrti.
19160 (prefetch): Don't work so hard.
19161 (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
19162 * config/i386/xmmintrin.h (__m128): Use V4SFmode.
19163 (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
19164
19165 2002-01-11 Richard Henderson <rth@redhat.com>
19166
19167 * config/i386/mmintrin.h: New file.
19168 * config/i386/xmmintrin.h: New file.
19169 * config.gcc (i?86-*-*): Add extra_headers.
19170 * simplify-rtx.c (simplify_unary_operation): Handle saturating
19171 truncation codes.
19172 (simplify_binary_operation): Handle saturating arithmetic codes.
19173 * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
19174 not the lowpart subreg.
19175 (ix86_expand_builtin): Return a TImode dummy register instead of 0
19176 on error.
19177 * config/i386/i386.md (mmx_clrdi): Override memory attribute.
19178
19179 2002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19180
19181 * conflict.c (conflict_graph_compute): Free regsets when finished.
19182 * ssa.c (compute_coalesced_reg_partition): Likewise.
19183
19184 2002-01-12 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
19185
19186 * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
19187 every where we allocate a register.
19188
19189 2002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19190
19191 * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
19192 * lcm.c (compute_earliest, compute_farthest): Likewise.
19193
19194 2002-01-11 Janis Johnson <janis187@us.ibm.com>
19195
19196 * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
19197
19198 2002-01-11 Janis Johnson <janis187@us.ibm.com>
19199
19200 * doc/rtl.texi (Insns): Fix 2 typos.
19201
19202 2002-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
19203
19204 * doc/invoke.texi: Avoid overfull hboxes. Add summary of D30V
19205 options. Use @table @gcctabopt for MMIX options. Add index
19206 entries for MMIX options. Start new paragraph with first
19207 heading of the machine-dependent options.
19208
19209 2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
19210
19211 PR other/5299
19212 * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
19213 * combine.c (force_to_mode): Same.
19214 * reload1.c (clear_reload_reg_in_use): Same.
19215
19216 2002-01-11 Nick Clifton <nickc@cambridge.redhat.com>
19217
19218 * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
19219 and 'subtargets'.
19220
19221 2002-01-11 Andreas Jaeger <aj@suse.de>,
19222 Brad Lucier <lucier@math.purdue.edu>
19223
19224 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
19225 mcpu.
19226
19227 Fri Jan 11 07:35:12 2002 Douglas B Rupp <rupp@gnat.com>
19228
19229 * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
19230 Protect with IN_LIBGCC.
19231 (LINK_EH_SPEC): Add required trailing space.
19232
19233 Fri Jan 11 09:25:05 2002 Nicola Pero <n.pero@mi.flashnet.it>
19234
19235 * c-tree.h: Move function declarations so that they are listed
19236 under the filename which contains them.
19237 (check_identifier, finish_decl_top_level,
19238 lookup_name_current_level_global, shadow_record_fields): Remove.
19239
19240 2002-01-11 Andreas Jaeger <aj@suse.de>
19241
19242 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
19243 march.
19244
19245 2002-01-10 Richard Henderson <rth@redhat.com>
19246
19247 * config/alpha/alpha.c (print_operand): Add 'J'.
19248 * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
19249 new operand with the sequence number for the lituse. When splitting
19250 the insns, use gen_movdi_er_high_g and generate a sequence number.
19251 (gen_movdi_er_high_g): Print the sequence number if non-zero.
19252
19253 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
19254
19255 * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
19256 lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
19257 stvxl.
19258 (altivec_expand_builtin): Same.
19259 (altivec_expand_stv_builtin): New.
19260
19261 * config/rs6000/rs6000.h (rs6000_builtins): Same.
19262
19263 * config/rs6000/rs6000.md ("altivec_lvebx"): New.
19264 ("altivec_lvehx"): New.
19265 ("altivec_lvewx"): New.
19266 ("altivec_lvxl"): New.
19267 ("altivec_lvx"): New.
19268 ("altivec_stvx"): New.
19269 ("altivec_stvebx"): New.
19270 ("altivec_stvehx"): New.
19271 ("altivec_stvewx"): New.
19272 ("altivec_stvxl"): New.
19273
19274 2002-01-10 Richard Henderson <rth@redhat.com>
19275
19276 * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
19277 * reload1.c (delete_output_reload): Zap spill_reg_store. Take
19278 care not to delete instructions twice.
19279
19280 2002-01-10 Zack Weinberg <zack@codesourcery.com>
19281
19282 * toplev.c: Don't declare environ (it's not used anywhere).
19283 * configure.in: Don't check for declaration of environ.
19284 * config/i386/xm-mingw32.h: Don't #define environ.
19285 * config.in, configure: Regenerate.
19286
19287 2002-01-10 Zack Weinberg <zack@codesourcery.com>
19288
19289 * configure.in: Set stage1_cflags for powerpc-*-darwin*.
19290 * configure: Regenerate.
19291
19292 * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
19293 DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
19294 * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
19295 alpha/xm-vms.h.
19296 * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
19297 LIMITS_H_TEST here, not in m68k/x-next.
19298 * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
19299 SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
19300
19301 * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
19302 LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
19303 * config/alpha/x-vms: Don't set USE_COLLECT2. Add comments.
19304
19305 * config/i386/x-djgpp: Renamed i386/t-djgpp.
19306 * config/m88k/x-dolph: Renamed m88k/t-dolph.
19307 * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
19308 * config/pa/x-pa-mpeix: Renamed pa/t-mpeix. Update for
19309 replacement of quadlib.asm with quadlib.c.
19310
19311 * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
19312 config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
19313 config/rs6000/xm-beos.h: Delete file.
19314
19315 * config.gcc: Update to match above changes.
19316
19317 2002-01-10 Kazu Hirata <kazu@hxi.com>
19318
19319 * config/h8300/h8300.h: Fix comment typos.
19320 * config/h8300/h8300.md: Likewise.
19321 * config/h8300/lib1funcs.asm: Likewise.
19322
19323 2002-01-10 Dale Johannesen <dalej@apple.com>
19324
19325 PR optimization/5269
19326 * unroll.c (precondition_loop_p): Make *increment be the correct
19327 sign when n_iterations known, to avoid confusing caller.
19328
19329 2002-01-10 Kazu Hirata <kazu@hxi.com>
19330
19331 * doc/extend.texi (deprecated): Fix a typo.
19332
19333 Thu Jan 10 22:35:54 CET 2002 Jan Hubicka <jh@suse.cz>
19334
19335 * basic-block.h (update_br_prob_note): Declare.
19336 * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
19337 (try_forward_edges): Care negative frequencies and update note.
19338 (outgoing_edges_match): Tweek conditional merging heuristics.
19339 (try_crossjump_to_edge): use update_br_prob_note.
19340 * cfglayout.c (fixup_reorder_chain): Likewise.
19341 * cfrtl.c (update_br_prob_note): New.
19342 * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
19343
19344 * i386.c (ix86_decompose_address): Return -1 if address contains
19345 shift.
19346 (legitimate_address_p): Require ix86_decompose_address to return 1.
19347
19348 * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
19349 (cprop_insn): Likewise.
19350
19351 2002-01-10 Kazu Hirata <kazu@hxi.com>
19352
19353 * toplev.c: Fix formatting.
19354 * tree.c: Likewise.
19355 * tree-dump.c: Likewise.
19356 * unroll.c: Likewise.
19357 * unwind-dw2.c: Likewise.
19358 * unwind-dw2-fde.c: Likewise.
19359 * unwind-dw2-fde-glibc.c: Likewise.
19360 * unwind-sjlj.c: Likewise.
19361
19362 2002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
19363
19364 * doc/invoke.texi: Document PDP-11 options.
19365
19366 2002-01-10 Kazu Hirata <kazu@hxi.com>
19367
19368 * config/h8300/h8300.h: Fix formatting.
19369
19370 2002-01-10 Ira Ruben <ira@apple.com>
19371
19372 Add __attribute__ ((deprecated)).
19373 * extend.texi: Document __attribute__ ((deprecated)).
19374 * invoke.texi: Document -Wno-deprecated-declarations.
19375 * testsuite/g++.dg/other/deprecated.C: New C++ test.
19376 * testsuite/gcc.dg/deprecated.c: New C test.
19377 * attribs.c (enum attrs): Declare handle_deprecated_attribute().
19378 (c_common_attribute_table): Add "deprecated" entry.
19379 (handle_deprecated_attribute): New function.
19380 * c-decl.c (deprecated_states): New enum.
19381 deprecated_state: State of "deprecated" handling.
19382 (start_decl): Set deprecated_state based on attributes.
19383 (grokdeclarator): Test for deprecated uses, propagate attribute.
19384 * c-typeck.c (build_component_ref): Test for deprecated fields.
19385 (build_external_ref): Test for deprecated primaries.
19386 * diagnostic.c (warn_deprecated_use) New function to issue
19387 warnings about __attribute__ ((depricated)) references.
19388 * flags.h (warn_deprecated_decl): Extern declared for
19389 -W[no-]deprecated-declarations option.
19390 * print-tree.c (print_node): Show deprecated flag status.
19391 * toplev.c (warn_deprecated_decl): Defined.
19392 (W_options): Added "deprecated-declaration".
19393 * toplev.h (warn_deprecated_use): Extern declared.
19394 * tree.h (struct tree_common): Define deprecated_flag.
19395 (TREE_DEPRECATED): New macro to access flag.
19396 * cp/call.c (build_call): Test for deprecated calls.
19397 * cp/class.c (add_implicitly_declared_members): Set global
19398 flag to tell grokdeclarator to not issue deprecated warnings.
19399 * cp/cp-tree.h: Add extern for adding_implicit_members.
19400 * cp/decl.c (deprecated_states): New enum.
19401 (start_decl): Set deprecated_state based on attributes.
19402 (grokdeclarator): Test for deprecated uses, propagate attribute.
19403 * cp/lex.c (do_identifier): Test for deprecated primaries.
19404 * cp/typeck.c (build_component_ref): Test for deprecated fields.
19405
19406 2002-01-10 Ira Ruben <ira@apple.com>
19407
19408 Fix to assign attributes to inline member functions.
19409 * cp/decl.c (start_method): Handle attrlist.
19410
19411 2002-01-10 Kazu Hirata <kazu@hxi.com>
19412
19413 * combine.c (expand_field_assignment): Use subreg_lsb().
19414
19415 2002-01-10 David Edelsohn <edelsohn@gnu.org>
19416
19417 * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
19418 POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
19419 (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
19420 Recurse for any operand of AND as long as constant is non-zero.
19421
19422 2002-01-10 Kazu Hirata <kazu@hxi.com>
19423
19424 * config/h8300/h8300.md: Remove constraints from expanders.
19425
19426 2002-01-10 Kazu Hirata <kazu@hxi.com>
19427
19428 * varasm.c: Fix formatting.
19429 * varray.c: Likewise.
19430 * vmsdbgout.c: Likewise.
19431 * xcoffout.c: Likewise.
19432
19433 Thu Jan 10 17:19:12 CET 2002 Jan Hubicka <jh@suse.cz>
19434
19435 * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
19436 update edge probabilities to match.
19437
19438 2002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
19439
19440 * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
19441 dependencies.
19442 * doc/languages.texi, doc/sourcebuild.texi: New files.
19443 * doc/configfiles.texi: Make a subsubsection. Update.
19444 * doc/configterms.texi: Add @node. Remove warning that this isn't
19445 instructions for building GCC.
19446 * doc/makefile.texi: Make a subsection.
19447 * doc/gccint.texi: Update.
19448
19449 Thu Jan 10 16:39:58 CET 2002 Jan Hubicka <jh@suse.cz>
19450
19451 * i386.md (sse_mov?fcc_const0_?): Fix constraints.
19452
19453 Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
19454
19455 * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
19456
19457 Thu Jan 10 11:19:18 CET 2002 Jan Hubicka <jh@suse.cz>
19458
19459 * optabs.c (expand_fix): Look for wider integer modes first.
19460
19461 * i386.md (mov?f): Avoid the fake const double trick for medium
19462 memory model.
19463 (min?f*/max?f*): Prohibit memory operands for i387 variant.
19464 (fop_df_4): Disable for SSE compilation.
19465
19466 2002-01-10 Graham Stott <grahams@redhat.com>
19467
19468 * dwarf2out.c (indirect_string_alloc, output_indirect_string):
19469 Move prototype into DWARF2_DEBUGGING_INFO conditional block.
19470
19471 2002-01-10 Richard Henderson <rth@redhat.com>
19472
19473 * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
19474
19475 2002-01-10 Richard Henderson <rth@redhat.com>
19476
19477 * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
19478 (copyprop_hardreg_forward_1): Likewise. Use mode_change_ok.
19479
19480 2002-01-10 Kazu Hirata <kazu@hxi.com>
19481
19482 * combine.c (can_combine_p): Fix a comment typo.
19483
19484 2002-01-09 Zack Weinberg <zack@codesourcery.com>
19485
19486 * Makefile.in (s-gencheck, s-options, s-specs): Handle an
19487 empty list correctly. Change loop index $t to $f for
19488 consistency with rest of Makefile.
19489
19490 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
19491
19492 * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
19493 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
19494
19495 * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
19496 mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
19497 (altivec_init_builtins): Same.
19498 (altivec_expand_unop_builtin): Return NULL_RTX on error.
19499 (altivec_expand_binop_builtin): Same.
19500 (altivec_expand_ternop_builtin): Same.
19501 (bdesc_dst): New.
19502
19503 * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
19504 ("altivec_vctuxs"): Fix typo.
19505 ("altivec_vnmsubfp"): Same.
19506 ("altivec_dssall"): New.
19507 ("altivec_mfvscr"): New.
19508 ("altivec_dss"): New.
19509 ("altivec_lvsl"): New.
19510 ("altivec_lvsr"): New.
19511 ("altivec_dstt"): New.
19512 ("altivec_dstst"): New.
19513 ("altivec_dststt"): New.
19514 ("altivec_dst"): New.
19515
19516 * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
19517 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
19518
19519 2002-01-09 Richard Henderson <rth@redhat.com>
19520
19521 * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
19522
19523 2002-01-10 Hans-Peter Nilsson <hp@bitrange.com>
19524
19525 * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
19526 function.
19527 * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
19528 prototype.
19529 * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
19530
19531 2002-01-09 Kazu Hirata <kazu@hxi.com>
19532
19533 * read-rtl.c: Fix formatting.
19534 * real.c: Likewise.
19535 * regclass.c: Likewise.
19536 * regrename.c: Likewise.
19537 * reg-stack.c: Likewise.
19538 * reload1.c: Likewise.
19539 * reload.c: Likewise.
19540 * rtl.c: Likewise.
19541
19542 2002-01-09 Kazu Hirata <kazu@hxi.com>
19543
19544 * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
19545 to extract items in the expr_list chain.
19546
19547 2002-01-09 Richard Henderson <rth@redhat.com>
19548
19549 * config/vax/vax.c (vax_rtx_cost): Never abort.
19550
19551 * config/vax/vax.h (REAL_ARITHMETIC): Define.
19552
19553 2002-01-09 Jan Hubicka <jh@suse.cz>
19554
19555 * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
19556
19557 2002-01-09 Richard Henderson <rth@redhat.com>
19558
19559 * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
19560 Unify code from various alternatives.
19561
19562 2002-01-09 Richard Henderson <rth@redhat.com>
19563
19564 * regrename.c (copy_value): Ignore the copy if the source register
19565 is present in the value chain with a narrower mode.
19566
19567 2002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
19568
19569 * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
19570 for the c4x target. Also improve layout.
19571
19572 2002-01-09 Richard Henderson <rth@redhat.com>
19573
19574 * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
19575 * config/m32r/m32r.md (and ior xor splitters): Swap operands
19576 to match insn patterns.
19577
19578 2002-01-09 Richard Henderson <rth@redhat.com>
19579
19580 * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
19581 (copyprop_hardreg_forward_1): Likewise.
19582
19583 2002-01-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
19584
19585 * pa.md (decrement_and_branch_until_zero): Change predicate for
19586 operand 0 from register_operand to reg_or_nonsymb_mem_operand.
19587
19588 2002-01-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
19589
19590 * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
19591 gets undefined. For Darwin.
19592
19593 2002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
19594
19595 * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
19596
19597 2002-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19598
19599 * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
19600
19601 2002-01-08 Richard Henderson <rth@redhat.com>
19602
19603 * regrename.c (copy_value): Ignore overlapping copies.
19604
19605 2002-01-08 Richard Henderson <rth@redhat.com>
19606
19607 * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
19608 as needed to avoid shared structure.
19609
19610 2002-01-08 Kazu Hirata <kazu@hxi.com>
19611
19612 * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
19613 H8/300H and H8/S.
19614
19615 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
19616
19617 * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
19618 LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
19619 documentation of obsolete macros.
19620 * system.h: Poison these macros.
19621 * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
19622 config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
19623 config/c4x/c4x.h, config/clipper/clipper.h,
19624 config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
19625 config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
19626 config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
19627 config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
19628 config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
19629 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
19630 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
19631 config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
19632 config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
19633 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
19634 config/sparc/sparc.h, config/stormy16/stormy16.h,
19635 config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
19636 definitions and commented out definitions of obsolete macros.
19637 * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
19638 of MAX_INT_TYPE_SIZE.
19639
19640 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
19641
19642 * config/s390/s390.c (s390_preferred_reload_class): Never
19643 return ADDR_REGS if it isn't a subset of the given class.
19644 * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
19645 FP_REGS, but all superclasses as well.
19646
19647 * config/s390/s390.c (s390_function_profiler): Fix thinko.
19648
19649 * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
19650 cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
19651 must not be a const_int.
19652
19653 2002-01-08 Richard Henderson <rth@redhat.com>
19654
19655 * Makefile.in (toplev.o): Depend on options.h.
19656 (gcc.o): Depend on specs.h.
19657
19658 2002-01-08 Jakub Jelinek <jakub@redhat.com>
19659
19660 * expr.c (store_expr): Convert VOIDmode constants back to target's
19661 mode.
19662
19663 2002-01-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19664
19665 * doc/invoke.texi: Markup gcc as @command. Refer to
19666 http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
19667 of http://gcc.gnu.org/thanks.html.
19668
19669 2002-01-08 Dale Johannesen <dalej@apple.com>
19670
19671 * config/rs6000/rs6000.md: Add missing int register
19672 target case to movdf_low.
19673
19674 2002-01-08 Zack Weinberg <zack@codesourcery.com>
19675
19676 * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
19677 except.h. Remove commands to define USING_SJLJ_EXCEPTIONS.
19678 (cppinit.o): Depend on except.h.
19679 (gencheck.h, options.h, specs.h, s-gencheck, s-options,
19680 s-specs): New rules.
19681
19682 * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
19683 Don't create specs.h/options.h/gencheck.h here. Remove
19684 unnecessary variable settings from last argument of AC_OUTPUT.
19685 * config.in, configure: Regenerate.
19686 * intl.c: Hardcode package name as "gcc".
19687
19688 * cppinit.c: Include except.h.
19689 (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
19690 appropriate.
19691 * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
19692 Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
19693 (!)USING_SJLJ_EXCEPTIONS.
19694 * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
19695
19696 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
19697
19698 * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
19699 ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
19700 OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
19701 documentation of obsolete macros.
19702 * system.h: Poison these macros.
19703 * config/d30v/d30v.h, config/ns32k/encore.h,
19704 config/stormy16/stormy16.h: Remove definitions and commented out
19705 definitions of obsolete macros.
19706
19707 Tue Jan 8 15:56:41 2002 Nicola Pero <nicola@brainstorm.co.uk>
19708
19709 * objc/objc-act.c (handle_class_ref): Mark the declaration of
19710 %sobjc_class_ref_%s as used - to prevent unwanted compiler
19711 warnings.
19712
19713 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
19714
19715 * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
19716 * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
19717 to insn adjusting stack/frame pointer.
19718 * config/s390/s390.md (reload_la_64, reload_la_31): Do not
19719 accept operands that cause the insn to be non-splittable.
19720
19721 2002-01-08 Graham Stott <grahams@redhat.com>
19722
19723 * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
19724 (C_TYPE_FIELDS_VOLATILE): Likewise.
19725 (C_TYPE_BEING_DEFINED): Likewise.
19726 (C_IS_RESERVED_WORD): Likewise.
19727 (C_TYPE_VARIABLE_SIZE): Likewise.
19728 (C_DECL_VARIABLE_SIZE): Likewise.
19729 (C_MISSING_PROTOTYPE_WARNED): Likewise.
19730 (C_SET_EXP_ORIGINAL_CODE): Likewise.
19731 (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
19732 parenthesis.
19733 (C_DECL_ANTICIPATED): Likewise.
19734 (c_build_type_variant): Add parenthesis.
19735
19736 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
19737
19738 * gcc.c (option_map): Remove --version.
19739 (process_command): Handle -fversion following the GNU Coding
19740 Standards. Partially addresses PR other/704.
19741
19742 2002-01-08 Graham Stott <grahams@redhat.com>
19743
19744 * combine.c (combine_instructions): Fix typo.
19745
19746 2002-01-08 Graham Stott <grahams@redhat.com>
19747
19748 * debug.h: Use "tree" and "rtx" throughout.
19749
19750 * debug.c: Likewise.
19751
19752 2002-01-08 Nick Clifton <nickc@cambridge.redhat.com>
19753
19754 * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
19755 constant pool, use the pool's version of the symbol instead.
19756
19757 2002-01-07 Richard Henderson <rth@redhat.com>
19758
19759 * regrename.c (find_oldest_value_reg): Ignore the value chain if
19760 the original register was copied in a mode with a fewer number of
19761 hard registers than the desired mode.
19762 (copyprop_hardreg_forward_1): Likewise.
19763 (debug_value_data): Fix loop test.
19764 * toplev.c (parse_options_and_default_flags): Reenable
19765 -fcprop-registers at -O1.
19766
19767 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
19768
19769 * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
19770 (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
19771
19772 * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
19773 predicates.
19774
19775 * config/rs6000/rs6000.md: Add altivec predicate patterns.
19776
19777 2002-01-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
19778
19779 * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
19780 (pa_output_function_prologue): Output local label at the beginning of
19781 the prologue when profiling.
19782 (hppa_profile_hook): Use the local label rather than the function label.
19783 * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
19784
19785 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
19786
19787 * config/rs6000/rs6000.c (print_operand): Remove extra space.
19788 (altivec_expand_unop_builtin): Fix thinko.
19789 (altivec_expand_binop_builtin): Same.
19790 (altivec_expand_ternop_builtin): Same.
19791 (altivec_expand_builtin): Same.
19792
19793 2002-01-07 Richard Henderson <rth@redhat.com>
19794
19795 * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
19796
19797 2002-01-07 Jason Merrill <jason@redhat.com>
19798
19799 * unwind-dw2.c (execute_cfa_program): Use < again.
19800
19801 2002-01-07 Jakub Jelinek <jakub@redhat.com>
19802
19803 * predict.c (combine_predictions_for_insn): Avoid division by zero.
19804
19805 2002-01-07 Jakub Jelinek <jakub@redhat.com>
19806
19807 * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
19808 Don't allow -1 - x -> ~x simplifications in the first pass.
19809
19810 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
19811
19812 * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
19813 arguments.
19814 (altivec_expand_binop_builtin): Same.
19815 (altivec_expand_unop_builtin): Same.
19816 (print_operand): Fix typo.
19817 (bdesc_1arg): Add vupk* variants.
19818
19819 * rs6000.h (rs6000_builtins): Add vupk* enums.
19820
19821 * rs6000.md: Add altivec_vupk* variants.
19822
19823 2002-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
19824
19825 * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
19826 doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
19827 and last update dates.
19828
19829 2002-01-07 Janis Johnson <janis187@us.ibm.com>
19830
19831 * doc/rtl.texi (Flags): Clean up documentation of RTL flags
19832
19833 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
19834
19835 * config/avr/avr.c (avr_mcu_types): Add new MCU types.
19836 * config/avr/avr.h (CPP_SPEC): Likewise.
19837 (LINK_SPEC): Likewise.
19838 (CRT_BINUTILS_SPECS): Likewise.
19839 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
19840 * doc/invoke.texi (AVR Options): Document them.
19841
19842 Mon Jan 7 11:59:34 CET 2002 Jan Hubicka <jh@suse.cz>
19843
19844 * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
19845 LABEL_NUSES.
19846
19847 2002-01-07 Graham Stott <grahams@redhat.com>
19848
19849 * config/i386/i386.h: Update copyright date.
19850 (HALF_PIC_PTR): Add parenthesis.
19851 (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
19852 (CONSTANT_ALIGNMENT): Add parenthesis.
19853 (DATA_ALIGNMENT): Likewise.
19854 (LOCAL_ALIGNMENT): Likewise.
19855 (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
19856 (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
19857 (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
19858 (HARD_REGNO_NREGS): Add paranethesis.
19859 (VALID_SSE_REG_MODE): Whitespace.
19860 (VALID_MMX_REG_MODE): Whitespace.
19861 (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
19862 (ix86_hard_regno_mode_ok): Add parenthesis.
19863 (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
19864 (RETURN_IN_MEMORY): Whitespace.
19865 (N_REG_CLASSES): Add parenthesis.
19866 (INTEGER_CLASS_P): Add parenthesis and wrap.
19867 (FLOAT_CLASS_P): Likewise.
19868 (SSE_CLASS_P): Likewise.
19869 (MMX_CLASS_P): Likewise.
19870 (MAYBE_INTEGER_CLASS_P): Likewise.
19871 (MAYBE_FLOAT_CLASS_P): Likewise.
19872 (MAYBE_SSE_CLASS_P): Likewise.
19873 (MAYBE_MMX_CLASS_P): Likewise.
19874 (Q_CLASS_P): Likewise.
19875 (GENERAL_REGNO_P): Uppercase macro parameter.
19876 (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
19877 (FP_REGNO_P): Likewise.
19878 (ANY_FP_REGNO_P): Uppercase macro parameter.
19879 (SSE_REGNO_P): Likewise.
19880 (SSE_REGNO): Likewise.
19881 (SSE_REG_P): Likewise.
19882 (SSE_FLOAT_MODE_P): Likewise.
19883 (MMX_REGNO_P): Likewise.
19884 (MMX_REG_P):Likewise.
19885 (STACK_REG_P): Likewise.
19886 (NON_STACK_REG_P): Likewise.
19887 (STACK_TOP_P): Likewise.
19888 (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
19889 (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
19890 (SECONDARY_MEMORY_NEEDED): Likewise.
19891 (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
19892 (MD_ASM_CLOBBERS): Whitespace and wrap.
19893 (MUST_PASS_IN_STACK): Whitespace and wrap.
19894 (RETURN_POPS_ARGS): Add parenthesis.
19895 (INIT_CUMULATIVE_ARGS): Likewise.
19896 (FUNCTION_ARG): Likewise.
19897 (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
19898 (SETUP_INCOMING_VARARGS): Likewise.
19899 (BUILD_VA_LIST_TYPE): Add parenthesis.
19900 (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
19901 parenthsis.
19902 (EXPAND_BUILTIN_VA_ARG): Likewise.
19903 (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
19904 (INITIALIZE_TRAMPOLINE): Add parenthesis.
19905 (INITIAL_ELIMINATION_OFFSET): Likewise.
19906 (REGNO_OK_FOR_INDEX_P): Add parenthesis.
19907 (REGNO_OK_FOR_BASE_P): Likewise.
19908 (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
19909 (REGNO_OK_FOR_DIREG_P): Likewise.
19910 (REG_OK_FOR_INDEX_P): Whitespace.
19911 (REG_OK_FOR_BASE_P): Whitespace.
19912 (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
19913 parenthesis.
19914 (FIND_BASE_TERM): Fix typo.
19915 (LEGITIMIZE_ADDRESS): Wrap in { .. } while (0) and add parenthesis.
19916 (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
19917 (SYMBOLIC_CONST; Whitespace.
19918 (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in { .. } while (0) and wrap.
19919 (ENCODE_SECTION_INFO): Whitespace.
19920 (FINALIZE_PIC): Remove do { ... } while (0).
19921 (PROMOTE_MODE): Wrap in do { ... } while (0).
19922 (CONST_COSTS): Whitespace.
19923 (RTX_COSTS): Add paramethesis, whitespace and wrap.
19924 (REGISTER_MOVE_COST): Add parenthesis.
19925 (MEMORY_MOVE_COST): Likewise.
19926 (EXTRA_CC_MODES): Whitespace.
19927 (SELECT_CC_MODE): Add parenthesis and whitespace.
19928 (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
19929 (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
19930 (ASM_OUTPUT_LABEL): Add paramethesis.
19931 (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
19932 (ASM_OUTPUT_REG_POP): Likewise.
19933 (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
19934 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
19935
19936 * config/i386/i386.c: Update copyright.
19937 (CHECK_STACK_LIMIT): Add parenthesis.
19938 (AT_BP): Uppercase macro parameter.
19939 (x86_64_int_parameter_registers): Constify.
19940 (x86_64_int_return_registers): Likewise.
19941 (ix86_compare_op0): Use rtx.
19942 (construct_container): Constify INTREG parameter.
19943 (function_arg): Use rtx.
19944
19945 * diagnostic.h: Update copyright date.
19946 (output_buffer_state): Add parenthesis.
19947 (output_buffer_format_args): Likewise.
19948
19949 * combine.c (combine_instructions): Replace XEXP (links, 0)
19950 with link.
19951
19952 2002-01-06 H.J. Lu <hjl@gnu.org>
19953
19954 * cfgcleanup.c (thread_jump): Fix 2 typos.
19955
19956 2002-01-06 Aldy Hernandez <aldyh@redhat.com>
19957
19958 * config.gcc: Add support for --enable-altivec.
19959
19960 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
19961
19962 * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
19963
19964 2002-01-06 Jakub Jelinek <jakub@redhat.com>
19965
19966 * objc/objc-act.c (handle_impent): Use assemble_variable to emit
19967 __objc_class_name_*.
19968
19969 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
19970
19971 * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
19972
19973 2002-01-06 Richard Henderson <rth@redhat.com>
19974
19975 * reorg.c (emit_delay_sequence): Remove death notes, not merely
19976 nop them out. Increment label reference count for REG_LABEL.
19977 (fill_slots_from_thread): Frob label reference count around
19978 delete_related_insns.
19979
19980 2002-01-05 Richard Henderson <rth@redhat.com>
19981
19982 * cfgcleanup.c (try_forward_edges): Detect infinite loops while
19983 jump threading.
19984
19985 2002-01-05 Richard Henderson <rth@redhat.com>
19986
19987 * c-decl.c (c_expand_body): Don't call outlining_inline_function.
19988 * integrate.c (output_inline_function): Likewise.
19989 * toplev.c (rest_of_compilation): Do it here instead. Move call
19990 to remove_unnecessary_notes after emitting abstract instance.
19991 Force an emitted nested function to have its parent emited as well.
19992 * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
19993 for null.
19994 (rtl_for_decl_location): Do not look at reload data structures
19995 before reload has run.
19996
19997 2002-01-05 Kazu Hirata <kazu@hxi.com>
19998
19999 * cse.c: Fix formatting.
20000 * dwarf2asm.c: Likewise.
20001 * dwarf2out.c: Likewise.
20002 * explow.c: Likewise.
20003 * expmed.c: Likewise.
20004 * function.c: Likewise.
20005 * gcov.c: Likewise.
20006 * gencheck.c: Likewise.
20007 * genrecog.c: Likewise.
20008 * ggc-common.c: Likewise.
20009 * ggc-page.c: Likewise.
20010 * global.c: Likewise.
20011
20012 2002-01-05 Kazu Hirata <kazu@hxi.com>
20013
20014 * combine.c: Fix formatting.
20015
20016 2002-01-05 Craig Rodrigues <crodrigu@bbn.com>
20017
20018 PR middle-end/1557
20019 * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
20020
20021 2002-01-05 David Edelsohn <edelsohn@gnu.org>
20022
20023 * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
20024 as 1 for __powerpc64__ as well.
20025
20026 * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
20027
20028 * alias.c (find_base_value, PLUS/MINUS): If we found a base,
20029 return it.
20030
20031 2002-01-05 Daniel Berlin <dan@dberlin.org>
20032
20033 * lcm.c: Revert change, due to performance regression it causes on
20034 SPEC because it's slightly more conservative (sigh, I hate
20035 edge-based LCM).
20036
20037 Sat Jan 5 11:52:05 CET 2002 Jan Hubicka <jh@suse.cz>
20038
20039 * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
20040
20041 2002-01-05 Neil Booth <neil@daikokuya.demon.co.uk>
20042
20043 * doc/cppinternals.texi: Update.
20044
20045 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
20046
20047 * doc/invoke.texi (Option Summary) <MMIX Options>: Document
20048 -mbranch-predict, -mreg-stack-fill-bug-workaround and their
20049 negatives.
20050 (MMIX Options): Ditto. Fix item/itemx typo for -mno-zero-extend.
20051 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
20052 kludge for pre-october-14th mmix versions to handle new-found bug
20053 with PUSHJ/PUSHGO and the register stack.
20054 * config/mmix/mmix.h (struct machine_function): Rename member
20055 has_call_value_without_parameters to has_call_without_parameters.
20056 All referers changed.
20057 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
20058 TARGET_MASK_BRANCH_PREDICT): New macros.
20059 (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
20060 -mno-reg-stack-fill-bug-workaround.
20061 * config/mmix/mmix.md ("call"): Set struct machine member
20062 has_call_without_parameters.
20063
20064 Sat Jan 5 02:20:22 CET 2002 Jan Hubicka <jh@suse.cz>
20065
20066 * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
20067
20068 Sat Jan 5 01:35:29 CET 2002 Jan Hubicka <jh@suse.cz>
20069
20070 * cfgcleanup.c: Include tm_p.h
20071 (mark_effect): Fix handling of hard register; fix handling of SET
20072
20073 2002-01-04 Kazu Hirata <kazu@hxi.com>
20074
20075 * config/h8300/h8300.md (anonymous patterns): Check that
20076 operands are registers before using REGNO on them.
20077
20078 2002-01-03 Roland McGrath <roland@frob.com>
20079
20080 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
20081
20082 2002-01-04 Jakub Jelinek <jakub@redhat.com>
20083
20084 * tree.h (expand_expr_stmt_value): Add maybe_last argument.
20085 * c-common.h (genrtl_expr_stmt_value): Likewise.
20086 * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
20087 (expand_expr_stmt_value): Add maybe_last argument.
20088 Don't warn about statement with no effect if it is the last statement
20089 in expression statement.
20090 * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
20091 (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
20092 expand_expr_stmt_value.
20093 (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
20094 genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
20095 * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
20096 as maybe_last to expand_expr_stmt_value.
20097
20098 Fri Jan 4 11:45:05 2002 Jeffrey A Law (law@redhat.com)
20099
20100 * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
20101 be passed in, do not build it.
20102 (c_begin_if_stmt): New function.
20103 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
20104 * c-common.h (c_expand_start_cond): Update prototype.
20105 (c_begin_if_stmt): Prototype new function.
20106 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
20107 * c-parse.in (if_prefix): Use c_begin_if_stmt,
20108 c_begin_while_stmt and c_finish_while_stmt_cond.
20109
20110 2002-01-04 William Cohen <wcohen@redhat.com>
20111
20112 * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
20113 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
20114 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
20115 * config/pa/som.h (ASM_FILE_START): Likewise.
20116
20117 2002-01-04 Daniel Berlin <dan@cgsoftware.com>
20118
20119 * lcm.c: Include df.h.
20120 Add available_transfer_function prototype.
20121 (compute_available): Rework to use iterative dataflow framework.
20122 (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
20123 with bb_info in df.h
20124 (available_transfer_function): New function.
20125
20126 * Makefile.in (lcm.o): add df.h to dependencies.
20127
20128 2002-01-04 Richard Henderson <rth@redhat.com>
20129
20130 * config/alpha/alpha.c (some_operand): Accept HIGH.
20131 (input_operand): Likewise; accept simple references to globals.
20132 (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
20133 (alpha_const_double_ok_for_letter_p): Likewise.
20134 (alpha_extra_constraint): Likewise.
20135 (alpha_preferred_reload_class): Likewise. Do not force
20136 symbolic constants to memory.
20137 (alpha_legitimate_address_p): Accept simple references
20138 to small_symbolic_operand.
20139 (alpha_legitimize_address): New arg scratch. Be prepared to be
20140 called when no_new_pseudos. Emit simple symbolic references.
20141 Split integers into low, high, and rest.
20142 (alpha_expand_mov): Use alpha_legitimize_address.
20143 (some_small_symbolic_mem_operand): New.
20144 (split_small_symbolic_mem_operand): New.
20145 * config/alpha/alpha-protos.h: Update.
20146 * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
20147 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
20148 (EXTRA_CONSTRAINT): Likewise.
20149 (PREFERRED_RELOAD_CLASS): Likewise.
20150 (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
20151 (PREDICATE_CODES): Update.
20152 * config/alpha/alpha.md: New post-reload splitters to convert
20153 simplfied symbolic operands to the form that references $29.
20154 (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
20155 (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
20156
20157 2002-01-03 Richard Henderson <rth@redhat.com>
20158
20159 * local-alloc.c (function_invariant_p): Update commentary.
20160
20161 2002-01-04 H.J. Lu <hjl@gnu.org>
20162
20163 * toplev.c (rest_of_compilation): Fix a typo when calling
20164 cleanup_cfg.
20165
20166 2002-01-03 Kazu Hirata <kazu@hxi.com>
20167
20168 * c-common.c: Fix formatting.
20169 * diagnostic.c: Likewise.
20170 * doloop.c: Likewise.
20171 * dwarf2out.c: Likewise.
20172
20173 2002-01-03 Kazu Hirata <kazu@hxi.com>
20174
20175 * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
20176 of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
20177
20178 2002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
20179
20180 * cpperror.c: Update comments and copyright.
20181 * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
20182 cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
20183
20184 2002-01-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
20185
20186 * collect2.c (main): Use strcmp when testing for "-shared".
20187
20188 2002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
20189
20190 * cppmacro.c: Don't include intl.h. Update comments.
20191 (new_number_token): Allocate enough buffer for 64-bit unsigned
20192 integers; update prototype.
20193 * cppmain.c: Update comments.
20194
20195 2002-01-03 William Cohen <wcohen@redhat.com>
20196
20197 * function.h (struct function): Add profile.
20198 (current_function_profile): New.
20199 doc/extend.texi: Update documentation.
20200 * final.c (final_start_function): Use current_function_profile
20201 instead of profile_flag.
20202 (profile_after_prologue): Likewise.
20203 * function.c (expand_function_start): Likewise.
20204 (expand_function_start): Likewise.
20205 * config/alpha/alpha.c (direct_call_operand):
20206 (alpha_does_function_need_gp): Likewise.
20207 (alpha_expand_prologue): Likewise.
20208 * config/arm/arm.c (arm_expand_prologue): Likewise.
20209 thumb_expand_prologue: Likewise.
20210 * config/d30v/d30v.c (d30v_stack_info): Likewise.
20211 * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
20212 (fr30_expand_prologue): Likewise.
20213 * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
20214 * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
20215 * config/i386/i386.h (FINALIZE_PIC): Likewise.
20216 * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
20217 * config/i960/i960.c (i960_output_function_prologue): Likewise.
20218 * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
20219 * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
20220 (m32r_expand_prologue): Likewise.
20221 * config/m88k/m88k.c (m88k_layout_frame): Likewise.
20222 (m88k_expand_prologue): Likewise.
20223 * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
20224 * config/mips/mips.c (compute_frame_size): Likewise.
20225 (mips_expand_prologue): Likewise.
20226 (mips_can_use_return_insn): Likewise.
20227 * config/pa/elf.h (ASM_FILE_START): Likewise.
20228 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
20229 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
20230 * config/pa/som.h (ASM_FILE_START): Likewise.
20231 * config/romp/romp.c (romp_using_r14): Likewise.
20232 * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
20233 (rs6000_stack_info): Likewise.
20234 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
20235 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
20236 * config/v850/v850.c (compute_register_save_size): Likewise.
20237
20238 2002-01-03 Jakub Jelinek <jakub@redhat.com>
20239
20240 * simplify-rtx.c (simplify_binary_operation) [DIV]: If
20241 gen_lowpart_common fails, use gen_lowpart_SUBREG.
20242
20243 2002-01-03 Turly O'Connor <turly@apple.com>
20244
20245 * darwin.c (machopic_output_possible_stub_label): Don't generate
20246 stub routines for pseudo-stubs which we've just defined.
20247
20248 2002-01-03 Kazu Hirata <kazu@hxi.com>
20249
20250 * builtins.c: Fix formatting.
20251 * c-typeck.c: Likewise.
20252 * combine.c: Likewise.
20253 * expr.c: Likewise.
20254 * loop.c: Likewise.
20255
20256 2002-01-03 Andreas Schwab <schwab@suse.de>
20257
20258 * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
20259 and return true if _cpp_push_next_buffer pushed a new include
20260 file.
20261 * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
20262 _cpp_pop_file_buffer did not push a new file.
20263 * cpphash.h (_cpp_pop_file_buffer): Update declaration.
20264
20265 2002-01-02 Eric Christopher <echristo@redhat.com>
20266
20267 * final.c (final_scan_insn): Change 0 -> NULL_RTX in
20268 FIND_REG_INC_NOTE call. Update copyright.
20269 * loop.c (canonicalize_condition): Ditto.
20270 * reorg.c (delete_scheduled_jump): Ditto.
20271
20272 2002-01-03 Kazu Hirata <kazu@hxi.com>
20273
20274 * gcse.c: Fix formatting.
20275
20276 2002-01-03 Graham Stott <grahams@redhat.com>
20277
20278 * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
20279 forward defs for struct tags rtx_def, union_tree, rtvec_def
20280 also output corresponding typedefs for rtx, tree, and rtvec.
20281
20282 * system.h: Move forward defs for struct tags rtx_def, union_tree,
20283 rtvec_def along with corresponding typedefs for rtx, tree, and
20284 rtvec to config.h, hconfig.h, tconfig.h.
20285
20286 2002-01-03 Graham Stott <grahams@redhat.com>
20287
20288 * tree.h: Update copyright date.
20289 (IS_EXPR_CODE_CLASS): Add parenthesis.
20290 (TREE_SET_CODE): Add whitespace.
20291 (TREE_CHECK): Add parenthesis.
20292 (TREE_CLASS_CODE): Add parenthesis and wrap long line.
20293 (CST_OR_CONSTRUCTOR_CHECK):
20294 (EXPR_CHECK): Add parenthis, whitespace and wrap line.
20295 (TREE_SYMBOL_REFERENCED): Whitespace.
20296 (INT_CST_LT): Likewise.
20297 (INT_CST_LT_UNSIGNED): Likewise.
20298 (tree_real_cst): Unwrap comment.
20299 (tree_string): Likewise.
20300 (tree_complex): Likewise.
20301 (IDENTIFIER_POINTER): correct cast.
20302 (SAVE_EXPR_CONTEXT): Whitespace.
20303 (EXPR_WFL_FILENAME_NODE): Likewise.
20304 (EXPR_WFL_FILENAME): Remove parenthesis.
20305 (DECL_ORIGIN): Add parenthesis.
20306 (DECL_FROM_INLINE): Use NULL_TREE.
20307 (build_int_2): Whitespace.
20308 (build_type_variant): Add parenthesis.
20309
20310 * gcc/jcf-parse.c: Update copyright date.
20311 (yyparse): Constify resource_filename.
20312
20313 2002-01-03 Graham Stott <grahams@redhat.com>
20314
20315 * rtl.h: Update copyright date.
20316 (RTL_CHECK1): Wrap long line.
20317 (RTL_CHECK2): Likewise.
20318 (RTL_CHECKC1): Wrap long line and whitespace.
20319 (RTL_CHECKC2): Likewise.
20320 (XWINT): Whitespace.
20321 (XINT): Likewise.
20322 (XSTR): Likewise.
20323 (XEXP): Likewise.
20324 (XVEC): Likewise.
20325 (XMODE): Likewise.
20326 (XBITMAP): Likewise.
20327 (XTREE): Likewise.
20328 (XBBDEF): Likewise.
20329 (XTMPL): Likewise.
20330 (X0WINT): Likewise.
20331 (X0INT):Likewise.
20332 (X0UINT): Likewise.
20333 (X0STR): Likewise.
20334 (X0EXP): Likewise.
20335 (X0VEC): Likewise.
20336 (X0MODE): Likewise.
20337 (X0BITMAP): Likewise.
20338 (X0TREE): Likewise.
20339 (X0BBDEF): Likewise.
20340 (X0ADVFLAGS): Likewise.
20341 (X0CSELIB): Likewise.
20342 (X0MEMATTR): Likewise.
20343 (XCWINT): Likewise.
20344 (XCINT): Likewise.
20345 (XCUINT): Likewise.
20346 (XCSTR): Likewise.
20347 (XCEXP): Likewise.
20348 (XCVEC): Likewise.
20349 (XCMODE): Likewise.
20350 (XCBITMAP): Likewise.
20351 (XCTREE): Likewise.
20352 (XCBBDEF): Likewise.
20353 (XCADVFLAGS): Likewise.
20354 (XCCSELIB): Likewise.
20355 (XC2EXP): Likewise.
20356 (INSN_UID): Likewise.
20357 (PREV_INSN): Likewise.
20358 (PATTERN): Likewise.
20359 (INSN_CODE): Likewise.
20360 (PUT_REG_NOTE_KIND): Likewise.
20361 (CODE_LABEL_NUMBER): Likewise.
20362 (NOTE_SOURCE_FILE): Likewise.
20363 (NOTE_BLOCK): Likewise.
20364 (NOTE_EH_HANDLER): Likewise.
20365 (NOTE_RANGE_INFO): Likewise.
20366 (NOTE_LIVE_INFO): Likewise.
20367 (NOTE_BASIC_BLOCK): Likewise.
20368 (NOTE_EXPECTED_VALUE): Likewise.
20369 (NOTE_LINE_NUMBER): Likewise.
20370 (LABEL_NAME): Likewise.
20371 (LABEL_NUSES): Likewise.
20372 (LABEL_ALTERNATE_NAME): Likewise.
20373 (ADDRESSOF_DECL): Likewise.
20374 (JUMP_LABEL): Likewise.
20375 (LABEL_NEXTREF): Likewise.
20376 (REGNO): Likewise.
20377 (ORIGINAL_REGNO: Likewise.
20378 (HARD_REGISTER_NUM_P): Add parenthesis.
20379 (SUBREG_REG): Whitespace.
20380 (SUBREG_BYTE): Likewise.
20381 (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
20382 (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
20383 (ASM_OPERANDS_OUTPUT_IDX): Likewise.
20384 (ASM_OPERANDS_INPUT_VEC): Likewise.
20385 (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
20386 (ASM_OPERANDS_INPUT): Likewise.
20387 (ASM_OPERANDS_INPUT_LENGTH): Likewise.
20388 (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
20389 (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
20390 (ASM_OPERANDS_INPUT_MODE): Likewise.
20391 (ASM_OPERANDS_SOURCE_FILE): Likewise.
20392 (ASM_OPERANDS_SOURCE_LINE): Likewise.
20393 (MEM_SET_IN_STRUCT_P): Minor reformat.
20394 (TRAP_CONDITION): Whitespace.
20395 (TRAP_CODE): Likewise.
20396 (COND_EXEC_TEST): Likewise.
20397 (COND_EXEC_CODE): Likewise.
20398 (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
20399 (PHI_NODE_P): Add parenthesis.
20400 (plus_constant): Whitespace and add parenthesis.
20401
20402 2002-01-03 Kazu Hirata <kazu@hxi.com>
20403
20404 * config/avr/avr.c: Fix comment typos.
20405 * config/c4x/c4x.md: Likewise.
20406 * config/dsp16xx/dsp16xx.h: Likewise.
20407 * config/dsp16xx/dsp16xx.md: Likewise.
20408 * config/i386/i386.md: Likewise.
20409 * config/ia64/ia64.c: Likewise.
20410 * config/m32r/m32r.h: Likewise.
20411 * config/m68hc11/m68hc11.md: Likewise.
20412 * config/mmix/mmix.c: Likewise.
20413 * config/mn10200/mn10200.c: Likewise.
20414 * config/romp/romp.c: Likewise.
20415 * config/sh/sh.c: Likewise.
20416 * config/stormy16/stormy16.c: Likewise.
20417 * config/stormy16/stormy16.h: Likewise.
20418 * config/stormy16/stormy16.md: Likewise.
20419
20420 2002-01-03 Graham Stott <grahams@redhat.com>
20421
20422 * loop.h: Update copyright date.
20423 (LOOP_MOVABLES): Fix typo.
20424 (LOOP_REGS): Likewise.
20425 (LOOP_IVS): Likewise.
20426
20427 2002-01-03 Graham Stott <grahams@redhat.com>
20428
20429 * cppinit.c: Update copyright date.
20430 Don't include output.h
20431 * Makefile.in: Update copyright date.
20432 Update dependency.
20433
20434 2002-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
20435
20436 PR c/5226
20437 * invoke.texi (-mthreads): Remove from documented RS/6000 options.
20438 (-pthread) Add to RS/6000 options.
20439
20440 2002-01-02 Kazu Hirata <kazu@hxi.com>
20441
20442 * except.c: Fix comment typos.
20443 * loop.c: Likewise.
20444 * varasm.c: Likewise.
20445 * doc/tm.texi: Fix a typo.
20446
20447 2002-01-02 Jakub Jelinek <jakub@redhat.com>
20448
20449 * c-typeck.c (output_init_element): Allow initializing static storage
20450 duration objects with compound literals.
20451
20452 2002-01-02 Richard Henderson <rth@redhat.com>
20453
20454 * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
20455 after abusing it.
20456
20457 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20458
20459 * gcc.c (default_compilers): Const-ify.
20460 * mips-tdump.c (stab_names): Likewise.
20461 * mips-tfile.c (map_coff_types, map_coff_storage,
20462 map_coff_sym_type, map_coff_derived_type, stabs_symbol,
20463 pseudo_ops_t, pseudo_ops): Likewise.
20464 * protoize.c (default_include): Likewise
20465
20466 * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
20467 (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
20468 Add array size in declaration.
20469 (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
20470 emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
20471 esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
20472 etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
20473 eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
20474 efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
20475 c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
20476 emtens, make_nan): Const-ify.
20477 (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
20478 DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
20479
20480 2002-01-02 Joseph S. Myers <jsm28@cam.ac.uk>
20481
20482 * config.gcc (ia64-*-*): Set extra_headers.
20483 (alpha*-dec-osf*): Likewise. Don't use alpha/t-osf.
20484 * config/alpha/t-osf: Remove.
20485 * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
20486
20487 2002-01-02 David Edelsohn <edelsohn@gnu.org>
20488
20489 * config/rs6000/t-aix43: Revert previous change.
20490
20491 2002-01-02 Jason Merrill <jason@redhat.com>
20492
20493 * c-decl.c (c_expand_body): Call outlining_inline_function when
20494 emitting an inline function out of line.
20495
20496 2002-01-02 Richard Henderson <rth@redhat.com>
20497
20498 * dwarf2out.c (limbo_die_node): Add created_for member.
20499 (new_die): New argument created_for. Update all callers.
20500 (mark_limbo_die_list): New.
20501 (dwarf2out_init): Register limbo_die_list as a root.
20502 (dwarf2out_finish): Force insert limbo dies into their function
20503 context.
20504
20505 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
20506
20507 PR c++/5089
20508 * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
20509
20510 2002-01-02 Kazu Hirata <kazu@hxi.com>
20511
20512 * config/h8300/fixunssfsi.c: Update copyright.
20513 Fix comment typos.
20514 Fix formatting.
20515 * config/h8300/h8300.c: Update copyright.
20516 Eliminate warnings.
20517
20518 2002-01-02 Kazu Hirata <kazu@hxi.com>
20519
20520 * config/romp/romp.c: Fix comment formatting.
20521 * config/romp/romp.h: Likewise.
20522 * config/romp/romp.md: Likewise.
20523 * config/s390/s390.c: Likewise.
20524 * config/stormy16/stormy16.c: Likewise.
20525 * config/stormy16/stormy16.h: Likewise.
20526
20527 2002-01-02 Alexandre Oliva <aoliva@redhat.com>
20528
20529 * c-common.h (genrtl_expr_stmt_value): Declare.
20530 * c-semantics.c (genrtl_goto_stmt): Redirect to...
20531 (genrtl_goto_stmt_value): ... this new function. Pass new
20532 argument down to expand_expr_stmt_value, taking
20533 TREE_ADDRESSABLE into account.
20534 * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
20535 STMT_EXPR as addressable, i.e., one whose result we want.
20536 * expr.c (expand_expr): Don't save expression statement value
20537 of labeled_blocks or loop_exprs.
20538 * stmt.c (expand_expr_stmt): Redirect to...
20539 (expand_expr_stmt_value): ... this new function. Use new
20540 argument to tell whether to save expression value.
20541 (expand_end_stmt_expr): Reset last_expr_type and
20542 last_expr_value if we don't have either.
20543 * tree-inline.c (declare_return_variable): Mark its use
20544 statement as addressable.
20545 * tree.h: Document new use of TREE_ADDRESSABLE.
20546 (expand_expr_stmt_value): Declare.
20547
20548 2002-01-01 Tom Rix <trix@redhat.com>
20549
20550 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
20551 rs6000_emit_allocate_stack.
20552
20553 2002-01-01 Joseph S. Myers <jsm28@cam.ac.uk>
20554
20555 * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
20556 ${srcdir}/ginclude/ to every entry in extra_headers.
20557 * configure: Regenerate.
20558 * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
20559 * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
20560 * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
20561 * ginclude/proto.h: Rename to config/convex/proto.h.
20562
20563 Tue Jan 1 17:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
20564
20565 * attribs.c (handle_vector_size_attribute): Use host_integerp
20566 and tree_int_cst; remove warnings.
20567 * caller-save.c (insert_restore): Add cast to get rid of warning.
20568 (insert_save): Likewise.
20569 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
20570 * regmove.c (find_matches): Add temporary var to kill a warning.
20571
20572 2002-01-01 Douglas B Rupp <rupp@gnat.com>
20573
20574 * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
20575 LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
20576 * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
20577 (vms-dwarf2eh.o): Add Makefile rule.
20578 * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
20579 * config/alpha/vms-dwarf2eh.asm: New file.
20580
20581 * gcc.c (delete_if_ordinary): Delete all versions.
20582
20583 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
20584
20585 * config/mmix/mmix.md: Update FIXME to not mention
20586 define_constants.
20587 (MMIX_rJ_REGNUM): New define_constants constant.
20588 ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
20589 "*movdicc_real"): Adjust contraints formatting.
20590 ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
20591 for branch prediction.
20592 ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
20593 output template.
20594 ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
20595 "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
20596 number. Delete related FIXMEs.
20597 * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
20598 from number to MMIX_rJ_REGNUM.
20599 (TARGET_MASK_BRANCH_PREDICT): New.
20600 (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
20601 (TARGET_SWITCHES): Update comment. Correct -mno-toplevel-symbols
20602 value. Add -mbranch-predict and -mno-branch-predict.
20603 (TARGET_VERSION): Drop date.
20604 (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
20605 * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
20606 for finding out global symbols.
20607 (mmix_asm_output_labelref): Revert condition for global symbol.
20608 (mmix_print_operand): <case '+'>: Emit P for a likely branch.
20609 (mmix_print_operand_punct_valid_p): A '+' is valid.
20610
20611 See ChangeLog.6 for earlier changes.
This page took 0.887616 seconds and 6 git commands to generate.