OSDN Git Service

9610b5364b0dfa1a2048ba7788d3bca5985f7a0b
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2002-11-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2
3         * pa64-hpux.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Define.
4
5 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
6
7         * config/mips/mips.md (call_value_multiple_internal2): Use dla for
8         non-SImode addresses.
9
10 2002-11-05  Bob Wilson  <bob.wilson@acm.org>
11
12         * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
13
14 2002-11-05  John David Anglin  <dave2hiauly1.hia.nrc.ca>
15
16         * pa64-hpux.h (LIB_SPEC): Fix p and pg options.
17         (STARTFILE_SPEC): Remove p and pg options.
18
19 2002-11-05  Andrew Haley  <aph@redhat.com>
20
21         * fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
22         to (compound(a1,a0 op a2)) if a0 or a1 have side effects.
23
24 2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
25
26         * config/mips/mips.h (CANNOT_CHANGE_MODE_CLASS): Move comment to...
27         * config/mips/mips.c (mips_cannot_change_mode_class): ...here.
28
29 2002-11-04  Dale Johannesen  <dalej@apple.com>
30
31         * doloop.c (doloop_modify_runtime):  Fix loop count computation
32         for unrolled loops.
33         * loop.c (loop_invariant_p):  Support calling from unroller.
34
35 2002-11-04  Ulrich Weigand  <uweigand@de.ibm.com>
36
37         * config/s390/s390.c (s390_decompose_address): Use arg_pointer_rtx
38         for comparison.
39
40 2002-11-04  Aldy Hernandez  <aldyh@redhat.com>
41
42         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.
43
44         * config/rs6000/rs6000.h (CLASS_CANNOT_CHANGE_MODE_P): Remove.
45         (CLASS_CANNOT_CHANGE_MODE): Remove.
46         (CANNOT_CHANGE_MODE_CLASS): New.
47
48         * config/alpha/alpha.h: Same.
49
50         * config/ia64/ia64.h: Same.
51
52         * config/mips/mips.h: Same.
53
54         * config/s390/s390.h: Same.
55
56         * config/sh/sh.h: Same.
57
58         * config/pa/pa64-regs.h: Same.
59
60         * config/sh/sh-protos.h (sh_cannot_change_mode_class): Add prototype.
61         
62         * config/sh/sh.c (sh_cannot_change_mode_class): New.
63
64         * config/mips/mips-protos.h (mips_cannot_change_mode_class): Add
65         prototype.
66
67         * config/mips/mips.c (mips_cannot_change_mode_class): New.
68
69         * doc/tm.texi (Register Classes): Remove
70         CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_P.
71         Document CANNOT_CHANGE_MODE_CLASS.
72
73         * reload.c (push_reload): Use CANNOT_CHANGE_MODE_CLASS.
74         (push_reload): Same.
75
76         * simplify-rtx.c (simplify_subreg): Same.
77
78         * reload1.c (choose_reload_regs): Same.
79
80         * recog.c (register_operand): Same.
81
82         * regrename.c (mode_change_ok): Change to use new
83         CANNOT_CHANGE_MODE_CLASS infrastructure.
84
85         * regclass.c (cannot_change_mode_set_regs): New.
86         Declare subregs_of_mode.
87         (regclass): Use subregs_of_mode.
88         Remove references to reg_changes_mode.
89         (init_reg_sets_1): Remove class_can_change_mode and
90         reg_changes_mode code.
91         (invalid_mode_change_p): New.
92         (dump_regclass): Use invalid_mode_change_p instead of
93         class_can_change_mode.
94         (regclass): Same.
95         (record_operand_costs): Do not set reg_changes_mode.
96
97         * local-alloc.c (struct qty): Remove changes_mode field.
98         (alloc_qty): Remove changes_mode initialization.
99         (update_qty_class): Remove set of changes_mode.
100         (find_free_reg): Use subregs_of_mode.
101
102         * global.c (find_reg): Use subregs_of_mode info.
103
104         * rtl.h (cannot_change_mode_set_regs): New prototype.
105         (invalid_mode_change_p): Same.
106         (REG_CANNOT_CHANGE_MODE_P): New macro.
107
108         * flow.c (mark_used_regs): Calculate subregs_of_mode.  Remove
109         REG_CHANGES_MODE.
110         (life_analysis): Clear subregs_of_mode.
111
112         * combine.c (subst): Pass class to CLASS_CANNOT_CHANGE_MODE_P.
113         Remove use of CLASS_CANNOT_CHANGE_MODE.
114         (simplify_set): Same.
115         (gen_lowpart_for_combine): Calculate subregs_of_mode.  Remove
116         REG_CHANGES_MODE.
117         
118         * regs.h: Add extern for subregs_of_mode;
119         Include hard-reg-set and basic-block.
120         (REG_CHANGES_MODE): Delete.
121
122 2002-11-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
123
124         * jump.c (never_reached_warning): Don't set contains_insn until the
125         first line note is seen.
126
127 2002-11-03  David Edelsohn  <edelsohn@gnu.org>
128
129         * config/rs6000/rs6000.md (movti_string): Use string instructions.
130
131 2002-11-03  Roger Sayle  <roger@eyesopen.com>
132
133         PR c/7128
134         * c-typeck.c (c_expand_asm_operands): Defend against
135         error_mark_nodes in the output argument to avoid ICE.
136
137 2002-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
138
139         PR middle-end/8408
140         * genrecog.c (preds): Handle ADDRESSOF.
141         (validate_pattern): Mark it as an lvalue.
142
143 2002-11-02  David Edelsohn  <edelsohn@gnu.org>
144
145         * config/rs6000/rs6000.c (rs6000_override_options): Use string
146         instructions when optimizing for size.
147
148 2002-11-02  Kazu Hirata  <kazu@cs.umass.edu>
149
150         * config/h8300/h8300.h: Fix comment typos.
151         * config/h8300/h8300.md: Likewise.
152         * config/h8300/lib1funcs.asm: Likewise.
153
154 2002-11-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
155
156         Revert this change:
157
158         *doc/install.texi (Installing GCC: Configuration): Clarify
159         the only supported ways to configure gcc.
160
161 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
162
163         * config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
164         instead of 'O' for the constraint for the second operand.
165
166 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
167
168         PR c++/8391
169         * toplev.c (rest_of_compilation): Do not refuse to output code for
170         an inline function in a local class.
171
172 2002-11-01  David O'Brien  <obrien@FreeBSD.org>
173
174         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
175         (TRANSFER_FROM_TRAMPOLINE): Reformat.
176         Add comment.
177
178 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
179
180         * config/h8300/h8300.h (CAN_ELIMINATE): Simplify.
181
182 2002-11-01  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
183
184         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.
185
186 2002-11-01  Steve Ellcey  <sje@cup.hp.com>
187
188         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): Remove.
189         (MASK_INLINE_DIV_THR): Remove.
190         (TARGET_INLINE_DIV_LAT): Remove.
191         (TARGET_INLINE_DIV_THR): Remove.
192         (TARGET_INLINE_DIV): Remove.
193         (MASK_INLINE_FLOAT_DIV_LAT): New macro.
194         (MASK_INLINE_FLOAT_DIV_THR): New macro.
195         (MASK_INLINE_INT_DIV_LAT): New macro.
196         (MASK_INLINE_INT_DIV_THR): New macro.
197         (TARGET_INLINE_FLOAT_DIV_LAT): New macro.
198         (TARGET_INLINE_FLOAT_DIV_THR): New macro.
199         (TARGET_INLINE_INT_DIV_LAT): New macro.
200         (TARGET_INLINE_INT_DIV_THR): New macro.
201         (TARGET_INLINE_FLOAT_DIV): New macro.
202         (TARGET_INLINE_INT_DIV): New macro.
203         * config/ia64/ia64.md (divsi3): Change to use new macros.
204         (modsi3): Ditto.
205         (udivsi3): Ditto.
206         (umodsi3): Ditto.
207         (divsi3_internal): Ditto.
208         (divdi3): Ditto.
209         (moddi3): Ditto.
210         (udivdi3): Ditto.
211         (umoddi3): Ditto.
212         (divdi3_internal_lat): Ditto.
213         (divdi3_internal_thr): Ditto.
214         (divsf3): Ditto.
215         (divsf3_internal_lat): Ditto.
216         (divsf3_internal_thr): Ditto.
217         (divdf3): Ditto.
218         (divdf3_internal_lat): Ditto.
219         (divdf3_internal_thr): Ditto.
220         (divtf3): Ditto.
221         (divtf3_internal_lat): Ditto.
222         (divtf3_internal_thr): Ditto.
223         * config/ia64/ia64.c (ia64_override_options): Change
224         to check new macros for conflicts in settings.
225         * doc/invoke.texi (-minline-divide-min-latency): Remove.
226         (-minline-divide-max-throughput): Remove.
227         (-minline-float-divide-min-latency): New.
228         (-minline-float-divide-max-throughput): New.
229         (-minline-int-divide-min-latency): New.
230         (-minline-int-divide-max-throughput): New.
231         
232 2002-11-01  Richard Earnshaw  (rearnsha@arm.com)
233
234         PR target/7856
235         * arm.c (use_return_insn): Don't use a return insn if there are
236         saved integer regs, but LR is not one of them.
237
238 Fri Nov  1 10:33:15 CET 2002  Jan Hubicka  <jh@suse.cz>
239
240         * expr.c (emit_move_insn):  Use SCALAR_FLOAT_MODE_P
241         * machmode.h (SCALAR_FLOAT_MODE_P): New macro.
242
243 2002-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
244
245         PR optimization/6162
246         * doc/md.texi: Document restriction on commutative operand
247         specification.
248
249 2002-10-31  Eric Christopher  <echristo@redhat.com>
250
251         * explow.c (convert_memory_address): Use shallow_copy_rtx.
252
253 2002-10-31  Steve Ellcey  <sje@cup.hp.com>
254
255         * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.
256
257 2002-10-31  Steve Ellcey  <sje@cup.hp.com>
258
259         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
260
261 Thu Oct 31  Dale Johannesen  <dalej@apple.com>
262
263         * config/rs6000/darwin.h:  Correct formatting in previous.
264
265 Thu Oct 31  Dale Johannesen  <dalej@apple.com>
266
267         * config/rs6000/darwin.h:  Enable -falign-xxx options.
268
269 Thu Oct 31 18:08:00 CET 2002  Jan Hubicka  <jh@suse.cz>
270
271         * i386.c (override_options): Set defaults for flag_omit_frame_pointer,
272         flag_asynchronous_unwind_tables, flag_pcc_struct_return.
273         * i386.c (optimization_options): Set flag_omit_frame_pointer,
274         flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
275         Do not clear -momit-leaf-frame-pointer when profiling.
276         (ix86_frame_pointer_required): Frame pointer is allways required when
277         profiling.
278
279 Thu Oct 31 16:09:44 CET 2002  Jan Hubicka  <jh@suse.cz>
280
281         * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
282
283 Thu Oct 31 12:45:55 2002  J"orn Rennecke <joern.rennecke@superh.com>
284
285         * sh.h (binary_logical_operator): Declare.
286         * sh.c (binary_logical_operator): New function.
287         * sh.md (xordi3+1): New combiner splitter pattern.
288
289 2002-10-31  David O'Brien  <obrien@FreeBSD.org>
290
291         * config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Define
292         __enable_execute_stack function.
293
294 2002-10-30  Aldy Hernandez  <aldyh@redhat.com>
295
296         * c-common.c: Add GTY to vector_type_node_list.
297
298 2002-10-30  John David Anglin  <dave@hiauly.hia.nrc.ca>
299
300         * pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
301         * pa-protos.h (attr_length_millicode_call, attr_length_call,
302         pa_init_machine_status): Declare new global functions.
303         * pa.c (void copy_fp_args, length_fp_args, get_plabel): Declare and
304         implement new functions.
305         (attr_length_millicode_call, attr_length_call): Implement.
306         (total_code_bytes): Change type to long.
307         (pa_output_function_prologue): Compute total_code_bytes on TARGET_64BIT.
308         Reset counter if flag_function_sections.
309         (output_deferred_plabels): Set output alignment to 3 for TARGET_64BIT.
310         (output_cbranch): Move call to gen_label_rtx.
311         (output_millicode_call): Rewrite adding long TARGET_64BIT call, expose
312         delay slot in all variants, shorten pc-relative calls.
313         (output_call): Rewrite adding long TARGET_64BIT call, improved delay
314         slot usage and exposure, various new call variants, and shortened
315         sequences for some variants on TARGET_PA_20.
316         Miscellaneous format changes.
317         * pa.h (total_code_bytes): Change type to long.
318         (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,
319         TARGET_LONG_PIC_SDIFF_CALL, TARGET_LONG_PIC_PCREL_CALL): Define.
320         (TARGET_SWITCHES): Add "-mlong-calls" and "-mno-long-calls" options.
321         (EXTRA_CONSTRAINT, GO_IF_LEGITIMATE_ADDRESS,
322         LEGITIMIZE_RELOAD_ADDRESS): Don't use long floating point loads and
323         stores on TARGET_ELF32.
324         *pa.md (define_delay): Allow insns in delay on TARGET_PORTABLE_RUNTIME.
325         (unnamed patterns for mulsi3, divsi3, udivsi3, modsi3, umodsi3 and
326         canonicalize_funcptr_for_compare expanders): Calculate attribute length
327         attr_length_millicode_call().
328         (call_internal_symref, call_value_internal_symref): Clobber register 1.
329         Calculate attribute length using attr_length_call().
330         (call_internal_reg_64bit, call_value_internal_reg_64bit): Move gp load
331         to delay slot.
332         (sibcall, sibcall_value): Rewrite.
333         (sibcall_internal_symref, sibcall_value_internal_symref): Clobber
334         register 1.  Use attr_length_call().
335         (sibcall_internal_symref_64bit, sibcall_value_internal_symref_64bit):
336         New patterns.
337         (unamed pattern for canonicalize_funcptr_for_compare): Rewrite.
338         * som.h (MEMBER_TYPE_FORCES_BLK): Define.
339         * t-pa64 (TARGET_LIBGCC2_CFLAGS): Add "-mlong-calls".
340         * doc/invoke.texi (mlong-calls): Document.
341
342 2002-10-30  Roger Sayle  <roger@eyesopen.com>
343
344         * fold-const.c (fold_binary_op_with_conditional_arg):  Improve
345         handling of cases where one or both branches of the conditional
346         have void type, i.e. throw an exception or don't return.
347         (fold): Only apply (and undo) type conversion to the non-void
348         branches of a COND_EXPR.
349
350 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
351
352         PR c++/8333
353         * varasm.c (asm_output_aligned_bss): Do not call
354         ASM_GLOBALIZE_LABEL.
355
356 2002-10-30  David Edelsohn  <edelsohn@gnu.org>
357             Torbjorn Granlund  <tege@swox.com>
358
359         * config/rs6000/rs6000.md (load_toc_v4_PIC_1): Use preferred form
360         for addressibility.
361         (load_toc_v4_PIC_1b): Same.
362
363 2002-10-30  Kazu Hirata  <kazu@cs.umass.edu>
364
365         * config/h8300/h8300.c (h8300_eightbit_constant_address_p):
366         Truncate the addresses for H8/300 using HImode.
367
368 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
369
370         * toplev.c (rest_of_type_compilation): Return early in case of
371         errors.
372         (check_global_declarations): Don't call debug_hooks->global_decl
373         in case of errors.
374
375 2002-10-28  Andreas Bauer  <baueran@in.tum.de>
376
377         * doc/c-tree.texi (Tree overview): Fix typos.
378
379 2002-10-29  Phil Edwards  <pme@gcc.gnu.org>
380
381         * Makefile.in (gnucompare*):  Only record bad comparisons
382         if there really was a bad comparison.
383
384 Tue Oct 29 19:32:16 CET 2002  Jan Hubicka  <jh@suse.cz>
385
386         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'
387         * i386.md (movsf*, movdf*): Use 'C' instead of 'H'
388         * md.texi (machine dependent constraints): Document 'C'
389
390         * simplify-rtx.c (simplify_subreg): Fix const_int->vector subregging.
391
392         * i386.c (ix86_expand_vector_move): Fix.
393
394         * i386.c (ix86_expand_builtin): Use sse2_maskmovdqu_rex64.
395         * i386.md (sse2_maskmovdqu_rex64): New pattern
396
397         PR target/8322
398         * xmmintrin.h (_mm_stream_pi, _mm_stream_pd): Fix cast.
399         (ix86_init_mmx_sse_builtins): Fix type.
400
401 2002-10-29  Jason Thorpe  <thorpej@wasabisystems.com>
402
403         * gthr-posix.h: Include <unistd.h> for feature tests.
404         (sched_get_priority_max, sched_get_priority_min)
405         (pthread_getschedparam, pthread_setschedparam): Only use
406         if _POSIX_THREAD_PRIORITY_SCHEDULING is defined.
407         (__gthread_objc_thread_set_priority): Don't treat all non-zero
408         returns from sched_get_priority_max and sched_get_priority_min
409         as an error.
410
411 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
412
413         * config/h8300/h8300.h (TARGET_DEFAULT): Make it
414         MASK_QUICKCALL.
415
416 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
417
418         * config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
419         (h8300_tiny_constant_address_p): Likewise.
420         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
421         h8300_eightbit_constant_address_p.
422         (TINY_CONSTANT_ADDRESS_P): Use h8300_tiny_constant_address_p.
423         * config/h8300/h8300-protos.h: Add the prototypes for the two
424         new functions.
425
426 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
427
428         * reload1.c (update_eliminables): Unconditionally check if
429         frame_pointer_needed has changed.
430
431 Tue Oct 29 15:37:39 CET 2002  Jan Hubicka  <jh@suse.cz>
432
433         * toplev.c (rest_of_compilation): Reorganize way reg_scan is called
434         before final pass.
435
436 2002-10-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
437
438         * expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;
439         check for zero operands explicitly.
440
441 2002-10-29  Richard Sandiford  <rsandifo@redhat.com>
442
443         * config/mips/mips.md (extv, extzv, insv): Set size of referenced
444         memory after adjusting to BLKmode.
445
446 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
447
448         * config/h8300/h8300.h (MASK_*): New.
449         (TARGET_*): Use MASK_*.
450
451 2002-10-28  Jason Thorpe  <thorpej@wasabisystems.com>
452
453         * config.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to
454         tm_defines if pthreads are enabled.
455         * config/netbsd.h (LIB_SPEC): Only support the -pthread option
456         if NETBSD_ENABLE_PTHREADS is defined.
457
458 2002-10-28  Kazu Hirata  <kazu@cs.umass.edu>
459
460         * ChangeLog.1: Fix typos.
461         * cse.c: Fix a comment typo.
462         * reload1.c: Likewise.
463
464 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
465
466         * fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
467         * fixinc/tests/base/_G_config.h: New file.
468
469 2002-10-27  Kazu Hirata  <kazu@cs.umass.edu>
470
471         * combine.c: Fix comment formatting.
472         * loop.c: Likewise.
473         * real.c: Likewise.
474         * regclass.c: Likewise.
475         * regmove.c: Likewise.
476         * regrename.c: Likewise.
477         * reg-stack.c: Likewise.
478         * reload1.c: Likewise.
479         * reload.c: Likewise.
480         * reload.h: Likewise.
481         * unroll.c: Likewise.
482
483 2002-10-27  Kazu Hirata  <kazu@cs.umass.edu>
484
485         * reload1.c (reload): Fix a comment typo.
486
487 Sun Oct 27 10:15:24 CET 2002  Jan Hubicka  <jh@suse.cz>
488
489         * linux64.h (DEFAULT_PCC_STRUCT_RETURN):  Define.
490
491 2002-10-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
492
493         * Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
494         * dwarf2out.c: Include hashtab.h.
495         (is_main_source): New static variable.
496         (attr_checksum, die_checksum): Modified to handle die references.
497         (same_loc_p, same_dw_val_p, same_attr_p, same_die_p, same_die_p_wrap,
498         unmark_all_dies, htab_cu_hash, htab_cu_eq, htab_cu_del, check_duplicate_cu,
499         record_comdat_symbol_number): New static functions.
500         (output_comp_unit, compute_section_prefix, is_type_die, break_out_includes,
501         mark_dies, unmark_dies, dwarf2out_start_source_file): Modified.
502         * toplev.c (rest_of_decl_compilation): Call of dwarf2out_decl for type
503         declarations added.
504
505 2002-10-26  Kazu Hirata  <kazu@cs.umass.edu>
506
507         * config/h8300/h8300.c (initial_offset): Change to
508         h8300_initial_elimination_offset.
509         * config/h8300/h8300.h (INITIAL_ELIMINATION_OFFSET): Use
510         h8300_initial_elimination_offset.
511         * config/h8300/h8300-protos.h: Update the prototype.
512
513 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
514
515         * config/mmix/mmix.h (LIBCALL_VALUE): Use
516         MMIX_RETURN_VALUE_REGNUM, not MMIX_OUTGOING_RETURN_VALUE_REGNUM.
517         (FUNCTION_VALUE_REGNO_P): Similar, but move code to...
518         * config/mmix/mmix.c (mmix_function_value_regno_p): New.
519         * config/mmix/mmix-protos.h: Remove needless ifdefs on TREE_CODE
520         and RTX_CODE.
521         (mmix_function_value_regno_p): Declare.
522
523         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix,
524         invalid for floating point mode result, with fix.
525
526 2002-10-25  Mike Stump  <mrs@apple.com>
527
528         Fixes gcc.dg/warn-1.c.
529         * c-typeck.c (warn_for_assignment): Don't print argument number, if zero.
530
531 Sat Oct 26 01:44:46 CEST 2002  Jan Hubicka  <jh@suse.cz>
532
533         * toplev.c (dump_file_index): Add DFI_ce3.
534         (dump_file_info): Likewise.
535         (rest_of_compilation): Run first ifcvt pass before tracer.
536
537 2002-10-25  Steve Ellcey  <sje@cup.hp.com>
538
539         * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove.
540
541 2002-10-25  Richard Henderson  <rth@redhat.com>
542
543         * real.c (real_to_decimal): If the >1 tens reduction loop results
544         in a negative exponent, fall into the <1 pten computation.
545
546 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
547
548         PR middle-end/6994
549         * c-objc-common.c (inline_forbidden_p): Can not inline
550         functions containing structures or unions containing VLAs.
551         * tree-inline.c (walk_tree): For all class 't' nodes, walk
552         TYPE_SIZE and TYPE_SIZE_UNIT.
553         (copy_tree_r): Copy types if they are variably modified.
554
555 2002-10-25  Ulrich Weigand  <uweigand@de.ibm.com>
556
557         * config/s390/s390.md: Remove old-style peepholes.
558
559 2002-10-25  Ulrich Weigand  <uweigand@de.ibm.com>
560
561         * config/s390/s390.c (s390_decompose_address): Do not range check the
562         displacement if base or index is the argument pointer register.
563
564 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
565
566         PR other/3337
567         PR bootstrap/6763
568         PR bootstrap/8122
569         * fixinc/inclhack.def (libc1_G_va_list): New fix.
570         * fixinc/fixincl.x: Regenerate.
571         * config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
572         ifndef IN_LIBGCC2.  Wrap it together with signal.h and
573         sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.
574         * configure.in (gcc_AC_CHECK_DECLS): Check vasprintf too.
575         * config.in, configure: Regenerate.
576
577 2002-10-24  Igor Shevlyakov <igor@microunity.com>
578
579         * varasm.c (struct rtx_const): Array size 16 for V16QImode.
580
581 2002-10-24  Richard Henderson  <rth@redhat.com>
582
583         * config/i386/i386.c (x86_output_mi_thunk): Fix x86_64 pic jump.
584
585 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
586
587         * config/h8300/h8300.c (initial_offset): Simplify by using
588         round_frame_size.
589
590 2002-10-24  Marek Michalkiewicz  <marekm@amelek.gda.pl>
591
592         * doc/install.texi (avr): Update required binutils version.
593
594 2002-10-24  Theodore A. Roth  <troth@openavr.org>
595
596         * doc/install.texi: Point avr users at more up-to-date information.
597
598 2002-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
599
600         * config/s390/s390.md (movdi, movsi, movhi, movqi): Add peepholes2
601         to pull operands out of the literal pool where possible.
602
603 2002-10-24  Denis Chertykov  <denisc@overta.ru>
604
605         * config/avr/avr.c (init_cumulative_args): Test fntype for zero.
606
607 2002-10-24  Steve Ellcey  <sje@cup.hp.com>
608
609         * expr.c (convert_move): If unsignedp is less then zero there
610         is no equivalent code.
611
612 2002-10-24  Zack Weinberg  <zack@codesourcery.com>
613
614         * tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
615
616 2002-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
617
618         * config/s390/s390.h: Rework comments; re-sort target macro definitions
619         according to the sequence they are defined in the manual.
620         (POINTER_BOUNDARY): Remove.
621
622 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
623
624         * config/h8300/h8300.c (round_frame_size): Replace 8 with
625         BITS_PER_UNIT.
626
627 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
628
629         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Make it
630         64-bit safe.
631         (TINY_CONSTANT_ADDRESS_P): Likewise.
632
633 2002-10-24  Richard Henderson  <rth@redhat.com>
634
635         * config/ia64/ia64.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
636         (ia64_output_mi_thunk): Rewrite to use rtl, and to handle the
637         vcall offset.
638
639 2002-10-24  Richard Henderson  <rth@redhat.com>
640
641         PR opt/7944
642         * reload.c (find_reloads_toplev): Mode of X is not important
643         when simplifying subregs of constants.
644
645 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
646
647         * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Add
648         MIPS_MARCH_CONTROLS_SOFT_FLOAT=1 to $tm_defines.
649         * config/mips/mips.c (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Default to 0.
650         (override_options): Base default setting of MASK_SOFT_FLOAT on -march
651         if MIPS_MARCH_CONTROLS_SOFT_FLOAT.
652
653 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
654
655         * optabs.c (expand_binop): Don't reuse the shift target in the
656         middle of shift sequences.
657
658 2002-10-23  Ziemowit Laski <zlaski@apple.com>
659
660         * objc/objc-act.c (get_static_reference): Remove unneeded
661         TYPE_BINFO initialization.
662         (get_object-reference): Likewise.
663         (build_constructor): Tighten precondition check.
664         (finish_message_expr): Likewise.
665
666 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
667
668         * config/i386/i386.c (local_symbolic_operand): Move LABEL_REF test
669         after CONST test.
670
671 2002-10-23  Steve Ellcey  <sje@cup.hp.com>
672
673         * config/ia64/ia64.c (hfa_element_mode): Don't allow 128 bit floats
674         in HFAs.
675
676 2002-10-23  Richard Henderson  <rth@redhat.com>
677
678         * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
679         (alpha_output_mi_thunk_osf): Handle vcall_offset.
680
681 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
682
683         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
684         var_mod_type_p.
685         * langhooks-def.h: Default for tree_inlining.var_mod_type_p is
686         hook_tree_bool_false.
687
688         * tree.c (variably_modified_type_p): Moved here from
689         cp/tree.c.  Use lang_hooks.tree_inlining.var_mod_type_p for
690         language-specific cases.  Due to this, must weaken some 'if
691         and only if' checks to merely 'if'.
692         * tree.h: Prototype variably_modified_type_p.
693
694         * tree-inline.c (walk_tree): #undef WALK_SUBTREE_TAIL at end.
695
696 2002-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
697
698         * config/s390/linux.h (CC1_SPEC, CC1PLUS_SPEC): Remove.
699         * config/s390/s390.c (optimization_options): Disable -fcaller-saves.
700
701         * config/s390/s390-protos.h (fp_operand): Remove.
702         * config/s390/s390.c (fp_operand): Remove.
703         * config/s390/s390.md ("movdi"): Replace fp_operand by FP_REG_P.
704         ("*movdi_lhi", "*movdi_lli", "*movdi_larl"): Likewise.
705         ("movsi", "*movsi_lhi", "*movsi_lli"): Likewise.
706         (movdi_31, movdf_31 splitters): Likewise.
707
708         * config/s390/s390.h (IEEE_FLOAT): Remove.
709         (TARGET_FLOAT_FORMAT): Define in terms of TARGET_IEEE_FLOAT.
710         (INT_REGNO_P): Rename to ...
711         (GENERAL_REGNO_P): ... this.
712         (FLOAT_REGNO_P): Rename to ...
713         (FP_REGNO_P): ... this.
714         (ADDR_REGNO_P): New macro.
715         (GENERAL_REG_P, ADDR_REG_P, FP_REG_P, CC_REG_P): New macros.
716         (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
717         (DATA_REG_P, FP_REG_P, ADDRESS_REG_P): Likewise.
718         (HARD_REGNO_NREGS): Adapt to macro renaming.
719         (HARD_REGNO_MODE_OK): Likewise.
720
721 2002-10-23  David Edelsohn  <edelsohn@gnu.org>
722             Geoff Keating  <geoffk@apple.com>
723
724         * config/rs6000/rs6000.c (rs6000_register_move_cost): New function.
725         (rs6000_memory_move_cost): New function.
726         * config/rs6000/rs6000-protos.h: Declare them.
727         * config/rs6000/rs6000.h: Use them.
728
729 2002-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
730
731         * libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when
732         inlining it into other libgcc2 routines.
733         (__udivmoddi4): Likewise.
734
735 2002-10-22  Nathanael Nerode  <neroden@gcc.gnu.org>
736
737         * doc/sourcebuild.texi (Test Suites): Improve.
738
739 2002-10-22  Stan Shebs  <shebs@apple.com>
740
741         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
742         case for Darwin.
743
744 2002-10-22  Jim Wilson  <wilson@redhat.com>
745
746         * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
747
748 Wed Oct 23 01:52:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
749
750         PR other/8289
751         * xmmintrin.h: Add const to the argument of loads.
752
753         * i386.md (pushv2di): New pattern.
754         PR target/6890
755         * xmmintrin.h (_MM_TRANSPOSE4_PS): New.
756
757 2002-10-22  Richard Henderson  <rth@redhat.com>
758
759         * target.h (gcc_target.asm_out): Merge output_mi_thunk and
760         output_mi_vcall_thunk into a single hook.  Add can_output_mi_thunk.
761         * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Don't conditionalize.
762         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
763         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
764         (TARGET_ASM_OUT): Update.
765         * hooks.c (hook_bool_tree_hwi_hwi_tree_false): New.
766         (hook_bool_tree_hwi_hwi_tree_true): New.
767         (default_can_output_mi_thunk_no_vcall): New.
768         * hooks.h: Declare them.
769         * system.h (ASM_OUTPUT_MI_THUNK): Poison.
770
771         * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
772         (alpha_output_mi_thunk_osf): Add VCALL_OFFSET parameter.
773         * config/arm/arm.c, config/cris/cris.c, config/frv/frv.c,
774         config/i960/i960.c, config/ia64/ia64.c, config/m68k/m68k.c,
775         config/mmix/mmix.c, config/pa/pa.c, config/sparc/sparc.c,
776         config/stormy16/stormy16.c: Similarly.
777
778         * config/i386/i386.c (x86_output_mi_thunk): Merge vcall_offset code.
779         Handle 64-bit properly.  Streamline.
780         (x86_output_mi_vcall_thunk): Remove.
781         (x86_this_parameter): Rename from ia32_this_parameter; handle 64-bit.
782         (x86_can_output_mi_thunk): New.
783         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
784         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
785         (override_options): Don't zap targetm.asm_out.output_mi_vcall_thunk.
786
787         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Rename from
788         output_mi_thunk; make static; always use function_section.
789         (TARGET_ASM_OUTPUT_MI_THUNK): New.
790         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
791         (rs6000_ra_ever_killed): Test no_new_pseudos not
792         targetm.asm_out.output_mi_thunk in conjunction with thunks.
793         * config/rs6000/rs6000-protos.h: Update.
794         * config/rs6000/sysv4.h (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
795         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't call
796         xcoffout_declare_function when using rs6000_output_mi_thunk.
797
798         * config/s390/s390.c (s390_output_mi_thunk): Rename from
799         s390_output_mi_vcall_thunk.
800         (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
801         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
802
803         * config/vax/vax.c (vax_output_mi_thunk): Static; add vcall_offset.
804         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
805         * config/vax/vax-protos.h: Update.
806         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.
807
808 Wed Oct 23 00:33:11 CEST 2002  Jan Hubicka  <jh@suse,cz>
809
810         * i386.c (standard_sse_constant_p): Accept vector and integer zeros too.
811         * i386.h (EXTRA_CONSTRAINT): Recognize 'C'
812         * i386.md (movti_internal): Use 'C'
813
814         * xmmintrin.h (_mm_cmplt_epi*): New.
815
816 2002-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
817
818         * config/s390/s390.md ("*movdi_64"): Fix op_type attribute.
819         ("*movdf_64"): Likewise.
820         ("*lshrdi3_64"): Likewise.
821         ("blockage"): Add length attribute.
822         ("lit"): Likewise.
823
824 Tue Oct 22 23:51:34 CEST 2002  Jan Hubicka  <jh@suse.cz>
825
826         * i386.md: FIx typo.
827         (sse2_cvtsi2sd, sse2_pslrdq): Fix template.
828         (sse2_umulv2siv2di3): Fix predicate.
829         (sse2_psadbw, ashrv8hi3, ashrv4si3, lshrv8hi3 lshrv4si3,
830         lshrv2di3, ashlv8hi3, ashlv4si3, ashlv2di3): Likewise.
831         * xmmintrin.h (_mm_mul_epu16): Rename to...
832         (_mm_mul_epu32): This one.
833         (_mm_cvtsi32_si128, _mm_cvtsi128_si32): New.
834
835         (contains_128bit_aligned_vector_p): Undo accidental checkin.
836
837 2002-10-22  Eric Christopher  <echristo@redhat.com>
838
839         * config/sparc/sparc.h: Add #error.
840
841 2002-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
842
843         * config.gcc [s390-*-linux]: Remove s390/t-linux from tmake_file.
844         [s390x-*-linux*]: Likewise.
845         * config/s390/t-linux: Remove.
846         * config/s390/s390.h: Include fixdfdi.h when building libgcc2.
847
848 Tue Oct 22 19:07:03 CEST 2002  Jan Hubicka  <jh@suse.cz>
849
850         * i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.
851         (ix86_expand_builtin): Fix MASKMOVDQU expasion.
852         * i386.h (ix86_builtins): Add IX86_BUILTIN_PUNPCKHQDQ128.
853         * i386.md (mmx_punpck?dq): Simplify.
854         (sse2_pubpcklqdq): Fix.
855         (sse2_pubpckhqdq): New.
856         * xmmintrin.h (_mm_unpackhi_epi32): New.
857
858         * xmmintrin.h (_mm_cvt*, _mm_stream_pd): Fix prototypes.
859         (_mm_shufflehi_epi16, _mm_shufflelo_epi16): Fix typo.
860
861 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
862
863         PR c++/7209
864         * fold_const.c (fold_binary_op_with_conditional_arg): Always
865         build compound_expr if we used save_expr.
866
867 2002-10-22  Alan Modra  <amodra@bigpond.net.au>
868
869         * output.h (SECTION_NOTYPE): Define.
870         * varasm.c (default_section_type_flags_1): Set SECTION_NOTYPE for
871         init array sections.
872         (default_elf_asm_named_section): Mind SECTION_NOTYPE.
873         * config/arm/arm.c (arm_elf_asm_named_section): Likewise.  Also
874         merge TLS support.
875
876 2002-10-21  Richard Henderson  <rth@redhat.com>
877
878         * real.c (sticky_rshift_significand): Return inexact, don't
879         or it in immediately.
880         (sub_significands): Accept incomming carry.
881         (div_significands, rtd_divmod): Update for sub_significands change.
882         (round_for_format): Update for sticky_rshift_significand change.
883         (do_add): Don't involve the inexact bit in addition, do give the
884         inexact bit as the subtraction carry-in.
885         (encode_internal, decode_internal, real_internal_format): New.
886         * real.h (real_internal_format): Declare.
887
888 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
889
890         * libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that
891         don't define sdiv_qrnnd.
892
893 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
894
895         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Simplify
896         using IN_RANGE.
897         (TINY_CONSTANT_ADDRESS_P): Likewise.
898
899 Tue Oct 22 00:04:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
900
901         * i386.c (builtin_description): Add punpcklqdq and movdq2q
902         (ix86_init_mmx_sse_builtins): Add v2di_ftype_void, di_ftype_v2di,
903         v16qi_ftype_pchar, void_ftype_pchar_v16qi, v4si_ftype_pchar,
904         void_ftype_pchar_v4si; Initialize __builtin_ia32_movdq2q,
905         __builtin_ia32_loaddqa, __builtin_ia32_loaddqu, __builtin_ia32_loadd
906         __builtin_ia32_storedqa, __builtin_ia32_storedqu, __builtin_ia32_stored
907         __builtin_ia32_setzero128.
908         (ix86_expand_builtin): Handle IX86_BUILTIN_CLRTI, IX86_BUILTIN_LOADDQA,
909         IX86_BUILTIN_LOADDQU, IX86_BUILTIN_LOADD, IX86_BUILTIN_STOREDQA,
910         IX86_BUILTIN_STOREDQU, IX86_BUILTIN_STORED, Ix86_BUILTIN_MOVQ.
911         * i386.h (ix86_builtins): Add IX86_BUILTIN_LOADDQA, IX86_BUILTIN_LOADDQU,
912         IX86_BUILTIN_STOREDQA, IX86_BUILTIN_STOREDQU, IX86_BUILTIN_LOADD,
913         IX86_BUILTIN_STORED, IX86_BUILTIN_CLRTI, IX86_BUILTIN_MOVDQ2Q,
914         IX86_BUILTIN_PUNPCKLQDQ128, Ix86_BUILTIN_MOVQ.
915         * i386.md (sse2_punpcklqdq, sse2_movqsse2_loadd, sse2_stored,
916         sse2_movq): New patterns.
917         (sse2_movdqa, sse2_movdqu, sse2_movdq2q): Fix.
918         * xmmintrin.h (_mm_load_si128, _mm_loadu_si128, _mm_loadl_epi64,
919         _mm_store_si128, _mm_storeu_si128, _mm_storel_epi64,
920         _mm_setzero_si128, _mm_set_epi64, _mm_set_epi32, _mm_set_epi16,
921         _mm_set_epi8, _mm_set1_epi64, _mm_set1_epi32, _mm_set1_epi16,
922         _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
923         _mm_setr_epi8, _mm_unpacklo_epi64,_mm_set_moveq): New functions.
924         (_mm_insert_epi16): Fix.
925
926 2002-10-21  Dale Johannesen  <dalej@apple.com>
927
928         * config/rs6000/rs6000.c (rs6000_reverse_condition): Handle
929             unsafe math reversals correctly for RTL generation.
930           (output_cbranch):  Replace rs6000_reverse_condition call
931             by its former definition.
932
933 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
934
935         * config/i386/i386.c (x86_64_sign_extended_value): Add allow_rip
936         argument.  In CM_SMALL_PIC model consider SYMBOL_REFs binding locally or
937         from constant pool or LABEL_REFs as sign extended if allow_rip.
938         Change all +-1GB limits to +-16MB.
939         (x86_64_general_operand, x86_64_szext_general_operand,
940         x86_64_nonmemory_operand, x86_64_movabs_operand,
941         x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
942         legitimate_address_p, ix86_expand_int_movcc): Update callers.
943         (local_symbolic_operand): Don't allow offsets bigger than +-16MB
944         in CM_SMALL_PIC model.
945         (legitimate_pic_address_disp_p): Don't check offsets before
946         calling local_symbolic_operand.
947         (legitimize_pic_address): Force offsets bigger than +-16MB into
948         register.
949         * config/i386/i386.h (EXTRA_CONSTRAINT, CONST_COSTS): Likewise.
950         * config/i386/i386-protos.h (x86_64_sign_extended_value): Update
951         prototype.
952
953         * configure.in: Test for @GOTNTPOFF and @INDNTPOFF on IA-32 too.
954         Add x86-64 test.  Set tls_first_minor to 14 on IA-32 and x86-64.
955         * configure: Rebuilt.
956         * config/i386/i386.c (x86_64_sign_extended_value): Don't allow TLS
957         SYMBOL_REFs unless enclosed in UNSPEC.  Handle UNSPEC_DTPOFF,
958         UNSPEC_GOTNTPOFF and UNSPEC_NTPOFF.
959         (legitimate_address_p): Allow foo@dtpoff(base) even on TARGET_64BIT
960         -fpic.
961         (ix86_encode_section_info): Don't ever generate TLSGD or TLSLD for
962         non-pic code if TARGET_64BIT.
963         (legitimize_address): Generate 64-bit TLS sequences.
964         (output_pic_addr_const): Support x86-64 TLS operators.
965         (i386_output_dwarf_dtprel): Output 64-bit DTPOFF as .long f@DTPOFF, 0.
966         (print_operand_address): Use %fs instead of %gs on TARGET_64BIT.
967         Don't append (%rip) in 64-bit TLSGD and TLSLD sequences.
968         (output_addr_const_extra): Support x86-64 TLS operators.
969         (maybe_get_pool_constant): Handle TARGET_64BIT -fpic.
970         (ix86_tls_get_addr): Use __tls_get_addr on TARGET_64BIT
971         unconditionally.
972         * config/i386/i386.md (*tls_global_dynamic_gnu): Renamed to...
973         (*tls_global_dynamic_32_gnu): ..., add !TARGET_64BIT.
974         (*tls_global_dynamic_sun): Renamed to...
975         (*tls_global_dynamic_32_sun): ..., add !TARGET_64BIT.
976         (tls_global_dynamic): Renamed to...
977         (tls_global_dynamic_32): ... this.
978         (tls_global_dynamic_64, *tls_global_dynamic_64): New.
979         (*tls_local_dynamic_base_dynamic_gnu): Renamed to...
980         (*tls_local_dynamic_base_dynamic_32_gnu): ..., add !TARGET_64BIT.
981         (*tls_local_dynamic_base_dynamic_sun): Renamed to...
982         (*tls_local_dynamic_base_dynamic_32_sun): ..., add !TARGET_64BIT.
983         (tls_local_dynamic_base_dynamic): Renamed to...
984         (tls_local_dynamic_base_dynamic_32): ... this.
985         (tls_local_dynamic_base_dynamic_64,
986         *tls_local_dynamic_base_dynamic_64): New.
987         (*tls_local_dynamic_once): Renamed to...
988         (*tls_local_dynamic_32_once): ... this.
989
990 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
991
992         * libgcc2.c: Inline __udiv_w_sdiv when compiling __udivdi3,
993         __divdi3, __umoddi3, or __moddi3.
994
995 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
996
997         * c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
998         instead of just opt_index as switch expression.
999
1000         * calls.c (store_one_arg): Change type of 'excess_align'
1001         to unsigned int.
1002
1003         * profile.c (output_gcov_string): Change type of 'temp'
1004         to size_t.
1005
1006 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1007
1008         * config/s390/fixdfdi.h (__fixunsdfdi, __fixdfdi): Add prototypes.
1009         (__fixunssfdi, __fixsfdi): Likewise.
1010         * config/s390/s390.c (s390_single_hi): Initialize 'value'.
1011         (s390_single_qi): Likewise.
1012         (s390_emit_epilogue): Initialize 'offset'.  Remove signed vs.
1013         unsigned comparison warning.
1014         (s390_return_addr_rtx): New function.
1015         * config/s390/s390-protos.h (s390_return_addr_rtx): Declare it.
1016         * config/s390/s390.h (RETURN_ADDR_RTX): Use it.
1017         (HARD_REGNO_MODE_OK): Rewrite condition to silence warnings.
1018
1019 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1020
1021         * config/s390/s390.c (s390_output_mi_vcall_thunk): New function.
1022         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define target hook.
1023         (s390_output_mi_thunk): Remove.
1024         (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
1025
1026 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
1027
1028         * config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.
1029
1030 2002-10-20  Richard Henderson  <rth@redhat.com>
1031
1032         * target.h (struct gcc_target): Line wrap.
1033
1034         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Static.
1035         (TARGET_ASM_OUTPUT_MI_THUNK): Define here...
1036         * config/alpha/alpha.h: ... not here.
1037         * config/alpha/alpha-protos.h: Update.
1038
1039         * config/arm/arm.c, config/arm/arm.h, config/arm/arm-protos.h
1040         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
1041         config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
1042         config/i386/i386-protos.h, config/i386/i386.c, config/i386/openbsd.h,
1043         config/i386/unix.h, config/i960/i960-protos.h, config/i960/i960.c,
1044         config/i960/i960.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
1045         config/ia64/ia64.h, config/m68k/linux.h, config/m68k/m68k-protos.h,
1046         config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
1047         config/mmix/mmix-protos.h, config/mmix/mmix.c, config/mmix/mmix.h,
1048         config/pa/pa-protos.h, config/pa/pa.c, config/pa/pa.h,
1049         config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
1050         config/sparc/openbsd.h, config/sparc/sparc-protos.h,
1051         config/sparc/sparc.c, config/sparc/sparc.h,
1052         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
1053         config/stormy16/stormy16.h: Similarly.
1054
1055         * config/m68k/m68k.c (m68k_output_mi_thunk): Replicate mnemonic
1056         selection logic from call patterns.
1057
1058 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
1059
1060         * config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo.
1061
1062 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1063
1064         PR other/8202
1065         * i386.c (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Define and
1066         expand __builtin_ia32_pslldqi128 and __builtin_ia32_psrldqi128.
1067         * i386.h (IX86_BUILTIN_PSLLDQI128, IX86_BUILTIN_PSRLDQI128): New.
1068         * xmmintrin.h (_mm_srli_si128, _mm_slli_si128): New.
1069
1070 2002-10-20  Roger Sayle  <roger@eyesopen.com>
1071
1072         PR c/761
1073         * toplev.c (flag_unsafe_profile_arcs): Remove.
1074         (flag_bounded_pointers): Remove.
1075         (flag_bounds_check): Correct comments.
1076         (lang_independent_options): Remove -funsafe-profile-arcs and
1077         -fbounded-pointers.  Correct -fbounds-check comments.
1078
1079         * flags.h: Correct flag_schedule_interblock comments.
1080         (flag_bounded_pointers): Remove prototype.
1081         (flag_bounds_check): Correct comments.
1082
1083         * c-opts.c (c_common_init_options): No need to mark
1084         flag_bounds_check as unspecified.
1085         (c_common_post_options): And no need to set it from
1086         flag_bounded_pointers if its still unspecified.
1087
1088         * doc/invoke.texi: Fix some overfull hboxes in "make dvi".
1089         Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
1090         -fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
1091         -fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
1092
1093 2002-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1094             Mark Mitchell  <mark@codesourcery.com>
1095
1096         * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to
1097         match target.h.
1098         * arm-protos.h, arm.c (arm_output_mi_thunk): Likewise.
1099         * cris-protos.h, cris.c (cris_asm_output_mi_thunk): Likewise.
1100         * frv-protos.h, frv.c (frv_asm_output_mi_thunk): Likewise.
1101         * i386-protos.h, i386.c (x86_output_mi_vcall_thunk,
1102         x86_output_mi_thunk): Likewise.
1103         * i960-protos.h, i960.c (i960_output_mi_thunk): Likewise.
1104         * ia64-protos.h, ia64.c (ia64_output_mi_thunk): Likewise.
1105         * m68k-protos.h, m68k.c (m68k_output_mi_thunk): Likewise.
1106         * mmix-protos.h, mmix.c (mmix_asm_output_mi_thunk): Likewise.
1107         * rs6000-protos.h, rs6000.c (output_mi_thunk): Likewise.
1108         * s390-protos.h, s390.c (s390_output_mi_thunk): Likewise.
1109         * stormy16-protos.h, stormy16.c (xstormy16_asm_output_mi_thunk):
1110         Likewise.
1111         * vax-protos.h, vax.c (vax_output_mi_thunk): Likewise.
1112
1113         * target.h (gcc_target): Update output_mi_thunk and
1114         output_mi_vcall_thunk to take a HOST_WIDE_INT delta and
1115         vcall_index.
1116
1117         * config/alpha/alpha.c: Replace ASM_OUTPUT_MI_THUNK with
1118         TARGET_ASM_OUTPUT_MI_THUNK in comments.
1119         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): Don't #undef it.
1120         (TARGET_ASM_OUTPUT_MI_THUNK): #undef it.
1121         * config/frv/frv.h (DEFAULT_VTABLE_THUNKS): Remove definition.
1122         * config/i386/i386-protos.h (x86_output_mi_vcall_thunk): Update
1123         signature.
1124         * config/i386/i386.c (x86_output_mi_vcall_thunk): Likewise.
1125         * config/i386/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
1126         TARGET_ASM_OUTPUT_MI_THUNK in comments.
1127         * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Don't define.
1128         (TARGET_ASM_OUTPUT_MI_THUNK): Do define.
1129         * config/m68k/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
1130         TARGET_ASM_OUTPUT_MI_THUNK in comments.
1131         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Remove #ifdef
1132         ASM_OUTPUT_MI_THUNK and replace with check of targetm.
1133
1134         * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Update signature.
1135         (TARGET_ASM_OUTPU_MI_VCALL_THUNK): Likewise.
1136
1137 2002-10-19  Brad Lucier  <lucier@math.purdue.edu>
1138
1139         * real.c (do_add): Fix 0+0 sign corner case.
1140         (do_divide): Fix Inf/0 corner case.
1141
1142 Sun Oct 20 00:31:31 CEST 2002  Jan Hubicka  <jh@suse.cz>
1143
1144         * i386.c (classify_argument): Pass MMX arguments in memory
1145         (ix86_expand_builtin): Expand proper address mode for cflush.
1146         * i386.md (movdqa): Fix typo.
1147         (sse2_cflush): Accept DImode addresses.
1148
1149         * xmmintrin.h (_mm_sqrt_sd): Accept two arguments.
1150         (_mm_max_sd): Fix pasto.
1151         (_mm_storeh_pd, _mm_storel_pd): Fix.
1152
1153         * i386.c (bdesc_comi): Fix to match specification.
1154         (ix86_expand_sse_comi): Emit the comparison properly.
1155         * i386.md (sse_comi, sse2_comi, sse_ucomi, sse2_ucomi):
1156         Do not use comparison operator.
1157         (vnmaskcmp): Fix template.
1158
1159         * xmmintrin.h (_mm_cvtps_pi16): Fix.
1160
1161 2002-10-19  Sebastian Pop  <s.pop@laposte.net>
1162
1163         * dependence.c : Removed.
1164         * Makefile.in : Remove dependence.o.
1165
1166 Sat Oct 19 10:46:52 CEST 2002  Jan Hubicka  <jh@suse.cz>
1167
1168         * mmintrin.h (__m64): typedef it to v2si.
1169         (_mm_cvtsi32_si64, _mm_cvtsi32_si64_mm_sll_pi16,
1170         _mm_sll_pi32, _mm_sll_pi64, _mm_slli_pi64, _mm_sra_pi16,
1171         _mm_sra_pi32, _mm_srl_pi16, _mm_srl_pi32, _mm_srl_pi64,
1172         _mm_srli_pi64, _mm_and_si64, _mm_andnot_si64,
1173         _mm_or_si64, _mm_xor_si64): Add neccesary casts.
1174         * xmmintrin.h (_mm_setzero_si64): Likewise.
1175
1176         * i386.h (ALIGN_MODE_128): Update comment; add missing modes
1177         (SSE_REG_MODE_P, MMX_REG_MODE_P): New macros.
1178
1179         PR target/7693
1180         Patch by Shawn Wagner
1181         * mmintrin.h: Replace pi64 by si64.
1182
1183 2002-10-18  David Edelsohn  <edelsohn@gnu.org>
1184
1185         * rs6000.md (movdf_hardfloat32): Order alternatives consistently.
1186         Use length of 4 not *.
1187         (movdf_hardfloat64): Same.  Support DFmode moves to/from CTR/LR.
1188         (movdf_softfloat64): Likewise.
1189         (movdi_internal32): Use length of 4 not *.
1190         (movti_power): Same.
1191         (ctrsi, ctrdi): Same.
1192
1193 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
1194
1195         * c-decl.c (start_decl): Point users of the old initialized-
1196         typedef extension at __typeof__.
1197
1198 2002-10-18  Richard Henderson  <rth@redhat.com>
1199
1200         * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
1201         (real_to_decimal): Re-implement using the logic from the
1202         gcc 3.2 etoasc.  Comment heavily.
1203         (div_significands): Simplify loop startup and comparison logic.
1204
1205 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1206
1207         * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.
1208         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Likewise.
1209         (TARGET_ASM_OUT): Add them.
1210         * target.h (asm_out): Add output_mi_thunk and
1211         output_mi_vcall_thunk.
1212         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1213         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1214         * config/arm/arm-protos.h (arm_output_mi_thunk): Declare.
1215         * config/arm/arm.c (arm_output_mi_thunk): Define.
1216         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1217         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1218         * config/cris/cris.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1219         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1220         * config/frv/frv.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1221         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1222         * config/i386/i386-protos.h (x86_output_mi_thunk): Adjust
1223         prototype.
1224         (x86_output_mi_vcall_thunk): Declare.
1225         * config/i386/i386.c (override_options): Clear
1226         output_mi_vcall_thunk in 64-bit mode.
1227         (ix86_fntype_regparm): New function.
1228         (ix86_return_pops_args): Use it.
1229         (ia32_this_parameter): New function.
1230         (x86_output_mi_vcall_thunk): New function.
1231         (x86_output_mi_thunk): Use it
1232         * config/i386/unix.h (TARGET_ASM_OUTPUT_MI_THUNK): Adjust.
1233         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define.
1234         * config/i960/i960-protos.h (i960_output_mi_thunk): Declare.
1235         * config/i960/i960.c (i960_output_mi_thunk): New function.
1236         * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Adjust.
1237         * config/ia64/ia64-protos.h (ia64_output_mi_thunk): Declare.
1238         * config/ia64/ia64.c (ia64_output_mi_thunk): Define.
1239         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1240         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1241         * config/m68k/m68k-protos.h (m68k_output_mi_thunk): New function.
1242         * config/m68k/linux.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1243         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1244         * config/m68k/netbsd-elf.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1245         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1246         * config/mmix/mmix.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1247         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1248         * config/pa/pa.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1249         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1250         * config/rs6000/sysv4.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1251         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1252         * config/s390/s390-protos.h (s390_output_mi_thunk): Declare.
1253         * config/s390/s390.c (s390_output_mi_thunk): Define.
1254         * config/s390/s390.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1255         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1256         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1257         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1258         * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1259         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1260         * config/vax/vax-protos.h (vax_output_mi_thunk): Declare.
1261         * config/vax/vax.c (vax_output_mi_thunk): Define.
1262         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Rename to ...
1263         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
1264         * doc/tm.texi: Adjust documentation.
1265
1266 2002-10-18  Jason Thorpe  <thorpej@wasabisystems.com>
1267
1268         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Define
1269         __enable_execute_stack function.
1270         * config/alpha/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Define
1271         as NETBSD_ENABLE_EXECUTE_STACK.
1272         * config/i386/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1273         * config/i386/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1274         * config/i386/netbsd64.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1275         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1276         * config/sparc/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
1277
1278 2002-10-18  Jason Thorpe  <thorpej@wasabisystems.com>
1279
1280         * config/i386/i386.c (x86_initialize_trampoline): Emit a call
1281         to __enable_execute_stack with the address of the trampoline
1282         if TRANSFER_FROM_TRAMPOLINE is defined.
1283         * config/i386/i386.h (TARGET_64BIT): Expand to a compile-time
1284         constant if building libgcc2.
1285
1286 2002-10-17  Roger Sayle  <roger@eyesopen.com>
1287
1288         * doc/c-tree.texi: Update description of COND_EXPR tree nodes.
1289
1290 2002-10-17  Geoffrey Keating  <geoffk@apple.com>
1291
1292         * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes
1293         in CTR/LR/MQ.
1294         * config/rs6000/rs6000.md (movcc_internal1): Support CCmode moves
1295         to/from CTR/LR/MQ.
1296         (movsf_hardfloat): Support SFmode moves to/from CTR/LR/MQ.
1297         (movsf_softfloat): Likewise.
1298
1299 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
1300
1301         * Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
1302
1303 2002-10-17  Jason Thorpe  <thorpej@wasabisystems.com>
1304
1305         * config/alpha/alpha.c (alpha_initialize_trampoline): Use
1306         tramp, not addr, to pass the trampoline address to
1307         __enable_execute_stack.
1308
1309 Thu Oct 17 18:40:47 CEST 2002  Jan Hubicka  <jh@suse.cz>
1310
1311         * mmintrin.h: Guard by __MMX__
1312         * xmmintrin.h: Guard by __SSE__
1313
1314         PR other/8062
1315         * xmmintrin.h (_MM_SHUFFLE2): New macro.
1316         (_mm_load*_?d): New functions.
1317         (_mm_set*_?d): New functions.
1318         (_mm_store*_?d): New functions.
1319
1320 Wed Oct 16 15:01:29 CEST 2002  Jan Hubicka  <jh@suse.cz>
1321
1322         Really commit patch announced at Oct 14
1323         PR c/7344
1324         * predict.c (can_predict_insn_p): New function.
1325         (estimate_probability): Avoid unnecesary work.
1326         (process_note_prediction): Likewise.
1327         * toplev.c (rest_of_compilation): Account early branch prediction pass
1328         as TV_BRANCH_PROB.
1329
1330         PR other/8048
1331         Found by Ian Ollmann
1332         * xmmintrin.h (_mm_shuffle_pd): Fix typo.
1333         (_mm_load?_pd): Likewise.
1334         (_mm_store?_pd): Likewise.
1335
1336         PR target/7386
1337         * i386.c (builtin_description):Drop cmpg[te]s[sd].
1338         * xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
1339         swapped alternative.
1340
1341         PR opt/7630
1342         * reload1.c (reload_inner_reg_of_subreg): New argument output;
1343         (push_reload): Update call.
1344
1345 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
1346
1347         * config.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines
1348         if using mips/elf.h or mips/elf64.h.
1349         * config/mips/elf.h (OBJECT_FORMAT_ELF): Remove.
1350         * config/mips/elf64.h (OBJECT_FORMAT_ELF): Remove.
1351
1352 2002-10-16  Aldy Hernandez  <aldyh@redhat.com>
1353
1354         * config/rs6000/rs6000.c (function_arg): Set inner mode of V1DI to
1355         SI.
1356
1357 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
1358
1359         * config/s390/linux.h (ASM_DOUBLE, _ASM_OUTPUT_LONG): Remove.
1360         (LPREFIX): Likewise.
1361         (ASM_COMMENT_START, LOCAL_LABEL_PREFIX, ASM_FORMAT_PRIVATE_NAME,
1362         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT,
1363         ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_BSS,
1364         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
1365         GLOBAL_ASM_OP, ASM_OUTPUT_MI_THUNK): Move to s390.h.
1366
1367         * config/s390/s390.h (ASM_COMMENT_START, LOCAL_LABEL_PREFIX,
1368         ASM_FORMAT_PRIVATE_NAME, ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP,
1369         ASM_OUTPUT_ALIGNED_BSS, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
1370         BSS_SECTION_ASM_OP): Move from linux.h.
1371         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
1372         Also, use ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
1373
1374         * config/s390/s390.c (s390_function_profiler): Use
1375         ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
1376
1377 2002-10-15  Richard Henderson  <rth@redhat.com>
1378
1379         * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
1380         as arguments.  Bound DIGITS by the available buffer size.
1381         (real_to_hexadecimal): Likewise.
1382         * real.h (real_to_decimal, real_to_hexadecimal): Update prototypes.
1383         (REAL_VALUE_TO_DECIMAL): Remove.
1384         * c-common.c, c-pretty-print.c, print-rtl.c, print-tree.c,
1385         sched-vis.c, config/arc/arc.c, config/c4x/c4x.c, config/fr30/fr30.c,
1386         config/i370/i370.h, config/i386/i386.c, config/i960/i960.c,
1387         config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
1388         config/m68k/hp320.h, config/m68k/m68k.h, config/m68k/sun2o4.h,
1389         config/m68k/sun3.h, config/mips/mips.c, config/ns32k/ns32k.c,
1390         config/pdp11/pdp11.h, config/vax/vax.h: Update all callers to
1391         use real_to_decimal directly, and with the proper arguments.
1392         * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Remove.
1393
1394 2002-10-15  Jim Wilson  <wilson@redhat.com>
1395
1396         * reload1.c (merge_assigned_reloads): After converting overlapping
1397         reloads to RELOAD_OTHER, abort if there are now conflicting reloads.
1398
1399         * config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.
1400
1401 Tue Oct 15 22:08:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
1402
1403         * expr.c (do_tablejump): Fix typo in my previous commit.
1404
1405 2002-10-15  Richard Sandiford  <rsandifo@redhat.com>
1406
1407         * config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
1408
1409 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
1410
1411         * config/s390/s390.c (s390_split_branches): Add return
1412         value.  Add parameters TEMP_REG and TEMP_USED.  Use unspec 104.
1413
1414         (find_base_register_in_addr): New function.
1415         (find_base_register_ref): New function.
1416         (replace_base_register_ref): New function.
1417
1418         (struct constant_pool): Add members pool_insn, insns, and anchor.
1419         Remove member last_insn.
1420         (s390_start_pool): Initialize them.
1421         (s390_end_pool): Emit pool placeholder insn.
1422         (s390_add_pool_insn): New function.
1423         (s390_find_pool): Use insns bitmap instead of addresses.
1424         (s390_dump_pool): Replace placeholder insn.  Emit anchor.
1425         Replace unspec 104 by local-pool-relative references.
1426         (s390_output_constant_pool): Output anchor label if required.
1427         (s390_output_symbolic_const): Handle unspec 104 and 105.
1428         (s390_add_pool): Remove, replace by ...
1429         (s390_add_constant, s390_find_constant): ... these new functions.
1430         (s390_add_anchor): New function.
1431
1432         (s390_chunkify_pool): Delete, replace by ...
1433         (s390_chunkify_start, s390_chunkify_finish,
1434         s390_chunkify_cancel): ... these new functions.
1435         (s390_optimize_prolog): Add parameter TEMP_REGNO.
1436         Recompute register live data for special registers.
1437         (s390_fixup_clobbered_return_reg): New function.
1438         (s390_machine_dependent_reorg): Rewrite to use new
1439         s390_chunkify_... routines.
1440
1441         config/s390/s390.md ("reload_base"): Rename to ...
1442         ("reload_base_31"): ... this.
1443         ("reload_base_64"): New insn.
1444         ("reload_base2"): Remove.
1445         ("reload_anchor"): New insn.
1446         ("pool"): New insn.
1447
1448         s390.c (s390_pool_overflow): Remove.
1449         s390.h (s390_pool_overflow): Likewise.
1450         s390.md ("cjump", "icjump", "doloop_si"): Remove s390_pool_overflow.
1451
1452 Tue Oct 15 16:51:04 2002  J"orn Rennecke <joern.rennecke@superh.com>
1453
1454         * sh.md (movv8qi_i+2): Don't split if source is -1.
1455
1456 2002-10-15  Janis Johnson  <janis187@us.ibm.com>
1457
1458         * doc/install.texi: Formatting changes for conformance to HTML 4.01.
1459
1460 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
1461
1462         PR opt/7409
1463         * loop.c (loop_regs_scan): Mark registers used for function
1464         argument passing as MAY_NOT_OPTIMIZE.
1465
1466 Mon Oct 14 20:33:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
1467
1468         * i386.md (movv2di_internal): New pattern.
1469         (movv2df_internal, movv8hi_internal, movv16qi_internal): Fix predicate.
1470         (movv2di): New expander.
1471         * i386.c (ix86_preferred_reload_class): Return NO_REGS for vector operands.
1472
1473         * i386.c (ix86_expand_timode_binop_builtin): Delete.
1474         (builtin_description): Add SSE1 logicals; rename SSE2 logicals.
1475         (ix86_init_mmx_sse_builtins): Kill SSE1 logicals.
1476         (ix86_expand_builtin): Likewise.
1477         * i386.h (sse_andti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
1478         sse_andti3,
1479         sse_andnti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
1480         sse_andnti3,
1481         sse_orti4_df_1, sse_orti3_df_2, sse_orti3_sf_1, sse_orti3_sf_2,
1482         sse_orti3,
1483         sse_xorti4_df_1, sse_xorti3_df_2, sse_xorti3_sf_1, sse_xorti3_sf_2,
1484         sse_xorti3): Kill.
1485         (sse_andv4sf3, sse_andnv4sf3, sse_orv2df3, sse_xorv2df3, sse_andv2df3,
1486          sse_andnv2df3, sse_orv2df3, sse_xorv2df3): New expanders.
1487         (*sse_andv4sf3, *sse_andnv2df3, *sse_orv4sf3, *sse_xorv4sf3, *sse_andv2df3,
1488          *sse_andnv2df3, *sse_orv2df3, *sse_xorv2df3): New patterns.
1489         (*sse_andsf3, *sse_andndf3, *sse_ordf3, *sse_xordf3, *sse_anddf3,
1490          *sse_andndf3, *sse_orv2df3, *sse_xorv2df3): New patterns.
1491
1492         * xmmintrin.h (__m128i): Define as __v2di.
1493
1494         PR c++/6419
1495         (expand_expr): Use DECL_RTL_SET_P.
1496
1497 2002-10-14  Roger Sayle  <roger@eyesopen.com>
1498
1499         * combine.c (simplify_set):  Treat MODE_CC registers like cc0.
1500
1501 2002-10-14  Roger Sayle  <roger@eyesopen.com>
1502             Zack Weinberg <zack@codesourcery.com>
1503
1504         * config/i386/i386.c (k6_cost): Correct typo.
1505
1506 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1507
1508         PR optimization/6631
1509         * alias.c (objects_must_conflict_p): Check honor_readonly when
1510         examining TYPE_READONLY.
1511         * function.c (assign_stack_temp_for_type): Likewise.
1512
1513 2002-10-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1514
1515         * config/alpha/alpha.md (extendsidi2_nofix, extendsidi2_fix):
1516         Swap zero extension arguments.
1517         (umaxhi3): Fix instruction class.
1518         PR target/7211
1519         (prefetch): Fix prefetch instructions.
1520         PR target/7238
1521         (pkwb): Fix output constraint.
1522
1523 2002-10-14  Alexandre Oliva  <aoliva@redhat.com>
1524
1525         * config/mips/mips.c (print_operand): Increase buffer size for
1526         real numbers.
1527
1528 2002-10-14  Richard Henderson  <rth@redhat.com>
1529
1530         PR opt/8165
1531         * gcse.c (adjust_libcall_notes): Revert last change.
1532         * simplify-rtx.c (simplify_replace_rtx): Handle LO_SUM.
1533
1534 2002-10-14  Andrew Haley  <aph@redhat.com>
1535
1536         * tree-inline.c (remap_block): All local class initialization
1537         flags go in the outermost scope.
1538         (expand_call_inline): Call java_inlining_map_static_initializers.
1539         (expand_call_inline): Call java_inlining_merge_static_initializers.
1540         * java/lang.c (merge_init_test_initialization): New.
1541         (java_inlining_merge_static_initializers): New.
1542         (inline_init_test_initialization): New.
1543         (java_inlining_map_static_initializers): New.
1544
1545         * tree-inline.c (expand_call_inline): Convert retvar to expected
1546         type.
1547
1548 2002-10-14  Graham Stott  <graham.stott@btinternet.com>
1549
1550         * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.
1551
1552 2002-10-14  Aldy Hernandez  <aldyh@redhat.com>
1553
1554         * stmt.c: Fix typo in comment.
1555
1556 Mon Oct 14 11:35:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
1557
1558         * c-common.c (c_common_type_for_mode): Add V2HImode case.
1559         * tree.c (build_common_tree_nodes_2): Initialize
1560         unsigned_V2HI_type_node and V2HI_type_node.
1561         * tree.h (enum tree_index): Add TI_UV2HI_TYPE and TI_V2HI_TYPE.
1562         (unsigned_V2HI_type_node, V2HI_type_node): Define.
1563
1564 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
1565
1566         * config/i386/i386.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
1567         Handle TARGET_64BIT.
1568
1569 2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
1570
1571         * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
1572         * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
1573         (MULTILIB_DIRNAMES): Remove long32.
1574         (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
1575         (MULTILIB_REDUNDANT_DIRS): Remove.
1576
1577 2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
1578
1579         * doc/tm.texi (DRIVER_SELF_SPECS): Document.
1580         * gcc.c (driver_self_specs): New variable.
1581         (do_self_spec): New function.
1582         (main): Use it to process driver_self_specs.
1583
1584 2002-10-13  Richard Henderson  <rth@redhat.com>
1585
1586         * rtl.c (shallow_copy_rtx): Use memcpy for the entire node.
1587
1588 2002-10-12  Neil Booth  <neil@daikokuya.co.uk>
1589
1590         PR preprocessor/7862
1591         PR preprocessor/8190
1592         * gcc.c (cpp_unique_options): Don't delete .d files.
1593         Remove stray whitespace.
1594
1595 2002-10-12  Naohiko Shimizu  <pshimizu@fa2.so-net.ne.jp>
1596
1597         * pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.
1598         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
1599         * pdp11.c (pdp11_output_function_prologue): 0%o -> %#o.
1600         (pdp11_output_function_epilogue, output_ascii): Likewise.
1601         (output_addr_const_pdp11): Likewise.
1602         * pdp11.md (movdi): Use offsetable memory for floating store.
1603         (lshrsi3, negsi2): Delete irrelevant comment.
1604
1605 2002-10-11  Geoffrey Keating  <geoffk@apple.com>
1606
1607         * cse.c (mention_regs): Set SUBREG_TICKED to the register number,
1608         not the address of the REG.
1609         (struct cse_reg_info): Make subreg_ticked unsigned.
1610
1611 2002-10-11  Janis Johnson  <janis187@us.ibm.com>
1612
1613         * doc/compat.texi: Add info about C++ libraries.
1614
1615 2002-10-11  Richard Henderson  <rth@redhat.com>
1616
1617         PR opt/8165
1618         * gcse.c (adjust_libcall_notes): Also adjust notes for INSN.
1619
1620 2002-10-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1621
1622         * cfganal.c (dfs_enumerate_from): Use PARAMS.
1623         * genautomata.c (output_insn_code_cases): Likewise.
1624         * real.c (real_format): Likewise.
1625         * tree.c (tree_size): Revise expressions using TREE_CODE_LENGTH to
1626         ensure value is promoted before doing subtraction.
1627
1628 Fri Oct 11 22:22:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
1629
1630         * calls.c (expand_call): Simplify noreturn call.
1631
1632         PR c/7344
1633         * cfgbuild.c (make_edges): Create edge cache when we do have
1634         large jumptable.
1635         * expr.c (do_tablejump): Note size of maximal jumptable.
1636         * function.c (prepare_function_start): Zero out size.
1637         * function.h (function): Add max_jumptable_ents.
1638
1639         * cfgcleanup.c (insn_match_p): Verify sibcall flag for calls to.
1640
1641 Fri Oct 11 12:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
1642
1643         * sh.md (movv8qi_i+2): For V8QI destinations, generate V4HI
1644         register for mperm_w operation.
1645
1646 Fri Oct 11 10:56:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
1647
1648         * emit-rtl.c (gen_lowpart_common): When asked to make a vector from
1649         an integer, use simplify_gen_subreg.
1650
1651 2002-10-10  Aldy Hernandez  <aldyh@redhat.com>
1652
1653         * extend.texi (Vector Extensions): Remove comment about single
1654         element vectors.
1655
1656 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1657
1658         * fold-const.c (size_htab_hash): Use htab_hash_pointer.
1659         * function.c (insns_for_mem_hash): Likewise.
1660         * varasm.c (STRHASH): Likewise.
1661
1662 2002-10-10  Stuart Hastings  <stuart@apple.com>
1663
1664         * cse.c (struct cse_reg_info): Add subreg_ticked.
1665         (SUBREG_TICKED): New.
1666         (get_cse_reg_info): Initialize SUBREG_TICKED.
1667         (mention_regs): Use it.
1668         (invalidate): Set SUBREG_TICKED.
1669         (invalidate_for_call): Likewise.
1670         (addr_affects_sp_p): Likewise.
1671
1672 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
1673
1674         * config/i386/i386.md (tls_local_dynamic_base): Put pic reg
1675         into proper operand.
1676
1677 2002-10-10  Denis Chertykov  <denisc@overta.ru>
1678
1679         * config/ip2k/ip2k.c (function_epilogue): Optimize stack
1680         deallocation.
1681         * config/ip2k/libgcc.S: Combine routines used by function
1682         epilogue.
1683
1684 2002-10-10  Jim Wilson  <wilson@redhat.com>
1685
1686         * cse.c (fold_rtx): Don't perform associative optimization for DIV and
1687         UDIV.
1688
1689 2002-10-10  David Edelsohn  <edelsohn@gnu.org>
1690
1691         * config/rs6000/aix52.h: New file.
1692         * config/rs6000/t-aix52: New File.
1693         * config.gcc (rs6000-ibm-aix5.1.*): New entry.
1694         (rs6000-ibm-aix[56789].*): Default to AIX 5.2.
1695
1696 Thu Oct 10 19:37:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
1697
1698         PR target/5610
1699         * invoke.texi (-msse-math): Kill
1700         (-msse): Add note to mfpmath=sse.
1701
1702 Thu Oct 10 17:08:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
1703
1704         PR target/7723
1705         * i386.c (ix86_expand_vector_move): Do not generate const0->mem moves.
1706
1707 2002-10-10  Neil Booth  <neil@daikokuya.co.uk>
1708
1709         PR preprocessor/8179
1710         * gcc.c (cpp_options): Add {ansi}, move %{m*} to same location
1711         as cc1_options.
1712         (default_compilers): Pass debug options when preprocessing
1713         stdin.
1714
1715 2002-10-06  Richard Henderson  <rth@redhat.com>
1716
1717         * toplev.c (rest_of_compilation): Revert opt/2960 change.
1718
1719 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
1720
1721         PR c/7353
1722         * c-decl.c (start_decl): Unconditionally issue error for
1723         'typedef foo = bar'.
1724         (finish_decl): Remove special case for TYPE_DECL with initializer.
1725
1726         * doc/extend.texi: Delete "Naming Types" section.  Change all
1727         cross-references to that section to refer to "Typeof" instead.
1728         Add the useful safe-max()-macro example from "Naming Types" to
1729         "Typeof", rewritten using that extension.  Add some compatibility
1730         notes to "Typeof."
1731
1732 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1733
1734         * loop.c: Revert 2002-08-15 change.
1735         (LOOP_REGNO_NREGS): Ensure type is int.
1736
1737 2002-10-09  David Edelsohn  <edelsohn@gnu.org>
1738
1739         * config/rs6000/rs6000.md (extenddftf2): Change to define_insn
1740         which copies first FPR and clears second.
1741         (extendsftf2): Same.
1742         (floatditf2): Fix typo.
1743         (floatsitf2): Same.
1744         (fix_trunctfdi2): Same.
1745         (fix_trunctfsi2): Same.
1746
1747 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1748
1749         * conflict.c (arc_hash): Change return type to hashval_t.
1750         * cselib.c (get_value_hash): Likewise.
1751         * genautomata.c (automaton_decl_hash, insn_decl_hash, decl_hash,
1752         state_hash, automata_list_hash): Likewise.
1753         * read-rtl.c (def_hash): Likewise.
1754         * tree.c (type_hash_hash): Likewise.
1755
1756 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
1757
1758         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Call
1759         prologue_epilogue_contains instead of using REG_MAYBE_DEAD notes.
1760
1761 Wed Oct  9 15:54:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
1762
1763         * sh.md (ffssi2): Fix emitted code.
1764
1765 2002-10-09  Ulrich Weigand  <uweigand@de.ibm.com>
1766
1767         * cse.c (insn_live_p): Pass insn pattern, not full insn
1768         to may_trap_p.
1769
1770 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
1771
1772         * cppmacro.c (paste_tokens): Only allow / to paste with =.
1773
1774 2002-10-09  David Edelsohn  <edelsohn@gnu.org>
1775
1776         * config/rs6000/rs6000.md (movdf splitter): Use gen_int_mode on
1777         64-bit hosts.
1778         (movtf_internal): Reference correct displacement for second value
1779         in memory.
1780         (movtf splitter): Correct generation of constants in 64-bit mode.
1781
1782 2002-10-09  Alan Modra  <amodra@bigpond.net.au>
1783
1784         * libgcc2.c (__floatdisf): Properly cure double rounding.
1785
1786 2002-10-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1787
1788         * c-common.c (cb_register_builtins): Define __WCHAR_MAX__.
1789         * doc/cpp.texi (Common Predefined Macros): Document.
1790
1791 2002-10-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1792
1793         PR doc/7484
1794         * doc/invoke.texi (Option Summary): List
1795         -Wmissing-declarations as a C only option.
1796
1797 2002-10-08  Jakub Jelinek  <jakub@redhat.com>
1798
1799         * config/sparc/t-linux64 (MULTILIB_OPTIONS): Remove
1800         mno-app-regs|mcmodel=medany.
1801         (MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Remove alt.
1802         (MULTILIB_EXCEPTIONS, MULTILIB_EXCLUSIONS, MULTILIB_MATCHES): Remove.
1803         (CRTSTUFF_T_CFLAGS): Define.
1804
1805 2002-10-08  Roger Sayle  <roger@eyesopen.com>
1806
1807         PR target/8087
1808         * simplify-rtx.c (avoid_constant_pool_reference):  Allow constant
1809         pool references that are constructed using LO_SUM.
1810
1811 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1812
1813         * c-opts.c (c_common_decode_option): Add warn_strict_aliasing to
1814         -Wall.
1815         * c-typeck.c (build_c_cast): Use warn_strict_aliasing, tweak
1816         message.
1817         * flags.h (warn_strict_aliasing): Declare.
1818         * toplev.c (warn_strict_aliasing): Define.
1819         (lang_independent_options): Add it.
1820         * doc/invoke.texi (-Wstrict-aliasing): Document it.
1821
1822 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
1823
1824         * system.h (GCCBUGURL): Delete.
1825         * version.c (bug_report_url): New.  Add commentary about
1826         modifying both these strings in modified distributions.
1827         * version.h: Declare bug_report_url.
1828
1829         * diagnostic.c, gcc.c, gcov.c: Globally replace GCCBUGURL with
1830         bug_report_url.
1831
1832 2002-10-08  Nick Clifton  <nickc@redhat.com>
1833
1834         * config/rs6000/spe.h (__ev_set_acc_u64): Use __ev_create_u64 to
1835         convert uint64_t into __ev64_opaque__.
1836         (__ev_set_acc_s64): Likewise, but using signed types.
1837
1838 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1839
1840         * config/s390/s390.md ("*doloop_si_long"): Add missing operand.
1841         ("*doloop_di_long"): Likewise.
1842
1843 Tue Oct  8 16:50:10 CEST 2002  Jan Hubicka  <jh@suse.cz>
1844
1845         * print-rtl.c (print_rtx): Increase buffer size for real numbers.
1846
1847 2002-10-08  Richard Sandiford  <rsandifo@redhat.com>
1848
1849         * config/mips/mips.md (define_attr cpu): Add r4111.
1850
1851 2002-10-08  Anthony Green  <green@redhat.com>
1852
1853         * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
1854
1855 2002-10-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1856
1857         * config/c4x/c4x.c (c4x_print_operand): Enlarge buffer
1858         for REAL_VALUE_TO_DECIMAL output.
1859
1860 2002-10-07  David Edelsohn  <edelsohn@gnu.org>
1861
1862         * config/rs6000/rs6000.c (rs6000_override_options): Set
1863         real_format_for_mode for IBM extended format, if enabled.
1864         (easy_fp_constant): Add TFmode.
1865         (rs6000_legitimize_address): Add TFmode.
1866         (rs6000_legitimate_address): Same.
1867         (function_arg_advance): TFmode uses two FPRs.
1868         (rs6000_emit_prologue): Fix warning.
1869         (rs6000_output_function_epilogue): Add TFmode.
1870         (output_toc): Add TFmode.
1871         * rs6000.h (SLOW_UNALIGNED_ACCESS): Add TFmode.
1872         (LEGITIMATE_OFFSET_ADDRESS_P): Add TFmode.
1873         * rs6000.md (movtf splitter): Load TFmode constant.
1874
1875 2002-10-07  Dale Johannesen  <dalej@apple.com>
1876
1877         * rtl.h:  Add NOTE_PRECONDITIONED.
1878         * unroll.c:  Set it.
1879         * loop.c:  Set loop_info->preconditioned from it.
1880         * doloop.c:  Permit doloop treatment when loop_info->preconditoned.
1881
1882 2002-10-07  Richard Henderson  <rth@redhat.com>
1883
1884         * config/i960/i960.c (i960_setup_incoming_varargs): Create a
1885         new rtx for comparing the argument pointer against zero.
1886         (i960_va_start): Similarly.
1887
1888 2002-10-07  Richard Henderson  <rth@redhat.com>
1889
1890         * config/i960/i960.md (*): Use TFmode, not XFmode.
1891         * config/i960/i960.c (*): Likewise.
1892         (i960_arg_size_and_align): Remove XFmode alignment hack.
1893         (i960_round_align): Merge code from ROUND_TYPE_ALIGN.
1894         * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Use 128, not 96.
1895         (MAX_LONG_DOUBLE_TYPE_SIZE): Likewise.
1896         (DATA_ALIGNMENT, ROUND_TYPE_SIZE): Remove.
1897
1898 2002-10-07  Richard Henderson  <rth@redhat.com>
1899
1900         * config/fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode
1901         entry points; use void return value and argument list.
1902
1903 2002-10-05  Naohiko Shimizu <nshimizu@keyaki.cc.u-tokai.ac.jp>
1904
1905         * t-pdp11: Add MULTILIB support for msoft-float.
1906         * pdp11.h (LEGITIMATE_CONSTANT_P): Fix soft-float case.
1907
1908         * t-pdp11: Add LIB2FUNCS_EXTRA.
1909         * pdp11.c (pdp11_output_function_prologue): Restrict offset to 16bit,
1910         add preceding 0 to the octal constant, rename 'fp' to 'r5', rename
1911         'fldd' to 'ldd', rename 'fstd' to 'std'.
1912         (pdp11_output_function_epilogue): Likewise.
1913         (output_move_quad): Make the comment gas compatible.
1914         (output_ascii): Add preceding 0 to the octal constant.
1915         (print_operand_address): Add pre_modify, post_modify.
1916         (output_addr_const_pdp11): Add preceding 0 to the octal constant.
1917         * pdp11.h (GO_IF_LEGITIMATE_ADDRESS) : Add 'movb' pre_modify case
1918         with the indication of Paul Koning.
1919         (PRINT_OPERAND): Fix floating constant.
1920         * pdp11.md (movdi): Restrict matching pattern.
1921         (movqi): Generalize the matching pattern.
1922         (movdf): Restrict matching pattern.
1923         (zero_extendqihi2): Change constant representation.
1924         (floatsidf2): Fix wrong operands.
1925         (addqi3): Fix wrong instruction name.
1926         (subqi3): Fix wrong instruction name.
1927         (andsi3, andhi3, andqi3): Simplify and fix to use 'bic'.
1928         (xorsi3): Fix wrong insn.
1929         (one_cmplqi2): Add two operand pattern.
1930         (lsrsi3): New.
1931         (negsi2): New.
1932         (call): Add register indirect case.
1933         (mod): Fix wrong subreg.
1934
1935 2002-09-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1936             Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1937
1938         PR c/7411
1939         * expr.c (expand_expr) [PLUS]: Simplify after the operands
1940         have been expanded in EXPAND_NORMAL mode.
1941
1942 2002-10-06  Richard Henderson  <rth@redhat.com>
1943
1944         * config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
1945
1946 2002-10-06  Richard Henderson  <rth@redhat.com>
1947
1948         PR optimization/2960
1949         * toplev.c (rest_of_compilation): Don't copy_loop_headers if
1950         optimize_size.
1951
1952 2002-10-06  Alexandre Oliva  <aoliva@redhat.com>
1953
1954         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Override
1955         previously definitions.
1956
1957 2002-10-06  Frank Ch. Eigler  <fche@redhat.com>
1958
1959         * cppinit.c (init_standard_includes, parse_option): Use strncmp.
1960         * c-opts.c (find_opt): Similarly.
1961
1962 2002-10-05  Jakub Jelinek  <jakub@redhat.com>
1963
1964         * gcc.c (set_multilib_dir): Don't access *end.
1965         Use memcpy instead of strncpy.  Don't write beyond malloced buffer.
1966         (print_multilib_info): Don't show paths starting with ".:".
1967         * genmultilib: Add new option, "yes" if multilibs are enabled.
1968         Update comments.  If multilibs not enabled, print .:${osdirout}
1969         for each directory.  If multilibs are enabled, always print
1970         ${dirout}:${osdirout}, even if the two are the same.
1971         * Makefile.in (s-mlib): Pass @enable_multilib@ to genmultilib.
1972         Pass all MULTILIB_* variables to genmultilib even if
1973         --disable-multilib but MULTILIB_OSDIRNAMES is not empty.
1974
1975 2002-10-04  Bruce Korb  <bkorb@gnu.org>
1976
1977         * fixinc/inclhack.def(hpux11_abs):  use format fix
1978         * fixinc/fixincl.x: regenerate
1979         * fixinc/tests/base/stdlib.h: accommodate new fix test
1980
1981 Sat Oct  5 19:42:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
1982
1983         * c-common.c (cb_register_builtins):  Use really_no_inline.
1984
1985 2002-10-04  David Edelsohn  <edelsohn@gnu.org>
1986
1987         * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to
1988         copied instruction if the note is not loop invariant.
1989
1990 2002-10-04  Loren J. Rittle  <ljrittle@acm.org>
1991
1992         * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system.
1993
1994 2002-10-04  Steve Ellcey  <sje@cup.hp.com>
1995
1996         * doc/invoke.texi (HPPA):  Add -mlinker-opt, -mgnu-ld,
1997         and -mhp-ld options to list of options.  Add -mgnu-ld
1998         and -mhp-ld option descriptions.
1999
2000 2002-10-04  Steve Ellcey  <sje@cup.hp.com>
2001
2002         * fixinc/inclhack.def (hpux11_abs):  New.
2003         (stdio_va_list): change __va_list__ to __gnuc_va_list.
2004         * fixinc/fixincl.x: Rebuild.
2005
2006 2002-10-04  Roger Sayle  <roger@eyesopen.com>
2007
2008         * config/i386/i386.h (processor_costs): Add new fields fadd,
2009         fmul, fdiv, fabs, fchs and fsqrt to costs structure.
2010         (RTX_COSTS): Use these fields to determine the RTX costs
2011         of floating point addition/subtraction, multiplication,
2012         division, fabs, negation and square root respectively.
2013         * config/i386/i386.c (size_cost): Provide instruction sizes
2014         for these new fields.
2015         (i386_cost, i486_cost, pentium_cost, pentiumpro_cost,
2016         k6_cost, athlon_cost, pentium4_cost): Provide typical cycle
2017         counts for these new fields for all x86 processor variants.
2018
2019 2002-10-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2020
2021         * mips.c (mips_const_double_ok): Delete unused variable.
2022
2023         * gengtype.c (rtx_next): Change type to int.
2024
2025 2002-10-04  Andreas Jaeger  <aj@suse.de>
2026
2027         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Fix value.
2028
2029 2002-10-04  Richard Henderson  <rth@redhat.com>
2030
2031         * real.h (SIGNIFICAND_BITS): Add one more word.
2032         (CONST_DOUBLE_FORMAT): Accomodate 6 words.
2033         * real.c (times_pten): New.
2034         (real_to_decimal, real_from_string): Use it.
2035         (sticky_rshift_significand): Use & to find modulus.
2036         (rshift_significand, lshift_significand): Likewise.
2037         (do_divide): Apply sticky bit after normalization.
2038         (real_to_decimal, real_to_hexadecimal): Fix sign of Inf and NaN.
2039
2040 2002-10-03  Andreas Jaeger  <aj@suse.de>
2041
2042         * gengtype.c (adjust_field_rtx_def): Cast variables of type size_t
2043         to unsigned long, adjust printf format string.
2044         (output_mangled_typename): Likewise.
2045
2046 2002-10-03  Jason Thorpe  <thorpej@wasabisystems.com>
2047
2048         * config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf.
2049         * config/vax/vax.h (VAX_FUNCTION_PROFILER_NAME): New.
2050         (FUNCTION_PROFILER): Rewrite to use ASM_GENERATE_INTERNAL_LABEL,
2051         assemble_name, asm_fprintf, and VAX_FUNCTION_PROFILER_NAME.
2052         (ASM_OUTPUT_MI_THUNK): Use asm_fprintf instead of REGISTER_PREFIX.
2053         (PRINT_OPERAND_PUNCT_VALID_P): Fix comment.
2054         * config/vax/elf.h (FUNCTION_PROFILER): Remove.
2055         (VAX_FUNCTION_PROFILER_NAME): Redefine as "__mcount".
2056
2057 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
2058
2059         * doc/invoke.texi (-Wabi): Document mangling bug.
2060
2061 2002-10-04  Alan Modra  <amodra@bigpond.net.au>
2062
2063         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use a
2064         name for the tbtab label that depends on the function asm name.
2065         Don't output tbtab label unless optional_tbtab.
2066         (output_mi_thunk): Formatting.
2067
2068 2002-10-03  Richard Henderson  <rth@redhat.com>
2069
2070         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Move additional code ...
2071         * config/m68k/m68k.c (override_options): ... here.
2072         * config/m68k/m68kelf.h (OVERRIDE_OPTIONS): Remove.
2073         * config/m68k/m68kv4.h (OVERRIDE_OPTIONS): Remove.
2074         * config/m68k/linux.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
2075         * config/m68k/netbsd-elf.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
2076
2077 2002-10-03  Richard Henderson  <rth@redhat.com>
2078
2079         * real.h (struct real_value): Use ENUM_BITFIELD.
2080
2081 2002-10-03  Richard Henderson  <rth@redhat.com>
2082
2083         * config/i960/i960.md (call, call_value): Use emit_call_insn.
2084
2085 2002-10-03  Steve Ellcey  <sje@cup.hp.com>
2086
2087         * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
2088
2089 2002-10-03  Steve Ellcey  <sje@cup.hp.com>
2090
2091         * config.gcc (hppa*64*-*-hpux11*): Check gnu_ld.
2092         * config/pa/pa.h (MASK_GNU_LD): New.
2093         (TARGET_GNU_LD): New.
2094         * config/pa/pa64-hpux.h (LINK_SPEC): Set based
2095         on gnu-ld and MASK_GNU_LD.
2096         (SUBTARGET_SWITCHES): New gnu-ld & hp-ld flags.
2097
2098 Thu Oct  3 23:35:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
2099
2100         * i386.c (athlon_cost): Fix the move costs.
2101
2102 Thu Oct  3 23:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
2103
2104         * final.c (final): Use symbol name as function name for profiling.
2105         * profile.c (get_exec_counts): Likewise.
2106         (branch_prob): Likewise.
2107
2108 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
2109
2110         * longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
2111
2112 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
2113
2114         * gcc.c (print_multi_os_directory): New variable.
2115         (option_map): Support --print-multi-os-directory.
2116         (struct prefix_list): Add os_multilib field.
2117         (multilib_os_dir): New variable.
2118         (static_specs): Add multilib_options.
2119         (find_a_file): Add multilib argument.  Search in GCC or OS multilib
2120         subdirs if non-zero.
2121         (read_specs, execute): Update callers.
2122         (find_file): Likewise.  Don't prefix name with multilib_dir, instead
2123         pass 1 as multilib option.
2124         (display_help): Include --print-multi-os-directory.
2125         (add_prefix): Add os_multilib argument.  Initialize pl->os_multilib.
2126         (process_command): Update callers.  Handle --print-multi-os-directory.
2127         (do_spec_1) ['D']: Use multilib_os_directory if pl->os_multilib is
2128         set.
2129         (main): Update find_a_file and add_prefix callers.
2130         Handle print_multi_os_directory.
2131         (struct mdswitchstr): New.
2132         (mdswitches, n_mdswitches): New variables.
2133         (used_arg): Add MULTILIB_DEFAULT switches too if they are not
2134         present on the command line nor their mutually incompatible
2135         switches.
2136         (default_arg): Optimize.
2137         (set_multilib_dir): Compute multilib_os_dir.  Initialize mdswitches
2138         array.
2139         (print_multilib_info): Only print GCC multilib dir name, not OS
2140         multilib dirname.
2141         * genmultilib: Add osdirnames parameter.  Output multilib_options
2142         variable.  If osdirnames is specified, output dirnames as
2143         dirname:osdirname.
2144         * mklibgcc.in: Use MULTILIB_OSDIRNAMES, --print-multi-directory
2145         and --print-multi-os-directory instead of SHLIB_SLIBDIR_SUFFIXES
2146         to compute libgcc_s soname and install path.
2147         * Makefile.in (libgcc.mk): Pass MULTILIB_OSDIRNAMES instead of
2148         SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
2149         (s_mlib): Pass MULTILIB_OSDIRNAMES or nothing as last genmultilib
2150         argument.
2151
2152         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Set.
2153         (SHLIB_SLIBDIR_SUFFIXES): Remove.
2154         * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64,
2155         ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_COMMON): Remove.
2156         (STARTFILE_SPEC, ENDFILE_SPEC): Don't distinguish between -m32
2157         and -m64.
2158         * config/sparc/t-sol2-64 (MULTILIB_OSDIRNAMES): Set.
2159         (SHLIB_SLIBDIR_SUFFIXES): Remove.
2160         * config/sparc/sol2-bi.h (STARTFILE_ARCH64_SPEC): Remove.
2161         (STARTFILE_ARCH_SPEC): Remove.
2162         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Set.
2163         (SHLIB_SLIBDIR_SUFFIXES): Remove.
2164         * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
2165         * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Set.
2166         (SHLIB_SLIBDIR_SUFFIXES): Remove.
2167
2168 Thu Oct  3 21:42:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
2169
2170         * predict.c (choose_function_section): Avoid choice for linkonce functions.
2171
2172 Thu Oct  3 15:15:00 CEST 2002  Jan Hubicka  <jh@suse.cz>
2173
2174         * i386.md (lea to mul peep2): Fix condition.
2175
2176 2002-10-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2177
2178         * pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
2179         * pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
2180
2181 2002-10-02  Richard Henderson  <rth@redhat.com>
2182
2183         PR opt/7124
2184         * config/i386/i386.c (ix86_register_move_cost): Increase cost
2185         for secondary_memory_needed pairs.
2186
2187 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
2188
2189         * doc/vms.texi: Blow away false include file section.
2190
2191 2002-10-02  Roger Sayle  <roger@eyesopen.com>
2192
2193         PR optimization/6627
2194         * toplev.c (force_align_functions_log): New global variable.
2195         * flags.h (force_align_functions_log): Add extern prototype.
2196         * varasm.c (assemble_start_function): Use it to force minimum
2197         function alignment.
2198         * config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct
2199         minimum function alignment to one byte.
2200         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Store the virtual bit in
2201         the least significant bit of vtable member function pointers.
2202         * tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
2203         here from cp/cp-tree.h.
2204
2205 Wed Oct  2 17:01:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
2206
2207         * i386.c (print_operand_address): Use RIP addressing for offsetted
2208         label refs too.
2209
2210 2002-09-30  David S. Miller  <davem@redhat.com>
2211
2212         PR middle-end/7151
2213         * config/sparc/sparc.md (movdi_insn_sp32_v9): Accept 'e' regs.
2214         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
2215
2216 2002-10-01  Roger Sayle  <roger@eyesopen.com>
2217
2218         * unroll.c (loop_iterations): Revert 2002-09-08 change.
2219
2220 2002-10-01  Richard Henderson  <rth@redhat.com>
2221
2222         * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
2223         (real_to_hexadecimal): Likewise.
2224         * print-rtl.c (print_rtx): If we are linked with real.c, don't
2225         dump the XWINT fields of a floating point CONST_DOUBLE.
2226
2227 2002-10-01  Jason Thorpe  <thorpej@wasabisystems.com>
2228
2229         * config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
2230
2231 2002-10-01  Richard Henderson  <rth@redhat.com>
2232
2233         * calls.c (precompute_register_parameters): Force non-legitimate
2234         constants into pseudos.
2235
2236 2002-10-01  Nick Clifton  <nickc@redhat.com>
2237
2238         * config/rs6000/spe.md (spe_evrlwi): Add missing third operand
2239         to assembler template.
2240
2241 2002-10-01  Richard Henderson  <rth@redhat.com>
2242
2243         * dwarf2out.c (loc_descriptor_from_tree): Relax requirement
2244         for TLS debug info to !DECL_EXTERNAL.
2245
2246 2002-10-01  Matt Thomas  <matt@3am-software.com>
2247             Jason Thorpe  <thorpej@wasabisystems.com>
2248
2249         * config.gcc (vax-*-netbsdelf*): Enable configuration.
2250         * config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
2251         if not already defined.
2252         * config/vax/elf.h: New file.
2253         * config/vax/netbsd-elf.h: New file.
2254         * config/vax/vax.c: Include "debug.h".
2255         (vax_output_function_prologue): Add dwarf2 support.  Use
2256         MAIN_NAME_P when checking for VMS_TARGET stack adjust.
2257         * config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
2258         'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
2259         'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
2260         (VAX_ISTREAM_SYNC): Remove.
2261         (INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
2262         (JUMP_TABLES_IN_TEXT_SECTION): Define.
2263         (ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
2264         (ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
2265         and assemble_name.
2266         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
2267         (PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
2268         (PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
2269         (INCOMING_RETURN_ADDR_RTX): Define.
2270         * config/vax/vax.md (VUNSPEC_BLOCKAGE)
2271         (VUNSPEC_SYNC_ISTREAM): Define.
2272         (blockage): Use VUNSPEC_BLOCKAGE.
2273         (sync_istream): New insn.
2274
2275 2002-10-01  Richard Henderson  <rth@redhat.com>
2276
2277         * config/vax/vax.md (call_pop, *call_pop, call_value_pop)
2278         (*call_value_pop, call, call_value): Add dwarf2 EH support.
2279         (*call): New insn.
2280
2281 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
2282
2283         PR c/8083
2284         * c-typeck.c (build_c_cast): Warn about type punning which breaks
2285         type based aliasing.
2286
2287 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
2288
2289         * stor-layout.c (update_alignment_for_field): New function.
2290         (place_union_field): Use it.
2291         (place_field): Likewise.
2292
2293 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
2294
2295         PR other/8077
2296         * gcc.c (cc1_options): Add space on -auxbase-strip.
2297
2298 2002-10-01  Jim Wilson  <wilson@redhat.com>
2299
2300         * config/v850/v850.h (EPILOGUE_USES): Define.
2301
2302 2002-09-30  Andrew Haley  <aph@redhat.com>
2303
2304         * flow.c (insn_dead_p): When using non-call-exceptions, don't
2305         eliminate insns that may trap.
2306         * cse.c (insn_live_p): Likewise.
2307
2308 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
2309
2310         * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
2311         (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
2312         * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
2313         * config/mips/mips.md: Apply same renaming here.
2314
2315 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
2316
2317         * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
2318         (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
2319         * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
2320         * config/mips/mips.md (define_attr cpu): Remove r4320.
2321         Remove vr4320 scheduler and uses of TARGET_MIPS4320.
2322
2323 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
2324
2325         * config/mips/mips.c (mips16_strings): New variable.
2326         (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
2327         symbol in mips16_strings.  Free the list.
2328         (mips_encode_section_info): Keep track of local strings.
2329
2330 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
2331
2332         * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
2333         (sordered_df, sordered_sf): Remove.
2334         * config/mips/mips.c (get_float_compare_codes): New fn.
2335         (gen_int_relational, gen_conditional_move): Use it.
2336
2337 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
2338
2339         * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
2340         * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
2341         * config/mips/mips.c (fcc_register_operand): New function.
2342         (mips_emit_fcc_reload): New function, extracted from reload_incc.
2343         (override_options): Allow TFmode values in float registers
2344         if ISA_HAS_8CC.
2345         * cnfig/mips/mips.md (reload_incc): Change destination prediate
2346         to fcc_register_operand.  Remove misleading source constraint.
2347         Use mips_emit_fcc_reload.
2348         (reload_outcc): Duplicate reload_incc.
2349
2350 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
2351
2352         * longlong.h: Partially synchronize with GMP-4.1 version:
2353         Use i370 definitions also for s390.
2354         Add generic definition of umul_ppmm in terms of smul_ppmm.
2355         [s390] (umul_ppmm): Remove.
2356         [s390] (smul_ppmm): Fix incorrect assembler constraints.
2357         [s390] (smul_ppmm, sdiv_qrnnd): Rename __xx to __x.
2358
2359 2002-09-30  Bob Wilson  <bob.wilson@acm.org>
2360
2361         * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):
2362         Add new RL_REGS register class.
2363         (PREFERRED_RELOAD_CLASS, PREFERRED_OUTPUT_RELOAD_CLASS):
2364         Call xtensa_preferred_reload_class for both input and output reloads.
2365         * config/xtensa/xtensa.c (xtensa_regno_to_class): Use new RL_REGS class.
2366         (xtensa_preferred_reload_class): Handle output reloads; use RL_REGS
2367         instead of either AR_REGS or GR_REGS classes.
2368         (xtensa_secondary_reload_class): Use new RL_REGS class.
2369         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class): Update.
2370
2371 2002-09-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2372
2373         * pa.c (hppa_encode_label): Don't drop '*' from function labels.
2374         (pa_strip_name_encoding): Strip '@' and '*', in that order.
2375         * pa.h (ASM_OUTPUT_LABELREF): Output user_label_prefix except when
2376         there is a '*' prefix in NAME.
2377
2378 Mon Sep 30 21:33:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
2379
2380         * reload.c (push_reload): Handle subregs and secondary memory.
2381         * reload1.c (gen_reload): Likewise.
2382
2383         * jump.c (reg_or_subregno): New function.
2384         * rtl.h (reg_or_subregno): Declare
2385         * unroll.c (find_splittable_givs): Handle subregs.
2386
2387 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
2388
2389         * store-layout.c (finish_record_layout): Add free_p parameter.
2390         (layout_type): Pass it.
2391         * tree.h (finish_record_layout): Update prototype.
2392
2393 Mon Sep 30 14:57:18 CEST 2002  Jan Hubicka  <jh@suse.cz>
2394
2395         * i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
2396
2397         * gcse.c (cprop_jump): Check that the register has not
2398         been modified
2399         (cprop_jump): Likewise.
2400
2401 2002-09-30  Richard Earnshaw  <rearnsha@arm.com>
2402
2403         * arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
2404         (MODE_BASE_REG_CLASS, case Thumb): Only return BASE_REGS if we know
2405         that we have a SImode access, and only then if reload hasn't completed;
2406         for all other cases, use LO_REGS.
2407
2408 2002-09-29  Richard Henderson  <rth@redhat.com>
2409
2410         * real.c (real_from_string): Apply sign last.  Tidy exponent handling.
2411
2412 2002-09-29  Richard Henderson  <rth@redhat.com>
2413
2414         PR c/8002
2415         * combine.c (force_to_mode): Handle FLOAT_MODE destinations
2416         for CONST_INT.
2417
2418 2002-09-29  David Edelsohn  <edelsohn@gnu.org>
2419
2420         * real.h (ibm_extended_format): Declare.
2421         * real.c (encode_ibm_extended, decode_ibm_extended): New
2422         functions.
2423
2424 2002-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2425
2426         * darwin-protos.h (darwin_asm_output_dwarf_delta): Prototype.
2427
2428         * ia64.c (ia64_hpux_asm_file_end): Const-ify.
2429
2430 2002-09-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2431
2432         * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.
2433
2434 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
2435
2436         * builtins.def: Fix comment formatting.
2437         * c-common.def: Likewise.
2438         * cfgcleanup.c: Likewise.
2439         * combine.c: Likewise.
2440         * gengtype.c: Likewise.
2441         * params.def: Likewise.
2442         * predict.def: Likewise.
2443         * rtl.def: Likewise.
2444         * stab.def: Likewise.
2445         * stor-layout.c: Likewise.
2446         * tree.def: Likewise.
2447         * config/darwin.c: Likewise.
2448         * config/darwin.h: Likewise.
2449         * config/dbxcoff.h: Likewise.
2450         * config/elfos.h: Likewise.
2451         * config/fp-bit.c: Likewise.
2452         * config/freebsd-spec.h: Likewise.
2453         * config/interix.h: Likewise.
2454         * config/libgloss.h: Likewise.
2455         * config/linux-aout.h: Likewise.
2456         * config/linux.h: Likewise.
2457         * config/lynx-ng.h: Likewise.
2458         * config/lynx.h: Likewise.
2459         * config/netbsd-aout.h: Likewise.
2460         * config/netbsd.h: Likewise.
2461         * config/netware.h: Likewise.
2462         * config/psos.h: Likewise.
2463         * config/ptx4.h: Likewise.
2464
2465 2002-09-28  Kazu Hirata  <kazu@cs.umass.edu>
2466
2467         * ChangeLog.4: Fix typos.
2468         * ChangeLog.6: Likewise.
2469         * FSFChangeLog.10: Likewise.
2470         * genattrtab.c: Fix comment typos.
2471         * haifa-sched.c: Likewise.
2472         * real.c: Likewise.
2473         * tree.h: Likewise.
2474         * config/arm/arm.c: Likewise.
2475         * config/arm/crti.asm: Likewise.
2476         * config/arm/crtn.asm: Likewise.
2477         * config/frv/frv.c: Likewise.
2478         * config/frv/frv.md: Likewise.
2479         * config/h8300/h8300.md: Likewise.
2480         * config/i386/rtemself.h: Likewise.
2481         * config/ia64/unwind-ia64.c: Likewise.
2482         * config/ip2k/ip2k.h: Likewise.
2483         * config/m88k/m88k.c: Likewise.
2484         * config/m88k/m88k.md: Likewise.
2485         * config/mips/sr71k.md: Likewise.
2486         * config/mmix/mmix.c: Likewise.
2487         * config/rs6000/rs6000.c: Likewise.
2488         * config/sh/sh.md: Likewise.
2489
2490 2002-09-26  Theodore A. Roth  <troth@verinet.com>
2491
2492         * config/avr/avr.c: Eliminate use of _PC_ in pc relative insns.
2493         * config/avr/avr.md: Ditto.
2494
2495 2002-09-27  Alexander N. Kabaev <ak03@gte.com>
2496
2497         PR preprocessor/8055
2498         * cppmacro.c (stringify_arg): Do not overflow the buffer
2499         with the terminating NUL when the argument to be stringified
2500         has no tokens.
2501
2502 2002-09-27  Richard Henderson  <rth@redhat.com>
2503
2504         * unroll.c (simplify_cmp_and_jump_insns): New.
2505         (unroll_loop): Use it.  Use simplify_gen_foo+force_operand
2506         instead of expand_simple_foo.
2507
2508 2002-09-27  Richard Henderson  <rth@redhat.com>
2509
2510         PR optimization/7520
2511         * cfganal.c (flow_active_insn_p): New.
2512         (forwarder_block_p): Use it.
2513
2514 2002-09-27  Richard Henderson  <rth@redhat.com>
2515
2516         * emit-rtl.c (active_insn_p): Revert last change.
2517
2518 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
2519
2520         * doc/extend.texi (tls_model): Document.
2521         * varasm.c (decl_tls_model): New.
2522         * c-common.c (handle_tls_model_attribute): New.
2523         (c_common_attribute_table): Add tls_model.
2524         * config/alpha/alpha.c (alpha_encode_section_info): Use
2525         decl_tls_model.
2526         * flags.h (enum tls_model, flag_tls_default): Move...
2527         * tree.h (enum tls_model, flag_tls_default): ...here.
2528         (decl_tls_model): New prototype.
2529         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
2530         * config/i386/i386.c (ix86_encode_section_info): Likewise.
2531         * config/i386/i386.md (tls_global_dynamic, tls_local_dynamic_base):
2532         Allow !flag_pic.
2533
2534 2002-09-27  Kazu Hirata  <kazu@cs.umass.edu>
2535
2536         * LANGUAGES: Follow spelling conventions.
2537         * rtl.def: Likewise.
2538         * sbitmap.c: Likewise.
2539         * sched-int.h: Likewise.
2540         * sched-rgn.c: Likewise.
2541         * sibcall.c: Likewise.
2542         * simplify-rtx.c: Likewise.
2543         * ssa.c: Likewise.
2544         * stab.def: Likewise.
2545         * stmt.c: Likewise.
2546         * stor-layout.c: Likewise.
2547         * target.h: Likewise.
2548         * timevar.c: Likewise.
2549         * toplev.c: Likewise.
2550         * tree-dump.c: Likewise.
2551         * tree-inline.c: Likewise.
2552         * tree.c: Likewise.
2553         * tree.def: Likewise.
2554         * tree.h: Likewise.
2555         * unroll.c: Likewise.
2556         * varasm.c: Likewise.
2557         * vmsdbgout.c: Likewise.
2558         * treelang/treelang.texi: Likewise.
2559         * treelang/treetree.c: Likewise.
2560
2561 2002-09-27  Kazu Hirata  <kazu@cs.umass.edu>
2562
2563         * config/h8300/h8300.c (compute_saved_regs): Use a macro
2564         instead of a hard register number.
2565         (get_shift_alg): Use an enumerated type instead of numbers.
2566         (h8300_shift_needs_scratch_p): Likewise.
2567
2568 2002-09-26  David S. Miller  <davem@redhat.com>
2569
2570         PR optimization/7335
2571         * calls.c (emit_library_call_value_1): Passing args by reference
2572         converts a CONST function into a PURE one.
2573
2574 2002-09-26  David Edelsohn  <edelsohn@gnu.org>
2575
2576         * dbxout.c (FORCE_TEXT): Switch to current_function_decl, not
2577         text_section.
2578         * xcoffout.h (DBX_STATIC_BLOCK_START): Remove explicit change to
2579         text section.
2580         * config/rs6000/rs6000.c (rs6000_override_options): Allow
2581         function-sections and data-sections functionality on AIX.
2582
2583 2002-09-26  David Edelsohn  <edelsohn@gnu.org>
2584             Dale Johannesen  <dalej@apple.com>
2585
2586         * config/rs6000/rs6000.c (rs6000_emit_move): Insert zero-extend
2587         in RTL for sub-word loads from memory.
2588
2589 2002-09-26  Richard Henderson  <rth@redhat.com>
2590
2591         PR c/7160
2592         * sched-deps.c (sched_analyze_insn): Make clobber insns depend
2593         on call insns.
2594
2595 2002-09-26  Richard Henderson  <rth@redhat.com>
2596
2597         * emit-rtl.c (const_double_htab_eq): Remove unused variable.
2598
2599 2002-09-26  Chris Lattner  <sabre@nondot.org>
2600
2601         * ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when
2602         handling undefined values.
2603
2604 2002-09-26  Richard Henderson  <rth@redhat.com>
2605
2606         PR opt/7520
2607         * emit-rtl.c (active_insn_p): Consider a clobber of the
2608         function return value to be active even after reload.
2609
2610 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
2611
2612         * doloop.c (doloop_modify_runtime <biv skips initial incr>): Adjust
2613         by absolute loop increment, not loop increment.
2614
2615 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
2616
2617         * c-common.h: Follow spelling conventions.
2618         * cpplex.c: Likewise.
2619         * cpplib.h: Likewise.
2620         * gthr-dce.h: Likewise.
2621         * gthr-posix.h: Likewise.
2622         * optabs.c: Likewise.
2623         * output.h: Likewise.
2624         * profile.c: Likewise.
2625         * protoize.c: Likewise.
2626         * ra-rewrite.c: Likewise.
2627         * real.c: Likewise.
2628         * recog.c: Likewise.
2629         * reg-stack.c: Likewise.
2630         * regclass.c: Likewise.
2631         * regmove.c: Likewise.
2632         * reload.c: Likewise.
2633         * reload.h: Likewise.
2634         * reload1.c: Likewise.
2635         * reorg.c: Likewise.
2636         * resource.c: Likewise.
2637         * rtl.h: Likewise.
2638         * rtlanal.c: Likewise.
2639
2640 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
2641
2642         * config/ia64/ia64.c (ia64_expand_load_address): Ensure correct mode
2643         for symbol address.
2644
2645 2002-09-24  Eric Christopher  <echristo@redhat.com>
2646
2647         * config/mips/elf.h: Add HANDLE_SYSV_PRAGMA.
2648         * config/mips/elf64.h: Ditto.
2649
2650 2002-09-24  Eric Christopher  <echristo@redhat.com>
2651
2652         * except.c (expand_builtin_extract_return_address): Handle case
2653         where Pmode != ptr_mode.
2654
2655 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
2656
2657         * config/ia64/hpux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): New
2658
2659 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
2660
2661         * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.
2662
2663 2002-09-26  Igor Shevlyakov <igor@microunity.com>
2664
2665         * combine.c (simplify_set): Don't call to force_to_mode if size
2666         of integer type is larger than HOST_BITS_PER_WIDE_INT.
2667
2668 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
2669
2670         * Makefile.in (qmtest-g++): Fix file path.
2671
2672 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
2673
2674         * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
2675         A + (-const) on RTX level, even for unsigned types.
2676
2677 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
2678
2679         * reload.c (dup_replacements): New function.
2680         (find_reloads): Use it to duplicate replacements at the top level
2681         of match_dup operands.
2682
2683 2002-09-26  Miles Bader  <miles@gnu.org>
2684
2685         * v850.md ("length"): Change default value to 4.
2686
2687 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
2688
2689         * ChangeLog.1: Follow spelling conventions.
2690         * ChangeLog.4: Likewise.
2691         * ChangeLog.6: Likewise.
2692         * FSFChangeLog.11: Likewise.
2693         * doc/cpp.texi: Likewise.
2694         * doc/invoke.texi: Likewise.
2695         * doc/tm.texi: Likewise.
2696
2697 2002-09-26  Nick Clifton  <nickc@redhat.com>
2698
2699         * config.gcc: Add x prefix to v850e case for handling
2700         --with-cpu=v850e.
2701
2702 2002-09-25  David S. Miller  <davem@redhat.com>
2703
2704         PR target/7842
2705         * config/sparc/sparc.c (set_extends): SImode ASHIFT does not
2706         extend.
2707
2708 2002-09-25  Richard Henderson  <rth@redhat.com>
2709
2710         * emit-rtl.c (const_double_htab_eq): Distinguish integer and
2711         fp CONST_DOUBLE; use real_identical.
2712
2713 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
2714
2715         * doc/invoke.texi: Add more -Wabi examples.
2716
2717 2002-09-25  Richard Sandiford  <rsandifo@redhat.com>
2718
2719         * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket.
2720
2721 2002-09-24  Denis Chertykov  <denisc@overta.ru>
2722
2723         * config/ip2k/ip2k.c (function_epilogue): Fix wrong numbers in
2724         cases of optimizing "add sp,w" to "inc sp".
2725
2726 2002-09-24  Adam Nemet  <anemet@lnxw.com>
2727
2728         * config/arm/arm.c (thumb_unexpanded_epilogue): Don't generate
2729         epilogue for naked functions.
2730
2731 2002-09-24  Adam Nemet  <anemet@lnxw.com>
2732             Nick Clifton  <nickc@redhat.com>
2733
2734         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Remove.
2735         (FUNCTION_PROFILER): Only invoke THUMB_FUNCTION_PROFILER if it
2736         is defined.
2737
2738 2002-09-24  Ulrich Weigand  <uweigand@de.ibm.com>
2739
2740         * config/s390/s390.c (preferred_la_operand_p): New function.
2741         * config/s390/s390-protos.h (preferred_la_operand_p): Declare it.
2742         * config/s390/s390.md ("addaddr_esame", "*la_ccclobber"): Replace by ...
2743         ("*la_64_cc", "*la_31_cc", splitters): ... these.
2744         ("*la_31"): Deactivate for TARGET_64BIT.
2745         ("*la_31_and", "*la_31_and_cc"): New.
2746
2747 2002-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2748
2749         * real.h (real_value): Make `exp' explicitly signed.
2750
2751 2002-09-24  Kazu Hirata  <kazu@cs.umass.edu>
2752
2753         * config/elfos.h: Follow spelling conventions.
2754         * config/alpha/alpha.h: Likewise.
2755         * config/arc/arc.h: Likewise.
2756         * config/arm/arm.md: Likewise.
2757         * config/avr/avr.h: Likewise.
2758         * config/cris/cris.md: Likewise.
2759         * config/d30v/d30v.h: Likewise.
2760         * config/frv/frv.c: Likewise.
2761         * config/frv/frv.h: Likewise.
2762         * config/h8300/h8300.c: Likewise.
2763         * config/h8300/h8300.h: Likewise.
2764         * config/h8300/h8300.md: Likewise.
2765         * config/i386/cygwin.h: Likewise.
2766         * config/i386/i386.h: Likewise.
2767         * config/i386/sysv3.h: Likewise.
2768         * config/i960/i960.h: Likewise.
2769         * config/ia64/ia64.h: Likewise.
2770         * config/ia64/ia64.md: Likewise.
2771         * config/ip2k/ip2k.h: Likewise.
2772         * config/m32r/m32r.h: Likewise.
2773         * config/m68k/m68k.h: Likewise.
2774         * config/m88k/m88k.h: Likewise.
2775         * config/mcore/mcore.c: Likewise.
2776         * config/mcore/mcore.h: Likewise.
2777         * config/mcore/mcore.md: Likewise.
2778         * config/mips/mips.h: Likewise.
2779         * config/mmix/mmix.h: Likewise.
2780         * config/mmix/mmix.md: Likewise.
2781         * config/ns32k/netbsd.h: Likewise.
2782         * config/ns32k/ns32k.h: Likewise.
2783         * config/ns32k/ns32k.md: Likewise.
2784         * config/pa/pa.h: Likewise.
2785         * config/romp/romp.h: Likewise.
2786         * config/rs6000/rs6000.h: Likewise.
2787         * config/rs6000/rs6000.md: Likewise.
2788         * config/sparc/sparc.h: Likewise.
2789         * config/stormy16/stormy-abi: Likewise.
2790         * config/stormy16/stormy16.h: Likewise.
2791         * config/vax/vax.h: Likewise.
2792
2793 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
2794
2795         * version.c (version_string): Now const char[].
2796         * version.h: Update to match.
2797
2798 2002-09-23  Richard Henderson  <rth@redhat.com>
2799
2800         * config/i386/i386.h (MASK_ACCUMULATE_OUTGOING_ARGS_SET, MASK_MMX_SET,
2801         MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET, MASK_3DNOW_A_SET): Kill.
2802         (TARGET_SWITCHES): Don't reference them.
2803         * config/i386/i386.c (override_options): Use target_flags_explicit
2804         to examine bits set by the user.
2805
2806 2002-09-23  Dale Johannesen  <dalej@apple.com>
2807
2808         * dbxout.c (dbxout_parms):  Set current_sym_code for params
2809         passed on stack by invisible reference.
2810
2811 2002-09-23  Richard Earnshaw  <rearnsha@arm.com>
2812
2813         * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate
2814         at least one byte of space.
2815
2816 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
2817
2818         * c-common.h (flag_abi_version): Fix typo in comment.
2819         * doc/invoke.texi (flag_abi_version): Document default value.
2820
2821 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
2822
2823         * doc/extend.texi (Extended Asm): Clarify that overlap between
2824         asm-declared register variables used in an asm and the asm clobber
2825         list is not allowed.
2826         * stmt.c (decl_conflicts_with_clobbers_p): New function.
2827         (expand_asm_operands): Keep track of clobbered registers.  Call
2828         decl_conflicts_with_clobbers_p for each input and output operand.
2829         If no conflicts found before, also do conflict sanity check when
2830         emitting clobbers.
2831
2832 2002-09-23  Richard Henderson  <rth@redhat.com>
2833
2834         * c-common.c (cpp_define_data_format): Remove.
2835         (cb_register_builtins): Don't define __WCHAR_BIT__, __SHRT_BIT__,
2836         __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
2837         __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
2838         * doc/cpp.texi: Don't document them either.
2839         (__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__,
2840         __LONG_LONG_MAX__): Document.
2841         (__TARGET_FLOAT_FORMAT__): Remove.
2842
2843 2002-09-23  Richard Henderson  <rth@redhat.com>
2844
2845         * real.c (do_multiply): Normalize U before addition.
2846
2847 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
2848
2849         * c-common.c (flag_abi_version): New variable.
2850         * c-common.h (flag_abi_version): Declare it.
2851         * c-opts.c (missing_arg): Add -fabi-version.
2852         (c_common_decode_option): Process -fabi-version.
2853         * doc/invoke.texi (-fabi-version): Document it.
2854         (-Wabi): Add information about bit-fields in unions.
2855
2856 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
2857
2858         * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Always pass -KPIC
2859         unless -fno-pic or -fno-PIC is specified.
2860
2861 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2862
2863         * c-common.c (preprocessing_trad_p): Define.
2864         * pa-hiux.h, pa-hpux.h, pa-hpux7.h (CPP_PREDEFINES): Delete.
2865         (TARGET_OS_CPP_BUILTINS, SUBTARGET_SWITCHES): Define.
2866         * pa-hpux10.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
2867         * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define.
2868         * pa-linux.h (CPP_PREDEFINES): Delete.
2869         (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
2870         * pa32-linux.h, pa64-linux.h (CPP_SPEC): Delete.
2871         * pa-osf.h, pa-pro-end.h, rtems.h (CPP_PREDEFINES): Delete.
2872         (TARGET_OS_CPP_BUILTINS): Define.
2873         * pa.h (MASK_SIO, TARGET_SIO, TARGET_PA_10): Define.
2874         (TARGET_SWITCHES): Reformat.  Use N_() macro.  Add SUBTARGET_SWITCHES.
2875         (SUBTARGET_SWITCHES): Provide default definition.
2876         (TARGET_OPTIONS): Reformat.  Use N_() macro.
2877         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC, CPP_64BIT_SPEC,
2878         CPP_CPU_DEFAULT_SPEC, CPP_64BIT_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS,
2879         EXTRA_SPECS, CPP_SPEC, CPLUSPLUS_CPP_SPEC, CPP_PREDEFINES): Delete.
2880         (TARGET_CPU_CPP_BUILTINS): Define.
2881         (TARGET_OS_CPP_BUILTINS): Define for BSD-like systems.
2882         * doc/invoke.texi (msio, mwsio): Document new hppa options.
2883         * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Document macro
2884         preprocessing_trad_p().
2885
2886 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
2887
2888         * doc/install.texi: Document behavior of --with-headers and
2889         --with-libs when arguments are omitted.
2890
2891 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>
2892
2893         * dbxout.c: Follow spelling conventions.
2894         * defaults.h: Likewise.
2895         * df.c: Likewise.
2896         * diagnostic.h: Likewise.
2897         * doloop.c: Likewise.
2898         * dwarf2out.c: Likewise.
2899         * dwarfout.c: Likewise.
2900         * emit-rtl.c: Likewise.
2901         * except.c: Likewise.
2902         * explow.c: Likewise.
2903         * expmed.c: Likewise.
2904         * expr.c: Likewise.
2905         * expr.h: Likewise.
2906         * flags.h: Likewise.
2907         * flow.c: Likewise.
2908         * fold-const.c: Likewise.
2909         * function.c: Likewise.
2910         * function.h: Likewise.
2911         * gcc.c: Likewise.
2912         * gcov-io.h: Likewise.
2913         * gcov.c: Likewise.
2914         * gcse.c: Likewise.
2915         * genattrtab.c: Likewise.
2916         * genconfig.c: Likewise.
2917         * genrecog.c: Likewise.
2918         * ggc-page.c: Likewise.
2919         * ggc.h: Likewise.
2920         * global.c: Likewise.
2921         * gthr-win32.h: Likewise.
2922         * integrate.c: Likewise.
2923         * jump.c: Likewise.
2924         * langhooks.c: Likewise.
2925         * langhooks.h: Likewise.
2926         * line-map.h: Likewise.
2927         * local-alloc.c: Likewise.
2928         * longlong.h: Likewise.
2929         * loop.c: Likewise.
2930         * loop.h: Likewise.
2931
2932 Tue Aug 27 22:26:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
2933
2934         * i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64.
2935
2936 Tue Aug 27 20:07:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
2937
2938         * i386.c (overwrite_options): Set -mpreferred-stack-boundary to 128
2939         for -Os/TARGET_64BIT too.
2940
2941 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
2942
2943         * ChangeLog: Follow spelling conventions.
2944         * ChangeLog.0: Likewise.
2945         * ChangeLog.1: Likewise.
2946         * ChangeLog.2: Likewise.
2947         * ChangeLog.3: Likewise.
2948         * ChangeLog.4: Likewise.
2949         * ChangeLog.5: Likewise.
2950         * ChangeLog.6: Likewise.
2951         * FSFChangeLog.10: Likewise.
2952         * FSFChangeLog.11: Likewise.
2953         * alias.c: Likewise.
2954         * basic-block.h: Likewise.
2955         * c-aux-info.c: Likewise.
2956         * c-common.c: Likewise.
2957         * c-common.h: Likewise.
2958         * c-decl.c: Likewise.
2959         * c-format.c: Likewise.
2960         * c-semantics.c: Likewise.
2961         * c-typeck.c: Likewise.
2962         * calls.c: Likewise.
2963         * cfganal.c: Likewise.
2964         * cfgloop.c: Likewise.
2965         * collect2.c: Likewise.
2966         * combine.c: Likewise.
2967         * conflict.c: Likewise.
2968         * cppexp.c: Likewise.
2969         * cppfiles.c: Likewise.
2970         * cpphash.h: Likewise.
2971         * cppinit.c: Likewise.
2972         * cpplex.c: Likewise.
2973         * cpplib.c: Likewise.
2974         * cpplib.h: Likewise.
2975         * cppmacro.c: Likewise.
2976         * cse.c: Likewise.
2977
2978 2002-09-21  Richard Earnshaw  <rearnsha@arm.com>
2979
2980         * netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of
2981         LINK_SPEC.
2982         (LINK_SPEC): Define to NETBSD_LINK_SPEC_AOUT.
2983         * arm/netbsd.h (SUBTARGET_EXTRA_SEPCS): Add NETBSD_LINK_SPEC_AOUT.
2984         (LINK_SPEC): Rework to use NETBSD_LINK_SPEC_AOUT).
2985
2986 2002-09-21  Richard Earnshaw  <rearnsha@arm.com>
2987
2988         PR opt/7930
2989         * cse.c (fold_rtx): Calculate old_cost before we fold each
2990         operand.
2991
2992 2002-09-21  Richard Henderson  <rth@redhat.com>
2993
2994         * c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__,
2995         __GCC_BIG_ENDIAN__, __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
2996         __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
2997         __TARGET_USES_VAX_F_FLOAT__, __TARGET_USES_VAX_D_FLOAT__,
2998         __TARGET_USES_VAX_G_FLOAT__, __TARGET_USES_VAX_H_FLOAT__.
2999         * doc/cpp.texi: Don't document them.
3000
3001 2002-09-21  Richard Henderson  <rth@redhat.com>
3002
3003         * c-common.c (builtin_define_float_constants): Use real_format
3004         to get the floating-point parameters.
3005
3006 2002-09-21  Richard Henderson  <rth@redhat.com>
3007
3008         * real.c (struct real_format): Move to real.h.
3009         (real_format_for_mode): Rename from fmt_for_mode; update all users;
3010         initialize with ieee defaults.
3011         (real_to_target_fmt, real_from_target_fmt): New.
3012         (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
3013         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
3014         ieee_quad_format, i370_single_format, i370_double_format,
3015         c4x_single_format, c4x_extended_format): Rename from s/_format//.
3016         (ieee_quad_format): Fix emin.
3017         (format_for_size, init_real_once): Remove.
3018         * real.h (struct real_format): Move from real.c.
3019         (real_format_for_mode): Declare.
3020         (real_to_target_fmt, real_from_target_fmt): Declare.
3021         (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
3022         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
3023         ieee_quad_format, vax_f_format, vax_d_format, vax_g_format,
3024         i370_single_format, i370_double_format, c4x_single_format,
3025         c4x_extended_format): Declare.
3026         * toplev.c (do_compile): Don't call init_real_once.
3027
3028         * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
3029         * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Remove.
3030
3031         * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Define.
3032         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): 64, if vax mode.
3033         * config/alpha/alpha.c (override_options): Set real_format_for_mode
3034         for VAX, if enabled.
3035
3036         * config/c4x/c4x.c (c4x_override_options): Set real_format_for_mode
3037         for C4X.
3038
3039         * config/i370/i370.h (OVERRIDE_OPTIONS): New.
3040         * config/i370/i370.c (override_options): New.
3041         * config/i370/i370-protos.h: Update.
3042
3043         * config/i386/i386.c (override_options): Set real_format_for_mode
3044         for Intel 80-bit extended.
3045         * config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
3046
3047         * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Mind -mlong-double-64.
3048         (OVERRIDE_OPTIONS): Move code...
3049         * config/i960/i960.c (i960_initialize): ... here.  Set
3050         real_format_for_mode for Intel 80-bit extended.
3051
3052         * config/ia64/ia64.c (ia64_override_options): Set real_format_for_mode
3053         for Intel 80-bit extended, if enabled.
3054
3055         * config/m68k/m68k.c (override_options): Set real_format_for_mode
3056         for Motorola 96-bit extended.
3057
3058         * config/vax/vax.h (OVERRIDE_OPTIONS): New.
3059         * config/vax/vax.c (override_options): New.
3060         * config/vax/vax-protos.h: Update.
3061
3062 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
3063
3064         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
3065         #if TARGET_MACHO.
3066
3067         * config/rs6000/rs6000.md (floatdisf2_internal2): Combine
3068         insns.  Supply missing clobber of scratch reg.
3069
3070 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
3071
3072         * config/m32r/m32r.c: Follow spelling conventions.
3073         * config/m32r/m32r.h: Likewise.
3074         * config/m32r/m32r.md: Likewise.
3075         * config/m68k/m68k.c: Likewise.
3076         * config/m88k/m88k.c: Likewise.
3077         * config/mcore/mcore.c: Likewise.
3078         * config/mips/mips.c: Likewise.
3079         * config/mips/mips.h: Likewise.
3080         * config/mmix/mmix.c: Likewise.
3081         * config/mn10200/mn10200.c: Likewise.
3082         * config/ns32k/ns32k.h: Likewise.
3083         * config/pa/pa.c: Likewise.
3084         * config/pa/pa64-linux.h: Likewise.
3085         * config/pdp11/pdp11.h: Likewise.
3086         * config/romp/romp.c: Likewise.
3087         * config/romp/romp.h: Likewise.
3088         * config/rs6000/eabi.asm: Likewise.
3089         * config/rs6000/linux64.h: Likewise.
3090         * config/rs6000/rs6000.c: Likewise.
3091         * config/rs6000/rs6000.h: Likewise.
3092         * config/rs6000/rs6000.md: Likewise.
3093         * config/rs6000/sysv4.h: Likewise.
3094         * config/rs6000/xcoff.h: Likewise.
3095
3096 2002-09-20  Jim Wilson  <wilson@redhat.com>
3097
3098         * config/v850/v850/lib1funcs.asm (__muldi3): Change r5 to r28.
3099
3100 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
3101
3102         * config/i386/i386.md (UNSPEC_GOTNTPOFF, UNSPEC_INDNTPOFF): New.
3103         * config/i386/i386.c (legitimate_pic_address_disp_p): Handle
3104         UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF like UNSPEC_GOTTPOFF.
3105         (legitimate_address_p): Likewise.
3106         (legitimize_address): Use @gotntpoff and @indntpoff.
3107         (output_pic_addr_const): Handle UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF.
3108         (output_addr_const_extra): Likewise.
3109
3110 2002-09-20  Jim Wilson  <wilson@redhat.com>
3111
3112         * combine.c (try_combine): When split an instruction pair, where the
3113         first has a sign_extend src, verify that the src and dest modes match.
3114
3115 2002-09-20  Richard Henderson  <rth@redhat.com>
3116
3117         * config/mips/mips.c (dfhigh, dflow, sfhigh, sflow): Remove.
3118         (override_options): Do not initialize them.
3119         (mips_const_double_ok): Allow no fp constants except zero,
3120         and not even that for mips16.
3121         (const_float_1_operand): Use dconst1.
3122         * config/mips/mips.md (movsf, movsf_internal1, movsf_internal2,
3123         movdf, movdf_internal1, movdf_internal1a, movdf_internal2):
3124         Don't allow arbitrary constants; fix predicates and C constraint.
3125
3126 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
3127
3128         * cppmacro.c: Don't warn about function-like macros without
3129         '(' during pre-expansion.
3130
3131 2002-09-20  Jim Wilson  <wilson@redhat.com>
3132
3133         * config/v850/v850.c (current_function_anonymous_args): Delete.
3134         (expand_prologue): Use current_function_args_info.anonymous_args.
3135         (expand_epilogue): Delete use of current_function_anonymous_args.
3136         * config/v850/v850.h (struct cum_arg): Add anonymous_args field.
3137         (INIT_CUMULATIVE_ARGS): Clear anonymous_args field.
3138         (current_function_anonymous_args): Delete extern declaration.
3139         (SETUP_INCOMING_VARARGS): Set anonymous_args field.
3140
3141 2002-09-20  Geoffrey Keating  <geoffk@apple.com>
3142
3143         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update for change
3144         to load_macho_picbase.
3145         * config/rs6000/rs6000.md: Document Darwin-specific unspec IDs.
3146         (load_macho_picbase): Take the symbol to use as a parameter.
3147         (macho_correct_pic): New insn.
3148         (builtin_setjmp_reciever): On Darwin, restore the PIC register.
3149
3150         * config/rs6000/rs6000.h (ELIMINABLE_REGS): Use
3151         RS6000_PIC_OFFSET_TABLE_REGNUM rather than hardcoding 30.
3152         (CAN_ELIMINATE): Likewise.
3153         (INITIAL_ELIMINATION_OFFSET): Likewise.
3154         (TOC_REGISTER): Likewise.
3155
3156 2002-09-20  Richard Henderson  <rth@redhat.com>
3157
3158         * real.c (real_hash): New.
3159         * real.h: Declare it.
3160         * cse.c (canon_hash): Use it.
3161         * cselib.c (hash_rtx): Likewise.
3162         * emit-rtl.c (const_double_htab_hash): Likewise.
3163         * rtl.h (CONST_DOUBLE_REAL_VALUE): New.
3164         * varasm.c (struct rtx_const): Reduce vector size; separate
3165         integer and fp vectors.
3166         (HASHBITS): Remove.
3167         (const_hash_1): Rename from const_hash.  Use real_hash.  Do not
3168         take modulus MAX_HASH_TABLE.
3169         (const_hash): New.  Do take modulus MAX_HASH_TABLE.
3170         (output_constant_def): Do not take modulus MAX_HASH_TABLE.
3171         (SYMHASH): Don't use HASHBITS.
3172         (decode_rtx_const): Copy only active bits from REAL_VALUE_TYPE.
3173         Fix CONST_VECTOR thinko wrt fp vectors.  Fix kind comparison.
3174         (simplify_subtraction): Fix kind comparison.
3175         (const_hash_rtx): Return unsigned int.  Don't use HASHBITS.
3176         Use a union to pun integer array.
3177         * config/rs6000/rs6000.c (rs6000_hash_constant): Use real_hash;
3178         only hash two words of integral CONST_DOUBLE.
3179
3180 2002-09-20  Steve Ellcey  <sje@cup.hp.com>
3181
3182         * config/ia64/hpux.h (STARTFILE_SPEC): Modify.
3183         (STARTFILE_PREFIX_SPEC): New.
3184         (LINK_SPEC): Modify.
3185         (LIB_SPEC): Modify.
3186         (LIBGCC_SPEC): New.
3187
3188 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
3189
3190         * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
3191         UNSPEC_NTPOFF and UNSPEC_DTPOFF to be offsetted by constant.
3192
3193 2002-09-20  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
3194
3195         * config/arm/arm.md (sign_extract_onebit, not_signextract_onebit):
3196         Add clobber of the condition code register.
3197
3198 2002-09-20  Richard Henderson  <rth@redhat.com>
3199
3200         * real.c (do_fix_trunc): Static.
3201         (encode_ieee_single, encode_ieee_double, encode_ieee_extended,
3202         encode_ieee_quad, encode_vax_f, encode_vax_d, encode_vax_g,
3203         encode_i370_single, encode_i370_double, encode_c4x_single,
3204         encode_c4x_extended): Add default abort case.
3205
3206 2002-09-20  Richard Henderson  <rth@redhat.com>
3207
3208         * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
3209         MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
3210         (struct realvaluetype): Remove.
3211         (REAL_VALUE_TYPE): Use struct real_value.
3212         (REAL_VALUE_TYPE_SIZE): Use SIGNIFICAND_BITS.
3213         (test_real_width): New.
3214         * real.c: Global replace struct real_value with REAL_VALUE_TYPE.
3215         (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
3216         (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
3217         real_isneg, real_isnegzero, real_identical, exact_real_inverse,
3218         real_to_integer, real_to_integer2, real_to_decimal,
3219         real_to_hexadecimal, real_from_string, real_from_integer,
3220         real_inf, real_nan, real_2expN, real_convert, real_to_target,
3221         real_from_target): Likewise.
3222         * tree.h (struct tree_real_cst): Use real_value not realvaluetype.
3223         * gengtype-yacc.y (bitfieldopt): Accept an ID as well.
3224
3225 2002-09-20  Richard Henderson  <rth@redhat.com>
3226
3227         * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
3228         IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
3229         * defaults.h: ... here.
3230         * config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
3231         config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
3232         config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
3233         config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.
3234
3235 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
3236
3237         * config/mmix/mmix.md ("negdf2"): Rewrite.
3238         ("*expanded_negdf2"): New.
3239
3240 2002-09-19  Jim Wilson  <wilson@redhat.com>
3241
3242         * combine.c (simplify_set): When optimizing a subreg src with a
3243         cc0 dest, use GET_MODE (src) for mask instead of inner_mode.
3244
3245 2002-09-19  Dale Johannesen <dalej@apple.com>
3246         * combine.c (make_extraction): Don't create
3247         invalid subreg.
3248
3249 2002-09-19  Ulrich Weigand  <uweigand@de.ibm.com>
3250
3251         * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
3252         and STRICT_LOW_PART within SET_DEST.
3253         * config/s390/s390.md ("*extractqi", "*extracthi"): New insns with
3254         splitters, replacing pre-reload splitters.
3255         ("*zero_extendhisi2_31", "*zero_extendqisi2_31",
3256         "*zero_extendqihi2_31"): New insns.
3257         ("*zero_extendqihi2_64"): Do not clobber CC.
3258
3259 2002-09-19  Steve Ellcey  <sje@cup.hp.com>
3260
3261         * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
3262         (DTORS_SECTION_ASM_OP): Ditto.
3263         (READONLY_DATA_SECTION_ASM_OP): Moved.
3264         (DATA_SECTION_ASM_OP): New.
3265         (SDATA_SECTION_ASM_OP): New.
3266         (BSS_SECTION_ASM_OP): New.
3267         (SBSS_SECTION_ASM_OP): New.
3268         (TEXT_SECTION_ASM_OP): New.
3269
3270 2002-09-19  Kazu Hirata  <kazu@cs.umass.edu>
3271
3272         * config/fp-bit.c: Follow spelling conventions.
3273         * config/d30v/d30v.c: Likewise.
3274         * config/d30v/d30v.h: Likewise.
3275         * config/fr30/fr30.c: Likewise.
3276         * config/fr30/fr30.h: Likewise.
3277         * config/fr30/fr30.md: Likewise.
3278         * config/frv/frv.c: Likewise.
3279         * config/frv/frv.h: Likewise.
3280         * config/h8300/h8300.c: Likewise.
3281         * config/h8300/lib1funcs.asm: Likewise.
3282         * config/i370/i370.c: Likewise.
3283         * config/i386/i386.h: Likewise.
3284         * config/i386/i386.md: Likewise.
3285         * config/i386/pentium.md: Likewise.
3286         * config/i386/winnt.c: Likewise.
3287         * config/i960/i960.c: Likewise.
3288         * config/ia64/ia64.h: Likewise.
3289         * config/ip2k/ip2k.c: Likewise.
3290         * config/ip2k/ip2k.h: Likewise.
3291         * config/ip2k/ip2k.md: Likewise.
3292         * config/ip2k/libgcc.S: Likewise.
3293
3294 2002-09-19  Stephen Clarke <stephen.clarke@superh.com>
3295
3296         * config/sh/sh.h (UNSPEC_GOTOFF_P): Define.
3297         (GOTOFF_P): Extend to allow gotoff plus constant.
3298
3299 2002-09-18  Richard Henderson  <rth@redhat.com>
3300
3301         * ifcvt.c (noce_process_if_block): Correctly detect X modified
3302         with INSN_B before COND_EARLIEST.  Don't check A and B for
3303         modification in condition range.  Reorder INSN_B for A==B properly.
3304         (if_convert): Iterate until no matches for a block.
3305
3306 2002-09-18  Richard Henderson  <rth@redhat.com>
3307
3308         * calls.c (store_one_arg): Rename default_align to parm_align;
3309         always adjust parm_align for downward padding.
3310
3311 2002-09-18  Richard Henderson  <rth@redhat.com>
3312
3313         * toplev.c (backend_init): Move init_real_once invocation ...
3314         (do_compile): ... here.
3315
3316 2002-09-18  Richard Henderson  <rth@redhat.com>
3317
3318         * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
3319         RTX_UNCHANGING_P markers for successful tail-recursive replacement.
3320
3321 2002-09-18  Richard Henderson  <rth@redhat.com>
3322
3323         * real.c (round_for_format): Collect sticky as unsigned long, not bool.
3324
3325 2002-09-19  Alan Modra  <amodra@bigpond.net.au>
3326
3327         * config/rs6000/rs6000.md: (floatdisf2): Rename to
3328         floatdisf2_internal1.
3329         (floatdisf2): New define_expand.
3330         (floatdisf2_internal2): Likewise.
3331
3332 2002-09-18  Richard Henderson  <rth@redhat.com>
3333
3334         * real.c (sticky_rshift_significand): Collect sticky as
3335         unsigned long, not bool.
3336
3337 2002-09-18  Ulrich Weigand  <uweigand@de.ibm.com>
3338
3339         * config/s390/s390.c (s390_address_cost): New function.
3340         config/s390/s390-protos.h (s390_address_cost): Add prototype.
3341         config/s390/s390.h (ADDRESS_COST): Call s390_address_cost.
3342         (RTX_COST): Use COSTS_N_INSNS.
3343
3344 2002-09-18  Douglas Rupp  <rupp@gnat.com>
3345             Donn Terry  <donnte@microsoft.com>
3346
3347         * stor-layout.c (place_field): Handle alignment of whole
3348         structures when MSVC compatible bitfields are involved.
3349         Change method of computing location of MS bitfields to
3350         be compatible with #pragma pack(n).
3351
3352         * tree.h (record_layout_info): Add new field
3353         remaining_in_alignment.
3354
3355         * doc/tm.texi: (TARGET_MS_BITFIELD_LAYOUT_P): Update.
3356         (pragma pack): Add paragraph on MSVC bit-field packing.
3357
3358 2002-09-18  Richard Earnshaw  (reanrsha@arm.com)
3359
3360         PR optimization/7967
3361         * arm.md (ne_zeroextractsi): Add clobber of the condition code
3362         register.
3363
3364 2002-09-18  Kazu Hirata  <kazu@cs.umass.edu>
3365
3366         * config/s390/s390.c: Follow spelling conventions.
3367         * config/sh/lib1funcs.asm: Likewise.
3368         * config/sh/sh.c: Likewise.
3369         * config/sh/sh.h: Likewise.
3370         * config/sparc/sparc.c: Likewise.
3371         * config/sparc/sparc.h: Likewise.
3372         * config/sparc/sparc.md: Likewise.
3373         * config/stormy16/stormy16.c: Likewise.
3374         * config/stormy16/stormy16.h: Likewise.
3375         * config/v850/v850.c: Likewise.
3376         * config/v850/v850.h: Likewise.
3377         * config/vax/vax.c: Likewise.
3378         * config/vax/vax.h: Likewise.
3379
3380 2002-09-18  Nick Clifton  <nickc@redhat.com>
3381
3382         * config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
3383         * config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
3384         * config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.
3385
3386 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
3387
3388         * ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
3389         statement that the only translation is to en_UK.
3390
3391 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
3392
3393         * config/alpha/alpha.c: Follow spelling conventions.
3394         * config/alpha/alpha.h: Likewise.
3395         * config/alpha/alpha.md: Likewise.
3396         * config/arc/arc.h: Likewise.
3397         * config/arm/arm.c: Likewise.
3398         * config/arm/arm.h: Likewise.
3399         * config/arm/arm.md: Likewise.
3400         * config/arm/pe.c: Likewise.
3401         * config/arm/unknown-elf.h: Likewise.
3402         * config/avr/avr.c: Likewise.
3403         * config/avr/avr.h: Likewise.
3404         * config/c4x/c4x.c: Likewise.
3405         * config/cris/cris.c: Likewise.
3406         * config/cris/cris.h: Likewise.
3407
3408 2002-09-17  Samuel Figueroa  <figueroa@apple.com>
3409
3410         * final.c (final_scan_insn): Use new macro ASM_OUTPUT_ALIGN_WITH_NOP.
3411         * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP) New macro.
3412         * doc/tm.texi (ASM_OUTPUT_ALIGN_WITH_NOP) New description.
3413
3414 2002-09-17  Dale Johannesen  <dalej@apple.com>
3415
3416         * cfgcleanup.c (try_forward_edges):  Do not forward a
3417         branch to just after a loop exit before loop optimization;
3418         this interfered with doloop detection.
3419
3420 2002-09-17  Nick Clifton  <nickc@redhat.com>
3421
3422         * config/arm/arm.c (output_return_instruction): Do not
3423         writeback the stack pointer when it is being loaded.
3424         (arm_output_epilogue): Likewise.
3425
3426 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
3427
3428         * optabs.c (prepare_cmp_insn): Let emit_library_call_value
3429         generate a pseudo reg that receives the result of a libcall.
3430         (prepare_float_lib_cmp): Likewise.
3431
3432 2002-09-17  Steve Ellcey  <sje@cup.hp.com>
3433
3434         * config/ia64/elf.h: Remove CPP_PREDEFINES.
3435
3436 Tue Sep 17 13:58:04 2002  Nicola Pero  <n.pero@mi.flashnet.it>
3437
3438         Fix PR/7014 and related objc bugs:
3439         * c-typeck.c (comp_target_types): Added a reflexive argument.
3440         Pass it to ObjC when/if calling objc_comptypes().  Updated all
3441         callers to provide the appropriate reflexive argument.
3442         * objc/objc-act.c (objc_comptypes): Carefully checked and fixed
3443         typechecking for all cases of comparisons and assignments,
3444         particularly the obscure and less common ones involving protocols.
3445
3446 2002-09-17  Nick Clifton  <nickc@redhat.com>
3447
3448         * machmode.def (V1DImode): New mode.  A single element vector.
3449         * tree.h (TI_UV1DI_TYPE, TI_V1DI_TYPE): New tree_index enums.
3450         (unsigned_V1DI_type_node, V1D1_type_node): New type nodes.
3451         * tree.c (build_common_tree_nodes_2): Build
3452         unsigned_V1DI_type_node and V1D1_type_node.
3453         * c-common.c (c_common_type_for_mode): Return
3454         unsigned_V1DI_type_node or V1D1_type_node for V1DImode.
3455         * rtl.c (class_narrowest_): Start integer vector nodes with V1DImode.
3456
3457 Tue Sep 17 13:40:13 2002  Nicola Pero  <n.pero@mi.flashnet.it>
3458
3459         * doc/objc.texi (Constant string objects): Extended documentation
3460         to make clear that the constant string class ivar layout is
3461         completely fixed.
3462
3463 2002-09-17  Roger Sayle  <roger@eyesopen.com>
3464
3465         * cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
3466         NOTE_INSN_LOOP_CONT notes when deleting basic blocks.
3467
3468 2002-09-16  Richard Henderson  <rth@redhat.com>
3469
3470         * expr.c (emit_block_move): Set memory block size as appropriate
3471         for the copy.
3472
3473 2002-09-16  Richard Henderson  <rth@redhat.com>
3474
3475         PR fortran/3924
3476         * sdbout.c (sdbout_symbol): Don't handle offsets from a symbol.
3477
3478 2002-09-16  Richard Henderson  <rth@redhat.com>
3479
3480         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
3481         as well as OFFSET for BITPOS.
3482
3483 2002-09-16  Jeff Garzik  <jgarzik@mandrakesoft.com>
3484
3485         * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
3486         * config/i386/i386.c (processor_alias_table): Add winchip-c6,
3487         winchip2 and c3.
3488         * doc/invoke.texi: Mention new aliases.
3489
3490 2002-09-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3491
3492         * calls.c (store_one_arg): Set default alignment for BLKmode arguments
3493         to BITS_PER_UNIT when ARGS_GROW_DOWNWARD and the padding direction is
3494         downward.
3495         * function.c (pad_below):  Always compile.
3496         (locate_and_pad_parm): If defined ARGS_GROW_DOWNWARD, pad argument to
3497         alignment when it is not in a register or REG_PARM_STACK_SPACE is true.
3498         Pad below when the argument is not in a register and the padding
3499         direction is downward.
3500
3501         * pa-64.h (MUST_PASS_IN_STACK): Move define to pa.h.
3502         (PAD_VARARGS_DOWN): Define.
3503         * pa.c (function_arg_padding): Revise padding directions to make them
3504         compatible with the 32 and 64-bit runtime architecture documentation.
3505         (hppa_va_arg):  Add code to handle variable and size zero arguments
3506         passed by reference on TARGET_64BIT.  Reformat.
3507         (function_arg): Use a PARALLEL for BLKmode and aggregates args on
3508         TARGET_64BIT.  Use a DImode PARALLEL for BLKmode args 5 to 8 bytes
3509         wide when !TARGET_64BIT.  Move forward check for mode==VOIDmode.
3510         Add comments.
3511         * pa.h (MAX_PARM_BOUNDARY): Correct define for TARGET_64BIT.
3512         (RETURN_IN_MEMORY): Return size zero types in memory.
3513         (FUNCTION_VALUE): Return TFmode in general registers.
3514         (MUST_PASS_IN_STACK): Define.
3515         (FUNCTION_ARG_BOUNDARY): Simplify.
3516         (FUNCTION_ARG_PASS_BY_REFERENCE): Pass variable and zero sized types
3517         by reference.
3518         (FUNCTION_ARG_CALLEE_COPIES): Define to FUNCTION_ARG_PASS_BY_REFERENCE.
3519
3520 2002-09-16  Richard Henderson  <rth@redhat.com>
3521
3522         * real.c (do_fix_trunc): New.
3523         (real_arithmetic): Call it.
3524         * simplify-rtx.c (simplify_unary_operation): Handle FIX
3525         with a floating-point result mode.
3526
3527 2002-09-16  Richard Henderson  <rth@redhat.com>
3528
3529         * builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
3530         (BT_FN_DOUBLE_CONST_STRING, BT_FN_LONG_DOUBLE_CONST_STRING): New.
3531         * builtins.def (__builtin_nan, __builtin_nanf, __builtin_nanl): New.
3532         (__builtin_nans, __builtin_nansf, __builtin_nansl): New.
3533         * builtins.c (fold_builtin_nan): New.
3534         (fold_builtin): Call it.
3535         * real.c (real_nan): Parse a non-empty string.
3536         (round_for_format): Fix NaN significand truncation.
3537         * real.h (real_nan): Return bool.
3538         * doc/extend.texi: Document new builtins.
3539
3540 2002-09-16  Jason Merrill  <jason@redhat.com>
3541             Danny Smith  <dannysmith@users.sourceforge.net>
3542
3543         * config/i386/winnt.c (ix86_handle_dll_attribute): Set
3544         DECL_EXTERN and TREE_PUBLIC for dllimported variables here...
3545         (i386_pe_mark_dllimport): Not here.
3546
3547 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3548
3549         * c-semantics.c (genrtl_do_stmt): Cope with NULL cond.
3550
3551 2002-09-16  Geoffrey Keating  <geoffk@redhat.com>
3552
3553         * config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
3554         warnings about unused operands when HOST_BITS_PER_WIDE_INT is
3555         < 64.
3556         (rs6000_emit_cmove): Use real_isinf not target_isinf.
3557
3558 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
3559
3560         * calls.c (emit_library_call_value_1): Don't refer to
3561         hard_libcall_value.
3562         * optabs.c (prepare_float_lib_cmp): Likewise.
3563
3564 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
3565
3566         * ggc-common.c (ggc_mark_rtx_children_1): Update for changed name
3567         mangling.
3568
3569         The following changes are merged from pch-branch:
3570
3571         * doc/gty.texi (GTY Options): Document %a.
3572         * gengtype.c (do_scalar_typedef): New function.
3573         (process_gc_options): Handle `length' option.
3574         (set_gc_used_type): A pointer to an array of structures doesn't
3575         qualify as a pointer to a structure.
3576         (output_escaped_param): Add `%a' escape.
3577         (write_gc_structure_fields): Allow 'desc' on array of unions.
3578         (main): Define `uint8', `jword' and `JCF_u2' as scalars; use
3579         do_scalar_typedef.
3580
3581         * gengtype.c (enum rtx_code): Make global.
3582         (rtx_format): Make global.
3583         (rtx_next): New.
3584         (gen_rtx_next): New.
3585         (write_rtx_next): New.
3586         (adjust_field_rtx_def): Skip fields marked by chain_next.
3587         (open_base_files): Delete redundant prototype.
3588         (write_enum_defn): New.
3589         (output_mangled_typename): Correct abort call.
3590         (write_gc_marker_routine_for_structure): Handle chain_next and
3591         chain_prev options.
3592         (finish_root_table): Don't output redundant \n.
3593         (main): Call gen_rtx_next, write_rtx_next, write_enum_defn.
3594         * c-tree.h (union lang_tree_node): Add chain_next option.
3595
3596         * gengtype.h (NUM_PARAM): New definition.
3597         (struct type): For TYPE_PARAM_STRUCT, allow multiple parameters.
3598         * gengtype.c (find_param_structure): New.
3599         (adjust_field_type): Handle param<n>_is option.
3600         (process_gc_options): Detect use_params option.  Update callers.
3601         (set_gc_used_type): Add 'param' parameter, update callers.  Handle
3602         'use_params' option.
3603         (open_base_files): Add splay-tree.h to list of files included.
3604         (output_mangled_typename): New.
3605         (write_gc_structure_fields): Update 'param' parameter to support
3606         multiple parameters.  Change name mangling.  Allow parameterized
3607         fields to have an apparent scalar type.  Handle param<n>_is options,
3608         use_param option.
3609         (write_gc_marker_routine_for_structure): Update for change to name
3610         mangling.  Better guess the output file for parameterized types.
3611         (write_gc_types): Update for change to name mangling.
3612         (write_gc_root): Update for change to name mangling.  Handle (ignore)
3613         param<n>_is options.
3614         * doc/gty.texi (GTY Options): Add description of param<n>_is
3615         options, use_params option.
3616         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
3617         * gengtype-lex.l: Produce token for param<n>_is.
3618         * gengtype-yacc.y: Parse param<n>_is.
3619
3620         * gengtype.c (adjust_field_tree_exp): Don't name a variable 'rindex'.
3621
3622         * rtl.c: Update comment describing rtx_format.
3623         * rtl.h (union rtunion): Separate definition and typedef.
3624         (struct rtx_def): Use gengtype to mark.
3625         * Makefile.in (gengtype.o): Also depend on rtl.def.
3626         * ggc.h (ggc_mark_rtx_children): Delete prototype.
3627         (ggc_mark_rtx): Change to alias of gengtype-generated routine.
3628         * ggc-common.c (ggc_mark_rtx_children): Delete.
3629         (ggc_mark_rtx_children_1): Delete.
3630         (gt_ggc_m_rtx_def): Delete.
3631         * gengtype.c (adjust_field_rtx_def): New.
3632         (adjust_field_type): Call adjust_field_rtx_def.
3633         (write_gc_structure_fields): Add 'default' case to switch if none
3634         is specified; remove unused code.
3635
3636         * tree.h (struct tree_exp): Update for change to meaning
3637         of special.
3638         * gengtype.c (adjust_field_tree_exp): New function.
3639         (adjust_field_type): Handle `tree_exp' special here.
3640         (write_gc_structure_fields): Don't handle `tree_exp' special here.
3641         Handle new `dot' option.
3642
3643         * gengtype.h: Make `info' a pointer-to-const.
3644         * gengtype-yacc.y (yacc_ids): Use xasprintf.
3645
3646         * gengtype.c (write_gc_structure_fields): Remove implementation
3647         of `always' option, add `default' option.
3648         * doc/gty.texi (GTY Options): Remove documentation of `always',
3649         add `default'.
3650
3651 2002-09-16  Hans-Peter Nilsson  <hp@bitrange.com>
3652
3653         * output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
3654
3655 2002-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3656
3657         * m68hc11.md (addhi_sp): Fix uninitialized variable bug.
3658
3659         * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
3660         instead of the *-protos.h file directly.
3661         * t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
3662         * darwin.c (machopic_output_stub): Move prototype ...
3663         * darwin-protos.h (machopic_output_stub): ... here.
3664         * rs6000-protos.h (machopic_output_stub): Don't declare.
3665
3666 2002-09-16  Richard Henderson  <rth@redhat.com>
3667
3668         * c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.
3669
3670 2002-09-16  Richard Henderson  <rth@redhat.com>
3671
3672         * real.c, real.h: Rewrite from scratch.
3673
3674         * Makefile.in (simplify-rtx.o): Depend on TREE_H.
3675         (paranoia): New target.
3676         * builtins.c (fold_builtin_inf): Use new real.h interface.
3677         * c-common.c (builtin_define_with_hex_fp_value): Likewise.
3678         * c-lex.c (interpret_float): Likewise.
3679         * emit-rtl.c (gen_lowpart_common): Likewise.
3680         * optabs.c (expand_float): Use real_2expN.
3681         * config/ia64/ia64.md (divsi3, udivsi3): Likewise.
3682         * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): New.
3683         (FLOAT_WORDS_BIG_ENDIAN): New.
3684         * cse.c (find_comparison_args): Don't pass FLOAT_STORE_FLAG_VALUE
3685         directly to REAL_VALUE_NEGATIVE.
3686         * loop.c (canonicalize_condition): Likewise.
3687         * simplify-rtx.c: Include tree.h.
3688         (simplify_unary_operation): Don't handle FIX and UNSIGNED_FIX
3689         with floating-point result modes.
3690         * toplev.c (backend_init): Call init_real_once.
3691
3692         * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
3693         * tree.c (build_real): Likewise.
3694         * config/alpha/alpha.c, config/vax/vax.c (float_strings,
3695         float_values, inited_float_values, check_float_value): Remove.
3696         * config/alpha/alpha.h, config/m68hc11/m68hc11.h,
3697         config/m88k/m88k.h, config/vax/vax.h (CHECK_FLOAT_VALUE): Remove.
3698         * doc/tm.texi (CHECK_FLOAT_VALUE): Remove.
3699         (VAX_HALFWORD_ORDER): Remove.
3700
3701 2002-09-16  Ulrich Weigand  <uweigand@de.ibm.com>
3702
3703         * config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
3704         (s390_load_address): ... this new function.
3705         (s390_decompose_address): Allow the argument pointer and all
3706         virtual registers as 'pointer' registers.
3707         (s390_expand_plus_operand): Use s390_load_address.
3708         config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
3709         ("force_la_31"): New insn pattern.
3710         config/s390/s390-protos.h (legitimize_la_operand): Remove.
3711         (s390_load_address): Add prototype.
3712
3713         * config/s390/s390.c: Include "optabs.h".
3714         (s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
3715         config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
3716         s390_expand_cmpstr): Add prototypes.
3717         config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
3718         ("movstrdi_short"): Rename to "movstr_short_64".  Change predicates
3719         for operands 0 and 1 to "memory_operand".  Add type attribute.
3720         ("movstrsi_short"): Rename to "movstr_short_31".  Change predicates
3721         for operands 0 and 1 to "memory_operand".  Add type attribute.
3722         ("movstrdi_long", "movstrsi_long"): Remove.
3723         ("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
3724         ("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
3725         ("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
3726         ("clrstrsico"): Remove, replace by ...
3727         ("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
3728         ("clrstrsi_64"): Rename to "clrstr_long_64".
3729         ("clrstrsi_31"): Rename to "clrstr_long_31".
3730         ("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
3731         ("cmpstr_const"): Remove, replace by ...
3732         ("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
3733         ("cmpstr_64"): Rename to "cmpstr_long_64".
3734         ("cmpstr_31"): Rename to "cmpstr_long_31".
3735
3736 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
3737
3738         * ABOUT-NLS: Follow spelling conventions.
3739         * ChangeLog: Likewise.
3740         * ChangeLog.1: Likewise.
3741         * ChangeLog.2: Likewise.
3742         * ChangeLog.3: Likewise.
3743         * ChangeLog.4: Likewise.
3744         * ChangeLog.5: Likewise.
3745         * ChangeLog.6: Likewise.
3746         * FSFChangeLog.10: Likewise.
3747         * FSFChangeLog.11: Likewise.
3748         * c-common.c: Likewise.
3749         * c-lex.c: Likewise.
3750         * c-objc-common.c: Likewise.
3751         * cppexp.c: Likewise.
3752         * cppinit.c: Likewise.
3753         * cpplex.c: Likewise.
3754         * doloop.c: Likewise.
3755         * flow.c: Likewise.
3756         * function.c: Likewise.
3757         * integrate.c: Likewise.
3758         * loop.c: Likewise.
3759         * reg-stack.c: Likewise.
3760         * reload.h: Likewise.
3761         * ssa.c: Likewise.
3762
3763 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3764
3765         * ChangeLog: Follow spelling conventions.
3766         * ChangeLog.0: Likewise.
3767         * ChangeLog.1: Likewise.
3768         * ChangeLog.2: Likewise.
3769         * ChangeLog.4: Likewise.
3770         * ChangeLog.6: Likewise.
3771         * config.gcc: Likewise.
3772         * dwarfout.c: Likewise.
3773         * reload1.c: Likewise.
3774         * simplify-rtx.c: Likewise.
3775         * unwind-sjlj.c: Likewise.
3776         * config/avr/avr.h: Likewise.
3777         * config/d30v/d30v.h: Likewise.
3778         * config/frv/frv.c: Likewise.
3779         * config/frv/frv.h: Likewise.
3780         * config/ip2k/ip2k.h: Likewise.
3781         * config/m88k/m88k-move.sh: Likewise.
3782         * config/stormy16/stormy16.c: Likewise.
3783         * config/stormy16/stormy16.h: Likewise.
3784         * doc/extend.texi: Likewise.
3785         * doc/interface.texi: Likewise.
3786         * doc/invoke.texi: Likewise.
3787         * doc/md.texi: Likewise.
3788         * doc/rtl.texi: Likewise.
3789         * doc/tm.texi: Likewise.
3790         * doc/trouble.texi: Likewise.
3791         * ginclude/float.h: Likewise.
3792         * treelang/treelang.texi: Likewise.
3793
3794 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3795
3796         * i386-protos.h (i386_pe_dllexport_name_p,
3797         i386_pe_dllimport_name_p, i386_pe_unique_section,
3798         i386_pe_declare_function_type, i386_pe_record_external_function,
3799         i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
3800         prototype.
3801         * i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
3802         * i386/t-interix (winnt.o): Likewise.
3803
3804         * v850-protos.h (v850_output_addr_const_extra): Prototype.
3805
3806 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
3807
3808         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add
3809         MIPS ABI CPP macros.
3810         (TARGET_CPU_CPP_BUILTINS): Redefine.
3811         (SUBTARGET_EXTRA_SPECS): Remove subtarget_endian_default.
3812         (SUBTARGET_ENDIAN_DEFAULT_SPEC): Remove.
3813
3814 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3815
3816         * ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
3817
3818 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3819
3820         * ChangeLog: Follow spelling conventions.
3821         * ChangeLog.0: Likewise.
3822         * ChangeLog.1: Likewise.
3823         * ChangeLog.2: Likewise.
3824         * ChangeLog.3: Likewise.
3825         * ChangeLog.4: Likewise.
3826         * ChangeLog.5: Likewise.
3827         * ChangeLog.6: Likewise.
3828         * FSFChangeLog.10: Likewise.
3829         * FSFChangeLog.11: Likewise.
3830         * c-common.c: Likewise.
3831         * c-common.h: Likewise.
3832         * c-format.c: Likewise.
3833         * c-opts.c: Likewise.
3834         * cpplib.c: Likewise.
3835         * langhooks.h: Likewise.
3836         * real.c: Likewise.
3837         * reg-stack.c: Likewise.
3838         * toplev.c: Likewise.
3839         * config/arm/arm.c: Likewise.
3840         * config/arm/arm.md: Likewise.
3841         * config/arm/linux-gas.h: Likewise.
3842         * config/arm/netbsd.h: Likewise.
3843         * config/c4x/c4x.c: Likewise.
3844         * config/c4x/c4x.h: Likewise.
3845         * config/c4x/c4x.md: Likewise.
3846         * config/c4x/libgcc.S: Likewise.
3847         * config/fr30/fr30.md: Likewise.
3848         * config/frv/frv.md: Likewise.
3849         * config/ia64/ia64.md: Likewise.
3850         * config/mips/mips.h: Likewise.
3851         * config/mn10300/mn10300.c: Likewise.
3852         * config/stormy16/stormy16.c: Likewise.
3853         * config/v850/v850.md: Likewise.
3854         * doc/extend.texi: Likewise.
3855         * doc/invoke.texi: Likewise.
3856         * doc/md.texi: Likewise.
3857
3858 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
3859
3860         * config/netbsd.h (LIB_SPEC): Include the appropriate pthread
3861         library if -pthread is specified.
3862
3863 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
3864
3865         * config.gcc (*-*-netbsd*): Set thread_file to 'posix'
3866         for --enable-threads=yes and --enable-threads=posix.
3867
3868 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3869
3870         * config/sparc/cypress.md: Replace Sparc with SPARC.
3871         * config/sparc/freebsd.h: Likewise.
3872         * config/sparc/gmon-sol2.c: Likewise.
3873         * config/sparc/hypersparc.md: Likewise.
3874         * config/sparc/lb1spc.asm: Likewise.
3875         * config/sparc/lb1spl.asm: Likewise.
3876         * config/sparc/linux.h: Likewise.
3877         * config/sparc/linux64.h: Likewise.
3878         * config/sparc/lynx.h: Likewise.
3879         * config/sparc/sol2.h: Likewise.
3880         * config/sparc/sparc-modes.def: Likewise.
3881         * config/sparc/sparc.c: Likewise.
3882         * config/sparc/sparc.h: Likewise.
3883         * config/sparc/sparc.md: Likewise.
3884         * config/sparc/sparclet.md: Likewise.
3885         * config/sparc/supersparc.md: Likewise.
3886         * config/sparc/sysv4.h: Likewise.
3887         * config/sparc/vxsim.h: Likewise.
3888         * config/sparc/vxsparc64.h: Likewise.
3889
3890 2002-09-14  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3891
3892         * config/avr/avr.c (output.h): Move after inclusion of tree.h.
3893
3894 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3895
3896         * ChangeLog: Follow spelling conventions.
3897         * ChangeLog.0: Likewise.
3898         * ChangeLog.2: Likewise.
3899         * ChangeLog.3: Likewise.
3900         * ChangeLog.4: Likewise.
3901         * ChangeLog.5: Likewise.
3902         * ChangeLog.6: Likewise.
3903         * cppfiles.c: Likewise.
3904         * cppinit.c: Likewise.
3905         * cpplib.h: Likewise.
3906         * cse.c: Likewise.
3907         * debug.h: Likewise.
3908         * df.c: Likewise.
3909         * dominance.c: Likewise.
3910         * hashtable.c: Likewise.
3911         * hashtable.h: Likewise.
3912         * loop.c: Likewise.
3913         * config/arm/README-interworking: Likewise.
3914         * config/arm/arm.c: Likewise.
3915         * config/arm/arm.h: Likewise.
3916         * config/arm/arm.md: Likewise.
3917         * config/dsp16xx/dsp16xx.h: Likewise.
3918         * config/frv/frv.c: Likewise.
3919         * config/frv/frv.h: Likewise.
3920         * config/ip2k/ip2k.h: Likewise.
3921         * config/rs6000/rs6000.c: Likewise.
3922         * config/stormy16/stormy-abi: Likewise.
3923         * config/stormy16/stormy16.h: Likewise.
3924         * config/v850/v850.c: Likewise.
3925
3926 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3927
3928         * loop.c: Fix a comment typo.
3929
3930 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3931
3932         * config/fr30/fr30.h: Fix comment typos.
3933         * config/frv/frv.c: Likewise.
3934         * config/i386/xmmintrin.h: Likewise.
3935         * config/mips/mips.c: Likewise.
3936         * config/sh/sh.c: Likewise.
3937
3938 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3939
3940         * haifa-sched.c: Follow spelling conventions.
3941         * regclass.c: Likewise.
3942         * regrename.c: Likewise.
3943         * config/fp-bit.c: Likewise.
3944         * config/frv/frv.h: Likewise.
3945         * config/m88k/m88k.c: Likewise.
3946         * config/mcore/mcore.c: Likewise.
3947         * config/rs6000/darwin.h: Likewise.
3948         * config/rs6000/gnu.h: Likewise.
3949         * config/rs6000/linux.h: Likewise.
3950         * config/rs6000/linux64.h: Likewise.
3951         * config/rs6000/rs6000.c: Likewise.
3952         * config/rs6000/rs6000.h: Likewise.
3953         * config/sh/sh.c: Likewise.
3954         * config/sparc/sparc.c: Likewise.
3955         * config/sparc/ultra1_2.md: Likewise.
3956
3957 2002-09-14  Stephane Carrez  <stcarrez@nerim.fr>
3958
3959         * config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetable
3960         memory operand when source is 0 (K constraint).
3961         ("movsi_internal"): Likewise.
3962         ("movdf_internal"): Likewise.
3963         ("movsf_internal"): Likewise.
3964
3965 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
3966
3967         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Use
3968         targetm.binds_local_p to set SYMBOL_REF_FLAG.
3969         (rs6000_xcoff_encode_section_info): Likewise.
3970         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
3971
3972 2002-09-10  Theodore A. Roth  <troth@verinet.com>
3973
3974         * gcc/config/avr/avr.h: Set default options for C++ for avr.
3975
3976 2002-09-13  Richard Henderson  <rth@redhat.com>
3977
3978         * Makefile.in (toplev.o): Depend on real.h.
3979         (print-rtl.o, varasm.o, ifcvt.o): Likewise.
3980
3981 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
3982
3983         * doc/tm.texi (DBX_OUTPUT_NFUN): Describe.
3984         * dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
3985         * config/rs6000/linux64.h (DBX_OUTPUT_NFUN): Define.
3986
3987 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
3988
3989         * ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
3990
3991 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
3992
3993         * config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
3994         ia64*-*-linux*): Set extra_parts.
3995         * config/ia64/t-aix (EXTRA_PARTS): Remove.
3996         * config/ia64/t-ia64 (EXTRA_PARTS): Remove.
3997
3998 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
3999
4000         * config/h8300/fixunssfsi.c: Replace H8/S with H8S.
4001         * config/h8300/h8300.c: Likewise.
4002         * config/h8300/h8300.h: Likewise.
4003         * config/h8300/h8300.md: Likewise.
4004         * doc/invoke.texi: Likewise.
4005
4006 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
4007
4008         * config/h8300/h8300.c (h8300_init_once): Fix formatting.
4009
4010 2002-09-13  Richard Henderson  <rth@redhat.com>
4011
4012         * config/alpha/alpha.md (attr type): Add callpal.
4013         (imb, trap, load_tp, set_tp): Use it.
4014         * config/alpha/ev4.md (ev4_callpal): New.
4015         * config/alpha/ev5.md (ev5_callpal): New.
4016         * config/alpha/ev6.md (ev6_ibr): Handle callpal.
4017         * config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
4018         (alphaev5_insn_pipe): Likewise.
4019
4020 2002-09-13  Andreas Jaeger  <aj@suse.de>
4021
4022         * Makefile.in (print-rtl.o): Depend on CONFIG_H.
4023
4024 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
4025
4026         * config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
4027         LIB2ADDEH): New, set to NULL.
4028         (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
4029
4030 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
4031
4032         * config/ia64/quadlib.c (_U_Qfcmp): Make extern.
4033         (_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
4034         (_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
4035         Add declarations.
4036         (_U_Qfneg): Remove.
4037
4038 2002-09-13 Dhananjay Deshpande  <dhananjayd@kpit.com>
4039
4040         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
4041         for H8/300, H8S aa:8 mode.
4042         (TINY_CONSTANT_ADDRESS_P): Add support for H8S aa:16 mode.
4043         * config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
4044         for H8/300 aa:8 mode.
4045
4046 2002-09-13  Hartmut Penner  <hpenner@de.ibm.com>
4047
4048         * config/s390/s390.md ("trap", "conditional_trap", "*trap"): New
4049         insns.
4050
4051 2002-09-12  Richard Henderson  <rth@redhat.com>
4052
4053         * Makefile.in (HOST_PRINT): Use print-rtl1.o
4054         (print-rtl.o): Don't define GENERATOR_FILE.
4055         (print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
4056         * print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
4057         unless GENERATOR_FILE.
4058
4059 2002-09-12  Stan Shebs  <shebs@apple.com>
4060
4061         * config/darwin.h (USER_LABEL_PREFIX): Define here...
4062         * config/i386/darwin.h: ... instead of here.
4063
4064         * target.h (struct gcc_target): New field
4065         terminate_dw2_eh_frame_info.
4066         * target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
4067         (TARGET_INITIALIZER): Add it.
4068         * dwarf2out.c (output_call_frame_info): Use target hook.
4069         * dwarf2asm.c (dw2_asm_output_delta): Use macro
4070         ASM_OUTPUT_DWARF_DELTA if defined.
4071         * doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
4072         (ASM_OUTPUT_DWARF_DELTA): Ditto.
4073         (ASM_OUTPUT_DWARF_OFFSET): Ditto.
4074         (ASM_OUTPUT_DWARF_PCREL): Ditto.
4075         * config.gcc (i[34567]86-*-darwin*): Define extra_parts.
4076         (powerpc-*-darwin*): Ditto.
4077         * crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
4078         to work correctly for Darwin.
4079         * config/darwin.h (OBJECT_FORMAT_MACHO): Define.
4080         (STARTFILE_SPEC): Add crtbegin.o.
4081         (ENDFILE_SPEC): Define.
4082         (EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
4083         (ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
4084         (ASM_OUTPUT_DWARF_DELTA): Define.
4085         (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
4086         * config/darwin.c (darwin_asm_output_dwarf_delta): New function.
4087
4088 2002-09-13  Alan Modra  <amodra@bigpond.net.au>
4089
4090         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
4091         nesting.  Correct test for non-PowerPC64 ELF ABI_AIX.
4092         * config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
4093
4094 2002-09-12  Zack Weinberg  <zack@codesourcery.com>
4095
4096         * toplev.c: Move default definition of USER_LABEL_PREFIX...
4097         * defaults.h: ... here.
4098
4099 2002-09-12  Richard Henderson  <rth@redhat.com>
4100
4101         * vax.c: Include tree.h earlier.
4102
4103 2002-09-12  Stan Shebs  <shebs@apple.com>
4104
4105         * config/darwin.c (machopic_finish): Remove #if 0 chunks.
4106         (machopic_operand_p): Ditto.
4107
4108 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
4109
4110         * config/arm/arm.c (arm_compute_initial_elimination_offset):
4111         Fix a comment typo.
4112
4113 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
4114
4115         * toplev.c (do_abort): Fix a comment typo.
4116
4117 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
4118
4119         * cselib.c: Fix comment formatting.
4120         * gengtype.c: Likewise.
4121
4122 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
4123
4124         * config/h8300/h8300.md (udivmodqi4): Do not use an expander.
4125         (udivmodhi4): Likewise.
4126
4127 2002-09-12  Graham Stott  <graham.stott@btinternet.com>
4128             Roger Sayle  <roger@eyesopen.com>
4129
4130         * i386.c (any_fp_register_operand, fp_register_operand,
4131         register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
4132         New predicate functions.
4133         * i386-protos.h:  Add their prototypes.
4134         * i386.h: Add them to PREDICATE_CODES.
4135         * i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
4136         "*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
4137         "*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
4138         "*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
4139         "*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
4140         "*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
4141         "*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
4142         "*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
4143         "*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
4144         "*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
4145         "*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
4146         Use these new predicates to simplify and correct the use of
4147         FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
4148
4149 2002-09-12  Jason Merrill  <jason@redhat.com>
4150
4151         * diagnostic.c (output_add_identifier): New fn.
4152         * diagnostic.h: Declare it.
4153
4154         * calls.c (store_one_arg): Use size_in_bytes to determine the
4155         amount of space to push.
4156
4157 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
4158
4159         * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
4160
4161 2002-09-12  Ulrich Weigand  <uweigand@de.ibm.com>
4162
4163         * config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
4164         * config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
4165         (s390_select_ccmode): Likewise.
4166         (s390_branch_condition_mask): Likewise.
4167         (optimization_options): Do not set flag_branch_on_count.
4168         (s390_split_branches): Handle doloop branches.
4169         (s390_chunkify_pool): Likewise.
4170         * config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
4171         ("doloop_end"): New expander.
4172         ("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
4173         associated splitters): New.
4174
4175 2002-09-11  Hartmut Penner  <hpenner@de.ibm.com>
4176
4177         * fold-const.c (make_range): Only narrow to signed range if
4178         the signed range is smaller than the unsigned range.
4179
4180 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
4181
4182         * emit-rtl.c (set_mem_size): New function.
4183         * expr.h (set_mem_size): Declare.
4184         * config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
4185         (expand_block_move): Instead, use adjust_address and
4186         replace_equiv_address to generate proper aliasing info.
4187         Move common code out of conditionals.  Localize vars.
4188
4189 2002-09-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4190
4191         * optabs.c (expand_binop): Minor cleanup.
4192         (expand_twoval_binop): Convert CONST_INTs like in expand_binop.
4193
4194 2002-09-11  Dan Nicolaescu  <dann@ics.uci.edu>
4195
4196         * print-tree.c (print_node): Print the restrict qualifier.
4197
4198 2002-09-11  Janis Johnson  <janis187@us.ibm.com>
4199
4200         * doc/install.texi: Fix typos.
4201
4202 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
4203
4204         * Makefile.in: Remove all references to s-under and underscore.c.
4205         * collect2.c, tlink.c: Change all uses of prepends_underscore
4206         to look directly at USER_LABEL_PREFIX.
4207
4208 2002-09-11  David Edelsohn  <edelsohn@gnu.org>
4209
4210         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append
4211         alignment to csect.
4212         (rs6000_xcoff_unique_section): Only set section name for public
4213         data.
4214         (rs6000_xcoff_section_type_flags): Store log2 alignment in flags.
4215         * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove
4216         duplicate definition.
4217
4218 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4219
4220         * pa.md (extzv): Check predicates before emitting extzv_32.
4221         (insv): Likewise.
4222
4223 2002-09-10  Ulrich Weigand  <uweigand@de.ibm.com>
4224
4225         * config/s390/s390.h (MOVE_MAX): Define to correct value.
4226         (MAX_MOVE_MAX): Define.
4227         (MOVE_BY_PIECES_P): Define.
4228         (CLEAR_BY_PIECES_P): Define.
4229
4230 2002-09-10  Denis Chertykov  <denisc@overta.ru>
4231
4232         * config/avr/avr.md (movstrhi): Use right operands for conversion.
4233
4234 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
4235
4236         PR c/7873
4237         * arm.md (insv): Use reg_or_int_operand for operand[3].
4238
4239 2002-09-10  David Edelsohn  <edelsohn@gnu.org>
4240
4241         * rs6000.c (rs6000_assemble_visibility): Protect declaration
4242         inside macro.  Correct function definition typo.
4243         (rs6000_xcoff_section_type_flags): New function.
4244         (TARGET_SECTION_TYPE_FLAGS): Remove definition.
4245         (rs6000_elf_section_type_flags): Call default_section_type_flags_1
4246         with appropriate PIC test.
4247         (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
4248         determine readonly.
4249         (rs6000_binds_local_p): Combine PIC flags.
4250         * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
4251         * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.
4252
4253 2002-09-09  Per Bothner  <per@bothner.com>
4254
4255         * print-tree.c (print_node):  In a STRING_CST, escape non-ascii
4256         characters, and only print TREE_STRING_LENGTH chars.
4257
4258 2002-09-09  Steve Ellcey  <sje@cup.hp.com>
4259
4260         * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
4261         (ASM_FILE_END) New.
4262         * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
4263         * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
4264         * config/ia64/ia64.c (ia64_asm_output_external): Create list
4265         of external functions if TARGET_HPUX_LD is true.
4266         (ia64_hpux_add_extern_decl): New, routine to put names on
4267         list of external functions.
4268         (ia64_hpux_asm_file_end): Put out declarations for external
4269         functions if and only if they are used.
4270
4271 2002-09-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4272
4273         * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
4274         on TARGET_64BIT before pic register restore.
4275
4276 2002-09-09  David Edelsohn  <edelsohn@gnu.org>
4277
4278         * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
4279         (TARGET_HAVE_TLS): New description.
4280
4281 2002-09-09  Janis Johnson  <janis187@us.ibm.com>
4282
4283         * doc/extend.texi (Statement Exprs): Fix broken link.
4284
4285 2002-09-09  Denis Chertykov  <denisc@overta.ru>
4286
4287         * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
4288         right conversion of operands[1].
4289
4290 2002-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
4291
4292         * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
4293         commutative.  Use "nonimmediate_operand" instead of "register_operand"
4294         as predicate for operand 0.  Move to after the "*tmXX_mem" insns.
4295
4296         ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
4297         as commutative.
4298
4299         ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
4300         mark as commutative.  Use "nonimmediate_operand" instead of
4301         "register_operand" as predicate for operand 1.
4302
4303         ("movstrictsi"): Fix typo in insn name.
4304
4305 2002-09-09  Jan Hubicka  <jh@suse.cz>
4306
4307         * i386.c (index_register_operand): New.
4308         * i386.h (predicate_codes): Add new predicate.
4309         * i386.md (lea_general_*): Use index_regsiter_operand
4310         (ashift to lea splitter): Do not produce invalid leas
4311         (ashift to mov+ashift split): New.
4312
4313 2002-09-09  Nick Clifton  <nickc@redhat.com>
4314
4315         * config/fr30/fr30.c (output.h): Move after inclusion of tree.h.
4316         Fix folding marks.
4317
4318 2002-09-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
4319             J"orn Rennecke <joern.rennecke@superh.com>
4320
4321         * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.
4322
4323 2002-09-09  Alan Modra  <amodra@bigpond.net.au>
4324
4325         * config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
4326         (function_ok_for_sibcall): Use binds_local_p.  Respect longcall
4327         attributes.
4328
4329 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4330
4331         * fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.
4332
4333 2002-09-08  Richard Henderson  <rth@redhat.com>
4334
4335         * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
4336         (DW_OP_GNU_push_tls_address): New.
4337         (DW_OP_lo_user): Fix.
4338         * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New.
4339         (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes.
4340         (size_of_loc_descr): Likewise.
4341         (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr.
4342         (add_AT_location_description): Take a dw_loc_descr_ref not an rtx.
4343         (loc_descriptor_from_tree): Handle TLS variables.
4344         (rtl_for_decl_location): Do avoid_constant_pool_reference here ...
4345         (add_location_or_const_value_attribute): ... not here.  Defer
4346         to loc_descriptor_from_tree for TLS variables.
4347
4348         * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New.
4349         * config/i386/i386.c (i386_output_dwarf_dtprel): New.
4350         * config/i386/i386-protos.h: Update.
4351
4352 2002-09-08  Roger Sayle  <roger@eyesopen.com>
4353
4354         PR optimization/6405
4355         * unroll.c (loop_iterations): last_loop_insn should be the previous
4356         non-note instruction before loop->end.
4357         * loop.c (strength_reduce): The conditional jump is the last
4358         non-note instruction before loop->end (as above).
4359
4360 2002-09-08  Roger Sayle  <roger@eyesopen.com>
4361
4362         * combine.c (try_combine): Handle the case that undobuf.other_insn
4363         has been turned into a return or unconditional jump, by inserting
4364         a BARRIER if necessary.
4365         (simplify_set):  Test if a condition code setter has a constant
4366         comparison at compile time, if so convert this insn to a no-op move
4367         and update/simplify the condition code user (undobuf.other_insn).
4368
4369 2002-09-08  Krister Walfridsson  <cato@df.lth.se>
4370
4371         * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
4372         (CLEAR_INSN_CACHE): Define.
4373
4374 2002-09-08  Kazu Hirata  <kazu@cs.umass.edu>
4375
4376         * basic-block.h: Fix comment formatting.
4377         * c-common.c: Likewise.
4378         * c-common.h: Likewise.
4379         * c-lex.c: Likewise.
4380         * c-pretty-print.c: Likewise.
4381         * cfglayout.c: Likewise.
4382         * cfgloop.c: Likewise.
4383         * defaults.h: Likewise.
4384         * et-forest.c: Likewise.
4385         * explow.c: Likewise.
4386         * function.h: Likewise.
4387         * gcov.c: Likewise.
4388         * genattrtab.c: Likewise.
4389         * gengtype.c: Likewise.
4390         * ifcvt.c: Likewise.
4391         * libgcc2.c: Likewise.
4392         * loop.c: Likewise.
4393         * profile.c: Likewise.
4394         * ra-build.c: Likewise.
4395         * real.c: Likewise.
4396         * rtl.h: Likewise.
4397         * tracer.c: Likewise.
4398         * tree-inline.c: Likewise.
4399         * varasm.c: Likewise.
4400
4401 2002-09-08  Jan Hubicka  <jh@suse.cz>
4402
4403         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
4404         handling.
4405
4406         * loop.c (loop_gics_reduce):  Emit addition after.
4407
4408 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
4409
4410         * varasm.c (default_assemble_visibility): Rename from
4411         assemble_visibility.
4412         * output.h: Here too.
4413         * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here.
4414         * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here.
4415
4416 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
4417
4418         * reload.c (find_reloads <p constraint>): Pass operand_mode to
4419         find_reloads_address.
4420
4421 2002-09-08  Kazu Hirata  <kazu@cs.umass.edu>
4422
4423         * config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
4424         (anonymous pattern): Likewise.
4425
4426 2002-09-07  Scott Snyder  <snyder@fnal.gov>
4427
4428         PR target/7374
4429         * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.
4430
4431 2002-09-07  Roger Sayle  <roger@eyesopen.com>
4432
4433         * basic-block.h (struct loop): Remove unused cont_dominator field.
4434
4435 2002-09-07  Igor Shevlyakov <igor@microunity.com>
4436
4437         * varasm.c (decode_rtx_const): Don't check undefined field for
4438         CONST_VECTOR.
4439
4440 2002-09-07  Glen Nakamura  <glen@imodulo.com>
4441
4442         PR opt/7814
4443         * sched-deps.c (sched_analyze_insn): Make sure to add insn
4444         to reg_last->sets after flushing the dependency lists to guarantee
4445         that subsequent clobbers will be dependent on it.
4446
4447 2002-09-07  Igor Shevlyakov <igor@microunity.com>
4448
4449         * combine.c (simplify_shift_const): Calculate rotate count
4450         correctly for vector operands.
4451
4452 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
4453
4454         * c-typeck.c (c_tree_expr_nonnegative_p): New function.
4455         (build_binary_op): Call c_tree_expr_nonnegative_p rather than
4456         tree_expr_nonnegative_p.
4457         (build_conditional_expr): Likewise.
4458         * c-tree.h (c_tree_expr_nonnegative_p): Declare.
4459
4460 2002-09-07  Richard Henderson  <rth@redhat.com>
4461
4462         * builtins.def (inf, inff, infl): Mark const.
4463         (huge_val, huge_valf, huge_vall): Likewise.
4464         (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.
4465
4466         * real.c (ereal_inf): Clear E before use.
4467
4468 2002-09-07  Kazu Hirata  <kazu@cs.umass.edu>
4469
4470         * config/h8300/h8300.md (udivmodqi4): Split the pattern into
4471         an expander and an anonymous pattern.  Zero out the upper half
4472         of the dividend in the expander.
4473         (udivmodqi4): Likewise.
4474
4475 2002-09-07  Kazu Hirata  <kazu@cs.umass.edu>
4476
4477         * config/h8300/h8300.c: Fix formatting.
4478         * config/h8300/h8300.h: Likewise.
4479         * config/h8300/h8300.md: Likewise.
4480
4481 2002-09-07  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4482
4483         * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
4484         information.
4485
4486 2002-09-07  Graham Stott  <graham.stott@btinternet.com>
4487
4488        * rtlanal.c (dead_or_set_regno_p): Fix typo.
4489
4490 2002-09-07  Alan Modra  <amodra@bigpond.net.au>
4491
4492         * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
4493
4494         * doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
4495         * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
4496         (TARGET_ASM_OUT): Add the above here.
4497         * target.h (struct gcc_target): Add "visibility" field.
4498         * varasm.c (maybe_assemble_visibility): Call targetm visibility func.
4499         * config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
4500         (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
4501         (rs6000_legitimize_reload_address, first_reg_to_save): Formatting.
4502
4503 2002-09-06  Ziemowit Laski <zlaski@apple.com>
4504
4505         * c-lang.c (objc_is_id): New stub.
4506         * c-tree.h (objc_is_id): New forward declaration.
4507         * c-typeck.c (build_c_cast): Do not strip protocol
4508         qualifiers from 'id' type.
4509         * objc/objc-act.c (objc_comptypes): Correct handling
4510         of protocol qualifiers.
4511         (objc_is_id): New.
4512
4513 Fri Sep  6 13:10:08 2002  Jeffrey A Law  (law@redhat.com)
4514
4515         * pentium.md (pentium-firstvboth): Fix typo.
4516
4517 2002-09-06      Dhananjay Deshpande <dhananjayd@kpit.com>
4518
4519         * h8300.c (enum shift_alg): Move to earlier in h8300.c.
4520         (enum shift_type, enum h8_cpu): Likewise.
4521         (INL, ROT, LOP, SPC macros): Likewise.
4522         (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise.  Lose
4523         const designator.
4524         (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
4525         space efficient algorithms when optimize for codesize.
4526
4527 Fri Sep  6 16:35:32 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4528
4529         Fix PR/1727 and long-standing failing testcase
4530         objc/formal-protocol-6.m.
4531         * objc-act.c (build_protocol_expr): If compiling for the GNU
4532         runtime, create a list of Protocol statically allocated instances
4533         if it doesn't exist, then add the Protocol object to this same
4534         list.
4535         (get_objc_string_decl): Fixed typo/bug - TREE_VALUE had been used
4536         instead of TREE_CHAIN.
4537
4538 Fri Sep  6 16:17:33 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4539
4540         * objc/objc-act.c (dump_interface): Enlarged the char * buffer to
4541         10k.  Fixed category dumping - print out category names with the
4542         proper syntax.  Print '@end\n' and not '\n@end' at the end of the
4543         interface.
4544         (finish_objc): Fixed the -gen-decls option.  It was printing out
4545         only the last class.  Dump an interface declaration of all classes
4546         being compiled instead.
4547
4548 2002-09-06  Jason Thorpe  <thorpej@wasabisystems.com>
4549
4550         * config/arm/arm-protos.h (arm_gen_return_addr_mask): New
4551         prototype.
4552         * config/arm/arm.c (arm_gen_return_addr_mask): New function.
4553         * config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
4554         if not APCS26 and not Thumb or ARMv4-or-higher.  Use gen_int_mode
4555         rather than GEN_INT.
4556         * config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
4557         (return_addr_mask, *check_arch2): New.
4558
4559 2002-09-06  Ulrich Weigand  <uweigand@de.ibm.com>
4560
4561         * config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
4562         "*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
4563         "*addsi3_carry1_cc", "*addsi3_carry1_cconly",
4564         "*addsi3_carry2_cc", "*addsi3_carry2_cconly",
4565         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
4566         "adddf3", "*adddf3", "*adddf3_ibm",
4567         "addsf3", "*addsf3", "*addsf3_ibm",
4568         "muldi3", "mulsi3", "mulsidi3",
4569         "muldf3", "*muldf3", "*muldf3_ibm",
4570         "mulsf3", "*mulsf3", "*mulsf3_ibm",
4571         "*anddi3_cc", "*anddi3_cconly", "anddi3",
4572         "*andsi3_cc", "*andsi3_cconly", "andsi3",
4573         "*iordi3_cc", "*iordi3_cconly", "iordi3",
4574         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
4575         "*xordi3_cc", "*xordi3_cconly", "xordi3",
4576         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
4577         instead of "register_operand" as predicate for "%0" operand.
4578
4579 2002-09-06  Jakub Jelinek  <jakub@redhat.com>
4580
4581         * configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
4582         unconditionally when gcc_cv_as_flags64 checks are gone.
4583         * configure: Rebuilt.
4584
4585 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
4586
4587         * config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
4588         2002-07-26 change.  Comment.
4589
4590 2002-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4591
4592         * frv.c (frv_unique_section, frv_select_section,
4593         frv_select_rtx_section): Delete.
4594         (frv_in_small_data_p): New.
4595         (TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_SECTION,
4596         TARGET_ASM_SELECT_RTX_SECTION): Delete.
4597         (TARGET_IN_SMALL_DATA_P): Define.
4598
4599 2002-09-05  Dale Johannesen  <dalej@apple.com>
4600
4601         * reload1.c (reload):  Retain only those memory clobbers
4602         added for variable-array handling.
4603
4604 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
4605
4606         * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
4607         return-in-memory rules.
4608         * config/arm/arm.h (ARM_FLAG_ATPCS, TARGET_ATPCS): Define.
4609
4610 2002-09-05  David Edelsohn  <edelsohn@gnu.org>
4611
4612         * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
4613         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
4614
4615 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
4616
4617         * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
4618         not a compile-time constant for the non-IBM case.
4619         * config/arm/arm-protos.h (arm_float_words_big_endian): New
4620         prototype.
4621         * config/arm/arm.c (arm_float_words_big_endian): New function.
4622         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __VFP_FP__
4623         if TARGET_VFP  and not TARGET_HARD_FLOAT.
4624         (ARM_FLAG_VFP, TARGET_VFP): Define.
4625         (FLOAT_WORDS_BIG_ENDIAN): Use arm_float_words_big_endian.
4626
4627 2002-09-05  David Edelsohn  <edelsohn@gnu.org>
4628
4629         * doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux*
4630         URLs.  Fix AIX wording.
4631
4632 2002-09-05  Stan Shebs  <shebs@apple.com>
4633
4634         * config/rs6000/rs6000.c (rs6000_override_options): Make -fpic and
4635         -fPIC equivalent on Darwin.
4636
4637 Thu Sep  5 16:27:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
4638
4639         * sh.c (sh_expand_builtin): Return early if encountering an
4640         error_mark for a type.
4641
4642 2002-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
4643
4644         * config/s390/s390.c (s390_expand_plus_operand): Do not require
4645         double-word scratch register.
4646         config/s390/s390.md ("reload_indi", "reload_insi"): Adapt.
4647
4648         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem",
4649         "*cli"): Replace s_operand by memory_operand.
4650         ("cmpstrdi", "cmpstrsi"): Replace s_operand by general_operand.
4651
4652 2002-09-05  Kazu Hirata  <kazu@cs.umass.edu>
4653
4654         * config/h8300/h8300.c (asm_file_start): Add a missing
4655         semicolon.
4656
4657 2002-09-04  Krister Walfridsson  <cato@df.lth.se>
4658
4659         * config/i386/i386.h (GOT_SYMBOL_NAME): Define.
4660         * config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME.
4661         (ix86_output_addr_diff_elt) Likewise.
4662         (x86_output_mi_thunk) Likewise.
4663         * config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine.
4664
4665 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4666
4667         * frv.c (frv_encode_section_info): Fix error in last change.
4668
4669 2002-09-04  David Edelsohn  <edelsohn@gnu.org>
4670
4671         * config/rs6000/rs6000.c (rs6000_flag_pic): New variable.
4672         (rs6000_elf_encode_section_info): ATTRIBUTE_UNUSED.
4673         (TARGET_BINDS_LOCAL_P): Define.
4674         (rs6000_override_options): Save original flag_pic value.
4675         (rs6000_elf_select_section): Call default_elf_select_section_1.
4676         (rs6000_elf_unique_section): Call default_unique_section_1.
4677         (rs6000_elf_in_small_data_p): New function.
4678         (rs6000_xcoff_asm_named_section): Determine storage mapping class.
4679         (rs6000_xcoff_select_section): Update based on defaults.
4680         (rs6000_xcoff_unique_section): Set to basic name if not common.
4681         (rs6000_binds_local_p): New function.
4682         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
4683         targetm.have_srodata_section if SDATA_EABI.
4684         (TARGET_IN_SMALL_DATA_P): Define.
4685
4686 2002-09-04  Dale Johannesen  <dalej@apple.com>
4687
4688         * varasm.c (struct rtx_const, decode_rtx_const):
4689         Make veclo and vechi fields not share storage.
4690
4691 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
4692
4693         * loop.c (scan_loop): Don't mark separate insns out of a libcall
4694         for moving.
4695         (move_movables): Abort if we see the first insn of a libcall.
4696
4697 2002-09-04  Richard Henderson  <rth@redhat.com>
4698
4699         * builtin-types.def (BT_FN_FLOAT): New.
4700         (BT_FN_DOUBLE, BT_FN_LONG_DOUBLE): New.
4701         * builtins.def (BUILT_IN_INF, BUILT_IN_INFF, BUILT_IN_INFL,
4702         BUILT_IN_HUGE_VAL, BUILT_IN_HUGE_VALF, BUILT_IN_HUGE_VALL): New.
4703         * builtins.c (fold_builtin_inf): New.
4704         (fold_builtin): Call it.
4705         * real.c (ereal_inf): New.
4706         * real.h: Declare it.
4707         * doc/extend.texi: Document new builtins.
4708
4709 2002-09-04  Richard Henderson  <rth@redhat.com>
4710
4711         * cse.c (cse_insn): Avoid subreg games if the equivalence
4712         is already in the proper mode.
4713
4714 2002-09-04  Eric Botcazou  <ebotcazou@multimania.com>
4715
4716         PR c/7102
4717         * optabs.c (expand_binop): Convert CONST_INTs in all cases.
4718
4719 2002-09-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4720
4721         * pa.md (setccfp0, setccfp1): New patterns.
4722
4723 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4724
4725         * frv-protos.h (frv_init_builtins, frv_expand_builtin,
4726         frv_select_section, frv_select_rtx_section,
4727         frv_encode_section_info, frv_unique_section): Delete.
4728         * frv.c: Update for target hooks.
4729         * frv.h (STRIP_NAME_ENCODING, SLOW_ZERO_EXTEND, SELECT_SECTION,
4730         SELECT_RTX_SECTION, ENCODE_SECTION_INFO, UNIQUE_SECTION,
4731         EASY_DIV_EXPR, MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Delete.
4732
4733 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4734
4735         * ip2k-protos.h (function_prologue, function_epilogue,
4736         encode_section_info): Update to match target hook specification.
4737         * ip2k.c: Wrap `MDR' code in IP2K_MD_REORG_PASS.
4738         (function_prologue, function_epilogue, encode_section_info):
4739         Update to match target hook specification.
4740         * ip2k.h (SELECT_SECTION, SELECT_RTX_SECTION, ASM_OPEN_PAREN,
4741         ASM_CLOSE_PAREN, EASY_DIV_EXPR): Delete.
4742         (NOTICE_UPDATE_CC): Cast to void.
4743         * ip2k.md: Add defaults in switch statements.
4744
4745 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
4746
4747         * doc/trouble.texi (Interoperation): Update information about C++ ABI
4748         issues.
4749
4750 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
4751
4752         * config/sparc/t-netbsd64: Disable multilib for now.
4753
4754 2002-09-04  David Edelsohn  <edelsohn@gnu.org>
4755
4756         * target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro.
4757         * target.h (gcc_target): Add have_srodata_section member.
4758         * varasm.c (section_category): Add SECCAT_SRODATA.
4759         (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if
4760         READONLY_SDATA_SECTION defined.
4761         (decl_readonly_section_1): True for SECCAT_SRODATA also.
4762         (default_elf_select_section_1): Map SECCAT_SRODATA to .sdata2.
4763         (default_unique_section_1): Likewise.
4764
4765 2002-09-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4766
4767         * expr.c (emit_group_load): Revise to allow splitting TCmode source
4768         into DImode pieces.
4769
4770         * pa-64.h (LONG_DOUBLE_TYPE_SIZE): Define to 128.
4771         * pa64-regs.h (CLASS_CANNOT_CHANGE_MODE_P): Inhibit changes from SImode
4772         for floating-point register class.
4773         * pa.c (function_arg): Fix handling of modes wider than one word for
4774         TARGET_64BIT.
4775
4776 Wed Sep  4 18:48:10 2002  J"orn Rennecke <joern.rennecke@superh.com>
4777
4778         * combine.c (make_compound_operation): Don't generate zero / sign
4779         extensions in floating point modes.
4780
4781 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
4782
4783         * doc/c-tree.texi: Fix overfull hboxes.
4784         * doc/cppopts.texi: Ditto.
4785         * doc/extend.texi: Ditto.
4786         * doc/gty.texi: Ditto.
4787         * doc/invoke.texi: Ditto.
4788         * doc/makefile.texi: Ditto.
4789         * doc/rtl.texi: Ditto.
4790         * doc/standards.texi: Ditto.
4791         * doc/tm.texi: Ditto.
4792
4793 2002-09-04  Richard Henderson  <rth@redhat.com>
4794
4795         * c-common.c (builtin_define_with_hex_fp_value): New.
4796         (builtin_define_float_constants): Use it.  Fix H_FLOAT mant_dig.
4797
4798 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
4799
4800         * doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
4801         (-fpcc-struct-return, -freg-struct-return, -fshort-enums,
4802         -fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
4803         Warn that these options can break ABI compatibility.
4804
4805 2002-09-04  Richard Henderson  <rth@redhat.com>
4806
4807         * real.c (ereal_to_decimal): Add digits parameter.
4808         * real.h (REAL_VALUE_TO_DECIMAL): Remove format; add digits parameter.
4809         * c-pretty-print.c (pp_c_real_literal): Update call.
4810         * print-rtl.c (print_rtx): Likewise.
4811         * print-tree.c (print_node_brief, print_node): Likewise.
4812         * sched-vis.c (print_value): Likewise.
4813         * config/arc/arc.c (arc_print_operand): Likewise.
4814         * config/c4x/c4x.c (c4x_print_operand): Likewise.
4815         * config/i370/i370.h (PRINT_OPERAND): Likewise.
4816         * config/i386/i386.c (print_operand): Likewise.
4817         * config/i960/i960.c (i960_print_operand): Likewise.
4818         * config/ip2k/ip2k.c (asm_output_float): Likewise.
4819         * config/m32r/m32r.c (m32r_print_operand): Likewise.
4820         * config/m68hc11/m68hc11.c (print_operand): Likewise.
4821         * config/m68k/hp320.h (PRINT_OPERAND, ASM_OUTPUT_FLOAT_OPERAND,
4822         ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
4823         * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND,
4824         ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
4825         * config/m68k/sun2o4.h (ASM_OUTPUT_FLOAT_OPERAND,
4826         ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
4827         * config/m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND,
4828         ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
4829         * config/mips/mips.c (print_operand): Likewise.
4830         * config/ns32k/ns32k.c (print_operand): Likewise.
4831         * config/pdp11/pdp11.h (PRINT_OPERAND): Likewise.
4832         * config/vax/vax.h (PRINT_OPERAND): Likewise.
4833         * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Update docs.
4834
4835 2002-09-04  Bob Wilson  <bob.wilson@acm.org>
4836
4837         * config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define to
4838         xtensa_multibss_section_type_flags.
4839         * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Define.
4840
4841 2002-09-04  Richard Henderson  <rth@redhat.com>
4842
4843         * doc/install-old.texi: Don't mention enquire.
4844         * doc/sourcebuild.texi: Update float.h description.
4845
4846 Wed Sep  4 11:22:14 2002  J"orn Rennecke <joern.rennecke@superh.com>
4847
4848         * sh.md (mperm_w_little, mperm_w_big): Supply mode for zero_extract.
4849
4850 2002-09-03  David Edelsohn  <edelsohn@gnu.org>
4851
4852         * varasm.c (default_section_type_flags): Append _1 to name with
4853         shlib parameter.  Use original name to call new function with
4854         implicit flag_pic.
4855         (decl_readonly_section): Likewise.
4856         (default_elf_select_section): Likewise.
4857         (default_unique_section): Likewise.
4858         (default_bind_local_p): Likewise.
4859         (categorize_decl_for_section): Add shlib parameter to use in place
4860         of implicit flag_pic.
4861         * output.h: Declare new functions with _1 and shlib argument.
4862
4863 2002-09-03  Janis Johnson  <janis187@us.ibm.com>
4864
4865         * doc/install.texi: Fix typos, formatting problems, and obvious
4866         overfull/underfull boxes.
4867
4868         * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
4869         * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
4870         include its file, compat.texi.
4871         * doc/compat.texi: New file with new chapter, Binary Compatibility.
4872
4873 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
4874
4875         Debian BTS Bug #157416
4876         * cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
4877         * cpplib.c (destringize_and_run): Kludge around getting
4878         tokens from in-progress macros.
4879         (_cpp_do__Pragma): Simplify.
4880
4881 2002-09-03  Steve Ellcey  <sje@cup.hp.com>
4882
4883         * config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
4884         (CPP_CPU_SPEC): Remove.
4885         (TARGET_CPU_CPP_BUILTINS): New.
4886         * config/ia64/hpux.h (CPP_PREDEFINES): Remove.
4887         (CPP_SPEC): Remove.
4888         (TARGET_OS_CPP_BUILTINS): New.
4889         * config/ia64/linux.h (CPP_PREDEFINES): Remove.
4890         (TARGET_OS_CPP_BUILTINS): New.
4891         * config/ia64/aix.h (CPP_SPEC): Move some stuff to
4892         TARGET_OS_CPP_BUILTINS.
4893         (CPP_PREDEFINES): Remove.
4894         (CPLUSPLUS_CPP_SPEC): Remove.
4895         (TARGET_OS_CPP_BUILTINS): New.
4896
4897 2002-09-03  Richard Henderson  <rth@redhat.com>
4898
4899         * Makefile.in (USER_H): Add ginclude/float.h.
4900         (FLOAT_H): Remove.
4901         (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
4902         (mostlyclean): Don't remove float.h intermediate files.
4903         (distclean): Don't remove float.h.
4904         * config.gcc: Remove all float_format references.
4905         * configure.in (float_format, float_h_file): Remove.
4906
4907         * c-common.c: Include tree-inline.h.
4908         (builtin_define_with_int_value): New.
4909         (builtin_define_type_precision): Use it.
4910         (builtin_define_float_constants): New.
4911         (cb_register_builtins): Use it.  Define __FLT_RADIX__ and
4912         __FLT_EVAL_METHOD__.
4913         * defaults.h (TARGET_FLT_EVAL_METHOD): New.
4914         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
4915         * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
4916         * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
4917         (TARGET_FLT_EVAL_METHOD): New.
4918
4919         * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
4920         config/float-i386.h, config/float-i64.h, config/float-m68k.h,
4921         config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
4922         * ginclude/float.h: New.
4923
4924 2002-09-03  Stan Shebs  <shebs@apple.com>
4925
4926         * config/darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
4927         (DWARF2_DEBUGGING_INFO): Remove until assembler accepts Dwarf-2.
4928         (PREFERRED_DEBUGGING_TYPE): Ditto.
4929         (ASM_OUTPUT_IDENT): Remove empty definition.
4930
4931 2002-09-03  Steve Ellcey  <sje@cup.hp.com>
4932
4933         * config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
4934         cxx_target.
4935         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
4936         handling routine for builtin pragma.
4937         * config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
4938         Registered pragma handling routine.
4939         * ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
4940         (ia64_hpux_add_pragma_builtin) New subroutine used by above.
4941         If builtin pragma seen for math routine and C89 conformance is
4942         requested use different math function in order to set errno.
4943         * t-ia64 (ia64-c.o): Add new rule for new file.
4944
4945 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
4946
4947         * config/s390/s390.md ("movti"): Add Q->Q alternative.
4948         ("*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
4949         "movqi", "*movdf_64", "*movdf_31", "*movsf"): Likewise.
4950
4951         ("*movti_ss", "*movdi_ss", "*movsi_ss", "*movdf_ss",
4952         "*movsf_ss"): Remove.
4953
4954 2002-09-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4955
4956         * pa32-regs.h (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P):
4957         Delete macros.
4958
4959 2002-09-03   Arati Dikey  <aratid@kpit.com>
4960
4961         * h8300.c (asm_file_start): Corrected optimization comment.
4962
4963 2002-09-03  Stan Shebs  <shebs@apple.com>
4964
4965         * c-lang.c (recognize_objc_keyword): Remove, no longer used.
4966         * c-tree.h (recognize_objc_keyword): Remove decl.
4967         * c-typeck.c (comp_target_types): Update a comment.
4968
4969 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
4970
4971         * config/s390/s390.c (s390_decompose_address): Remove STRICT parameter
4972         and register validity checks.
4973         (general_s_operand): Adapt to s390_decompose_address interface change.
4974         (q_constraint): Likewise.
4975         (s390_expand_plus_operand): Likewise.
4976         (legitimiate_address_p): Likewise.
4977         (legitimate_la_operand_p): Likewise.
4978         (legitimize_la_operand): Likewise.
4979         (print_operand_address): Likewise.
4980         (print_operand): Likewise.
4981
4982 Tue Sep  3 11:32:14 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4983
4984         PR objc/5956:
4985         * objc/objc-act.c (build_typed_selector_reference): Fix typo which
4986         was causing the new selector never to match the existing ones
4987         (Patch by Alexander Malmberg <alexander@malmberg.org>).
4988
4989 2002-09-03  Graham Stott  <graham.stott@btinternet.com>
4990
4991         * config/i386/i386.md ("femms"): Add "memory" attr "none".
4992
4993 2002-09-03  Graham Stott  <graham.stott@btinternet.com>
4994
4995         * expr.c (expand_expr): Remove extraneous comment and code.
4996
4997 2002-08-31  Richard Henderson  <rth@redhat.com>
4998
4999         * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
5000
5001 2002-08-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5002
5003         * pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
5004
5005 2002-08-30  Richard Henderson  <rth@redhat.com>
5006
5007         PR opt/7515
5008         * c-objc-common.c: Include target.h.
5009         (c_cannot_inline_tree_fn): Don't auto-inline functions that
5010         don't bind locally.  Factor setting DECL_UNINLINABLE.
5011         * Makefile.in (c-objc-common.o): Update.
5012
5013 2002-08-30  Janis Johnson  <janis187@us.ibm.com>
5014
5015         * doc/install.texi (Configuration, Building): Fix a typo and
5016         some formatting directives.
5017
5018 2002-08-30  Paul Koning <pkoning@equallogic.com>
5019
5020         * doc/c-tree.texi (RDIV_EXPR): Fix typo.
5021         * doc/rtl.texi (post_modify): Remove misplaced text, remove "not
5022         implemented" note.
5023         * doc/md.texi (IP2K): Move machine-specific constraints before MIPS
5024         for alphabetic order.
5025         * doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
5026         VAX_FLOAT_FORMAT.  Remove reference to HOST_FLOAT_FORMAT.
5027         (VAX_HALFWORD_ORDER): Document.
5028         (LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
5029         IEEE float format.
5030         (TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
5031         (ASM_OUTPUT_LABEL_REF): Fix font.
5032         (CASE_VECTOR_SHORTEN_MODE): Ditto.
5033
5034 2002-08-30  Denis Chertykov  <denisc@overta.ru>
5035
5036         * config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
5037         stuff.
5038         (ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
5039         CONST_DOUBLE constants.
5040
5041 2002-08-30  Jason Thorpe  <thorpej@wasabisystems.com>
5042
5043         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
5044         related defines to...
5045         (SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
5046         * config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
5047         as a no-op.
5048
5049 2002-08-30  Krister Walfridsson  <cato@df.lth.se>
5050
5051         * config/arm/arm.c (arm_asm_output_labelref): New function.
5052         * config/arm/arm.h (ASM_OUTPUT_LABELREF): Call arm_asm_output_labelref.
5053         * config/arm/arm-protos.h: Add prototype for arm_asm_output_labelref.
5054
5055 2002-08-29  Rodney Brown  <rbrown64@csc.com.au>
5056
5057         * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
5058         memory exhausted" workarounds.
5059
5060 2002-08-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5061
5062         * diagnostic.c (fancy_abort): Don't repeat "internal error".
5063         * toplev.c (crash_signal): Likewise.
5064
5065 Fri Aug 30 00:33:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
5066
5067         * doc/cpp.texi (__NEXT_RUNTIME__): Extended documentation.
5068         * doc/invoke.texi (-fnext-runtime, -Wno-protocol, -Wselector):
5069         Extended, updated documentation.
5070         (-Wundeclared-selector): Documented.
5071
5072 2002-08-29  Jason Thorpe  <thorpej@wasabisystems.com>
5073
5074         * config/chorus.h: Consistently define *_DEBUGGING_INFO with
5075         the value 1.  Do not undef before defining.
5076         * config/darwin.h: Likewise.
5077         * config/dbx.h: Likewise.
5078         * config/dbxcoff.h: Likewise.
5079         * config/dbxelf.h: Likewise.
5080         * config/elfos.h: Likewise.
5081         * config/interix.h: Likewise.
5082         * config/lynx-ng.h: Likewise.
5083         * config/lynx.h: Likewise.
5084         * config/netware.h: Likewise.
5085         * config/psos.h: Likewise.
5086         * config/svr3.h: Likewise.
5087         * config/alpha/alpha.h: Likewise.
5088         * config/alpha/elf.h: Likewise.
5089         * config/alpha/vms.h: Likewise.
5090         * config/arc/arc.h: Likewise.
5091         * config/arm/aout.h: Likewise.
5092         * config/arm/coff.h: Likewise.
5093         * config/c4x/c4x.h: Likewise.
5094         * config/h8300/h8300.h: Likewise.
5095         * config/i386/cygwin.h: Likewise.
5096         * config/i386/djgpp.h: Likewise.
5097         * config/i386/gas.h: Likewise.
5098         * config/i386/gstabs.h: Likewise.
5099         * config/i386/i386-coff.h: Likewise.
5100         * config/i386/i386-interix.h: Likewise.
5101         * config/i386/sco5.h: Likewise.
5102         * config/i386/svr3dbx.h: Likewise.
5103         * config/i386/sysv3.h: Likewise.
5104         * config/i386/win32.h: Likewise.
5105         * config/i386/x86-64.h: Likewise.
5106         * config/i960/i960.h: Likewise.
5107         * config/ia64/ia64.h: Likewise.
5108         * config/ip2k/ip2k.h: Likewise.
5109         * config/m32r/m32r.h: Likewise.
5110         * config/m68k/3b1.h: Likewise.
5111         * config/m68k/3b1g.h: Likewise.
5112         * config/m68k/ccur-GAS.h: Likewise.
5113         * config/m68k/coff.h: Likewise.
5114         * config/m68k/hp2bsd.h: Likewise.
5115         * config/m68k/hp310g.h: Likewise.
5116         * config/m68k/hp320g.h: Likewise.
5117         * config/m68k/hp3bsd.h: Likewise.
5118         * config/m68k/hp3bsd44.h: Likewise.
5119         * config/m68k/linux-aout.h: Likewise.
5120         * config/m68k/m68k-aout.h: Likewise.
5121         * config/m68k/mot3300.h: Likewise.
5122         * config/m68k/netbsd.h: Likewise.
5123         * config/m68k/openbsd.h: Likewise.
5124         * config/m68k/pbb.h: Likewise.
5125         * config/m68k/plexus.h: Likewise.
5126         * config/m68k/sun2.h: Likewise.
5127         * config/m68k/sun3.h: Likewise.
5128         * config/m68k/tower-as.h: Likewise.
5129         * config/m68k/vxm68k.h: Likewise.
5130         * config/m88k/aout-dbx.h: Likewise.
5131         * config/m88k/m88k-aout.h: Likewise.
5132         * config/mcore/mcore-elf.h: Likewise.
5133         * config/mcore/mcore-pe.h: Likewise.
5134         * config/mips/elf.h: Likewise.
5135         * config/mips/elf64.h: Likewise.
5136         * config/mips/iris5gas.h: Likewise.
5137         * config/mips/iris6.h: Likewise.
5138         * config/mips/mips.h: Likewise.
5139         * config/mips/sni-gas.h: Likewise.
5140         * config/mmix/mmix.h: Likewise.
5141         * config/ns32k/netbsd.h: Likewise.
5142         * config/pa/pa64-hpux.h: Likewise.
5143         * config/romp/romp.h: Likewise.
5144         * config/rs6000/sysv4.h: Likewise.
5145         * config/rs6000/xcoff.h: Likewise.
5146         * config/sh/coff.h: Likewise.
5147         * config/sh/elf.h: Likewise.
5148         * config/sparc/linux64.h: Likewise.
5149         * config/sparc/liteelf.h: Likewise.
5150         * config/sparc/netbsd.h: Likewise.
5151         * config/sparc/openbsd.h: Likewise.
5152         * config/sparc/pbd.h: Likewise.
5153         * config/sparc/sp64-elf.h: Likewise.
5154         * config/sparc/sp86x-elf.h: Likewise.
5155         * config/sparc/sparc.h: Likewise.
5156         * config/vax/vax.h: Likewise.
5157         * config/vax/vaxv.h: Likewise.
5158
5159 2002-08-29  "Dhananjay R. Deshpande" <dhananjayd@kpit.com>
5160
5161         * h8300.c (shift_alg_hi): Various tweaks to improve performance
5162         of HImode shifts.
5163         (get_shift_alg): Corresponding changes.
5164
5165 2002-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5166
5167         * som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
5168
5169 2002-08-29  Richard Henderson  <rth@redhat.com>
5170
5171         * expr.h (enum block_op_methods): New.
5172         (emit_block_move): Update prototype.
5173         * expr.c (block_move_libcall_safe_for_call_parm): New.
5174         (emit_block_move_via_loop): New.
5175         (emit_block_move): Use them.  New argument METHOD.
5176         (emit_push_insn): Always respect the given alignment.
5177         (expand_assignment): Update call to emit_block_move.
5178         (store_expr, store_field, expand_expr): Likewise.
5179         * builtins.c (expand_builtin_apply): Likewise.
5180         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
5181         * function.c (expand_function_end): Likewise.
5182         * config/sh/sh.c (sh_initialize_trampoline): Likewise.
5183         * config/sparc/sparc.c (sparc_va_arg): Likewise.
5184         * calls.c (expand_call, emit_library_call_value_1): Likewise.
5185         (save_fixed_argument_area): Use emit_block_move with
5186         BLOCK_OP_CALL_PARM instead of move_by_pieces.
5187         (restore_fixed_argument_area): Likewise.
5188         (store_one_arg): Fix alignment parameter to emit_push_insn.
5189
5190 2002-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5191
5192         * install.texi (hppa64-hp-hpux11*): Document installation procedure.
5193
5194 2002-08-29  Catherine Moore  <clm@redhat.com>
5195
5196         * config/v850/v850.h (MULDI3_LIBCALL, UCMPDI2_LIBCALL, CMPDI2_LIBCALL,
5197         NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
5198         (PREDICATE_CODES): Include new predicates.
5199         (RTX_COSTS): Handle UMOD and UDIV.  Tune MULT for v850e.
5200         (TARGET_SWITCHES):  Add strict-align.
5201         (TARGET_STRICT_ALIGN): New.
5202         (MASK_DEFAULT, STRICT_ALIGNMENT):  Redefine.
5203         * config/v850/t-v850 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
5204         Define.
5205         (LIB1ASMFUNCS): Add v850_negdi2, v850_cmpdi2, v850_ucmpdi2,
5206         v850_muldi3.
5207         * config/v850/lib1funcs.asm (L_callt_save_r2_r29, L_return_r2_r29,
5208         L_callt_save_r2_r31, L_return_r2_r31,
5209         L_save_all_interrupt): Change addi to add.
5210         (L_save_interrupt, L_return_interrupt): Rework.
5211         (__return_r31):  Correct .size directive.
5212         (mulsi3, divsi3, udivsi3, umodsi3, modsi3): Tune for v850e.
5213         (v850_negdi2, v850_cmpdi2, v850_ucmpdi2, v850_muldi3):
5214         New routines.
5215         * config/v850/v850.c (expand_prologue): Call
5216         gen_callt_save_interrupt, gen_callt_restore_all_interrupt,
5217         gen_callt_return_interrupt and gen_callt_save_all_interrupt.
5218         (reg_or_int9_operand): New predicate.
5219         (reg_or_const_operand): New routine.
5220         * config/v850/v850.md (return_interrupt): Changed from
5221         restore_interrupt.
5222         (callt_save_all_interrupt): Changed from save_all_interrupt_v850e.
5223         (callt_save_interrupt): Change save sequence.
5224         (callt_return_interrupt): New.
5225         (save_interrupt): Don't use runtime function for LONG_CALLS
5226         and TARGET_PROLOG_FUNCTION.
5227         (save_all_interrupt): Likewise.
5228         (mulsi3): Use new predicate.
5229         (moviscc): Disallow some combination of constants.
5230         Fix define_split for sasf insns, so that it will not generate bad
5231         code if operand0 and operand5 are the same.
5232         * config/v850/v850-protos.h: Prototype new predicates.
5233
5234 2002-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5235
5236         * c-common.c (builtin_define_type_precision): New function.
5237         (cb_register_builtins): Use it.  Define __WCHAR_UNSIGNED__ is
5238         wchar_t is unsigned in C++.
5239         * doc/cpp.texi (Common Predefined Macros): Document
5240         __WCHAR_UNSIGNED__, __CHAR_BIT__, __WCHAR_BIT__, __SHRT_BIT__,
5241         __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
5242         __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
5243
5244 2002-08-28  Sylvain Pion <pion@cs.nyu.edu>
5245
5246         * doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
5247         section.  Mention that it is enabled by -Wall.
5248         (-Wall): Mention that there can be language-specific warnings as well.
5249         (-Wctor-dtor-privacy): Mention that it is enabled by default.
5250         (-Wnon-virtual-dtor): Mention that it is enabled by -Wall.
5251
5252 Wed Aug 28 15:35:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
5253
5254         * sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
5255         if it is ever live.
5256
5257         * sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
5258         attribute for SHCOMPACT.
5259
5260         * sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
5261         appropriately.
5262         (FUNCTION_BOUNDARY): Specify only the minimum alignment required
5263         by the ABI.
5264
5265         * sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.
5266
5267 2002-08-28  Jason Thorpe  <thorpej@wasabisystems.com>
5268
5269         * config.gcc (mips*-*-netbsd*): Set target_cpu_default to
5270         "MASK_GAS|MASK_ABICALLS".
5271         * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
5272         (TARGET_DEFAULT): Remove.
5273         (MACHINE_TYPE): Undefine before defining.
5274         (DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.
5275
5276 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
5277
5278         * c-common.c (warn_abi): New variable.
5279         * c-common.h (warn_abi): Likewise.
5280         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
5281         (c_common_decode_option): Handle it.
5282         * doc/invoke.texi: Document -Wabi.
5283
5284 Tue Aug 27 23:03:52 2002  Nicola Pero  <n.pero@mi.flashnet.it>
5285
5286         * c-common.c (warn_undeclared_selector): New variable.
5287         * c-common.h (warn_undeclared_selector): Idem.
5288         * c-opts.c (c_common_decode_option): Set warn_undeclared_selector
5289         to on when -Wundeclared-selector is found.
5290         (COMMAND_LINE_OPTIONS): Added -Wundeclared-selector.
5291         * objc/objc-act.c (build_selector_expr): If
5292         warn_undeclared_selector is set, check that the selector has
5293         already been defined, and emit a warning if not.
5294
5295 2002-08-27  Nick Clifton  <nickc@redhat.com>
5296             Catherine Moore  <clm@redhat.com>
5297             Jim Wilson  <wilson@cygnus.com>
5298
5299         * config.gcc: Add v850e-*-* target.
5300         Add --with-cpu= support for v850.
5301         * config/v850/lib1funcs.asm: Add v850e callt functions.
5302         * config/v850/v850.h: Add support for v850e target.
5303         * config/v850/v850.c: Add functions to support v850e target.
5304         * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
5305         * config/v850/v850.md: Add patterns for v850e instructions.
5306         * doc/invoke.texi: Document new v850e command line switches.
5307
5308 Tue Aug 27 18:30:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
5309                           Aldy Hernandez <aldyh at redhat dot com>
5310
5311         * doc/tm.texi: Applied numerous fixes to the automaton based
5312         scheduler descrition.
5313
5314 Tue Aug 27 19:51:05 CEST 2002  Jan Hubicka  <jh@suse.cz>
5315
5316         * i386.c (classify_argument): Handle variable sized objects.
5317
5318 Tue Aug 27 19:18:16 CEST 2002  Jan Hubicka  <jh@suse.cz>
5319
5320         * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
5321
5322 Tue Aug 27 18:01:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
5323
5324         * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
5325
5326 Tue Aug 27 18:00:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
5327
5328         * i386.c (classify_argument): Properly compute word size of the analyzed object.
5329
5330 Tue Aug 27 14:39:09 2002  J"orn Rennecke <joern.rennecke@superh.com>
5331
5332         * sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
5333         mac_gp ftrc_s and cwb.  Add / Adjust definitions in individual insn
5334         accordingly.
5335         (attribute insn_class): Provide default definitions based on type.
5336         Remove all insn-specific settings.
5337         (various function units): Remove old SH4 scheduling.
5338         (branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
5339         New attributes.  Set them where appropriate.
5340         (cpu unit FS): Don't define / use.
5341         (F3, load_store): New cpu units.
5342         (F01): New reservation.
5343         (all insn_reservations): Make dependent on sh4 pipeline model.
5344         Fix latencies.
5345         (nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
5346         (sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
5347         (mt insn_reservation): Use type mt_group.
5348         (insn_reservation load_store): Split into sh4_load, sh4_load_si,
5349         sh4_fload and sh4_store.
5350         (insn_reservation branch_zero and branch): Replace with sh4_branch.
5351         (insn_reservation branch_far): Replace with sh4_return.
5352         (insn_reservation return_from_exp): Rename to:
5353         (sh4_return_from_exp).  Change to be just d_lock*5.
5354         (insn_reservation lds_to_pr): Rename to:
5355         (sh4_lds_to_pr).  Change to be just d_lock*2.
5356         (insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
5357         d_lock*2.
5358         (insn_reservation prload_mem): Rename to:
5359         (sh4_prstore_mem).  Change to d_lock*2,nothing,memory.
5360         (insn_reservation fpscr_store): Rename to:
5361         (fpscr_load).  Change to d_lock,nothing,F1*3.
5362         (insn_reservation fpscr_store_mem): Rename to:
5363         (fpscr_load_mem).  Change to d_lock,nothing,(F1+memory),F1*2.
5364         (insn_reservation multi): Change to
5365         d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
5366         (insn_reservation fp_arith): Change to issue,F01,F2.
5367         (insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
5368         (insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
5369         (insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
5370         (insn_reservation fp_double_cmp): Change to
5371         d_lock,(d_lock+F01),F1+F2,F2.
5372         (insn_reservation dp_div): Change to
5373         issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
5374         * sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
5375         (sh_adjust_cost, SHcompact): Differentiate between different
5376         kinds of dependencies.  Drop factor of ten for superscalar.
5377         Use new instruction types.  Add new exception rules.
5378
5379         * sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
5380
5381         * sh.md (mperm_w): Add DONE.
5382
5383 2002-08-27  David Edelsohn  <edelsohn@gnu.org>
5384
5385         * longlong.h: Import current PowerPC defintion from GMP-4.1.
5386
5387         * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
5388
5389         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
5390
5391 Tue Aug 27 13:53:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
5392
5393         * sh.h (MAX_FIXED_MODE_SIZE): Define.
5394
5395 2002-08-27  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
5396
5397         * doc/cpp.texi (Common Predefined Macros): Don't mess with table
5398         delimiter.
5399
5400 2002-08-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5401
5402         * c-common.c (cpp_define_data_format): New function.
5403         (cb_register_builtins): Call it.
5404
5405         * doc/cpp.texi (Common Predefined Macros): Document
5406         __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
5407         __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
5408         __TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
5409         __TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
5410         __TARGET_USES_VAX_H_FLOAT__.
5411
5412 2002-08-26  Ziemowit Laski <zlaski@apple.com>
5413
5414         * objc/objc-act.c (get_super_receiver): If inside a class method
5415         of a category, cast the receiver to 'id' before accessing the 'isa'
5416         field so that <objc/objc-class.h> is not needed.  For NeXT runtime.
5417
5418 2002-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5419
5420         * config/s390/s390-protos.h (s390_function_prologue,
5421         s390_function_epilogue): Remove.
5422         config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
5423         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
5424
5425         config/s390/s390.c (s390_machine_dependent_recorg): New function.
5426         config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
5427         config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
5428         config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
5429         to being called from MACHINE_DEPENDENT_REORG.  Update regs_ever_live.
5430
5431         config/s390/s390.c (s390_frame_info): Inline save_fprs_p.  Always
5432         assume BASE_REGISTER and RETURN_REGNUM need to be saved.
5433         (s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
5434         function is not a leaf function.  Use save_gprs and restore_gprs.
5435         (s390_emit_epilogue): Likewise.
5436         (save_gprs, restore_gprs): New functions.
5437         (struct s390_frame): Remove return_reg_saved_p member.
5438         (save_fprs_p): Remove.
5439         (s390_optimize_prolog): New function.
5440         (s390_legitimate_reload_constant): Remove now unnecessary check.
5441
5442         (s390_function_count): Remove.
5443         (s390_output_symbolic_const): Replace s390_function_count by
5444         current_function_funcdef_no.
5445         (s390_output_constant_pool): Likewise.
5446
5447         (legitimize_pic_address): Use regs_ever_live to track PIC register
5448         instead of current_function_uses_pic_offset_table.
5449         (s390_emit_prologue): Likewise.
5450         config/s390/s390.md ("call", "call_value"): Likewise.
5451
5452 2002-08-26  Neil Booth  <neil@daikokuya.co.uk>
5453
5454         * c-opts.c (find_opt): Don't complain about wrong languages
5455         here.  Return exact matches even for wrong language.
5456         (c_common_decode_option): Complain about wrong languages
5457         here.
5458
5459 2002-08-24  Stuart Hastings  <stuart@apple.com>
5460
5461         * function.h (struct function): Add flag
5462         all_throwers_are_sibcalls.
5463         * except.c (set_nothrow_function_flags): Replaces
5464         nothrow_function_p. Set new flag.
5465         * except.h (set_nothrow_function_flags): Replaces
5466         nothrow_function_p.
5467         * dwarf2out.c (struct dw_fde_struct): Add flag
5468         all_throwers_are_sibcalls.
5469         (output_call_frame_info): Test it.
5470         (dwarf2out_begin_prologue) Propagate it from cfun to
5471         dw_fde_struct.
5472         * toplev.c (rest_of_compilation): Update calls to
5473         nothrow_function_p.
5474
5475 2002-08-23  Zack Weinberg  <zack@codesourcery.com>
5476
5477         * ggc-page.c (compute_inverse): Short circuit calculation for
5478         object sizes larger than half a page.
5479
5480 2002-08-23  David Edelsohn  <edelsohn@gnu.org>
5481
5482         * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
5483         DEFAULT_ABI == ABI_AIX like PIC.  Test PIC & reloc for readonly
5484         default.
5485         (rs6000_elf_unique_section): Likewise.
5486
5487 2002-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5488
5489         * ns32k.c (ns32k_globalize_label): Delete.
5490         * ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
5491
5492 2002-08-23  Alan Modra  <amodra@bigpond.net.au>
5493
5494         * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
5495         for loading delta with num_insns_constant_wide.  Calculate
5496         delta_low, delta_high without using a conditional.
5497
5498 2002-08-22  Jason Merrill  <jason@redhat.com>
5499
5500         * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
5501         * c-common.def: Adjust.
5502         * c-dump.c (c_dump_tree): Adjust.
5503         * c-semantics.c (genrtl_return_stmt): Adjust.
5504         * c-pretty-print.c (pp_c_statement): Adjust.
5505         * tree-inline.c (copy_body_r): Adjust.
5506
5507 2002-08-22  Zack Weinberg  <zack@codesourcery.com>
5508
5509         * ggc-page.c: Avoid division in ggc_set_mark.
5510         (DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
5511         compute_inverse): New.
5512         (ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
5513         (init_ggc): Initialize inverse_table.
5514
5515 2002-08-22  Tom Tromey  <tromey@redhat.com>
5516
5517         * doc/install.texi (Configuration): Document --datadir.
5518
5519 2002-08-22  Alexandre Oliva  <aoliva@redhat.com>
5520
5521         * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
5522
5523 2002-08-22  Hans-Peter Nilsson  <hp@bitrange.com>
5524
5525         * gengtype-lex.l (ID): Allow underscore as first character.
5526
5527 2002-08-21  David Edelsohn  <edelsohn@gnu.org>
5528
5529         * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
5530         function.
5531         (rs6000_xcoff_asm_named_section): Rename.
5532         * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
5533
5534 2002-08-21  Tom Tromey  <tromey@redhat.com>
5535
5536         For PR java/6005 and PR java/7611:
5537         * fold-const.c (fold_truthop): Use can_use_bit_fields_p.
5538         (fold): Likewise.
5539         * langhooks.c (lhd_can_use_bit_fields_p): New function.
5540         * langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
5541         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
5542         (LANG_HOOKS_INITIALIZER): Use it.
5543         * langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
5544         field.
5545
5546 2002-08-21  Stan Shebs  <shebs@apple.com>
5547
5548         * tree.c (finish_vector_type): Fix a typo in a comment.
5549         * Makefile.in: Fix "the the" stutters in comments.
5550         * genautomata.c: Ditto.
5551         * ifcvt.c: Ditto.
5552         * regrename.c: Ditto.
5553         * config/alpha/alpha.c: Ditto.
5554         * config/alpha/vms-crt0-64.c: Ditto.
5555         * config/alpha/vms-crt0.c: Ditto.
5556         * config/alpha/vms-psxcrt0-64.c: Ditto.
5557         * config/alpha/vms-psxcrt0.c: Ditto.
5558         * config/d30v/d30v.h: Ditto.
5559         * config/fr30/fr30.h: Ditto.
5560         * config/rs6000/rs6000.c: Ditto.
5561         * config/stormy16/stormy16.h: Ditto.
5562         * doc/md.texi: Ditto.
5563
5564 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5565
5566         * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
5567
5568 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
5569
5570         * c-decl.c (grokdeclarator): Make invalid combinations with long,
5571         short, signed or unsigned into hard errors.  Fixes PR c/4319.
5572         Also make duplicate modifiers such as "short short" into hard
5573         errors.
5574
5575 2002-08-21  Andrew Pinski <pinskia@physics.uc.edu>
5576             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5577
5578         * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
5579         to the actual end.  Add '@end table' and '@table @code'.
5580
5581 2002-08-20  Geoffrey Keating  <geoffk@redhat.com>
5582
5583         * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
5584
5585         * unroll.c (biv_total_increment): Don't try to compute the total
5586         increment for FP BIVs.
5587
5588 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5589
5590         * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
5591         * alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
5592         ASM_OUTPUT_ALIGNED_BSS): Use target hook.
5593         * alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
5594         * alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
5595         * arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
5596         (GLOBAL_ASM_OP): Define.
5597         * arm.c (aof_globalize_label): New function.
5598         (TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
5599         * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
5600         * c4x.c (c4x_globalize_label): New function.
5601         (TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
5602         * c4x.h (ASM_GLOBALIZE_LABEL): Delete.
5603         (GLOBAL_ASM_OP): Define.
5604         * cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
5605         * darwin-protos.h (darwin_globalize_label): Declare.
5606         * darwin.c (darwin_globalize_label): New function.
5607         * darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
5608         (ASM_GLOBALIZE_LABEL): Delete.
5609         (GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
5610         * dsp16xx.c (asm_output_common): Use target hook.
5611         * elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
5612         * frv.h (ASM_GLOBALIZE_LABEL): Delete.
5613         (GLOBAL_ASM_OP): Define.
5614         * i370.c (i370_globalize_label): New function.
5615         (TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
5616         * i370.h (ASM_GLOBALIZE_LABEL): Delete.
5617         * i386.c (ix86_asm_file_end): Use target hook.
5618         * i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
5619         (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
5620         * ia64.c (ia64_asm_output_external): Likewise.
5621         * ia64/sysv4.h: Update comment.
5622         * m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
5623         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
5624         * mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
5625         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
5626         * mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
5627         * mmix-protos.h (mmix_asm_globalize_label): Delete.
5628         * mmix.c (mmix_asm_globalize_label): Likewise.
5629         * mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
5630         (GLOBAL_ASM_OP): Define.
5631         * ns32k.c (ns32k_globalize_label): New function.
5632         * ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
5633         (ASM_GLOBALIZE_LABEL): Delete.
5634         * pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
5635         (TARGET_ASM_GLOBALIZE_LABEL): Undefine.
5636         * pa.c (pa_globalize_label): New function.
5637         * pa.h (ASM_GLOBALIZE_LABEL): Delete.
5638         (TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
5639         * rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
5640         (GLOBAL_ASM_OP): Define.
5641         (TARGET_ASM_GLOBALIZE_LABEL): Undef.
5642         * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
5643         * rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
5644         (GLOBAL_ASM_OP): Define.
5645         * v850.c (v850_output_aligned_bss): Use target hook.
5646         * vax.c (vms_globalize_label): New function.
5647         (TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
5648         * vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
5649         (GLOBAL_ASM_OP): Define.
5650         * defaults.h (ASM_GLOBALIZE_LABEL): Delete.
5651         * doc/tm.texi: Update docs.
5652         * dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
5653         target hook.
5654         * final.c (output_alternate_entry_point): Likewise.
5655         * hooks.c (hook_FILEptr_constcharptr_void): New function.
5656         * hooks.h (hook_FILEptr_constcharptr_void): Declare.
5657         * output.h (assemble_global): Delete.
5658         (default_globalize_label): Declare.
5659         * system.h (ASM_GLOBALIZE_LABEL): Poison.
5660         * target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
5661         (TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
5662         * target.h (gcc_target): Add globalize_label member.
5663         * varasm.c (asm_output_bss, asm_output_aligned_bss,
5664         globalize_decl): Use target hook.
5665         (assemble_global): Delete.
5666         (default_globalize_label): New function.
5667
5668 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5669
5670         * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
5671
5672 2002-08-20  Devang Patel  <dpatel@apple.com>
5673         * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
5674
5675 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5676
5677         * arc.c (output_shift): Use stdio instead of asm_fprintf.
5678         * arm.c (thumb_output_function_prologue): Likewise.
5679         * avr.c (print_operand): Likewise.
5680         * c4x.c (c4x_print_operand): Likewise.
5681         * c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
5682         ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
5683         * cris.c (cris_target_asm_function_prologue,
5684         cris_asm_output_mi_thunk): Likewise.
5685         * h8300.c (print_operand): Likewise.
5686         * h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
5687         * ip2k.c (print_operand): Likewise.  Fix format specifier.
5688         * m68hc11.c (asm_print_register, print_operand,
5689         print_operand_address): Use stdio instead of asm_fprintf.
5690         (print_operand_address): Fix format specifier.
5691         * m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
5692         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
5693         asm_fprintf.
5694         * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5695         * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5696         * m68k.c (m68k_output_function_prologue,
5697         m68k_output_function_epilogue, print_operand): Likewise.
5698         * mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
5699         Likewise.  Fix format specifier.
5700         * mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
5701         * mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
5702         * v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
5703
5704 2002-08-15  Eric Christopher  <echristo@redhat.com>
5705             Jeff Knaggs  <jknaggs@redhat.com>
5706
5707         * config.gcc (mipsisa64sr71k-elf): New target.
5708         * config/mips/sr71k.md: New file.
5709         * config/mips/mips.md: Use it.
5710         (rot*): Add sr71k specifics.
5711         * config/mips/t-sr71k: New file.
5712         * config/mips/mips.h (sr71k): New cpu.
5713         (TARGET_SR71K): Use it.
5714         (TUNE_SR71K): Ditto.
5715         (GENERATE_BRANCHLIKELY): Ditto.
5716         (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
5717         ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
5718         * config/mips/mips.c (sr71k): New cpu.
5719         (mips_use_dfa_pipeline_interface): Use.
5720
5721 2002-08-15  Eric Christopher  <echristo@redhat.com>
5722             Richard Sandiford <rsandifo@redhat.com>
5723             Aldy Hernandez  <aldyh@redhat.com>
5724             Graham Stott    <grahams@redhat.com>
5725             Michael Meissner  <meissner@redhat.com>
5726             Gavin Romig-Koch  <gavin@redhat.com>
5727             Ken Raeburn  <raeburn@cygnus.com>
5728             Alexandre Oliva <aoliva@redhat.com>
5729
5730         * config.gcc (mips64vr-elf): New target.
5731         * config/mips/5400.md: New file.
5732         * config/mips/5500.md: Ditto.
5733         * config/mips/mips.md: Use them.
5734         (frsqrt): New.
5735         * config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
5736         cpus.
5737         (mips_issue_rate): Use them.
5738         (mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
5739         (TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
5740         * config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
5741         cpus.
5742         (TARGET_MIPSx): Use them.
5743         (TUNE_MIPSx): Ditto.
5744         (GETNATE_MULT3_SI): Ditto.
5745         (ISA_HAS_BRANCHLIKELY): Ditto.
5746         (ISA_HAS_CONDMOVE): Ditto.
5747         (ISA_HAS_NMADD_NMSUB): Ditto.
5748         (ISA_HAS_MULHI): New. Ditto.
5749         (ISA_HAS_MULS): Ditto.
5750         (ISA_HAS_MSAC): Ditto.
5751         (ISA_HAS_MACC): Ditto.
5752         (ISA_HAS_ROTR_SI): Ditto.
5753         (ISA_HAS_ROTR_DI): Ditto.
5754         (RTX_COSTS): Use.
5755
5756 2002-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5757
5758         * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
5759         at head.
5760         (remove_dup_nonsys_dirs): New function.
5761         (remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
5762         (merge_include_chains): Remove non-system include directories from
5763         quote and bracket include chains when they duplicate equivalent system
5764         directories.
5765         * doc/cpp.texi (-I): Update.
5766         * doc/cppopts.texi (-I): Update.
5767         * doc/install.texi (--with-local-prefix): Further document usage of
5768         this option.
5769         * doc/invoke.texi (-I): Update.
5770
5771 2002-08-20  Richard Henderson  <rth@redhat.com>
5772
5773         * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
5774         (emit_block_move): Split out subroutines.
5775         (emit_block_move_via_movstr): New.
5776         (emit_block_move_via_libcall): New.  Emit bcopy via normal call also.
5777         (emit_block_move_libcall_fn): New.  Construct function prototype for
5778         bcopy as well.
5779         (clear_storage): Split out subroutines.
5780         (clear_storage_via_clrstr): New.
5781         (clear_storage_via_libcall): New. Emit bzero as a normal call also.
5782         (clear_storage_libcall_fn): New.  Construct function prototype for
5783         bzero as well.
5784         (emit_push_insn): Use emit_block_move.
5785         (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
5786         (store_constructor): Likewise.
5787
5788 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
5789
5790         * objc/objc-act.c (building_objc_message_expr): Rename to
5791         current_objc_message_selector.
5792
5793 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
5794
5795         * objc/objc-act.c (build_ivar_chain): Remove.
5796         (objc_copy_list): Likewise.
5797         (get_class_ivars): Inline call to removed build_ivar_chain
5798         function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
5799         slot; use that slot (rather than CLASS_IVARS) when accessing
5800         ivars for base classes.  Call copy_list and chainon instead of
5801         objc_copy_list.
5802         (build_private_template): Call get_class_ivars instead of
5803         build_ivar_chain.
5804         (start_class): Allocate room for the CLASS_OWN_IVARS slot.
5805         (continue_class): Call get_class_ivars instead of
5806         build_ivar_chain.
5807         (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
5808         of DECL_BIT_FIELD (which may have been cleared).
5809         * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
5810
5811 2002-08-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5812
5813         * genautomata.c (output_translate_vect, output_state_ainsn_table,
5814         output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
5815         in output file.
5816         (output_internal_min_issue_delay_func): Initialize variable in
5817         output file.
5818
5819 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
5820
5821         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5822         (stage2_build, stage3_build, stage4_build): Likewise, to CC.
5823
5824 2002-08-19  Geoffrey Keating  <geoffk@redhat.com>
5825             Steve Ellcey  <sje@cup.hp.com>
5826
5827         * machmode.h (SCALAR_INT_MODE_P): New macro to test for
5828         scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
5829         * explow.c (trunc_int_for_mode): Abort when the mode is not
5830         a scaler integer mode.
5831         * combine.c (expand_compound_operation): Don't expand Vector
5832         or Complex modes into shifts.
5833         (expand_field_assignment): Don't do bitwise arithmatic and
5834         shifts on Vector or Complex modes.
5835         (simplify_comparison): Don't call trunc_int_for_mode
5836         for VOIDmode.
5837         * recog.c (general_operand): Likewise.
5838         (immediate_operand): Likewise.
5839         (nonmemory_operand): Likewise.
5840
5841 2002-08-19  David Edelsohn  <edelsohn@gnu.org>
5842
5843         * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
5844         multi-instruction SImode constant.  Add REG_EQUAL note.
5845         * config/rs6000/rs6000.md (movsi splitter): Use
5846         rs6000_emit_set_const.
5847
5848 2002-08-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5849
5850         * tree-inline.c (initialize_inlined_parameters): Wrap variable in
5851         the macro test controlling its use.
5852
5853 2002-08-18  H.J. Lu  (hjl@gnu.org)
5854
5855         * config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
5856         crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
5857         gnu_ld=yes.
5858         (alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
5859         i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
5860         s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
5861         xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
5862         here.
5863         (cris-*-linux*): Remove setting thread_file here.
5864
5865 2002-08-18  Neil Booth  <neil@daikokuya.co.uk>
5866
5867         PR preprocessor/7602
5868         * cppinit.c (path_include): Treat the system environment
5869         variables as being cxx_aware.
5870
5871 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5872
5873         * c-decl.c (flexible_array_type_p): New function.
5874         (grokdeclarator, finish_struct): Use it.
5875         * doc/extend.texi: Document constraints on use of structures with
5876         flexible array members.
5877
5878 2002-08-17  Richard Sandiford  <rsandifo@redhat.com>
5879
5880         * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
5881         config/mips/t-r3900 (MULTILIB_MATCHES): Define.
5882         * config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
5883
5884 2002-08-16  Stan Shebs  <shebs@apple.com>
5885
5886         * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
5887         for ObjC with -fnext-runtime.
5888         * doc/cpp.texi: Document it.
5889
5890 2002-08-16  Janis Johnson  <janis187@us.ibm.com>
5891
5892         * doc/install.texi (Final installation): Replace links to individual
5893         build status pages with a link to a common page that lists them all.
5894
5895 2002-08-16  Sylvain Pion <pion@cs.nyu.edu>
5896
5897         * doc/invoke.texi: Fix typo.
5898
5899 2002-08-16  David Edelsohn  <edelsohn@gnu.org>
5900
5901         * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
5902
5903 2002-08-16  Andrew Haley  <aph@redhat.com>
5904
5905         * tree-inline.c: Add includes for Java inliner.
5906         (remap_decl): Don't handle anonymous types for Java.
5907         (remap_block): Add handling for Java trees.
5908         (copy_scope_stmt): Conditionalize for non-Java use only.
5909         (copy_body_r): Handle Java trees.  Add handling for
5910         LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
5911         (initialize_inlined_parameters):  Handle Java trees.
5912         (declare_return_variable): Likewise.
5913         (expand_call_inline): Handle Java trees.
5914         (walk_tree): Likewise.
5915         (copy_tree_r): Don't handle SCOPE_STMTs for Java.
5916         (add_stmt_to_compound): New function.
5917
5918 2002-08-15  Richard Henderson  <rth@redhat.com>
5919
5920         * Makefile.in (LOOSE_WARN): Remove -fno-common.
5921         (NOCOMMON_FLAG): New substitution point.
5922         (GCC_WARN_CFLAGS): Include it.
5923         * configure.in (ac_checking): Set nocommon_flag.
5924         (nocommon_flag): New substitution point.
5925
5926 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
5927
5928         * c-tree.h (skip_evaluation): Move declaration...
5929         * c-common.h: ... here.
5930         * c-typeck.c (build_external_ref): Don't assemble_external nor
5931         mark a tree as used if skip_evaluation is set.
5932         * c-parse.in (typeof): New non-terminal to set skip_evaluation
5933         around TYPEOF.
5934         (typespec_nonreserved_nonattr): Use it.
5935
5936 2002-08-15  Douglas B Rupp  <rupp@gnat.com>
5937
5938         * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
5939         (xcoff_debug_hooks): Update end_prologue.
5940         * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
5941         * debug.h (end_prologue): Add file arg.
5942         (end_epilogue): Add line and file args.
5943         (dwarf2out_end_epilogue): Add line and file args.
5944         (vmsdbgout_after_prologue): Remove.
5945         * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
5946         (dwarf2_debug_hooks): Update end_prologue.
5947         * dwarfout.c (dwarfout_end_epilogue): Add line and file args.
5948         (dwarfout_end_prologue): Add file arg.
5949         * final.c (vmsdbgout_after_prologue): Remove
5950         (final_end_function): Update end_epilogue call.
5951         (final_scan_insn): Update end_prologue call.
5952         * sdbout.c (sdbout_end_epilogue): Add line and file args.
5953         (sdbout_end_prologue): Add file arg.
5954         (sdb_debug_hooks): Update end_prologue.
5955         (sdb_begin_prologue): Update sdbout_end_prologue call.
5956         * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
5957         vmsdbgout_end_function.
5958         (vmsdbgout_end_prologue): New function renamed from
5959         vmsdbgout_after_prologue. Call vmsdbgout_source_line.
5960         (vmsdbgout_end_function): New function.
5961         (vmsdbgout_end_epilogue): Add line and file args. Call
5962         vmsdbgout_source_line.
5963         (write_pclines): Write only valid line numbers.
5964         (write_srccorr): Don't write source correlation records if 0 lines.
5965         * xcoffout.c (xcoffout_end_epilogue): Add line and file args.
5966
5967 2002-08-15  Steve Ellcey  <sje@cup.hp.com>
5968
5969         * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
5970         (_Unwind_Internal_Ptr): 32 bit version for use in
5971         read_encoded_value_with_base.
5972         * gcc/unwind-pe.h (read_encoded_value_with_base): Use
5973         _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
5974         right size.
5975
5976 2002-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5977
5978         * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
5979         signed/unsigned warnings.
5980
5981         * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
5982         record_reg_classes): Likewise.
5983
5984         * reload.c (reload_inner_reg_of_subreg, push_reload,
5985         find_reloads_address_1): Likewise.
5986
5987 2002-08-15  David Edelsohn  <edelsohn@gnu.org>
5988
5989         * rs6000.c (output_mi_thunk): Return to function section on
5990         TARGET_ELF.
5991
5992         * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.
5993
5994 2002-08-15  Ulrich Weigand  <uweigand@de.ibm.com>
5995
5996         * config/s390/s390.c (legitimize_address): Optimize loading
5997         of large displacements.
5998
5999 2002-08-14  Douglas B Rupp  <rupp@gnat.com>
6000
6001         * config/alpha/alpha-protos.h: Update.
6002
6003         * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
6004         (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
6005         (alpha_linkage_symbol_p): New static function.
6006         (print_operand_address): Print linkage operand.
6007
6008         (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
6009         variables.
6010         (reloc_kind): New enum.
6011         (struct alpha_funcs): New struct.
6012         (struct alpha_links): Add reloc_kind field. Rename links_kind field.
6013
6014         (alpha_need_linkage): Rewrite.
6015         (alpha_use_linkage): New global function.
6016         (alpha_write_linkage): Rewrite and make static.
6017         (alpha_write_one_linkage): Rewrite
6018
6019         (alpha_start_function): Remove procedure descriptor output.
6020         (alpha_end_function): Write linkages at end of each function.
6021
6022         * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
6023         (call_vms_1, call_value_vms_1): Rewrite.
6024
6025         * config/alpha/vms.h (ASM_FILE_END): Remove.
6026
6027 2002-08-14  Richard Henderson  <rth@redhat.com>
6028
6029         * ggc-page.c (RTL_SIZE): New.
6030         (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
6031         * rtl.def (BARRIER, NOTE): Pad to 9 slots.
6032
6033 2002-08-14  Richard Henderson  <rth@redhat.com>
6034
6035         * calls.c: Include target.h.
6036         * Makefile.in (calls.o): Update.
6037
6038         * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
6039         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
6040
6041 2002-08-14  Richard Henderson  <rth@redhat.com>
6042
6043         * Makefile.in (LOOSE_WARN): Add -fno-common.
6044         * c-common.h (constant_string_class_name): Add missing extern.
6045
6046 2002-08-15  Neil Booth  <neil@daikokuya.co.uk>
6047
6048         PR preprocessor/7358
6049         * c-opts.c (check_deps_environment_vars): Ignore main file
6050         for SUNPRO_DEPENDENCIES.
6051         * cppfiles.c (stack_include_file): Ignore main file if
6052         appropriate.
6053         * cpplib.h (struct cpp_options): New member in deps.
6054         * doc/cppenv.texi: Update.
6055
6056 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6057
6058         PR preprocessor/7526
6059         * cpplib.c (run_directive): Kludge so _Pragma dependency works.
6060
6061 2002-08-14  Nathan Sidwell  <nathan@codesourcery.com>
6062
6063         * doc/invoke.texi (-a): Remove documentation.
6064         (-fprofile-arcs): Remove reference to -a, -ax options.
6065         * doc/gcov.texi (Gcov Data Files): Data might be merged.
6066
6067 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
6068
6069         Fix PR/7566
6070         * c-semantics.c (genrtl_case_label): Don't (mis)use
6071         warning_with_decl.
6072
6073 2002-08-14  Dale Johannesen  <dalej@apple.com>
6074
6075         * explow.c (emit_stack_restore):  Emit memory clobbers
6076         preceding the stack pop, to prevent the scheduler from
6077         moving refs to variable arrays below this pop.
6078         * reload1.c (reload):  Preserve these clobbers for sched2.
6079         * doc/rtl.texi:  Document clobber (mem:BLK (scratch)).
6080
6081 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6082
6083         * c-opts.c (c_common_post_options): Correct test.
6084
6085 2002-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6086
6087         * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
6088         order in call to fprintf.
6089
6090 2002-08-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6091
6092         * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
6093
6094 2002-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
6095
6096         * reload.c (find_reloads): Handle constraint letters marked by
6097         EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
6098         (alternative_allows_memconst): Likewise.
6099         * reload1.c (maybe_fix_stack_asms): Likewise.
6100         * recog.c (asm_operand_ok, preprocess_constraints,
6101         constrain_operands): Likewise.
6102         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
6103         * local-alloc.c (block_alloc, requires_inout): Likewise.
6104         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
6105
6106         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
6107         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
6108         * doc/tm.texi: Document these two new target macros.
6109
6110         * config/s390/s390.c (s390_expand_plus_operand): Accept already
6111         valid operands.
6112         (q_constraint): New function.
6113         config/s390/s390-protos.h (q_constraint): Declare it.
6114         config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
6115         (EXTRA_MEMORY_CONSTRAINT): New macro.
6116
6117         * config/s390/s390.md: Throughout the machine description,
6118         replace all instances of the constraint combinations 'Qo'
6119         or 'oQ' with simply 'Q'.
6120
6121 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
6122
6123         * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
6124         * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
6125         (LIBGCC2_CFLAGS): Compile with -mrelax.
6126
6127 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
6128
6129         * doc/invoke.texi: Document -minmax for 68HC12.
6130
6131         * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
6132         ("uminqi3"): Likewise.
6133         ("uminhi3", "umaxhi3"): Likewise.
6134
6135         * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
6136         (TARGET_MIN_MAX): Define.
6137         (TARGET_SWITCHES): New option -minmax/-mnominmax.
6138
6139 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
6140
6141         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
6142         (MULTILIB_OPTIONS): Must also generate for -mlong-calls.
6143
6144         * config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
6145         (ret, declare, farsym): New gas macros.
6146         (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
6147         ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
6148         and declare the symbol far when compiled with -mlong-calls.
6149         (__far_trampoline): New for 68HC12 trampoline code to invoke a
6150         far handler using jsr/bsr.
6151
6152         * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
6153         (jsr): New macro to transform a 'jsr' into a 'call'.
6154
6155 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
6156
6157         * doc/invoke.texi: Document -mlong-calls for 68HC12.
6158
6159         * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
6160         -mlong-calls is specified.
6161         (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
6162         assembler directives.
6163         (TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
6164         (TARGET_SWITCHES): Add -mlong-calls options.
6165         (current_function_far): Declare.
6166
6167         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
6168         into account the page register saved on the stack.
6169         (m68hc11_override_options): Take into account -mlong-calls option.
6170         (m68hc11_asm_file_start): Put a mode for the ELF flags ABI.
6171
6172         * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
6173         if the function is going to be in 68HC12 banked memory (-mlong-calls).
6174         ("*return_16bit"): Likewise.
6175         ("*return_void"): Likewise.
6176         ("call", "call_value"): Use call for a far function call.
6177
6178 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
6179
6180         * toplev.c (parse_options_and_default_flags): Don't call
6181         post_options here.
6182         (general_init): Initialize GC, pools and tree hash here,
6183         instead of lang_independent_init.
6184         (lang_independent_init): Rename backend_init.
6185         (do_compile): Call post_options hook; exit early if there
6186         have been errors after switch processing.
6187         (toplev_main): Update.
6188
6189 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
6190
6191         * c-pretty-print.h: Guard against multiple inclusion.
6192         Robustify macros.
6193         (pp_c_attributes): Declare.
6194         * c-pretty-print.c (pp_c_attributes): New function.
6195
6196 2002-08-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6197
6198         * m68k.c (m68k_output_function_prologue,
6199         m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
6200         and NEWS/MOTOROLA.
6201         * genattrtab.c: Remove dpx2 comment.
6202         * libgcc2.c (__enable_execute_stack): Delete versions for
6203         NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
6204         sony_news/SYSTYPE_BSD.
6205         * longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
6206         __gmicro__, __i860__, __NeXT__ and __pyr__.
6207         * rtl.h: Remove convex comment.
6208         * varasm.c: Likewise.
6209
6210 2002-08-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6211
6212         * c-opts.c (lang_flags): Const-ify.
6213         * ra-build.c (undef_table): Likewise.
6214         * ra.c (eliminables): Likewise.
6215
6216 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
6217
6218         * tree.h: Guard against multiple inclusion.
6219
6220 2002-08-14  Hans-Peter Nilsson  <hp@bitrange.com>
6221
6222         * reload1.c (reload_cse_simplify): Before checking
6223         REG_FUNCTION_VALUE_P, check REG_P.
6224
6225 2002-08-13  Geoffrey Keating  <geoffk@redhat.com>
6226
6227         * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
6228
6229 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
6230
6231         * c-opts.c (c_common_init_options): Extra braces needed.
6232
6233 Tue Aug 13 17:40:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
6234
6235         * sh.c (sh_init_builtins): Add PARAMS to declaration.
6236         (sh_media_init_builtins, sh_expand_builtin): Likewise.
6237         (sh_expand_unop_v2sf): Use PARAMS for variable declaration.
6238         (sh_expand_binop_v2sf): Likewise.
6239         * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
6240         (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
6241         (sh_initialize_trampoline): Likewise.
6242
6243 2002-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
6244
6245         * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
6246         new condition code modes.
6247         s390.c (s390_match_ccmode_set): Handle those new CC modes.
6248         (s390_select_ccmode): Likewise.
6249         (s390_branch_condition_mask): Likewise.
6250
6251         * s390-protos.h (s390_tm_ccmode): Declare.
6252         s390.c (s390_tm_ccmode): New function.
6253         (s390_match_ccmode): Allow VOIDmode as REQ_MODE.
6254
6255         * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
6256         ("*cmpsi_tm2"): Rename to "*tmsi_ext".
6257         ("*cmpqi_tm2"): Rename to "*tmqi_ext".
6258
6259         ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
6260         "*cmphi_tm_sub","*cmphi_cct_0",  "*cmpqi_tm", "*cmpqi_tm_sub",
6261         "*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
6262         ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
6263         "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.
6264
6265         ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
6266         "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
6267         "*cmpqi_ccs_0"): Remove, replace by ...
6268         ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
6269         "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
6270         "*tstqi", "*tstqi_cconly"): ... these new patterns.
6271
6272         ("*cmpsidi_ccs"): Remove, replace by ...
6273         ("*cmpsi_ccs_sign"): ... this new pattern.
6274         ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.
6275
6276         ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
6277         ("*cli"): ... this new pattern.
6278
6279         ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
6280         "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
6281         New patterns.
6282         ("adddi3_64"): Rename to "*adddi3_64".
6283         ("adddi3_31"): Replace by insn and splitter "*adddi3_31".
6284         ("adddi3"): Adapt expander.
6285
6286         ("*addsi3_cc"): Allow "general_operand" for operand 2.
6287         ("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
6288         "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.
6289
6290         ("addhi3", "addqi3"): Remove, replace by ...
6291         ("*addsi3_sign", "*addsi3_sub"): ... these new patterns.
6292
6293         ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
6294         "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
6295         ("subdi3"): Replace by insn and splitter "*subdi3_31".
6296         ("subdi3"): New expander.
6297
6298         ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.
6299
6300         ("subhi3", "subqi3"): Remove, replace by ...
6301         ("*subsi3_sign", "*subsi3_sub"): ... these new patterns.
6302
6303         ("*muldi3_sign"): New pattern.
6304         ("muldi3"): Do not clobber CC.
6305         ("mulsi3"): Likewise.
6306         ("mulsi_6432"): Likewise.
6307
6308 2002-08-13  Denis Chertykov  <denisc@overta.ru>
6309
6310         * config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
6311         which can change CC0.
6312
6313 Tue Aug 13 14:49:20 2002  J"orn Rennecke <joern.rennecke@superh.com>
6314
6315         * gcse.c (adjust_libcall_notes): New function.
6316         (do_local_cprop): Use it.  Add fourth parameter.  Changed caller.
6317
6318 2002-08-13  Nathan Sidwell  <nathan@codesourcery.com>
6319
6320         * libgcc2.c (L_bb): Remove unneeded #includes.
6321         (__global_counters, __gthreads_active): Remove unused globals.
6322         (__bb_exit_func): Merge counts into files rather than appending.
6323         * Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
6324         (ALL_CFLAGS): ... to here.
6325
6326 2002-08-13  Denis Chertykov  <denisc@overta.ru>
6327
6328         * config/ip2k/ip2k.c (commands_in_file): Variable removed.
6329         (function_epilogue): Don't calculate function size.
6330         (ip2k_set_compare): Don't use lookup_const_double.
6331         (asm_file_start): Initialization of commands_in_file removed.
6332         (asm_file_end): Output of commands_in_file removed.
6333
6334         * config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
6335         __INT_MAX__.
6336
6337 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
6338
6339         * c-opts.c (c_common_init_options): Check option array is
6340         sorted if checking enabled.
6341
6342 2002-08-13  Gabriel Dos Reis  <gdr@nerim.net>
6343
6344         * c-pretty-print.c: #include "c-tree.h".
6345         (pp_c_simple_type_specifier): Tweak.
6346         (pp_c_storage_class_specifier): New.
6347         (pp_c_function_specifier): Likewise.
6348         (pp_c_declaration_specifiers): Likewise.
6349         (pp_c_init_declarator): Likewise.
6350         (pp_c_declaration): Likewise.
6351         (pp_c_direct_declarator): Stub.
6352         (pp_c_declarator): Likewise.
6353         (pp_c_parameter_declaration): Likewise.
6354
6355 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
6356
6357         * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
6358         handle_deferred_opts, sanitize_cpp_opts, defer_opt,
6359         struct deferred_opt): New.
6360         (COMMAND_LINE_OPTIONS): Add -M*.
6361         (missing_arg): Update.
6362         (c_common_decode_option): Handle -M*.
6363         (c_common_post_options): Handle -M*.  Use sanitize_cpp_opts;
6364         don't call cpp_post_options.
6365         (c_common_finish, check_deps_environment_vars): Update.
6366         * cppfiles.c (stack_include_file, handle_missing_header): Update.
6367         * cpphash.h (CPP_PRINT_DEPS): Remove.
6368         * cppinit.c: Don't include version.h.
6369         (cpp_create_reader): Don't call deps_init.  Initialize
6370         warn_long_long.
6371         (cpp_read_main_file): Init deps if necessary.
6372         (cpp_destroy): Conditionally free deps.
6373         (cpp_finish): Update.
6374         (no_tgt): Remove.
6375         (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
6376         (cpp_post_options): Rename post_options.
6377         * cpplib.h (struct cpp_options): Remove some dependency options;
6378         move others to a new structure.
6379         (cpp_post_options): Remove.
6380         (cpp_finish): Comment.
6381         * fix-header.c (read_scan_file): Don't call cpp_post_options.
6382
6383 2002-08-12  Hans-Peter Nilsson  <hp@bitrange.com>
6384
6385         * config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
6386         ("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
6387         MMIX_rR_REGNUM as clobbered.
6388         * config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
6389
6390 2002-08-12  Gabriel Dos Reis  <gdr@nerim.net>
6391
6392         * diagnostic.h (output_formatted_scalar): Rename from
6393         output_formatted_integer.
6394         * diagnostic.def: Add DK_DEBUG.
6395         * diagnostic.c (output_decimal): Adjust.
6396         (output_long_decimal): Likewise.
6397         (output_unsigned_decimal): Likewise.
6398         (output_octal): Likewise.
6399         (output_long_octal): Likewise.
6400         (output_hexadecimal): Likewise.
6401         (output_long_hexadecimal): Likewise.
6402         * c-pretty-print.c (pp_c_type_specifier): New function.
6403         (pp_c_specifier_qualifier_list): Likewise.
6404         (pp_c_abstract_declarator): Likewise.
6405         (pp_c_char): Replace pp_format_integer with pp_format_scalar.
6406
6407 2002-08-12  David Edelsohn  <edelsohn@gnu.org>
6408
6409         * doc/trouble.texi (Disappointments): Add static constructor and
6410         destructor dependency information for AIX.
6411
6412 2002-08-12  Neil Booth  <neil@daikokuya.co.uk>
6413
6414         * cpphash.h (struct printer): New from cppmain.c.
6415         (cpp_reader): New member.
6416         * cppmain.c (struct printer): Move to cpphash.h.
6417         (options, print): Remove.
6418         (account_for_newlines, print_line, maybe_print_line,
6419         cpp_preprocess_file, setup_callbacks, scan_translation_unit,
6420         scan_translation_unit_trad, cb_line_change, cb_ident,
6421         cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
6422         cb_def_pragma): Make reentrant.
6423
6424 2002-08-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6425
6426         * real.c (ieee_64): Always define.
6427         (ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
6428         (dec_h): Not used yet, hide it.
6429         (emdnorm): Mark parameter in ATTRIBUTE_UNUSED.  Guard label with
6430         macro controlling use.
6431         (TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
6432
6433 Mon Aug 12 12:48:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
6434
6435         * i386.md (tablejump): Sign extend the operand.
6436         * i386.c (classify_argument): Fix missed case from previous patch.
6437
6438 2002-08-12  Neil Booth  <neil@daikokuya.co.uk>
6439
6440         * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
6441         to c-copts.c.
6442         (warn_multichar): Die.
6443         (cb_register_builtins): Export.
6444         * c-common.h (warn_multichar, preprocess_file): Remove.
6445         (cb_register_builtins): New.
6446         * c-lang.c (c_init): Remove.
6447         (LANG_HOOKS_INIT): Use c_objc_common_init.
6448         * c-lex.c (init_c_lex): Don't canonicalize filename.
6449         * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
6450         (preprocess_file): Make static.  Update for cpplib.
6451         (c_common_decode_option): Remove warn_multichar.  Use in_fname.
6452         (c_common_post_options): Set some cpp options here.
6453         (c_common_init): Move from c-common.c.
6454         * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
6455         * cpplib.h (struct cpp_options): Remove in_fname.
6456         (cpp_preprocess_file): Update.
6457         * cppmain.c (cpp_preprocess_file): Update for new prototypes.
6458
6459 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6460
6461         * config.gcc (mips*-*-netbsd*): Include ${tm_file}.
6462
6463 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6464
6465         * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
6466         backslash in comment preceeding macro definition.
6467         * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
6468         * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
6469         * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
6470
6471 2002-08-12  Hans-Peter Nilsson  <hp@bitrange.com>
6472
6473         * expr.c (store_expr): In condition for checking if value is
6474         generated in TARGET, move call to expr_size last.
6475
6476 2002-08-11  Neil Booth  <neil@daikokuya.co.uk>
6477
6478         * c-common.c (c_common_init): Call preprocess_file instead.
6479         (c_common_finish): Move to c-opts.c.
6480         * c-common.h (preprocess_file): new.
6481         * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
6482         check_deps_environment_vars, c_common_finish): New.
6483         (c_common_decode_option): Update for out_fname and dependencies.
6484         * cppinit.c (init_dependency_output, output_deps): Remove.
6485         (cpp_destroy): Update prototype.
6486         (cpp_add_dependency_target): New.
6487         (cpp_read_main_file): Don't overlay a buffer.
6488         (cpp_finish): Take a deps output stream and write deps to it.
6489         Return the error count.
6490         (cpp_post_options): Don't canonicalize out_fname, or do anything
6491         with dependencies.
6492         * cpplib.h (struct cpp_options): Remove out_fname and
6493         preprocess_only.
6494         (cpp_add_dependency_target): New.
6495         (cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
6496         * cppmain.c (cpp_preprocess_file): Update prototype.  Don't
6497         set preprocess_only.  Don't handle the output stream directly.
6498
6499 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6500
6501         * dsp16xx.c (print_operand): Fix format specifier.
6502         * dsp16xx.md: Avoid automatic aggregate initialization.
6503         * frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
6504         * h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
6505         integer constant modifier.
6506         * ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
6507         * mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
6508         guards.
6509         * sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
6510         * v850.c (v850_select_section): Mark parameter with
6511         ATTRIBUTE_UNUSED.
6512         * global.c (global_alloc): Const-ify.
6513         * ra-colorize.c (hardregset_to_string): Fix format specifier.
6514
6515 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6516
6517         * darwin-c.c (darwin_pragma_options): Const-ify.
6518         * darwin.c (machopic_non_lazy_ptr_name,
6519         machopic_validate_stub_or_non_lazy_ptr): Likewise.
6520         (machopic_indirect_data_reference): Wrap variables in macros
6521         controlling their use.
6522         (machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
6523         (machopic_select_section): Use parentheses around && within ||.
6524         * i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
6525
6526 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6527
6528         * ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
6529         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
6530         ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
6531         ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
6532         mdr_try_remove_redundant_insns, track_w_reload,
6533         mdr_try_wreg_elim): Make function static to match prototype.
6534         * mmix.c (mmix_target_asm_function_epilogue): Likewise.  Mark
6535         parameter with ATTRIBUTE_UNUSED.
6536
6537 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6538
6539         * arc.c (arc_init): Don't use ISO C style function definitions.
6540         * arm.c (count_insns_for_constant, thumb_far_jump_used_p,
6541         arm_get_strip_length, arm_strip_name_encoding): Likewise.
6542         * avr.h (progmem_section): Likewise.
6543         * h8300.c h8300_asm_insn_count): Likewise.
6544         * m32r.c (init_idents): Likewise.
6545         * s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
6546         * sh.c (sh_cfun_interrupt_handler_p): Likewise.
6547         * xtensa.c (xtensa_build_va_list): Likewise.
6548
6549 2002-08-11  Neil Booth  <neil@daikokuya.co.uk>
6550
6551         * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
6552         * c-opts.c (parse_option): Rename find_opt.
6553         (set_std_c99): New function.
6554         (COMMAND_LINE_OPTIONS): Handle -remap and -o.  Remove OPT_std_bad.
6555         (missing_arg): Remove OPT_std_bad.  Handle -o.
6556         (c_common_decode_option): Handle input and output file names,
6557         -o and -remap.  Clean up -std= handling.
6558         * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
6559         (cpp_handle_option): Similarly.  Don't handle filenames.
6560
6561 Sun Aug 11 14:43:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
6562
6563         * i386.c (classify_argument): Fix computing of field's offsets.
6564
6565 2002-08-11  Andreas Jaeger  <aj@suse.de>
6566
6567         PR target/7531:
6568         * doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.
6569
6570 2002-08-10  Ziemowit Laski  <zlaski@apple.com>
6571
6572         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
6573         reference to clk_objective_c with flag_objc.
6574         * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
6575         Likewise.
6576         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.
6577
6578 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
6579
6580         * c-opts.c (set_std_cxx98, set_std_c89): New.
6581         (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
6582         (c_common_decode_option): Handle new switches from cppinit.c.
6583         Add -std=gnu++98.
6584         * cppinit.c (set_lang): Rename cpp_set_lang.  Export.
6585         (no_arg, no_num): Remove.
6586         (COMMAND_LINE_OPTIONS): Move more to c-opts.c.  Drop all lang-
6587         switches apart from -lang-objc and lang-asm.
6588         (cpp_handle_option): Similarly.
6589         * cpplib.h (cpp_set_lang): New.
6590         * doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
6591         -std=gnu++98.
6592         * objc/lang-specs.h: Remove -ansi.
6593
6594 Sat Aug 10 19:59:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
6595                                Graham Stott
6596
6597         * cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
6598         errors.
6599
6600 2002-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6601
6602         * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
6603         emit_jump_insn): Fix uninitialized variable.
6604         * gcov.c (init_line_info): Likewise.
6605         * genautomata.c (transform_3): Add braces around ambiguous
6606         else.
6607         * ifcvt.c (cond_exec_process_insns): Mark parameter with
6608         ATTRIBUTE_UNUSED.
6609         * ra-build.c (parts_to_webs_1): Fix uninitialized variable.
6610         * regrename.c (copyprop_hardreg_forward): Fix uninitialized
6611         variable.
6612
6613         * gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
6614         warnings in output files.
6615
6616 2002-08-09  Ziemowit Laski  <zlaski@apple.com>
6617
6618         * c-common.c (flag_objc): New.
6619         * c-common.h (c_language_kind): Get rid of clk_objective_c
6620         enum value.
6621         (flag_objc): New extern declaration.
6622         * c-decl.c (implicitly_declare): Call objc_check_decl
6623         instead of maybe_objc_check_decl.
6624         (finish_decl): Likewise.
6625         (grokfield): Likewise.
6626         (finish_struct): Likewise.
6627         * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
6628         (maybe_objc_comptypes): Rename to objc_comptypes.
6629         (maybe_building_objc_message_expr): Rename to
6630         objc_message_selector.
6631         * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
6632         replace with flag_objc as needed.
6633         * c-opts.c (c_common_init_options): Likewise.
6634         (c_common_decode_option): Likewise.
6635         * c-parse.in (init_reswords): Likewise.
6636         * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
6637         (maybe_objc_comptypes): Rename to objc_comptypes.
6638         (maybe_building_objc_message_expr): Rename to
6639         objc_message_selector.
6640         * c-typeck.c (comptypes): Call objc_comptypes instead of
6641         maybe_objc_comptypes, and/or objc_message_selector instead of
6642         maybe_building_objc_message_expr.
6643         (comp_target_types): Likewise.
6644         (convert_for_assignment): Likewise.
6645         (warn_for_assignment): Likewise.
6646         * cppinit.c (init_builtins): Set __OBJC__ manifest constant
6647         independently of those for other languages.
6648         * objc/objc-act.c (maybe_objc_comptypes): Delete.
6649         (maybe_objc_check_decl): Delete.
6650         (maybe_building_objc_message_expr): Rename to
6651         objc_message_selector.
6652         * objc/objc-lang.c (objc_init_options): Use clk_c instead of
6653         clk_objective_c; set flag_objc flag.
6654
6655 2002-08-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
6656
6657         * ifcvt.c (find_if_case_2): Test correct basic block for size.
6658
6659 2002-08-09  Dale Johannesen  <dalej@apple.com>
6660
6661         * config/rs6000/rs6000.md: Add sibcall patterns.
6662         * config/rs6000/rs6000.h (FUNCTION_OK_FOR_SIBCALL):  Define.
6663         * config/rs6000/rs6000.c (rs6000_ra_ever_killed):
6664         Rewritten to handle sibcalls.
6665         * config/rs6000/rs6000.c (function_ok_for_sibcall):  New.
6666         * config/rs6000/rs6000-protos.h (function_ok_for_sibcall):  New.
6667
6668 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6669
6670         * profile.c (da_file_name): New static var.
6671         (init_branch_prob): Initialize it.
6672         (end_branch_prob): Remove da file.
6673
6674         * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
6675         * configure.in (coverage_flags): Default to nothing.
6676         * configure: Rebuilt.
6677
6678 2002-08-09  Neil Booth  <neil@daikokuya.co.uk>
6679
6680         * Makefile.in (c-opts.o): Update
6681         * c-opts.c: Include intl.h.
6682         (print_help): Move from cppinit.c.  Remove unused options.
6683         (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
6684         (missing_arg): Complain for switches without an argument.
6685         (c_common_decode_option): Reject missing joined arguments.
6686         Handle new switches from cppinit.c.
6687         * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
6688         (cpp_handle_option): Similarly.
6689         (print_help): Moved to c-opts.c.
6690         * cpplib.h (struct cpp_options): Remove help_only.
6691         * gcc.c (cpp_unique_options): Remove -$.
6692         * doc/cppopts.texi: Undocument -h.
6693
6694 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6695
6696         * config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
6697         legitimate constant.
6698         (legitimate_pic_operand_p): Neither pic operand.
6699         (legitimate_address_p): But legitimate address.
6700         (get_thread_pointer): Generate MEM/u instead of CONST around
6701         UNSPEC_TP.
6702         (print_operand): Remove printing of UNSPEC_TP.
6703         (print_operand_address): And print it here.
6704
6705 2002-08-08  Devang Patel  <dpatel@apple.com>
6706
6707         * objc/objc-act.c (build_selector_translation_table): Issue warning,
6708         when  -Wselector is used,if method for which selector is being
6709         created does not exist.
6710
6711 2002-08-08  Stephen Clarke <stephen.clarke@superh.com>
6712
6713         * config/sh/sh.c (prepare_move_operands): Only call
6714         target_reg_operand if TARGET_SHMEDIA.
6715
6716 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6717
6718         * config/rs6000/rs6000.h, config/rs6000/aix.h,
6719         config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
6720         two patches.
6721         * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
6722
6723 2002-08-08  Lars Brinkhoff  <lars@nocrew.org>
6724             Richard Henderson  <rth@redhat.com>
6725
6726         * emit-rtl.c (gen_rtx_REG): After reload, only return
6727         frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.
6728
6729 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6730
6731         * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.
6732         * config/rs6000/rs6000.c (rs6000_field_alignment): Move...
6733         * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
6734         macro.
6735
6736 2002-08-08  Adam Nemet  <anemet@lnxw.com>
6737
6738         * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC
6739         register.
6740         (thumb_expand_prologue): Likewise.
6741         (thumb_output_function_prologue): Likewise.
6742         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for
6743         the additional push of the PIC register.
6744
6745 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
6746
6747         * configure.in (enable_coverage): New enable switch.
6748         * configure: Rebuilt.
6749         * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
6750         (INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
6751         (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
6752         (mostlyclean): Remove coverage files.
6753         * doc/install.texi: Document enable_coverage.
6754
6755         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
6756         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
6757         * f/Make-lang.in (f.mostlyclean): Remove coverage files.
6758         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
6759         * objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
6760         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
6761         files.
6762
6763 2002-08-08  Neil Booth  <neil@daikokuya.co.uk>
6764
6765         * c-opts.c (cpp_opts): New.
6766         (COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
6767         (c_common_decode_options): Handle cpplib switches.
6768         (c_common_init_options): Set cpp_opts.
6769         * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
6770         (cpp_handle_option): Similarly.
6771
6772 2002-08-08  David Edelsohn  <edelsohn@gnu.org>
6773
6774         * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
6775         (TARGET_ALTIVEC_ABI): Same.
6776         (TARGET_ALTIVEC_VRSAVE): Same.
6777
6778         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
6779         icode not CODE_FOR_nothing.  Change switch to if.
6780
6781 2002-08-08  Alan Modra  <amodra@bigpond.net.au>
6782
6783         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
6784
6785 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6786
6787         * stor-layout.c (place_union_field): For bitfields if
6788         PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
6789         TYPE_USER_ALIGN.
6790
6791 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6792
6793         * pa.c (struct deferred_plabel): Constify name field.
6794
6795 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6796
6797         * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
6798
6799 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6800
6801         * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
6802         local_prefix are the same.
6803         * configure: Rebuilt.
6804
6805 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
6806             Richard Henderson  <rth@redhat.com>
6807
6808         * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
6809         to type_align when PCC_BITFIELD_TYPE_MATTERS.  Only apply
6810         ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
6811         (place_field): Likewise.
6812         * config/i386/i386.c (x86_field_alignment): Don't check
6813         DECL_USER_ALIGN here.
6814         * config/rs6000/rs6000.c (rs6000_field_alignment): New.
6815         * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New
6816         prototype.
6817         * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
6818         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
6819         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
6820         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove.
6821         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove.
6822         * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description.
6823
6824 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
6825
6826         * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
6827         * c-common.c: Don't include tree-inline.h.
6828         (c_common_init_options, c_common_post_options): Move to c-opts.c.
6829         * c-common.h (c_common_decode_option): New.
6830         * c-decl.c (c_decode_option): Remove.
6831         * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
6832         * c-opts.c: New file.
6833         * c-tree.h (c_decode_option): Remove.
6834         * doc/passes.texi: Update.
6835         * objc/objc-act.c (objc_decode_option): Remove.
6836         * objc/objc-act.h (objc_decode_option): Remove.
6837         * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
6838         c_common_decode_option.
6839
6840 2002-08-07  Chris Demetriou  <cgd@broadcom.com>
6841
6842         * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove
6843         dependency on TARGET_DOUBLE_FLOAT.
6844
6845 2002-08-07  Stephen Clarke <stephen.clarke@superh.com>
6846
6847         * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don't
6848         overwrite callee-save registers.  Fix comment.
6849
6850 2002-08-06  Chris Demetriou  <cgd@broadcom.com>
6851
6852         * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
6853         in target_flags based on ISA, if it was not set on the command
6854         line.  Warn if MASK_BRANCHLIKLEY is set but the ISA does not
6855         support Branch Likely instructions.
6856         * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
6857         (TARGET_BRANCHLIKELY): Likewise.
6858         (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
6859         (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
6860         ISA_HAS_BRANCHLIKELY.
6861         (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
6862         * doc/invoke.texi: Document new MIPS -mbranch-likely and
6863         -mno-branch-likely options.
6864
6865 2002-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6866
6867         * ip2k.c (ip2k_set_compare): Add missing iteration variable.
6868
6869         * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
6870         $(GCONFIG_H).
6871
6872 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
6873
6874         * c-decl.c (duplicate_decls): Error out for incompatible TLS
6875         declarations.
6876
6877         * testsuite/gcc.dg/tls/diag-3.c: New.
6878
6879 2002-08-06  Dale Johannesen  <dalej@apple.com>
6880
6881         * c-common.c (fname_decl): Use line number 0 for
6882         __func__, to avoid confusing debuggers.
6883
6884 2002-08-06  Nathan Sidwell  <nathan@codesourcery.com>
6885
6886         * gcov.c: Tidy.
6887         (struct line_info, struct coverage): New structures.
6888         (gcov_file_name, gcov_file): Remove globals.
6889         (output_data): Take source file parameter. Fix memory leak. Break
6890         up into ...
6891         (init_line_info, output_line_info, make_gcov_file_name,
6892         accumulate_branch_counts): ... here.
6893         (calculate_branch_probs, function_summary): Adjust.
6894         (main): Adjust.
6895         (function_*): Remove global variables.
6896
6897 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6898
6899         * dwarf2out.c: Remove unused macros.
6900
6901 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6902
6903         * function.c (TRAMPOLINE_ALIGNMENT): Always defined.
6904
6905 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
6906
6907         * cppinit.c (struct lang_flags): Rename trigraphs std.
6908         (set_lang): Update.
6909         * cpplib.h (struct cpp_options): New member std.
6910         * cppmacro.c (_cpp_builtin_macro_text): Use std.
6911         (collect_args): Flag whether to swallow a possible future
6912         comma pasted with varargs.
6913         (replace_args): Use this flag.
6914         * doc/cpp.texi: Update varargs extension documentation.
6915
6916 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6917
6918         * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
6919
6920 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6921
6922         * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INT
6923         and MODE_CLASS_INT modes.
6924
6925 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
6926
6927         * config.gcc (*-*-linux*): Default to --enable-threads=posix if no
6928         --{enable,disable}-threads is given to configure.
6929         (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*,
6930         x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*,
6931         powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*,
6932         s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*):
6933         Remove thread_file setting here.
6934
6935 2002-08-06  David Edelsohn  <edelsohn@gnu.org>
6936
6937         * doc/install.texi (Binaries): Update Bull Freeware URL.
6938
6939 2002-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6940
6941         * doc/gcc.texi (Top): Rename Index to Keyword Index.
6942
6943 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
6944
6945         * gcov.c (output_data): Round to % to nearest, tweak formatting.
6946
6947 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
6948
6949         * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one
6950         of the operands into MINUS_EXPR if code is PLUS_EXPR.
6951
6952 2002-08-05  Douglas B Rupp  <rupp@gnat.com>
6953
6954         * config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
6955         * config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
6956         drectve_section): Define.
6957         * config/i386/t-interix: Replace interix.o rule with winnt.o.
6958         * config/i386/interix.c: Remove.
6959
6960 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
6961
6962         * attribs.c: Don't include obstack.h.
6963         * builtins.c: Likewise.
6964         * cfganal.c: Likewise.
6965         * cfgbuild.c: Likewise.
6966         * cfgcleanup.c: Likewise.
6967         * emit-rtl.c: Likewise.
6968         * loop.c: Likewise.
6969         * stmt.c: Likewise.
6970
6971         * Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
6972
6973 2002-08-05  Gabriel Dos Reis  <gdr@nerim.net>
6974
6975         * doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
6976
6977 2002-08-04  Chris Demetriou  <cgd@broadcom.com>
6978
6979         * doc/invoke.texi: Remove duplicated paragraph describing
6980         TARGET_SWITCHES.
6981
6982 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
6983
6984         * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H).
6985         * collect2.h (permanent_obstack): Delete declaration.
6986         * collect2.c (permanent_obstack): Delete definition.
6987         (main): Don't initialize permanent_obstack.  Use xstrdup instead.
6988         * expr.c: Don't include obstack.h.
6989         (permanent_obstack): Delete declaration.
6990         * function.c: Don't include obstack.h.
6991         (permanent_obstack): Delete declaration.
6992         * integrate.c: Don't include obstack.h.
6993         (function_maybepermanent_obstack): Delete declaration.
6994         * print-tree.c (debug_tree): Use x*alloc not permalloc.
6995         * sdbout.c (gen_fake_label): Use x*alloc not permalloc.
6996         * tlink.c (pfgets): Use xstrdup not permanent_obstack.
6997         * toplev.c (lang_independent_init): Rename init_obstacks to init_ttree.
6998         * tree.h: Rename init_obstacks to init_ttree.  Remove declarations
6999         of permalloc, expralloc, perm_calloc.
7000         * tree.c (permanent_obstack): Delete definition.
7001         (init_ttree): Rename from init_obstacks.
7002         (permalloc): Delete.
7003         (perm_calloc): Delete.
7004         (dump_tree_statistics): Don't print information about
7005         permanent_obstack.
7006         * varasm.c (assemble_start_function): Use xstrdup instead of
7007         permalloc/strcpy.
7008         (assemble_variable): Likewise.
7009         * config/alpha/alpha.c (unicosmk_need_dex): Use xmalloc instead of
7010         permalloc.
7011         (unicosmk_add_extern): Likewise.
7012         * config/c4x/c4x.c (c4x_external_ref): Likewise.
7013         (c4x_global_label): Likewise.
7014         * config/frv/frv.c (frv_encode_section_info): Likewise.
7015         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
7016         (i386_pe_record_exported_symbol): Likewise.
7017         * config/mips/mips.c (mips_output_external): Likewise.
7018         (mips_output_external_libcall): Likewise.
7019         * config/pa/pa.c: (permanent_obstack): Delete declaration.
7020         (output_call): Use ggc_strdup instead of allocating on
7021         permanent_obstack.
7022         * config/romp/romp.c: Include ggc.h.
7023         (get_symref): Don't declare permanent_obstack, use ggc_strdup
7024         intead of permanent_obstack.
7025         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use concat
7026         instead of permalloc.
7027         * config/rs6000/rs6000.c (rs6000_gen_section_name): Use xmalloc
7028         instead of permalloc
7029         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Use concat
7030         instead of permalloc.
7031         * config/vax/vax.c (vms_check_external): Use xmalloc instead of
7032         permalloc.
7033
7034 2002-08-04  Bernd Schmidt  <bernds@redhat.com>
7035
7036         Contribute a port developed primarily by Michael Meissner,
7037         Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
7038         * config.gcc: Add frv-elf target.
7039         * config/frv/cmovd.c: New file.
7040         * config/frv/cmovh.c: New file.
7041         * config/frv/cmovw.c: New file.
7042         * config/frv/frv-abi.h: New file.
7043         * config/frv/frv-asm.h: New file.
7044         * config/frv/frv-modes.def: New file.
7045         * config/frv/frv-protos.h: New file.
7046         * config/frv/frv.c: New file.
7047         * config/frv/frv.h: New file.
7048         * config/frv/frv.md: New file.
7049         * config/frv/frvbegin.c: New file.
7050         * config/frv/frvend.c: New file.
7051         * config/frv/lib1funcs.asm: New file.
7052         * config/frv/media.h: New file.
7053         * config/frv/modi.c: New file.
7054         * config/frv/t-frv: New file.
7055         * config/frv/uitod.c: New file.
7056         * config/frv/uitof.c: New file.
7057         * config/frv/ulltod.c: New file.
7058         * config/frv/ulltof.c: New file.
7059         * config/frv/umodi.c: New file.
7060         * config/frv/xm-frv.h: New file.
7061
7062         * config/frv/media.h: Removed again.
7063
7064 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
7065
7066         * gcov.c (bb_file_time): New static variable.
7067         (object_directory): May also be object file.
7068         (preserve_paths): New static variable.
7069         (print_usage): Adjust.
7070         (options): Adjust.
7071         (process_args): Adjust.
7072         (open_files): Simplify. Cope when OBJECT_DIRECTORY is an object
7073         file. Find modification date on bb file.
7074         (read_profile): Don't rewind a NULL file.
7075         (format_hwint): New static function.
7076         (function_summary): Use format_hwint.
7077         (output_data): SOURCE_FILE_NAME is never relative to
7078         OBJECT_DIRECTORY. Use format_hwint. Adjust gcov file name
7079         mangling. Adjust output format to make it more machine readable.
7080         * doc/gcov.texi: Document & clarify semantics.
7081
7082 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
7083
7084         * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
7085
7086 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
7087
7088         * gcc.c (cc1_options): Pass output file as auxbase when
7089         appropriate.
7090         * profile.c (init_branch_prob): FILENAME has already had ending
7091         stripped.
7092         * final.c (end_final): Likewise.
7093         * toplev.c (aux_base_name): New global.
7094         (compile_file): Pass aux_base_name to init init_branch_prob and
7095         end_final.
7096         (independent_decode_option, case 'a'): New auxinfo options.
7097         (case 'd'): Protect against mising basename.
7098         (do_compile): Initialize aux_base_name.
7099         * toplev.h (aux_base_name): New global.
7100         * doc/invoke.texi: Adjust documentation.
7101
7102 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
7103
7104         * config/i386/i386.c (x86_field_alignment): Remove duplicate test
7105         of TARGET_ALIGN_DOUBLE.
7106
7107 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
7108
7109         * diagnostic.c (inform): New function.
7110         * diagnostic.h (inform): Declare.
7111
7112 2002-08-03  David Edelsohn  <edelsohn@gnu.org>
7113
7114         * config/rs6000/rs6000.md (movsi_internal1): Add nop mnemonic.
7115         (movhi_internal): Same.
7116         (movqi_internal): Same.
7117         (movdi_internal64): Same.
7118
7119         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_FLOAT): Add mcpu=405.
7120
7121         * config/rs6000/xcoff.h (SKIP_ASM_OP): Define.
7122         (ASM_OUTPUT_SKIP): Use it.  SIZE unsigned.
7123         (COMMON_ASM_OP): Define.
7124         (ASM_OUTPUT_ALIGNED_COMMON): Use it.  SIZE unsigned.
7125         Use ALIGN parameter.
7126         (LOCAL_COMMON_ASM_OP): Define.
7127         (ASM_OUTPUT_LOCAL): Use it.  SIZE unsigned.
7128
7129 2002-08-03  Roger Sayle  <roger@eyesopen.com>
7130
7131         * builtins.def: Define new builtin functions exp, expf, expl,
7132         log, logf and logl (and their __builtin_* variants).
7133         * optabs.h (enum optab_index): Add new OTI_exp and OTI_log.
7134         Define exp_optab and log_optab.
7135         * optabs.c (init_optans): Initialize exp_optab and log_optab.
7136         * genopinit.c (optabs): Implement exp_optab and log_optab
7137         using exp?f2 and log?f2 patterns.
7138         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP*
7139         and BUILT_IN_LOG* using exp_optab and log_optab respectively.
7140         (expand_builtin): Ignore the new builtins (and all cos and
7141         sin variants) when not optimizing.  Expand new builtins via
7142         expand_builtin_mathfn when flag_unsafe_math_optimizations.
7143
7144         * doc/extend.texi: Document new exp and log builtins.
7145         * doc/md.texi: Document new exp?f2 and log?f2 patterns
7146         (and previously undocumented cos?f2 and sin?f2 patterns).
7147
7148 2002-08-03  Jason Merrill  <jason@redhat.com>
7149
7150         * explow.c (int_expr_size): New fn.
7151         * expr.c (expand_expr) [CONSTRUCTOR]: Use it.
7152         * expr.h: Declare it.
7153
7154 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
7155
7156         * Makefile.in (gengtype-lex.o, gengtype-yacc.o): Add path to
7157         gengtype-* dependencies.
7158
7159 2002-08-02  Eric Christopher  <echristo@redhat.com>
7160
7161         * config.gcc (mips*-*-linux*): Fix ordering of tm_file.
7162         * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
7163         #ifndef to #undef.
7164         (TARGET_MEM_FUNCTIONS): Define instead of define to 1.
7165
7166 2002-08-02  David Edelsohn  <edelsohn@gnu.org>
7167
7168         PR optimize/7067
7169         * config/rs6000/rs6000.h (RTX_COSTS): Artificially make MULT
7170         small if optimizing for size.
7171
7172 2002-08-02  Daniel Jacobowitz  <drow@mvista.com>
7173
7174         * configure.in (FORBUILD): Use $build_alias.
7175         * configure: Regenerated.
7176
7177 2002-08-02  Richard Sandiford  <rsandifo@redhat.com>
7178
7179         * config.gcc: Don't include mips/abi64.h in $tm_file.
7180         * hard-reg-set.h (call_really_used_regs): Declare.
7181         * config/mips/abi64.h: Remove file.
7182         * config/mips/linux.h,
7183         * config/mips/iris6.h: Don't include it.
7184         * config/mips/mips-protos.h (mips_conditional_register_usage): Declare.
7185         * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Use it.
7186         (REG_PARM_STACK_SPACE, STACK_BOUNDARY, STRICT_ARGUMENT_NAMING,
7187         FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_PADDING,
7188         FUNCTION_ARG_CALLEE_COPIES, MUST_PASS_IN_STACK, MIPS_STACK_ALIGN):
7189         Bring across definitions from abi64.h.
7190         (GP_ARG_LAST, FP_ARG_LAST): Use MAX_ARGS_IN_REGISTERS.
7191         (BIGGEST_MAX_ARGS_IN_REGISTERS): New.
7192         (struct mips_args): Use it.
7193         * config/mips/mips.c (mips_conditional_register_usage): Define.
7194
7195 2002-08-02  Jason Merrill  <jason@redhat.com>
7196
7197         * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
7198         * langhooks.c (lhd_expr_size): Define default.
7199         * langhooks.h (struct lang_hooks): Add expr_size.
7200         * explow.c (expr_size): Call it.
7201         * expr.c (store_expr): Don't copy an expression of size zero.
7202         (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
7203         to store.
7204         * Makefile.in (builtins.o): Depend on langhooks.h.
7205
7206 2002-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7207
7208         * Makefile.in (ra-debug.o): Depend on $(TM_P_H).
7209         * ra-debug.c: Include "tm_p.h".
7210         * ra-rewrite.c (is_partly_live_1): Change return type to bool.
7211
7212 2002-08-02  Toon Moene  <toon@moene.indiv.nluug.nl>
7213
7214         * simplify-rtx.c (simplify_binary_operation): x * 1 is allowed
7215         when not honoring signalling NaNs.
7216         (simplify_ternary_operation): a == b has a definite value
7217         when not honoring NaNs.
7218
7219 2002-08-02  Jason Merrill  <jason@redhat.com>
7220
7221         * gdbinit.in (pct): New macro.
7222
7223 2002-08-01  Stan Shebs  <shebs@apple.com>
7224             Andreas Tobler  <toa@pop.agri.ch>
7225
7226         * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined,
7227         plays nice with Darwin headers.
7228         (_BSD_RUNE_T_DEFINED_): Likewise.
7229
7230 2002-08-01  Zack Weinberg  <zack@codesourcery.com>
7231
7232         * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
7233         * cppinit.c (cpp_post_options): Likewise.
7234
7235         * cppexp.c (cpp_classify_number): Suppress -Wtraditional
7236         warning about 'LL' suffix (but not 'ULL' etc) when
7237         -Wno-long-long is in effect.
7238
7239         * cppmacro.c (_cpp_builtin_macro_text) [BT_TIME, BT_DATE]:
7240         Check for failing time()/localtime(), issue a warning, and
7241         make __TIME__ and __DATE__ expand to fallback strings.
7242
7243         * doc/cpp.texi, doc/extend.texi: Document behavior of __DATE__
7244         and __TIME__ when the date and time cannot be determined.
7245
7246 2002-08-02  Alan Modra  <amodra@bigpond.net.au>
7247
7248         * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
7249
7250 2002-08-01  Daniel Jacobowitz  <drow@mvista.com>
7251
7252         * Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).
7253
7254 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
7255
7256         * config.gcc (mipsisa64sb1-*-elf*): New configuration.
7257         (mipsisa64sb1el-*-elf*): Likewise.
7258         * config/mips/mips.c (mips_cpu_info_table): Add sb1.
7259         * config/mips/mips.h (processor_type): Add PROCESSOR_SB1.
7260         (TARGET_SB1, TUNE_SB1): New macros.
7261         * doc/invoke.texi: Add sb1 to documentation for MIPS -march and
7262         -mtune flags.
7263
7264 2002-08-01  David Edelsohn  <edelsohn@gnu.org>
7265
7266         * varasm.c (asm_emit_uninitialized): Return false if global BSS
7267         and ASM_EMIT_BSS not supported by target.
7268         (assemble_variable): Do not duplicate uninitialized logic.
7269         Fall through if asm_emit_uninitialized failed.
7270
7271 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
7272
7273         * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro.
7274
7275 2002-08-02  Alan Modra  <amodra@bigpond.net.au>
7276
7277         * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define.
7278         (DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC): Define.
7279
7280         * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
7281         HOST_BITS_PER_WIDE_INT == 64.
7282
7283 2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7284
7285         * df.c (df_insn_table_realloc): Change parameter to unsigned.
7286         * optabs.c (expand_binop): Make variable unsigned.
7287         * simplify-rtx.c (simplify_subreg): Likewise.
7288         * unroll.c (unroll_loop): Cast to avoid signed/unsigned warnings.
7289
7290 2002-08-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7291
7292         * c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.
7293
7294 2002-08-01  Richard Henderson  <rth@redhat.com>
7295
7296         * toplev.c (parse_options_and_default_flags): Don't set
7297         flag_reorder_blocks for -Os.
7298
7299         * config/avr/avr.c (avr_optimization_options): Remove.
7300         * config/avr/avr.h (OPTIMIZATION_OPTIONS): Remove.
7301         * config/m68hc11/m68hc11.c (m68hc11_optimization_options): Remove.
7302         * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Remove.
7303
7304 2002-08-01  H.J. Lu <hjl@gnu.org>
7305             Richard Henderson  <rth@redhat.com>
7306
7307         * output.h (DECL_READONLY_SECTION): Remove.
7308         (decl_readonly_section): Declare.
7309         * varasm.c (decl_readonly_section): New.
7310         (default_section_type_flags, default_select_section): Use it.
7311         * config/arm/pe.c (arm_pe_unique_section): Likewise.
7312         * config/i386/interix.c (i386_pe_unique_section): Likewise.
7313         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
7314         * config/mcore/mcore.c (mcore_unique_section): Likewise.
7315         * config/mips/mips.c (mips_unique_section): Likewise.
7316
7317 2002-08-01  Richard Henderson  <rth@redhat.com>
7318
7319         * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
7320         refers to a subroutine parameter.
7321
7322 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
7323
7324         * varasm.c (assemble_visibility): Strip name encoding.
7325
7326 2002-08-01  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
7327
7328         * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
7329         (RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
7330         when there is no frame pointer.
7331         (INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
7332         registers properly.
7333         * config/ns32k/__unorddf2.c: New file.
7334         * config/ns32k/__unordsf2.c: New file.
7335         * config/ns32k/t-ns32k: New file.
7336         * config.gcc (ns32k-*-netbsd*): Use it.
7337
7338 2002-08-01  Aldy Hernandez  <aldyh@redhat.com>
7339
7340         * config/rs6000/rs6000.h (SPU_CONST_OFFSET_OK): Change to 0xff.
7341
7342 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
7343
7344         * c-common.c (__GXX_ABI_VERSION): Correct spelling.
7345
7346 2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
7347
7348         * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
7349
7350 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
7351
7352         * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions.
7353
7354 2002-08-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7355
7356         * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
7357         n_sets): Removed.
7358         (expr_hash_table, set_hash_table): Type changed to ...
7359         (struct hash_table): New type.
7360         (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
7361         insert_expr_in_table, insert_set_in_table, compute_hash_table,
7362         dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
7363         compute_ae_gen, compute_ae_kill): Modified to pass the table explicitly.
7364         (alloc_set_hash_table, alloc_expr_hash_table): Merged to ...
7365         (alloc_hash_table): New.
7366         (free_set_hash_table, free_expr_hash_table): Merged to ...
7367         (free_hash_table): New.
7368         (compute_set_hash_table, compute_expr_hash_table): Merged to ...
7369         (compute_hash_table_work): New.
7370         (classic_gcse, one_classic_gcse_pass, compute_cprop_data,
7371         find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
7372         pre_edge_insert, pre_insert_copies, pre_delete, pre_gcse,
7373         one_pre_gcse_pass, compute_transpout, compute_code_hoist_vbeinout,
7374         hoist_code, one_code_hoisting_pass,
7375         trim_ld_motion_mems): Altered due to changed type of hash tables.
7376
7377 2002-08-01  Zack Weinberg  <zack@codesourcery.com>
7378
7379         * final.c (output_alternate_entry_point):
7380         If ASM_OUTPUT_TYPE_DIRECTIVE is defined, use it.
7381
7382 2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7383
7384         * objc/objc-act.c (encode_complete_bitfield): Add prototype and
7385         avoid ISO C style function definition.
7386
7387         * expr.c (expand_assignment): Delete unused variable.
7388
7389 2002-08-01  Toon Moene  <toon@moene.indiv.nluug.nl>
7390
7391         * c-common.c (cb_register_builtins): Set
7392         __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
7393         is given, and to 0 otherwise.
7394         * combine.c (simplify_if_then_else): HONOR_NANS
7395         implies FLOAT_MODE_P.
7396
7397 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
7398
7399         * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
7400         (cpp_handle_option): Don't handle it.
7401         (print_help): Update.
7402         * doc/cppopts.texi: Update.
7403
7404 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
7405
7406         * c-common.c (cb_register_builtins): If C++, define
7407         __EXCEPTIONS, __DEPRECATED and __GXX_ABI_VERSION as appropriate.
7408         * gcc.c (cpp_unique_options): Remove __GXX_ABI_VERSION.
7409 cp:
7410         * lang-specs.h: Simplify in accordance with new code in
7411         c-common.c.
7412
7413 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
7414
7415         * c-common.c: Define all C/ObjC/C++ warning and flag variables.
7416         * c-common.h: Declare all C/ObjC/C++ warning and flag variables.
7417         * c-decl.c: Move all warning and flag variables to c-common.c.
7418         * c-format.c: Move all warning variables to c-common.c.
7419         * c-tree.h: Move all warning and flag declarations to c-common.h.
7420         * objc/objc-act.c: Move all warning variables to c-common.c.
7421         (flag_warn_protocol): Rename warn_protocol.
7422
7423 2002-07-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7424
7425         * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
7426
7427 2002-07-31  Graham Stott  <graham.stott@btinternet.com>
7428
7429         * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
7430         .section prefix.
7431
7432 2002-07-31  Stan Shebs  <shebs@apple.com>
7433
7434         * config.gcc (i[34567]86-*-darwin*): New configuration.
7435         * config/darwin.h (TARGET_ENCODE_SECTION_INFO): Undefine before
7436         defining.
7437         (TARGET_ENCODE_SECTION_INFO): Ditto.
7438         (ASM_PREFERRED_EH_DATA_FORMAT): Ditto.
7439         * config/darwin.c (machopic_indirect_data_reference): Remove
7440         setting of RTX_UNCHANGING_P.
7441         (machopic_legitimize_pic_address): Move RTX_UNCHANGING_P up so as
7442         not to be applied to sums.
7443         * config/i386/t-darwin: New file.
7444         * config/i386/darwin.h: New file.
7445         * config/i386/i386.h (TARGET_MACHO): Add default definition.
7446         * config/i386/i386.md (tablejump): Add TARGET_MACHO case.
7447         * config/i386/i386.c (output_set_got): For Mach-O, output Mach-O
7448         label and not the GOT add.
7449         (constant_address_p): For Mach-O, seeing a CONST is enough.
7450         (legitimate_pic_address_disp_p): Add a Mach-O case.
7451         (legitimate_address_p): Also test machopic_operand_p if Mach-O.
7452         (legitimize_pic_address): Use generic Mach-O code to legitimize.
7453         (output_pic_addr_const): Suppress @PLT if Mach-O, and parens
7454         if outputting a difference.
7455         (ix86_output_addr_diff_elt): Add Mach-O case.
7456         (ix86_expand_move): Similarly.
7457         (ix86_expand_call): Similarly.
7458         (current_machopic_label_num): New global.
7459         (machopic_output_stub): New function.
7460         (ix86_value_regno): New function.
7461         (ix86_function_value): Use it instead of VALUE_REGNO.
7462         (ix86_libcall_value): Ditto.
7463         * config/i386/unix.h (VALUE_REGNO): Remove.
7464
7465 2002-07-31  Graham Stott  <grahas@btinternet.com>
7466
7467         * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
7468         hash for LABEL_REF's.
7469
7470 2002-07-31  Graham Stott  <grahams@btinternet.com>
7471
7472         * config/rs6000/rs6000.c (spe_init_builtins,
7473         altivec_init_builtins, rs6000_common_init_builtins):
7474         Replace ANSI with K&R function def.
7475
7476 2002-07-31  David Edelsohn  <edelsohn@gnu.org>
7477
7478         * rs6000.c (validate_condition_mode): Test flag_finite_math_only
7479         for CCFPmode.
7480
7481 2002-07-31  Richard Sandiford  <rsandifo@redhat.com>
7482
7483         * config/mips/crtn.asm: Don't use __mips16 to determine the
7484         return-address offset.  Define RA to a suitable temporary
7485         register for the return address.
7486
7487 2002-07-31  Richard Sandiford  <rsandifo@redhat.com>
7488
7489         * config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
7490         constraints to 'd'.
7491
7492 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
7493
7494         * config/mips/elf.h (STARTFILE_SPEC): Define differently if
7495         default ABI is MEABI.  (Undoes incorrect change in Eric Christopher's
7496         patch on 2002-07-29.)
7497         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
7498
7499 2002-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7500
7501         * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,
7502         fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h,
7503         ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h,
7504         openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h,
7505         s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h:
7506         (ASM_GLOBALIZE_LABEL): Delete.
7507         (GLOBAL_ASM_OP): Define.
7508
7509         * m68hc11.h, m68k.h, m88k.h (ASM_GLOBALIZE_LABEL): Delete.
7510
7511         * defaults.h (ASM_GLOBALIZE_LABEL): Provide a default.
7512         * doc/tm.texi (ASM_GLOBALIZE_LABEL): Update docs.
7513
7514 2002-07-30  Geoffrey Keating  <geoffk@redhat.com>
7515
7516         * doc/extend.texi (Hints implementation): Document that GCC
7517         mostly ignores `register'.
7518
7519 2002-07-30  Toon Moene  <toon@moene.indiv.nluug.nl>
7520
7521         * flags.h: Declare flag_finite_math_only.
7522         Use it in definition of HONOR_NANS and
7523         HONOR_INFINITIES.
7524         * c-common.c (cb_register_builtins): Emit
7525         __FINITE_MATH_ONLY__ when flag_finite_math_only
7526         is set.
7527         * combine.c (simplify_if_then_else): If
7528         flag_finite_math_only is set, a == b has a
7529         definite value.
7530         * toplev.c: Initialize flag_finite_math_only.
7531         (set_flags_fast_math): Set it on -ffast-math.
7532         (flag_fast_math_set_p): Test it.
7533         * doc/invoke.texi: Document -ffinite-math-only.
7534
7535 2002-07-30  Richard Henderson  <rth@redhat.com>
7536
7537         * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
7538         (noce_process_if_block): Likewise.
7539
7540 2002-07-30  Bernd Schmidt  <bernds@redhat.com>
7541
7542         * ifcvt.c (cond_exec_process_if_block): Fix a merging error.
7543         Bail out early if false_expr is NULL and we'd crash due to this.
7544         * genemit.c (gen_expand): Recognize return insns even if the return
7545         appears in a parallel.
7546         * libgcc2.c: Expand macro DECLARE_LIBRARY_RENAMES if it is defined.
7547         * config/fp-bit.c: Likewise.
7548         * doc/tm.texi: Document it.
7549
7550 2002-07-30  David Edelsohn  <edelsohn@gnu.org>
7551             Zack Weinberg  <zack@codesourcery.com>
7552
7553         * rs6000.c (rs6000_expand_unop_builtin): Check icode not
7554         CODE_FOR_nothing.  Change switch to if.
7555         (rs6000_expand_binop_builtin): Same.
7556         (rs6000_expand_builtin): Expand builtin if target support enabled.
7557         (rs6000_init_builtins): Init builtin if target support enabled.
7558         (rs6000_common_init_builtins): Check icode not CODE_FOR_nothing.
7559
7560 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7561
7562         * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.
7563
7564 2002-07-30  Richard Sandiford  <rsandifo@redhat.com>
7565
7566         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
7567
7568 Tue Jul 30 18:31:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
7569
7570         * sh.md (cond_delay_slot): New attribute.
7571         (cbranch delay): Use it for anulled-true case.
7572         (stuff_delay_slot): New pattern.
7573         * sh.c (print_operand, case '.'): Don't print .s / /s fore zero-length
7574         delay slot insn.
7575         (gen_far_branch): Emit stuff_delay_slot pattern.
7576
7577 Tue Jul 30 11:21:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
7578
7579         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
7580
7581 2002-07-30  Kazu Hirata  <kazu@cs.umass.edu>
7582
7583         * fold-const.c: Fix comment typos.
7584         * gcse.c: Likewise.
7585         * reload1.c: Likewise.
7586
7587 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
7588
7589         * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
7590         for TARGET_SPE.
7591
7592 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
7593
7594         * c-pretty-print.h (pp_c_statement): Declare.
7595         * c-pretty-print.c (pp_c_postfix_expression): #if 0 support for SRCLOC.
7596         (pp_c_statement): Define.
7597
7598 2002-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7599
7600         * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,
7601         darwin.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i960.h,
7602         ip2k.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h,
7603         mn10200.h, mn10300.h, ns32k.h, pa/pa-linux.h, pdp11.h, romp.h,
7604         rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h,
7605         v850.h, vax.h, xtensa.h (ASM_OUTPUT_LABEL): Delete definition.
7606
7607         * defaults.h (ASM_OUTPUT_LABEL): Provide a default.
7608         * doc/tm.texi (ASM_OUTPUT_LABEL): Update docs.
7609
7610 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
7611
7612         * c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.
7613         (pp_c_postfix_expression): Handle ARROW_EXPR, FFS_EXPR,
7614         COMPOUND_LITERAL_EXPR, VA_ARG_EXPR.
7615         (pp_c_expression): Update.
7616
7617 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7618
7619         * alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
7620         concat in lieu of xmalloc/strcpy/memcpy/sprintf.
7621         * alpha/vms-ld.c (main): Likewise.
7622         * dsp16xx.c (double_reg_to_memory): Likewise.
7623         * mcore.c (mcore_expand_prolog): Likewise.
7624         * cppfiles.c (read_name_map): Likewise.
7625         * gensupport.c (process_rtx, identify_predicable_attribute,
7626         alter_test_for_insn): Likewise.
7627         * vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
7628
7629 2002-07-29  Roger Sayle  <roger@eyesopen.com>
7630
7631         * builtins.c (expand_builtin):  Change the default behavior to
7632         only issue an error if the builtin function doesn't have a
7633         fallback library call.  Remove several cases handled by the
7634         new default.
7635
7636 2002-07-29  John David Anglin  <dave@hiauly1.hia.nrc>
7637
7638         * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the
7639         floating point format of the target is IEEE.
7640         * (dec_f, dec_d, dec_g, dec_h): Define only if the floating point
7641         format of the target is DEC.
7642
7643 2002-07-29  Richard Henderson  <rth@redhat.com>
7644
7645         * unroll.c (verify_addresses): Remove.
7646         (find_splittable_givs): Never split DEST_ADDR givs.
7647
7648 2002-07-29  Geoffrey Keating  <geoffk@redhat.com>
7649
7650         * doc/gty.texi (GGC Roots): Clarify that the list of syntaxes
7651         is exhaustive.
7652         (Files): Improve documentation on generated source files.
7653
7654         * doc/extend.texi (Translation implementation): Document what
7655         diagnostics look like.
7656         (Identifiers implementation): Document that there's normally no
7657         limit on identifier names.
7658         (Integers implementation): Document two's complement.
7659         (Hints implementation): Document that GCC honors 'inline', mostly.
7660         (Preprocessing directives implementation): Document that GCC
7661         requires the current time.
7662
7663 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
7664
7665         * c-pretty-print.h (struct c_pretty_print_info): Add new member.
7666         (pp_initializer): New macro.
7667         (pp_c_initializer): Declare.
7668         * c-pretty-print.c (pp_c_primary_expression): HAndle TARGET_EXPR.
7669         (pp_c_initializer): Define.
7670         (pp_c_initializer_list): New function.
7671         (pp_c_postfix_expression): Handle ABS_EXPR, COMPLEX_CST,
7672         VECTOR_CST, CONSTRUCTOR.
7673         (pp_c_unary_expression): Handle CONJ_EXPR, REALPART_EXPR,
7674         IMAGPART_EXPR.
7675         (pp_c_cast_expression): Handle FLOAT_EXPR.
7676         (pp_c_assignment_expression): Handle INIT_EXPR.
7677         (pp_c_expression): Update.
7678
7679 2002-07-30  Neil Booth  <neil@daikokuya.co.uk>
7680
7681         * objc/objc-act.c (objc_init): Return immediately if filename
7682         is NULL.
7683
7684 2002-07-29  Eric Christopher  <echristo@redhat.com>
7685
7686         * config/mips/elf.h: Remove ecoff.h and gofast includes.
7687         (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
7688         (SDB_DEBUGGING_INFO): Undefine.
7689         (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
7690         (PUT_SDB_SIZE): Remove.
7691         (SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
7692         (STARTFILE_SPEC): Add isa3264 define.
7693         * config/mips/elf64.h: Ditto.  Move TARGET_MEM_FUNCTIONS from here...
7694         * config/mips/ecoff.h: Remove. and here...
7695         * config/mips/iris3.h: and here...
7696         * config/mips/sni-svr4.h: and here...
7697         * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
7698         Add assembler -mmdebug options for non-dwarf debugging.
7699         * config/mips/r3900.h: Remove debug info defines.
7700         * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
7701         * config/mips/isa3264.h: Ditto.
7702         * config/mips/t-isa3264: Fix up for file removal and gofast configure
7703         change.
7704         * config/mips/t-elf: Ditto.
7705         * config/mips/t-ecoff: Ditto.
7706         * config/mips/t-r3900: Ditto.
7707         * config/mips/t-iris5-6: Ditto.
7708         * config/mips/t-isa3264: Ditto.
7709         * config/mips/t-linux: Remove.
7710         * config/mips/t-netbsd: Remove.
7711         * config/mips/t-mips: New file.
7712         * config/mips/t-gofast: Ditto.
7713         * config/mips/netbsd.h: Remove unnecessary undefines.
7714         * config/mips/linux.h: Remove #include of mips.h.
7715         * config.gcc: Add mips.h include for elf targets. Remove tm_file
7716         for ecoff. Add gofast configure option for mips.
7717
7718 2002-07-29  Chris Demetriou  <cgd@broadcom.com>
7719
7720         * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
7721         linker scripts use STARTUP directives consistently.
7722         * configure: Regenerate.
7723         * config.in: Regenerate.
7724         * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
7725         on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
7726         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
7727         * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
7728         HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
7729         will be the same.
7730
7731 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
7732
7733         * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute.
7734
7735 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
7736
7737         * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
7738
7739 2002-07-29  Aldy Hernandez  <aldy@quesejoda.com>
7740
7741         * config/rs6000/rs6000.md: Move altivec patterns from here...
7742
7743         * config/rs6000/altivec.md: ...to here.
7744
7745 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
7746
7747         * config/rs6000/spe.md ("spe_evmra"): Change to unspec.
7748
7749 2002-07-29  Richard Henderson  <rth@redhat.com>
7750
7751         * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
7752         set_mem_attributes and add BITPOS argument.  Subtract it from
7753         OFFSET when same is adjusted.
7754         (set_mem_attributes): New wrapper function.
7755         * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
7756         remove offset adjustment hack.
7757         * expr.h (set_mem_attributes_minus_bitpos): Declare.
7758
7759 2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
7760
7761         * Makefile.in (C_OBJS): Include c-pretty-print.o
7762         (c-pretty-print.o): Add depency rule.
7763         * pretty-print.h: Add more macros.
7764         * c-pretty-print.c: New file.
7765         * c-pretty-print.h: Likewise.
7766
7767 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
7768
7769         * config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
7770         constants to __ev64_s32__.
7771         (__internal_ev_mwhgsmian): Same.
7772         (__internal_ev_mwhgsmfan): Same.
7773         (__internal_ev_mwhgssfan): Same.
7774         (__internal_ev_mwhgumiaa): Same.
7775         (__internal_ev_mwhgsmiaa): Same.
7776         (__internal_ev_mwhgsmfaa): Same.
7777         (__internal_ev_mwhgssfaa): Same.
7778
7779 2002-07-29  David Edelsohn  <edelsohn@gnu.org>
7780
7781         * varasm.c (assemble_variable): Narrow test for uninitialized
7782         without BSS target support.
7783
7784 2002-07-29  Nathan Sidwell  <nathan@codesourcery.com>
7785
7786         * profile.c: Add file comment describing the overall algorithm and
7787         structures.
7788         (struct edge_info): Add comments.
7789         (struct bb_info): Add comments.
7790         * basic-block.h (EDGE_*): Add comments.
7791         * doc/gcov.texi (Gcov Data Files): Document bit flags.
7792
7793 2002-07-29  Bob Wilson  <bob.wilson@acm.org>
7794
7795         * config/xtensa/elf.h, config/xtensa/linux.h
7796         (TARGET_OS_CPP_BUILTINS): Define.
7797         (CPP_PREDEFINES): Remove.
7798         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
7799         (CPP_SPEC): Remove.
7800
7801 2002-07-29  Zack Weinberg  <zack@codesourcery.com>
7802
7803         * gensupport.c: Include hashtab.h.
7804         (insn_elision, condition_table, hash_c_test, cmp_c_test,
7805         maybe_eval_c_test): New routines and data structures to
7806         support insn elision.
7807         (init_md_reader): Read and initialize the condition_table.
7808         (read_md_rtx): Discard insn patterns whose C test is provably
7809         always false.
7810         * gensupport.h: Declare new functions and data structures.
7811
7812         * genconditions.c, dummy-conditions.c: New files.
7813         * Makefile.in: Build genconditions; run it to construct
7814         insn-conditions.c; build that and link it into most gen*
7815         programs.
7816         (HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
7817         (GEN): Delete, unused.
7818         (STAGESTUFF): Update.
7819
7820         * gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
7821         CODE_FOR_nothing for all elided patterns.
7822         (main): Tweaked to support this.
7823         * genflags.c (gen_proto): Emit a static inline generator
7824         function here for all elided patterns, which simply returns
7825         NULL_RTX.
7826         (gen_insn): Do not define HAVE_xxx for elided patterns.
7827         (main): Tweaked to support this.  No need to forward-declare
7828         struct rtx_def.
7829         * genrecog.c: Do not bother emitting the C test if it's known
7830         to be true at compile time.
7831
7832 2002-07-29  Mike Stump  <mrs@apple.com>
7833
7834         * config.gcc (target_gtfiles): Initialize, as otherwise cross
7835         compilers hosted on powerpc-apple-darwin6.0 won't even build.
7836
7837 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
7838
7839         * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
7840         remove clobber of LR.
7841         (sibcall_insn, sibcall_value_insn): Update accordingly.
7842         (sibcall_epilogue): Remove debugging comment from assembler stream.
7843
7844 2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
7845
7846         * pretty-print.h: Define more macros.
7847         * diagnostic.h (output_formatted_integer): Moved from...
7848         * diagnostic.c: ... here.
7849
7850 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7851
7852         * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF.
7853
7854 2002-07-28  Zack Weinberg  <zack@codesourcery.com>
7855
7856         * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
7857         arguments.  Always use ".-symbol" as expression argument.
7858         * doc/tm.texi: Update to match.  Document requirement for
7859         ".size symbol, .-symbol" to be acceptable to assembler.
7860
7861         * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
7862         config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
7863         config/i386/freebsd-aout.h, config/i386/sco5.h,
7864         config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
7865         config/xtensa/linux.h:  Update uses of ASM_OUTPUT_MEASURED_SIZE.
7866
7867 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7868
7869         * Makefile.in (gengtype-lex.c): Fix error in last change.
7870
7871         * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
7872         backslash.
7873
7874         * Makefile.in (vmsdbgout.o): Depend on function.h.
7875
7876         * vmsdbgout.c: Include function.h.
7877
7878 2002-07-28  Alan Modra  <amodra@bigpond.net.au>
7879
7880         * prefix.c (update_path): Don't strip single `.' path components
7881         unless stripping a later `..' component.  Exit loop as soon as
7882         a valid path is found.
7883
7884 2002-07-27  Roger Sayle  <roger@eyesopen.com>
7885
7886         * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
7887         argument.  Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
7888         BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
7889         floating point unordered comparisons (e.g. __builtin_isgreater)
7890         as const, and leave the remaining GCC_BUILTINs unchanged.
7891
7892         * c-decl.c (builtin_function): No need to explicitly mark
7893         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
7894
7895 2002-07-27  Roger Sayle  <roger@eyesopen.com>
7896
7897         * Makefile.in: rtlanal.o now depends upon real.h.
7898
7899         * flags.h [flag_signaling_nans]: New flag.
7900         [HONOR_SNANS]: New macro.
7901
7902         * toplev.c [flag_signaling_nans]: Initialize to false.
7903         (f_options): Add processing for "-fsignaling-nans".
7904         (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
7905         (process_options): flag_signaling_nans implies flag_trapping_math.
7906
7907         * c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
7908         when -fsignaling-nans.  First step to implementing WG14's N965.
7909
7910         * fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
7911         1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
7912         [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
7913
7914         * simplify-rtx.c (simplify_relational_operation): Conditionalize
7915         transforming abs(x) < 0.0 into false on !HONOR_SNANS.
7916
7917         * rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
7918         required by HONOR_SNANS.  (may_trap_p): Floating point DIV, MOD,
7919         UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
7920         -fsignaling_nans.  EQ and NE only trap for flag_signaling_nans
7921         not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
7922
7923         * doc/invoke.texi: Document new -fsignaling-nans compiler option.
7924
7925 2002-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7926
7927         * Makefile.in (gengtype-lex.c): Work around a bug in flex.
7928         * gengtype-lex.l (YY_USE_PROTOS): Undef.
7929         (YY_DECL): Define.
7930
7931 2002-07-27  Roger Sayle  <roger@eyesopen.com>
7932
7933         * doc/invoke.texi: Document that both -fno-builtin-foo and
7934         -fno-builtin are supported by the g++ front-end.
7935
7936 2002-07-27  Stan Shebs  <shebs@apple.com>
7937
7938         * configure.in: Rename config_gtfiles to target_gtfiles.
7939         * configure: Regenerate.
7940         * doc/gty.texi: Update reference.
7941         * config.gcc (powerpc-*-darwin*): Set target_gtfiles
7942         instead of appending to it.
7943
7944 2002-07-25  Aldy Hernandez  <aldyh@redhat.com>
7945
7946         * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
7947         vectors are split into two registers.
7948         (function_arg): Same.
7949
7950 Thu Jul 26 23:00:13 2002  J"orn Rennecke <joern.rennecke@superh.com>
7951
7952         * pa.md (extv): Check predicates before emitting extv_32.
7953
7954 2002-07-27  Alan Modra  <amodra@bigpond.net.au>
7955
7956         * config/rs6000/rs6000.c (rs6000_traceback_name): New var.
7957         (rs6000_traceback): New var.
7958         (rs6000_override_options): Set rs6000_traceback.
7959         (rs6000_output_function_epilogue): Implement traceback options.
7960         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add "traceback=".
7961         (rs6000_traceback_name): Declare.
7962
7963         * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
7964         label reference when NO_PROFILE_COUNTERS.
7965
7966 2002-07-26  Jason Merrill  <jason@redhat.com>
7967
7968         * function.c (assign_parms): Handle frontend-directed pass by
7969         invisible reference.
7970
7971 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
7972
7973         * doc/cppopts.texi: Update.
7974
7975 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
7976
7977         * cppmacro.c (_cpp_create_definition): Don't attempt redefinition
7978         warnings on assertions.
7979
7980 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
7981
7982         * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
7983         RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR,
7984         RID_COMPL): Remove.
7985         * c-parse.in (rid_to_yy): Similarly.
7986
7987 2002-07-26  Jason Merrill  <jason@redhat.com>
7988
7989         * c-dump.c: Resurrect.
7990         * tree-dump.c: Move C-specific stuff to c-dump.c.
7991         * c-common.h: Declare c_dump_tree.
7992         * c-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN): Define.
7993         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
7994         (c-dump.o): New rule.
7995
7996 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
7997
7998         * config/rs6000/rs6000.md: Enable patterns using rlwinm for
7999         PowerPC64.  Replace "T" and "S" constraints with "n" when the
8000         predicate will do.  Formatting fixes.
8001         (extzvsi_internal2): Use "andi.", "andis." and attr type of "compare"
8002         as for extzvsi_internal1.
8003
8004 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
8005
8006         * dwarfout.c (VERSION_ASM_OP, DERIV_BEGIN_LABEL_FMT,
8007         DERIV_END_LABEL_FMT): Remove.
8008         (SL_BEGIN_LABEL_FMT, SL_END_LABEL_FMT): Move.
8009
8010 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
8011
8012         * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
8013         Remove.
8014
8015 2002-07-25  Stan Shebs  <shebs@apple.com>
8016
8017         * config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
8018         local var dwarfp.
8019         (output_compiler_stub): Remove unused locals.
8020         (output_call): Always initialize line number.
8021
8022 Thu Jul 25 20:34:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
8023
8024         * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
8025         * sh.md (truncdiqi2, movqi_media): Likewise.
8026
8027 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
8028
8029         * gcse.c (obstack_chunk_alloc): Remove.
8030         (gcse_alloc): Fix to count allocated bytes.
8031         * collect2.c (SYMBOL__MAIN): Remove.
8032
8033 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
8034
8035         * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
8036         HAVE_TARGET_EXECUTABLE_SUFFIX.
8037
8038 Thu Jul 25 18:57:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
8039
8040         * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
8041         SIZE, EXPR and OFFSET.
8042
8043 2002-07-25  Richard Henderson  <rth@redhat.com>
8044
8045         * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
8046         in ARRAY_REF of DECL_P case.
8047
8048 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
8049
8050         * doc/invoke.texi: Document -mabi=meabi, and expand on the EABI
8051         description.  Document -mips32, -mips64, and the associated -march
8052         values.  Describe the "mipsN" arguments to -march.  Say that the
8053         -mipsN options are equivalent to -march.  Reword the description
8054         of default type sizes.
8055         * toplev.h (target_flags_explicit): Declare.
8056         * toplev.c (target_flags_explicit): New var.
8057         (set_target_switch): Update target_flags_explicit.
8058         * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Undefine.
8059         * config/mips/elf64.h (MIPS_ISA_DEFAULT): Undefine.
8060         * config/mips/iris6.h (SUBTARGET_ASM_SPEC): -mabi=64 implies -mips3.
8061         * config/mips/isa3264.h (MIPS_ENABLE_EMBEDDED_O32): Undefine.
8062         * config/mips/mips.h (mips_cpu_info): New struct.
8063         (mips_cpu_string, mips_explicit_type_size_string): Remove.
8064         (mips_cpu_info_table, mips_arch_info, mips_tune_info): Declare.
8065         (MIPS_CPP_SET_PROCESSOR): New macro.
8066         (TARGET_CPP_BUILTINS): Declare a macro for each supported processor.
8067         Define _MIPS_ARCH and _MIPS_TUNE.
8068         (MIPS_ISA_DEFAULT): Don't provide a default value.  Instead...
8069         (MIPS_CPU_STRING_DEFAULT): Set to "from-abi" if neither it nor
8070         MIPS_ISA_DEFAULT were already defined.
8071         (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT.
8072         (TARGET_OPTIONS): Remove -mcpu and -mexplicit-type-size.
8073         (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New.
8074         (GAS_ASM_SPEC): Remove -march, -mcpu, -mgp* and -mabi rules.
8075         (ABI_GAS_ASM_SPEC): Remove.
8076         (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
8077         (ASM_SPEC): Add -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64.
8078         Invoke %(asm_abi_default_spec) if no ABI was specified.
8079         (CC1_SPEC): Remove ISA -> register-size rules.
8080         (EXTRA_SPECS): Remove abi_gas_asm_spec.  Add asm_abi_default_spec.
8081         * config/mips/mips.c (mips_arch_info, mips_tune_info): New vars.
8082         (mips_cpu_string, mips_explicit_type_size_string): Remove.
8083         (mips_cpu_info_table): New array.
8084         (mips_set_architecture, mips_set_tune): New fns.
8085         (override_options): Rework to make -mipsN equivalent to -march.
8086         Detect more erroneous cases, including those removed from CC1_SPEC.
8087         Don't change the ABI based on architecture, or vice versa.
8088         Unify logic with GAS.
8089         (mips_asm_file_start): Get architecture name from mips_arch_info.
8090         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
8091         (mips_parse_cpu): Take the name of the option as argument.  Handle
8092         'from-abi'.  Raise an error if the option is wrong.
8093         (mips_cpu_info_from_isa): New fn.
8094
8095 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
8096
8097         * config/mips/mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF.
8098         (tablejump_mips162): Likewise.
8099
8100 Thu Jul 25 10:23:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
8101
8102         * simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to
8103         int_mode_for_mode.
8104
8105 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
8106
8107         * c-common.c (c_sizeof_or_alignof_type): Take a third argument for
8108         complaining.
8109         * c-common.h (c_sizeof): Adjust definition.
8110         (c_alignof): Likewise.
8111         * c-tree.h (c_sizeof_nowarn): Now macro.
8112         * c-typeck.c (c_sizeof_nowarn): Remove definition.
8113
8114 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
8115
8116         * c-decl.c (c_decode_option): No need to handle switches
8117         cpplib handles.
8118
8119 2002-07-24  Zack Weinberg  <zack@codesourcery.com>
8120
8121         * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
8122         ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
8123         * doc/tm.texi: Document them.  Also document SIZE_ASM_OP,
8124         TYPE_ASM_OP, and TYPE_OPERAND_FMT.
8125
8126         * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
8127         config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
8128         config/cris/aout.h, config/i386/freebsd-aout.h,
8129         config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
8130         config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
8131         config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
8132         config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
8133         config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
8134         config/xtensa/elf.h, config/xtensa/linux.h:
8135         Use the new macros.
8136         Where possible, remove redundant definitions of SIZE_ASM_OP,
8137         TYPE_ASM_OP, and TYPE_OPERAND_FMT.
8138
8139 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
8140
8141         * config/rs6000/eabi.h: Define TARGET_SPE_ABI, TARGET_SPE,
8142         TARGET_ISEL, and TARGET_FPRS.
8143
8144         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
8145         -mabi=spe, -mabi=no-spe, and -misel=.
8146
8147         * config/rs6000/rs6000-protos.h: Add output_isel.
8148         Move vrsave_operation prototype here.
8149
8150         * config/rs6000/rs6000.md (sminsi3): Allow pattern for TARGET_ISEL.
8151         (smaxsi3): Same.
8152         (uminsi3): Same.
8153         (umaxsi3): Same.
8154         (abssi2_nopower): Disallow when TARGET_ISEL.
8155         (*ne0): Same.
8156         (negsf2): Change to expand and rename old pattern to *negsf2.
8157         (abssf2): Change to expand and rename old pattern to *abssf2.
8158
8159         New expanders: fix_truncsfsi2, floatunssisf2, floatsisf2,
8160         fixunssfsi2.
8161
8162         Change patterns that check for TARGET_HARD_FLOAT or
8163         TARGET_SOFT_FLOAT to also check TARGET_FPRS.
8164
8165         * config/rs6000/rs6000.c: New globals: rs6000_spe_abi,
8166         rs6000_isel, rs6000_fprs, rs6000_isel_string.
8167         (rs6000_override_options): Add 8540 case to
8168         processor_target_table.
8169         Set rs6000_isel for the 8540.
8170         Call rs6000_parse_isel_option.
8171         (enable_mask_for_builtins): New.
8172         (rs6000_parse_isel_option): New.
8173         (rs6000_parse_abi_options): Add spe and no-spe.
8174         (easy_fp_constant): Treat !TARGET_FPRS as soft-float.
8175         (rs6000_legitimize_address): Check for TARGET_FPRS when checking
8176         for TARGET_HARD_FLOAT.
8177         Add case for SPE_VECTOR_MODE.
8178         (rs6000_legitimize_reload_address): Handle SPE vector modes.
8179         (rs6000_legitimate_address): Disallow PRE_INC/PRE_DEC for SPE
8180         vector modes.
8181         Check for TARGET_FPRS when checking for TARGET_HARD_FLOAT.
8182         (rs6000_emit_move): Check for TARGET_FPRS.
8183         Add cases for SPE vector modes.
8184         (function_arg_boundary): Return 64 for SPE vector modes.
8185         (function_arg_advance): Check for TARGET_FPRS and
8186         Handle SPE vectors.
8187         (function_arg): Same.
8188         (setup_incoming_varargs): Check for TARGET_FPRS.
8189         (rs6000_va_arg): Same.
8190         (struct builtin_description): Un-constify mask field.  Move up in
8191         file.
8192         (bdesc_2arg): Un-constify and add SPE builtins.
8193         (bdesc_1arg): Same.
8194         (bdesc_spe_predicates): New.
8195         (bdesc_spe_evsel): New.
8196         (rs6000_expand_unop_builtin): Add SPE 5-bit literal builtins.
8197         (rs6000_expand_binop_builtin): Same.
8198         (bdesc_2arg_spe): New.
8199         (spe_expand_builtin): New.
8200         (spe_expand_predicate_builtin): New.
8201         (spe_expand_evsel_builtin): New.
8202         (rs6000_expand_builtin): Call spe_expand_builtin for SPE.
8203         (rs6000_init_builtins): Initialize SPE builtins.  Call
8204         rs6000_common_init_builtins.
8205         (altivec_init_builtins): Move all non-altivec builtin code to...
8206         (rs6000_common_init_builtins): ...here.  New function.
8207         (branch_positive_comparison_operator): Allow NE code for SPE.
8208         (ccr_bit): Return correct ccr bit for SPE fp.
8209         (print_operand): Emit crnor in 'D' case for SPE.
8210         New case 't'.
8211         Add SPE code for 'y' case.
8212         (rs6000_generate_compare): Generate rtl for SPE fp.
8213         (output_cbranch): Handle SPE hard floats.
8214         (rs6000_emit_cmove): Handle isel.
8215         (rs6000_emit_int_cmove): New.
8216         (output_isel): New.
8217         (rs6000_stack_info): Adjust stack frame so GPRs are saved in
8218         64-bits for SPE.
8219         (debug_stack_info): Add SPE info.
8220         (gen_frame_mem_offset): New.
8221         (rs6000_emit_prologue): Save GPRs in 64-bits for SPE abi.
8222         Change mode of frame pointer, when saving it, to Pmode.
8223         (rs6000_emit_epilogue): Restore GPRs in 64-bits for SPE abi.
8224         Misc cleanups and use gen_frame_mem_offset when appropriate.
8225
8226         * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_PPC8540.
8227         (TARGET_SPE_ABI): New.
8228         (TARGET_SPE): New.
8229         (TARGET_ISEL): New.
8230         (TARGET_FPRS): New.
8231         (FIXED_SCRATCH): New.
8232         (RTX_COSTS): Add PROCESSOR_PPC8540.
8233         (ASM_CPU_SPEC): Add case for 8540.
8234         (TARGET_OPTIONS): Add isel= case.
8235         (rs6000_spe_abi): New.
8236         (rs6000_isel): New.
8237         (rs6000_fprs): New.
8238         (rs6000_isel_string): New.
8239         (UNITS_PER_SPE_WORD): New.
8240         (LOCAL_ALIGNMENT): Adjust for SPE.
8241         (HARD_REGNO_MODE_OK): Same.
8242         (DATA_ALIGNMENT): Same.
8243         (MEMBER_TYPE_FORCES_BLK): New.
8244         (FIRST_PSEUDO_REGISTER): Set to 113.
8245         (FIXED_REGISTERS): Add SPE registers.
8246         (reg_class): Same.
8247         (REG_CLASS_NAMES): Same.
8248         (REG_CLASS_CONTENTS): Same.
8249         (REGNO_REG_CLASS): Same.
8250         (REGISTER_NAMES): Same.
8251         (DEBUG_REGISTER_NAMES): Same.
8252         (ADDITIONAL_REGISTER_NAMES): Same.
8253         (CALL_USED_REGISTERS): Same.
8254         (CALL_REALLY_USED_REGISTERS): Same.
8255         (SPE_ACC_REGNO): New.
8256         (SPEFSCR_REGNO): New.
8257         (SPE_SIMD_REGNO_P): New.
8258         (HARD_REGNO_NREGS): Adjust for SPE.
8259         (VECTOR_MODE_SUPPORTED_P): Same.
8260         (REGNO_REG_CLASS): Same.
8261         (FUNCTION_VALUE): Same.
8262         (LIBCALL_VALUE): Same.
8263         (LEGITIMATE_OFFSET_ADDRESS_P): Same.
8264         (SPE_VECTOR_MODE): New.
8265         (CONDITIONAL_REGISTER_USAGE): Disable FPRs when target does FP on
8266         the GPRs.  Set FIXED_SCRATCH fixed in SPE case.
8267         (rs6000_stack): Add spe_gp_size, spe_padding_size,
8268         spe_gp_save_offset.
8269         (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
8270         (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
8271         (SPE_CONST_OFFSET_OK): New.
8272         (rs6000_builtins): Add SPE builtins.
8273
8274         * testsuite/gcc.dg/ppc-spe.c: New.
8275
8276         * config/rs6000/eabispe.h: New.
8277
8278         * config/rs6000/spe.h: New.
8279
8280         * config/rs600/spe.md: New.
8281
8282         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
8283         __SIMD__ for TARGET_SPE.
8284
8285         * config.gcc: Add powerpc-*-eabispe* case.
8286         Add spe.h to user headers for powerpc.
8287
8288 2002-07-24  Chris Demetriou  <cgd@broadcom.com>
8289
8290         * config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
8291         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8292         * config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
8293
8294 2002-07-24  Richard Henderson  <rth@redhat.com>
8295
8296         * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
8297         form when not optimizing.
8298
8299 2002-07-24  David Mosberger  <davidm@hpl.hp.com>
8300
8301         * config/ia64/ia64.c (gen_thread_pointer): Fix typo in marking
8302         thread_pointer_rtx as unchanging.
8303
8304 2002-07-24  Michael Matz  <matz@suse.de>
8305
8306         * ra-colorize.c (INV_REG_ALLOC_ORDER): New macro.
8307         (free_reg): Use it.
8308
8309 2002-07-24  Richard Earnshaw  <rearnsha@arm.com>
8310
8311         * arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output
8312         pattern.
8313         (arm_buneq_reversed, arm_bltgt_reversed): Likewise.
8314         (movsicc, movsfcc, movdfcc): FAIL if UNEQ or LTGT.
8315
8316 2002-07-24  Chris Demetriou  <cgd@broadcom.com>
8317
8318         * config/mips/elf.h (STARTFILE_SPEC): Never include crt0.o.
8319         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8320         * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine.
8321
8322 Wed Jul 24 17:59:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
8323
8324         * toplev.c (rest_of_compilation): Dump loops before clobbering
8325         the structure.
8326
8327 Wed Jul 24 17:23:16 CEST 2002  Jan Hubicka  <jh@suse.cz>
8328
8329         * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
8330
8331 2002-07-24  Frank van der Linden  <fvdl@wasabisystems.com>
8332
8333         PR optimization/7291
8334         * config/i386/i386.c (ix86_expand_clrstr): Fix bzero alignment
8335         problem on x86_64.
8336
8337 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
8338
8339         * pretty-print.h: Add macros from cp/error.c
8340
8341 2002-07-24  Alan Modra  <amodra@bigpond.net.au>
8342
8343         * config/rs6000/rs6000-protos.h (mask_operand_wrap): Declare.
8344         (mask64_2_operand): Declare.
8345         (build_mask64_2_operands): Declare.
8346         (and64_2_operand): Declare.
8347         (extract_MB): Declare.
8348         (extract_ME): Declare.
8349         * config/rs6000/rs6000.c (mask64_operand): Allow all ones.  Remove
8350         CONST_DOUBLE code.
8351         (mask_operand_wrap): New insn predicate.
8352         (mask64_2_operand): Likewise.
8353         (and64_2_operand): Likewise.
8354         (build_mask64_2_operands): New function.
8355         (extract_MB): New function.
8356         (extract_ME): New function.
8357         (print_operand <case m,M>): Use extract_MB and extract_ME.
8358         (print_operand <case S>): Allow all ones.  Remove CONST_DOUBLE support.
8359         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 't'.
8360         (PREDICATE_CODES): Add and64_2_operand, mask_operand_wrap and
8361         mask64_2_operand.  Remove CONST_DOUBLE from mask64_operand.
8362         * config/rs6000/rs6000.md (andsi3_internal3): New
8363         (andsi3_internal3+1): Enable split for powerpc64.
8364         (andsi3_internal3+2): New split.
8365         (andsi3_internal4): Renamed old andsi3_internal3.
8366         (andsi3_internal5): New.
8367         (andsi3_internal5+1): Enable split for powerpc64.
8368         (andsi3_internal5+2): New split.
8369         (andsi3_internal6, andsi3_internal7, andsi3_internal8): New.
8370         (anddi3): Handle 't' constraint.
8371         (anddi3+1): New split.
8372         (anddi3_internal2): Handle 't' constraint.
8373         (anddi3_internal2+1): New split.
8374         (anddi3_internal3): Handle 't' constraint.
8375         (anddi3_internal3+1): New split.
8376
8377 2002-07-24  Alan Modra  <amodra@bigpond.net.au>
8378
8379         * config/rs6000/rs6000.md: Remove scratch reg on insns using
8380         addze and similar (plus (comparison r1 r2) r3) insns.  Add
8381         missing scratch reg in one case.  Formatting fixes.
8382
8383 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
8384
8385         * cppexp.c (parse_defined): Mark macro used.
8386         * cpphash.h (struct cpp_macro): New member "used".
8387         (_cpp_mark_macro_used, _cpp_warn_if_unused_macro): New.
8388         (struct cpp_reader): New member.
8389         * cppinit.c (cpp_finish_options): Set first_unused_line.
8390         (cpp_finish): Warn of unused macros if requested.
8391         (OPT_TABLE): New switches.
8392         (cpp_handle_option): Handle them.
8393         * cpplib.c (do_undef): Warn if macro unused.
8394         (do_ifdef, do_ifndef): Mark macro used.
8395         * cpplib.h (struct cpp_options): New member.
8396         * cppmacro.c (_cpp_warn_if_unused_macro): New.
8397         (enter_macro_context): Mark macro used.
8398         (_cpp_create_definition): Mark macro unused; warn if unused
8399         when redefined.
8400         * cpptrad.c (scan_out_logcial_line, push_replacement_text):
8401         Mark macros used.
8402         * doc/cppopts.texi: Update.
8403
8404 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
8405
8406         * dwarf2out.c (SECTION_ASM_OP,
8407         ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
8408         * system.h (SECTION_ASM_OP): Poison.
8409         * tree.c (FILE_FUNCTION_PREFIX_LEN): Remove.
8410         * config/alpha/alpha-interix.h, config/mips/linux.h
8411         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
8412         * config/mmix/mmix-protos.h, config/mmix/mmix.c
8413         (mmix_asm_output_define_label_difference_symbol): Remove.
8414         * config/mmix/mmix.h
8415         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
8416         * doc/tm.texi: Remove documentation.
8417
8418 Tue Jul 23 21:49:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
8419
8420         * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.
8421         (constrain_operands): Likewise.
8422         * regclass.c (record_reg_classes): Likewise.
8423         * reload.c (find_reloads): Likewise.
8424         * doc/md.texi: Likewise.
8425
8426         * reload.c (find_reloads_toplev): Use simplify_gen_subreg.
8427         * simplify-rtx.c (simplify_subreg): When converting to a non-int
8428         mode, try to convert to an integer mode of matching size first.
8429
8430         * simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR
8431         from individual subregs, check that each subreg has been generated
8432         sucessfully.
8433
8434 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
8435
8436         * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
8437         * df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
8438         FOR_EACH_BB_IN_SBITMAP): Remove.
8439         * gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
8440         * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
8441         LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
8442         * loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
8443         PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
8444         * regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
8445
8446 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
8447
8448         * pretty-print.h: New file.
8449
8450 2002-07-23      Paul Koning     <pkoning@equallogic.com>
8451
8452         * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
8453         (LARGEST_EXPONENT_IS_NORMAL): Ditto.
8454         (VAX_HALFWORD_ORDER): Define (1 for DEC VAX, 0 otherwise).
8455         (TARGET_G_FLOAT): Default to 0 if not defined.
8456         (ieeetoe): New, common routine to convert target format floats
8457         to internal form.
8458         (e24toe, e53toe): Change to use ieeetoe, distinguish DEC
8459         vs. others.
8460         (e113toe): Change to use ieeetoe.
8461
8462 2002-07-23  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8463
8464         * real.c (REAL_WORDS_BIG_ENDIAN): Make sure it is 0 for DEC and 1 for
8465         IBM.
8466         (e53toe): Assume IEEE if non of DEC, IBM and C4X is defined.
8467         (e64toe): Remove special cases for DEC and IBM. Remove support for
8468         ARM_EXTENDED_IEEE_FORMAT.
8469         (e24toe): Remove special cases for DEC.
8470         (significand_size): Simplify. Indent.
8471         (ieee_format, ieee_24, ieee_53, ieee_64, ieee_113): New.
8472         (etoieee, toieee): New.
8473         (etoe113, toe113, etoe64, toe64, etoe53, toe53, etoe24, toe24): Use
8474         etoieee and toieee for IEEE arithmetic.
8475
8476 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
8477
8478         * doc/extend.texi: Say ISO C90, not ISO C89.
8479         * doc/invoke.texi: Likewise.
8480         * doc/standards.texi: Likewise.
8481
8482 2002-07-23  Steve Ellcey  <sje@cup.hp.com>
8483
8484         * gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
8485         Fix permutation of conversion and plus/mult.
8486         * gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
8487         ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
8488         (expand_builtin_strncpy) Ditto.
8489         (expand_builtin_memset) Ditto.
8490
8491 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
8492
8493         Fix PR/7363:
8494         * c-common.c (c_sizeof_or_alignof_type): New function.
8495         (c_alignof): Remove definition.
8496         * c-common.h (c_sizeof, c_alignof): Define as macros.
8497         (c_sizeof_or_alignof_type): Declare.
8498         (my_friendly_assert): Moved from cp/cp-tree.h
8499         * c-typeck.c (c_sizeof): Remove definition.
8500
8501 2002-07-23  Jan Hubicka  <jh@suse.cz>
8502
8503         * gcse.c (try_replace_reg): Use num_changes_pending.
8504         * recog.c (num_changes_pending): New function.
8505         (validate_replace_src): Use validate_repalce_src_group.
8506         (validate_replace_src_group): New.
8507         * recog.h (validate_repalce_src_group): New.
8508         (num_changes_pending): Likewise.
8509
8510 Tue Jul 23 12:16:58 2002  J"orn Rennecke <joern.rennecke@superh.com>
8511
8512         * calls.c (emit_library_call_value_1): If
8513         FUNCTION_ARG_PASS_BY_REFERENCE is true, pretend this is neither
8514         libcall, const call nor pure call.
8515
8516 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
8517
8518         * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
8519
8520 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
8521
8522         * vmsdbgout.c (SECTION_ASM_OP): Remove.
8523
8524 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
8525
8526         * config/i386/i386.c (AT_BP): Remove.
8527
8528 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
8529
8530         * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
8531         Default definition.
8532         * gcse.c: Don't define obstack_chunk_free.
8533         * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
8534         flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
8535         integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
8536         reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
8537         Don't define obstack macros.
8538
8539 2002-07-22  Stephane Carrez  <stcarrez@nerim.fr>
8540
8541         PR target/6744
8542         * config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
8543         ASM_OPERANDS instructions.
8544
8545 2002-07-22  Stephane Carrez  <stcarrez@nerim.fr>
8546
8547         PR target/7361
8548         * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
8549         constant addresses only on 68HC12.
8550
8551 2002-07-22  Neil Booth  <neil@daikokuya.co.uk>
8552
8553         * cppfiles.c (stack_include_file): Correct test of whether
8554         a dependency should be output.
8555
8556 2002-07-22  David Edelsohn  <edelsohn@gnu.org>
8557
8558         * collect2.c (is_ctor_dtor): Add other possible JOINER values.
8559
8560 2002-07-22  Richard Earnshaw  <rearnsha@arm.com>
8561
8562         * arm.md (movqi): If optimizing and we can create pseudos, use
8563         a ZERO_EXTEND to load from memory, then copy the result into the
8564         target.
8565         (movhi): Likewise, but only for ARMv4.
8566
8567 2002-07-22  Neil Booth  <neil@daikokuya.co.uk>
8568
8569         * ssa-ccp.c (PHI_PARMS): Remove.
8570
8571 2002-07-22  Richard Sandiford  <rsandifo@redhat.com>
8572
8573         * config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS
8574         on big-endian targets.
8575
8576 2002-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8577
8578         * hwint.h (HOST_WIDE_INT_PRINT_DEC_SPACE,
8579         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
8580         HOST_WIDEST_INT_PRINT_DEC_SPACE, HOST_WIDEST_INT_PRINT_DEC_SPACE):
8581         New formatting macros.
8582
8583         * ra-debug.c (dump_static_insn_cost): Avoid string concatenation.
8584
8585 Mon Jul 22 15:27:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
8586
8587         * rtlanal.c (subreg_regno_offset): Return correct offset for
8588         big endian paradoxical subregs.
8589
8590         * optabs.c (expand_vector_unop): Don't expand using sub_optab
8591         if we got the wrong mode.
8592
8593         * hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.
8594         * genrecog.c (write_switch, write_cond): Use it.
8595         * genemit.c (gen_exp): Likewise.
8596
8597 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
8598
8599         * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
8600
8601 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
8602
8603         * c-decl.c (build_compound_literal): Defer compound literal decls
8604         until until file end to emit them only if they are actually used.
8605
8606 2002-07-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8607
8608         * ra-build.c (check_conflict_numbers): Hide unused function.
8609         (livethrough_conflicts_bb): Avoid automatic aggregate
8610         initialization.
8611         (parts_to_webs_1): Avoid `U' integer constant modifier.
8612         (conflicts_between_webs): Wrap a variable in the macro controlling
8613         its usage.
8614         * ra-debug.c (ra_debug_msg): Use VA_OPEN/VA_CLOSE.
8615         (dump_igraph, dump_graph_cost): Avoid string concatenation
8616         (dump_static_insn_cost): Avoid automatic aggregate
8617         initialization.
8618         * ra-rewrite.c (insert_stores): Avoid automatic aggregate
8619         initialization.
8620         (dump_cost): Avoid string concatenation
8621
8622 2002-07-21  Richard Henderson  <rth@redhat.com>
8623
8624         * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use
8625         GOTO_SUBROUTINE_EXPR when finally_block can be re-expanded.
8626
8627 2002-07-21  Richard Henderson  <rth@redhat.com>
8628
8629         * unroll.c (find_splittable_givs): Do not split DEST_ADDR givs
8630         that are not unrolled completely.
8631
8632 2002-07-21  Richard Henderson  <rth@redhat.com>
8633
8634         * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
8635         * loop.c (strength_reduce): Update.
8636         * toplev.c (rest_of_compilation): Do unrolling in the first
8637         loop pass, not the second.
8638
8639 2002-07-21  Richard Henderson  <rth@redhat.com>
8640
8641         * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
8642         when flag_argument_noalias == 2.
8643         * alias.c (nonoverlapping_memrefs_p): Handle that.
8644         * print-rtl.c (print_mem_expr): Likewise.
8645
8646 2002-07-21  Hartmut Schirmer  <hartmut.schirmer@arcor.de>
8647
8648         * libgcc2.c (__divdi3, __moddi3): Use unary minus operator
8649         instead of __negdi2 directly.
8650
8651 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
8652
8653         * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
8654         * function.c (SYMBOL__MAIN): Remove definition.
8655         * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
8656         * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
8657         * profile.c (GCOV_INDEX_TO_BB): Remove.
8658         * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
8659         * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
8660
8661 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
8662
8663         * c-lex.c (GET_ENVIRONMENT): Remove.
8664         * collect2.c (GET_ENV_PATH_LIST): Remove.
8665         (prefix_from_env): Use GET_ENVIRONMENT.
8666         * cppinit.c (GET_ENV_PATH_LIST): Remove.
8667         (init_standard_includes): Use GET_ENVIRONMENT.
8668         * defaults.h (GET_ENVIRONMENT): Define here if not already.
8669         * gcc.c (GET_ENV_PATH_LIST): Remove.
8670         (make_relative_prefix, process_command): Update.
8671         * protoize.c (GET_ENV_PATH_LIST): Remove.
8672         (do_processing): Update.
8673
8674 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
8675
8676         * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
8677         (grokdeclarator): Likewise.
8678         * c-format.c (C_STD_NAME): Likewise.
8679         * c-lex.c (interpret_integer): Likewise.
8680         * c-typeck.c (build_array_ref): Likewise.
8681         * cpplex.c (_cpp_lex_direct): Likewise.
8682         * toplev.c (documented_lang_options): Likewise.
8683
8684 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
8685
8686         * c-format.c (T99_I, T99_UI): Remove.
8687
8688 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
8689
8690         * c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
8691
8692 Sun Jul 21 21:36:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
8693
8694         * gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
8695         do_local_cprop.
8696
8697 2002-07-21  Andreas Jaeger  <aj@suse.de>
8698
8699         * reload1.c (fixup_abnormal_edges): Remove unused variable.
8700
8701 2002-07-21  Bernd Schmidt  <bernds@redhat.com>
8702
8703         Improvements for the ifcvt pass from Michael Meissner, with patches
8704         by Richard Sandiford <rsandifo@redhat.com>
8705         * basic-block.h (struct ce_if_block, ce_if_block_t): New types.
8706         * ifcvt.c (cond_exec_changed_p): New static variable.
8707         (last_active_insn): New function, renamed from last_active_insn_p
8708         and changed to return the last active insn in a basic block. All
8709         callers updated.
8710         (block_fallthru): New function.
8711         (cond_exec_process_insns): New argument CE_INFO.  Pass it to
8712         IFCVT_MODIFY_INSN.  All callers updated.
8713         Return false if START or END are NULL.
8714         Handle case where we're processing an insn that is already
8715         conditional.
8716
8717         (noce_process_if_block): CE_INFO argument rather than
8718         multiple args containing the involved basic blocks.  All callers
8719         changed.
8720         (process_if_block, merge_if_block, find_if_block,
8721         cond_exec_process_if_block): Likewise.
8722
8723         (cond_exec_process_if_block): New arg DO_MULTIPLE_P.  All callers
8724         changed.
8725         Use new function last_active_insn to simplify some code.
8726         New code to handle multiple tests.
8727         Call IFCVT_MODIFY_CANCEL in all failure cases, otherwise set
8728         cond_exec_changed_p to TRUE.
8729
8730         (process_if_block): New code to handle multiple tests.
8731         (merge_if_block): Likewise.
8732         (find_if_header): New arg PASS.  Changed to return the currently
8733         processed basic block or NULL instead of true/false. All callers
8734         changed.
8735         Call IFCVT_INIT_EXTRA_FIELDS.
8736         (block_jumps_and_fallthru_p): New function.
8737         (find_if_block): Discover opportunities to convert multiple tests.
8738         Add additional debugging output.
8739         Update the ce_info structure before returning.
8740
8741         (if_convert): Run multiple passes of if-conversion.
8742         * doc/tm.texi (IFCVT_MODIFY_TESTS, IFCVT_MODIFY_INSN,
8743         IFCVT_MODIFY_FINAL, IFCVT_MODIFY_CANCEL, IFCVT_MODIFY_MULTIPLE_TESTS,
8744         IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS): Update documentation for
8745         these macros.
8746
8747 Sun Jul 21 00:54:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
8748
8749         * gcse.c: Include cselib.h
8750         (constptop_register): Break out from ...
8751         (cprop_insn): ... here; kill basic_block argument.
8752         (do_local_cprop, local_cprop_pass): New functions.
8753         (one_cprop_pass): Call local_cprop_pass.
8754
8755 2002-07-20  Roger Sayle  <roger@eyesopen.com>
8756
8757         * simplify-rtx.c (simplify_relational_operation): Optimize
8758         abs(x) < 0.0 (and abs(x) >= 0.0 when using -ffast-math).
8759
8760 2002-07-20  Michae Matz  <matz@suse.de>
8761
8762         * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
8763
8764 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
8765
8766         * cppexp.c (struct op): Add token pointer.
8767         (check_promotion, CHECK_PROMOTION): New.
8768         (optab): Update.
8769         (_cpp_parse_expr): Update, use token pointer of struct op.
8770         (reduce): Warn about change of sign owing to promotion.
8771         * cppinit.c (cpp_handle_option): New warning if -Wall.
8772         * cpplib.h (struct cpp_options): New member.
8773
8774 2002-07-19  David Edelsohn  <edelsohn@gnu.org>
8775
8776         * config/rs6000/rs6000.md: Remove ppc630 fpcompare from single
8777         fpu list.  Separate Power4 compare and delayed_compare.  Correct
8778         Power4 fpcompare.
8779         (fix_truncdfsi2_internal): Restore FPR preference.
8780         * config/rs6000/t-aix43 (MULTILIB_MATCHES): Add mcpu?power3,
8781         mcpu?power4, mcpu?604e.  Remove mpower, mpower2, mpowerpc.
8782
8783 2002-07-19  Momchil Velikov <velco@fadata.bg>
8784
8785         * reload1.c (reload_as_needed): Duplicate oldpat.
8786
8787 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
8788
8789         PR optimization/7130
8790         * loop.h (struct loop_info): Add "preconditioned".
8791         * unroll.c (unroll_loop): Set it.
8792         * doloop.c (doloop_modify_runtime): Correct count for unrolled loops.
8793
8794 2002-07-19  Zack Weinberg  <zack@codesourcery.com>
8795
8796         * rtl.def (CODE_LABEL): Remove slot 8.
8797         * rtl.h (struct rtx_def): Document new uses of jump and call fields.
8798         (LABEL_ALTERNATE_NAME): Delete.
8799         (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
8800         * defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
8801
8802         * final.c (output_alternate_entry_point): New.
8803         (final_scan_insn): Use it instead of
8804         ASM_OUTPUT_ALTERNATE_LABEL_NAME.  Do not consider possibility
8805         of a case label being an alternate entry point.
8806
8807         * cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
8808         * emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
8809         Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
8810         (field deleted).
8811         * print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
8812
8813         * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
8814         LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
8815         * doc/tm.texi: Delete documentation of
8816         ASM_OUTPUT_ALTERNATE_LABEL_NAME.
8817
8818 2002-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8819
8820         * config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
8821         (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
8822         (LINK_SPEC): Define.
8823         (STARTFILE_SPEC): Define.
8824         (ENDFILE_SPEC): Define.
8825
8826         * config/mips/iris6-o32.h (LINK_SPEC): Move ...
8827         * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
8828
8829         * config/mips/iris6-o32-gas.h: New file.
8830         * config.gcc (mips-sgi-irix6*o32): Use it.
8831
8832         * config/mips/t-iris5-gas: New file.
8833         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
8834
8835 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
8836
8837         * cppexp.c (ALWAYS_EVAL): Remove.
8838         (optab, reduce): Always evaluate.
8839         (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
8840         only if not skipping evaluation.
8841
8842 2002-07-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8843
8844         * config/avr/avr.c (debug_hard_reg_set): Remove.
8845
8846 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
8847
8848         * gcc.c (cpp_options): Include "%1" (cc1_spec).
8849
8850 2002-07-19  Richard Henderson  <rth@redhat.com>
8851
8852         * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
8853
8854 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
8855
8856         * prefix.c (update_path): Don't zap single `.' path components
8857         unless followed by another `.' and fix typo last patch.
8858
8859 2002-07-18  Neil Booth  <neil@daikokuya.co.uk>
8860
8861         * cppexp.c (cpp_num_mul): Remove unused parameter.
8862         (UNARY, BINARY, OTHER, binary_handler): Remove.
8863         (ALWAYS_EVAL): New.
8864         (optab): Update.
8865         (reduce): Refactor to a large switch, don't use a function
8866         pointer.
8867
8868 2002-07-18  Bo Thorsen  <bo@berlioz.suse.de>
8869
8870         * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
8871
8872 Thu Jul 18 19:39:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
8873
8874         * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
8875         (sh_expand_binop_v2sf): Likewise.
8876         * sh.c (machine_dependent_reorg): Add move for UNSPEC_MOVA.
8877         (int_gpr_dest, trunc_hi_operand): New functions.
8878         * sh.h (PREDICATE_CODES): Add any_register_operand, int_gpr_dest and
8879         trunc_hi_operand.
8880         (SPECIAL_MODE_PREDICATES, any_register_operand): Define.
8881         * sh.md (cmpeqdi_t+1): Remove comments that genrecog warns about.
8882         (adddi3_compact+1, subdi3_compact+1, ashlsi3_n+1, ashlhi3+1): Likewise.
8883         (ashrsi2_16+1, ashrsi2_31+1, lshrsi3_n+1, ashrdi3+[12]): Likewise.
8884         (and_shl_scratch+[12], zero_extendhidi2+1): Likewise.
8885         (zero_extendhisi2_media+1, extendhidi2+1, extendqidi2+1): Likewise.
8886         (extendhisi2_media+1, extendqisi2_media+1): Likewise.
8887         (movsi_media_nofpu+[12], movhi_media+1, movdi_media_nofpu+1): Likewise.
8888         (movdi_const_16bit+[12], movdf_i4+[123], reload_outdf+[2-5]): Likewise.
8889         (movsf_ie+1): Likewise.
8890         (loaddi_trunc): Use int_gpr_dest predicate.
8891         (use_sfunc_addr, indirect_jump_scratch, sibcall_compact): Add mode(s).
8892         (mova, mova_const, GOTaddr2picreg, ptrel, casesi_worker_0): Likewise.
8893         (casesi_worker_0+[12], casesi_worker): Likewise.
8894         (shcompact_preserve_incoming_args): Likewise.
8895         (mov_nop): Use any_register_operand predicate.
8896         (mperm_w0): Use trunc_hi_operand predicate.
8897
8898 2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8899
8900         * pa-linux.h (DWARF2_UNWIND_INFO): Delete define.
8901         * pa.h (EH_RETURN_DATA_REGNO): Revise TARGET_64BIT and correct
8902         numbering.
8903
8904 2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8905
8906         * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
8907
8908 2002-07-18  Richard Henderson  <rth@redhat.com>
8909
8910         PR optimization/7147
8911         * ifcvt.c (noce_get_condition): Make certain that the condition
8912         is valid at JUMP.
8913
8914 Thu Jul 18 13:44:51 2002  J"orn Rennecke <joern.rennecke@superh.com>
8915
8916         * sh.c (barrier_align, push): Shut up compiler warnings.
8917         (initial_elimination_offset,sh_media_init_builtins): Likewise.
8918         (reg_no_subreg_operand): Delete.
8919
8920 2002-07-17  Bo Thorsen  <bo@suse.de>
8921
8922         * config/i386/linux64.h (LINK_SPEC): Remove bogus -Y option.
8923         (STARTFILE_PREFIX_SPEC): Define for NATIVE_CROSS compilations.
8924         (STARTFILE_SPEC): Remove hardcoded library paths.
8925         (ENDFILE_SPEC): Likewise.
8926
8927 Thu Jul 18 09:38:59 CEST 2002  Jan Hubicka  <jh@suse.cz>
8928
8929         * gcse.c (hoist_expr_reaches_here_p):  Stop once expr_bb is reached.
8930
8931         * gcse.c (try_replace_reg): Do not return false positives.
8932
8933 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
8934
8935         * prefix.c: (update_path): Strip ".." components when prior dir
8936         doesn't exist.  Pass correct var to UPDATE_PATH_HOST_CANONICALIZE.
8937
8938         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Remove 64-bit support.
8939         (ASM_OUTPUT_REG_POP): Likewise.
8940
8941 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
8942
8943         * config/rs6000/rs6000.c (first_reg_to_save): Remove bogus
8944         adjustments to first_reg for profiling case.
8945         (output_function_profiler): Correct lr save slot for ABI_AIX_NODESC.
8946         Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
8947         Save static chain reg to sp + 12 on ABI_AIX_NODESC.
8948         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Define.
8949         (ASM_OUTPUT_REG_POP): Define.
8950         * config/rs6000/linux64.h (ASM_OUTPUT_REG_PUSH): Undef.
8951         (ASM_OUTPUT_REG_POP): Undef.
8952
8953 2002-07-17  Neil Booth  <neil@daikokuya.co.uk>
8954
8955         * cpplib.c (do_sccs): Handle #sccs on all systems.
8956         * system.h (SCCS_DIRECTIVE): Poison.
8957         * config/darwin.h, config/freebsd.h, config/netbsd.h,
8958         config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h,
8959         config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h,
8960         config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h,
8961         config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h,
8962         config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h,
8963         config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h,
8964         config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h:
8965         Remove all references to SCCS_DIRECTIVE.
8966         * doc/cpp.texi, doc/tm.texi: Update.
8967
8968 Wed Jul 17 19:23:32 2002  J"orn Rennecke <joern.rennecke@superh.com>
8969
8970         * regrename.c (maybe_mode_change): New function.
8971         (find_oldest_value_reg, copyprop_hardreg_forward_1): Use it.
8972
8973 2002-07-17  Rodney Brown  <rbrown64@csc.com.au>
8974
8975         * config/i386/i386.c (ix86_expand_int_movcc): In the general case
8976         suppress addition when either ct or cf are zero.
8977
8978 2002-06-17  Eric Botcazou <ebotcazou@multimania.com>
8979             Glen Nakamura <glen@imodulo.com>
8980
8981         PR optimization/6713
8982         * loop.c (loop_givs_rescan): Explicitly delete the insn that
8983         sets a non-replaceable giv after issuing the new one.
8984
8985 2002-07-17  Neil Booth  <neil@daikokuya.co.uk>
8986
8987         * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,
8988         eval_token): Clarify and correct use of "bool" variables.
8989         * cpplib.h (struct cpp_options): Similarly.
8990         * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
8991         * cpptrad.c (recursive_macro): Similarly.
8992
8993 Wed Jul 17 17:08:06 2002  J"orn Rennecke <joern.rennecke@superh.com>
8994
8995         * config/sh/lib1funcs.asm (udivsi3_i4): Implement SHcompact version in
8996         SHmedia code.
8997
8998         * sh.md (cmpgtudi_media): Remove spurious @.
8999
9000         * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
9001         * sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
9002
9003         * config/sh/lib1funcs.asm (init_trampoline): New entry point.
9004         * sh-protos.h (sh_initialize_trampoline): Declare.
9005         * sh.c (sh_initialize_trampoline): New function.
9006         * sh.h (TRAMPOLINE_SIZE): Only 24 for TARGET_SHMEDIA32.
9007         (TRAMPOLINE_ALIGNMENT): Need cache-line alignment for TARGET_SHMEDIA.
9008         (INITIALIZE_TRAMPOLINE): Call sh_initialize_trampoline.
9009         (TRAMPOLINE_ADJUST_ADDRESS): Not needed for SHcompact.
9010         * sh.md (initialize_trampoline, double_shori): New patterns.
9011         (initialize_trampoline_compact): Likewise.
9012         (shmedia32_initialize_trampoline_big): Remove.
9013         (shmedia32_initialize_trampoline_little): Likewise.
9014
9015         * sh-protos.h (binary_float_operator): Remove declaration.
9016         (sh_expand_unop_v2sf, sh_expand_binop_v2sf): Declare.
9017         * sh.c (print_operand, case 'N'): Check against CONST0_RTX.
9018         (unary_float_operator, sh_expand_unop_v2sf): New functions.
9019         (sh_expand_binop_v2sf): Likewise.
9020         (zero_vec_operand): Delete.
9021         (SH_BLTIN_UDI): New builtin shared signature define.  Renumbered
9022         all non-shared ones.
9023         (bdesc): Change all the mextr builtins to use SH_BLTIN_UDI.
9024         Enable nsb and byterev.
9025         * sh.h (CONDITIONAL_REGISTER_USAGE): Initialize DF_HI_REGS.
9026         (HARD_REGNO_MODE_OK): Allow TImode in fp regs.  Allow V2SFmode
9027         in general regs.
9028         (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add DF_HI_REGS.
9029         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.  Remove clause for
9030         immediate operands.
9031         (SECONDARY_INPUT_RELOAD_CLASS): Add clause for immediate operands.
9032         Add DF_HI_REGS.
9033         (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Allow
9034         lowpart fp regs - only for big endian for now.
9035         (LEGITIMATE_CONSTANT_P): Don't allow nonzero float vectors
9036         when FPU is in use.
9037         (EXTRA_CONTRAINT_U): Check against CONST0_RTX.
9038         (LOAD_EXTEND_OP): NIL for SImode.
9039         (REGISTER_MOVE_COST): Add DF_HI_REGS.  Const for moves between
9040         general and fp registers is 4.
9041         PREDICATE_CODES: Amend binary_float_operator entry.
9042         Remove zero_vec_operand.  Add unary_float_operator.
9043         * sh.md (udivsi3_i4_media): Use truncate instead of paradoxical
9044         subreg SET_DEST.
9045         (truncdisi2, truncdihi2, movv2sf): Allow memory destinations.
9046         (truncdiqi2): Do sign extension.
9047         (movsi_media, movdi_media): Allow to use r63 to an fp register.
9048         (movdf_media, movsf_media): Likewise.
9049         (movv2sf_i, movv2sf_i+1): Don't use f{ld,st}.p or SUBREGS.
9050         Collapse to one define_insn_and_split.  Allow immediate sources.
9051         (addv2sf3, subv2sf3, mulv2sf3, divv2sf3): New patterns.
9052         (movv4sf_i): Allow immediate sources.  Use simplify_gen_subreg.
9053         (movv4sf): Allow immediate sources.
9054         (movsf_media_nofpu+1): Don't split moves to FP registers.
9055         (unary_sf_op, binary_sf_op, mshflo_w_x, concat_v2sf): New patterns.
9056         (movv8qi_i+3): Check against CONST0_RTX.
9057         (mextr1, mextr2. mextr3. mextr4, mextr5, mextr6, mextr7): Use DImode
9058         for input and output operands.  Fix argument 3 to gen_mextr_rl.
9059         (mmul23_wl, mmul01_wl, mmulsum_wq_i): s/const_vector/parallel/
9060         (msad_ubq_i, mshf4_b, mshf0_b, mshf4_l, mshf0_l, mshf4_w): Likewise.
9061         (mshf0_w, fipr, ftrv): Likewise.
9062         (mshfhi_l_di): Now insn_and_split.  Can handle FP regs.
9063
9064 2002-07-17  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9065
9066         * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from
9067         NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively.  All uses changed.
9068         * arm.c: Similarly.
9069
9070 2002-07-17  Richard Sandiford  <rsandifo@redhat.com>
9071
9072         * config/mips/mips-protos.h (mips_sign_extend): Declare.
9073         * config/mips/mips.h (MASK_DEBUG_H, TARGET_DEBUG_H_MODE): Remove.
9074         (TARGET_SWITCHES): Remove debugh.
9075         (ISA_HAS_TRUNC_W): New macro.
9076         (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS if TARGET_FLOAT64.
9077         (PREDICATE_CODES): Remove se_nonimmediate_operand.
9078         * config/mips/mips.c (movdi_operand): Allow sign-extensions of
9079         any SImode move_operand.
9080         (se_nonimmediate_operand): Remove.
9081         (mips_sign_extend): New.
9082         (mips_move_2words): Use it for sign-extended source operands.
9083         (override_options): Allow integers to be put into single FPRs.
9084         (mips_secondary_reload_class): Handle integers in float registers.
9085         * config/mips/mips.md (extendsidi2): Turn into a define_expand.
9086         (fix_truncsfsi2, fix_truncdfsi2): Likewise.
9087         (fix_truncdfsi2_insn, fix_truncdfsi2_macro): New.
9088         (fix_truncsfsi2_insn, fix_truncsfsi2_macro): New.
9089         (fix_truncdfdi2): Provide only a single alternative, in which the
9090         integer is in a float register.  Depend on TARGET_FLOAT64 rather
9091         than TARGET_64BIT.
9092         (fix_truncsfdi2, floatdidf2, floatdisf2): Likewise.
9093         (floatsidf2, floatsisf2): Likewise, but no TARGET_FLOAT64 dependency.
9094         (movdi_internal2): Don't allow the source operand to be sign-extended.
9095         Add alternatives for float registers.
9096         (*movdi_internal2_extend): New.  Version of movdi_internal2 that
9097         allows sign-extension.
9098         (*movdi_internal2_mips16): Name the existing mips16 movdi pattern.
9099         (movsi_internal2): Rename to movsi_internal.  Add alternatives for
9100         float registers.  Remove TARGET_DEBUG_H_MODE test.
9101         (movhi_internal1): Rename to movhi_internal.  Don't check
9102         TARGET_DEBUG_H_MODE.  Fix transposed *d and *f source constraints.
9103         (movqi_internal1): Rename to movqi_internal and remove
9104         TARGET_DEBUG_H_MODE dependency.
9105         (movsi_internal1, movhi_internal2, movqi_internal2): Remove.
9106
9107 2002-07-16  Jim Wilson  <wilson@redhat.com>
9108
9109         * toplev.c (lang_dependent_init): Create function context for
9110         init_expr_once.
9111
9112 2002-07-16  Hans-Peter Nilsson  <hp@axis.com>
9113
9114         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't
9115         --gc-sections if -r.
9116         * config/cris/cris.h: Ditto.
9117
9118 2002-07-16  Rodney Brown  <rbrown64@csc.com.au>
9119
9120         * config/i386/i386.c (ix86_expand_int_movcc): In the case where
9121         the comparison directly gives a mask suppress addition when cf is
9122         zero by complementing the mask.
9123
9124 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9125
9126         * Makefile.in: Delete references to enquire.
9127         * enquire.c: Move to contrib.
9128
9129 2002-07-16  Stan Shebs  <shebs@apple.com>
9130
9131         * config/darwin.h (ASM_OUTPUT_LABEL): Move to here from
9132         config/rs6000/darwin.h.
9133         (ASM_OUTPUT_SKIP): Ditto.
9134         (TEXT_SECTION_ASM_OP): Ditto.
9135         (DATA_SECTION_ASM_OP): Ditto.
9136         (ASM_APP_ON): Define.
9137         (ASM_APP_OFF): Define.
9138         * config/rs6000/darwin.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_SKIP,
9139         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Remove.
9140
9141         * config/darwin.c (func_name_maybe_scoped): Remove unused decl.
9142         (machopic_function_base_name): Declare result to be const.
9143         (machopic_non_lazy_ptr_name): Ditto.
9144         (machopic_stub_name): Ditto.
9145         * config/darwin-protos.h: Ditto for the prototypes.
9146
9147 Wed Jul 17 00:22:39 CEST 2002  Jan Hubicka  <jh@suse.cz>
9148
9149         * m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
9150
9151 Wed Jul 17 00:20:48 CEST 2002  Jan Hubicka  <jh@suse.cz>
9152
9153         * i386.md (prefetch): Fix for 64bit mode.
9154         (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
9155
9156 Wed Jul 17 00:19:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
9157
9158         * i386.h (MACHINE_DEPENDENT_REORG): New macro.
9159         * i386.c (x86_machine_dependent_reorg): New function.
9160         * i386-protos.h (x86_machine_dependent_reorg): Declare.
9161
9162 2002-07-16  Zack Weinberg  <zack@codesourcery.com>
9163
9164         * builtins.c (std_expand_builtin_va_start): Remove unused
9165         first argument.
9166         (expand_builtin_va_start): Call EXPAND_BUILTIN_VA_START and
9167         std_expand_builtin_va_start with just two arguments.
9168         * expr.h: Update prototypes.
9169
9170         * alpha-protos.h, alpha.h, alpha.c, arc-protos.h, arc.h,
9171         arc.c, d30v-protos.h, d30v.h, d30v.c, i386-protos.h, i386.h,
9172         i386.c, i960-protos.h, i960.h, i960.c, m88k-protos.h, m88k.h,
9173         m88k.c, mips-protos.h, mips.h, mips.c, mn10300-protos.h,
9174         mn10300.h, mn10300.c, pa-protos.h, pa.h, pa.c,
9175         rs6000-protos.h, rs6000.h, rs6000.c, s390-protos.h, s390.h,
9176         s390.c, sh-protos.h, sh.h, sh.c, sparc-protos.h, sparc.h,
9177         sparc.c, stormy16-protos.h, stormy16.h, stormy16.c,
9178         xtensa-protos.h, xtensa.h, xtensa.c:  Remove unused first
9179         argument from all implementations of EXPAND_BUILTIN_VA_START
9180         and all uses of std_expand_builtin_va_start.
9181
9182 Tue Jul 16 19:32:58 2002  J"orn Rennecke <joern.rennecke@superh.com>
9183
9184         * regrename.c (copy_value): Don't record high part copies.
9185
9186 2002-07-16  Steve Ellcey  <sje@cup.hp.com>
9187
9188         * gcc/config/pa/long_double.h (FIXUNS_TRUNCTFDI2_LIBCALL): New define.
9189         (fixunstfdi_libfunc): Change to use FIXUNS_TRUNCTFDI2_LIBCALL.
9190         * gcc/config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_udbl): New function.
9191
9192 2002-07-16  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9193
9194         * doc/invoke.texi (NS32K Options): Document -mieee-compare option
9195
9196         * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
9197         into addsi3 using register class "x" and "y".
9198
9199         * config/ns32k/ns32k.md (*madddf, *maddsf, *msubdf, *msubsf):
9200         "earlyclobber" constraint modifier for some alternative.
9201
9202         * config/ns32k/ns32k.md (tstdf, tstsf, cmpdf, cmpsf, blt, ble)
9203         (*ble, *blt): Flag to indicate bCOND and sCOND should check for
9204         unordered.
9205         config/ns32k/ns32k.h (CC_UNORD): define corresponding mask.
9206
9207         * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE, MASK_IEEE_COMPARE)
9208         (TARGET_SWITCHES): Add -mieee-compare option.
9209         (OVERRIDE_OPTIONS): 32332 is a subset of
9210         32532. Don't use IEEE_COMPARE -funsafe-math-optimizations.
9211         (TARGET_SWITCHES): Fix description of bit-field option.
9212         * config/ns32k/netbsd.h (TARGET_DEFAULT): Add
9213         -mieee-compare option. Remove 32332 flag.
9214
9215 2002-07-16  Steve Ellcey  <sje@cup.hp.com>
9216
9217         * explow.c (convert_memory_address): Remove special handling
9218         when POINTERS_EXTEND_UNSIGNED < 0.
9219         * config/ia64.md (movsi_symbolic): New instruction for ILP32 mode.
9220         (movedi_symbolic): Fix typo.
9221         (load_fptr): Remove mode restriction so it works for SI and DI.
9222         (load_fptr_internal1): Ditto.
9223         (load_gprel): Ditto.
9224         (load_symptr_internal1): Ditto.
9225         (call_pic): Ditto.
9226         * config/ia64.c (call_operand): Modify mode check.
9227         (ia64_expand_load_address): Handle DI and SI addresses and symbols.
9228         (ia64_expand_move): Ditto.
9229         (ia64_assemble_integer): Handle SImode function pointers.
9230         (ia64_expand_fetch_and_op): Handle SImode mem addresses.
9231         (ia64_expand_op_and_fetch): Ditto.
9232         (ia64_expand_compare_and_swap): Ditto.
9233         (ia64_expand_lock_test_and_set): Ditto.
9234         (ia64_expand_lock_release): Ditto.
9235
9236 2002-07-16  Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9237
9238         * arm.c (emit_sfm): Don't set RTX_FRAME_RELATED_P on DWARF.
9239
9240 2002-07-16  Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9241             Richard Earnshaw  <rearnsha@arm.com>
9242
9243         * arm.h (LEGITIMATE_PIC_OPERAND_P): Only test
9244         CONSTANT_POOL_ADDRESS_P if a SYMBOL_REF.  Simplify logic.
9245
9246 2002-07-16  Richard Earnshaw  <rearnsha@arm.com>
9247
9248         * arm.md (stack_tie): New insn.  Use an idiom that the alias code
9249         understands to be a memory clobber.
9250         * arm.c (arm_expand_prologue): Use it.
9251
9252 2002-07-16  Daniel Berlin  <dberlin@dberlin.org>
9253
9254         * ra-rewrite.c: #include reload.h, insn-config.h
9255         * ra-build.c: #include reload.h
9256         * Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
9257         depend on reload.h, insn-config.h.
9258
9259 Tue Jul 16 11:57:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
9260
9261         * expr.c (emit_move_insn_1): Handle arbitrary moves that are
9262         the same size as a word.
9263
9264         * regrename.c (find_oldest_value_reg): Take WORDS_BIG_ENDIAN /
9265         BYTES_BIG_ENDIAN into account.
9266
9267 Tue Jul 16 12:22:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
9268
9269         * i386.md (prefetch): Fix for 64bit mode.
9270         (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
9271
9272         * i386.md (movss, movsd): Use xorps/xorpd for Athlon.
9273
9274 2002-07-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9275
9276         * hard-reg-set.h (TEST_HARD_REG_BIT): Return 1 if the bit is set.
9277
9278 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9279
9280         * ginclude/varargs.h: Replace with stub which issues #error.
9281         * ginclude/stdarg.h: __builtin_stdarg_start is renamed
9282         __builtin_va_start.
9283
9284         * builtins.def (BUILT_IN_VARARGS_START): Delete.
9285         (BUILT_IN_VA_START): New.
9286         * builtins.c (expand_builtin_va_start): Eliminate first
9287         argument and code to implement pre-ISO varargs.
9288         (std_expand_builtin_va_start): Ignore first argument; it is
9289         always 1.
9290         (expand_builtin): Handle BUILT_IN_VA_START and
9291         BUILT_IN_STDARG_START identically.  Delete
9292         BUILT_IN_VARARGS_START case.
9293
9294         * function.c (assign_parms): Delete hide_last_arg and all
9295         its uses.
9296         (mark_varargs): Delete function.
9297         * function.h (struct function): Delete 'varargs' bit.
9298         (current_function_varargs): Delete macro.
9299         * tree.h: Don't declare mark_varargs.
9300
9301         * c-decl.c (c_function_varargs, c_mark_varargs): Delete.
9302         (c_expand_body): Don't call mark_varargs.
9303         * c-objc-common.c: Handle BUILT_IN_VA_START and
9304         BUILT_IN_STDARG_START identically.  Delete
9305         BUILT_IN_VARARGS_START case.
9306         * c-tree.h: Don't declare c_mark_varargs.
9307         * c-parse.in: Remove grammar rules for '&...' (which has been
9308         commented out since before 2.7.2) and for '...' in K+R
9309         argument declarations.
9310
9311         * builtins.c, function.c, integrate.c, sibcall.c,
9312         config/alpha/unicosmk.h, config/arc/arc.c, config/arc/arc.h,
9313         config/avr/avr.c, config/cris/cris.c, config/fr30/fr30.c,
9314         config/i960/i960.c, config/i960/i960.md, config/m32r/m32r.c,
9315         config/m32r/m32r.h, config/m88k/m88k.c, config/m88k/m88k.h,
9316         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
9317         config/mn10300/mn10300.c, config/pa/som.h, config/s390/s390.c,
9318         config/sh/sh.c, config/sh/sh.h, config/sparc/sparc.h,
9319         config/stormy16/stormy16.c: Delete all references to
9320         current_function_varargs, and code predicated on that flag.
9321
9322         * config/alpha/alpha.c (alpha_va_start),
9323         config/arc/arc.c (arc_va_start),
9324         config/i386/i386.c (ix86_va_start),
9325         config/mips/mips.c (mips_va_start),
9326         config/mn10300/mn10300.c (mn10300_va_start),
9327         config/rs6000/rs6000.c (rs6000_va_start),
9328         config/s390/s390.c (s390_va_start),
9329         config/sh/sh.c (sh_va_start),
9330         Ignore first argument; it is always 1.
9331
9332         * config/c4x/c4x-protos.h, config/c4x/c4x.c: Delete c4x_va_start.
9333         * config/ia64/ia64-protos.h, config/ia64/ia64.c: Delete ia64_va_start.
9334         * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
9335         Delete m68hc11_va_start.
9336         * config/c4x/c4x.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h:
9337         No need to define EXPAND_BUILTIN_VA_START.
9338
9339         * doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi,
9340         doc/trouble.texi: Remove references to GCC-provided <varargs.h>.
9341
9342 2002-07-15  Eric Botcazou  <ebotcazou@multimania.com>
9343
9344         PR optimization/7153
9345         * regmove.c (optimize_reg_copy_3): Don't optimize if the register
9346         dies in more than one insn.
9347
9348 2002-07-15  Jason Thorpe  <thorpej@wasabisystems.com>
9349
9350         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Remove.
9351
9352 2002-07-15  Michael Matz  <matz@suse.de>,
9353             Daniel Berlin  <dberlin@dberlin.org>,
9354             Denis Chertykov  <denisc@overta.ru>
9355
9356         Add a new register allocator.
9357
9358         * ra.c: New file.
9359         * ra.h: New file.
9360         * ra-build.c: New file.
9361         * ra-colorize.c: New file.
9362         * ra-debug.c: New file.
9363         * ra-rewrite.c: New file.
9364
9365         * Makefile.in (ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
9366         (ra-rewrite.o): New .o files for libbackend.a.
9367         (GTFILES): Add basic-block.h.
9368
9369         * toplev.c (flag_new_regalloc): New.
9370         (f_options): New option "new-ra".
9371         (rest_of_compilation): Call initialize_uninitialized_subregs()
9372         only for the old allocator.  If flag_new_regalloc is set, call
9373         new allocator, instead of local_alloc(), global_alloc() and
9374         friends.
9375
9376         * doc/invoke.texi: Document -fnew-ra.
9377         * basic-block.h (FOR_ALL_BB): New.
9378         * config/rs6000/rs6000.c (print_operand): Write small constants
9379         as @l+80.
9380
9381         * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
9382         (df_reg_table_realloc): Make size at least as large as max_reg_num().
9383         (df_insn_table_realloc): Size argument now is absolute, not relative.
9384         Changed all callers.
9385
9386         * gengtype.c (main): Add the pseudo-type "HARD_REG_SET".
9387         * regclass.c (reg_scan_mark_refs): Ignore NULL rtx's.
9388
9389         2002-06-20  Michael Matz  <matz@suse.de>
9390
9391         * df.h (struct ref.id): Make unsigned.
9392         * df.c (df_bb_reg_def_chain_create): Remove unsigned cast.
9393
9394         2002-06-13  Michael Matz  <matz@suse.de>
9395
9396         * df.h (DF_REF_MODE_CHANGE): New flag.
9397         * df.c (df_def_record_1, df_uses_record): Set this flag for refs
9398         involving subregs with invalid mode changes, when
9399         CLASS_CANNOT_CHANGE_MODE is defined.
9400
9401         2002-05-07  Michael Matz  <matz@suse.de>
9402
9403         * reload1.c (fixup_abnormal_edges): Don't insert on NULL edge.
9404
9405         2002-05-03  Michael Matz  <matz@suse.de>
9406
9407         * sbitmap.c (sbitmap_difference): Accept sbitmaps of different size.
9408
9409         Sat Feb  2 18:58:07 2002  Denis Chertykov  <denisc@overta.ru>
9410
9411         * regclass.c (regclass): Work with all regs which have sets or
9412         refs.
9413         (reg_scan_mark_refs): Count regs inside (clobber ...).
9414
9415         2002-01-04  Michael Matz  <matzmich@cs.tu-berlin.de>
9416
9417         * df.c (df_ref_record): Correctly calculate SUBREGs of hardregs.
9418         (df_bb_reg_def_chain_create, df_bb_reg_use_chain_create): Only
9419         add new refs.
9420         (df_bb_refs_update): Don't clear insns_modified here, ...
9421         (df_analyse): ... but here.
9422
9423         * sbitmap.c (dump_sbitmap_file): New.
9424         (debug_sbitmap): Use it.
9425
9426         * sbitmap.h (dump_sbitmap_file): Add prototype.
9427
9428         2001-08-07  Daniel Berlin  <dan@cgsoftware.com>
9429
9430         * df.c (df_insn_modify): Grow the UID table if necessary, rather
9431         than assume all emits go through df_insns_modify.
9432
9433         2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
9434
9435         * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
9436         increase REG_N_REFS (like flow does), so that regclass doesn't
9437         think a reg is useless, and thus, not calculate a class, when it
9438         really should have.
9439
9440         2001-01-28  Daniel Berlin  <dberlin@redhat.com>
9441
9442         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP_REV): New macro, needed for
9443         dataflow analysis.
9444
9445 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9446
9447         PR middle-end/7245
9448         * config/i386/i386.c (const_int_1_31_operand): New.
9449         * config/i386/i386.h (PREDICATE_CODES): Add it.
9450         * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp,
9451         ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp,
9452         lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it.
9453
9454 2002-07-14  Alan Modra  <amodra@bigpond.net.au>
9455
9456         PR target/7282
9457         * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64.
9458         (floatunssidf2): Likewise.
9459         (floatsidf_ppc64): New insn_and_split.
9460         (floatunssidf_ppc64): Likewise.
9461
9462 2002-07-14  Andreas Jaeger  <aj@suse.de>
9463
9464         * config.gcc (sh64): Remove unused
9465         target_requires_64bit_host_wide_int.
9466
9467 2002-07-12  Roger Sayle  <roger@eyesopen.com>
9468
9469         * expr.c [CLEAR_RATIO]: New macro defining the maximum number
9470         of move instructions to use when clearing memory, c.f. MOVE_RATIO.
9471         [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
9472         whether clear_by_pieces should be used to clear storage.
9473         (clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.
9474
9475         * doc/tm.texi: Document these two new target macros.
9476
9477 2002-07-12  Stephane Carrez  <stcarrez@nerim.fr>
9478
9479         * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
9480         the scratch register.
9481         ("*movhi2_push"): Accept Z_REG because a split pattern can make use
9482         of it, forbid reload to use it.
9483
9484 2002-07-12  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9485
9486         * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
9487         usage on 64-bit hosts, return value was truncated to 32 bits.
9488
9489 Fri Jul 12 00:49:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
9490
9491         * simplify-rtx.c (simplify_subreg): Handle floating point
9492         CONST_DOUBLEs.  When an integer subreg of a smaller mode than
9493         the element mode is requested, compute a subreg with an
9494         integer mode of the same size as the element mode first.
9495
9496 Thu Jul 11 22:02:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
9497
9498         * combine.c (try_combine): When converting a paradoxical subreg
9499         to an extension, take LOAD_EXTEND_OP into account.
9500
9501 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9502
9503         * config.gcc (mips-sgi-irix6*o32): New configuration.
9504
9505         * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
9506         configurations.
9507         * configure: Regenerate.
9508
9509         * config/mips/iris6-o32-as.h: New file.
9510         * config/mips/iris6-o32.h: New file.
9511
9512         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
9513         (NM_FLAGS): Define.
9514         (HAVE_AS_SHF_MERGE): Undefine.
9515
9516         * config/mips/t-iris5-as: New file.
9517         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
9518
9519         * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
9520         SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
9521         SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
9522         dp-bit.c, fp-bit.c): Move ...
9523         * config/mips/t-iris5-6: ... here.
9524         New file, shared by IRIX 5 and IRIX 6.
9525         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
9526         mips-sgi-irix5*): Use it.
9527
9528         * config/mips/iris6.h: Remove duplicate comment.
9529
9530         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
9531         !TARGET_IRIX6]: Define.
9532         (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.
9533
9534         * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.
9535
9536 2002-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9537
9538         * pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
9539         and delete code to force constant to register.
9540         * pa-protos.h (adddi3_operand): Add prototype.
9541         * pa.c (adddi3_operand): New function.
9542
9543 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9544
9545         * c-decl.c (duplicate_decls): Preserve the noreturn attribute on
9546         non-ANSI builtin functions.
9547
9548 Thu Jul 11 11:31:12 2002  J"orn Rennecke <joern.rennecke@superh.com>
9549
9550         * rtl.h (gen_rtx_CONST_VECTOR): Declare.
9551         * gengenrtl.c (special_rtx): Check for CONST_VECTOR.
9552         * emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
9553         (gen_const_vector_0): Use it.
9554
9555 2002-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9556
9557         * pa.md (adddi3): For 32-bit targets, force constants to a register
9558         if they don't fit in an 11-bit immediate.  Change insn predicate to
9559         arith11_operand.  Remove comment.
9560         * pa.c (cint_ok_for_move): Fix comment.
9561         (emit_move_sequence):  Don't directly split DImode constants on 32-bit
9562         targets.
9563
9564 2002-07-11  Tim Josling  <tej@melbpc.org.au>
9565
9566         Remove front end hard coding from gengtype.c.
9567
9568         * Makefile.in
9569         (STAGESTUFF): add gtyp-gen.h
9570         (GTFILES): Remove front end specific files.
9571         (GTFILES_FILES_LANGS): New, from configure..
9572         (GTFILES_FILES_FILES): Likewise.
9573         (GTFILES_LANG_DIR_NAMES): Likewise.
9574         (GTFILES_SRCDIR): Likewise.
9575         (gtyp-gen.h): Build from configure information.
9576         (s-gtype): Remove command line parameters from gengtype.
9577         (gengtype.o): Remove dependency on GTFILES. Depend on gtyp-gen.h.
9578         (mostlyclean): Delete files generated by and for gengtype.
9579
9580         * c-config-lang.in: New file.
9581
9582         * configure.in (all_gtfiles_files_langs): New. Accumulate files
9583         for each language.
9584         (all_gtfiles_files_files): New. Accumulate language for each file
9585         accumulated.
9586         (gtfiles): Pick up value for C.
9587         (srcdir): AC-SUBST this variable.
9588         (all_gtfiles_files_langs): AC-SUBST this variable.
9589         (all_gtfiles_files_files): AC-SUBST this variable.
9590
9591         * configure: Regenerate.
9592
9593         * gengtype-lex.l (parse_file): Make parameter const.
9594
9595         * gengtype.c (toplevel): include gtyp-gen.h.
9596         (BASE_FILE_<language> unnamed enum): Delete.
9597         (lang_names): Delete (replaced by gtyp-gen.h)
9598         (lang_dir_names): From gtyp-gen.h, replaces lang_names; changed
9599         all references.
9600         (NUM_GT_FILES): New.
9601         (NUM_LANG_FILES): New.
9602         (srcdir_len): New.
9603         (NUM_BASE_FILES): Change calculation.
9604         (open_base_files): Change prototype to avoid warning.
9605         (startswith): Delete.
9606         (get_file_basename): Iterate through generated language list not
9607         hard coded list.
9608         (get_base_file_bitmap): Use generated list of files and languages.
9609         (close_output_files): Add prototype to rmove warning.
9610         (main): Iterate through list of generated files from gtyp-gen.h
9611         rather than command line paramaters.  Ignore duplicated file
9612         names.
9613
9614         * gengtype.h (parse_file): Amend prototype for const parameter.
9615
9616         * doc/sourcebuild.texi: Document gtfiles variable.
9617
9618         * doc/gty.texi: Document changes to gtfiles variable for front
9619         ends.
9620
9621         * objc/config-lang.in (gtfiles): Add files needed for objc front
9622         end.
9623
9624 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9625
9626         PR c/2454
9627         * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
9628         to SUBREGs of MEMs.  (num_sign_bit_copies): Likewise.
9629
9630 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9631             Zack Weinberg <zack@codesourcery.com>
9632
9633         * builtins.def: Make the argument types of abort and exit
9634         independent of the front-end.
9635
9636 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
9637
9638         * config/rs6000/linux64.h (ASM_SPEC): Define.
9639
9640 2002-07-10  Aldy Hernandez  <aldyh@redhat.com>
9641
9642         * config/rs6000/rs6000.c (emit_frame_save): New.
9643         (rs6000_frame_related): Replace reg2 before reg.
9644         (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
9645         and eh_return registers.
9646
9647 2002-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>
9648
9649         Revert all patches for optimization of Complex .op. Real.
9650         * complex_part_zero_p: Remove
9651         * expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
9652         with x.
9653         * expand_cmplxdiv_wide: Ditto.
9654         * expand_binop: Ditto.
9655
9656 2002-07-10  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9657
9658         * config/avr/avr.md: Fix two 0x80000000 constants to make them
9659         negative also on 64-bit hosts.
9660
9661         Default to -fno-reorder-blocks when optimizing for size.
9662         * config/avr/avr-protos.h (avr_optimization_options): Declare.
9663         * config/avr/avr.c (avr_optimization_options): New function.
9664         * config/avr/avr.h (OPTIMIZATION_OPTIONS): New.
9665
9666         Optimize returning from simple functions.
9667         * config/avr/avr-protos.h (avr_simple_epilogue): Declare.
9668         * config/avr/avr.c (avr_simple_epilogue): New function.
9669         * config/avr/avr.md (return): New insn.
9670
9671 2002-07-10  Douglas B Rupp  <rupp@gnat.com>
9672
9673         * config/i386/i386.c  (ix86_svr3_asm_out_constructor): Add
9674         HAS_INIT_SECTION to protection.
9675
9676 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
9677
9678         * doc/invoke.texi (Debugging Options): Mention that -gdwarf is
9679         deprecated.
9680
9681 Wed Jul 10 19:50:03 2002  J"orn Rennecke <joern.rennecke@superh.com>
9682
9683         * combine.c (gen_lowpart_for_combine): Handle vector modes.
9684         Supply non-VOID mode to simplify_gen_subreg.
9685
9686 Wed Jul 10 18:48:55 CEST 2002  Jan Hubicka  <jh@suse.cz>
9687
9688         * i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
9689
9690 2002-07-10  Jeffrey A Law  <law@redhat.com>
9691
9692         * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
9693         as appropriate.
9694
9695         * mn10200.c (expand_epilogue): Fix test to determine which scratch
9696         register to use.
9697
9698 Wed Jul 10 16:06:00 2002  J"orn Rennecke <joern.rennecke@superh.com>
9699
9700         * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
9701         Get mode from dest.
9702         If simplify_gen_subreg fails, try next equivalent.
9703
9704 2002-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
9705
9706         * diagnostic.h: #include location.h
9707         (location_t): Move definition to..
9708         * location.h: ... here.  New file.
9709         * tree.h: #include location.h
9710         (DECL_SOURCE_LOCATION): New macro.
9711         (DECL_SOURCE_FILE): Use.
9712         (DECL_SOURCE_LINE): Likewise.
9713         (struct tree_decl): REplace filename and linenum with locus.
9714         * Makefile.in (TREE_H): add location.h
9715         (diagnostic.o): Depends on gt-location.h
9716         (gt-location.h): Depends on s-gtype
9717
9718 2002-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
9719
9720         * config/rs6000/aix.h: Convert CPP_PREDEFINES to
9721         TARGET_OS_CPP_BUILTINS.
9722         * config/rs6000/aix31.h: Likewise.
9723         * config/rs6000/aix41.h: Likewise.
9724         * config/rs6000/aix43.h: Likewise.
9725         * config/rs6000/aix51.h: Likewise.
9726         * config/rs6000/beos.h: Likewise.
9727         * config/rs6000/darwin.h: Likewise.
9728         * config/rs6000/eabi.h: Likewise.
9729         * config/rs6000/eabisim.h: Likewise.
9730         * config/rs6000/linux.h: Likewise.
9731         * config/rs6000/linux64.h: Likewise.
9732         * config/rs6000/lynx.h: Likewise.
9733         * config/rs6000/mach.h: Likewise.
9734         * config/rs6000/rtems.h: Likewise.
9735         * config/rs6000/sysv4.h: Likewise.
9736         * config/rs6000/vxppc.h: Likewise.
9737
9738 2002-07-09 Devang Patel <dpatel@apple.com>
9739         * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
9740         Do not allow ObjC objects as a parameter type for Objective-C methods.
9741         My previous patch restricted  'struct' also.
9742
9743 2002-07-09  Neil Booth  <neil@daikokuya.co.uk>
9744
9745         * cpperror.c (cpp_error): Default to directive_line within
9746         directives here.
9747         * cppexp.c (cpp_interpret_integer): Only use traditional
9748         number semantics in directives.
9749         * cpplib.c (prepare_directive_trad): Don't reset pfile->line.
9750         (do_include_common): Similarly.
9751         * cpptrad.c (scan_out_logical_line): Implement accurate
9752         quoting of <> in #include.
9753         * doc/cpp.texi: Update.
9754
9755 Tue Jul  9 22:37:44 2002  Stephen Clarke <stephen.clarke@superh.com>
9756                           J"orn Rennecke <joern.rennecke@superh.com>
9757
9758         * sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
9759         * sh.md (attribute issues): Replace with:
9760         (attribute pipe_model).  All users changed.
9761         (attribute type): Change pt / ptabs to pt_media / ptabs_media.
9762         All users changed.
9763         (function units sh5issue, sh5fds): New.
9764         (attribute is_mac_media): New.
9765         (adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
9766         (andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
9767         (ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
9768         (movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
9769         (call_media, call_value_media, sibcall_media): Likewise.
9770         (casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
9771         (return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
9772         (mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
9773         (fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
9774         (cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
9775         (sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
9776         (muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
9777         (fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
9778         (cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
9779         (sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
9780         (truncdfsf2_media): Likewise.
9781         (movsi_media, movsi_media_nofpu, movdi_media): Use new types.
9782         (movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.
9783
9784 Tue Jul  9 21:39:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
9785
9786         * sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
9787         * sh.c (general_extend_operand, inqhi_operand): New functions.
9788         * sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
9789         alternatives using 'N' modifier.  Add type.
9790         (adddi3z_media): Likewise.  Enable generator function generation.
9791         (movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
9792         exact predicates / constraints.  Add type.
9793         (subsi3): Allow 0 for SHMEDIA.
9794         (udivsi3_i4_media): Use match_operand for input values
9795         rather than hard registers.
9796         (udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
9797         unnecessarily through hard registers.  Keep copies of pseudo
9798         registers outside of the libcall sequence.
9799         (mulsidi3_media, umulsidi3_media): Use more exact predicates.  Add type.
9800         (ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
9801         (zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
9802         (extendhidi2, extendqidi2): Likewise.
9803         (andsi3_compact): Name.
9804         (andcdi3): Enable generator function generation.
9805         (zero_extendhisi2, zero_extendqisi2): Rename to
9806         (zero_extendhisi2_compact, zero_extendqisi2_compact).
9807         (extendhisi2, extendqisi2): Rename to
9808         (extendhisi2_compact, extendqisi2_compact).
9809         (rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
9810         (loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
9811         (zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
9812         (zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
9813         (extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
9814         (extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
9815         (truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
9816         (shmedia32_initialize_trampoline_big): Likewise.
9817         (shmedia32_initialize_trampoline_little): Likewise.
9818         (nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
9819         (negdi2): Remove spurious T clobber.
9820         (zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
9821         (movsi_media, movsi_media_nofpu): Remove spurious *k after b.
9822         (movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
9823         (movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
9824         (ic_invalidate_line_media): Write back data cache before invalidating
9825         instruction cache.  Add type.
9826         (movsf_media): Sign-extend when the destination is a general
9827         purpose register.  Add type.
9828         (bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
9829         (casesi_worker_0+1): Only increment ref count for proper label.
9830         (casesi_worker_0+2): Likewise.
9831
9832 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
9833
9834         * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
9835
9836 2002-07-09  Steve Ellcey  <sje@cup.hp.com>
9837
9838         * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
9839         from Pmode to ptr_mode.
9840         (get_exception_pointer): Ditto.
9841         (connect_post_landing_pads): Ditto.
9842         (dw2_build_landing_pads): Ditto.
9843
9844 2002-07-08  Steve Ellcey  <sje@cup.hp.com>
9845         * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
9846         * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
9847         (handle_pragma_redefine_extname): Change to use new function.
9848
9849 2002-07-08  Roger Sayle  <roger@eyesopen.com>
9850
9851         * combine.c (combine_simplify_rtx): Add an explicit cast
9852         to avoid signed/unsigned comparison warning.
9853         (simplify_if_then_else): Likewise.
9854         (extended_count): Likewise.
9855         (simplify_shift_const): Likewise.
9856         (simplify_comparison): Likewise.
9857
9858 2002-07-08  Richard Sandiford  <rsandifo@redhat.com>
9859
9860         * config/mips/mips.md: Add imadd type.  Update scheduler description
9861         to use imadd as well as imul.
9862         (*mul_acc_si, *madsi): Change imul alternatives to imadd.
9863         (*mul_acc_di, *mul_acc_64bit_di): Likewise.
9864         (*mul_sub_si): Likewise for first alternative.  Change second
9865         alternative from imul to multi.
9866
9867 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
9868
9869         * c-common.c (c_common_post_options): Update prototype;
9870         don't init backends if preprocessing only.
9871         * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
9872         * langhooks.h (struct lang_hooks): Update post_options to
9873         return a boolean.
9874         * toplev.c (parse_options_and_default_flags, do_compile,
9875         lang_independent_init): Update prototypes.  Allow the
9876         front end to specify that there is no need to initialize
9877         the back end.
9878         (general_init): Move call to hex_init here...
9879         (toplev_main): ...from here.  Pass flag for back end init
9880         suppression.
9881
9882 Sun Jul  7 20:38:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
9883
9884         * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
9885         (PREDICATE_CODES): Add entries for equality_comparison_operator,
9886         greater_comparison_operator and less_comparison_operator.
9887         * sh.c (print_operand): Add '\'' code.  Make 'o' handle
9888         more operators.
9889         (equality_comparison_operator): New function.
9890         (greater_comparison_operator, less_comparison_operator): Likewise.
9891         * sh.md (beq_media_i): Disable generator function generation.
9892         Use match_operator to handle a whole class of comparisons.  Add
9893         modifier in output template to provide branch prediction.  Add type.
9894         (bgt_media_i, ble_media_i): Likewise.  Allow zero operands.
9895         (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
9896         (blt_media_i, bleu_media_i, bltu_media_i): Likewise.
9897         (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.
9898
9899 2002-07-07  Hans-Peter Nilsson  <hp@bitrange.com>
9900
9901         Emit MMIX function prologue and epilogue as rtl.
9902         * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
9903         not unprototyped get_hard_reg_initial_val.
9904         ("call_value", "nonlocal_goto_receiver"): Ditto.
9905         ("return"): Make define_expand.  Move real insn to...
9906         ("*expanded_return"): New pattern.
9907         ("prologue", "epilogue"): New define_expands.
9908         * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
9909         (struct machine_function): New member in_prologue.
9910         (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
9911         (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
9912         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
9913         (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
9914         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
9915         (LOCAL_REGNO): Define.  Adjust comment.
9916         * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
9917         Consider regs_ever_live[MMIX_rJ_REGNUM], not just
9918         leaf_function_p.
9919         (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
9920         the prologue.
9921         (mmix_target_asm_function_prologue): Make static.  Just mark that
9922         the prologue is being emitted.  Move guts to...
9923         (mmix_expand_prologue): New function.  Adjust for emitting
9924         prologue as rtl.  For sizes, use HOST_WIDE_INT only.
9925         (mmix_target_asm_function_epilogue): Make static.  Simply emit a
9926         \n.  Move guts to...
9927         (mmix_expand_epilogue): New function.  Adjust for emitting
9928         epilogue as rtl.  For sizes, use HOST_WIDE_INT only.
9929         (mmix_target_asm_function_end_prologue): Mark that the prologue
9930         has ended.
9931         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
9932         (mmix_conditional_register_usage): Improve comments.
9933         (mmix_local_regno): New function.
9934         (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
9935         * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
9936         (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
9937         (mmix_get_hard_reg_initial_val): Ditto.
9938
9939 2002-07-06  Andreas Jaeger  <aj@suse.de>
9940
9941         * toplev.c (set_fast_math_flags): Don't use ISO C style function
9942         definitions.
9943         * gengtype.c (open_base_files): Likewise.
9944         (close_output_files): Likewise.
9945         * tracer.c (find_best_predecessor): Likewise.
9946         (find_best_successor): Likewise.
9947         (ignore_bb_p): Likewise.
9948
9949 2002-07-05  Roger Sayle  <roger@eyesopen.com>
9950
9951         PR c++/7099
9952         * builtin-attrs.def: Define new attribute lists for use in
9953         builtins.def.
9954         * builtins.def [DEF_BUILTIN]: Modify to take an additional
9955         ATTRS argument, an enumerated value defined in builtin-attrs.def
9956         that represents the attribute list for the builtins.  Modify
9957         all builtin functions to pass an appropriate attribute list.
9958         Specify "abort", "exit", "_exit" and "_Exit" builtins here with
9959         their required noreturn attributes.
9960         * tree.h (enum_builtin_function): Ignore the additional parameter
9961         to DEF_BUILTIN.
9962         * builtins.c (built_in_names): Likewise.
9963         * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
9964         argument with a tree representing the functions attribute list.
9965         Pass this "attrs" argument to builtin_function.  No longer handle
9966         the noreturn_p processing manually.
9967         (built_in_attributes): Move the definitions from builtin-attrs.def
9968         before c_common_nodes_and_builtins.
9969         (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
9970         DEF_BUILTIN, passing it to both builtin_function and the changed
9971         builtin_function_2.
9972
9973         * doc/extend.texi: Document __builtin_abort, __builtin_exit,
9974         __builtin__exit and __builtin__Exit.
9975
9976 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
9977
9978         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
9979         QI mode registers in soft registers.
9980         ("zero_extendqihi2"): Do not take into account soft registers
9981         for register allocation (use '*' constraint).
9982
9983 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
9984
9985         * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
9986         it is dead.
9987         ("*ashrsi3"): Likewise.
9988         ("*lshrsi3"): Likewise.
9989
9990 2002-07-05  Vladimir Makarov  <vmakarov@redhat.com>
9991
9992         * genautomata.c (output_max_insn_queue_index_def): Take latencies
9993         into account.
9994
9995 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
9996
9997         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
9998         address computation and memory moves.
9999
10000 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
10001
10002         PR c++/6706
10003         * dwarfout.c (output_reg_number): Fix warning message.
10004         (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
10005         before using it.
10006
10007 2002-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10008
10009         * gcc/gcc.c (asm_debug): Move initialization ...
10010         (init_spec): ... here.
10011
10012 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
10013
10014         * c-parse.in (extdef): Append ';'.
10015         (old_style_parm_decls): Append ';'.
10016
10017 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
10018
10019         * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
10020         gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
10021         to gcc_cv_as_gstabs_flag.
10022         * configure: Rebuilt.
10023
10024 2002-07-04  Geoffrey Keating  <geoffk@redhat.com>
10025
10026         * ggc.h (ggc_add_root): Document as obsolete.
10027
10028 Thu Jul  4 07:58:01 2002  J"orn Rennecke <joern.rennecke@superh.com>
10029
10030         * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
10031         (mshflo_w): Likewise.
10032
10033 Thu Jul  4 07:36:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
10034
10035         * simplify-rtx.c (simplify_subreg): Reduce problem of finding
10036         vector mode subregs of constants to finding integer mode
10037         subregs of constants.
10038         * cse.c (cse_insn): Use simplify_gen_subreg.
10039         * convert.c (convert_to_integer): Don't strip a NOP_EXPR
10040         From a vector mode expression of different size than the
10041         target mode.
10042
10043 2002-07-03  Eric Christopher  <echristo@redhat.com>
10044
10045         * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
10046         * config/mips/mips.h: Remove deprecated -m<processor> options
10047         and cc1_cpu_spec associated.
10048         (CONSTANT_ADDRESS_P): Fix last patch.
10049         (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
10050         * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
10051         sunge_sf): Remove.
10052
10053 2002-07-03  Stan Shebs  <shebs@apple.com>
10054
10055         * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
10056         (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
10057         (CPP_SPEC): Remove insertion of APPLE_CC definition.
10058
10059 2002-07-03  Roger Sayle  <roger@eyesopen.com>
10060
10061         * combine.c (struct_undo): Change types of recorded substitutions
10062         to be either "int" or "rtx", instead of "unsigned int" and "rtx".
10063         (do_SUBST_INT): Change types of the substitution from unsigned int
10064         to int, to avoid compilation warning from SUBST_INT's only caller.
10065
10066         (make_extraction): Add cast to avoid compilation warning.
10067         (force_to_mode): Remove cast to avoid compilation warning.
10068
10069 2002-07-03  Eric Botcazou  <ebotcazou@multimania.com>
10070             Jeff Law  <law@redhat.com>
10071
10072         * i386.md (length_immediate attribute): Fix typo.
10073         (length_address attribute): Likewise.
10074         (modrm attribute): Set it to 0 for immediate call instructions.
10075         (jcc_1 pattern): Set modrm attribute to 0.
10076         (jcc_2 pattern ): Likewise.
10077         (jump pattern): Likewise.
10078         (doloop_end_internal pattern): Explicitly set length.
10079         (leave pattern): Fix typo.
10080         (leave_rex64 pattern): Likewise.
10081
10082 2002-07-03  David Edelsohn  <edelsohn@gnu.org>
10083
10084         * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
10085         in FPR as preference.
10086         (fctiwz): Same.
10087         (floatdidf2, fix_truncdfdi2): Same.
10088         (floatdisf2, floatditf2, fix_trunctfdi2): Same.
10089         (floatditf2): Same.
10090         (floatsitf2, fix_trunctfsi2): SImode in GPR.
10091         (ctrdi): Remove FPR alternative and splitter.
10092
10093 2002-07-03  Will Cohen  <wcohen@redhat.com>
10094
10095         * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
10096
10097 Wed Jul  3 10:24:16 2002  J"orn Rennecke <joern.rennecke@superh.com>
10098
10099         * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
10100         than UNITS_PER_WORD, unless this is little endian and the first unit
10101         in this word.  Let extract_bit_field decide how to load an element.
10102         Force arguments to matching mode.
10103         (expand_vector_unop): Likewise.
10104
10105         * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
10106         consist of word_mode elements.
10107         * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
10108         BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
10109         (build_unary_op): Allow vector types for BIT_NOT_EPR.
10110         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
10111         CONST_VECTOR.
10112         * optabs.c (expand_vector_binop): Try to perform operation in
10113         smaller vector modes with same inner size.  Add handling of AND, IOR
10114         and XOR.  Reject expansion to inner-mode sized scalars when using
10115         OPTAB_DIRECT.  Use simplify_gen_subreg on constants.
10116         (expand_vector_unop): Try to perform operation in smaller vector
10117         modes with same inner size.  Add handling of one's complement.
10118         When there is no vector negate operation, try a vector subtract
10119         operation.  Use simplify_gen_subreg on constants.
10120         * simplify-rtx.c (simplify_subreg): Add capability to convert vector
10121         constants into smaller vectors with same inner mode, and to
10122         integer CONST_DOUBLEs.
10123
10124 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10125
10126         * c-parse.in (parsing_iso_function_signature): New variable.
10127         (extdef_1): New, copied from...
10128         (extdef): ... here.  Reset parsing_iso_function_signature.
10129         (old_style_parm_decls):  Reset parsing_iso_function_signature.
10130         (old_style_parm_decls_1): New, copied from old_style_parm_decls.
10131         Warn about ISO C style function definitions.
10132         (nested_function, notype_nested_function): Reset
10133         parsing_iso_function_signature.
10134         (parmlist_2): Set parsing_iso_function_signature.
10135
10136         * doc/invoke.texi (-Wtraditional): Document new behavior.
10137
10138 2002-07-02  Chris Demetriou  <cgd@broadcom.com>
10139
10140         * config.gcc (mips*el-*-*): Use tm_defines to set
10141         TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
10142         * config/mips/little.h: Remove.
10143
10144 2002-07-02 Devang Patel <dpatel@apple.com>
10145
10146         * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
10147         object as parameter. Prevent something like 'NSObject' to be
10148         used as the type for a method argument.
10149
10150 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
10151
10152         * cpptrad.c: Update comment.
10153
10154 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
10155
10156         * doc/cpp.texi: Update for traditional preprocessing changes.
10157         * goc/cppopts.texi: Similarly.
10158
10159 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
10160
10161         * c-parse.in (designator): Enable designated initializers if ObjC.
10162         (objcmessageexpr): Remove references to objc_receiver_context.
10163         * objc/objc-act.h (objc_receiver_context): Remove decl.
10164         * objc/objc-act.c (objc_receiver_context): Remove.
10165         (lookup_objc_ivar): Test objc_method_context instead of
10166         objc_receiver_context.
10167
10168 Tue Jul  2 18:45:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
10169
10170         * sh.c (print_operand, case 'N'): Allow zero vector.
10171         (arith_reg_or_0_operand): Likewise.
10172         (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
10173         * sh.h (CONST_COSTS): 0 has 0 cost.  Check OUTER_CODE for
10174         IOR, XOR, PLUS and SET and take their respective constant
10175         ranges into account.
10176         (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
10177         * sh.md (subdi3, subdi3_media): Allow zero operand.
10178         (movv8qi_i+3): Only vector that is not split is the zero vector.
10179         Fix operand 3 to simplify_subreg.
10180         (movv2si_i): Split alternative 1.
10181         (mshfhi_l_di_rev+1): New splitter.
10182
10183 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
10184
10185         PR preprocessor/7029
10186         * cppinit.c (cpp_handle_option):  Suppress warnings with an
10187         implicit "-w" for "-M" and "-MM".
10188         * doc/cppopts.texi: Update.
10189
10190 2002-07-01  Roger Sayle  <roger@eyesopen.com>
10191
10192         * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
10193         identifier "bzero" to "memset".  Pass extra NULL_TREE argument to
10194         builtin_function.
10195
10196 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
10197
10198         * README.Portability: Fix typos.
10199
10200 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
10201
10202         PR target/7177
10203         * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
10204         of indirections for register inside sign-extended mem part.
10205
10206 2002-07-01  Roger Sayle  <roger@eyesopen.com>
10207
10208         * tree.h:  Modify builtin_function interface to take an extra
10209         argument ATTRS, which is a tree representing an attribute list.
10210
10211         * c-decl.c (builtin_function): Accept additional parameter.
10212         * objc/objc-act.c (builtin_function): Likewise.
10213         * f/com.c (builtin_function): Likewise.
10214         * java/decl.c (builtin_function): Likewise.
10215         * ada/utils.c (builtin_function): Likewise.
10216         * cp/decl.c (builtin_function): Likewise.
10217         (builtin_function_1): Likewise.
10218
10219         * c-common.c (c_common_nodes_and_builtins): Pass an additional
10220         NULL_TREE argument to builtin_function.  (builtin_function_2):
10221         Likewise.
10222         * cp/call.c (build_java_interface_fn_ref): Likewise.
10223         * objc/objc-act.c (synth_module_prologue): Likewise.
10224         * java/decl.c (java_init_decl_processing): Likewise.
10225         * f/com.c (ffe_com_init_0): Likewise.
10226
10227         * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
10228         NULL_TREE argument to builtin_function.
10229         * config/arm/arm.c (def_builtin): Likewise.
10230         * config/c4x/c4x.c (c4x_init_builtins): Likewise.
10231         * config/i386/i386.c (def_builtin): Likewise.
10232         * config/ia64/ia64.c (def_builtin): Likewise.
10233         * config/rs6000/rs6000.c (def_builtin): Likewise.
10234
10235 2002-07-01  Zack Weinberg  <zack@codesourcery.com>
10236
10237         * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
10238         * config/mips/t-isa3264: Likewise.
10239         * config/mmix/t-mmix: Likewise.
10240
10241 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10242
10243         * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
10244
10245 2002-07-01  Roger Sayle  <roger@eyesopen.com>
10246
10247         PR opt/4046
10248         * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
10249         A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
10250         B are truth values.
10251
10252 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10253
10254         * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
10255
10256 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10257
10258         * README.Portability (Function prototypes): Give an example of
10259         declaring and defining a function with no arguments.
10260
10261         * README.Portability (Function prototypes): Document new
10262         variable-argument function macros.
10263
10264 Mon Jul  1 19:55:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
10265
10266         * sh.c (langhooks.h): Include.
10267         (sh_init_builtins, sh_media_init_builtins): New functions.
10268         (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
10269         (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
10270         (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
10271         (builtin_description): New struct tag.
10272         (signature_args, bdesc): New arrays.
10273         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
10274         (print_operand): Add 'N' modifier.
10275         * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
10276         (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
10277         (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
10278         (CONST_COSTS): Add special case for SHmedia AND.
10279         (PREDICATE_CODES): Add and_operand, arith_reg_dest,
10280         extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
10281         sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
10282         target_operand can also be const or unspec.
10283         * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
10284         (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
10285         (attribute type): Add new types.
10286         (anddi3): Add splitter.
10287         (movdi_const_16bit+1): Add code to handle vector constants and
10288         bitmasks efficiently.
10289         (shori_media): Have generator function made.
10290         (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
10291         (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
10292         (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
10293         (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
10294         (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
10295         (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
10296         (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
10297         (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
10298         (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
10299         (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
10300         (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
10301         (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
10302         (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
10303         (mshflo_b,  mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
10304         (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
10305         (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
10306         (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
10307         (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
10308         (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
10309         (ftrv): Likewise.
10310
10311         (fpu_switch+1, fpu_switch+2): Remove constraint.
10312
10313 2002-07-01  Aldy Hernandez  <aldyh@redhat.com>
10314
10315         * tree.c (build_function_type_list): Update function comment.
10316         Rename first argument to return_type.
10317
10318 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
10319
10320         * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
10321         tradcif.y and related files.
10322
10323 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
10324
10325         * cpptrad.c (skip_whitespace): Pass pointer to prior char.
10326
10327 2002-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10328
10329         * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
10330
10331 See ChangeLog.7 for earlier changes.